0df345338e5fcb892d42b0908ffc65382b805f4a
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright (C) 1988-2019 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-2019 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, (dir), (dir)
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-2019 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 @node Sample Session
561 @chapter A Sample @value{GDBN} Session
562
563 You can use this manual at your leisure to read all about @value{GDBN}.
564 However, a handful of commands are enough to get started using the
565 debugger. This chapter illustrates those commands.
566
567 @iftex
568 In this sample session, we emphasize user input like this: @b{input},
569 to make it easier to pick out from the surrounding output.
570 @end iftex
571
572 @c FIXME: this example may not be appropriate for some configs, where
573 @c FIXME...primary interest is in remote use.
574
575 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
576 processor) exhibits the following bug: sometimes, when we change its
577 quote strings from the default, the commands used to capture one macro
578 definition within another stop working. In the following short @code{m4}
579 session, we define a macro @code{foo} which expands to @code{0000}; we
580 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
581 same thing. However, when we change the open quote string to
582 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
583 procedure fails to define a new synonym @code{baz}:
584
585 @smallexample
586 $ @b{cd gnu/m4}
587 $ @b{./m4}
588 @b{define(foo,0000)}
589
590 @b{foo}
591 0000
592 @b{define(bar,defn(`foo'))}
593
594 @b{bar}
595 0000
596 @b{changequote(<QUOTE>,<UNQUOTE>)}
597
598 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
599 @b{baz}
600 @b{Ctrl-d}
601 m4: End of input: 0: fatal error: EOF in string
602 @end smallexample
603
604 @noindent
605 Let us use @value{GDBN} to try to see what is going on.
606
607 @smallexample
608 $ @b{@value{GDBP} m4}
609 @c FIXME: this falsifies the exact text played out, to permit smallbook
610 @c FIXME... format to come out better.
611 @value{GDBN} is free software and you are welcome to distribute copies
612 of it under certain conditions; type "show copying" to see
613 the conditions.
614 There is absolutely no warranty for @value{GDBN}; type "show warranty"
615 for details.
616
617 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
618 (@value{GDBP})
619 @end smallexample
620
621 @noindent
622 @value{GDBN} reads only enough symbol data to know where to find the
623 rest when needed; as a result, the first prompt comes up very quickly.
624 We now tell @value{GDBN} to use a narrower display width than usual, so
625 that examples fit in this manual.
626
627 @smallexample
628 (@value{GDBP}) @b{set width 70}
629 @end smallexample
630
631 @noindent
632 We need to see how the @code{m4} built-in @code{changequote} works.
633 Having looked at the source, we know the relevant subroutine is
634 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
635 @code{break} command.
636
637 @smallexample
638 (@value{GDBP}) @b{break m4_changequote}
639 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
640 @end smallexample
641
642 @noindent
643 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
644 control; as long as control does not reach the @code{m4_changequote}
645 subroutine, the program runs as usual:
646
647 @smallexample
648 (@value{GDBP}) @b{run}
649 Starting program: /work/Editorial/gdb/gnu/m4/m4
650 @b{define(foo,0000)}
651
652 @b{foo}
653 0000
654 @end smallexample
655
656 @noindent
657 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
658 suspends execution of @code{m4}, displaying information about the
659 context where it stops.
660
661 @smallexample
662 @b{changequote(<QUOTE>,<UNQUOTE>)}
663
664 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
665 at builtin.c:879
666 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
667 @end smallexample
668
669 @noindent
670 Now we use the command @code{n} (@code{next}) to advance execution to
671 the next line of the current function.
672
673 @smallexample
674 (@value{GDBP}) @b{n}
675 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
676 : nil,
677 @end smallexample
678
679 @noindent
680 @code{set_quotes} looks like a promising subroutine. We can go into it
681 by using the command @code{s} (@code{step}) instead of @code{next}.
682 @code{step} goes to the next line to be executed in @emph{any}
683 subroutine, so it steps into @code{set_quotes}.
684
685 @smallexample
686 (@value{GDBP}) @b{s}
687 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
688 at input.c:530
689 530 if (lquote != def_lquote)
690 @end smallexample
691
692 @noindent
693 The display that shows the subroutine where @code{m4} is now
694 suspended (and its arguments) is called a stack frame display. It
695 shows a summary of the stack. We can use the @code{backtrace}
696 command (which can also be spelled @code{bt}), to see where we are
697 in the stack as a whole: the @code{backtrace} command displays a
698 stack frame for each active subroutine.
699
700 @smallexample
701 (@value{GDBP}) @b{bt}
702 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
703 at input.c:530
704 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
705 at builtin.c:882
706 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
707 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
708 at macro.c:71
709 #4 0x79dc in expand_input () at macro.c:40
710 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
711 @end smallexample
712
713 @noindent
714 We step through a few more lines to see what happens. The first two
715 times, we can use @samp{s}; the next two times we use @code{n} to avoid
716 falling into the @code{xstrdup} subroutine.
717
718 @smallexample
719 (@value{GDBP}) @b{s}
720 0x3b5c 532 if (rquote != def_rquote)
721 (@value{GDBP}) @b{s}
722 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
723 def_lquote : xstrdup(lq);
724 (@value{GDBP}) @b{n}
725 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
726 : xstrdup(rq);
727 (@value{GDBP}) @b{n}
728 538 len_lquote = strlen(rquote);
729 @end smallexample
730
731 @noindent
732 The last line displayed looks a little odd; we can examine the variables
733 @code{lquote} and @code{rquote} to see if they are in fact the new left
734 and right quotes we specified. We use the command @code{p}
735 (@code{print}) to see their values.
736
737 @smallexample
738 (@value{GDBP}) @b{p lquote}
739 $1 = 0x35d40 "<QUOTE>"
740 (@value{GDBP}) @b{p rquote}
741 $2 = 0x35d50 "<UNQUOTE>"
742 @end smallexample
743
744 @noindent
745 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
746 To look at some context, we can display ten lines of source
747 surrounding the current line with the @code{l} (@code{list}) command.
748
749 @smallexample
750 (@value{GDBP}) @b{l}
751 533 xfree(rquote);
752 534
753 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
754 : xstrdup (lq);
755 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
756 : xstrdup (rq);
757 537
758 538 len_lquote = strlen(rquote);
759 539 len_rquote = strlen(lquote);
760 540 @}
761 541
762 542 void
763 @end smallexample
764
765 @noindent
766 Let us step past the two lines that set @code{len_lquote} and
767 @code{len_rquote}, and then examine the values of those variables.
768
769 @smallexample
770 (@value{GDBP}) @b{n}
771 539 len_rquote = strlen(lquote);
772 (@value{GDBP}) @b{n}
773 540 @}
774 (@value{GDBP}) @b{p len_lquote}
775 $3 = 9
776 (@value{GDBP}) @b{p len_rquote}
777 $4 = 7
778 @end smallexample
779
780 @noindent
781 That certainly looks wrong, assuming @code{len_lquote} and
782 @code{len_rquote} are meant to be the lengths of @code{lquote} and
783 @code{rquote} respectively. We can set them to better values using
784 the @code{p} command, since it can print the value of
785 any expression---and that expression can include subroutine calls and
786 assignments.
787
788 @smallexample
789 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
790 $5 = 7
791 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
792 $6 = 9
793 @end smallexample
794
795 @noindent
796 Is that enough to fix the problem of using the new quotes with the
797 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
798 executing with the @code{c} (@code{continue}) command, and then try the
799 example that caused trouble initially:
800
801 @smallexample
802 (@value{GDBP}) @b{c}
803 Continuing.
804
805 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
806
807 baz
808 0000
809 @end smallexample
810
811 @noindent
812 Success! The new quotes now work just as well as the default ones. The
813 problem seems to have been just the two typos defining the wrong
814 lengths. We allow @code{m4} exit by giving it an EOF as input:
815
816 @smallexample
817 @b{Ctrl-d}
818 Program exited normally.
819 @end smallexample
820
821 @noindent
822 The message @samp{Program exited normally.} is from @value{GDBN}; it
823 indicates @code{m4} has finished executing. We can end our @value{GDBN}
824 session with the @value{GDBN} @code{quit} command.
825
826 @smallexample
827 (@value{GDBP}) @b{quit}
828 @end smallexample
829
830 @node Invocation
831 @chapter Getting In and Out of @value{GDBN}
832
833 This chapter discusses how to start @value{GDBN}, and how to get out of it.
834 The essentials are:
835 @itemize @bullet
836 @item
837 type @samp{@value{GDBP}} to start @value{GDBN}.
838 @item
839 type @kbd{quit} or @kbd{Ctrl-d} to exit.
840 @end itemize
841
842 @menu
843 * Invoking GDB:: How to start @value{GDBN}
844 * Quitting GDB:: How to quit @value{GDBN}
845 * Shell Commands:: How to use shell commands inside @value{GDBN}
846 * Logging Output:: How to log @value{GDBN}'s output to a file
847 @end menu
848
849 @node Invoking GDB
850 @section Invoking @value{GDBN}
851
852 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
853 @value{GDBN} reads commands from the terminal until you tell it to exit.
854
855 You can also run @code{@value{GDBP}} with a variety of arguments and options,
856 to specify more of your debugging environment at the outset.
857
858 The command-line options described here are designed
859 to cover a variety of situations; in some environments, some of these
860 options may effectively be unavailable.
861
862 The most usual way to start @value{GDBN} is with one argument,
863 specifying an executable program:
864
865 @smallexample
866 @value{GDBP} @var{program}
867 @end smallexample
868
869 @noindent
870 You can also start with both an executable program and a core file
871 specified:
872
873 @smallexample
874 @value{GDBP} @var{program} @var{core}
875 @end smallexample
876
877 You can, instead, specify a process ID as a second argument, if you want
878 to debug a running process:
879
880 @smallexample
881 @value{GDBP} @var{program} 1234
882 @end smallexample
883
884 @noindent
885 would attach @value{GDBN} to process @code{1234} (unless you also have a file
886 named @file{1234}; @value{GDBN} does check for a core file first).
887
888 Taking advantage of the second command-line argument requires a fairly
889 complete operating system; when you use @value{GDBN} as a remote
890 debugger attached to a bare board, there may not be any notion of
891 ``process'', and there is often no way to get a core dump. @value{GDBN}
892 will warn you if it is unable to attach or to read core dumps.
893
894 You can optionally have @code{@value{GDBP}} pass any arguments after the
895 executable file to the inferior using @code{--args}. This option stops
896 option processing.
897 @smallexample
898 @value{GDBP} --args gcc -O2 -c foo.c
899 @end smallexample
900 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
901 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
902
903 You can run @code{@value{GDBP}} without printing the front material, which describes
904 @value{GDBN}'s non-warranty, by specifying @code{--silent}
905 (or @code{-q}/@code{--quiet}):
906
907 @smallexample
908 @value{GDBP} --silent
909 @end smallexample
910
911 @noindent
912 You can further control how @value{GDBN} starts up by using command-line
913 options. @value{GDBN} itself can remind you of the options available.
914
915 @noindent
916 Type
917
918 @smallexample
919 @value{GDBP} -help
920 @end smallexample
921
922 @noindent
923 to display all available options and briefly describe their use
924 (@samp{@value{GDBP} -h} is a shorter equivalent).
925
926 All options and command line arguments you give are processed
927 in sequential order. The order makes a difference when the
928 @samp{-x} option is used.
929
930
931 @menu
932 * File Options:: Choosing files
933 * Mode Options:: Choosing modes
934 * Startup:: What @value{GDBN} does during startup
935 @end menu
936
937 @node File Options
938 @subsection Choosing Files
939
940 When @value{GDBN} starts, it reads any arguments other than options as
941 specifying an executable file and core file (or process ID). This is
942 the same as if the arguments were specified by the @samp{-se} and
943 @samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
944 first argument that does not have an associated option flag as
945 equivalent to the @samp{-se} option followed by that argument; and the
946 second argument that does not have an associated option flag, if any, as
947 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
948 If the second argument begins with a decimal digit, @value{GDBN} will
949 first attempt to attach to it as a process, and if that fails, attempt
950 to open it as a corefile. If you have a corefile whose name begins with
951 a digit, you can prevent @value{GDBN} from treating it as a pid by
952 prefixing it with @file{./}, e.g.@: @file{./12345}.
953
954 If @value{GDBN} has not been configured to included core file support,
955 such as for most embedded targets, then it will complain about a second
956 argument and ignore it.
957
958 Many options have both long and short forms; both are shown in the
959 following list. @value{GDBN} also recognizes the long forms if you truncate
960 them, so long as enough of the option is present to be unambiguous.
961 (If you prefer, you can flag option arguments with @samp{--} rather
962 than @samp{-}, though we illustrate the more usual convention.)
963
964 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
965 @c way, both those who look for -foo and --foo in the index, will find
966 @c it.
967
968 @table @code
969 @item -symbols @var{file}
970 @itemx -s @var{file}
971 @cindex @code{--symbols}
972 @cindex @code{-s}
973 Read symbol table from file @var{file}.
974
975 @item -exec @var{file}
976 @itemx -e @var{file}
977 @cindex @code{--exec}
978 @cindex @code{-e}
979 Use file @var{file} as the executable file to execute when appropriate,
980 and for examining pure data in conjunction with a core dump.
981
982 @item -se @var{file}
983 @cindex @code{--se}
984 Read symbol table from file @var{file} and use it as the executable
985 file.
986
987 @item -core @var{file}
988 @itemx -c @var{file}
989 @cindex @code{--core}
990 @cindex @code{-c}
991 Use file @var{file} as a core dump to examine.
992
993 @item -pid @var{number}
994 @itemx -p @var{number}
995 @cindex @code{--pid}
996 @cindex @code{-p}
997 Connect to process ID @var{number}, as with the @code{attach} command.
998
999 @item -command @var{file}
1000 @itemx -x @var{file}
1001 @cindex @code{--command}
1002 @cindex @code{-x}
1003 Execute commands from file @var{file}. The contents of this file is
1004 evaluated exactly as the @code{source} command would.
1005 @xref{Command Files,, Command files}.
1006
1007 @item -eval-command @var{command}
1008 @itemx -ex @var{command}
1009 @cindex @code{--eval-command}
1010 @cindex @code{-ex}
1011 Execute a single @value{GDBN} command.
1012
1013 This option may be used multiple times to call multiple commands. It may
1014 also be interleaved with @samp{-command} as required.
1015
1016 @smallexample
1017 @value{GDBP} -ex 'target sim' -ex 'load' \
1018 -x setbreakpoints -ex 'run' a.out
1019 @end smallexample
1020
1021 @item -init-command @var{file}
1022 @itemx -ix @var{file}
1023 @cindex @code{--init-command}
1024 @cindex @code{-ix}
1025 Execute commands from file @var{file} before loading the inferior (but
1026 after loading gdbinit files).
1027 @xref{Startup}.
1028
1029 @item -init-eval-command @var{command}
1030 @itemx -iex @var{command}
1031 @cindex @code{--init-eval-command}
1032 @cindex @code{-iex}
1033 Execute a single @value{GDBN} command before loading the inferior (but
1034 after loading gdbinit files).
1035 @xref{Startup}.
1036
1037 @item -directory @var{directory}
1038 @itemx -d @var{directory}
1039 @cindex @code{--directory}
1040 @cindex @code{-d}
1041 Add @var{directory} to the path to search for source and script files.
1042
1043 @item -r
1044 @itemx -readnow
1045 @cindex @code{--readnow}
1046 @cindex @code{-r}
1047 Read each symbol file's entire symbol table immediately, rather than
1048 the default, which is to read it incrementally as it is needed.
1049 This makes startup slower, but makes future operations faster.
1050
1051 @item --readnever
1052 @anchor{--readnever}
1053 @cindex @code{--readnever}, command-line option
1054 Do not read each symbol file's symbolic debug information. This makes
1055 startup faster but at the expense of not being able to perform
1056 symbolic debugging. DWARF unwind information is also not read,
1057 meaning backtraces may become incomplete or inaccurate. One use of
1058 this is when a user simply wants to do the following sequence: attach,
1059 dump core, detach. Loading the debugging information in this case is
1060 an unnecessary cause of delay.
1061 @end table
1062
1063 @node Mode Options
1064 @subsection Choosing Modes
1065
1066 You can run @value{GDBN} in various alternative modes---for example, in
1067 batch mode or quiet mode.
1068
1069 @table @code
1070 @anchor{-nx}
1071 @item -nx
1072 @itemx -n
1073 @cindex @code{--nx}
1074 @cindex @code{-n}
1075 Do not execute commands found in any initialization file.
1076 There are three init files, loaded in the following order:
1077
1078 @table @code
1079 @item @file{system.gdbinit}
1080 This is the system-wide init file.
1081 Its location is specified with the @code{--with-system-gdbinit}
1082 configure option (@pxref{System-wide configuration}).
1083 It is loaded first when @value{GDBN} starts, before command line options
1084 have been processed.
1085 @item @file{~/.gdbinit}
1086 This is the init file in your home directory.
1087 It is loaded next, after @file{system.gdbinit}, and before
1088 command options have been processed.
1089 @item @file{./.gdbinit}
1090 This is the init file in the current directory.
1091 It is loaded last, after command line options other than @code{-x} and
1092 @code{-ex} have been processed. Command line options @code{-x} and
1093 @code{-ex} are processed last, after @file{./.gdbinit} has been loaded.
1094 @end table
1095
1096 For further documentation on startup processing, @xref{Startup}.
1097 For documentation on how to write command files,
1098 @xref{Command Files,,Command Files}.
1099
1100 @anchor{-nh}
1101 @item -nh
1102 @cindex @code{--nh}
1103 Do not execute commands found in @file{~/.gdbinit}, the init file
1104 in your home directory.
1105 @xref{Startup}.
1106
1107 @item -quiet
1108 @itemx -silent
1109 @itemx -q
1110 @cindex @code{--quiet}
1111 @cindex @code{--silent}
1112 @cindex @code{-q}
1113 ``Quiet''. Do not print the introductory and copyright messages. These
1114 messages are also suppressed in batch mode.
1115
1116 @item -batch
1117 @cindex @code{--batch}
1118 Run in batch mode. Exit with status @code{0} after processing all the
1119 command files specified with @samp{-x} (and all commands from
1120 initialization files, if not inhibited with @samp{-n}). Exit with
1121 nonzero status if an error occurs in executing the @value{GDBN} commands
1122 in the command files. Batch mode also disables pagination, sets unlimited
1123 terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1124 off} were in effect (@pxref{Messages/Warnings}).
1125
1126 Batch mode may be useful for running @value{GDBN} as a filter, for
1127 example to download and run a program on another computer; in order to
1128 make this more useful, the message
1129
1130 @smallexample
1131 Program exited normally.
1132 @end smallexample
1133
1134 @noindent
1135 (which is ordinarily issued whenever a program running under
1136 @value{GDBN} control terminates) is not issued when running in batch
1137 mode.
1138
1139 @item -batch-silent
1140 @cindex @code{--batch-silent}
1141 Run in batch mode exactly like @samp{-batch}, but totally silently. All
1142 @value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1143 unaffected). This is much quieter than @samp{-silent} and would be useless
1144 for an interactive session.
1145
1146 This is particularly useful when using targets that give @samp{Loading section}
1147 messages, for example.
1148
1149 Note that targets that give their output via @value{GDBN}, as opposed to
1150 writing directly to @code{stdout}, will also be made silent.
1151
1152 @item -return-child-result
1153 @cindex @code{--return-child-result}
1154 The return code from @value{GDBN} will be the return code from the child
1155 process (the process being debugged), with the following exceptions:
1156
1157 @itemize @bullet
1158 @item
1159 @value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1160 internal error. In this case the exit code is the same as it would have been
1161 without @samp{-return-child-result}.
1162 @item
1163 The user quits with an explicit value. E.g., @samp{quit 1}.
1164 @item
1165 The child process never runs, or is not allowed to terminate, in which case
1166 the exit code will be -1.
1167 @end itemize
1168
1169 This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1170 when @value{GDBN} is being used as a remote program loader or simulator
1171 interface.
1172
1173 @item -nowindows
1174 @itemx -nw
1175 @cindex @code{--nowindows}
1176 @cindex @code{-nw}
1177 ``No windows''. If @value{GDBN} comes with a graphical user interface
1178 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1179 interface. If no GUI is available, this option has no effect.
1180
1181 @item -windows
1182 @itemx -w
1183 @cindex @code{--windows}
1184 @cindex @code{-w}
1185 If @value{GDBN} includes a GUI, then this option requires it to be
1186 used if possible.
1187
1188 @item -cd @var{directory}
1189 @cindex @code{--cd}
1190 Run @value{GDBN} using @var{directory} as its working directory,
1191 instead of the current directory.
1192
1193 @item -data-directory @var{directory}
1194 @itemx -D @var{directory}
1195 @cindex @code{--data-directory}
1196 @cindex @code{-D}
1197 Run @value{GDBN} using @var{directory} as its data directory.
1198 The data directory is where @value{GDBN} searches for its
1199 auxiliary files. @xref{Data Files}.
1200
1201 @item -fullname
1202 @itemx -f
1203 @cindex @code{--fullname}
1204 @cindex @code{-f}
1205 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1206 subprocess. It tells @value{GDBN} to output the full file name and line
1207 number in a standard, recognizable fashion each time a stack frame is
1208 displayed (which includes each time your program stops). This
1209 recognizable format looks like two @samp{\032} characters, followed by
1210 the file name, line number and character position separated by colons,
1211 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1212 @samp{\032} characters as a signal to display the source code for the
1213 frame.
1214
1215 @item -annotate @var{level}
1216 @cindex @code{--annotate}
1217 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1218 effect is identical to using @samp{set annotate @var{level}}
1219 (@pxref{Annotations}). The annotation @var{level} controls how much
1220 information @value{GDBN} prints together with its prompt, values of
1221 expressions, source lines, and other types of output. Level 0 is the
1222 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1223 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1224 that control @value{GDBN}, and level 2 has been deprecated.
1225
1226 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1227 (@pxref{GDB/MI}).
1228
1229 @item --args
1230 @cindex @code{--args}
1231 Change interpretation of command line so that arguments following the
1232 executable file are passed as command line arguments to the inferior.
1233 This option stops option processing.
1234
1235 @item -baud @var{bps}
1236 @itemx -b @var{bps}
1237 @cindex @code{--baud}
1238 @cindex @code{-b}
1239 Set the line speed (baud rate or bits per second) of any serial
1240 interface used by @value{GDBN} for remote debugging.
1241
1242 @item -l @var{timeout}
1243 @cindex @code{-l}
1244 Set the timeout (in seconds) of any communication used by @value{GDBN}
1245 for remote debugging.
1246
1247 @item -tty @var{device}
1248 @itemx -t @var{device}
1249 @cindex @code{--tty}
1250 @cindex @code{-t}
1251 Run using @var{device} for your program's standard input and output.
1252 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1253
1254 @c resolve the situation of these eventually
1255 @item -tui
1256 @cindex @code{--tui}
1257 Activate the @dfn{Text User Interface} when starting. The Text User
1258 Interface manages several text windows on the terminal, showing
1259 source, assembly, registers and @value{GDBN} command outputs
1260 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1261 option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1262 Using @value{GDBN} under @sc{gnu} Emacs}).
1263
1264 @item -interpreter @var{interp}
1265 @cindex @code{--interpreter}
1266 Use the interpreter @var{interp} for interface with the controlling
1267 program or device. This option is meant to be set by programs which
1268 communicate with @value{GDBN} using it as a back end.
1269 @xref{Interpreters, , Command Interpreters}.
1270
1271 @samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1272 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1273 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1274 version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1275 included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1276 interfaces are no longer supported.
1277
1278 @item -write
1279 @cindex @code{--write}
1280 Open the executable and core files for both reading and writing. This
1281 is equivalent to the @samp{set write on} command inside @value{GDBN}
1282 (@pxref{Patching}).
1283
1284 @item -statistics
1285 @cindex @code{--statistics}
1286 This option causes @value{GDBN} to print statistics about time and
1287 memory usage after it completes each command and returns to the prompt.
1288
1289 @item -version
1290 @cindex @code{--version}
1291 This option causes @value{GDBN} to print its version number and
1292 no-warranty blurb, and exit.
1293
1294 @item -configuration
1295 @cindex @code{--configuration}
1296 This option causes @value{GDBN} to print details about its build-time
1297 configuration parameters, and then exit. These details can be
1298 important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1299
1300 @end table
1301
1302 @node Startup
1303 @subsection What @value{GDBN} Does During Startup
1304 @cindex @value{GDBN} startup
1305
1306 Here's the description of what @value{GDBN} does during session startup:
1307
1308 @enumerate
1309 @item
1310 Sets up the command interpreter as specified by the command line
1311 (@pxref{Mode Options, interpreter}).
1312
1313 @item
1314 @cindex init file
1315 Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1316 used when building @value{GDBN}; @pxref{System-wide configuration,
1317 ,System-wide configuration and settings}) and executes all the commands in
1318 that file.
1319
1320 @anchor{Home Directory Init File}
1321 @item
1322 Reads the init file (if any) in your home directory@footnote{On
1323 DOS/Windows systems, the home directory is the one pointed to by the
1324 @code{HOME} environment variable.} and executes all the commands in
1325 that file.
1326
1327 @anchor{Option -init-eval-command}
1328 @item
1329 Executes commands and command files specified by the @samp{-iex} and
1330 @samp{-ix} options in their specified order. Usually you should use the
1331 @samp{-ex} and @samp{-x} options instead, but this way you can apply
1332 settings before @value{GDBN} init files get executed and before inferior
1333 gets loaded.
1334
1335 @item
1336 Processes command line options and operands.
1337
1338 @anchor{Init File in the Current Directory during Startup}
1339 @item
1340 Reads and executes the commands from init file (if any) in the current
1341 working directory as long as @samp{set auto-load local-gdbinit} is set to
1342 @samp{on} (@pxref{Init File in the Current Directory}).
1343 This is only done if the current directory is
1344 different from your home directory. Thus, you can have more than one
1345 init file, one generic in your home directory, and another, specific
1346 to the program you are debugging, in the directory where you invoke
1347 @value{GDBN}.
1348
1349 @item
1350 If the command line specified a program to debug, or a process to
1351 attach to, or a core file, @value{GDBN} loads any auto-loaded
1352 scripts provided for the program or for its loaded shared libraries.
1353 @xref{Auto-loading}.
1354
1355 If you wish to disable the auto-loading during startup,
1356 you must do something like the following:
1357
1358 @smallexample
1359 $ gdb -iex "set auto-load python-scripts off" myprogram
1360 @end smallexample
1361
1362 Option @samp{-ex} does not work because the auto-loading is then turned
1363 off too late.
1364
1365 @item
1366 Executes commands and command files specified by the @samp{-ex} and
1367 @samp{-x} options in their specified order. @xref{Command Files}, for
1368 more details about @value{GDBN} command files.
1369
1370 @item
1371 Reads the command history recorded in the @dfn{history file}.
1372 @xref{Command History}, for more details about the command history and the
1373 files where @value{GDBN} records it.
1374 @end enumerate
1375
1376 Init files use the same syntax as @dfn{command files} (@pxref{Command
1377 Files}) and are processed by @value{GDBN} in the same way. The init
1378 file in your home directory can set options (such as @samp{set
1379 complaints}) that affect subsequent processing of command line options
1380 and operands. Init files are not executed if you use the @samp{-nx}
1381 option (@pxref{Mode Options, ,Choosing Modes}).
1382
1383 To display the list of init files loaded by gdb at startup, you
1384 can use @kbd{gdb --help}.
1385
1386 @cindex init file name
1387 @cindex @file{.gdbinit}
1388 @cindex @file{gdb.ini}
1389 The @value{GDBN} init files are normally called @file{.gdbinit}.
1390 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1391 the limitations of file names imposed by DOS filesystems. The Windows
1392 port of @value{GDBN} uses the standard name, but if it finds a
1393 @file{gdb.ini} file in your home directory, it warns you about that
1394 and suggests to rename the file to the standard name.
1395
1396
1397 @node Quitting GDB
1398 @section Quitting @value{GDBN}
1399 @cindex exiting @value{GDBN}
1400 @cindex leaving @value{GDBN}
1401
1402 @table @code
1403 @kindex quit @r{[}@var{expression}@r{]}
1404 @kindex q @r{(@code{quit})}
1405 @item quit @r{[}@var{expression}@r{]}
1406 @itemx q
1407 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1408 @code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
1409 do not supply @var{expression}, @value{GDBN} will terminate normally;
1410 otherwise it will terminate using the result of @var{expression} as the
1411 error code.
1412 @end table
1413
1414 @cindex interrupt
1415 An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
1416 terminates the action of any @value{GDBN} command that is in progress and
1417 returns to @value{GDBN} command level. It is safe to type the interrupt
1418 character at any time because @value{GDBN} does not allow it to take effect
1419 until a time when it is safe.
1420
1421 If you have been using @value{GDBN} to control an attached process or
1422 device, you can release it with the @code{detach} command
1423 (@pxref{Attach, ,Debugging an Already-running Process}).
1424
1425 @node Shell Commands
1426 @section Shell Commands
1427
1428 If you need to execute occasional shell commands during your
1429 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1430 just use the @code{shell} command.
1431
1432 @table @code
1433 @kindex shell
1434 @kindex !
1435 @cindex shell escape
1436 @item shell @var{command-string}
1437 @itemx !@var{command-string}
1438 Invoke a standard shell to execute @var{command-string}.
1439 Note that no space is needed between @code{!} and @var{command-string}.
1440 If it exists, the environment variable @code{SHELL} determines which
1441 shell to run. Otherwise @value{GDBN} uses the default shell
1442 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1443 @end table
1444
1445 The utility @code{make} is often needed in development environments.
1446 You do not have to use the @code{shell} command for this purpose in
1447 @value{GDBN}:
1448
1449 @table @code
1450 @kindex make
1451 @cindex calling make
1452 @item make @var{make-args}
1453 Execute the @code{make} program with the specified
1454 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1455 @end table
1456
1457 @table @code
1458 @kindex pipe
1459 @kindex |
1460 @cindex send the output of a gdb command to a shell command
1461 @anchor{pipe}
1462 @item pipe [@var{command}] | @var{shell_command}
1463 @itemx | [@var{command}] | @var{shell_command}
1464 @itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1465 @itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1466 Executes @var{command} and sends its output to @var{shell_command}.
1467 Note that no space is needed around @code{|}.
1468 If no @var{command} is provided, the last command executed is repeated.
1469
1470 In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1471 can be used to specify an alternate delimiter string @var{delim} that separates
1472 the @var{command} from the @var{shell_command}.
1473
1474 Example:
1475 @smallexample
1476 @group
1477 (gdb) p var
1478 $1 = @{
1479 black = 144,
1480 red = 233,
1481 green = 377,
1482 blue = 610,
1483 white = 987
1484 @}
1485 @end group
1486 @group
1487 (gdb) pipe p var|wc
1488 7 19 80
1489 (gdb) |p var|wc -l
1490 7
1491 @end group
1492 @group
1493 (gdb) p /x var
1494 $4 = @{
1495 black = 0x90,
1496 red = 0xe9,
1497 green = 0x179,
1498 blue = 0x262,
1499 white = 0x3db
1500 @}
1501 (gdb) ||grep red
1502 red => 0xe9,
1503 @end group
1504 @group
1505 (gdb) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
1506 this contains a PIPE char
1507 (gdb) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
1508 this contains a PIPE char!
1509 (gdb)
1510 @end group
1511 @end smallexample
1512 @end table
1513
1514 The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1515 can be used to examine the exit status of the last shell command launched
1516 by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1517 @xref{Convenience Vars,, Convenience Variables}.
1518
1519 @node Logging Output
1520 @section Logging Output
1521 @cindex logging @value{GDBN} output
1522 @cindex save @value{GDBN} output to a file
1523
1524 You may want to save the output of @value{GDBN} commands to a file.
1525 There are several commands to control @value{GDBN}'s logging.
1526
1527 @table @code
1528 @kindex set logging
1529 @item set logging on
1530 Enable logging.
1531 @item set logging off
1532 Disable logging.
1533 @cindex logging file name
1534 @item set logging file @var{file}
1535 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1536 @item set logging overwrite [on|off]
1537 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1538 you want @code{set logging on} to overwrite the logfile instead.
1539 @item set logging redirect [on|off]
1540 By default, @value{GDBN} output will go to both the terminal and the logfile.
1541 Set @code{redirect} if you want output to go only to the log file.
1542 @item set logging debugredirect [on|off]
1543 By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1544 Set @code{debugredirect} if you want debug output to go only to the log file.
1545 @kindex show logging
1546 @item show logging
1547 Show the current values of the logging settings.
1548 @end table
1549
1550 You can also redirect the output of a @value{GDBN} command to a
1551 shell command. @xref{pipe}.
1552 @node Commands
1553 @chapter @value{GDBN} Commands
1554
1555 You can abbreviate a @value{GDBN} command to the first few letters of the command
1556 name, if that abbreviation is unambiguous; and you can repeat certain
1557 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1558 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1559 show you the alternatives available, if there is more than one possibility).
1560
1561 @menu
1562 * Command Syntax:: How to give commands to @value{GDBN}
1563 * Completion:: Command completion
1564 * Help:: How to ask @value{GDBN} for help
1565 @end menu
1566
1567 @node Command Syntax
1568 @section Command Syntax
1569
1570 A @value{GDBN} command is a single line of input. There is no limit on
1571 how long it can be. It starts with a command name, which is followed by
1572 arguments whose meaning depends on the command name. For example, the
1573 command @code{step} accepts an argument which is the number of times to
1574 step, as in @samp{step 5}. You can also use the @code{step} command
1575 with no arguments. Some commands do not allow any arguments.
1576
1577 @cindex abbreviation
1578 @value{GDBN} command names may always be truncated if that abbreviation is
1579 unambiguous. Other possible command abbreviations are listed in the
1580 documentation for individual commands. In some cases, even ambiguous
1581 abbreviations are allowed; for example, @code{s} is specially defined as
1582 equivalent to @code{step} even though there are other commands whose
1583 names start with @code{s}. You can test abbreviations by using them as
1584 arguments to the @code{help} command.
1585
1586 @cindex repeating commands
1587 @kindex RET @r{(repeat last command)}
1588 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1589 repeat the previous command. Certain commands (for example, @code{run})
1590 will not repeat this way; these are commands whose unintentional
1591 repetition might cause trouble and which you are unlikely to want to
1592 repeat. User-defined commands can disable this feature; see
1593 @ref{Define, dont-repeat}.
1594
1595 The @code{list} and @code{x} commands, when you repeat them with
1596 @key{RET}, construct new arguments rather than repeating
1597 exactly as typed. This permits easy scanning of source or memory.
1598
1599 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1600 output, in a way similar to the common utility @code{more}
1601 (@pxref{Screen Size,,Screen Size}). Since it is easy to press one
1602 @key{RET} too many in this situation, @value{GDBN} disables command
1603 repetition after any command that generates this sort of display.
1604
1605 @kindex # @r{(a comment)}
1606 @cindex comment
1607 Any text from a @kbd{#} to the end of the line is a comment; it does
1608 nothing. This is useful mainly in command files (@pxref{Command
1609 Files,,Command Files}).
1610
1611 @cindex repeating command sequences
1612 @kindex Ctrl-o @r{(operate-and-get-next)}
1613 The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
1614 commands. This command accepts the current line, like @key{RET}, and
1615 then fetches the next line relative to the current line from the history
1616 for editing.
1617
1618 @node Completion
1619 @section Command Completion
1620
1621 @cindex completion
1622 @cindex word completion
1623 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1624 only one possibility; it can also show you what the valid possibilities
1625 are for the next word in a command, at any time. This works for @value{GDBN}
1626 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1627
1628 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1629 of a word. If there is only one possibility, @value{GDBN} fills in the
1630 word, and waits for you to finish the command (or press @key{RET} to
1631 enter it). For example, if you type
1632
1633 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1634 @c complete accuracy in these examples; space introduced for clarity.
1635 @c If texinfo enhancements make it unnecessary, it would be nice to
1636 @c replace " @key" by "@key" in the following...
1637 @smallexample
1638 (@value{GDBP}) info bre @key{TAB}
1639 @end smallexample
1640
1641 @noindent
1642 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1643 the only @code{info} subcommand beginning with @samp{bre}:
1644
1645 @smallexample
1646 (@value{GDBP}) info breakpoints
1647 @end smallexample
1648
1649 @noindent
1650 You can either press @key{RET} at this point, to run the @code{info
1651 breakpoints} command, or backspace and enter something else, if
1652 @samp{breakpoints} does not look like the command you expected. (If you
1653 were sure you wanted @code{info breakpoints} in the first place, you
1654 might as well just type @key{RET} immediately after @samp{info bre},
1655 to exploit command abbreviations rather than command completion).
1656
1657 If there is more than one possibility for the next word when you press
1658 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1659 characters and try again, or just press @key{TAB} a second time;
1660 @value{GDBN} displays all the possible completions for that word. For
1661 example, you might want to set a breakpoint on a subroutine whose name
1662 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1663 just sounds the bell. Typing @key{TAB} again displays all the
1664 function names in your program that begin with those characters, for
1665 example:
1666
1667 @smallexample
1668 (@value{GDBP}) b make_ @key{TAB}
1669 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1670 make_a_section_from_file make_environ
1671 make_abs_section make_function_type
1672 make_blockvector make_pointer_type
1673 make_cleanup make_reference_type
1674 make_command make_symbol_completion_list
1675 (@value{GDBP}) b make_
1676 @end smallexample
1677
1678 @noindent
1679 After displaying the available possibilities, @value{GDBN} copies your
1680 partial input (@samp{b make_} in the example) so you can finish the
1681 command.
1682
1683 If you just want to see the list of alternatives in the first place, you
1684 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1685 means @kbd{@key{META} ?}. You can type this either by holding down a
1686 key designated as the @key{META} shift on your keyboard (if there is
1687 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1688
1689 If the number of possible completions is large, @value{GDBN} will
1690 print as much of the list as it has collected, as well as a message
1691 indicating that the list may be truncated.
1692
1693 @smallexample
1694 (@value{GDBP}) b m@key{TAB}@key{TAB}
1695 main
1696 <... the rest of the possible completions ...>
1697 *** List may be truncated, max-completions reached. ***
1698 (@value{GDBP}) b m
1699 @end smallexample
1700
1701 @noindent
1702 This behavior can be controlled with the following commands:
1703
1704 @table @code
1705 @kindex set max-completions
1706 @item set max-completions @var{limit}
1707 @itemx set max-completions unlimited
1708 Set the maximum number of completion candidates. @value{GDBN} will
1709 stop looking for more completions once it collects this many candidates.
1710 This is useful when completing on things like function names as collecting
1711 all the possible candidates can be time consuming.
1712 The default value is 200. A value of zero disables tab-completion.
1713 Note that setting either no limit or a very large limit can make
1714 completion slow.
1715 @kindex show max-completions
1716 @item show max-completions
1717 Show the maximum number of candidates that @value{GDBN} will collect and show
1718 during completion.
1719 @end table
1720
1721 @cindex quotes in commands
1722 @cindex completion of quoted strings
1723 Sometimes the string you need, while logically a ``word'', may contain
1724 parentheses or other characters that @value{GDBN} normally excludes from
1725 its notion of a word. To permit word completion to work in this
1726 situation, you may enclose words in @code{'} (single quote marks) in
1727 @value{GDBN} commands.
1728
1729 A likely situation where you might need this is in typing an
1730 expression that involves a C@t{++} symbol name with template
1731 parameters. This is because when completing expressions, GDB treats
1732 the @samp{<} character as word delimiter, assuming that it's the
1733 less-than comparison operator (@pxref{C Operators, , C and C@t{++}
1734 Operators}).
1735
1736 For example, when you want to call a C@t{++} template function
1737 interactively using the @code{print} or @code{call} commands, you may
1738 need to distinguish whether you mean the version of @code{name} that
1739 was specialized for @code{int}, @code{name<int>()}, or the version
1740 that was specialized for @code{float}, @code{name<float>()}. To use
1741 the word-completion facilities in this situation, type a single quote
1742 @code{'} at the beginning of the function name. This alerts
1743 @value{GDBN} that it may need to consider more information than usual
1744 when you press @key{TAB} or @kbd{M-?} to request word completion:
1745
1746 @smallexample
1747 (@value{GDBP}) p 'func< @kbd{M-?}
1748 func<int>() func<float>()
1749 (@value{GDBP}) p 'func<
1750 @end smallexample
1751
1752 When setting breakpoints however (@pxref{Specify Location}), you don't
1753 usually need to type a quote before the function name, because
1754 @value{GDBN} understands that you want to set a breakpoint on a
1755 function:
1756
1757 @smallexample
1758 (@value{GDBP}) b func< @kbd{M-?}
1759 func<int>() func<float>()
1760 (@value{GDBP}) b func<
1761 @end smallexample
1762
1763 This is true even in the case of typing the name of C@t{++} overloaded
1764 functions (multiple definitions of the same function, distinguished by
1765 argument type). For example, when you want to set a breakpoint you
1766 don't need to distinguish whether you mean the version of @code{name}
1767 that takes an @code{int} parameter, @code{name(int)}, or the version
1768 that takes a @code{float} parameter, @code{name(float)}.
1769
1770 @smallexample
1771 (@value{GDBP}) b bubble( @kbd{M-?}
1772 bubble(int) bubble(double)
1773 (@value{GDBP}) b bubble(dou @kbd{M-?}
1774 bubble(double)
1775 @end smallexample
1776
1777 See @ref{quoting names} for a description of other scenarios that
1778 require quoting.
1779
1780 For more information about overloaded functions, see @ref{C Plus Plus
1781 Expressions, ,C@t{++} Expressions}. You can use the command @code{set
1782 overload-resolution off} to disable overload resolution;
1783 see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
1784
1785 @cindex completion of structure field names
1786 @cindex structure field name completion
1787 @cindex completion of union field names
1788 @cindex union field name completion
1789 When completing in an expression which looks up a field in a
1790 structure, @value{GDBN} also tries@footnote{The completer can be
1791 confused by certain kinds of invalid expressions. Also, it only
1792 examines the static type of the expression, not the dynamic type.} to
1793 limit completions to the field names available in the type of the
1794 left-hand-side:
1795
1796 @smallexample
1797 (@value{GDBP}) p gdb_stdout.@kbd{M-?}
1798 magic to_fputs to_rewind
1799 to_data to_isatty to_write
1800 to_delete to_put to_write_async_safe
1801 to_flush to_read
1802 @end smallexample
1803
1804 @noindent
1805 This is because the @code{gdb_stdout} is a variable of the type
1806 @code{struct ui_file} that is defined in @value{GDBN} sources as
1807 follows:
1808
1809 @smallexample
1810 struct ui_file
1811 @{
1812 int *magic;
1813 ui_file_flush_ftype *to_flush;
1814 ui_file_write_ftype *to_write;
1815 ui_file_write_async_safe_ftype *to_write_async_safe;
1816 ui_file_fputs_ftype *to_fputs;
1817 ui_file_read_ftype *to_read;
1818 ui_file_delete_ftype *to_delete;
1819 ui_file_isatty_ftype *to_isatty;
1820 ui_file_rewind_ftype *to_rewind;
1821 ui_file_put_ftype *to_put;
1822 void *to_data;
1823 @}
1824 @end smallexample
1825
1826
1827 @node Help
1828 @section Getting Help
1829 @cindex online documentation
1830 @kindex help
1831
1832 You can always ask @value{GDBN} itself for information on its commands,
1833 using the command @code{help}.
1834
1835 @table @code
1836 @kindex h @r{(@code{help})}
1837 @item help
1838 @itemx h
1839 You can use @code{help} (abbreviated @code{h}) with no arguments to
1840 display a short list of named classes of commands:
1841
1842 @smallexample
1843 (@value{GDBP}) help
1844 List of classes of commands:
1845
1846 aliases -- Aliases of other commands
1847 breakpoints -- Making program stop at certain points
1848 data -- Examining data
1849 files -- Specifying and examining files
1850 internals -- Maintenance commands
1851 obscure -- Obscure features
1852 running -- Running the program
1853 stack -- Examining the stack
1854 status -- Status inquiries
1855 support -- Support facilities
1856 tracepoints -- Tracing of program execution without
1857 stopping the program
1858 user-defined -- User-defined commands
1859
1860 Type "help" followed by a class name for a list of
1861 commands in that class.
1862 Type "help" followed by command name for full
1863 documentation.
1864 Command name abbreviations are allowed if unambiguous.
1865 (@value{GDBP})
1866 @end smallexample
1867 @c the above line break eliminates huge line overfull...
1868
1869 @item help @var{class}
1870 Using one of the general help classes as an argument, you can get a
1871 list of the individual commands in that class. For example, here is the
1872 help display for the class @code{status}:
1873
1874 @smallexample
1875 (@value{GDBP}) help status
1876 Status inquiries.
1877
1878 List of commands:
1879
1880 @c Line break in "show" line falsifies real output, but needed
1881 @c to fit in smallbook page size.
1882 info -- Generic command for showing things
1883 about the program being debugged
1884 show -- Generic command for showing things
1885 about the debugger
1886
1887 Type "help" followed by command name for full
1888 documentation.
1889 Command name abbreviations are allowed if unambiguous.
1890 (@value{GDBP})
1891 @end smallexample
1892
1893 @item help @var{command}
1894 With a command name as @code{help} argument, @value{GDBN} displays a
1895 short paragraph on how to use that command.
1896
1897 @kindex apropos
1898 @item apropos [-v] @var{regexp}
1899 The @code{apropos} command searches through all of the @value{GDBN}
1900 commands, and their documentation, for the regular expression specified in
1901 @var{args}. It prints out all matches found. The optional flag @samp{-v},
1902 which stands for @samp{verbose}, indicates to output the full documentation
1903 of the matching commands and highlight the parts of the documentation
1904 matching @var{regexp}. For example:
1905
1906 @smallexample
1907 apropos alias
1908 @end smallexample
1909
1910 @noindent
1911 results in:
1912
1913 @smallexample
1914 @group
1915 alias -- Define a new command that is an alias of an existing command
1916 aliases -- Aliases of other commands
1917 d -- Delete some breakpoints or auto-display expressions
1918 del -- Delete some breakpoints or auto-display expressions
1919 delete -- Delete some breakpoints or auto-display expressions
1920 @end group
1921 @end smallexample
1922
1923 @noindent
1924 while
1925
1926 @smallexample
1927 apropos -v cut.*thread apply
1928 @end smallexample
1929
1930 @noindent
1931 results in the below output, where @samp{cut for 'thread apply}
1932 is highlighted if styling is enabled.
1933
1934 @smallexample
1935 @group
1936 taas -- Apply a command to all threads (ignoring errors
1937 and empty output).
1938 Usage: taas COMMAND
1939 shortcut for 'thread apply all -s COMMAND'
1940
1941 tfaas -- Apply a command to all frames of all threads
1942 (ignoring errors and empty output).
1943 Usage: tfaas COMMAND
1944 shortcut for 'thread apply all -s frame apply all -s COMMAND'
1945 @end group
1946 @end smallexample
1947
1948 @kindex complete
1949 @item complete @var{args}
1950 The @code{complete @var{args}} command lists all the possible completions
1951 for the beginning of a command. Use @var{args} to specify the beginning of the
1952 command you want completed. For example:
1953
1954 @smallexample
1955 complete i
1956 @end smallexample
1957
1958 @noindent results in:
1959
1960 @smallexample
1961 @group
1962 if
1963 ignore
1964 info
1965 inspect
1966 @end group
1967 @end smallexample
1968
1969 @noindent This is intended for use by @sc{gnu} Emacs.
1970 @end table
1971
1972 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1973 and @code{show} to inquire about the state of your program, or the state
1974 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1975 manual introduces each of them in the appropriate context. The listings
1976 under @code{info} and under @code{show} in the Command, Variable, and
1977 Function Index point to all the sub-commands. @xref{Command and Variable
1978 Index}.
1979
1980 @c @group
1981 @table @code
1982 @kindex info
1983 @kindex i @r{(@code{info})}
1984 @item info
1985 This command (abbreviated @code{i}) is for describing the state of your
1986 program. For example, you can show the arguments passed to a function
1987 with @code{info args}, list the registers currently in use with @code{info
1988 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1989 You can get a complete list of the @code{info} sub-commands with
1990 @w{@code{help info}}.
1991
1992 @kindex set
1993 @item set
1994 You can assign the result of an expression to an environment variable with
1995 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1996 @code{set prompt $}.
1997
1998 @kindex show
1999 @item show
2000 In contrast to @code{info}, @code{show} is for describing the state of
2001 @value{GDBN} itself.
2002 You can change most of the things you can @code{show}, by using the
2003 related command @code{set}; for example, you can control what number
2004 system is used for displays with @code{set radix}, or simply inquire
2005 which is currently in use with @code{show radix}.
2006
2007 @kindex info set
2008 To display all the settable parameters and their current
2009 values, you can use @code{show} with no arguments; you may also use
2010 @code{info set}. Both commands produce the same display.
2011 @c FIXME: "info set" violates the rule that "info" is for state of
2012 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2013 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2014 @end table
2015 @c @end group
2016
2017 Here are several miscellaneous @code{show} subcommands, all of which are
2018 exceptional in lacking corresponding @code{set} commands:
2019
2020 @table @code
2021 @kindex show version
2022 @cindex @value{GDBN} version number
2023 @item show version
2024 Show what version of @value{GDBN} is running. You should include this
2025 information in @value{GDBN} bug-reports. If multiple versions of
2026 @value{GDBN} are in use at your site, you may need to determine which
2027 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2028 commands are introduced, and old ones may wither away. Also, many
2029 system vendors ship variant versions of @value{GDBN}, and there are
2030 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2031 The version number is the same as the one announced when you start
2032 @value{GDBN}.
2033
2034 @kindex show copying
2035 @kindex info copying
2036 @cindex display @value{GDBN} copyright
2037 @item show copying
2038 @itemx info copying
2039 Display information about permission for copying @value{GDBN}.
2040
2041 @kindex show warranty
2042 @kindex info warranty
2043 @item show warranty
2044 @itemx info warranty
2045 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
2046 if your version of @value{GDBN} comes with one.
2047
2048 @kindex show configuration
2049 @item show configuration
2050 Display detailed information about the way @value{GDBN} was configured
2051 when it was built. This displays the optional arguments passed to the
2052 @file{configure} script and also configuration parameters detected
2053 automatically by @command{configure}. When reporting a @value{GDBN}
2054 bug (@pxref{GDB Bugs}), it is important to include this information in
2055 your report.
2056
2057 @end table
2058
2059 @node Running
2060 @chapter Running Programs Under @value{GDBN}
2061
2062 When you run a program under @value{GDBN}, you must first generate
2063 debugging information when you compile it.
2064
2065 You may start @value{GDBN} with its arguments, if any, in an environment
2066 of your choice. If you are doing native debugging, you may redirect
2067 your program's input and output, debug an already running process, or
2068 kill a child process.
2069
2070 @menu
2071 * Compilation:: Compiling for debugging
2072 * Starting:: Starting your program
2073 * Arguments:: Your program's arguments
2074 * Environment:: Your program's environment
2075
2076 * Working Directory:: Your program's working directory
2077 * Input/Output:: Your program's input and output
2078 * Attach:: Debugging an already-running process
2079 * Kill Process:: Killing the child process
2080
2081 * Inferiors and Programs:: Debugging multiple inferiors and programs
2082 * Threads:: Debugging programs with multiple threads
2083 * Forks:: Debugging forks
2084 * Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
2085 @end menu
2086
2087 @node Compilation
2088 @section Compiling for Debugging
2089
2090 In order to debug a program effectively, you need to generate
2091 debugging information when you compile it. This debugging information
2092 is stored in the object file; it describes the data type of each
2093 variable or function and the correspondence between source line numbers
2094 and addresses in the executable code.
2095
2096 To request debugging information, specify the @samp{-g} option when you run
2097 the compiler.
2098
2099 Programs that are to be shipped to your customers are compiled with
2100 optimizations, using the @samp{-O} compiler option. However, some
2101 compilers are unable to handle the @samp{-g} and @samp{-O} options
2102 together. Using those compilers, you cannot generate optimized
2103 executables containing debugging information.
2104
2105 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
2106 without @samp{-O}, making it possible to debug optimized code. We
2107 recommend that you @emph{always} use @samp{-g} whenever you compile a
2108 program. You may think your program is correct, but there is no sense
2109 in pushing your luck. For more information, see @ref{Optimized Code}.
2110
2111 Older versions of the @sc{gnu} C compiler permitted a variant option
2112 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
2113 format; if your @sc{gnu} C compiler has this option, do not use it.
2114
2115 @value{GDBN} knows about preprocessor macros and can show you their
2116 expansion (@pxref{Macros}). Most compilers do not include information
2117 about preprocessor macros in the debugging information if you specify
2118 the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2119 the @sc{gnu} C compiler, provides macro information if you are using
2120 the DWARF debugging format, and specify the option @option{-g3}.
2121
2122 @xref{Debugging Options,,Options for Debugging Your Program or GCC,
2123 gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
2124 information on @value{NGCC} options affecting debug information.
2125
2126 You will have the best debugging experience if you use the latest
2127 version of the DWARF debugging format that your compiler supports.
2128 DWARF is currently the most expressive and best supported debugging
2129 format in @value{GDBN}.
2130
2131 @need 2000
2132 @node Starting
2133 @section Starting your Program
2134 @cindex starting
2135 @cindex running
2136
2137 @table @code
2138 @kindex run
2139 @kindex r @r{(@code{run})}
2140 @item run
2141 @itemx r
2142 Use the @code{run} command to start your program under @value{GDBN}.
2143 You must first specify the program name with an argument to
2144 @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2145 @value{GDBN}}), or by using the @code{file} or @code{exec-file}
2146 command (@pxref{Files, ,Commands to Specify Files}).
2147
2148 @end table
2149
2150 If you are running your program in an execution environment that
2151 supports processes, @code{run} creates an inferior process and makes
2152 that process run your program. In some environments without processes,
2153 @code{run} jumps to the start of your program. Other targets,
2154 like @samp{remote}, are always running. If you get an error
2155 message like this one:
2156
2157 @smallexample
2158 The "remote" target does not support "run".
2159 Try "help target" or "continue".
2160 @end smallexample
2161
2162 @noindent
2163 then use @code{continue} to run your program. You may need @code{load}
2164 first (@pxref{load}).
2165
2166 The execution of a program is affected by certain information it
2167 receives from its superior. @value{GDBN} provides ways to specify this
2168 information, which you must do @emph{before} starting your program. (You
2169 can change it after starting your program, but such changes only affect
2170 your program the next time you start it.) This information may be
2171 divided into four categories:
2172
2173 @table @asis
2174 @item The @emph{arguments.}
2175 Specify the arguments to give your program as the arguments of the
2176 @code{run} command. If a shell is available on your target, the shell
2177 is used to pass the arguments, so that you may use normal conventions
2178 (such as wildcard expansion or variable substitution) in describing
2179 the arguments.
2180 In Unix systems, you can control which shell is used with the
2181 @code{SHELL} environment variable. If you do not define @code{SHELL},
2182 @value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2183 use of any shell with the @code{set startup-with-shell} command (see
2184 below for details).
2185
2186 @item The @emph{environment.}
2187 Your program normally inherits its environment from @value{GDBN}, but you can
2188 use the @value{GDBN} commands @code{set environment} and @code{unset
2189 environment} to change parts of the environment that affect
2190 your program. @xref{Environment, ,Your Program's Environment}.
2191
2192 @item The @emph{working directory.}
2193 You can set your program's working directory with the command
2194 @kbd{set cwd}. If you do not set any working directory with this
2195 command, your program will inherit @value{GDBN}'s working directory if
2196 native debugging, or the remote server's working directory if remote
2197 debugging. @xref{Working Directory, ,Your Program's Working
2198 Directory}.
2199
2200 @item The @emph{standard input and output.}
2201 Your program normally uses the same device for standard input and
2202 standard output as @value{GDBN} is using. You can redirect input and output
2203 in the @code{run} command line, or you can use the @code{tty} command to
2204 set a different device for your program.
2205 @xref{Input/Output, ,Your Program's Input and Output}.
2206
2207 @cindex pipes
2208 @emph{Warning:} While input and output redirection work, you cannot use
2209 pipes to pass the output of the program you are debugging to another
2210 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2211 wrong program.
2212 @end table
2213
2214 When you issue the @code{run} command, your program begins to execute
2215 immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
2216 of how to arrange for your program to stop. Once your program has
2217 stopped, you may call functions in your program, using the @code{print}
2218 or @code{call} commands. @xref{Data, ,Examining Data}.
2219
2220 If the modification time of your symbol file has changed since the last
2221 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2222 table, and reads it again. When it does this, @value{GDBN} tries to retain
2223 your current breakpoints.
2224
2225 @table @code
2226 @kindex start
2227 @item start
2228 @cindex run to main procedure
2229 The name of the main procedure can vary from language to language.
2230 With C or C@t{++}, the main procedure name is always @code{main}, but
2231 other languages such as Ada do not require a specific name for their
2232 main procedure. The debugger provides a convenient way to start the
2233 execution of the program and to stop at the beginning of the main
2234 procedure, depending on the language used.
2235
2236 The @samp{start} command does the equivalent of setting a temporary
2237 breakpoint at the beginning of the main procedure and then invoking
2238 the @samp{run} command.
2239
2240 @cindex elaboration phase
2241 Some programs contain an @dfn{elaboration} phase where some startup code is
2242 executed before the main procedure is called. This depends on the
2243 languages used to write your program. In C@t{++}, for instance,
2244 constructors for static and global objects are executed before
2245 @code{main} is called. It is therefore possible that the debugger stops
2246 before reaching the main procedure. However, the temporary breakpoint
2247 will remain to halt execution.
2248
2249 Specify the arguments to give to your program as arguments to the
2250 @samp{start} command. These arguments will be given verbatim to the
2251 underlying @samp{run} command. Note that the same arguments will be
2252 reused if no argument is provided during subsequent calls to
2253 @samp{start} or @samp{run}.
2254
2255 It is sometimes necessary to debug the program during elaboration. In
2256 these cases, using the @code{start} command would stop the execution
2257 of your program too late, as the program would have already completed
2258 the elaboration phase. Under these circumstances, either insert
2259 breakpoints in your elaboration code before running your program or
2260 use the @code{starti} command.
2261
2262 @kindex starti
2263 @item starti
2264 @cindex run to first instruction
2265 The @samp{starti} command does the equivalent of setting a temporary
2266 breakpoint at the first instruction of a program's execution and then
2267 invoking the @samp{run} command. For programs containing an
2268 elaboration phase, the @code{starti} command will stop execution at
2269 the start of the elaboration phase.
2270
2271 @anchor{set exec-wrapper}
2272 @kindex set exec-wrapper
2273 @item set exec-wrapper @var{wrapper}
2274 @itemx show exec-wrapper
2275 @itemx unset exec-wrapper
2276 When @samp{exec-wrapper} is set, the specified wrapper is used to
2277 launch programs for debugging. @value{GDBN} starts your program
2278 with a shell command of the form @kbd{exec @var{wrapper}
2279 @var{program}}. Quoting is added to @var{program} and its
2280 arguments, but not to @var{wrapper}, so you should add quotes if
2281 appropriate for your shell. The wrapper runs until it executes
2282 your program, and then @value{GDBN} takes control.
2283
2284 You can use any program that eventually calls @code{execve} with
2285 its arguments as a wrapper. Several standard Unix utilities do
2286 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2287 with @code{exec "$@@"} will also work.
2288
2289 For example, you can use @code{env} to pass an environment variable to
2290 the debugged program, without setting the variable in your shell's
2291 environment:
2292
2293 @smallexample
2294 (@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2295 (@value{GDBP}) run
2296 @end smallexample
2297
2298 This command is available when debugging locally on most targets, excluding
2299 @sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2300
2301 @kindex set startup-with-shell
2302 @anchor{set startup-with-shell}
2303 @item set startup-with-shell
2304 @itemx set startup-with-shell on
2305 @itemx set startup-with-shell off
2306 @itemx show startup-with-shell
2307 On Unix systems, by default, if a shell is available on your target,
2308 @value{GDBN}) uses it to start your program. Arguments of the
2309 @code{run} command are passed to the shell, which does variable
2310 substitution, expands wildcard characters and performs redirection of
2311 I/O. In some circumstances, it may be useful to disable such use of a
2312 shell, for example, when debugging the shell itself or diagnosing
2313 startup failures such as:
2314
2315 @smallexample
2316 (@value{GDBP}) run
2317 Starting program: ./a.out
2318 During startup program terminated with signal SIGSEGV, Segmentation fault.
2319 @end smallexample
2320
2321 @noindent
2322 which indicates the shell or the wrapper specified with
2323 @samp{exec-wrapper} crashed, not your program. Most often, this is
2324 caused by something odd in your shell's non-interactive mode
2325 initialization file---such as @file{.cshrc} for C-shell,
2326 $@file{.zshenv} for the Z shell, or the file specified in the
2327 @samp{BASH_ENV} environment variable for BASH.
2328
2329 @anchor{set auto-connect-native-target}
2330 @kindex set auto-connect-native-target
2331 @item set auto-connect-native-target
2332 @itemx set auto-connect-native-target on
2333 @itemx set auto-connect-native-target off
2334 @itemx show auto-connect-native-target
2335
2336 By default, if not connected to any target yet (e.g., with
2337 @code{target remote}), the @code{run} command starts your program as a
2338 native process under @value{GDBN}, on your local machine. If you're
2339 sure you don't want to debug programs on your local machine, you can
2340 tell @value{GDBN} to not connect to the native target automatically
2341 with the @code{set auto-connect-native-target off} command.
2342
2343 If @code{on}, which is the default, and if @value{GDBN} is not
2344 connected to a target already, the @code{run} command automaticaly
2345 connects to the native target, if one is available.
2346
2347 If @code{off}, and if @value{GDBN} is not connected to a target
2348 already, the @code{run} command fails with an error:
2349
2350 @smallexample
2351 (@value{GDBP}) run
2352 Don't know how to run. Try "help target".
2353 @end smallexample
2354
2355 If @value{GDBN} is already connected to a target, @value{GDBN} always
2356 uses it with the @code{run} command.
2357
2358 In any case, you can explicitly connect to the native target with the
2359 @code{target native} command. For example,
2360
2361 @smallexample
2362 (@value{GDBP}) set auto-connect-native-target off
2363 (@value{GDBP}) run
2364 Don't know how to run. Try "help target".
2365 (@value{GDBP}) target native
2366 (@value{GDBP}) run
2367 Starting program: ./a.out
2368 [Inferior 1 (process 10421) exited normally]
2369 @end smallexample
2370
2371 In case you connected explicitly to the @code{native} target,
2372 @value{GDBN} remains connected even if all inferiors exit, ready for
2373 the next @code{run} command. Use the @code{disconnect} command to
2374 disconnect.
2375
2376 Examples of other commands that likewise respect the
2377 @code{auto-connect-native-target} setting: @code{attach}, @code{info
2378 proc}, @code{info os}.
2379
2380 @kindex set disable-randomization
2381 @item set disable-randomization
2382 @itemx set disable-randomization on
2383 This option (enabled by default in @value{GDBN}) will turn off the native
2384 randomization of the virtual address space of the started program. This option
2385 is useful for multiple debugging sessions to make the execution better
2386 reproducible and memory addresses reusable across debugging sessions.
2387
2388 This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2389 On @sc{gnu}/Linux you can get the same behavior using
2390
2391 @smallexample
2392 (@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2393 @end smallexample
2394
2395 @item set disable-randomization off
2396 Leave the behavior of the started executable unchanged. Some bugs rear their
2397 ugly heads only when the program is loaded at certain addresses. If your bug
2398 disappears when you run the program under @value{GDBN}, that might be because
2399 @value{GDBN} by default disables the address randomization on platforms, such
2400 as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2401 disable-randomization off} to try to reproduce such elusive bugs.
2402
2403 On targets where it is available, virtual address space randomization
2404 protects the programs against certain kinds of security attacks. In these
2405 cases the attacker needs to know the exact location of a concrete executable
2406 code. Randomizing its location makes it impossible to inject jumps misusing
2407 a code at its expected addresses.
2408
2409 Prelinking shared libraries provides a startup performance advantage but it
2410 makes addresses in these libraries predictable for privileged processes by
2411 having just unprivileged access at the target system. Reading the shared
2412 library binary gives enough information for assembling the malicious code
2413 misusing it. Still even a prelinked shared library can get loaded at a new
2414 random address just requiring the regular relocation process during the
2415 startup. Shared libraries not already prelinked are always loaded at
2416 a randomly chosen address.
2417
2418 Position independent executables (PIE) contain position independent code
2419 similar to the shared libraries and therefore such executables get loaded at
2420 a randomly chosen address upon startup. PIE executables always load even
2421 already prelinked shared libraries at a random address. You can build such
2422 executable using @command{gcc -fPIE -pie}.
2423
2424 Heap (malloc storage), stack and custom mmap areas are always placed randomly
2425 (as long as the randomization is enabled).
2426
2427 @item show disable-randomization
2428 Show the current setting of the explicit disable of the native randomization of
2429 the virtual address space of the started program.
2430
2431 @end table
2432
2433 @node Arguments
2434 @section Your Program's Arguments
2435
2436 @cindex arguments (to your program)
2437 The arguments to your program can be specified by the arguments of the
2438 @code{run} command.
2439 They are passed to a shell, which expands wildcard characters and
2440 performs redirection of I/O, and thence to your program. Your
2441 @code{SHELL} environment variable (if it exists) specifies what shell
2442 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
2443 the default shell (@file{/bin/sh} on Unix).
2444
2445 On non-Unix systems, the program is usually invoked directly by
2446 @value{GDBN}, which emulates I/O redirection via the appropriate system
2447 calls, and the wildcard characters are expanded by the startup code of
2448 the program, not by the shell.
2449
2450 @code{run} with no arguments uses the same arguments used by the previous
2451 @code{run}, or those set by the @code{set args} command.
2452
2453 @table @code
2454 @kindex set args
2455 @item set args
2456 Specify the arguments to be used the next time your program is run. If
2457 @code{set args} has no arguments, @code{run} executes your program
2458 with no arguments. Once you have run your program with arguments,
2459 using @code{set args} before the next @code{run} is the only way to run
2460 it again without arguments.
2461
2462 @kindex show args
2463 @item show args
2464 Show the arguments to give your program when it is started.
2465 @end table
2466
2467 @node Environment
2468 @section Your Program's Environment
2469
2470 @cindex environment (of your program)
2471 The @dfn{environment} consists of a set of environment variables and
2472 their values. Environment variables conventionally record such things as
2473 your user name, your home directory, your terminal type, and your search
2474 path for programs to run. Usually you set up environment variables with
2475 the shell and they are inherited by all the other programs you run. When
2476 debugging, it can be useful to try running your program with a modified
2477 environment without having to start @value{GDBN} over again.
2478
2479 @table @code
2480 @kindex path
2481 @item path @var{directory}
2482 Add @var{directory} to the front of the @code{PATH} environment variable
2483 (the search path for executables) that will be passed to your program.
2484 The value of @code{PATH} used by @value{GDBN} does not change.
2485 You may specify several directory names, separated by whitespace or by a
2486 system-dependent separator character (@samp{:} on Unix, @samp{;} on
2487 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2488 is moved to the front, so it is searched sooner.
2489
2490 You can use the string @samp{$cwd} to refer to whatever is the current
2491 working directory at the time @value{GDBN} searches the path. If you
2492 use @samp{.} instead, it refers to the directory where you executed the
2493 @code{path} command. @value{GDBN} replaces @samp{.} in the
2494 @var{directory} argument (with the current path) before adding
2495 @var{directory} to the search path.
2496 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2497 @c document that, since repeating it would be a no-op.
2498
2499 @kindex show paths
2500 @item show paths
2501 Display the list of search paths for executables (the @code{PATH}
2502 environment variable).
2503
2504 @kindex show environment
2505 @item show environment @r{[}@var{varname}@r{]}
2506 Print the value of environment variable @var{varname} to be given to
2507 your program when it starts. If you do not supply @var{varname},
2508 print the names and values of all environment variables to be given to
2509 your program. You can abbreviate @code{environment} as @code{env}.
2510
2511 @kindex set environment
2512 @anchor{set environment}
2513 @item set environment @var{varname} @r{[}=@var{value}@r{]}
2514 Set environment variable @var{varname} to @var{value}. The value
2515 changes for your program (and the shell @value{GDBN} uses to launch
2516 it), not for @value{GDBN} itself. The @var{value} may be any string; the
2517 values of environment variables are just strings, and any
2518 interpretation is supplied by your program itself. The @var{value}
2519 parameter is optional; if it is eliminated, the variable is set to a
2520 null value.
2521 @c "any string" here does not include leading, trailing
2522 @c blanks. Gnu asks: does anyone care?
2523
2524 For example, this command:
2525
2526 @smallexample
2527 set env USER = foo
2528 @end smallexample
2529
2530 @noindent
2531 tells the debugged program, when subsequently run, that its user is named
2532 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2533 are not actually required.)
2534
2535 Note that on Unix systems, @value{GDBN} runs your program via a shell,
2536 which also inherits the environment set with @code{set environment}.
2537 If necessary, you can avoid that by using the @samp{env} program as a
2538 wrapper instead of using @code{set environment}. @xref{set
2539 exec-wrapper}, for an example doing just that.
2540
2541 Environment variables that are set by the user are also transmitted to
2542 @command{gdbserver} to be used when starting the remote inferior.
2543 @pxref{QEnvironmentHexEncoded}.
2544
2545 @kindex unset environment
2546 @anchor{unset environment}
2547 @item unset environment @var{varname}
2548 Remove variable @var{varname} from the environment to be passed to your
2549 program. This is different from @samp{set env @var{varname} =};
2550 @code{unset environment} removes the variable from the environment,
2551 rather than assigning it an empty value.
2552
2553 Environment variables that are unset by the user are also unset on
2554 @command{gdbserver} when starting the remote inferior.
2555 @pxref{QEnvironmentUnset}.
2556 @end table
2557
2558 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2559 the shell indicated by your @code{SHELL} environment variable if it
2560 exists (or @code{/bin/sh} if not). If your @code{SHELL} variable
2561 names a shell that runs an initialization file when started
2562 non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2563 for the Z shell, or the file specified in the @samp{BASH_ENV}
2564 environment variable for BASH---any variables you set in that file
2565 affect your program. You may wish to move setting of environment
2566 variables to files that are only run when you sign on, such as
2567 @file{.login} or @file{.profile}.
2568
2569 @node Working Directory
2570 @section Your Program's Working Directory
2571
2572 @cindex working directory (of your program)
2573 Each time you start your program with @code{run}, the inferior will be
2574 initialized with the current working directory specified by the
2575 @kbd{set cwd} command. If no directory has been specified by this
2576 command, then the inferior will inherit @value{GDBN}'s current working
2577 directory as its working directory if native debugging, or it will
2578 inherit the remote server's current working directory if remote
2579 debugging.
2580
2581 @table @code
2582 @kindex set cwd
2583 @cindex change inferior's working directory
2584 @anchor{set cwd command}
2585 @item set cwd @r{[}@var{directory}@r{]}
2586 Set the inferior's working directory to @var{directory}, which will be
2587 @code{glob}-expanded in order to resolve tildes (@file{~}). If no
2588 argument has been specified, the command clears the setting and resets
2589 it to an empty state. This setting has no effect on @value{GDBN}'s
2590 working directory, and it only takes effect the next time you start
2591 the inferior. The @file{~} in @var{directory} is a short for the
2592 @dfn{home directory}, usually pointed to by the @env{HOME} environment
2593 variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2594 uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2595 fallback.
2596
2597 You can also change @value{GDBN}'s current working directory by using
2598 the @code{cd} command.
2599 @xref{cd command}.
2600
2601 @kindex show cwd
2602 @cindex show inferior's working directory
2603 @item show cwd
2604 Show the inferior's working directory. If no directory has been
2605 specified by @kbd{set cwd}, then the default inferior's working
2606 directory is the same as @value{GDBN}'s working directory.
2607
2608 @kindex cd
2609 @cindex change @value{GDBN}'s working directory
2610 @anchor{cd command}
2611 @item cd @r{[}@var{directory}@r{]}
2612 Set the @value{GDBN} working directory to @var{directory}. If not
2613 given, @var{directory} uses @file{'~'}.
2614
2615 The @value{GDBN} working directory serves as a default for the
2616 commands that specify files for @value{GDBN} to operate on.
2617 @xref{Files, ,Commands to Specify Files}.
2618 @xref{set cwd command}.
2619
2620 @kindex pwd
2621 @item pwd
2622 Print the @value{GDBN} working directory.
2623 @end table
2624
2625 It is generally impossible to find the current working directory of
2626 the process being debugged (since a program can change its directory
2627 during its run). If you work on a system where @value{GDBN} supports
2628 the @code{info proc} command (@pxref{Process Information}), you can
2629 use the @code{info proc} command to find out the
2630 current working directory of the debuggee.
2631
2632 @node Input/Output
2633 @section Your Program's Input and Output
2634
2635 @cindex redirection
2636 @cindex i/o
2637 @cindex terminal
2638 By default, the program you run under @value{GDBN} does input and output to
2639 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2640 to its own terminal modes to interact with you, but it records the terminal
2641 modes your program was using and switches back to them when you continue
2642 running your program.
2643
2644 @table @code
2645 @kindex info terminal
2646 @item info terminal
2647 Displays information recorded by @value{GDBN} about the terminal modes your
2648 program is using.
2649 @end table
2650
2651 You can redirect your program's input and/or output using shell
2652 redirection with the @code{run} command. For example,
2653
2654 @smallexample
2655 run > outfile
2656 @end smallexample
2657
2658 @noindent
2659 starts your program, diverting its output to the file @file{outfile}.
2660
2661 @kindex tty
2662 @cindex controlling terminal
2663 Another way to specify where your program should do input and output is
2664 with the @code{tty} command. This command accepts a file name as
2665 argument, and causes this file to be the default for future @code{run}
2666 commands. It also resets the controlling terminal for the child
2667 process, for future @code{run} commands. For example,
2668
2669 @smallexample
2670 tty /dev/ttyb
2671 @end smallexample
2672
2673 @noindent
2674 directs that processes started with subsequent @code{run} commands
2675 default to do input and output on the terminal @file{/dev/ttyb} and have
2676 that as their controlling terminal.
2677
2678 An explicit redirection in @code{run} overrides the @code{tty} command's
2679 effect on the input/output device, but not its effect on the controlling
2680 terminal.
2681
2682 When you use the @code{tty} command or redirect input in the @code{run}
2683 command, only the input @emph{for your program} is affected. The input
2684 for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2685 for @code{set inferior-tty}.
2686
2687 @cindex inferior tty
2688 @cindex set inferior controlling terminal
2689 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2690 display the name of the terminal that will be used for future runs of your
2691 program.
2692
2693 @table @code
2694 @item set inferior-tty [ @var{tty} ]
2695 @kindex set inferior-tty
2696 Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
2697 restores the default behavior, which is to use the same terminal as
2698 @value{GDBN}.
2699
2700 @item show inferior-tty
2701 @kindex show inferior-tty
2702 Show the current tty for the program being debugged.
2703 @end table
2704
2705 @node Attach
2706 @section Debugging an Already-running Process
2707 @kindex attach
2708 @cindex attach
2709
2710 @table @code
2711 @item attach @var{process-id}
2712 This command attaches to a running process---one that was started
2713 outside @value{GDBN}. (@code{info files} shows your active
2714 targets.) The command takes as argument a process ID. The usual way to
2715 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2716 or with the @samp{jobs -l} shell command.
2717
2718 @code{attach} does not repeat if you press @key{RET} a second time after
2719 executing the command.
2720 @end table
2721
2722 To use @code{attach}, your program must be running in an environment
2723 which supports processes; for example, @code{attach} does not work for
2724 programs on bare-board targets that lack an operating system. You must
2725 also have permission to send the process a signal.
2726
2727 When you use @code{attach}, the debugger finds the program running in
2728 the process first by looking in the current working directory, then (if
2729 the program is not found) by using the source file search path
2730 (@pxref{Source Path, ,Specifying Source Directories}). You can also use
2731 the @code{file} command to load the program. @xref{Files, ,Commands to
2732 Specify Files}.
2733
2734 The first thing @value{GDBN} does after arranging to debug the specified
2735 process is to stop it. You can examine and modify an attached process
2736 with all the @value{GDBN} commands that are ordinarily available when
2737 you start processes with @code{run}. You can insert breakpoints; you
2738 can step and continue; you can modify storage. If you would rather the
2739 process continue running, you may use the @code{continue} command after
2740 attaching @value{GDBN} to the process.
2741
2742 @table @code
2743 @kindex detach
2744 @item detach
2745 When you have finished debugging the attached process, you can use the
2746 @code{detach} command to release it from @value{GDBN} control. Detaching
2747 the process continues its execution. After the @code{detach} command,
2748 that process and @value{GDBN} become completely independent once more, and you
2749 are ready to @code{attach} another process or start one with @code{run}.
2750 @code{detach} does not repeat if you press @key{RET} again after
2751 executing the command.
2752 @end table
2753
2754 If you exit @value{GDBN} while you have an attached process, you detach
2755 that process. If you use the @code{run} command, you kill that process.
2756 By default, @value{GDBN} asks for confirmation if you try to do either of these
2757 things; you can control whether or not you need to confirm by using the
2758 @code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
2759 Messages}).
2760
2761 @node Kill Process
2762 @section Killing the Child Process
2763
2764 @table @code
2765 @kindex kill
2766 @item kill
2767 Kill the child process in which your program is running under @value{GDBN}.
2768 @end table
2769
2770 This command is useful if you wish to debug a core dump instead of a
2771 running process. @value{GDBN} ignores any core dump file while your program
2772 is running.
2773
2774 On some operating systems, a program cannot be executed outside @value{GDBN}
2775 while you have breakpoints set on it inside @value{GDBN}. You can use the
2776 @code{kill} command in this situation to permit running your program
2777 outside the debugger.
2778
2779 The @code{kill} command is also useful if you wish to recompile and
2780 relink your program, since on many systems it is impossible to modify an
2781 executable file while it is running in a process. In this case, when you
2782 next type @code{run}, @value{GDBN} notices that the file has changed, and
2783 reads the symbol table again (while trying to preserve your current
2784 breakpoint settings).
2785
2786 @node Inferiors and Programs
2787 @section Debugging Multiple Inferiors and Programs
2788
2789 @value{GDBN} lets you run and debug multiple programs in a single
2790 session. In addition, @value{GDBN} on some systems may let you run
2791 several programs simultaneously (otherwise you have to exit from one
2792 before starting another). In the most general case, you can have
2793 multiple threads of execution in each of multiple processes, launched
2794 from multiple executables.
2795
2796 @cindex inferior
2797 @value{GDBN} represents the state of each program execution with an
2798 object called an @dfn{inferior}. An inferior typically corresponds to
2799 a process, but is more general and applies also to targets that do not
2800 have processes. Inferiors may be created before a process runs, and
2801 may be retained after a process exits. Inferiors have unique
2802 identifiers that are different from process ids. Usually each
2803 inferior will also have its own distinct address space, although some
2804 embedded targets may have several inferiors running in different parts
2805 of a single address space. Each inferior may in turn have multiple
2806 threads running in it.
2807
2808 To find out what inferiors exist at any moment, use @w{@code{info
2809 inferiors}}:
2810
2811 @table @code
2812 @kindex info inferiors [ @var{id}@dots{} ]
2813 @item info inferiors
2814 Print a list of all inferiors currently being managed by @value{GDBN}.
2815 By default all inferiors are printed, but the argument @var{id}@dots{}
2816 -- a space separated list of inferior numbers -- can be used to limit
2817 the display to just the requested inferiors.
2818
2819 @value{GDBN} displays for each inferior (in this order):
2820
2821 @enumerate
2822 @item
2823 the inferior number assigned by @value{GDBN}
2824
2825 @item
2826 the target system's inferior identifier
2827
2828 @item
2829 the name of the executable the inferior is running.
2830
2831 @end enumerate
2832
2833 @noindent
2834 An asterisk @samp{*} preceding the @value{GDBN} inferior number
2835 indicates the current inferior.
2836
2837 For example,
2838 @end table
2839 @c end table here to get a little more width for example
2840
2841 @smallexample
2842 (@value{GDBP}) info inferiors
2843 Num Description Executable
2844 2 process 2307 hello
2845 * 1 process 3401 goodbye
2846 @end smallexample
2847
2848 To switch focus between inferiors, use the @code{inferior} command:
2849
2850 @table @code
2851 @kindex inferior @var{infno}
2852 @item inferior @var{infno}
2853 Make inferior number @var{infno} the current inferior. The argument
2854 @var{infno} is the inferior number assigned by @value{GDBN}, as shown
2855 in the first field of the @samp{info inferiors} display.
2856 @end table
2857
2858 @vindex $_inferior@r{, convenience variable}
2859 The debugger convenience variable @samp{$_inferior} contains the
2860 number of the current inferior. You may find this useful in writing
2861 breakpoint conditional expressions, command scripts, and so forth.
2862 @xref{Convenience Vars,, Convenience Variables}, for general
2863 information on convenience variables.
2864
2865 You can get multiple executables into a debugging session via the
2866 @code{add-inferior} and @w{@code{clone-inferior}} commands. On some
2867 systems @value{GDBN} can add inferiors to the debug session
2868 automatically by following calls to @code{fork} and @code{exec}. To
2869 remove inferiors from the debugging session use the
2870 @w{@code{remove-inferiors}} command.
2871
2872 @table @code
2873 @kindex add-inferior
2874 @item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ]
2875 Adds @var{n} inferiors to be run using @var{executable} as the
2876 executable; @var{n} defaults to 1. If no executable is specified,
2877 the inferiors begins empty, with no program. You can still assign or
2878 change the program assigned to the inferior at any time by using the
2879 @code{file} command with the executable name as its argument.
2880
2881 @kindex clone-inferior
2882 @item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
2883 Adds @var{n} inferiors ready to execute the same program as inferior
2884 @var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
2885 number of the current inferior. This is a convenient command when you
2886 want to run another instance of the inferior you are debugging.
2887
2888 @smallexample
2889 (@value{GDBP}) info inferiors
2890 Num Description Executable
2891 * 1 process 29964 helloworld
2892 (@value{GDBP}) clone-inferior
2893 Added inferior 2.
2894 1 inferiors added.
2895 (@value{GDBP}) info inferiors
2896 Num Description Executable
2897 2 <null> helloworld
2898 * 1 process 29964 helloworld
2899 @end smallexample
2900
2901 You can now simply switch focus to inferior 2 and run it.
2902
2903 @kindex remove-inferiors
2904 @item remove-inferiors @var{infno}@dots{}
2905 Removes the inferior or inferiors @var{infno}@dots{}. It is not
2906 possible to remove an inferior that is running with this command. For
2907 those, use the @code{kill} or @code{detach} command first.
2908
2909 @end table
2910
2911 To quit debugging one of the running inferiors that is not the current
2912 inferior, you can either detach from it by using the @w{@code{detach
2913 inferior}} command (allowing it to run independently), or kill it
2914 using the @w{@code{kill inferiors}} command:
2915
2916 @table @code
2917 @kindex detach inferiors @var{infno}@dots{}
2918 @item detach inferior @var{infno}@dots{}
2919 Detach from the inferior or inferiors identified by @value{GDBN}
2920 inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
2921 still stays on the list of inferiors shown by @code{info inferiors},
2922 but its Description will show @samp{<null>}.
2923
2924 @kindex kill inferiors @var{infno}@dots{}
2925 @item kill inferiors @var{infno}@dots{}
2926 Kill the inferior or inferiors identified by @value{GDBN} inferior
2927 number(s) @var{infno}@dots{}. Note that the inferior's entry still
2928 stays on the list of inferiors shown by @code{info inferiors}, but its
2929 Description will show @samp{<null>}.
2930 @end table
2931
2932 After the successful completion of a command such as @code{detach},
2933 @code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
2934 a normal process exit, the inferior is still valid and listed with
2935 @code{info inferiors}, ready to be restarted.
2936
2937
2938 To be notified when inferiors are started or exit under @value{GDBN}'s
2939 control use @w{@code{set print inferior-events}}:
2940
2941 @table @code
2942 @kindex set print inferior-events
2943 @cindex print messages on inferior start and exit
2944 @item set print inferior-events
2945 @itemx set print inferior-events on
2946 @itemx set print inferior-events off
2947 The @code{set print inferior-events} command allows you to enable or
2948 disable printing of messages when @value{GDBN} notices that new
2949 inferiors have started or that inferiors have exited or have been
2950 detached. By default, these messages will not be printed.
2951
2952 @kindex show print inferior-events
2953 @item show print inferior-events
2954 Show whether messages will be printed when @value{GDBN} detects that
2955 inferiors have started, exited or have been detached.
2956 @end table
2957
2958 Many commands will work the same with multiple programs as with a
2959 single program: e.g., @code{print myglobal} will simply display the
2960 value of @code{myglobal} in the current inferior.
2961
2962
2963 Occasionaly, when debugging @value{GDBN} itself, it may be useful to
2964 get more info about the relationship of inferiors, programs, address
2965 spaces in a debug session. You can do that with the @w{@code{maint
2966 info program-spaces}} command.
2967
2968 @table @code
2969 @kindex maint info program-spaces
2970 @item maint info program-spaces
2971 Print a list of all program spaces currently being managed by
2972 @value{GDBN}.
2973
2974 @value{GDBN} displays for each program space (in this order):
2975
2976 @enumerate
2977 @item
2978 the program space number assigned by @value{GDBN}
2979
2980 @item
2981 the name of the executable loaded into the program space, with e.g.,
2982 the @code{file} command.
2983
2984 @end enumerate
2985
2986 @noindent
2987 An asterisk @samp{*} preceding the @value{GDBN} program space number
2988 indicates the current program space.
2989
2990 In addition, below each program space line, @value{GDBN} prints extra
2991 information that isn't suitable to display in tabular form. For
2992 example, the list of inferiors bound to the program space.
2993
2994 @smallexample
2995 (@value{GDBP}) maint info program-spaces
2996 Id Executable
2997 * 1 hello
2998 2 goodbye
2999 Bound inferiors: ID 1 (process 21561)
3000 @end smallexample
3001
3002 Here we can see that no inferior is running the program @code{hello},
3003 while @code{process 21561} is running the program @code{goodbye}. On
3004 some targets, it is possible that multiple inferiors are bound to the
3005 same program space. The most common example is that of debugging both
3006 the parent and child processes of a @code{vfork} call. For example,
3007
3008 @smallexample
3009 (@value{GDBP}) maint info program-spaces
3010 Id Executable
3011 * 1 vfork-test
3012 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3013 @end smallexample
3014
3015 Here, both inferior 2 and inferior 1 are running in the same program
3016 space as a result of inferior 1 having executed a @code{vfork} call.
3017 @end table
3018
3019 @node Threads
3020 @section Debugging Programs with Multiple Threads
3021
3022 @cindex threads of execution
3023 @cindex multiple threads
3024 @cindex switching threads
3025 In some operating systems, such as GNU/Linux and Solaris, a single program
3026 may have more than one @dfn{thread} of execution. The precise semantics
3027 of threads differ from one operating system to another, but in general
3028 the threads of a single program are akin to multiple processes---except
3029 that they share one address space (that is, they can all examine and
3030 modify the same variables). On the other hand, each thread has its own
3031 registers and execution stack, and perhaps private memory.
3032
3033 @value{GDBN} provides these facilities for debugging multi-thread
3034 programs:
3035
3036 @itemize @bullet
3037 @item automatic notification of new threads
3038 @item @samp{thread @var{thread-id}}, a command to switch among threads
3039 @item @samp{info threads}, a command to inquire about existing threads
3040 @item @samp{thread apply [@var{thread-id-list} | all] @var{args}},
3041 a command to apply a command to a list of threads
3042 @item thread-specific breakpoints
3043 @item @samp{set print thread-events}, which controls printing of
3044 messages on thread start and exit.
3045 @item @samp{set libthread-db-search-path @var{path}}, which lets
3046 the user specify which @code{libthread_db} to use if the default choice
3047 isn't compatible with the program.
3048 @end itemize
3049
3050 @cindex focus of debugging
3051 @cindex current thread
3052 The @value{GDBN} thread debugging facility allows you to observe all
3053 threads while your program runs---but whenever @value{GDBN} takes
3054 control, one thread in particular is always the focus of debugging.
3055 This thread is called the @dfn{current thread}. Debugging commands show
3056 program information from the perspective of the current thread.
3057
3058 @cindex @code{New} @var{systag} message
3059 @cindex thread identifier (system)
3060 @c FIXME-implementors!! It would be more helpful if the [New...] message
3061 @c included GDB's numeric thread handle, so you could just go to that
3062 @c thread without first checking `info threads'.
3063 Whenever @value{GDBN} detects a new thread in your program, it displays
3064 the target system's identification for the thread with a message in the
3065 form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
3066 whose form varies depending on the particular system. For example, on
3067 @sc{gnu}/Linux, you might see
3068
3069 @smallexample
3070 [New Thread 0x41e02940 (LWP 25582)]
3071 @end smallexample
3072
3073 @noindent
3074 when @value{GDBN} notices a new thread. In contrast, on other systems,
3075 the @var{systag} is simply something like @samp{process 368}, with no
3076 further qualifier.
3077
3078 @c FIXME!! (1) Does the [New...] message appear even for the very first
3079 @c thread of a program, or does it only appear for the
3080 @c second---i.e.@: when it becomes obvious we have a multithread
3081 @c program?
3082 @c (2) *Is* there necessarily a first thread always? Or do some
3083 @c multithread systems permit starting a program with multiple
3084 @c threads ab initio?
3085
3086 @anchor{thread numbers}
3087 @cindex thread number, per inferior
3088 @cindex thread identifier (GDB)
3089 For debugging purposes, @value{GDBN} associates its own thread number
3090 ---always a single integer---with each thread of an inferior. This
3091 number is unique between all threads of an inferior, but not unique
3092 between threads of different inferiors.
3093
3094 @cindex qualified thread ID
3095 You can refer to a given thread in an inferior using the qualified
3096 @var{inferior-num}.@var{thread-num} syntax, also known as
3097 @dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3098 number and @var{thread-num} being the thread number of the given
3099 inferior. For example, thread @code{2.3} refers to thread number 3 of
3100 inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3101 then @value{GDBN} infers you're referring to a thread of the current
3102 inferior.
3103
3104 Until you create a second inferior, @value{GDBN} does not show the
3105 @var{inferior-num} part of thread IDs, even though you can always use
3106 the full @var{inferior-num}.@var{thread-num} form to refer to threads
3107 of inferior 1, the initial inferior.
3108
3109 @anchor{thread ID lists}
3110 @cindex thread ID lists
3111 Some commands accept a space-separated @dfn{thread ID list} as
3112 argument. A list element can be:
3113
3114 @enumerate
3115 @item
3116 A thread ID as shown in the first field of the @samp{info threads}
3117 display, with or without an inferior qualifier. E.g., @samp{2.1} or
3118 @samp{1}.
3119
3120 @item
3121 A range of thread numbers, again with or without an inferior
3122 qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3123 @var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3124
3125 @item
3126 All threads of an inferior, specified with a star wildcard, with or
3127 without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3128 @samp{1.*}) or @code{*}. The former refers to all threads of the
3129 given inferior, and the latter form without an inferior qualifier
3130 refers to all threads of the current inferior.
3131
3132 @end enumerate
3133
3134 For example, if the current inferior is 1, and inferior 7 has one
3135 thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3136 includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
3137 7 to 9 of inferior 6 and all threads of inferior 7. That is, in
3138 expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
3139 7.1}.
3140
3141
3142 @anchor{global thread numbers}
3143 @cindex global thread number
3144 @cindex global thread identifier (GDB)
3145 In addition to a @emph{per-inferior} number, each thread is also
3146 assigned a unique @emph{global} number, also known as @dfn{global
3147 thread ID}, a single integer. Unlike the thread number component of
3148 the thread ID, no two threads have the same global ID, even when
3149 you're debugging multiple inferiors.
3150
3151 From @value{GDBN}'s perspective, a process always has at least one
3152 thread. In other words, @value{GDBN} assigns a thread number to the
3153 program's ``main thread'' even if the program is not multi-threaded.
3154
3155 @vindex $_thread@r{, convenience variable}
3156 @vindex $_gthread@r{, convenience variable}
3157 The debugger convenience variables @samp{$_thread} and
3158 @samp{$_gthread} contain, respectively, the per-inferior thread number
3159 and the global thread number of the current thread. You may find this
3160 useful in writing breakpoint conditional expressions, command scripts,
3161 and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3162 general information on convenience variables.
3163
3164 If @value{GDBN} detects the program is multi-threaded, it augments the
3165 usual message about stopping at a breakpoint with the ID and name of
3166 the thread that hit the breakpoint.
3167
3168 @smallexample
3169 Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3170 @end smallexample
3171
3172 Likewise when the program receives a signal:
3173
3174 @smallexample
3175 Thread 1 "main" received signal SIGINT, Interrupt.
3176 @end smallexample
3177
3178 @table @code
3179 @kindex info threads
3180 @item info threads @r{[}@var{thread-id-list}@r{]}
3181
3182 Display information about one or more threads. With no arguments
3183 displays information about all threads. You can specify the list of
3184 threads that you want to display using the thread ID list syntax
3185 (@pxref{thread ID lists}).
3186
3187 @value{GDBN} displays for each thread (in this order):
3188
3189 @enumerate
3190 @item
3191 the per-inferior thread number assigned by @value{GDBN}
3192
3193 @item
3194 the global thread number assigned by @value{GDBN}, if the @samp{-gid}
3195 option was specified
3196
3197 @item
3198 the target system's thread identifier (@var{systag})
3199
3200 @item
3201 the thread's name, if one is known. A thread can either be named by
3202 the user (see @code{thread name}, below), or, in some cases, by the
3203 program itself.
3204
3205 @item
3206 the current stack frame summary for that thread
3207 @end enumerate
3208
3209 @noindent
3210 An asterisk @samp{*} to the left of the @value{GDBN} thread number
3211 indicates the current thread.
3212
3213 For example,
3214 @end table
3215 @c end table here to get a little more width for example
3216
3217 @smallexample
3218 (@value{GDBP}) info threads
3219 Id Target Id Frame
3220 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3221 2 process 35 thread 23 0x34e5 in sigpause ()
3222 3 process 35 thread 27 0x34e5 in sigpause ()
3223 at threadtest.c:68
3224 @end smallexample
3225
3226 If you're debugging multiple inferiors, @value{GDBN} displays thread
3227 IDs using the qualified @var{inferior-num}.@var{thread-num} format.
3228 Otherwise, only @var{thread-num} is shown.
3229
3230 If you specify the @samp{-gid} option, @value{GDBN} displays a column
3231 indicating each thread's global thread ID:
3232
3233 @smallexample
3234 (@value{GDBP}) info threads
3235 Id GId Target Id Frame
3236 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3237 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3238 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3239 * 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
3240 @end smallexample
3241
3242 On Solaris, you can display more information about user threads with a
3243 Solaris-specific command:
3244
3245 @table @code
3246 @item maint info sol-threads
3247 @kindex maint info sol-threads
3248 @cindex thread info (Solaris)
3249 Display info on Solaris user threads.
3250 @end table
3251
3252 @table @code
3253 @kindex thread @var{thread-id}
3254 @item thread @var{thread-id}
3255 Make thread ID @var{thread-id} the current thread. The command
3256 argument @var{thread-id} is the @value{GDBN} thread ID, as shown in
3257 the first field of the @samp{info threads} display, with or without an
3258 inferior qualifier (e.g., @samp{2.1} or @samp{1}).
3259
3260 @value{GDBN} responds by displaying the system identifier of the
3261 thread you selected, and its current stack frame summary:
3262
3263 @smallexample
3264 (@value{GDBP}) thread 2
3265 [Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3266 #0 some_function (ignore=0x0) at example.c:8
3267 8 printf ("hello\n");
3268 @end smallexample
3269
3270 @noindent
3271 As with the @samp{[New @dots{}]} message, the form of the text after
3272 @samp{Switching to} depends on your system's conventions for identifying
3273 threads.
3274
3275 @kindex thread apply
3276 @cindex apply command to several threads
3277 @item thread apply [@var{thread-id-list} | all [-ascending]] [@var{flag}]@dots{} @var{command}
3278 The @code{thread apply} command allows you to apply the named
3279 @var{command} to one or more threads. Specify the threads that you
3280 want affected using the thread ID list syntax (@pxref{thread ID
3281 lists}), or specify @code{all} to apply to all threads. To apply a
3282 command to all threads in descending order, type @kbd{thread apply all
3283 @var{command}}. To apply a command to all threads in ascending order,
3284 type @kbd{thread apply all -ascending @var{command}}.
3285
3286 The @var{flag} arguments control what output to produce and how to handle
3287 errors raised when applying @var{command} to a thread. @var{flag}
3288 must start with a @code{-} directly followed by one letter in
3289 @code{qcs}. If several flags are provided, they must be given
3290 individually, such as @code{-c -q}.
3291
3292 By default, @value{GDBN} displays some thread information before the
3293 output produced by @var{command}, and an error raised during the
3294 execution of a @var{command} will abort @code{thread apply}. The
3295 following flags can be used to fine-tune this behavior:
3296
3297 @table @code
3298 @item -c
3299 The flag @code{-c}, which stands for @samp{continue}, causes any
3300 errors in @var{command} to be displayed, and the execution of
3301 @code{thread apply} then continues.
3302 @item -s
3303 The flag @code{-s}, which stands for @samp{silent}, causes any errors
3304 or empty output produced by a @var{command} to be silently ignored.
3305 That is, the execution continues, but the thread information and errors
3306 are not printed.
3307 @item -q
3308 The flag @code{-q} (@samp{quiet}) disables printing the thread
3309 information.
3310 @end table
3311
3312 Flags @code{-c} and @code{-s} cannot be used together.
3313
3314 @kindex taas
3315 @cindex apply command to all threads (ignoring errors and empty output)
3316 @item taas @var{command}
3317 Shortcut for @code{thread apply all -s @var{command}}.
3318 Applies @var{command} on all threads, ignoring errors and empty output.
3319
3320 @kindex tfaas
3321 @cindex apply a command to all frames of all threads (ignoring errors and empty output)
3322 @item tfaas @var{command}
3323 Shortcut for @code{thread apply all -s frame apply all -s @var{command}}.
3324 Applies @var{command} on all frames of all threads, ignoring errors
3325 and empty output. Note that the flag @code{-s} is specified twice:
3326 The first @code{-s} ensures that @code{thread apply} only shows the thread
3327 information of the threads for which @code{frame apply} produces
3328 some output. The second @code{-s} is needed to ensure that @code{frame
3329 apply} shows the frame information of a frame only if the
3330 @var{command} successfully produced some output.
3331
3332 It can for example be used to print a local variable or a function
3333 argument without knowing the thread or frame where this variable or argument
3334 is, using:
3335 @smallexample
3336 (@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3337 @end smallexample
3338
3339
3340 @kindex thread name
3341 @cindex name a thread
3342 @item thread name [@var{name}]
3343 This command assigns a name to the current thread. If no argument is
3344 given, any existing user-specified name is removed. The thread name
3345 appears in the @samp{info threads} display.
3346
3347 On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3348 determine the name of the thread as given by the OS. On these
3349 systems, a name specified with @samp{thread name} will override the
3350 system-give name, and removing the user-specified name will cause
3351 @value{GDBN} to once again display the system-specified name.
3352
3353 @kindex thread find
3354 @cindex search for a thread
3355 @item thread find [@var{regexp}]
3356 Search for and display thread ids whose name or @var{systag}
3357 matches the supplied regular expression.
3358
3359 As well as being the complement to the @samp{thread name} command,
3360 this command also allows you to identify a thread by its target
3361 @var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3362 is the LWP id.
3363
3364 @smallexample
3365 (@value{GDBN}) thread find 26688
3366 Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3367 (@value{GDBN}) info thread 4
3368 Id Target Id Frame
3369 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3370 @end smallexample
3371
3372 @kindex set print thread-events
3373 @cindex print messages on thread start and exit
3374 @item set print thread-events
3375 @itemx set print thread-events on
3376 @itemx set print thread-events off
3377 The @code{set print thread-events} command allows you to enable or
3378 disable printing of messages when @value{GDBN} notices that new threads have
3379 started or that threads have exited. By default, these messages will
3380 be printed if detection of these events is supported by the target.
3381 Note that these messages cannot be disabled on all targets.
3382
3383 @kindex show print thread-events
3384 @item show print thread-events
3385 Show whether messages will be printed when @value{GDBN} detects that threads
3386 have started and exited.
3387 @end table
3388
3389 @xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
3390 more information about how @value{GDBN} behaves when you stop and start
3391 programs with multiple threads.
3392
3393 @xref{Set Watchpoints,,Setting Watchpoints}, for information about
3394 watchpoints in programs with multiple threads.
3395
3396 @anchor{set libthread-db-search-path}
3397 @table @code
3398 @kindex set libthread-db-search-path
3399 @cindex search path for @code{libthread_db}
3400 @item set libthread-db-search-path @r{[}@var{path}@r{]}
3401 If this variable is set, @var{path} is a colon-separated list of
3402 directories @value{GDBN} will use to search for @code{libthread_db}.
3403 If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
3404 its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
3405 Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3406 macro.
3407
3408 On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3409 @code{libthread_db} library to obtain information about threads in the
3410 inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
3411 to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3412 specific thread debugging library loading is enabled
3413 by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
3414
3415 A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3416 refers to the default system directories that are
3417 normally searched for loading shared libraries. The @samp{$sdir} entry
3418 is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3419 (@pxref{libthread_db.so.1 file}).
3420
3421 A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3422 refers to the directory from which @code{libpthread}
3423 was loaded in the inferior process.
3424
3425 For any @code{libthread_db} library @value{GDBN} finds in above directories,
3426 @value{GDBN} attempts to initialize it with the current inferior process.
3427 If this initialization fails (which could happen because of a version
3428 mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3429 will unload @code{libthread_db}, and continue with the next directory.
3430 If none of @code{libthread_db} libraries initialize successfully,
3431 @value{GDBN} will issue a warning and thread debugging will be disabled.
3432
3433 Setting @code{libthread-db-search-path} is currently implemented
3434 only on some platforms.
3435
3436 @kindex show libthread-db-search-path
3437 @item show libthread-db-search-path
3438 Display current libthread_db search path.
3439
3440 @kindex set debug libthread-db
3441 @kindex show debug libthread-db
3442 @cindex debugging @code{libthread_db}
3443 @item set debug libthread-db
3444 @itemx show debug libthread-db
3445 Turns on or off display of @code{libthread_db}-related events.
3446 Use @code{1} to enable, @code{0} to disable.
3447 @end table
3448
3449 @node Forks
3450 @section Debugging Forks
3451
3452 @cindex fork, debugging programs which call
3453 @cindex multiple processes
3454 @cindex processes, multiple
3455 On most systems, @value{GDBN} has no special support for debugging
3456 programs which create additional processes using the @code{fork}
3457 function. When a program forks, @value{GDBN} will continue to debug the
3458 parent process and the child process will run unimpeded. If you have
3459 set a breakpoint in any code which the child then executes, the child
3460 will get a @code{SIGTRAP} signal which (unless it catches the signal)
3461 will cause it to terminate.
3462
3463 However, if you want to debug the child process there is a workaround
3464 which isn't too painful. Put a call to @code{sleep} in the code which
3465 the child process executes after the fork. It may be useful to sleep
3466 only if a certain environment variable is set, or a certain file exists,
3467 so that the delay need not occur when you don't want to run @value{GDBN}
3468 on the child. While the child is sleeping, use the @code{ps} program to
3469 get its process ID. Then tell @value{GDBN} (a new invocation of
3470 @value{GDBN} if you are also debugging the parent process) to attach to
3471 the child process (@pxref{Attach}). From that point on you can debug
3472 the child process just like any other process which you attached to.
3473
3474 On some systems, @value{GDBN} provides support for debugging programs
3475 that create additional processes using the @code{fork} or @code{vfork}
3476 functions. On @sc{gnu}/Linux platforms, this feature is supported
3477 with kernel version 2.5.46 and later.
3478
3479 The fork debugging commands are supported in native mode and when
3480 connected to @code{gdbserver} in either @code{target remote} mode or
3481 @code{target extended-remote} mode.
3482
3483 By default, when a program forks, @value{GDBN} will continue to debug
3484 the parent process and the child process will run unimpeded.
3485
3486 If you want to follow the child process instead of the parent process,
3487 use the command @w{@code{set follow-fork-mode}}.
3488
3489 @table @code
3490 @kindex set follow-fork-mode
3491 @item set follow-fork-mode @var{mode}
3492 Set the debugger response to a program call of @code{fork} or
3493 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
3494 process. The @var{mode} argument can be:
3495
3496 @table @code
3497 @item parent
3498 The original process is debugged after a fork. The child process runs
3499 unimpeded. This is the default.
3500
3501 @item child
3502 The new process is debugged after a fork. The parent process runs
3503 unimpeded.
3504
3505 @end table
3506
3507 @kindex show follow-fork-mode
3508 @item show follow-fork-mode
3509 Display the current debugger response to a @code{fork} or @code{vfork} call.
3510 @end table
3511
3512 @cindex debugging multiple processes
3513 On Linux, if you want to debug both the parent and child processes, use the
3514 command @w{@code{set detach-on-fork}}.
3515
3516 @table @code
3517 @kindex set detach-on-fork
3518 @item set detach-on-fork @var{mode}
3519 Tells gdb whether to detach one of the processes after a fork, or
3520 retain debugger control over them both.
3521
3522 @table @code
3523 @item on
3524 The child process (or parent process, depending on the value of
3525 @code{follow-fork-mode}) will be detached and allowed to run
3526 independently. This is the default.
3527
3528 @item off
3529 Both processes will be held under the control of @value{GDBN}.
3530 One process (child or parent, depending on the value of
3531 @code{follow-fork-mode}) is debugged as usual, while the other
3532 is held suspended.
3533
3534 @end table
3535
3536 @kindex show detach-on-fork
3537 @item show detach-on-fork
3538 Show whether detach-on-fork mode is on/off.
3539 @end table
3540
3541 If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3542 will retain control of all forked processes (including nested forks).
3543 You can list the forked processes under the control of @value{GDBN} by
3544 using the @w{@code{info inferiors}} command, and switch from one fork
3545 to another by using the @code{inferior} command (@pxref{Inferiors and
3546 Programs, ,Debugging Multiple Inferiors and Programs}).
3547
3548 To quit debugging one of the forked processes, you can either detach
3549 from it by using the @w{@code{detach inferiors}} command (allowing it
3550 to run independently), or kill it using the @w{@code{kill inferiors}}
3551 command. @xref{Inferiors and Programs, ,Debugging Multiple Inferiors
3552 and Programs}.
3553
3554 If you ask to debug a child process and a @code{vfork} is followed by an
3555 @code{exec}, @value{GDBN} executes the new target up to the first
3556 breakpoint in the new target. If you have a breakpoint set on
3557 @code{main} in your original program, the breakpoint will also be set on
3558 the child process's @code{main}.
3559
3560 On some systems, when a child process is spawned by @code{vfork}, you
3561 cannot debug the child or parent until an @code{exec} call completes.
3562
3563 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
3564 call executes, the new target restarts. To restart the parent
3565 process, use the @code{file} command with the parent executable name
3566 as its argument. By default, after an @code{exec} call executes,
3567 @value{GDBN} discards the symbols of the previous executable image.
3568 You can change this behaviour with the @w{@code{set follow-exec-mode}}
3569 command.
3570
3571 @table @code
3572 @kindex set follow-exec-mode
3573 @item set follow-exec-mode @var{mode}
3574
3575 Set debugger response to a program call of @code{exec}. An
3576 @code{exec} call replaces the program image of a process.
3577
3578 @code{follow-exec-mode} can be:
3579
3580 @table @code
3581 @item new
3582 @value{GDBN} creates a new inferior and rebinds the process to this
3583 new inferior. The program the process was running before the
3584 @code{exec} call can be restarted afterwards by restarting the
3585 original inferior.
3586
3587 For example:
3588
3589 @smallexample
3590 (@value{GDBP}) info inferiors
3591 (gdb) info inferior
3592 Id Description Executable
3593 * 1 <null> prog1
3594 (@value{GDBP}) run
3595 process 12020 is executing new program: prog2
3596 Program exited normally.
3597 (@value{GDBP}) info inferiors
3598 Id Description Executable
3599 1 <null> prog1
3600 * 2 <null> prog2
3601 @end smallexample
3602
3603 @item same
3604 @value{GDBN} keeps the process bound to the same inferior. The new
3605 executable image replaces the previous executable loaded in the
3606 inferior. Restarting the inferior after the @code{exec} call, with
3607 e.g., the @code{run} command, restarts the executable the process was
3608 running after the @code{exec} call. This is the default mode.
3609
3610 For example:
3611
3612 @smallexample
3613 (@value{GDBP}) info inferiors
3614 Id Description Executable
3615 * 1 <null> prog1
3616 (@value{GDBP}) run
3617 process 12020 is executing new program: prog2
3618 Program exited normally.
3619 (@value{GDBP}) info inferiors
3620 Id Description Executable
3621 * 1 <null> prog2
3622 @end smallexample
3623
3624 @end table
3625 @end table
3626
3627 @code{follow-exec-mode} is supported in native mode and
3628 @code{target extended-remote} mode.
3629
3630 You can use the @code{catch} command to make @value{GDBN} stop whenever
3631 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
3632 Catchpoints, ,Setting Catchpoints}.
3633
3634 @node Checkpoint/Restart
3635 @section Setting a @emph{Bookmark} to Return to Later
3636
3637 @cindex checkpoint
3638 @cindex restart
3639 @cindex bookmark
3640 @cindex snapshot of a process
3641 @cindex rewind program state
3642
3643 On certain operating systems@footnote{Currently, only
3644 @sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3645 program's state, called a @dfn{checkpoint}, and come back to it
3646 later.
3647
3648 Returning to a checkpoint effectively undoes everything that has
3649 happened in the program since the @code{checkpoint} was saved. This
3650 includes changes in memory, registers, and even (within some limits)
3651 system state. Effectively, it is like going back in time to the
3652 moment when the checkpoint was saved.
3653
3654 Thus, if you're stepping thru a program and you think you're
3655 getting close to the point where things go wrong, you can save
3656 a checkpoint. Then, if you accidentally go too far and miss
3657 the critical statement, instead of having to restart your program
3658 from the beginning, you can just go back to the checkpoint and
3659 start again from there.
3660
3661 This can be especially useful if it takes a lot of time or
3662 steps to reach the point where you think the bug occurs.
3663
3664 To use the @code{checkpoint}/@code{restart} method of debugging:
3665
3666 @table @code
3667 @kindex checkpoint
3668 @item checkpoint
3669 Save a snapshot of the debugged program's current execution state.
3670 The @code{checkpoint} command takes no arguments, but each checkpoint
3671 is assigned a small integer id, similar to a breakpoint id.
3672
3673 @kindex info checkpoints
3674 @item info checkpoints
3675 List the checkpoints that have been saved in the current debugging
3676 session. For each checkpoint, the following information will be
3677 listed:
3678
3679 @table @code
3680 @item Checkpoint ID
3681 @item Process ID
3682 @item Code Address
3683 @item Source line, or label
3684 @end table
3685
3686 @kindex restart @var{checkpoint-id}
3687 @item restart @var{checkpoint-id}
3688 Restore the program state that was saved as checkpoint number
3689 @var{checkpoint-id}. All program variables, registers, stack frames
3690 etc.@: will be returned to the values that they had when the checkpoint
3691 was saved. In essence, gdb will ``wind back the clock'' to the point
3692 in time when the checkpoint was saved.
3693
3694 Note that breakpoints, @value{GDBN} variables, command history etc.
3695 are not affected by restoring a checkpoint. In general, a checkpoint
3696 only restores things that reside in the program being debugged, not in
3697 the debugger.
3698
3699 @kindex delete checkpoint @var{checkpoint-id}
3700 @item delete checkpoint @var{checkpoint-id}
3701 Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
3702
3703 @end table
3704
3705 Returning to a previously saved checkpoint will restore the user state
3706 of the program being debugged, plus a significant subset of the system
3707 (OS) state, including file pointers. It won't ``un-write'' data from
3708 a file, but it will rewind the file pointer to the previous location,
3709 so that the previously written data can be overwritten. For files
3710 opened in read mode, the pointer will also be restored so that the
3711 previously read data can be read again.
3712
3713 Of course, characters that have been sent to a printer (or other
3714 external device) cannot be ``snatched back'', and characters received
3715 from eg.@: a serial device can be removed from internal program buffers,
3716 but they cannot be ``pushed back'' into the serial pipeline, ready to
3717 be received again. Similarly, the actual contents of files that have
3718 been changed cannot be restored (at this time).
3719
3720 However, within those constraints, you actually can ``rewind'' your
3721 program to a previously saved point in time, and begin debugging it
3722 again --- and you can change the course of events so as to debug a
3723 different execution path this time.
3724
3725 @cindex checkpoints and process id
3726 Finally, there is one bit of internal program state that will be
3727 different when you return to a checkpoint --- the program's process
3728 id. Each checkpoint will have a unique process id (or @var{pid}),
3729 and each will be different from the program's original @var{pid}.
3730 If your program has saved a local copy of its process id, this could
3731 potentially pose a problem.
3732
3733 @subsection A Non-obvious Benefit of Using Checkpoints
3734
3735 On some systems such as @sc{gnu}/Linux, address space randomization
3736 is performed on new processes for security reasons. This makes it
3737 difficult or impossible to set a breakpoint, or watchpoint, on an
3738 absolute address if you have to restart the program, since the
3739 absolute location of a symbol will change from one execution to the
3740 next.
3741
3742 A checkpoint, however, is an @emph{identical} copy of a process.
3743 Therefore if you create a checkpoint at (eg.@:) the start of main,
3744 and simply return to that checkpoint instead of restarting the
3745 process, you can avoid the effects of address randomization and
3746 your symbols will all stay in the same place.
3747
3748 @node Stopping
3749 @chapter Stopping and Continuing
3750
3751 The principal purposes of using a debugger are so that you can stop your
3752 program before it terminates; or so that, if your program runs into
3753 trouble, you can investigate and find out why.
3754
3755 Inside @value{GDBN}, your program may stop for any of several reasons,
3756 such as a signal, a breakpoint, or reaching a new line after a
3757 @value{GDBN} command such as @code{step}. You may then examine and
3758 change variables, set new breakpoints or remove old ones, and then
3759 continue execution. Usually, the messages shown by @value{GDBN} provide
3760 ample explanation of the status of your program---but you can also
3761 explicitly request this information at any time.
3762
3763 @table @code
3764 @kindex info program
3765 @item info program
3766 Display information about the status of your program: whether it is
3767 running or not, what process it is, and why it stopped.
3768 @end table
3769
3770 @menu
3771 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
3772 * Continuing and Stepping:: Resuming execution
3773 * Skipping Over Functions and Files::
3774 Skipping over functions and files
3775 * Signals:: Signals
3776 * Thread Stops:: Stopping and starting multi-thread programs
3777 @end menu
3778
3779 @node Breakpoints
3780 @section Breakpoints, Watchpoints, and Catchpoints
3781
3782 @cindex breakpoints
3783 A @dfn{breakpoint} makes your program stop whenever a certain point in
3784 the program is reached. For each breakpoint, you can add conditions to
3785 control in finer detail whether your program stops. You can set
3786 breakpoints with the @code{break} command and its variants (@pxref{Set
3787 Breaks, ,Setting Breakpoints}), to specify the place where your program
3788 should stop by line number, function name or exact address in the
3789 program.
3790
3791 On some systems, you can set breakpoints in shared libraries before
3792 the executable is run.
3793
3794 @cindex watchpoints
3795 @cindex data breakpoints
3796 @cindex memory tracing
3797 @cindex breakpoint on memory address
3798 @cindex breakpoint on variable modification
3799 A @dfn{watchpoint} is a special breakpoint that stops your program
3800 when the value of an expression changes. The expression may be a value
3801 of a variable, or it could involve values of one or more variables
3802 combined by operators, such as @samp{a + b}. This is sometimes called
3803 @dfn{data breakpoints}. You must use a different command to set
3804 watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
3805 from that, you can manage a watchpoint like any other breakpoint: you
3806 enable, disable, and delete both breakpoints and watchpoints using the
3807 same commands.
3808
3809 You can arrange to have values from your program displayed automatically
3810 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
3811 Automatic Display}.
3812
3813 @cindex catchpoints
3814 @cindex breakpoint on events
3815 A @dfn{catchpoint} is another special breakpoint that stops your program
3816 when a certain kind of event occurs, such as the throwing of a C@t{++}
3817 exception or the loading of a library. As with watchpoints, you use a
3818 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
3819 Catchpoints}), but aside from that, you can manage a catchpoint like any
3820 other breakpoint. (To stop when your program receives a signal, use the
3821 @code{handle} command; see @ref{Signals, ,Signals}.)
3822
3823 @cindex breakpoint numbers
3824 @cindex numbers for breakpoints
3825 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
3826 catchpoint when you create it; these numbers are successive integers
3827 starting with one. In many of the commands for controlling various
3828 features of breakpoints you use the breakpoint number to say which
3829 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
3830 @dfn{disabled}; if disabled, it has no effect on your program until you
3831 enable it again.
3832
3833 @cindex breakpoint ranges
3834 @cindex breakpoint lists
3835 @cindex ranges of breakpoints
3836 @cindex lists of breakpoints
3837 Some @value{GDBN} commands accept a space-separated list of breakpoints
3838 on which to operate. A list element can be either a single breakpoint number,
3839 like @samp{5}, or a range of such numbers, like @samp{5-7}.
3840 When a breakpoint list is given to a command, all breakpoints in that list
3841 are operated on.
3842
3843 @menu
3844 * Set Breaks:: Setting breakpoints
3845 * Set Watchpoints:: Setting watchpoints
3846 * Set Catchpoints:: Setting catchpoints
3847 * Delete Breaks:: Deleting breakpoints
3848 * Disabling:: Disabling breakpoints
3849 * Conditions:: Break conditions
3850 * Break Commands:: Breakpoint command lists
3851 * Dynamic Printf:: Dynamic printf
3852 * Save Breakpoints:: How to save breakpoints in a file
3853 * Static Probe Points:: Listing static probe points
3854 * Error in Breakpoints:: ``Cannot insert breakpoints''
3855 * Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
3856 @end menu
3857
3858 @node Set Breaks
3859 @subsection Setting Breakpoints
3860
3861 @c FIXME LMB what does GDB do if no code on line of breakpt?
3862 @c consider in particular declaration with/without initialization.
3863 @c
3864 @c FIXME 2 is there stuff on this already? break at fun start, already init?
3865
3866 @kindex break
3867 @kindex b @r{(@code{break})}
3868 @vindex $bpnum@r{, convenience variable}
3869 @cindex latest breakpoint
3870 Breakpoints are set with the @code{break} command (abbreviated
3871 @code{b}). The debugger convenience variable @samp{$bpnum} records the
3872 number of the breakpoint you've set most recently; see @ref{Convenience
3873 Vars,, Convenience Variables}, for a discussion of what you can do with
3874 convenience variables.
3875
3876 @table @code
3877 @item break @var{location}
3878 Set a breakpoint at the given @var{location}, which can specify a
3879 function name, a line number, or an address of an instruction.
3880 (@xref{Specify Location}, for a list of all the possible ways to
3881 specify a @var{location}.) The breakpoint will stop your program just
3882 before it executes any of the code in the specified @var{location}.
3883
3884 When using source languages that permit overloading of symbols, such as
3885 C@t{++}, a function name may refer to more than one possible place to break.
3886 @xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
3887 that situation.
3888
3889 It is also possible to insert a breakpoint that will stop the program
3890 only if a specific thread (@pxref{Thread-Specific Breakpoints})
3891 or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
3892
3893 @item break
3894 When called without any arguments, @code{break} sets a breakpoint at
3895 the next instruction to be executed in the selected stack frame
3896 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
3897 innermost, this makes your program stop as soon as control
3898 returns to that frame. This is similar to the effect of a
3899 @code{finish} command in the frame inside the selected frame---except
3900 that @code{finish} does not leave an active breakpoint. If you use
3901 @code{break} without an argument in the innermost frame, @value{GDBN} stops
3902 the next time it reaches the current location; this may be useful
3903 inside loops.
3904
3905 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
3906 least one instruction has been executed. If it did not do this, you
3907 would be unable to proceed past a breakpoint without first disabling the
3908 breakpoint. This rule applies whether or not the breakpoint already
3909 existed when your program stopped.
3910
3911 @item break @dots{} if @var{cond}
3912 Set a breakpoint with condition @var{cond}; evaluate the expression
3913 @var{cond} each time the breakpoint is reached, and stop only if the
3914 value is nonzero---that is, if @var{cond} evaluates as true.
3915 @samp{@dots{}} stands for one of the possible arguments described
3916 above (or no argument) specifying where to break. @xref{Conditions,
3917 ,Break Conditions}, for more information on breakpoint conditions.
3918
3919 @kindex tbreak
3920 @item tbreak @var{args}
3921 Set a breakpoint enabled only for one stop. The @var{args} are the
3922 same as for the @code{break} command, and the breakpoint is set in the same
3923 way, but the breakpoint is automatically deleted after the first time your
3924 program stops there. @xref{Disabling, ,Disabling Breakpoints}.
3925
3926 @kindex hbreak
3927 @cindex hardware breakpoints
3928 @item hbreak @var{args}
3929 Set a hardware-assisted breakpoint. The @var{args} are the same as for the
3930 @code{break} command and the breakpoint is set in the same way, but the
3931 breakpoint requires hardware support and some target hardware may not
3932 have this support. The main purpose of this is EPROM/ROM code
3933 debugging, so you can set a breakpoint at an instruction without
3934 changing the instruction. This can be used with the new trap-generation
3935 provided by SPARClite DSU and most x86-based targets. These targets
3936 will generate traps when a program accesses some data or instruction
3937 address that is assigned to the debug registers. However the hardware
3938 breakpoint registers can take a limited number of breakpoints. For
3939 example, on the DSU, only two data breakpoints can be set at a time, and
3940 @value{GDBN} will reject this command if more than two are used. Delete
3941 or disable unused hardware breakpoints before setting new ones
3942 (@pxref{Disabling, ,Disabling Breakpoints}).
3943 @xref{Conditions, ,Break Conditions}.
3944 For remote targets, you can restrict the number of hardware
3945 breakpoints @value{GDBN} will use, see @ref{set remote
3946 hardware-breakpoint-limit}.
3947
3948 @kindex thbreak
3949 @item thbreak @var{args}
3950 Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
3951 are the same as for the @code{hbreak} command and the breakpoint is set in
3952 the same way. However, like the @code{tbreak} command,
3953 the breakpoint is automatically deleted after the
3954 first time your program stops there. Also, like the @code{hbreak}
3955 command, the breakpoint requires hardware support and some target hardware
3956 may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
3957 See also @ref{Conditions, ,Break Conditions}.
3958
3959 @kindex rbreak
3960 @cindex regular expression
3961 @cindex breakpoints at functions matching a regexp
3962 @cindex set breakpoints in many functions
3963 @item rbreak @var{regex}
3964 Set breakpoints on all functions matching the regular expression
3965 @var{regex}. This command sets an unconditional breakpoint on all
3966 matches, printing a list of all breakpoints it set. Once these
3967 breakpoints are set, they are treated just like the breakpoints set with
3968 the @code{break} command. You can delete them, disable them, or make
3969 them conditional the same way as any other breakpoint.
3970
3971 In programs using different languages, @value{GDBN} chooses the syntax
3972 to print the list of all breakpoints it sets according to the
3973 @samp{set language} value: using @samp{set language auto}
3974 (see @ref{Automatically, ,Set Language Automatically}) means to use the
3975 language of the breakpoint's function, other values mean to use
3976 the manually specified language (see @ref{Manually, ,Set Language Manually}).
3977
3978 The syntax of the regular expression is the standard one used with tools
3979 like @file{grep}. Note that this is different from the syntax used by
3980 shells, so for instance @code{foo*} matches all functions that include
3981 an @code{fo} followed by zero or more @code{o}s. There is an implicit
3982 @code{.*} leading and trailing the regular expression you supply, so to
3983 match only functions that begin with @code{foo}, use @code{^foo}.
3984
3985 @cindex non-member C@t{++} functions, set breakpoint in
3986 When debugging C@t{++} programs, @code{rbreak} is useful for setting
3987 breakpoints on overloaded functions that are not members of any special
3988 classes.
3989
3990 @cindex set breakpoints on all functions
3991 The @code{rbreak} command can be used to set breakpoints in
3992 @strong{all} the functions in a program, like this:
3993
3994 @smallexample
3995 (@value{GDBP}) rbreak .
3996 @end smallexample
3997
3998 @item rbreak @var{file}:@var{regex}
3999 If @code{rbreak} is called with a filename qualification, it limits
4000 the search for functions matching the given regular expression to the
4001 specified @var{file}. This can be used, for example, to set breakpoints on
4002 every function in a given file:
4003
4004 @smallexample
4005 (@value{GDBP}) rbreak file.c:.
4006 @end smallexample
4007
4008 The colon separating the filename qualifier from the regex may
4009 optionally be surrounded by spaces.
4010
4011 @kindex info breakpoints
4012 @cindex @code{$_} and @code{info breakpoints}
4013 @item info breakpoints @r{[}@var{list}@dots{}@r{]}
4014 @itemx info break @r{[}@var{list}@dots{}@r{]}
4015 Print a table of all breakpoints, watchpoints, and catchpoints set and
4016 not deleted. Optional argument @var{n} means print information only
4017 about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4018 For each breakpoint, following columns are printed:
4019
4020 @table @emph
4021 @item Breakpoint Numbers
4022 @item Type
4023 Breakpoint, watchpoint, or catchpoint.
4024 @item Disposition
4025 Whether the breakpoint is marked to be disabled or deleted when hit.
4026 @item Enabled or Disabled
4027 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
4028 that are not enabled.
4029 @item Address
4030 Where the breakpoint is in your program, as a memory address. For a
4031 pending breakpoint whose address is not yet known, this field will
4032 contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4033 library that has the symbol or line referred by breakpoint is loaded.
4034 See below for details. A breakpoint with several locations will
4035 have @samp{<MULTIPLE>} in this field---see below for details.
4036 @item What
4037 Where the breakpoint is in the source for your program, as a file and
4038 line number. For a pending breakpoint, the original string passed to
4039 the breakpoint command will be listed as it cannot be resolved until
4040 the appropriate shared library is loaded in the future.
4041 @end table
4042
4043 @noindent
4044 If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4045 ``target''. If mode is ``host'', breakpoint condition evaluation is done by
4046 @value{GDBN} on the host's side. If it is ``target'', then the condition
4047 is evaluated by the target. The @code{info break} command shows
4048 the condition on the line following the affected breakpoint, together with
4049 its condition evaluation mode in between parentheses.
4050
4051 Breakpoint commands, if any, are listed after that. A pending breakpoint is
4052 allowed to have a condition specified for it. The condition is not parsed for
4053 validity until a shared library is loaded that allows the pending
4054 breakpoint to resolve to a valid location.
4055
4056 @noindent
4057 @code{info break} with a breakpoint
4058 number @var{n} as argument lists only that breakpoint. The
4059 convenience variable @code{$_} and the default examining-address for
4060 the @code{x} command are set to the address of the last breakpoint
4061 listed (@pxref{Memory, ,Examining Memory}).
4062
4063 @noindent
4064 @code{info break} displays a count of the number of times the breakpoint
4065 has been hit. This is especially useful in conjunction with the
4066 @code{ignore} command. You can ignore a large number of breakpoint
4067 hits, look at the breakpoint info to see how many times the breakpoint
4068 was hit, and then run again, ignoring one less than that number. This
4069 will get you quickly to the last hit of that breakpoint.
4070
4071 @noindent
4072 For a breakpoints with an enable count (xref) greater than 1,
4073 @code{info break} also displays that count.
4074
4075 @end table
4076
4077 @value{GDBN} allows you to set any number of breakpoints at the same place in
4078 your program. There is nothing silly or meaningless about this. When
4079 the breakpoints are conditional, this is even useful
4080 (@pxref{Conditions, ,Break Conditions}).
4081
4082 @cindex multiple locations, breakpoints
4083 @cindex breakpoints, multiple locations
4084 It is possible that a breakpoint corresponds to several locations
4085 in your program. Examples of this situation are:
4086
4087 @itemize @bullet
4088 @item
4089 Multiple functions in the program may have the same name.
4090
4091 @item
4092 For a C@t{++} constructor, the @value{NGCC} compiler generates several
4093 instances of the function body, used in different cases.
4094
4095 @item
4096 For a C@t{++} template function, a given line in the function can
4097 correspond to any number of instantiations.
4098
4099 @item
4100 For an inlined function, a given source line can correspond to
4101 several places where that function is inlined.
4102 @end itemize
4103
4104 In all those cases, @value{GDBN} will insert a breakpoint at all
4105 the relevant locations.
4106
4107 A breakpoint with multiple locations is displayed in the breakpoint
4108 table using several rows---one header row, followed by one row for
4109 each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4110 address column. The rows for individual locations contain the actual
4111 addresses for locations, and show the functions to which those
4112 locations belong. The number column for a location is of the form
4113 @var{breakpoint-number}.@var{location-number}.
4114
4115 For example:
4116
4117 @smallexample
4118 Num Type Disp Enb Address What
4119 1 breakpoint keep y <MULTIPLE>
4120 stop only if i==1
4121 breakpoint already hit 1 time
4122 1.1 y 0x080486a2 in void foo<int>() at t.cc:8
4123 1.2 y 0x080486ca in void foo<double>() at t.cc:8
4124 @end smallexample
4125
4126 You cannot delete the individual locations from a breakpoint. However,
4127 each location can be individually enabled or disabled by passing
4128 @var{breakpoint-number}.@var{location-number} as argument to the
4129 @code{enable} and @code{disable} commands. It's also possible to
4130 @code{enable} and @code{disable} a range of @var{location-number}
4131 locations using a @var{breakpoint-number} and two @var{location-number}s,
4132 in increasing order, separated by a hyphen, like
4133 @kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4134 in which case @value{GDBN} acts on all the locations in the range (inclusive).
4135 Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4136 all of the locations that belong to that breakpoint.
4137
4138 @cindex pending breakpoints
4139 It's quite common to have a breakpoint inside a shared library.
4140 Shared libraries can be loaded and unloaded explicitly,
4141 and possibly repeatedly, as the program is executed. To support
4142 this use case, @value{GDBN} updates breakpoint locations whenever
4143 any shared library is loaded or unloaded. Typically, you would
4144 set a breakpoint in a shared library at the beginning of your
4145 debugging session, when the library is not loaded, and when the
4146 symbols from the library are not available. When you try to set
4147 breakpoint, @value{GDBN} will ask you if you want to set
4148 a so called @dfn{pending breakpoint}---breakpoint whose address
4149 is not yet resolved.
4150
4151 After the program is run, whenever a new shared library is loaded,
4152 @value{GDBN} reevaluates all the breakpoints. When a newly loaded
4153 shared library contains the symbol or line referred to by some
4154 pending breakpoint, that breakpoint is resolved and becomes an
4155 ordinary breakpoint. When a library is unloaded, all breakpoints
4156 that refer to its symbols or source lines become pending again.
4157
4158 This logic works for breakpoints with multiple locations, too. For
4159 example, if you have a breakpoint in a C@t{++} template function, and
4160 a newly loaded shared library has an instantiation of that template,
4161 a new location is added to the list of locations for the breakpoint.
4162
4163 Except for having unresolved address, pending breakpoints do not
4164 differ from regular breakpoints. You can set conditions or commands,
4165 enable and disable them and perform other breakpoint operations.
4166
4167 @value{GDBN} provides some additional commands for controlling what
4168 happens when the @samp{break} command cannot resolve breakpoint
4169 address specification to an address:
4170
4171 @kindex set breakpoint pending
4172 @kindex show breakpoint pending
4173 @table @code
4174 @item set breakpoint pending auto
4175 This is the default behavior. When @value{GDBN} cannot find the breakpoint
4176 location, it queries you whether a pending breakpoint should be created.
4177
4178 @item set breakpoint pending on
4179 This indicates that an unrecognized breakpoint location should automatically
4180 result in a pending breakpoint being created.
4181
4182 @item set breakpoint pending off
4183 This indicates that pending breakpoints are not to be created. Any
4184 unrecognized breakpoint location results in an error. This setting does
4185 not affect any pending breakpoints previously created.
4186
4187 @item show breakpoint pending
4188 Show the current behavior setting for creating pending breakpoints.
4189 @end table
4190
4191 The settings above only affect the @code{break} command and its
4192 variants. Once breakpoint is set, it will be automatically updated
4193 as shared libraries are loaded and unloaded.
4194
4195 @cindex automatic hardware breakpoints
4196 For some targets, @value{GDBN} can automatically decide if hardware or
4197 software breakpoints should be used, depending on whether the
4198 breakpoint address is read-only or read-write. This applies to
4199 breakpoints set with the @code{break} command as well as to internal
4200 breakpoints set by commands like @code{next} and @code{finish}. For
4201 breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
4202 breakpoints.
4203
4204 You can control this automatic behaviour with the following commands:
4205
4206 @kindex set breakpoint auto-hw
4207 @kindex show breakpoint auto-hw
4208 @table @code
4209 @item set breakpoint auto-hw on
4210 This is the default behavior. When @value{GDBN} sets a breakpoint, it
4211 will try to use the target memory map to decide if software or hardware
4212 breakpoint must be used.
4213
4214 @item set breakpoint auto-hw off
4215 This indicates @value{GDBN} should not automatically select breakpoint
4216 type. If the target provides a memory map, @value{GDBN} will warn when
4217 trying to set software breakpoint at a read-only address.
4218 @end table
4219
4220 @value{GDBN} normally implements breakpoints by replacing the program code
4221 at the breakpoint address with a special instruction, which, when
4222 executed, given control to the debugger. By default, the program
4223 code is so modified only when the program is resumed. As soon as
4224 the program stops, @value{GDBN} restores the original instructions. This
4225 behaviour guards against leaving breakpoints inserted in the
4226 target should gdb abrubptly disconnect. However, with slow remote
4227 targets, inserting and removing breakpoint can reduce the performance.
4228 This behavior can be controlled with the following commands::
4229
4230 @kindex set breakpoint always-inserted
4231 @kindex show breakpoint always-inserted
4232 @table @code
4233 @item set breakpoint always-inserted off
4234 All breakpoints, including newly added by the user, are inserted in
4235 the target only when the target is resumed. All breakpoints are
4236 removed from the target when it stops. This is the default mode.
4237
4238 @item set breakpoint always-inserted on
4239 Causes all breakpoints to be inserted in the target at all times. If
4240 the user adds a new breakpoint, or changes an existing breakpoint, the
4241 breakpoints in the target are updated immediately. A breakpoint is
4242 removed from the target only when breakpoint itself is deleted.
4243 @end table
4244
4245 @value{GDBN} handles conditional breakpoints by evaluating these conditions
4246 when a breakpoint breaks. If the condition is true, then the process being
4247 debugged stops, otherwise the process is resumed.
4248
4249 If the target supports evaluating conditions on its end, @value{GDBN} may
4250 download the breakpoint, together with its conditions, to it.
4251
4252 This feature can be controlled via the following commands:
4253
4254 @kindex set breakpoint condition-evaluation
4255 @kindex show breakpoint condition-evaluation
4256 @table @code
4257 @item set breakpoint condition-evaluation host
4258 This option commands @value{GDBN} to evaluate the breakpoint
4259 conditions on the host's side. Unconditional breakpoints are sent to
4260 the target which in turn receives the triggers and reports them back to GDB
4261 for condition evaluation. This is the standard evaluation mode.
4262
4263 @item set breakpoint condition-evaluation target
4264 This option commands @value{GDBN} to download breakpoint conditions
4265 to the target at the moment of their insertion. The target
4266 is responsible for evaluating the conditional expression and reporting
4267 breakpoint stop events back to @value{GDBN} whenever the condition
4268 is true. Due to limitations of target-side evaluation, some conditions
4269 cannot be evaluated there, e.g., conditions that depend on local data
4270 that is only known to the host. Examples include
4271 conditional expressions involving convenience variables, complex types
4272 that cannot be handled by the agent expression parser and expressions
4273 that are too long to be sent over to the target, specially when the
4274 target is a remote system. In these cases, the conditions will be
4275 evaluated by @value{GDBN}.
4276
4277 @item set breakpoint condition-evaluation auto
4278 This is the default mode. If the target supports evaluating breakpoint
4279 conditions on its end, @value{GDBN} will download breakpoint conditions to
4280 the target (limitations mentioned previously apply). If the target does
4281 not support breakpoint condition evaluation, then @value{GDBN} will fallback
4282 to evaluating all these conditions on the host's side.
4283 @end table
4284
4285
4286 @cindex negative breakpoint numbers
4287 @cindex internal @value{GDBN} breakpoints
4288 @value{GDBN} itself sometimes sets breakpoints in your program for
4289 special purposes, such as proper handling of @code{longjmp} (in C
4290 programs). These internal breakpoints are assigned negative numbers,
4291 starting with @code{-1}; @samp{info breakpoints} does not display them.
4292 You can see these breakpoints with the @value{GDBN} maintenance command
4293 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
4294
4295
4296 @node Set Watchpoints
4297 @subsection Setting Watchpoints
4298
4299 @cindex setting watchpoints
4300 You can use a watchpoint to stop execution whenever the value of an
4301 expression changes, without having to predict a particular place where
4302 this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4303 The expression may be as simple as the value of a single variable, or
4304 as complex as many variables combined by operators. Examples include:
4305
4306 @itemize @bullet
4307 @item
4308 A reference to the value of a single variable.
4309
4310 @item
4311 An address cast to an appropriate data type. For example,
4312 @samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4313 address (assuming an @code{int} occupies 4 bytes).
4314
4315 @item
4316 An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4317 expression can use any operators valid in the program's native
4318 language (@pxref{Languages}).
4319 @end itemize
4320
4321 You can set a watchpoint on an expression even if the expression can
4322 not be evaluated yet. For instance, you can set a watchpoint on
4323 @samp{*global_ptr} before @samp{global_ptr} is initialized.
4324 @value{GDBN} will stop when your program sets @samp{global_ptr} and
4325 the expression produces a valid value. If the expression becomes
4326 valid in some other way than changing a variable (e.g.@: if the memory
4327 pointed to by @samp{*global_ptr} becomes readable as the result of a
4328 @code{malloc} call), @value{GDBN} may not stop until the next time
4329 the expression changes.
4330
4331 @cindex software watchpoints
4332 @cindex hardware watchpoints
4333 Depending on your system, watchpoints may be implemented in software or
4334 hardware. @value{GDBN} does software watchpointing by single-stepping your
4335 program and testing the variable's value each time, which is hundreds of
4336 times slower than normal execution. (But this may still be worth it, to
4337 catch errors where you have no clue what part of your program is the
4338 culprit.)
4339
4340 On some systems, such as most PowerPC or x86-based targets,
4341 @value{GDBN} includes support for hardware watchpoints, which do not
4342 slow down the running of your program.
4343
4344 @table @code
4345 @kindex watch
4346 @item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4347 Set a watchpoint for an expression. @value{GDBN} will break when the
4348 expression @var{expr} is written into by the program and its value
4349 changes. The simplest (and the most popular) use of this command is
4350 to watch the value of a single variable:
4351
4352 @smallexample
4353 (@value{GDBP}) watch foo
4354 @end smallexample
4355
4356 If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
4357 argument, @value{GDBN} breaks only when the thread identified by
4358 @var{thread-id} changes the value of @var{expr}. If any other threads
4359 change the value of @var{expr}, @value{GDBN} will not break. Note
4360 that watchpoints restricted to a single thread in this way only work
4361 with Hardware Watchpoints.
4362
4363 Ordinarily a watchpoint respects the scope of variables in @var{expr}
4364 (see below). The @code{-location} argument tells @value{GDBN} to
4365 instead watch the memory referred to by @var{expr}. In this case,
4366 @value{GDBN} will evaluate @var{expr}, take the address of the result,
4367 and watch the memory at that address. The type of the result is used
4368 to determine the size of the watched memory. If the expression's
4369 result does not have an address, then @value{GDBN} will print an
4370 error.
4371
4372 The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4373 of masked watchpoints, if the current architecture supports this
4374 feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4375 Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4376 to an address to watch. The mask specifies that some bits of an address
4377 (the bits which are reset in the mask) should be ignored when matching
4378 the address accessed by the inferior against the watchpoint address.
4379 Thus, a masked watchpoint watches many addresses simultaneously---those
4380 addresses whose unmasked bits are identical to the unmasked bits in the
4381 watchpoint address. The @code{mask} argument implies @code{-location}.
4382 Examples:
4383
4384 @smallexample
4385 (@value{GDBP}) watch foo mask 0xffff00ff
4386 (@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4387 @end smallexample
4388
4389 @kindex rwatch
4390 @item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4391 Set a watchpoint that will break when the value of @var{expr} is read
4392 by the program.
4393
4394 @kindex awatch
4395 @item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4396 Set a watchpoint that will break when @var{expr} is either read from
4397 or written into by the program.
4398
4399 @kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4400 @item info watchpoints @r{[}@var{list}@dots{}@r{]}
4401 This command prints a list of watchpoints, using the same format as
4402 @code{info break} (@pxref{Set Breaks}).
4403 @end table
4404
4405 If you watch for a change in a numerically entered address you need to
4406 dereference it, as the address itself is just a constant number which will
4407 never change. @value{GDBN} refuses to create a watchpoint that watches
4408 a never-changing value:
4409
4410 @smallexample
4411 (@value{GDBP}) watch 0x600850
4412 Cannot watch constant value 0x600850.
4413 (@value{GDBP}) watch *(int *) 0x600850
4414 Watchpoint 1: *(int *) 6293584
4415 @end smallexample
4416
4417 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4418 watchpoints execute very quickly, and the debugger reports a change in
4419 value at the exact instruction where the change occurs. If @value{GDBN}
4420 cannot set a hardware watchpoint, it sets a software watchpoint, which
4421 executes more slowly and reports the change in value at the next
4422 @emph{statement}, not the instruction, after the change occurs.
4423
4424 @cindex use only software watchpoints
4425 You can force @value{GDBN} to use only software watchpoints with the
4426 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4427 zero, @value{GDBN} will never try to use hardware watchpoints, even if
4428 the underlying system supports them. (Note that hardware-assisted
4429 watchpoints that were set @emph{before} setting
4430 @code{can-use-hw-watchpoints} to zero will still use the hardware
4431 mechanism of watching expression values.)
4432
4433 @table @code
4434 @item set can-use-hw-watchpoints
4435 @kindex set can-use-hw-watchpoints
4436 Set whether or not to use hardware watchpoints.
4437
4438 @item show can-use-hw-watchpoints
4439 @kindex show can-use-hw-watchpoints
4440 Show the current mode of using hardware watchpoints.
4441 @end table
4442
4443 For remote targets, you can restrict the number of hardware
4444 watchpoints @value{GDBN} will use, see @ref{set remote
4445 hardware-breakpoint-limit}.
4446
4447 When you issue the @code{watch} command, @value{GDBN} reports
4448
4449 @smallexample
4450 Hardware watchpoint @var{num}: @var{expr}
4451 @end smallexample
4452
4453 @noindent
4454 if it was able to set a hardware watchpoint.
4455
4456 Currently, the @code{awatch} and @code{rwatch} commands can only set
4457 hardware watchpoints, because accesses to data that don't change the
4458 value of the watched expression cannot be detected without examining
4459 every instruction as it is being executed, and @value{GDBN} does not do
4460 that currently. If @value{GDBN} finds that it is unable to set a
4461 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4462 will print a message like this:
4463
4464 @smallexample
4465 Expression cannot be implemented with read/access watchpoint.
4466 @end smallexample
4467
4468 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4469 data type of the watched expression is wider than what a hardware
4470 watchpoint on the target machine can handle. For example, some systems
4471 can only watch regions that are up to 4 bytes wide; on such systems you
4472 cannot set hardware watchpoints for an expression that yields a
4473 double-precision floating-point number (which is typically 8 bytes
4474 wide). As a work-around, it might be possible to break the large region
4475 into a series of smaller ones and watch them with separate watchpoints.
4476
4477 If you set too many hardware watchpoints, @value{GDBN} might be unable
4478 to insert all of them when you resume the execution of your program.
4479 Since the precise number of active watchpoints is unknown until such
4480 time as the program is about to be resumed, @value{GDBN} might not be
4481 able to warn you about this when you set the watchpoints, and the
4482 warning will be printed only when the program is resumed:
4483
4484 @smallexample
4485 Hardware watchpoint @var{num}: Could not insert watchpoint
4486 @end smallexample
4487
4488 @noindent
4489 If this happens, delete or disable some of the watchpoints.
4490
4491 Watching complex expressions that reference many variables can also
4492 exhaust the resources available for hardware-assisted watchpoints.
4493 That's because @value{GDBN} needs to watch every variable in the
4494 expression with separately allocated resources.
4495
4496 If you call a function interactively using @code{print} or @code{call},
4497 any watchpoints you have set will be inactive until @value{GDBN} reaches another
4498 kind of breakpoint or the call completes.
4499
4500 @value{GDBN} automatically deletes watchpoints that watch local
4501 (automatic) variables, or expressions that involve such variables, when
4502 they go out of scope, that is, when the execution leaves the block in
4503 which these variables were defined. In particular, when the program
4504 being debugged terminates, @emph{all} local variables go out of scope,
4505 and so only watchpoints that watch global variables remain set. If you
4506 rerun the program, you will need to set all such watchpoints again. One
4507 way of doing that would be to set a code breakpoint at the entry to the
4508 @code{main} function and when it breaks, set all the watchpoints.
4509
4510 @cindex watchpoints and threads
4511 @cindex threads and watchpoints
4512 In multi-threaded programs, watchpoints will detect changes to the
4513 watched expression from every thread.
4514
4515 @quotation
4516 @emph{Warning:} In multi-threaded programs, software watchpoints
4517 have only limited usefulness. If @value{GDBN} creates a software
4518 watchpoint, it can only watch the value of an expression @emph{in a
4519 single thread}. If you are confident that the expression can only
4520 change due to the current thread's activity (and if you are also
4521 confident that no other thread can become current), then you can use
4522 software watchpoints as usual. However, @value{GDBN} may not notice
4523 when a non-current thread's activity changes the expression. (Hardware
4524 watchpoints, in contrast, watch an expression in all threads.)
4525 @end quotation
4526
4527 @xref{set remote hardware-watchpoint-limit}.
4528
4529 @node Set Catchpoints
4530 @subsection Setting Catchpoints
4531 @cindex catchpoints, setting
4532 @cindex exception handlers
4533 @cindex event handling
4534
4535 You can use @dfn{catchpoints} to cause the debugger to stop for certain
4536 kinds of program events, such as C@t{++} exceptions or the loading of a
4537 shared library. Use the @code{catch} command to set a catchpoint.
4538
4539 @table @code
4540 @kindex catch
4541 @item catch @var{event}
4542 Stop when @var{event} occurs. The @var{event} can be any of the following:
4543
4544 @table @code
4545 @item throw @r{[}@var{regexp}@r{]}
4546 @itemx rethrow @r{[}@var{regexp}@r{]}
4547 @itemx catch @r{[}@var{regexp}@r{]}
4548 @kindex catch throw
4549 @kindex catch rethrow
4550 @kindex catch catch
4551 @cindex stop on C@t{++} exceptions
4552 The throwing, re-throwing, or catching of a C@t{++} exception.
4553
4554 If @var{regexp} is given, then only exceptions whose type matches the
4555 regular expression will be caught.
4556
4557 @vindex $_exception@r{, convenience variable}
4558 The convenience variable @code{$_exception} is available at an
4559 exception-related catchpoint, on some systems. This holds the
4560 exception being thrown.
4561
4562 There are currently some limitations to C@t{++} exception handling in
4563 @value{GDBN}:
4564
4565 @itemize @bullet
4566 @item
4567 The support for these commands is system-dependent. Currently, only
4568 systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4569 supported.
4570
4571 @item
4572 The regular expression feature and the @code{$_exception} convenience
4573 variable rely on the presence of some SDT probes in @code{libstdc++}.
4574 If these probes are not present, then these features cannot be used.
4575 These probes were first available in the GCC 4.8 release, but whether
4576 or not they are available in your GCC also depends on how it was
4577 built.
4578
4579 @item
4580 The @code{$_exception} convenience variable is only valid at the
4581 instruction at which an exception-related catchpoint is set.
4582
4583 @item
4584 When an exception-related catchpoint is hit, @value{GDBN} stops at a
4585 location in the system library which implements runtime exception
4586 support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4587 (@pxref{Selection}) to get to your code.
4588
4589 @item
4590 If you call a function interactively, @value{GDBN} normally returns
4591 control to you when the function has finished executing. If the call
4592 raises an exception, however, the call may bypass the mechanism that
4593 returns control to you and cause your program either to abort or to
4594 simply continue running until it hits a breakpoint, catches a signal
4595 that @value{GDBN} is listening for, or exits. This is the case even if
4596 you set a catchpoint for the exception; catchpoints on exceptions are
4597 disabled within interactive calls. @xref{Calling}, for information on
4598 controlling this with @code{set unwind-on-terminating-exception}.
4599
4600 @item
4601 You cannot raise an exception interactively.
4602
4603 @item
4604 You cannot install an exception handler interactively.
4605 @end itemize
4606
4607 @item exception @r{[}@var{name}@r{]}
4608 @kindex catch exception
4609 @cindex Ada exception catching
4610 @cindex catch Ada exceptions
4611 An Ada exception being raised. If an exception name is specified
4612 at the end of the command (eg @code{catch exception Program_Error}),
4613 the debugger will stop only when this specific exception is raised.
4614 Otherwise, the debugger stops execution when any Ada exception is raised.
4615
4616 When inserting an exception catchpoint on a user-defined exception whose
4617 name is identical to one of the exceptions defined by the language, the
4618 fully qualified name must be used as the exception name. Otherwise,
4619 @value{GDBN} will assume that it should stop on the pre-defined exception
4620 rather than the user-defined one. For instance, assuming an exception
4621 called @code{Constraint_Error} is defined in package @code{Pck}, then
4622 the command to use to catch such exceptions is @kbd{catch exception
4623 Pck.Constraint_Error}.
4624
4625 @item exception unhandled
4626 @kindex catch exception unhandled
4627 An exception that was raised but is not handled by the program.
4628
4629 @item handlers @r{[}@var{name}@r{]}
4630 @kindex catch handlers
4631 @cindex Ada exception handlers catching
4632 @cindex catch Ada exceptions when handled
4633 An Ada exception being handled. If an exception name is
4634 specified at the end of the command
4635 (eg @kbd{catch handlers Program_Error}), the debugger will stop
4636 only when this specific exception is handled.
4637 Otherwise, the debugger stops execution when any Ada exception is handled.
4638
4639 When inserting a handlers catchpoint on a user-defined
4640 exception whose name is identical to one of the exceptions
4641 defined by the language, the fully qualified name must be used
4642 as the exception name. Otherwise, @value{GDBN} will assume that it
4643 should stop on the pre-defined exception rather than the
4644 user-defined one. For instance, assuming an exception called
4645 @code{Constraint_Error} is defined in package @code{Pck}, then the
4646 command to use to catch such exceptions handling is
4647 @kbd{catch handlers Pck.Constraint_Error}.
4648
4649 @item assert
4650 @kindex catch assert
4651 A failed Ada assertion.
4652
4653 @item exec
4654 @kindex catch exec
4655 @cindex break on fork/exec
4656 A call to @code{exec}.
4657
4658 @anchor{catch syscall}
4659 @item syscall
4660 @itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
4661 @kindex catch syscall
4662 @cindex break on a system call.
4663 A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
4664 syscall is a mechanism for application programs to request a service
4665 from the operating system (OS) or one of the OS system services.
4666 @value{GDBN} can catch some or all of the syscalls issued by the
4667 debuggee, and show the related information for each syscall. If no
4668 argument is specified, calls to and returns from all system calls
4669 will be caught.
4670
4671 @var{name} can be any system call name that is valid for the
4672 underlying OS. Just what syscalls are valid depends on the OS. On
4673 GNU and Unix systems, you can find the full list of valid syscall
4674 names on @file{/usr/include/asm/unistd.h}.
4675
4676 @c For MS-Windows, the syscall names and the corresponding numbers
4677 @c can be found, e.g., on this URL:
4678 @c http://www.metasploit.com/users/opcode/syscalls.html
4679 @c but we don't support Windows syscalls yet.
4680
4681 Normally, @value{GDBN} knows in advance which syscalls are valid for
4682 each OS, so you can use the @value{GDBN} command-line completion
4683 facilities (@pxref{Completion,, command completion}) to list the
4684 available choices.
4685
4686 You may also specify the system call numerically. A syscall's
4687 number is the value passed to the OS's syscall dispatcher to
4688 identify the requested service. When you specify the syscall by its
4689 name, @value{GDBN} uses its database of syscalls to convert the name
4690 into the corresponding numeric code, but using the number directly
4691 may be useful if @value{GDBN}'s database does not have the complete
4692 list of syscalls on your system (e.g., because @value{GDBN} lags
4693 behind the OS upgrades).
4694
4695 You may specify a group of related syscalls to be caught at once using
4696 the @code{group:} syntax (@code{g:} is a shorter equivalent). For
4697 instance, on some platforms @value{GDBN} allows you to catch all
4698 network related syscalls, by passing the argument @code{group:network}
4699 to @code{catch syscall}. Note that not all syscall groups are
4700 available in every system. You can use the command completion
4701 facilities (@pxref{Completion,, command completion}) to list the
4702 syscall groups available on your environment.
4703
4704 The example below illustrates how this command works if you don't provide
4705 arguments to it:
4706
4707 @smallexample
4708 (@value{GDBP}) catch syscall
4709 Catchpoint 1 (syscall)
4710 (@value{GDBP}) r
4711 Starting program: /tmp/catch-syscall
4712
4713 Catchpoint 1 (call to syscall 'close'), \
4714 0xffffe424 in __kernel_vsyscall ()
4715 (@value{GDBP}) c
4716 Continuing.
4717
4718 Catchpoint 1 (returned from syscall 'close'), \
4719 0xffffe424 in __kernel_vsyscall ()
4720 (@value{GDBP})
4721 @end smallexample
4722
4723 Here is an example of catching a system call by name:
4724
4725 @smallexample
4726 (@value{GDBP}) catch syscall chroot
4727 Catchpoint 1 (syscall 'chroot' [61])
4728 (@value{GDBP}) r
4729 Starting program: /tmp/catch-syscall
4730
4731 Catchpoint 1 (call to syscall 'chroot'), \
4732 0xffffe424 in __kernel_vsyscall ()
4733 (@value{GDBP}) c
4734 Continuing.
4735
4736 Catchpoint 1 (returned from syscall 'chroot'), \
4737 0xffffe424 in __kernel_vsyscall ()
4738 (@value{GDBP})
4739 @end smallexample
4740
4741 An example of specifying a system call numerically. In the case
4742 below, the syscall number has a corresponding entry in the XML
4743 file, so @value{GDBN} finds its name and prints it:
4744
4745 @smallexample
4746 (@value{GDBP}) catch syscall 252
4747 Catchpoint 1 (syscall(s) 'exit_group')
4748 (@value{GDBP}) r
4749 Starting program: /tmp/catch-syscall
4750
4751 Catchpoint 1 (call to syscall 'exit_group'), \
4752 0xffffe424 in __kernel_vsyscall ()
4753 (@value{GDBP}) c
4754 Continuing.
4755
4756 Program exited normally.
4757 (@value{GDBP})
4758 @end smallexample
4759
4760 Here is an example of catching a syscall group:
4761
4762 @smallexample
4763 (@value{GDBP}) catch syscall group:process
4764 Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
4765 'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
4766 'exit_group' [252] 'waitid' [284] 'unshare' [310])
4767 (@value{GDBP}) r
4768 Starting program: /tmp/catch-syscall
4769
4770 Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
4771 from /lib64/ld-linux-x86-64.so.2
4772
4773 (@value{GDBP}) c
4774 Continuing.
4775 @end smallexample
4776
4777 However, there can be situations when there is no corresponding name
4778 in XML file for that syscall number. In this case, @value{GDBN} prints
4779 a warning message saying that it was not able to find the syscall name,
4780 but the catchpoint will be set anyway. See the example below:
4781
4782 @smallexample
4783 (@value{GDBP}) catch syscall 764
4784 warning: The number '764' does not represent a known syscall.
4785 Catchpoint 2 (syscall 764)
4786 (@value{GDBP})
4787 @end smallexample
4788
4789 If you configure @value{GDBN} using the @samp{--without-expat} option,
4790 it will not be able to display syscall names. Also, if your
4791 architecture does not have an XML file describing its system calls,
4792 you will not be able to see the syscall names. It is important to
4793 notice that these two features are used for accessing the syscall
4794 name database. In either case, you will see a warning like this:
4795
4796 @smallexample
4797 (@value{GDBP}) catch syscall
4798 warning: Could not open "syscalls/i386-linux.xml"
4799 warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
4800 GDB will not be able to display syscall names.
4801 Catchpoint 1 (syscall)
4802 (@value{GDBP})
4803 @end smallexample
4804
4805 Of course, the file name will change depending on your architecture and system.
4806
4807 Still using the example above, you can also try to catch a syscall by its
4808 number. In this case, you would see something like:
4809
4810 @smallexample
4811 (@value{GDBP}) catch syscall 252
4812 Catchpoint 1 (syscall(s) 252)
4813 @end smallexample
4814
4815 Again, in this case @value{GDBN} would not be able to display syscall's names.
4816
4817 @item fork
4818 @kindex catch fork
4819 A call to @code{fork}.
4820
4821 @item vfork
4822 @kindex catch vfork
4823 A call to @code{vfork}.
4824
4825 @item load @r{[}@var{regexp}@r{]}
4826 @itemx unload @r{[}@var{regexp}@r{]}
4827 @kindex catch load
4828 @kindex catch unload
4829 The loading or unloading of a shared library. If @var{regexp} is
4830 given, then the catchpoint will stop only if the regular expression
4831 matches one of the affected libraries.
4832
4833 @item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
4834 @kindex catch signal
4835 The delivery of a signal.
4836
4837 With no arguments, this catchpoint will catch any signal that is not
4838 used internally by @value{GDBN}, specifically, all signals except
4839 @samp{SIGTRAP} and @samp{SIGINT}.
4840
4841 With the argument @samp{all}, all signals, including those used by
4842 @value{GDBN}, will be caught. This argument cannot be used with other
4843 signal names.
4844
4845 Otherwise, the arguments are a list of signal names as given to
4846 @code{handle} (@pxref{Signals}). Only signals specified in this list
4847 will be caught.
4848
4849 One reason that @code{catch signal} can be more useful than
4850 @code{handle} is that you can attach commands and conditions to the
4851 catchpoint.
4852
4853 When a signal is caught by a catchpoint, the signal's @code{stop} and
4854 @code{print} settings, as specified by @code{handle}, are ignored.
4855 However, whether the signal is still delivered to the inferior depends
4856 on the @code{pass} setting; this can be changed in the catchpoint's
4857 commands.
4858
4859 @end table
4860
4861 @item tcatch @var{event}
4862 @kindex tcatch
4863 Set a catchpoint that is enabled only for one stop. The catchpoint is
4864 automatically deleted after the first time the event is caught.
4865
4866 @end table
4867
4868 Use the @code{info break} command to list the current catchpoints.
4869
4870
4871 @node Delete Breaks
4872 @subsection Deleting Breakpoints
4873
4874 @cindex clearing breakpoints, watchpoints, catchpoints
4875 @cindex deleting breakpoints, watchpoints, catchpoints
4876 It is often necessary to eliminate a breakpoint, watchpoint, or
4877 catchpoint once it has done its job and you no longer want your program
4878 to stop there. This is called @dfn{deleting} the breakpoint. A
4879 breakpoint that has been deleted no longer exists; it is forgotten.
4880
4881 With the @code{clear} command you can delete breakpoints according to
4882 where they are in your program. With the @code{delete} command you can
4883 delete individual breakpoints, watchpoints, or catchpoints by specifying
4884 their breakpoint numbers.
4885
4886 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
4887 automatically ignores breakpoints on the first instruction to be executed
4888 when you continue execution without changing the execution address.
4889
4890 @table @code
4891 @kindex clear
4892 @item clear
4893 Delete any breakpoints at the next instruction to be executed in the
4894 selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
4895 the innermost frame is selected, this is a good way to delete a
4896 breakpoint where your program just stopped.
4897
4898 @item clear @var{location}
4899 Delete any breakpoints set at the specified @var{location}.
4900 @xref{Specify Location}, for the various forms of @var{location}; the
4901 most useful ones are listed below:
4902
4903 @table @code
4904 @item clear @var{function}
4905 @itemx clear @var{filename}:@var{function}
4906 Delete any breakpoints set at entry to the named @var{function}.
4907
4908 @item clear @var{linenum}
4909 @itemx clear @var{filename}:@var{linenum}
4910 Delete any breakpoints set at or within the code of the specified
4911 @var{linenum} of the specified @var{filename}.
4912 @end table
4913
4914 @cindex delete breakpoints
4915 @kindex delete
4916 @kindex d @r{(@code{delete})}
4917 @item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
4918 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
4919 list specified as argument. If no argument is specified, delete all
4920 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
4921 confirm off}). You can abbreviate this command as @code{d}.
4922 @end table
4923
4924 @node Disabling
4925 @subsection Disabling Breakpoints
4926
4927 @cindex enable/disable a breakpoint
4928 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
4929 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
4930 it had been deleted, but remembers the information on the breakpoint so
4931 that you can @dfn{enable} it again later.
4932
4933 You disable and enable breakpoints, watchpoints, and catchpoints with
4934 the @code{enable} and @code{disable} commands, optionally specifying
4935 one or more breakpoint numbers as arguments. Use @code{info break} to
4936 print a list of all breakpoints, watchpoints, and catchpoints if you
4937 do not know which numbers to use.
4938
4939 Disabling and enabling a breakpoint that has multiple locations
4940 affects all of its locations.
4941
4942 A breakpoint, watchpoint, or catchpoint can have any of several
4943 different states of enablement:
4944
4945 @itemize @bullet
4946 @item
4947 Enabled. The breakpoint stops your program. A breakpoint set
4948 with the @code{break} command starts out in this state.
4949 @item
4950 Disabled. The breakpoint has no effect on your program.
4951 @item
4952 Enabled once. The breakpoint stops your program, but then becomes
4953 disabled.
4954 @item
4955 Enabled for a count. The breakpoint stops your program for the next
4956 N times, then becomes disabled.
4957 @item
4958 Enabled for deletion. The breakpoint stops your program, but
4959 immediately after it does so it is deleted permanently. A breakpoint
4960 set with the @code{tbreak} command starts out in this state.
4961 @end itemize
4962
4963 You can use the following commands to enable or disable breakpoints,
4964 watchpoints, and catchpoints:
4965
4966 @table @code
4967 @kindex disable
4968 @kindex dis @r{(@code{disable})}
4969 @item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
4970 Disable the specified breakpoints---or all breakpoints, if none are
4971 listed. A disabled breakpoint has no effect but is not forgotten. All
4972 options such as ignore-counts, conditions and commands are remembered in
4973 case the breakpoint is enabled again later. You may abbreviate
4974 @code{disable} as @code{dis}.
4975
4976 @kindex enable
4977 @item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
4978 Enable the specified breakpoints (or all defined breakpoints). They
4979 become effective once again in stopping your program.
4980
4981 @item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
4982 Enable the specified breakpoints temporarily. @value{GDBN} disables any
4983 of these breakpoints immediately after stopping your program.
4984
4985 @item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
4986 Enable the specified breakpoints temporarily. @value{GDBN} records
4987 @var{count} with each of the specified breakpoints, and decrements a
4988 breakpoint's count when it is hit. When any count reaches 0,
4989 @value{GDBN} disables that breakpoint. If a breakpoint has an ignore
4990 count (@pxref{Conditions, ,Break Conditions}), that will be
4991 decremented to 0 before @var{count} is affected.
4992
4993 @item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
4994 Enable the specified breakpoints to work once, then die. @value{GDBN}
4995 deletes any of these breakpoints as soon as your program stops there.
4996 Breakpoints set by the @code{tbreak} command start out in this state.
4997 @end table
4998
4999 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5000 @c confusing: tbreak is also initially enabled.
5001 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
5002 ,Setting Breakpoints}), breakpoints that you set are initially enabled;
5003 subsequently, they become disabled or enabled only when you use one of
5004 the commands above. (The command @code{until} can set and delete a
5005 breakpoint of its own, but it does not change the state of your other
5006 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
5007 Stepping}.)
5008
5009 @node Conditions
5010 @subsection Break Conditions
5011 @cindex conditional breakpoints
5012 @cindex breakpoint conditions
5013
5014 @c FIXME what is scope of break condition expr? Context where wanted?
5015 @c in particular for a watchpoint?
5016 The simplest sort of breakpoint breaks every time your program reaches a
5017 specified place. You can also specify a @dfn{condition} for a
5018 breakpoint. A condition is just a Boolean expression in your
5019 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5020 a condition evaluates the expression each time your program reaches it,
5021 and your program stops only if the condition is @emph{true}.
5022
5023 This is the converse of using assertions for program validation; in that
5024 situation, you want to stop when the assertion is violated---that is,
5025 when the condition is false. In C, if you want to test an assertion expressed
5026 by the condition @var{assert}, you should set the condition
5027 @samp{! @var{assert}} on the appropriate breakpoint.
5028
5029 Conditions are also accepted for watchpoints; you may not need them,
5030 since a watchpoint is inspecting the value of an expression anyhow---but
5031 it might be simpler, say, to just set a watchpoint on a variable name,
5032 and specify a condition that tests whether the new value is an interesting
5033 one.
5034
5035 Break conditions can have side effects, and may even call functions in
5036 your program. This can be useful, for example, to activate functions
5037 that log program progress, or to use your own print functions to
5038 format special data structures. The effects are completely predictable
5039 unless there is another enabled breakpoint at the same address. (In
5040 that case, @value{GDBN} might see the other breakpoint first and stop your
5041 program without checking the condition of this one.) Note that
5042 breakpoint commands are usually more convenient and flexible than break
5043 conditions for the
5044 purpose of performing side effects when a breakpoint is reached
5045 (@pxref{Break Commands, ,Breakpoint Command Lists}).
5046
5047 Breakpoint conditions can also be evaluated on the target's side if
5048 the target supports it. Instead of evaluating the conditions locally,
5049 @value{GDBN} encodes the expression into an agent expression
5050 (@pxref{Agent Expressions}) suitable for execution on the target,
5051 independently of @value{GDBN}. Global variables become raw memory
5052 locations, locals become stack accesses, and so forth.
5053
5054 In this case, @value{GDBN} will only be notified of a breakpoint trigger
5055 when its condition evaluates to true. This mechanism may provide faster
5056 response times depending on the performance characteristics of the target
5057 since it does not need to keep @value{GDBN} informed about
5058 every breakpoint trigger, even those with false conditions.
5059
5060 Break conditions can be specified when a breakpoint is set, by using
5061 @samp{if} in the arguments to the @code{break} command. @xref{Set
5062 Breaks, ,Setting Breakpoints}. They can also be changed at any time
5063 with the @code{condition} command.
5064
5065 You can also use the @code{if} keyword with the @code{watch} command.
5066 The @code{catch} command does not recognize the @code{if} keyword;
5067 @code{condition} is the only way to impose a further condition on a
5068 catchpoint.
5069
5070 @table @code
5071 @kindex condition
5072 @item condition @var{bnum} @var{expression}
5073 Specify @var{expression} as the break condition for breakpoint,
5074 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5075 breakpoint @var{bnum} stops your program only if the value of
5076 @var{expression} is true (nonzero, in C). When you use
5077 @code{condition}, @value{GDBN} checks @var{expression} immediately for
5078 syntactic correctness, and to determine whether symbols in it have
5079 referents in the context of your breakpoint. If @var{expression} uses
5080 symbols not referenced in the context of the breakpoint, @value{GDBN}
5081 prints an error message:
5082
5083 @smallexample
5084 No symbol "foo" in current context.
5085 @end smallexample
5086
5087 @noindent
5088 @value{GDBN} does
5089 not actually evaluate @var{expression} at the time the @code{condition}
5090 command (or a command that sets a breakpoint with a condition, like
5091 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
5092
5093 @item condition @var{bnum}
5094 Remove the condition from breakpoint number @var{bnum}. It becomes
5095 an ordinary unconditional breakpoint.
5096 @end table
5097
5098 @cindex ignore count (of breakpoint)
5099 A special case of a breakpoint condition is to stop only when the
5100 breakpoint has been reached a certain number of times. This is so
5101 useful that there is a special way to do it, using the @dfn{ignore
5102 count} of the breakpoint. Every breakpoint has an ignore count, which
5103 is an integer. Most of the time, the ignore count is zero, and
5104 therefore has no effect. But if your program reaches a breakpoint whose
5105 ignore count is positive, then instead of stopping, it just decrements
5106 the ignore count by one and continues. As a result, if the ignore count
5107 value is @var{n}, the breakpoint does not stop the next @var{n} times
5108 your program reaches it.
5109
5110 @table @code
5111 @kindex ignore
5112 @item ignore @var{bnum} @var{count}
5113 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5114 The next @var{count} times the breakpoint is reached, your program's
5115 execution does not stop; other than to decrement the ignore count, @value{GDBN}
5116 takes no action.
5117
5118 To make the breakpoint stop the next time it is reached, specify
5119 a count of zero.
5120
5121 When you use @code{continue} to resume execution of your program from a
5122 breakpoint, you can specify an ignore count directly as an argument to
5123 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
5124 Stepping,,Continuing and Stepping}.
5125
5126 If a breakpoint has a positive ignore count and a condition, the
5127 condition is not checked. Once the ignore count reaches zero,
5128 @value{GDBN} resumes checking the condition.
5129
5130 You could achieve the effect of the ignore count with a condition such
5131 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5132 is decremented each time. @xref{Convenience Vars, ,Convenience
5133 Variables}.
5134 @end table
5135
5136 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5137
5138
5139 @node Break Commands
5140 @subsection Breakpoint Command Lists
5141
5142 @cindex breakpoint commands
5143 You can give any breakpoint (or watchpoint or catchpoint) a series of
5144 commands to execute when your program stops due to that breakpoint. For
5145 example, you might want to print the values of certain expressions, or
5146 enable other breakpoints.
5147
5148 @table @code
5149 @kindex commands
5150 @kindex end@r{ (breakpoint commands)}
5151 @item commands @r{[}@var{list}@dots{}@r{]}
5152 @itemx @dots{} @var{command-list} @dots{}
5153 @itemx end
5154 Specify a list of commands for the given breakpoints. The commands
5155 themselves appear on the following lines. Type a line containing just
5156 @code{end} to terminate the commands.
5157
5158 To remove all commands from a breakpoint, type @code{commands} and
5159 follow it immediately with @code{end}; that is, give no commands.
5160
5161 With no argument, @code{commands} refers to the last breakpoint,
5162 watchpoint, or catchpoint set (not to the breakpoint most recently
5163 encountered). If the most recent breakpoints were set with a single
5164 command, then the @code{commands} will apply to all the breakpoints
5165 set by that command. This applies to breakpoints set by
5166 @code{rbreak}, and also applies when a single @code{break} command
5167 creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5168 Expressions}).
5169 @end table
5170
5171 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5172 disabled within a @var{command-list}.
5173
5174 You can use breakpoint commands to start your program up again. Simply
5175 use the @code{continue} command, or @code{step}, or any other command
5176 that resumes execution.
5177
5178 Any other commands in the command list, after a command that resumes
5179 execution, are ignored. This is because any time you resume execution
5180 (even with a simple @code{next} or @code{step}), you may encounter
5181 another breakpoint---which could have its own command list, leading to
5182 ambiguities about which list to execute.
5183
5184 @kindex silent
5185 If the first command you specify in a command list is @code{silent}, the
5186 usual message about stopping at a breakpoint is not printed. This may
5187 be desirable for breakpoints that are to print a specific message and
5188 then continue. If none of the remaining commands print anything, you
5189 see no sign that the breakpoint was reached. @code{silent} is
5190 meaningful only at the beginning of a breakpoint command list.
5191
5192 The commands @code{echo}, @code{output}, and @code{printf} allow you to
5193 print precisely controlled output, and are often useful in silent
5194 breakpoints. @xref{Output, ,Commands for Controlled Output}.
5195
5196 For example, here is how you could use breakpoint commands to print the
5197 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5198
5199 @smallexample
5200 break foo if x>0
5201 commands
5202 silent
5203 printf "x is %d\n",x
5204 cont
5205 end
5206 @end smallexample
5207
5208 One application for breakpoint commands is to compensate for one bug so
5209 you can test for another. Put a breakpoint just after the erroneous line
5210 of code, give it a condition to detect the case in which something
5211 erroneous has been done, and give it commands to assign correct values
5212 to any variables that need them. End with the @code{continue} command
5213 so that your program does not stop, and start with the @code{silent}
5214 command so that no output is produced. Here is an example:
5215
5216 @smallexample
5217 break 403
5218 commands
5219 silent
5220 set x = y + 4
5221 cont
5222 end
5223 @end smallexample
5224
5225 @node Dynamic Printf
5226 @subsection Dynamic Printf
5227
5228 @cindex dynamic printf
5229 @cindex dprintf
5230 The dynamic printf command @code{dprintf} combines a breakpoint with
5231 formatted printing of your program's data to give you the effect of
5232 inserting @code{printf} calls into your program on-the-fly, without
5233 having to recompile it.
5234
5235 In its most basic form, the output goes to the GDB console. However,
5236 you can set the variable @code{dprintf-style} for alternate handling.
5237 For instance, you can ask to format the output by calling your
5238 program's @code{printf} function. This has the advantage that the
5239 characters go to the program's output device, so they can recorded in
5240 redirects to files and so forth.
5241
5242 If you are doing remote debugging with a stub or agent, you can also
5243 ask to have the printf handled by the remote agent. In addition to
5244 ensuring that the output goes to the remote program's device along
5245 with any other output the program might produce, you can also ask that
5246 the dprintf remain active even after disconnecting from the remote
5247 target. Using the stub/agent is also more efficient, as it can do
5248 everything without needing to communicate with @value{GDBN}.
5249
5250 @table @code
5251 @kindex dprintf
5252 @item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5253 Whenever execution reaches @var{location}, print the values of one or
5254 more @var{expressions} under the control of the string @var{template}.
5255 To print several values, separate them with commas.
5256
5257 @item set dprintf-style @var{style}
5258 Set the dprintf output to be handled in one of several different
5259 styles enumerated below. A change of style affects all existing
5260 dynamic printfs immediately. (If you need individual control over the
5261 print commands, simply define normal breakpoints with
5262 explicitly-supplied command lists.)
5263
5264 @table @code
5265 @item gdb
5266 @kindex dprintf-style gdb
5267 Handle the output using the @value{GDBN} @code{printf} command.
5268
5269 @item call
5270 @kindex dprintf-style call
5271 Handle the output by calling a function in your program (normally
5272 @code{printf}).
5273
5274 @item agent
5275 @kindex dprintf-style agent
5276 Have the remote debugging agent (such as @code{gdbserver}) handle
5277 the output itself. This style is only available for agents that
5278 support running commands on the target.
5279 @end table
5280
5281 @item set dprintf-function @var{function}
5282 Set the function to call if the dprintf style is @code{call}. By
5283 default its value is @code{printf}. You may set it to any expression.
5284 that @value{GDBN} can evaluate to a function, as per the @code{call}
5285 command.
5286
5287 @item set dprintf-channel @var{channel}
5288 Set a ``channel'' for dprintf. If set to a non-empty value,
5289 @value{GDBN} will evaluate it as an expression and pass the result as
5290 a first argument to the @code{dprintf-function}, in the manner of
5291 @code{fprintf} and similar functions. Otherwise, the dprintf format
5292 string will be the first argument, in the manner of @code{printf}.
5293
5294 As an example, if you wanted @code{dprintf} output to go to a logfile
5295 that is a standard I/O stream assigned to the variable @code{mylog},
5296 you could do the following:
5297
5298 @example
5299 (gdb) set dprintf-style call
5300 (gdb) set dprintf-function fprintf
5301 (gdb) set dprintf-channel mylog
5302 (gdb) dprintf 25,"at line 25, glob=%d\n",glob
5303 Dprintf 1 at 0x123456: file main.c, line 25.
5304 (gdb) info break
5305 1 dprintf keep y 0x00123456 in main at main.c:25
5306 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5307 continue
5308 (gdb)
5309 @end example
5310
5311 Note that the @code{info break} displays the dynamic printf commands
5312 as normal breakpoint commands; you can thus easily see the effect of
5313 the variable settings.
5314
5315 @item set disconnected-dprintf on
5316 @itemx set disconnected-dprintf off
5317 @kindex set disconnected-dprintf
5318 Choose whether @code{dprintf} commands should continue to run if
5319 @value{GDBN} has disconnected from the target. This only applies
5320 if the @code{dprintf-style} is @code{agent}.
5321
5322 @item show disconnected-dprintf off
5323 @kindex show disconnected-dprintf
5324 Show the current choice for disconnected @code{dprintf}.
5325
5326 @end table
5327
5328 @value{GDBN} does not check the validity of function and channel,
5329 relying on you to supply values that are meaningful for the contexts
5330 in which they are being used. For instance, the function and channel
5331 may be the values of local variables, but if that is the case, then
5332 all enabled dynamic prints must be at locations within the scope of
5333 those locals. If evaluation fails, @value{GDBN} will report an error.
5334
5335 @node Save Breakpoints
5336 @subsection How to save breakpoints to a file
5337
5338 To save breakpoint definitions to a file use the @w{@code{save
5339 breakpoints}} command.
5340
5341 @table @code
5342 @kindex save breakpoints
5343 @cindex save breakpoints to a file for future sessions
5344 @item save breakpoints [@var{filename}]
5345 This command saves all current breakpoint definitions together with
5346 their commands and ignore counts, into a file @file{@var{filename}}
5347 suitable for use in a later debugging session. This includes all
5348 types of breakpoints (breakpoints, watchpoints, catchpoints,
5349 tracepoints). To read the saved breakpoint definitions, use the
5350 @code{source} command (@pxref{Command Files}). Note that watchpoints
5351 with expressions involving local variables may fail to be recreated
5352 because it may not be possible to access the context where the
5353 watchpoint is valid anymore. Because the saved breakpoint definitions
5354 are simply a sequence of @value{GDBN} commands that recreate the
5355 breakpoints, you can edit the file in your favorite editing program,
5356 and remove the breakpoint definitions you're not interested in, or
5357 that can no longer be recreated.
5358 @end table
5359
5360 @node Static Probe Points
5361 @subsection Static Probe Points
5362
5363 @cindex static probe point, SystemTap
5364 @cindex static probe point, DTrace
5365 @value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5366 for Statically Defined Tracing, and the probes are designed to have a tiny
5367 runtime code and data footprint, and no dynamic relocations.
5368
5369 Currently, the following types of probes are supported on
5370 ELF-compatible systems:
5371
5372 @itemize @bullet
5373
5374 @item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5375 @acronym{SDT} probes@footnote{See
5376 @uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
5377 for more information on how to add @code{SystemTap} @acronym{SDT}
5378 probes in your applications.}. @code{SystemTap} probes are usable
5379 from assembly, C and C@t{++} languages@footnote{See
5380 @uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5381 for a good reference on how the @acronym{SDT} probes are implemented.}.
5382
5383 @item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5384 @acronym{USDT} probes. @code{DTrace} probes are usable from C and
5385 C@t{++} languages.
5386 @end itemize
5387
5388 @cindex semaphores on static probe points
5389 Some @code{SystemTap} probes have an associated semaphore variable;
5390 for instance, this happens automatically if you defined your probe
5391 using a DTrace-style @file{.d} file. If your probe has a semaphore,
5392 @value{GDBN} will automatically enable it when you specify a
5393 breakpoint using the @samp{-probe-stap} notation. But, if you put a
5394 breakpoint at a probe's location by some other method (e.g.,
5395 @code{break file:line}), then @value{GDBN} will not automatically set
5396 the semaphore. @code{DTrace} probes do not support semaphores.
5397
5398 You can examine the available static static probes using @code{info
5399 probes}, with optional arguments:
5400
5401 @table @code
5402 @kindex info probes
5403 @item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5404 If given, @var{type} is either @code{stap} for listing
5405 @code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5406 probes. If omitted all probes are listed regardless of their types.
5407
5408 If given, @var{provider} is a regular expression used to match against provider
5409 names when selecting which probes to list. If omitted, probes by all
5410 probes from all providers are listed.
5411
5412 If given, @var{name} is a regular expression to match against probe names
5413 when selecting which probes to list. If omitted, probe names are not
5414 considered when deciding whether to display them.
5415
5416 If given, @var{objfile} is a regular expression used to select which
5417 object files (executable or shared libraries) to examine. If not
5418 given, all object files are considered.
5419
5420 @item info probes all
5421 List the available static probes, from all types.
5422 @end table
5423
5424 @cindex enabling and disabling probes
5425 Some probe points can be enabled and/or disabled. The effect of
5426 enabling or disabling a probe depends on the type of probe being
5427 handled. Some @code{DTrace} probes can be enabled or
5428 disabled, but @code{SystemTap} probes cannot be disabled.
5429
5430 You can enable (or disable) one or more probes using the following
5431 commands, with optional arguments:
5432
5433 @table @code
5434 @kindex enable probes
5435 @item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5436 If given, @var{provider} is a regular expression used to match against
5437 provider names when selecting which probes to enable. If omitted,
5438 all probes from all providers are enabled.
5439
5440 If given, @var{name} is a regular expression to match against probe
5441 names when selecting which probes to enable. If omitted, probe names
5442 are not considered when deciding whether to enable them.
5443
5444 If given, @var{objfile} is a regular expression used to select which
5445 object files (executable or shared libraries) to examine. If not
5446 given, all object files are considered.
5447
5448 @kindex disable probes
5449 @item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5450 See the @code{enable probes} command above for a description of the
5451 optional arguments accepted by this command.
5452 @end table
5453
5454 @vindex $_probe_arg@r{, convenience variable}
5455 A probe may specify up to twelve arguments. These are available at the
5456 point at which the probe is defined---that is, when the current PC is
5457 at the probe's location. The arguments are available using the
5458 convenience variables (@pxref{Convenience Vars})
5459 @code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5460 probes each probe argument is an integer of the appropriate size;
5461 types are not preserved. In @code{DTrace} probes types are preserved
5462 provided that they are recognized as such by @value{GDBN}; otherwise
5463 the value of the probe argument will be a long integer. The
5464 convenience variable @code{$_probe_argc} holds the number of arguments
5465 at the current probe point.
5466
5467 These variables are always available, but attempts to access them at
5468 any location other than a probe point will cause @value{GDBN} to give
5469 an error message.
5470
5471
5472 @c @ifclear BARETARGET
5473 @node Error in Breakpoints
5474 @subsection ``Cannot insert breakpoints''
5475
5476 If you request too many active hardware-assisted breakpoints and
5477 watchpoints, you will see this error message:
5478
5479 @c FIXME: the precise wording of this message may change; the relevant
5480 @c source change is not committed yet (Sep 3, 1999).
5481 @smallexample
5482 Stopped; cannot insert breakpoints.
5483 You may have requested too many hardware breakpoints and watchpoints.
5484 @end smallexample
5485
5486 @noindent
5487 This message is printed when you attempt to resume the program, since
5488 only then @value{GDBN} knows exactly how many hardware breakpoints and
5489 watchpoints it needs to insert.
5490
5491 When this message is printed, you need to disable or remove some of the
5492 hardware-assisted breakpoints and watchpoints, and then continue.
5493
5494 @node Breakpoint-related Warnings
5495 @subsection ``Breakpoint address adjusted...''
5496 @cindex breakpoint address adjusted
5497
5498 Some processor architectures place constraints on the addresses at
5499 which breakpoints may be placed. For architectures thus constrained,
5500 @value{GDBN} will attempt to adjust the breakpoint's address to comply
5501 with the constraints dictated by the architecture.
5502
5503 One example of such an architecture is the Fujitsu FR-V. The FR-V is
5504 a VLIW architecture in which a number of RISC-like instructions may be
5505 bundled together for parallel execution. The FR-V architecture
5506 constrains the location of a breakpoint instruction within such a
5507 bundle to the instruction with the lowest address. @value{GDBN}
5508 honors this constraint by adjusting a breakpoint's address to the
5509 first in the bundle.
5510
5511 It is not uncommon for optimized code to have bundles which contain
5512 instructions from different source statements, thus it may happen that
5513 a breakpoint's address will be adjusted from one source statement to
5514 another. Since this adjustment may significantly alter @value{GDBN}'s
5515 breakpoint related behavior from what the user expects, a warning is
5516 printed when the breakpoint is first set and also when the breakpoint
5517 is hit.
5518
5519 A warning like the one below is printed when setting a breakpoint
5520 that's been subject to address adjustment:
5521
5522 @smallexample
5523 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5524 @end smallexample
5525
5526 Such warnings are printed both for user settable and @value{GDBN}'s
5527 internal breakpoints. If you see one of these warnings, you should
5528 verify that a breakpoint set at the adjusted address will have the
5529 desired affect. If not, the breakpoint in question may be removed and
5530 other breakpoints may be set which will have the desired behavior.
5531 E.g., it may be sufficient to place the breakpoint at a later
5532 instruction. A conditional breakpoint may also be useful in some
5533 cases to prevent the breakpoint from triggering too often.
5534
5535 @value{GDBN} will also issue a warning when stopping at one of these
5536 adjusted breakpoints:
5537
5538 @smallexample
5539 warning: Breakpoint 1 address previously adjusted from 0x00010414
5540 to 0x00010410.
5541 @end smallexample
5542
5543 When this warning is encountered, it may be too late to take remedial
5544 action except in cases where the breakpoint is hit earlier or more
5545 frequently than expected.
5546
5547 @node Continuing and Stepping
5548 @section Continuing and Stepping
5549
5550 @cindex stepping
5551 @cindex continuing
5552 @cindex resuming execution
5553 @dfn{Continuing} means resuming program execution until your program
5554 completes normally. In contrast, @dfn{stepping} means executing just
5555 one more ``step'' of your program, where ``step'' may mean either one
5556 line of source code, or one machine instruction (depending on what
5557 particular command you use). Either when continuing or when stepping,
5558 your program may stop even sooner, due to a breakpoint or a signal. (If
5559 it stops due to a signal, you may want to use @code{handle}, or use
5560 @samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
5561 or you may step into the signal's handler (@pxref{stepping and signal
5562 handlers}).)
5563
5564 @table @code
5565 @kindex continue
5566 @kindex c @r{(@code{continue})}
5567 @kindex fg @r{(resume foreground execution)}
5568 @item continue @r{[}@var{ignore-count}@r{]}
5569 @itemx c @r{[}@var{ignore-count}@r{]}
5570 @itemx fg @r{[}@var{ignore-count}@r{]}
5571 Resume program execution, at the address where your program last stopped;
5572 any breakpoints set at that address are bypassed. The optional argument
5573 @var{ignore-count} allows you to specify a further number of times to
5574 ignore a breakpoint at this location; its effect is like that of
5575 @code{ignore} (@pxref{Conditions, ,Break Conditions}).
5576
5577 The argument @var{ignore-count} is meaningful only when your program
5578 stopped due to a breakpoint. At other times, the argument to
5579 @code{continue} is ignored.
5580
5581 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
5582 debugged program is deemed to be the foreground program) are provided
5583 purely for convenience, and have exactly the same behavior as
5584 @code{continue}.
5585 @end table
5586
5587 To resume execution at a different place, you can use @code{return}
5588 (@pxref{Returning, ,Returning from a Function}) to go back to the
5589 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
5590 Different Address}) to go to an arbitrary location in your program.
5591
5592 A typical technique for using stepping is to set a breakpoint
5593 (@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
5594 beginning of the function or the section of your program where a problem
5595 is believed to lie, run your program until it stops at that breakpoint,
5596 and then step through the suspect area, examining the variables that are
5597 interesting, until you see the problem happen.
5598
5599 @table @code
5600 @kindex step
5601 @kindex s @r{(@code{step})}
5602 @item step
5603 Continue running your program until control reaches a different source
5604 line, then stop it and return control to @value{GDBN}. This command is
5605 abbreviated @code{s}.
5606
5607 @quotation
5608 @c "without debugging information" is imprecise; actually "without line
5609 @c numbers in the debugging information". (gcc -g1 has debugging info but
5610 @c not line numbers). But it seems complex to try to make that
5611 @c distinction here.
5612 @emph{Warning:} If you use the @code{step} command while control is
5613 within a function that was compiled without debugging information,
5614 execution proceeds until control reaches a function that does have
5615 debugging information. Likewise, it will not step into a function which
5616 is compiled without debugging information. To step through functions
5617 without debugging information, use the @code{stepi} command, described
5618 below.
5619 @end quotation
5620
5621 The @code{step} command only stops at the first instruction of a source
5622 line. This prevents the multiple stops that could otherwise occur in
5623 @code{switch} statements, @code{for} loops, etc. @code{step} continues
5624 to stop if a function that has debugging information is called within
5625 the line. In other words, @code{step} @emph{steps inside} any functions
5626 called within the line.
5627
5628 Also, the @code{step} command only enters a function if there is line
5629 number information for the function. Otherwise it acts like the
5630 @code{next} command. This avoids problems when using @code{cc -gl}
5631 on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5632 was any debugging information about the routine.
5633
5634 @item step @var{count}
5635 Continue running as in @code{step}, but do so @var{count} times. If a
5636 breakpoint is reached, or a signal not related to stepping occurs before
5637 @var{count} steps, stepping stops right away.
5638
5639 @kindex next
5640 @kindex n @r{(@code{next})}
5641 @item next @r{[}@var{count}@r{]}
5642 Continue to the next source line in the current (innermost) stack frame.
5643 This is similar to @code{step}, but function calls that appear within
5644 the line of code are executed without stopping. Execution stops when
5645 control reaches a different line of code at the original stack level
5646 that was executing when you gave the @code{next} command. This command
5647 is abbreviated @code{n}.
5648
5649 An argument @var{count} is a repeat count, as for @code{step}.
5650
5651
5652 @c FIX ME!! Do we delete this, or is there a way it fits in with
5653 @c the following paragraph? --- Vctoria
5654 @c
5655 @c @code{next} within a function that lacks debugging information acts like
5656 @c @code{step}, but any function calls appearing within the code of the
5657 @c function are executed without stopping.
5658
5659 The @code{next} command only stops at the first instruction of a
5660 source line. This prevents multiple stops that could otherwise occur in
5661 @code{switch} statements, @code{for} loops, etc.
5662
5663 @kindex set step-mode
5664 @item set step-mode
5665 @cindex functions without line info, and stepping
5666 @cindex stepping into functions with no line info
5667 @itemx set step-mode on
5668 The @code{set step-mode on} command causes the @code{step} command to
5669 stop at the first instruction of a function which contains no debug line
5670 information rather than stepping over it.
5671
5672 This is useful in cases where you may be interested in inspecting the
5673 machine instructions of a function which has no symbolic info and do not
5674 want @value{GDBN} to automatically skip over this function.
5675
5676 @item set step-mode off
5677 Causes the @code{step} command to step over any functions which contains no
5678 debug information. This is the default.
5679
5680 @item show step-mode
5681 Show whether @value{GDBN} will stop in or step over functions without
5682 source line debug information.
5683
5684 @kindex finish
5685 @kindex fin @r{(@code{finish})}
5686 @item finish
5687 Continue running until just after function in the selected stack frame
5688 returns. Print the returned value (if any). This command can be
5689 abbreviated as @code{fin}.
5690
5691 Contrast this with the @code{return} command (@pxref{Returning,
5692 ,Returning from a Function}).
5693
5694 @kindex set print finish
5695 @kindex show print finish
5696 @item set print finish @r{[}on|off@r{]}
5697 @itemx show print finish
5698 By default the @code{finish} command will show the value that is
5699 returned by the function. This can be disabled using @code{set print
5700 finish off}. When disabled, the value is still entered into the value
5701 history (@pxref{Value History}), but not displayed.
5702
5703 @kindex until
5704 @kindex u @r{(@code{until})}
5705 @cindex run until specified location
5706 @item until
5707 @itemx u
5708 Continue running until a source line past the current line, in the
5709 current stack frame, is reached. This command is used to avoid single
5710 stepping through a loop more than once. It is like the @code{next}
5711 command, except that when @code{until} encounters a jump, it
5712 automatically continues execution until the program counter is greater
5713 than the address of the jump.
5714
5715 This means that when you reach the end of a loop after single stepping
5716 though it, @code{until} makes your program continue execution until it
5717 exits the loop. In contrast, a @code{next} command at the end of a loop
5718 simply steps back to the beginning of the loop, which forces you to step
5719 through the next iteration.
5720
5721 @code{until} always stops your program if it attempts to exit the current
5722 stack frame.
5723
5724 @code{until} may produce somewhat counterintuitive results if the order
5725 of machine code does not match the order of the source lines. For
5726 example, in the following excerpt from a debugging session, the @code{f}
5727 (@code{frame}) command shows that execution is stopped at line
5728 @code{206}; yet when we use @code{until}, we get to line @code{195}:
5729
5730 @smallexample
5731 (@value{GDBP}) f
5732 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
5733 206 expand_input();
5734 (@value{GDBP}) until
5735 195 for ( ; argc > 0; NEXTARG) @{
5736 @end smallexample
5737
5738 This happened because, for execution efficiency, the compiler had
5739 generated code for the loop closure test at the end, rather than the
5740 start, of the loop---even though the test in a C @code{for}-loop is
5741 written before the body of the loop. The @code{until} command appeared
5742 to step back to the beginning of the loop when it advanced to this
5743 expression; however, it has not really gone to an earlier
5744 statement---not in terms of the actual machine code.
5745
5746 @code{until} with no argument works by means of single
5747 instruction stepping, and hence is slower than @code{until} with an
5748 argument.
5749
5750 @item until @var{location}
5751 @itemx u @var{location}
5752 Continue running your program until either the specified @var{location} is
5753 reached, or the current stack frame returns. The location is any of
5754 the forms described in @ref{Specify Location}.
5755 This form of the command uses temporary breakpoints, and
5756 hence is quicker than @code{until} without an argument. The specified
5757 location is actually reached only if it is in the current frame. This
5758 implies that @code{until} can be used to skip over recursive function
5759 invocations. For instance in the code below, if the current location is
5760 line @code{96}, issuing @code{until 99} will execute the program up to
5761 line @code{99} in the same invocation of factorial, i.e., after the inner
5762 invocations have returned.
5763
5764 @smallexample
5765 94 int factorial (int value)
5766 95 @{
5767 96 if (value > 1) @{
5768 97 value *= factorial (value - 1);
5769 98 @}
5770 99 return (value);
5771 100 @}
5772 @end smallexample
5773
5774
5775 @kindex advance @var{location}
5776 @item advance @var{location}
5777 Continue running the program up to the given @var{location}. An argument is
5778 required, which should be of one of the forms described in
5779 @ref{Specify Location}.
5780 Execution will also stop upon exit from the current stack
5781 frame. This command is similar to @code{until}, but @code{advance} will
5782 not skip over recursive function calls, and the target location doesn't
5783 have to be in the same frame as the current one.
5784
5785
5786 @kindex stepi
5787 @kindex si @r{(@code{stepi})}
5788 @item stepi
5789 @itemx stepi @var{arg}
5790 @itemx si
5791 Execute one machine instruction, then stop and return to the debugger.
5792
5793 It is often useful to do @samp{display/i $pc} when stepping by machine
5794 instructions. This makes @value{GDBN} automatically display the next
5795 instruction to be executed, each time your program stops. @xref{Auto
5796 Display,, Automatic Display}.
5797
5798 An argument is a repeat count, as in @code{step}.
5799
5800 @need 750
5801 @kindex nexti
5802 @kindex ni @r{(@code{nexti})}
5803 @item nexti
5804 @itemx nexti @var{arg}
5805 @itemx ni
5806 Execute one machine instruction, but if it is a function call,
5807 proceed until the function returns.
5808
5809 An argument is a repeat count, as in @code{next}.
5810
5811 @end table
5812
5813 @anchor{range stepping}
5814 @cindex range stepping
5815 @cindex target-assisted range stepping
5816 By default, and if available, @value{GDBN} makes use of
5817 target-assisted @dfn{range stepping}. In other words, whenever you
5818 use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
5819 tells the target to step the corresponding range of instruction
5820 addresses instead of issuing multiple single-steps. This speeds up
5821 line stepping, particularly for remote targets. Ideally, there should
5822 be no reason you would want to turn range stepping off. However, it's
5823 possible that a bug in the debug info, a bug in the remote stub (for
5824 remote targets), or even a bug in @value{GDBN} could make line
5825 stepping behave incorrectly when target-assisted range stepping is
5826 enabled. You can use the following command to turn off range stepping
5827 if necessary:
5828
5829 @table @code
5830 @kindex set range-stepping
5831 @kindex show range-stepping
5832 @item set range-stepping
5833 @itemx show range-stepping
5834 Control whether range stepping is enabled.
5835
5836 If @code{on}, and the target supports it, @value{GDBN} tells the
5837 target to step a range of addresses itself, instead of issuing
5838 multiple single-steps. If @code{off}, @value{GDBN} always issues
5839 single-steps, even if range stepping is supported by the target. The
5840 default is @code{on}.
5841
5842 @end table
5843
5844 @node Skipping Over Functions and Files
5845 @section Skipping Over Functions and Files
5846 @cindex skipping over functions and files
5847
5848 The program you are debugging may contain some functions which are
5849 uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
5850 skip a function, all functions in a file or a particular function in
5851 a particular file when stepping.
5852
5853 For example, consider the following C function:
5854
5855 @smallexample
5856 101 int func()
5857 102 @{
5858 103 foo(boring());
5859 104 bar(boring());
5860 105 @}
5861 @end smallexample
5862
5863 @noindent
5864 Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
5865 are not interested in stepping through @code{boring}. If you run @code{step}
5866 at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
5867 step over both @code{foo} and @code{boring}!
5868
5869 One solution is to @code{step} into @code{boring} and use the @code{finish}
5870 command to immediately exit it. But this can become tedious if @code{boring}
5871 is called from many places.
5872
5873 A more flexible solution is to execute @kbd{skip boring}. This instructs
5874 @value{GDBN} never to step into @code{boring}. Now when you execute
5875 @code{step} at line 103, you'll step over @code{boring} and directly into
5876 @code{foo}.
5877
5878 Functions may be skipped by providing either a function name, linespec
5879 (@pxref{Specify Location}), regular expression that matches the function's
5880 name, file name or a @code{glob}-style pattern that matches the file name.
5881
5882 On Posix systems the form of the regular expression is
5883 ``Extended Regular Expressions''. See for example @samp{man 7 regex}
5884 on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
5885 expression is whatever is provided by the @code{regcomp} function of
5886 the underlying system.
5887 See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
5888 description of @code{glob}-style patterns.
5889
5890 @table @code
5891 @kindex skip
5892 @item skip @r{[}@var{options}@r{]}
5893 The basic form of the @code{skip} command takes zero or more options
5894 that specify what to skip.
5895 The @var{options} argument is any useful combination of the following:
5896
5897 @table @code
5898 @item -file @var{file}
5899 @itemx -fi @var{file}
5900 Functions in @var{file} will be skipped over when stepping.
5901
5902 @item -gfile @var{file-glob-pattern}
5903 @itemx -gfi @var{file-glob-pattern}
5904 @cindex skipping over files via glob-style patterns
5905 Functions in files matching @var{file-glob-pattern} will be skipped
5906 over when stepping.
5907
5908 @smallexample
5909 (gdb) skip -gfi utils/*.c
5910 @end smallexample
5911
5912 @item -function @var{linespec}
5913 @itemx -fu @var{linespec}
5914 Functions named by @var{linespec} or the function containing the line
5915 named by @var{linespec} will be skipped over when stepping.
5916 @xref{Specify Location}.
5917
5918 @item -rfunction @var{regexp}
5919 @itemx -rfu @var{regexp}
5920 @cindex skipping over functions via regular expressions
5921 Functions whose name matches @var{regexp} will be skipped over when stepping.
5922
5923 This form is useful for complex function names.
5924 For example, there is generally no need to step into C@t{++} @code{std::string}
5925 constructors or destructors. Plus with C@t{++} templates it can be hard to
5926 write out the full name of the function, and often it doesn't matter what
5927 the template arguments are. Specifying the function to be skipped as a
5928 regular expression makes this easier.
5929
5930 @smallexample
5931 (gdb) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
5932 @end smallexample
5933
5934 If you want to skip every templated C@t{++} constructor and destructor
5935 in the @code{std} namespace you can do:
5936
5937 @smallexample
5938 (gdb) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
5939 @end smallexample
5940 @end table
5941
5942 If no options are specified, the function you're currently debugging
5943 will be skipped.
5944
5945 @kindex skip function
5946 @item skip function @r{[}@var{linespec}@r{]}
5947 After running this command, the function named by @var{linespec} or the
5948 function containing the line named by @var{linespec} will be skipped over when
5949 stepping. @xref{Specify Location}.
5950
5951 If you do not specify @var{linespec}, the function you're currently debugging
5952 will be skipped.
5953
5954 (If you have a function called @code{file} that you want to skip, use
5955 @kbd{skip function file}.)
5956
5957 @kindex skip file
5958 @item skip file @r{[}@var{filename}@r{]}
5959 After running this command, any function whose source lives in @var{filename}
5960 will be skipped over when stepping.
5961
5962 @smallexample
5963 (gdb) skip file boring.c
5964 File boring.c will be skipped when stepping.
5965 @end smallexample
5966
5967 If you do not specify @var{filename}, functions whose source lives in the file
5968 you're currently debugging will be skipped.
5969 @end table
5970
5971 Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
5972 These are the commands for managing your list of skips:
5973
5974 @table @code
5975 @kindex info skip
5976 @item info skip @r{[}@var{range}@r{]}
5977 Print details about the specified skip(s). If @var{range} is not specified,
5978 print a table with details about all functions and files marked for skipping.
5979 @code{info skip} prints the following information about each skip:
5980
5981 @table @emph
5982 @item Identifier
5983 A number identifying this skip.
5984 @item Enabled or Disabled
5985 Enabled skips are marked with @samp{y}.
5986 Disabled skips are marked with @samp{n}.
5987 @item Glob
5988 If the file name is a @samp{glob} pattern this is @samp{y}.
5989 Otherwise it is @samp{n}.
5990 @item File
5991 The name or @samp{glob} pattern of the file to be skipped.
5992 If no file is specified this is @samp{<none>}.
5993 @item RE
5994 If the function name is a @samp{regular expression} this is @samp{y}.
5995 Otherwise it is @samp{n}.
5996 @item Function
5997 The name or regular expression of the function to skip.
5998 If no function is specified this is @samp{<none>}.
5999 @end table
6000
6001 @kindex skip delete
6002 @item skip delete @r{[}@var{range}@r{]}
6003 Delete the specified skip(s). If @var{range} is not specified, delete all
6004 skips.
6005
6006 @kindex skip enable
6007 @item skip enable @r{[}@var{range}@r{]}
6008 Enable the specified skip(s). If @var{range} is not specified, enable all
6009 skips.
6010
6011 @kindex skip disable
6012 @item skip disable @r{[}@var{range}@r{]}
6013 Disable the specified skip(s). If @var{range} is not specified, disable all
6014 skips.
6015
6016 @kindex set debug skip
6017 @item set debug skip @r{[}on|off@r{]}
6018 Set whether to print the debug output about skipping files and functions.
6019
6020 @kindex show debug skip
6021 @item show debug skip
6022 Show whether the debug output about skipping files and functions is printed.
6023
6024 @end table
6025
6026 @node Signals
6027 @section Signals
6028 @cindex signals
6029
6030 A signal is an asynchronous event that can happen in a program. The
6031 operating system defines the possible kinds of signals, and gives each
6032 kind a name and a number. For example, in Unix @code{SIGINT} is the
6033 signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
6034 @code{SIGSEGV} is the signal a program gets from referencing a place in
6035 memory far away from all the areas in use; @code{SIGALRM} occurs when
6036 the alarm clock timer goes off (which happens only if your program has
6037 requested an alarm).
6038
6039 @cindex fatal signals
6040 Some signals, including @code{SIGALRM}, are a normal part of the
6041 functioning of your program. Others, such as @code{SIGSEGV}, indicate
6042 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
6043 program has not specified in advance some other way to handle the signal.
6044 @code{SIGINT} does not indicate an error in your program, but it is normally
6045 fatal so it can carry out the purpose of the interrupt: to kill the program.
6046
6047 @value{GDBN} has the ability to detect any occurrence of a signal in your
6048 program. You can tell @value{GDBN} in advance what to do for each kind of
6049 signal.
6050
6051 @cindex handling signals
6052 Normally, @value{GDBN} is set up to let the non-erroneous signals like
6053 @code{SIGALRM} be silently passed to your program
6054 (so as not to interfere with their role in the program's functioning)
6055 but to stop your program immediately whenever an error signal happens.
6056 You can change these settings with the @code{handle} command.
6057
6058 @table @code
6059 @kindex info signals
6060 @kindex info handle
6061 @item info signals
6062 @itemx info handle
6063 Print a table of all the kinds of signals and how @value{GDBN} has been told to
6064 handle each one. You can use this to see the signal numbers of all
6065 the defined types of signals.
6066
6067 @item info signals @var{sig}
6068 Similar, but print information only about the specified signal number.
6069
6070 @code{info handle} is an alias for @code{info signals}.
6071
6072 @item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6073 Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6074 for details about this command.
6075
6076 @kindex handle
6077 @item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
6078 Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
6079 can be the number of a signal or its name (with or without the
6080 @samp{SIG} at the beginning); a list of signal numbers of the form
6081 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
6082 known signals. Optional arguments @var{keywords}, described below,
6083 say what change to make.
6084 @end table
6085
6086 @c @group
6087 The keywords allowed by the @code{handle} command can be abbreviated.
6088 Their full names are:
6089
6090 @table @code
6091 @item nostop
6092 @value{GDBN} should not stop your program when this signal happens. It may
6093 still print a message telling you that the signal has come in.
6094
6095 @item stop
6096 @value{GDBN} should stop your program when this signal happens. This implies
6097 the @code{print} keyword as well.
6098
6099 @item print
6100 @value{GDBN} should print a message when this signal happens.
6101
6102 @item noprint
6103 @value{GDBN} should not mention the occurrence of the signal at all. This
6104 implies the @code{nostop} keyword as well.
6105
6106 @item pass
6107 @itemx noignore
6108 @value{GDBN} should allow your program to see this signal; your program
6109 can handle the signal, or else it may terminate if the signal is fatal
6110 and not handled. @code{pass} and @code{noignore} are synonyms.
6111
6112 @item nopass
6113 @itemx ignore
6114 @value{GDBN} should not allow your program to see this signal.
6115 @code{nopass} and @code{ignore} are synonyms.
6116 @end table
6117 @c @end group
6118
6119 When a signal stops your program, the signal is not visible to the
6120 program until you
6121 continue. Your program sees the signal then, if @code{pass} is in
6122 effect for the signal in question @emph{at that time}. In other words,
6123 after @value{GDBN} reports a signal, you can use the @code{handle}
6124 command with @code{pass} or @code{nopass} to control whether your
6125 program sees that signal when you continue.
6126
6127 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6128 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6129 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6130 erroneous signals.
6131
6132 You can also use the @code{signal} command to prevent your program from
6133 seeing a signal, or cause it to see a signal it normally would not see,
6134 or to give it any signal at any time. For example, if your program stopped
6135 due to some sort of memory reference error, you might store correct
6136 values into the erroneous variables and continue, hoping to see more
6137 execution; but your program would probably terminate immediately as
6138 a result of the fatal signal once it saw the signal. To prevent this,
6139 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
6140 Program a Signal}.
6141
6142 @cindex stepping and signal handlers
6143 @anchor{stepping and signal handlers}
6144
6145 @value{GDBN} optimizes for stepping the mainline code. If a signal
6146 that has @code{handle nostop} and @code{handle pass} set arrives while
6147 a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6148 in progress, @value{GDBN} lets the signal handler run and then resumes
6149 stepping the mainline code once the signal handler returns. In other
6150 words, @value{GDBN} steps over the signal handler. This prevents
6151 signals that you've specified as not interesting (with @code{handle
6152 nostop}) from changing the focus of debugging unexpectedly. Note that
6153 the signal handler itself may still hit a breakpoint, stop for another
6154 signal that has @code{handle stop} in effect, or for any other event
6155 that normally results in stopping the stepping command sooner. Also
6156 note that @value{GDBN} still informs you that the program received a
6157 signal if @code{handle print} is set.
6158
6159 @anchor{stepping into signal handlers}
6160
6161 If you set @code{handle pass} for a signal, and your program sets up a
6162 handler for it, then issuing a stepping command, such as @code{step}
6163 or @code{stepi}, when your program is stopped due to the signal will
6164 step @emph{into} the signal handler (if the target supports that).
6165
6166 Likewise, if you use the @code{queue-signal} command to queue a signal
6167 to be delivered to the current thread when execution of the thread
6168 resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6169 stepping command will step into the signal handler.
6170
6171 Here's an example, using @code{stepi} to step to the first instruction
6172 of @code{SIGUSR1}'s handler:
6173
6174 @smallexample
6175 (@value{GDBP}) handle SIGUSR1
6176 Signal Stop Print Pass to program Description
6177 SIGUSR1 Yes Yes Yes User defined signal 1
6178 (@value{GDBP}) c
6179 Continuing.
6180
6181 Program received signal SIGUSR1, User defined signal 1.
6182 main () sigusr1.c:28
6183 28 p = 0;
6184 (@value{GDBP}) si
6185 sigusr1_handler () at sigusr1.c:9
6186 9 @{
6187 @end smallexample
6188
6189 The same, but using @code{queue-signal} instead of waiting for the
6190 program to receive the signal first:
6191
6192 @smallexample
6193 (@value{GDBP}) n
6194 28 p = 0;
6195 (@value{GDBP}) queue-signal SIGUSR1
6196 (@value{GDBP}) si
6197 sigusr1_handler () at sigusr1.c:9
6198 9 @{
6199 (@value{GDBP})
6200 @end smallexample
6201
6202 @cindex extra signal information
6203 @anchor{extra signal information}
6204
6205 On some targets, @value{GDBN} can inspect extra signal information
6206 associated with the intercepted signal, before it is actually
6207 delivered to the program being debugged. This information is exported
6208 by the convenience variable @code{$_siginfo}, and consists of data
6209 that is passed by the kernel to the signal handler at the time of the
6210 receipt of a signal. The data type of the information itself is
6211 target dependent. You can see the data type using the @code{ptype
6212 $_siginfo} command. On Unix systems, it typically corresponds to the
6213 standard @code{siginfo_t} type, as defined in the @file{signal.h}
6214 system header.
6215
6216 Here's an example, on a @sc{gnu}/Linux system, printing the stray
6217 referenced address that raised a segmentation fault.
6218
6219 @smallexample
6220 @group
6221 (@value{GDBP}) continue
6222 Program received signal SIGSEGV, Segmentation fault.
6223 0x0000000000400766 in main ()
6224 69 *(int *)p = 0;
6225 (@value{GDBP}) ptype $_siginfo
6226 type = struct @{
6227 int si_signo;
6228 int si_errno;
6229 int si_code;
6230 union @{
6231 int _pad[28];
6232 struct @{...@} _kill;
6233 struct @{...@} _timer;
6234 struct @{...@} _rt;
6235 struct @{...@} _sigchld;
6236 struct @{...@} _sigfault;
6237 struct @{...@} _sigpoll;
6238 @} _sifields;
6239 @}
6240 (@value{GDBP}) ptype $_siginfo._sifields._sigfault
6241 type = struct @{
6242 void *si_addr;
6243 @}
6244 (@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6245 $1 = (void *) 0x7ffff7ff7000
6246 @end group
6247 @end smallexample
6248
6249 Depending on target support, @code{$_siginfo} may also be writable.
6250
6251 @cindex Intel MPX boundary violations
6252 @cindex boundary violations, Intel MPX
6253 On some targets, a @code{SIGSEGV} can be caused by a boundary
6254 violation, i.e., accessing an address outside of the allowed range.
6255 In those cases @value{GDBN} may displays additional information,
6256 depending on how @value{GDBN} has been told to handle the signal.
6257 With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6258 kind: "Upper" or "Lower", the memory address accessed and the
6259 bounds, while with @code{handle nostop SIGSEGV} no additional
6260 information is displayed.
6261
6262 The usual output of a segfault is:
6263 @smallexample
6264 Program received signal SIGSEGV, Segmentation fault
6265 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6266 68 value = *(p + len);
6267 @end smallexample
6268
6269 While a bound violation is presented as:
6270 @smallexample
6271 Program received signal SIGSEGV, Segmentation fault
6272 Upper bound violation while accessing address 0x7fffffffc3b3
6273 Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
6274 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6275 68 value = *(p + len);
6276 @end smallexample
6277
6278 @node Thread Stops
6279 @section Stopping and Starting Multi-thread Programs
6280
6281 @cindex stopped threads
6282 @cindex threads, stopped
6283
6284 @cindex continuing threads
6285 @cindex threads, continuing
6286
6287 @value{GDBN} supports debugging programs with multiple threads
6288 (@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6289 are two modes of controlling execution of your program within the
6290 debugger. In the default mode, referred to as @dfn{all-stop mode},
6291 when any thread in your program stops (for example, at a breakpoint
6292 or while being stepped), all other threads in the program are also stopped by
6293 @value{GDBN}. On some targets, @value{GDBN} also supports
6294 @dfn{non-stop mode}, in which other threads can continue to run freely while
6295 you examine the stopped thread in the debugger.
6296
6297 @menu
6298 * All-Stop Mode:: All threads stop when GDB takes control
6299 * Non-Stop Mode:: Other threads continue to execute
6300 * Background Execution:: Running your program asynchronously
6301 * Thread-Specific Breakpoints:: Controlling breakpoints
6302 * Interrupted System Calls:: GDB may interfere with system calls
6303 * Observer Mode:: GDB does not alter program behavior
6304 @end menu
6305
6306 @node All-Stop Mode
6307 @subsection All-Stop Mode
6308
6309 @cindex all-stop mode
6310
6311 In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6312 @emph{all} threads of execution stop, not just the current thread. This
6313 allows you to examine the overall state of the program, including
6314 switching between threads, without worrying that things may change
6315 underfoot.
6316
6317 Conversely, whenever you restart the program, @emph{all} threads start
6318 executing. @emph{This is true even when single-stepping} with commands
6319 like @code{step} or @code{next}.
6320
6321 In particular, @value{GDBN} cannot single-step all threads in lockstep.
6322 Since thread scheduling is up to your debugging target's operating
6323 system (not controlled by @value{GDBN}), other threads may
6324 execute more than one statement while the current thread completes a
6325 single step. Moreover, in general other threads stop in the middle of a
6326 statement, rather than at a clean statement boundary, when the program
6327 stops.
6328
6329 You might even find your program stopped in another thread after
6330 continuing or even single-stepping. This happens whenever some other
6331 thread runs into a breakpoint, a signal, or an exception before the
6332 first thread completes whatever you requested.
6333
6334 @cindex automatic thread selection
6335 @cindex switching threads automatically
6336 @cindex threads, automatic switching
6337 Whenever @value{GDBN} stops your program, due to a breakpoint or a
6338 signal, it automatically selects the thread where that breakpoint or
6339 signal happened. @value{GDBN} alerts you to the context switch with a
6340 message such as @samp{[Switching to Thread @var{n}]} to identify the
6341 thread.
6342
6343 On some OSes, you can modify @value{GDBN}'s default behavior by
6344 locking the OS scheduler to allow only a single thread to run.
6345
6346 @table @code
6347 @item set scheduler-locking @var{mode}
6348 @cindex scheduler locking mode
6349 @cindex lock scheduler
6350 Set the scheduler locking mode. It applies to normal execution,
6351 record mode, and replay mode. If it is @code{off}, then there is no
6352 locking and any thread may run at any time. If @code{on}, then only
6353 the current thread may run when the inferior is resumed. The
6354 @code{step} mode optimizes for single-stepping; it prevents other
6355 threads from preempting the current thread while you are stepping, so
6356 that the focus of debugging does not change unexpectedly. Other
6357 threads never get a chance to run when you step, and they are
6358 completely free to run when you use commands like @samp{continue},
6359 @samp{until}, or @samp{finish}. However, unless another thread hits a
6360 breakpoint during its timeslice, @value{GDBN} does not change the
6361 current thread away from the thread that you are debugging. The
6362 @code{replay} mode behaves like @code{off} in record mode and like
6363 @code{on} in replay mode.
6364
6365 @item show scheduler-locking
6366 Display the current scheduler locking mode.
6367 @end table
6368
6369 @cindex resume threads of multiple processes simultaneously
6370 By default, when you issue one of the execution commands such as
6371 @code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6372 threads of the current inferior to run. For example, if @value{GDBN}
6373 is attached to two inferiors, each with two threads, the
6374 @code{continue} command resumes only the two threads of the current
6375 inferior. This is useful, for example, when you debug a program that
6376 forks and you want to hold the parent stopped (so that, for instance,
6377 it doesn't run to exit), while you debug the child. In other
6378 situations, you may not be interested in inspecting the current state
6379 of any of the processes @value{GDBN} is attached to, and you may want
6380 to resume them all until some breakpoint is hit. In the latter case,
6381 you can instruct @value{GDBN} to allow all threads of all the
6382 inferiors to run with the @w{@code{set schedule-multiple}} command.
6383
6384 @table @code
6385 @kindex set schedule-multiple
6386 @item set schedule-multiple
6387 Set the mode for allowing threads of multiple processes to be resumed
6388 when an execution command is issued. When @code{on}, all threads of
6389 all processes are allowed to run. When @code{off}, only the threads
6390 of the current process are resumed. The default is @code{off}. The
6391 @code{scheduler-locking} mode takes precedence when set to @code{on},
6392 or while you are stepping and set to @code{step}.
6393
6394 @item show schedule-multiple
6395 Display the current mode for resuming the execution of threads of
6396 multiple processes.
6397 @end table
6398
6399 @node Non-Stop Mode
6400 @subsection Non-Stop Mode
6401
6402 @cindex non-stop mode
6403
6404 @c This section is really only a place-holder, and needs to be expanded
6405 @c with more details.
6406
6407 For some multi-threaded targets, @value{GDBN} supports an optional
6408 mode of operation in which you can examine stopped program threads in
6409 the debugger while other threads continue to execute freely. This
6410 minimizes intrusion when debugging live systems, such as programs
6411 where some threads have real-time constraints or must continue to
6412 respond to external events. This is referred to as @dfn{non-stop} mode.
6413
6414 In non-stop mode, when a thread stops to report a debugging event,
6415 @emph{only} that thread is stopped; @value{GDBN} does not stop other
6416 threads as well, in contrast to the all-stop mode behavior. Additionally,
6417 execution commands such as @code{continue} and @code{step} apply by default
6418 only to the current thread in non-stop mode, rather than all threads as
6419 in all-stop mode. This allows you to control threads explicitly in
6420 ways that are not possible in all-stop mode --- for example, stepping
6421 one thread while allowing others to run freely, stepping
6422 one thread while holding all others stopped, or stepping several threads
6423 independently and simultaneously.
6424
6425 To enter non-stop mode, use this sequence of commands before you run
6426 or attach to your program:
6427
6428 @smallexample
6429 # If using the CLI, pagination breaks non-stop.
6430 set pagination off
6431
6432 # Finally, turn it on!
6433 set non-stop on
6434 @end smallexample
6435
6436 You can use these commands to manipulate the non-stop mode setting:
6437
6438 @table @code
6439 @kindex set non-stop
6440 @item set non-stop on
6441 Enable selection of non-stop mode.
6442 @item set non-stop off
6443 Disable selection of non-stop mode.
6444 @kindex show non-stop
6445 @item show non-stop
6446 Show the current non-stop enablement setting.
6447 @end table
6448
6449 Note these commands only reflect whether non-stop mode is enabled,
6450 not whether the currently-executing program is being run in non-stop mode.
6451 In particular, the @code{set non-stop} preference is only consulted when
6452 @value{GDBN} starts or connects to the target program, and it is generally
6453 not possible to switch modes once debugging has started. Furthermore,
6454 since not all targets support non-stop mode, even when you have enabled
6455 non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6456 default.
6457
6458 In non-stop mode, all execution commands apply only to the current thread
6459 by default. That is, @code{continue} only continues one thread.
6460 To continue all threads, issue @code{continue -a} or @code{c -a}.
6461
6462 You can use @value{GDBN}'s background execution commands
6463 (@pxref{Background Execution}) to run some threads in the background
6464 while you continue to examine or step others from @value{GDBN}.
6465 The MI execution commands (@pxref{GDB/MI Program Execution}) are
6466 always executed asynchronously in non-stop mode.
6467
6468 Suspending execution is done with the @code{interrupt} command when
6469 running in the background, or @kbd{Ctrl-c} during foreground execution.
6470 In all-stop mode, this stops the whole process;
6471 but in non-stop mode the interrupt applies only to the current thread.
6472 To stop the whole program, use @code{interrupt -a}.
6473
6474 Other execution commands do not currently support the @code{-a} option.
6475
6476 In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
6477 that thread current, as it does in all-stop mode. This is because the
6478 thread stop notifications are asynchronous with respect to @value{GDBN}'s
6479 command interpreter, and it would be confusing if @value{GDBN} unexpectedly
6480 changed to a different thread just as you entered a command to operate on the
6481 previously current thread.
6482
6483 @node Background Execution
6484 @subsection Background Execution
6485
6486 @cindex foreground execution
6487 @cindex background execution
6488 @cindex asynchronous execution
6489 @cindex execution, foreground, background and asynchronous
6490
6491 @value{GDBN}'s execution commands have two variants: the normal
6492 foreground (synchronous) behavior, and a background
6493 (asynchronous) behavior. In foreground execution, @value{GDBN} waits for
6494 the program to report that some thread has stopped before prompting for
6495 another command. In background execution, @value{GDBN} immediately gives
6496 a command prompt so that you can issue other commands while your program runs.
6497
6498 If the target doesn't support async mode, @value{GDBN} issues an error
6499 message if you attempt to use the background execution commands.
6500
6501 @cindex @code{&}, background execution of commands
6502 To specify background execution, add a @code{&} to the command. For example,
6503 the background form of the @code{continue} command is @code{continue&}, or
6504 just @code{c&}. The execution commands that accept background execution
6505 are:
6506
6507 @table @code
6508 @kindex run&
6509 @item run
6510 @xref{Starting, , Starting your Program}.
6511
6512 @item attach
6513 @kindex attach&
6514 @xref{Attach, , Debugging an Already-running Process}.
6515
6516 @item step
6517 @kindex step&
6518 @xref{Continuing and Stepping, step}.
6519
6520 @item stepi
6521 @kindex stepi&
6522 @xref{Continuing and Stepping, stepi}.
6523
6524 @item next
6525 @kindex next&
6526 @xref{Continuing and Stepping, next}.
6527
6528 @item nexti
6529 @kindex nexti&
6530 @xref{Continuing and Stepping, nexti}.
6531
6532 @item continue
6533 @kindex continue&
6534 @xref{Continuing and Stepping, continue}.
6535
6536 @item finish
6537 @kindex finish&
6538 @xref{Continuing and Stepping, finish}.
6539
6540 @item until
6541 @kindex until&
6542 @xref{Continuing and Stepping, until}.
6543
6544 @end table
6545
6546 Background execution is especially useful in conjunction with non-stop
6547 mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
6548 However, you can also use these commands in the normal all-stop mode with
6549 the restriction that you cannot issue another execution command until the
6550 previous one finishes. Examples of commands that are valid in all-stop
6551 mode while the program is running include @code{help} and @code{info break}.
6552
6553 You can interrupt your program while it is running in the background by
6554 using the @code{interrupt} command.
6555
6556 @table @code
6557 @kindex interrupt
6558 @item interrupt
6559 @itemx interrupt -a
6560
6561 Suspend execution of the running program. In all-stop mode,
6562 @code{interrupt} stops the whole process, but in non-stop mode, it stops
6563 only the current thread. To stop the whole program in non-stop mode,
6564 use @code{interrupt -a}.
6565 @end table
6566
6567 @node Thread-Specific Breakpoints
6568 @subsection Thread-Specific Breakpoints
6569
6570 When your program has multiple threads (@pxref{Threads,, Debugging
6571 Programs with Multiple Threads}), you can choose whether to set
6572 breakpoints on all threads, or on a particular thread.
6573
6574 @table @code
6575 @cindex breakpoints and threads
6576 @cindex thread breakpoints
6577 @kindex break @dots{} thread @var{thread-id}
6578 @item break @var{location} thread @var{thread-id}
6579 @itemx break @var{location} thread @var{thread-id} if @dots{}
6580 @var{location} specifies source lines; there are several ways of
6581 writing them (@pxref{Specify Location}), but the effect is always to
6582 specify some source line.
6583
6584 Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
6585 to specify that you only want @value{GDBN} to stop the program when a
6586 particular thread reaches this breakpoint. The @var{thread-id} specifier
6587 is one of the thread identifiers assigned by @value{GDBN}, shown
6588 in the first column of the @samp{info threads} display.
6589
6590 If you do not specify @samp{thread @var{thread-id}} when you set a
6591 breakpoint, the breakpoint applies to @emph{all} threads of your
6592 program.
6593
6594 You can use the @code{thread} qualifier on conditional breakpoints as
6595 well; in this case, place @samp{thread @var{thread-id}} before or
6596 after the breakpoint condition, like this:
6597
6598 @smallexample
6599 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
6600 @end smallexample
6601
6602 @end table
6603
6604 Thread-specific breakpoints are automatically deleted when
6605 @value{GDBN} detects the corresponding thread is no longer in the
6606 thread list. For example:
6607
6608 @smallexample
6609 (@value{GDBP}) c
6610 Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
6611 @end smallexample
6612
6613 There are several ways for a thread to disappear, such as a regular
6614 thread exit, but also when you detach from the process with the
6615 @code{detach} command (@pxref{Attach, ,Debugging an Already-running
6616 Process}), or if @value{GDBN} loses the remote connection
6617 (@pxref{Remote Debugging}), etc. Note that with some targets,
6618 @value{GDBN} is only able to detect a thread has exited when the user
6619 explictly asks for the thread list with the @code{info threads}
6620 command.
6621
6622 @node Interrupted System Calls
6623 @subsection Interrupted System Calls
6624
6625 @cindex thread breakpoints and system calls
6626 @cindex system calls and thread breakpoints
6627 @cindex premature return from system calls
6628 There is an unfortunate side effect when using @value{GDBN} to debug
6629 multi-threaded programs. If one thread stops for a
6630 breakpoint, or for some other reason, and another thread is blocked in a
6631 system call, then the system call may return prematurely. This is a
6632 consequence of the interaction between multiple threads and the signals
6633 that @value{GDBN} uses to implement breakpoints and other events that
6634 stop execution.
6635
6636 To handle this problem, your program should check the return value of
6637 each system call and react appropriately. This is good programming
6638 style anyways.
6639
6640 For example, do not write code like this:
6641
6642 @smallexample
6643 sleep (10);
6644 @end smallexample
6645
6646 The call to @code{sleep} will return early if a different thread stops
6647 at a breakpoint or for some other reason.
6648
6649 Instead, write this:
6650
6651 @smallexample
6652 int unslept = 10;
6653 while (unslept > 0)
6654 unslept = sleep (unslept);
6655 @end smallexample
6656
6657 A system call is allowed to return early, so the system is still
6658 conforming to its specification. But @value{GDBN} does cause your
6659 multi-threaded program to behave differently than it would without
6660 @value{GDBN}.
6661
6662 Also, @value{GDBN} uses internal breakpoints in the thread library to
6663 monitor certain events such as thread creation and thread destruction.
6664 When such an event happens, a system call in another thread may return
6665 prematurely, even though your program does not appear to stop.
6666
6667 @node Observer Mode
6668 @subsection Observer Mode
6669
6670 If you want to build on non-stop mode and observe program behavior
6671 without any chance of disruption by @value{GDBN}, you can set
6672 variables to disable all of the debugger's attempts to modify state,
6673 whether by writing memory, inserting breakpoints, etc. These operate
6674 at a low level, intercepting operations from all commands.
6675
6676 When all of these are set to @code{off}, then @value{GDBN} is said to
6677 be @dfn{observer mode}. As a convenience, the variable
6678 @code{observer} can be set to disable these, plus enable non-stop
6679 mode.
6680
6681 Note that @value{GDBN} will not prevent you from making nonsensical
6682 combinations of these settings. For instance, if you have enabled
6683 @code{may-insert-breakpoints} but disabled @code{may-write-memory},
6684 then breakpoints that work by writing trap instructions into the code
6685 stream will still not be able to be placed.
6686
6687 @table @code
6688
6689 @kindex observer
6690 @item set observer on
6691 @itemx set observer off
6692 When set to @code{on}, this disables all the permission variables
6693 below (except for @code{insert-fast-tracepoints}), plus enables
6694 non-stop debugging. Setting this to @code{off} switches back to
6695 normal debugging, though remaining in non-stop mode.
6696
6697 @item show observer
6698 Show whether observer mode is on or off.
6699
6700 @kindex may-write-registers
6701 @item set may-write-registers on
6702 @itemx set may-write-registers off
6703 This controls whether @value{GDBN} will attempt to alter the values of
6704 registers, such as with assignment expressions in @code{print}, or the
6705 @code{jump} command. It defaults to @code{on}.
6706
6707 @item show may-write-registers
6708 Show the current permission to write registers.
6709
6710 @kindex may-write-memory
6711 @item set may-write-memory on
6712 @itemx set may-write-memory off
6713 This controls whether @value{GDBN} will attempt to alter the contents
6714 of memory, such as with assignment expressions in @code{print}. It
6715 defaults to @code{on}.
6716
6717 @item show may-write-memory
6718 Show the current permission to write memory.
6719
6720 @kindex may-insert-breakpoints
6721 @item set may-insert-breakpoints on
6722 @itemx set may-insert-breakpoints off
6723 This controls whether @value{GDBN} will attempt to insert breakpoints.
6724 This affects all breakpoints, including internal breakpoints defined
6725 by @value{GDBN}. It defaults to @code{on}.
6726
6727 @item show may-insert-breakpoints
6728 Show the current permission to insert breakpoints.
6729
6730 @kindex may-insert-tracepoints
6731 @item set may-insert-tracepoints on
6732 @itemx set may-insert-tracepoints off
6733 This controls whether @value{GDBN} will attempt to insert (regular)
6734 tracepoints at the beginning of a tracing experiment. It affects only
6735 non-fast tracepoints, fast tracepoints being under the control of
6736 @code{may-insert-fast-tracepoints}. It defaults to @code{on}.
6737
6738 @item show may-insert-tracepoints
6739 Show the current permission to insert tracepoints.
6740
6741 @kindex may-insert-fast-tracepoints
6742 @item set may-insert-fast-tracepoints on
6743 @itemx set may-insert-fast-tracepoints off
6744 This controls whether @value{GDBN} will attempt to insert fast
6745 tracepoints at the beginning of a tracing experiment. It affects only
6746 fast tracepoints, regular (non-fast) tracepoints being under the
6747 control of @code{may-insert-tracepoints}. It defaults to @code{on}.
6748
6749 @item show may-insert-fast-tracepoints
6750 Show the current permission to insert fast tracepoints.
6751
6752 @kindex may-interrupt
6753 @item set may-interrupt on
6754 @itemx set may-interrupt off
6755 This controls whether @value{GDBN} will attempt to interrupt or stop
6756 program execution. When this variable is @code{off}, the
6757 @code{interrupt} command will have no effect, nor will
6758 @kbd{Ctrl-c}. It defaults to @code{on}.
6759
6760 @item show may-interrupt
6761 Show the current permission to interrupt or stop the program.
6762
6763 @end table
6764
6765 @node Reverse Execution
6766 @chapter Running programs backward
6767 @cindex reverse execution
6768 @cindex running programs backward
6769
6770 When you are debugging a program, it is not unusual to realize that
6771 you have gone too far, and some event of interest has already happened.
6772 If the target environment supports it, @value{GDBN} can allow you to
6773 ``rewind'' the program by running it backward.
6774
6775 A target environment that supports reverse execution should be able
6776 to ``undo'' the changes in machine state that have taken place as the
6777 program was executing normally. Variables, registers etc.@: should
6778 revert to their previous values. Obviously this requires a great
6779 deal of sophistication on the part of the target environment; not
6780 all target environments can support reverse execution.
6781
6782 When a program is executed in reverse, the instructions that
6783 have most recently been executed are ``un-executed'', in reverse
6784 order. The program counter runs backward, following the previous
6785 thread of execution in reverse. As each instruction is ``un-executed'',
6786 the values of memory and/or registers that were changed by that
6787 instruction are reverted to their previous states. After executing
6788 a piece of source code in reverse, all side effects of that code
6789 should be ``undone'', and all variables should be returned to their
6790 prior values@footnote{
6791 Note that some side effects are easier to undo than others. For instance,
6792 memory and registers are relatively easy, but device I/O is hard. Some
6793 targets may be able undo things like device I/O, and some may not.
6794
6795 The contract between @value{GDBN} and the reverse executing target
6796 requires only that the target do something reasonable when
6797 @value{GDBN} tells it to execute backwards, and then report the
6798 results back to @value{GDBN}. Whatever the target reports back to
6799 @value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
6800 assumes that the memory and registers that the target reports are in a
6801 consistant state, but @value{GDBN} accepts whatever it is given.
6802 }.
6803
6804 On some platforms, @value{GDBN} has built-in support for reverse
6805 execution, activated with the @code{record} or @code{record btrace}
6806 commands. @xref{Process Record and Replay}. Some remote targets,
6807 typically full system emulators, support reverse execution directly
6808 without requiring any special command.
6809
6810 If you are debugging in a target environment that supports
6811 reverse execution, @value{GDBN} provides the following commands.
6812
6813 @table @code
6814 @kindex reverse-continue
6815 @kindex rc @r{(@code{reverse-continue})}
6816 @item reverse-continue @r{[}@var{ignore-count}@r{]}
6817 @itemx rc @r{[}@var{ignore-count}@r{]}
6818 Beginning at the point where your program last stopped, start executing
6819 in reverse. Reverse execution will stop for breakpoints and synchronous
6820 exceptions (signals), just like normal execution. Behavior of
6821 asynchronous signals depends on the target environment.
6822
6823 @kindex reverse-step
6824 @kindex rs @r{(@code{step})}
6825 @item reverse-step @r{[}@var{count}@r{]}
6826 Run the program backward until control reaches the start of a
6827 different source line; then stop it, and return control to @value{GDBN}.
6828
6829 Like the @code{step} command, @code{reverse-step} will only stop
6830 at the beginning of a source line. It ``un-executes'' the previously
6831 executed source line. If the previous source line included calls to
6832 debuggable functions, @code{reverse-step} will step (backward) into
6833 the called function, stopping at the beginning of the @emph{last}
6834 statement in the called function (typically a return statement).
6835
6836 Also, as with the @code{step} command, if non-debuggable functions are
6837 called, @code{reverse-step} will run thru them backward without stopping.
6838
6839 @kindex reverse-stepi
6840 @kindex rsi @r{(@code{reverse-stepi})}
6841 @item reverse-stepi @r{[}@var{count}@r{]}
6842 Reverse-execute one machine instruction. Note that the instruction
6843 to be reverse-executed is @emph{not} the one pointed to by the program
6844 counter, but the instruction executed prior to that one. For instance,
6845 if the last instruction was a jump, @code{reverse-stepi} will take you
6846 back from the destination of the jump to the jump instruction itself.
6847
6848 @kindex reverse-next
6849 @kindex rn @r{(@code{reverse-next})}
6850 @item reverse-next @r{[}@var{count}@r{]}
6851 Run backward to the beginning of the previous line executed in
6852 the current (innermost) stack frame. If the line contains function
6853 calls, they will be ``un-executed'' without stopping. Starting from
6854 the first line of a function, @code{reverse-next} will take you back
6855 to the caller of that function, @emph{before} the function was called,
6856 just as the normal @code{next} command would take you from the last
6857 line of a function back to its return to its caller
6858 @footnote{Unless the code is too heavily optimized.}.
6859
6860 @kindex reverse-nexti
6861 @kindex rni @r{(@code{reverse-nexti})}
6862 @item reverse-nexti @r{[}@var{count}@r{]}
6863 Like @code{nexti}, @code{reverse-nexti} executes a single instruction
6864 in reverse, except that called functions are ``un-executed'' atomically.
6865 That is, if the previously executed instruction was a return from
6866 another function, @code{reverse-nexti} will continue to execute
6867 in reverse until the call to that function (from the current stack
6868 frame) is reached.
6869
6870 @kindex reverse-finish
6871 @item reverse-finish
6872 Just as the @code{finish} command takes you to the point where the
6873 current function returns, @code{reverse-finish} takes you to the point
6874 where it was called. Instead of ending up at the end of the current
6875 function invocation, you end up at the beginning.
6876
6877 @kindex set exec-direction
6878 @item set exec-direction
6879 Set the direction of target execution.
6880 @item set exec-direction reverse
6881 @cindex execute forward or backward in time
6882 @value{GDBN} will perform all execution commands in reverse, until the
6883 exec-direction mode is changed to ``forward''. Affected commands include
6884 @code{step, stepi, next, nexti, continue, and finish}. The @code{return}
6885 command cannot be used in reverse mode.
6886 @item set exec-direction forward
6887 @value{GDBN} will perform all execution commands in the normal fashion.
6888 This is the default.
6889 @end table
6890
6891
6892 @node Process Record and Replay
6893 @chapter Recording Inferior's Execution and Replaying It
6894 @cindex process record and replay
6895 @cindex recording inferior's execution and replaying it
6896
6897 On some platforms, @value{GDBN} provides a special @dfn{process record
6898 and replay} target that can record a log of the process execution, and
6899 replay it later with both forward and reverse execution commands.
6900
6901 @cindex replay mode
6902 When this target is in use, if the execution log includes the record
6903 for the next instruction, @value{GDBN} will debug in @dfn{replay
6904 mode}. In the replay mode, the inferior does not really execute code
6905 instructions. Instead, all the events that normally happen during
6906 code execution are taken from the execution log. While code is not
6907 really executed in replay mode, the values of registers (including the
6908 program counter register) and the memory of the inferior are still
6909 changed as they normally would. Their contents are taken from the
6910 execution log.
6911
6912 @cindex record mode
6913 If the record for the next instruction is not in the execution log,
6914 @value{GDBN} will debug in @dfn{record mode}. In this mode, the
6915 inferior executes normally, and @value{GDBN} records the execution log
6916 for future replay.
6917
6918 The process record and replay target supports reverse execution
6919 (@pxref{Reverse Execution}), even if the platform on which the
6920 inferior runs does not. However, the reverse execution is limited in
6921 this case by the range of the instructions recorded in the execution
6922 log. In other words, reverse execution on platforms that don't
6923 support it directly can only be done in the replay mode.
6924
6925 When debugging in the reverse direction, @value{GDBN} will work in
6926 replay mode as long as the execution log includes the record for the
6927 previous instruction; otherwise, it will work in record mode, if the
6928 platform supports reverse execution, or stop if not.
6929
6930 Currently, process record and replay is supported on ARM, Aarch64,
6931 Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
6932 GNU/Linux. Process record and replay can be used both when native
6933 debugging, and when remote debugging via @code{gdbserver}.
6934
6935 For architecture environments that support process record and replay,
6936 @value{GDBN} provides the following commands:
6937
6938 @table @code
6939 @kindex target record
6940 @kindex target record-full
6941 @kindex target record-btrace
6942 @kindex record
6943 @kindex record full
6944 @kindex record btrace
6945 @kindex record btrace bts
6946 @kindex record btrace pt
6947 @kindex record bts
6948 @kindex record pt
6949 @kindex rec
6950 @kindex rec full
6951 @kindex rec btrace
6952 @kindex rec btrace bts
6953 @kindex rec btrace pt
6954 @kindex rec bts
6955 @kindex rec pt
6956 @item record @var{method}
6957 This command starts the process record and replay target. The
6958 recording method can be specified as parameter. Without a parameter
6959 the command uses the @code{full} recording method. The following
6960 recording methods are available:
6961
6962 @table @code
6963 @item full
6964 Full record/replay recording using @value{GDBN}'s software record and
6965 replay implementation. This method allows replaying and reverse
6966 execution.
6967
6968 @item btrace @var{format}
6969 Hardware-supported instruction recording, supported on Intel
6970 processors. This method does not record data. Further, the data is
6971 collected in a ring buffer so old data will be overwritten when the
6972 buffer is full. It allows limited reverse execution. Variables and
6973 registers are not available during reverse execution. In remote
6974 debugging, recording continues on disconnect. Recorded data can be
6975 inspected after reconnecting. The recording may be stopped using
6976 @code{record stop}.
6977
6978 The recording format can be specified as parameter. Without a parameter
6979 the command chooses the recording format. The following recording
6980 formats are available:
6981
6982 @table @code
6983 @item bts
6984 @cindex branch trace store
6985 Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
6986 this format, the processor stores a from/to record for each executed
6987 branch in the btrace ring buffer.
6988
6989 @item pt
6990 @cindex Intel Processor Trace
6991 Use the @dfn{Intel Processor Trace} recording format. In this
6992 format, the processor stores the execution trace in a compressed form
6993 that is afterwards decoded by @value{GDBN}.
6994
6995 The trace can be recorded with very low overhead. The compressed
6996 trace format also allows small trace buffers to already contain a big
6997 number of instructions compared to @acronym{BTS}.
6998
6999 Decoding the recorded execution trace, on the other hand, is more
7000 expensive than decoding @acronym{BTS} trace. This is mostly due to the
7001 increased number of instructions to process. You should increase the
7002 buffer-size with care.
7003 @end table
7004
7005 Not all recording formats may be available on all processors.
7006 @end table
7007
7008 The process record and replay target can only debug a process that is
7009 already running. Therefore, you need first to start the process with
7010 the @kbd{run} or @kbd{start} commands, and then start the recording
7011 with the @kbd{record @var{method}} command.
7012
7013 @cindex displaced stepping, and process record and replay
7014 Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7015 will be automatically disabled when process record and replay target
7016 is started. That's because the process record and replay target
7017 doesn't support displaced stepping.
7018
7019 @cindex non-stop mode, and process record and replay
7020 @cindex asynchronous execution, and process record and replay
7021 If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
7022 the asynchronous execution mode (@pxref{Background Execution}), not
7023 all recording methods are available. The @code{full} recording method
7024 does not support these two modes.
7025
7026 @kindex record stop
7027 @kindex rec s
7028 @item record stop
7029 Stop the process record and replay target. When process record and
7030 replay target stops, the entire execution log will be deleted and the
7031 inferior will either be terminated, or will remain in its final state.
7032
7033 When you stop the process record and replay target in record mode (at
7034 the end of the execution log), the inferior will be stopped at the
7035 next instruction that would have been recorded. In other words, if
7036 you record for a while and then stop recording, the inferior process
7037 will be left in the same state as if the recording never happened.
7038
7039 On the other hand, if the process record and replay target is stopped
7040 while in replay mode (that is, not at the end of the execution log,
7041 but at some earlier point), the inferior process will become ``live''
7042 at that earlier state, and it will then be possible to continue the
7043 usual ``live'' debugging of the process from that state.
7044
7045 When the inferior process exits, or @value{GDBN} detaches from it,
7046 process record and replay target will automatically stop itself.
7047
7048 @kindex record goto
7049 @item record goto
7050 Go to a specific location in the execution log. There are several
7051 ways to specify the location to go to:
7052
7053 @table @code
7054 @item record goto begin
7055 @itemx record goto start
7056 Go to the beginning of the execution log.
7057
7058 @item record goto end
7059 Go to the end of the execution log.
7060
7061 @item record goto @var{n}
7062 Go to instruction number @var{n} in the execution log.
7063 @end table
7064
7065 @kindex record save
7066 @item record save @var{filename}
7067 Save the execution log to a file @file{@var{filename}}.
7068 Default filename is @file{gdb_record.@var{process_id}}, where
7069 @var{process_id} is the process ID of the inferior.
7070
7071 This command may not be available for all recording methods.
7072
7073 @kindex record restore
7074 @item record restore @var{filename}
7075 Restore the execution log from a file @file{@var{filename}}.
7076 File must have been created with @code{record save}.
7077
7078 @kindex set record full
7079 @item set record full insn-number-max @var{limit}
7080 @itemx set record full insn-number-max unlimited
7081 Set the limit of instructions to be recorded for the @code{full}
7082 recording method. Default value is 200000.
7083
7084 If @var{limit} is a positive number, then @value{GDBN} will start
7085 deleting instructions from the log once the number of the record
7086 instructions becomes greater than @var{limit}. For every new recorded
7087 instruction, @value{GDBN} will delete the earliest recorded
7088 instruction to keep the number of recorded instructions at the limit.
7089 (Since deleting recorded instructions loses information, @value{GDBN}
7090 lets you control what happens when the limit is reached, by means of
7091 the @code{stop-at-limit} option, described below.)
7092
7093 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7094 delete recorded instructions from the execution log. The number of
7095 recorded instructions is limited only by the available memory.
7096
7097 @kindex show record full
7098 @item show record full insn-number-max
7099 Show the limit of instructions to be recorded with the @code{full}
7100 recording method.
7101
7102 @item set record full stop-at-limit
7103 Control the behavior of the @code{full} recording method when the
7104 number of recorded instructions reaches the limit. If ON (the
7105 default), @value{GDBN} will stop when the limit is reached for the
7106 first time and ask you whether you want to stop the inferior or
7107 continue running it and recording the execution log. If you decide
7108 to continue recording, each new recorded instruction will cause the
7109 oldest one to be deleted.
7110
7111 If this option is OFF, @value{GDBN} will automatically delete the
7112 oldest record to make room for each new one, without asking.
7113
7114 @item show record full stop-at-limit
7115 Show the current setting of @code{stop-at-limit}.
7116
7117 @item set record full memory-query
7118 Control the behavior when @value{GDBN} is unable to record memory
7119 changes caused by an instruction for the @code{full} recording method.
7120 If ON, @value{GDBN} will query whether to stop the inferior in that
7121 case.
7122
7123 If this option is OFF (the default), @value{GDBN} will automatically
7124 ignore the effect of such instructions on memory. Later, when
7125 @value{GDBN} replays this execution log, it will mark the log of this
7126 instruction as not accessible, and it will not affect the replay
7127 results.
7128
7129 @item show record full memory-query
7130 Show the current setting of @code{memory-query}.
7131
7132 @kindex set record btrace
7133 The @code{btrace} record target does not trace data. As a
7134 convenience, when replaying, @value{GDBN} reads read-only memory off
7135 the live program directly, assuming that the addresses of the
7136 read-only areas don't change. This for example makes it possible to
7137 disassemble code while replaying, but not to print variables.
7138 In some cases, being able to inspect variables might be useful.
7139 You can use the following command for that:
7140
7141 @item set record btrace replay-memory-access
7142 Control the behavior of the @code{btrace} recording method when
7143 accessing memory during replay. If @code{read-only} (the default),
7144 @value{GDBN} will only allow accesses to read-only memory.
7145 If @code{read-write}, @value{GDBN} will allow accesses to read-only
7146 and to read-write memory. Beware that the accessed memory corresponds
7147 to the live target and not necessarily to the current replay
7148 position.
7149
7150 @item set record btrace cpu @var{identifier}
7151 Set the processor to be used for enabling workarounds for processor
7152 errata when decoding the trace.
7153
7154 Processor errata are defects in processor operation, caused by its
7155 design or manufacture. They can cause a trace not to match the
7156 specification. This, in turn, may cause trace decode to fail.
7157 @value{GDBN} can detect erroneous trace packets and correct them, thus
7158 avoiding the decoding failures. These corrections are known as
7159 @dfn{errata workarounds}, and are enabled based on the processor on
7160 which the trace was recorded.
7161
7162 By default, @value{GDBN} attempts to detect the processor
7163 automatically, and apply the necessary workarounds for it. However,
7164 you may need to specify the processor if @value{GDBN} does not yet
7165 support it. This command allows you to do that, and also allows to
7166 disable the workarounds.
7167
7168 The argument @var{identifier} identifies the @sc{cpu} and is of the
7169 form: @code{@var{vendor}:@var{procesor identifier}}. In addition,
7170 there are two special identifiers, @code{none} and @code{auto}
7171 (default).
7172
7173 The following vendor identifiers and corresponding processor
7174 identifiers are currently supported:
7175
7176 @multitable @columnfractions .1 .9
7177
7178 @item @code{intel}
7179 @tab @var{family}/@var{model}[/@var{stepping}]
7180
7181 @end multitable
7182
7183 On GNU/Linux systems, the processor @var{family}, @var{model}, and
7184 @var{stepping} can be obtained from @code{/proc/cpuinfo}.
7185
7186 If @var{identifier} is @code{auto}, enable errata workarounds for the
7187 processor on which the trace was recorded. If @var{identifier} is
7188 @code{none}, errata workarounds are disabled.
7189
7190 For example, when using an old @value{GDBN} on a new system, decode
7191 may fail because @value{GDBN} does not support the new processor. It
7192 often suffices to specify an older processor that @value{GDBN}
7193 supports.
7194
7195 @smallexample
7196 (gdb) info record
7197 Active record target: record-btrace
7198 Recording format: Intel Processor Trace.
7199 Buffer size: 16kB.
7200 Failed to configure the Intel Processor Trace decoder: unknown cpu.
7201 (gdb) set record btrace cpu intel:6/158
7202 (gdb) info record
7203 Active record target: record-btrace
7204 Recording format: Intel Processor Trace.
7205 Buffer size: 16kB.
7206 Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7207 @end smallexample
7208
7209 @kindex show record btrace
7210 @item show record btrace replay-memory-access
7211 Show the current setting of @code{replay-memory-access}.
7212
7213 @item show record btrace cpu
7214 Show the processor to be used for enabling trace decode errata
7215 workarounds.
7216
7217 @kindex set record btrace bts
7218 @item set record btrace bts buffer-size @var{size}
7219 @itemx set record btrace bts buffer-size unlimited
7220 Set the requested ring buffer size for branch tracing in @acronym{BTS}
7221 format. Default is 64KB.
7222
7223 If @var{size} is a positive number, then @value{GDBN} will try to
7224 allocate a buffer of at least @var{size} bytes for each new thread
7225 that uses the btrace recording method and the @acronym{BTS} format.
7226 The actually obtained buffer size may differ from the requested
7227 @var{size}. Use the @code{info record} command to see the actual
7228 buffer size for each thread that uses the btrace recording method and
7229 the @acronym{BTS} format.
7230
7231 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7232 allocate a buffer of 4MB.
7233
7234 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7235 also need longer to process the branch trace data before it can be used.
7236
7237 @item show record btrace bts buffer-size @var{size}
7238 Show the current setting of the requested ring buffer size for branch
7239 tracing in @acronym{BTS} format.
7240
7241 @kindex set record btrace pt
7242 @item set record btrace pt buffer-size @var{size}
7243 @itemx set record btrace pt buffer-size unlimited
7244 Set the requested ring buffer size for branch tracing in Intel
7245 Processor Trace format. Default is 16KB.
7246
7247 If @var{size} is a positive number, then @value{GDBN} will try to
7248 allocate a buffer of at least @var{size} bytes for each new thread
7249 that uses the btrace recording method and the Intel Processor Trace
7250 format. The actually obtained buffer size may differ from the
7251 requested @var{size}. Use the @code{info record} command to see the
7252 actual buffer size for each thread.
7253
7254 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7255 allocate a buffer of 4MB.
7256
7257 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7258 also need longer to process the branch trace data before it can be used.
7259
7260 @item show record btrace pt buffer-size @var{size}
7261 Show the current setting of the requested ring buffer size for branch
7262 tracing in Intel Processor Trace format.
7263
7264 @kindex info record
7265 @item info record
7266 Show various statistics about the recording depending on the recording
7267 method:
7268
7269 @table @code
7270 @item full
7271 For the @code{full} recording method, it shows the state of process
7272 record and its in-memory execution log buffer, including:
7273
7274 @itemize @bullet
7275 @item
7276 Whether in record mode or replay mode.
7277 @item
7278 Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7279 @item
7280 Highest recorded instruction number.
7281 @item
7282 Current instruction about to be replayed (if in replay mode).
7283 @item
7284 Number of instructions contained in the execution log.
7285 @item
7286 Maximum number of instructions that may be contained in the execution log.
7287 @end itemize
7288
7289 @item btrace
7290 For the @code{btrace} recording method, it shows:
7291
7292 @itemize @bullet
7293 @item
7294 Recording format.
7295 @item
7296 Number of instructions that have been recorded.
7297 @item
7298 Number of blocks of sequential control-flow formed by the recorded
7299 instructions.
7300 @item
7301 Whether in record mode or replay mode.
7302 @end itemize
7303
7304 For the @code{bts} recording format, it also shows:
7305 @itemize @bullet
7306 @item
7307 Size of the perf ring buffer.
7308 @end itemize
7309
7310 For the @code{pt} recording format, it also shows:
7311 @itemize @bullet
7312 @item
7313 Size of the perf ring buffer.
7314 @end itemize
7315 @end table
7316
7317 @kindex record delete
7318 @kindex rec del
7319 @item record delete
7320 When record target runs in replay mode (``in the past''), delete the
7321 subsequent execution log and begin to record a new execution log starting
7322 from the current address. This means you will abandon the previously
7323 recorded ``future'' and begin recording a new ``future''.
7324
7325 @kindex record instruction-history
7326 @kindex rec instruction-history
7327 @item record instruction-history
7328 Disassembles instructions from the recorded execution log. By
7329 default, ten instructions are disassembled. This can be changed using
7330 the @code{set record instruction-history-size} command. Instructions
7331 are printed in execution order.
7332
7333 It can also print mixed source+disassembly if you specify the the
7334 @code{/m} or @code{/s} modifier, and print the raw instructions in hex
7335 as well as in symbolic form by specifying the @code{/r} modifier.
7336
7337 The current position marker is printed for the instruction at the
7338 current program counter value. This instruction can appear multiple
7339 times in the trace and the current position marker will be printed
7340 every time. To omit the current position marker, specify the
7341 @code{/p} modifier.
7342
7343 To better align the printed instructions when the trace contains
7344 instructions from more than one function, the function name may be
7345 omitted by specifying the @code{/f} modifier.
7346
7347 Speculatively executed instructions are prefixed with @samp{?}. This
7348 feature is not available for all recording formats.
7349
7350 There are several ways to specify what part of the execution log to
7351 disassemble:
7352
7353 @table @code
7354 @item record instruction-history @var{insn}
7355 Disassembles ten instructions starting from instruction number
7356 @var{insn}.
7357
7358 @item record instruction-history @var{insn}, +/-@var{n}
7359 Disassembles @var{n} instructions around instruction number
7360 @var{insn}. If @var{n} is preceded with @code{+}, disassembles
7361 @var{n} instructions after instruction number @var{insn}. If
7362 @var{n} is preceded with @code{-}, disassembles @var{n}
7363 instructions before instruction number @var{insn}.
7364
7365 @item record instruction-history
7366 Disassembles ten more instructions after the last disassembly.
7367
7368 @item record instruction-history -
7369 Disassembles ten more instructions before the last disassembly.
7370
7371 @item record instruction-history @var{begin}, @var{end}
7372 Disassembles instructions beginning with instruction number
7373 @var{begin} until instruction number @var{end}. The instruction
7374 number @var{end} is included.
7375 @end table
7376
7377 This command may not be available for all recording methods.
7378
7379 @kindex set record
7380 @item set record instruction-history-size @var{size}
7381 @itemx set record instruction-history-size unlimited
7382 Define how many instructions to disassemble in the @code{record
7383 instruction-history} command. The default value is 10.
7384 A @var{size} of @code{unlimited} means unlimited instructions.
7385
7386 @kindex show record
7387 @item show record instruction-history-size
7388 Show how many instructions to disassemble in the @code{record
7389 instruction-history} command.
7390
7391 @kindex record function-call-history
7392 @kindex rec function-call-history
7393 @item record function-call-history
7394 Prints the execution history at function granularity. It prints one
7395 line for each sequence of instructions that belong to the same
7396 function giving the name of that function, the source lines
7397 for this instruction sequence (if the @code{/l} modifier is
7398 specified), and the instructions numbers that form the sequence (if
7399 the @code{/i} modifier is specified). The function names are indented
7400 to reflect the call stack depth if the @code{/c} modifier is
7401 specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
7402 given together.
7403
7404 @smallexample
7405 (@value{GDBP}) @b{list 1, 10}
7406 1 void foo (void)
7407 2 @{
7408 3 @}
7409 4
7410 5 void bar (void)
7411 6 @{
7412 7 ...
7413 8 foo ();
7414 9 ...
7415 10 @}
7416 (@value{GDBP}) @b{record function-call-history /ilc}
7417 1 bar inst 1,4 at foo.c:6,8
7418 2 foo inst 5,10 at foo.c:2,3
7419 3 bar inst 11,13 at foo.c:9,10
7420 @end smallexample
7421
7422 By default, ten lines are printed. This can be changed using the
7423 @code{set record function-call-history-size} command. Functions are
7424 printed in execution order. There are several ways to specify what
7425 to print:
7426
7427 @table @code
7428 @item record function-call-history @var{func}
7429 Prints ten functions starting from function number @var{func}.
7430
7431 @item record function-call-history @var{func}, +/-@var{n}
7432 Prints @var{n} functions around function number @var{func}. If
7433 @var{n} is preceded with @code{+}, prints @var{n} functions after
7434 function number @var{func}. If @var{n} is preceded with @code{-},
7435 prints @var{n} functions before function number @var{func}.
7436
7437 @item record function-call-history
7438 Prints ten more functions after the last ten-line print.
7439
7440 @item record function-call-history -
7441 Prints ten more functions before the last ten-line print.
7442
7443 @item record function-call-history @var{begin}, @var{end}
7444 Prints functions beginning with function number @var{begin} until
7445 function number @var{end}. The function number @var{end} is included.
7446 @end table
7447
7448 This command may not be available for all recording methods.
7449
7450 @item set record function-call-history-size @var{size}
7451 @itemx set record function-call-history-size unlimited
7452 Define how many lines to print in the
7453 @code{record function-call-history} command. The default value is 10.
7454 A size of @code{unlimited} means unlimited lines.
7455
7456 @item show record function-call-history-size
7457 Show how many lines to print in the
7458 @code{record function-call-history} command.
7459 @end table
7460
7461
7462 @node Stack
7463 @chapter Examining the Stack
7464
7465 When your program has stopped, the first thing you need to know is where it
7466 stopped and how it got there.
7467
7468 @cindex call stack
7469 Each time your program performs a function call, information about the call
7470 is generated.
7471 That information includes the location of the call in your program,
7472 the arguments of the call,
7473 and the local variables of the function being called.
7474 The information is saved in a block of data called a @dfn{stack frame}.
7475 The stack frames are allocated in a region of memory called the @dfn{call
7476 stack}.
7477
7478 When your program stops, the @value{GDBN} commands for examining the
7479 stack allow you to see all of this information.
7480
7481 @cindex selected frame
7482 One of the stack frames is @dfn{selected} by @value{GDBN} and many
7483 @value{GDBN} commands refer implicitly to the selected frame. In
7484 particular, whenever you ask @value{GDBN} for the value of a variable in
7485 your program, the value is found in the selected frame. There are
7486 special @value{GDBN} commands to select whichever frame you are
7487 interested in. @xref{Selection, ,Selecting a Frame}.
7488
7489 When your program stops, @value{GDBN} automatically selects the
7490 currently executing frame and describes it briefly, similar to the
7491 @code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
7492
7493 @menu
7494 * Frames:: Stack frames
7495 * Backtrace:: Backtraces
7496 * Selection:: Selecting a frame
7497 * Frame Info:: Information on a frame
7498 * Frame Apply:: Applying a command to several frames
7499 * Frame Filter Management:: Managing frame filters
7500
7501 @end menu
7502
7503 @node Frames
7504 @section Stack Frames
7505
7506 @cindex frame, definition
7507 @cindex stack frame
7508 The call stack is divided up into contiguous pieces called @dfn{stack
7509 frames}, or @dfn{frames} for short; each frame is the data associated
7510 with one call to one function. The frame contains the arguments given
7511 to the function, the function's local variables, and the address at
7512 which the function is executing.
7513
7514 @cindex initial frame
7515 @cindex outermost frame
7516 @cindex innermost frame
7517 When your program is started, the stack has only one frame, that of the
7518 function @code{main}. This is called the @dfn{initial} frame or the
7519 @dfn{outermost} frame. Each time a function is called, a new frame is
7520 made. Each time a function returns, the frame for that function invocation
7521 is eliminated. If a function is recursive, there can be many frames for
7522 the same function. The frame for the function in which execution is
7523 actually occurring is called the @dfn{innermost} frame. This is the most
7524 recently created of all the stack frames that still exist.
7525
7526 @cindex frame pointer
7527 Inside your program, stack frames are identified by their addresses. A
7528 stack frame consists of many bytes, each of which has its own address; each
7529 kind of computer has a convention for choosing one byte whose
7530 address serves as the address of the frame. Usually this address is kept
7531 in a register called the @dfn{frame pointer register}
7532 (@pxref{Registers, $fp}) while execution is going on in that frame.
7533
7534 @cindex frame level
7535 @cindex frame number
7536 @value{GDBN} labels each existing stack frame with a @dfn{level}, a
7537 number that is zero for the innermost frame, one for the frame that
7538 called it, and so on upward. These level numbers give you a way of
7539 designating stack frames in @value{GDBN} commands. The terms
7540 @dfn{frame number} and @dfn{frame level} can be used interchangeably to
7541 describe this number.
7542
7543 @c The -fomit-frame-pointer below perennially causes hbox overflow
7544 @c underflow problems.
7545 @cindex frameless execution
7546 Some compilers provide a way to compile functions so that they operate
7547 without stack frames. (For example, the @value{NGCC} option
7548 @smallexample
7549 @samp{-fomit-frame-pointer}
7550 @end smallexample
7551 generates functions without a frame.)
7552 This is occasionally done with heavily used library functions to save
7553 the frame setup time. @value{GDBN} has limited facilities for dealing
7554 with these function invocations. If the innermost function invocation
7555 has no stack frame, @value{GDBN} nevertheless regards it as though
7556 it had a separate frame, which is numbered zero as usual, allowing
7557 correct tracing of the function call chain. However, @value{GDBN} has
7558 no provision for frameless functions elsewhere in the stack.
7559
7560 @node Backtrace
7561 @section Backtraces
7562
7563 @cindex traceback
7564 @cindex call stack traces
7565 A backtrace is a summary of how your program got where it is. It shows one
7566 line per frame, for many frames, starting with the currently executing
7567 frame (frame zero), followed by its caller (frame one), and on up the
7568 stack.
7569
7570 @anchor{backtrace-command}
7571 @kindex backtrace
7572 @kindex bt @r{(@code{backtrace})}
7573 To print a backtrace of the entire stack, use the @code{backtrace}
7574 command, or its alias @code{bt}. This command will print one line per
7575 frame for frames in the stack. By default, all stack frames are
7576 printed. You can stop the backtrace at any time by typing the system
7577 interrupt character, normally @kbd{Ctrl-c}.
7578
7579 @table @code
7580 @item backtrace [@var{args}@dots{}]
7581 @itemx bt [@var{args}@dots{}]
7582 Print the backtrace of the entire stack. The optional @var{args} can
7583 be one of the following:
7584
7585 @table @code
7586 @item @var{n}
7587 @itemx @var{n}
7588 Print only the innermost @var{n} frames, where @var{n} is a positive
7589 number.
7590
7591 @item -@var{n}
7592 @itemx -@var{n}
7593 Print only the outermost @var{n} frames, where @var{n} is a positive
7594 number.
7595
7596 @item full
7597 Print the values of the local variables also. This can be combined
7598 with a number to limit the number of frames shown.
7599
7600 @item no-filters
7601 Do not run Python frame filters on this backtrace. @xref{Frame
7602 Filter API}, for more information. Additionally use @ref{disable
7603 frame-filter all} to turn off all frame filters. This is only
7604 relevant when @value{GDBN} has been configured with @code{Python}
7605 support.
7606
7607 @item hide
7608 A Python frame filter might decide to ``elide'' some frames. Normally
7609 such elided frames are still printed, but they are indented relative
7610 to the filtered frames that cause them to be elided. The @code{hide}
7611 option causes elided frames to not be printed at all.
7612 @end table
7613 @end table
7614
7615 @kindex where
7616 @kindex info stack
7617 The names @code{where} and @code{info stack} (abbreviated @code{info s})
7618 are additional aliases for @code{backtrace}.
7619
7620 @cindex multiple threads, backtrace
7621 In a multi-threaded program, @value{GDBN} by default shows the
7622 backtrace only for the current thread. To display the backtrace for
7623 several or all of the threads, use the command @code{thread apply}
7624 (@pxref{Threads, thread apply}). For example, if you type @kbd{thread
7625 apply all backtrace}, @value{GDBN} will display the backtrace for all
7626 the threads; this is handy when you debug a core dump of a
7627 multi-threaded program.
7628
7629 Each line in the backtrace shows the frame number and the function name.
7630 The program counter value is also shown---unless you use @code{set
7631 print address off}. The backtrace also shows the source file name and
7632 line number, as well as the arguments to the function. The program
7633 counter value is omitted if it is at the beginning of the code for that
7634 line number.
7635
7636 Here is an example of a backtrace. It was made with the command
7637 @samp{bt 3}, so it shows the innermost three frames.
7638
7639 @smallexample
7640 @group
7641 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
7642 at builtin.c:993
7643 #1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
7644 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
7645 at macro.c:71
7646 (More stack frames follow...)
7647 @end group
7648 @end smallexample
7649
7650 @noindent
7651 The display for frame zero does not begin with a program counter
7652 value, indicating that your program has stopped at the beginning of the
7653 code for line @code{993} of @code{builtin.c}.
7654
7655 @noindent
7656 The value of parameter @code{data} in frame 1 has been replaced by
7657 @code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
7658 only if it is a scalar (integer, pointer, enumeration, etc). See command
7659 @kbd{set print frame-arguments} in @ref{Print Settings} for more details
7660 on how to configure the way function parameter values are printed.
7661
7662 @cindex optimized out, in backtrace
7663 @cindex function call arguments, optimized out
7664 If your program was compiled with optimizations, some compilers will
7665 optimize away arguments passed to functions if those arguments are
7666 never used after the call. Such optimizations generate code that
7667 passes arguments through registers, but doesn't store those arguments
7668 in the stack frame. @value{GDBN} has no way of displaying such
7669 arguments in stack frames other than the innermost one. Here's what
7670 such a backtrace might look like:
7671
7672 @smallexample
7673 @group
7674 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
7675 at builtin.c:993
7676 #1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
7677 #2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
7678 at macro.c:71
7679 (More stack frames follow...)
7680 @end group
7681 @end smallexample
7682
7683 @noindent
7684 The values of arguments that were not saved in their stack frames are
7685 shown as @samp{<optimized out>}.
7686
7687 If you need to display the values of such optimized-out arguments,
7688 either deduce that from other variables whose values depend on the one
7689 you are interested in, or recompile without optimizations.
7690
7691 @cindex backtrace beyond @code{main} function
7692 @cindex program entry point
7693 @cindex startup code, and backtrace
7694 Most programs have a standard user entry point---a place where system
7695 libraries and startup code transition into user code. For C this is
7696 @code{main}@footnote{
7697 Note that embedded programs (the so-called ``free-standing''
7698 environment) are not required to have a @code{main} function as the
7699 entry point. They could even have multiple entry points.}.
7700 When @value{GDBN} finds the entry function in a backtrace
7701 it will terminate the backtrace, to avoid tracing into highly
7702 system-specific (and generally uninteresting) code.
7703
7704 If you need to examine the startup code, or limit the number of levels
7705 in a backtrace, you can change this behavior:
7706
7707 @table @code
7708 @item set backtrace past-main
7709 @itemx set backtrace past-main on
7710 @kindex set backtrace
7711 Backtraces will continue past the user entry point.
7712
7713 @item set backtrace past-main off
7714 Backtraces will stop when they encounter the user entry point. This is the
7715 default.
7716
7717 @item show backtrace past-main
7718 @kindex show backtrace
7719 Display the current user entry point backtrace policy.
7720
7721 @item set backtrace past-entry
7722 @itemx set backtrace past-entry on
7723 Backtraces will continue past the internal entry point of an application.
7724 This entry point is encoded by the linker when the application is built,
7725 and is likely before the user entry point @code{main} (or equivalent) is called.
7726
7727 @item set backtrace past-entry off
7728 Backtraces will stop when they encounter the internal entry point of an
7729 application. This is the default.
7730
7731 @item show backtrace past-entry
7732 Display the current internal entry point backtrace policy.
7733
7734 @item set backtrace limit @var{n}
7735 @itemx set backtrace limit 0
7736 @itemx set backtrace limit unlimited
7737 @cindex backtrace limit
7738 Limit the backtrace to @var{n} levels. A value of @code{unlimited}
7739 or zero means unlimited levels.
7740
7741 @item show backtrace limit
7742 Display the current limit on backtrace levels.
7743 @end table
7744
7745 You can control how file names are displayed.
7746
7747 @table @code
7748 @item set filename-display
7749 @itemx set filename-display relative
7750 @cindex filename-display
7751 Display file names relative to the compilation directory. This is the default.
7752
7753 @item set filename-display basename
7754 Display only basename of a filename.
7755
7756 @item set filename-display absolute
7757 Display an absolute filename.
7758
7759 @item show filename-display
7760 Show the current way to display filenames.
7761 @end table
7762
7763 @node Selection
7764 @section Selecting a Frame
7765
7766 Most commands for examining the stack and other data in your program work on
7767 whichever stack frame is selected at the moment. Here are the commands for
7768 selecting a stack frame; all of them finish by printing a brief description
7769 of the stack frame just selected.
7770
7771 @table @code
7772 @kindex frame@r{, selecting}
7773 @kindex f @r{(@code{frame})}
7774 @item frame @r{[} @var{frame-selection-spec} @r{]}
7775 @item f @r{[} @var{frame-selection-spec} @r{]}
7776 The @command{frame} command allows different stack frames to be
7777 selected. The @var{frame-selection-spec} can be any of the following:
7778
7779 @table @code
7780 @kindex frame level
7781 @item @var{num}
7782 @item level @var{num}
7783 Select frame level @var{num}. Recall that frame zero is the innermost
7784 (currently executing) frame, frame one is the frame that called the
7785 innermost one, and so on. The highest level frame is usually the one
7786 for @code{main}.
7787
7788 As this is the most common method of navigating the frame stack, the
7789 string @command{level} can be omitted. For example, the following two
7790 commands are equivalent:
7791
7792 @smallexample
7793 (@value{GDBP}) frame 3
7794 (@value{GDBP}) frame level 3
7795 @end smallexample
7796
7797 @kindex frame address
7798 @item address @var{stack-address}
7799 Select the frame with stack address @var{stack-address}. The
7800 @var{stack-address} for a frame can be seen in the output of
7801 @command{info frame}, for example:
7802
7803 @smallexample
7804 (gdb) info frame
7805 Stack level 1, frame at 0x7fffffffda30:
7806 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
7807 tail call frame, caller of frame at 0x7fffffffda30
7808 source language c++.
7809 Arglist at unknown address.
7810 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
7811 @end smallexample
7812
7813 The @var{stack-address} for this frame is @code{0x7fffffffda30} as
7814 indicated by the line:
7815
7816 @smallexample
7817 Stack level 1, frame at 0x7fffffffda30:
7818 @end smallexample
7819
7820 @kindex frame function
7821 @item function @var{function-name}
7822 Select the stack frame for function @var{function-name}. If there are
7823 multiple stack frames for function @var{function-name} then the inner
7824 most stack frame is selected.
7825
7826 @kindex frame view
7827 @item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
7828 View a frame that is not part of @value{GDBN}'s backtrace. The frame
7829 viewed has stack address @var{stack-addr}, and optionally, a program
7830 counter address of @var{pc-addr}.
7831
7832 This is useful mainly if the chaining of stack frames has been
7833 damaged by a bug, making it impossible for @value{GDBN} to assign
7834 numbers properly to all frames. In addition, this can be useful
7835 when your program has multiple stacks and switches between them.
7836
7837 When viewing a frame outside the current backtrace using
7838 @command{frame view} then you can always return to the original
7839 stack using one of the previous stack frame selection instructions,
7840 for example @command{frame level 0}.
7841
7842 @end table
7843
7844 @kindex up
7845 @item up @var{n}
7846 Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
7847 numbers @var{n}, this advances toward the outermost frame, to higher
7848 frame numbers, to frames that have existed longer.
7849
7850 @kindex down
7851 @kindex do @r{(@code{down})}
7852 @item down @var{n}
7853 Move @var{n} frames down the stack; @var{n} defaults to 1. For
7854 positive numbers @var{n}, this advances toward the innermost frame, to
7855 lower frame numbers, to frames that were created more recently.
7856 You may abbreviate @code{down} as @code{do}.
7857 @end table
7858
7859 All of these commands end by printing two lines of output describing the
7860 frame. The first line shows the frame number, the function name, the
7861 arguments, and the source file and line number of execution in that
7862 frame. The second line shows the text of that source line.
7863
7864 @need 1000
7865 For example:
7866
7867 @smallexample
7868 @group
7869 (@value{GDBP}) up
7870 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
7871 at env.c:10
7872 10 read_input_file (argv[i]);
7873 @end group
7874 @end smallexample
7875
7876 After such a printout, the @code{list} command with no arguments
7877 prints ten lines centered on the point of execution in the frame.
7878 You can also edit the program at the point of execution with your favorite
7879 editing program by typing @code{edit}.
7880 @xref{List, ,Printing Source Lines},
7881 for details.
7882
7883 @table @code
7884 @kindex select-frame
7885 @item select-frame @r{[} @var{frame-selection-spec} @r{]}
7886 The @code{select-frame} command is a variant of @code{frame} that does
7887 not display the new frame after selecting it. This command is
7888 intended primarily for use in @value{GDBN} command scripts, where the
7889 output might be unnecessary and distracting. The
7890 @var{frame-selection-spec} is as for the @command{frame} command
7891 described in @ref{Selection, ,Selecting a Frame}.
7892
7893 @kindex down-silently
7894 @kindex up-silently
7895 @item up-silently @var{n}
7896 @itemx down-silently @var{n}
7897 These two commands are variants of @code{up} and @code{down},
7898 respectively; they differ in that they do their work silently, without
7899 causing display of the new frame. They are intended primarily for use
7900 in @value{GDBN} command scripts, where the output might be unnecessary and
7901 distracting.
7902 @end table
7903
7904 @node Frame Info
7905 @section Information About a Frame
7906
7907 There are several other commands to print information about the selected
7908 stack frame.
7909
7910 @table @code
7911 @item frame
7912 @itemx f
7913 When used without any argument, this command does not change which
7914 frame is selected, but prints a brief description of the currently
7915 selected stack frame. It can be abbreviated @code{f}. With an
7916 argument, this command is used to select a stack frame.
7917 @xref{Selection, ,Selecting a Frame}.
7918
7919 @kindex info frame
7920 @kindex info f @r{(@code{info frame})}
7921 @item info frame
7922 @itemx info f
7923 This command prints a verbose description of the selected stack frame,
7924 including:
7925
7926 @itemize @bullet
7927 @item
7928 the address of the frame
7929 @item
7930 the address of the next frame down (called by this frame)
7931 @item
7932 the address of the next frame up (caller of this frame)
7933 @item
7934 the language in which the source code corresponding to this frame is written
7935 @item
7936 the address of the frame's arguments
7937 @item
7938 the address of the frame's local variables
7939 @item
7940 the program counter saved in it (the address of execution in the caller frame)
7941 @item
7942 which registers were saved in the frame
7943 @end itemize
7944
7945 @noindent The verbose description is useful when
7946 something has gone wrong that has made the stack format fail to fit
7947 the usual conventions.
7948
7949 @item info frame @r{[} @var{frame-selection-spec} @r{]}
7950 @itemx info f @r{[} @var{frame-selection-spec} @r{]}
7951 Print a verbose description of the frame selected by
7952 @var{frame-selection-spec}. The @var{frame-selection-spec} is the
7953 same as for the @command{frame} command (@pxref{Selection, ,Selecting
7954 a Frame}). The selected frame remains unchanged by this command.
7955
7956 @kindex info args
7957 @item info args [-q]
7958 Print the arguments of the selected frame, each on a separate line.
7959
7960 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
7961 printing header information and messages explaining why no argument
7962 have been printed.
7963
7964 @item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
7965 Like @kbd{info args}, but only print the arguments selected
7966 with the provided regexp(s).
7967
7968 If @var{regexp} is provided, print only the arguments whose names
7969 match the regular expression @var{regexp}.
7970
7971 If @var{type_regexp} is provided, print only the arguments whose
7972 types, as printed by the @code{whatis} command, match
7973 the regular expression @var{type_regexp}.
7974 If @var{type_regexp} contains space(s), it should be enclosed in
7975 quote characters. If needed, use backslash to escape the meaning
7976 of special characters or quotes.
7977
7978 If both @var{regexp} and @var{type_regexp} are provided, an argument
7979 is printed only if its name matches @var{regexp} and its type matches
7980 @var{type_regexp}.
7981
7982 @item info locals [-q]
7983 @kindex info locals
7984 Print the local variables of the selected frame, each on a separate
7985 line. These are all variables (declared either static or automatic)
7986 accessible at the point of execution of the selected frame.
7987
7988 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
7989 printing header information and messages explaining why no local variables
7990 have been printed.
7991
7992 @item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
7993 Like @kbd{info locals}, but only print the local variables selected
7994 with the provided regexp(s).
7995
7996 If @var{regexp} is provided, print only the local variables whose names
7997 match the regular expression @var{regexp}.
7998
7999 If @var{type_regexp} is provided, print only the local variables whose
8000 types, as printed by the @code{whatis} command, match
8001 the regular expression @var{type_regexp}.
8002 If @var{type_regexp} contains space(s), it should be enclosed in
8003 quote characters. If needed, use backslash to escape the meaning
8004 of special characters or quotes.
8005
8006 If both @var{regexp} and @var{type_regexp} are provided, a local variable
8007 is printed only if its name matches @var{regexp} and its type matches
8008 @var{type_regexp}.
8009
8010 The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8011 combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8012 For example, your program might use Resource Acquisition Is
8013 Initialization types (RAII) such as @code{lock_something_t}: each
8014 local variable of type @code{lock_something_t} automatically places a
8015 lock that is destroyed when the variable goes out of scope. You can
8016 then list all acquired locks in your program by doing
8017 @smallexample
8018 thread apply all -s frame apply all -s info locals -q -t lock_something_t
8019 @end smallexample
8020 @noindent
8021 or the equivalent shorter form
8022 @smallexample
8023 tfaas i lo -q -t lock_something_t
8024 @end smallexample
8025
8026 @end table
8027
8028 @node Frame Apply
8029 @section Applying a Command to Several Frames.
8030 @kindex frame apply
8031 @cindex apply command to several frames
8032 @table @code
8033 @item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{flag}]@dots{} @var{command}
8034 The @code{frame apply} command allows you to apply the named
8035 @var{command} to one or more frames.
8036
8037 @table @code
8038 @item @code{all}
8039 Specify @code{all} to apply @var{command} to all frames.
8040
8041 @item @var{count}
8042 Use @var{count} to apply @var{command} to the innermost @var{count}
8043 frames, where @var{count} is a positive number.
8044
8045 @item @var{-count}
8046 Use @var{-count} to apply @var{command} to the outermost @var{count}
8047 frames, where @var{count} is a positive number.
8048
8049 @item @code{level}
8050 Use @code{level} to apply @var{command} to the set of frames identified
8051 by the @var{level} list. @var{level} is a frame level or a range of frame
8052 levels as @var{level1}-@var{level2}. The frame level is the number shown
8053 in the first field of the @samp{backtrace} command output.
8054 E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8055 at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8056
8057 @end table
8058
8059 @end table
8060
8061 Note that the frames on which @code{frame apply} applies a command are
8062 also influenced by the @code{set backtrace} settings such as @code{set
8063 backtrace past-main} and @code{set backtrace limit N}. See
8064 @xref{Backtrace,,Backtraces}.
8065
8066 The @var{flag} arguments control what output to produce and how to handle
8067 errors raised when applying @var{command} to a frame. @var{flag}
8068 must start with a @code{-} directly followed by one letter in
8069 @code{qcs}. If several flags are provided, they must be given
8070 individually, such as @code{-c -q}.
8071
8072 By default, @value{GDBN} displays some frame information before the
8073 output produced by @var{command}, and an error raised during the
8074 execution of a @var{command} will abort @code{frame apply}. The
8075 following flags can be used to fine-tune this behavior:
8076
8077 @table @code
8078 @item -c
8079 The flag @code{-c}, which stands for @samp{continue}, causes any
8080 errors in @var{command} to be displayed, and the execution of
8081 @code{frame apply} then continues.
8082 @item -s
8083 The flag @code{-s}, which stands for @samp{silent}, causes any errors
8084 or empty output produced by a @var{command} to be silently ignored.
8085 That is, the execution continues, but the frame information and errors
8086 are not printed.
8087 @item -q
8088 The flag @code{-q} (@samp{quiet}) disables printing the frame
8089 information.
8090 @end table
8091
8092 The following example shows how the flags @code{-c} and @code{-s} are
8093 working when applying the command @code{p j} to all frames, where
8094 variable @code{j} can only be successfully printed in the outermost
8095 @code{#1 main} frame.
8096
8097 @smallexample
8098 @group
8099 (gdb) frame apply all p j
8100 #0 some_function (i=5) at fun.c:4
8101 No symbol "j" in current context.
8102 (gdb) frame apply all -c p j
8103 #0 some_function (i=5) at fun.c:4
8104 No symbol "j" in current context.
8105 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8106 $1 = 5
8107 (gdb) frame apply all -s p j
8108 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8109 $2 = 5
8110 (gdb)
8111 @end group
8112 @end smallexample
8113
8114 By default, @samp{frame apply}, prints the frame location
8115 information before the command output:
8116
8117 @smallexample
8118 @group
8119 (gdb) frame apply all p $sp
8120 #0 some_function (i=5) at fun.c:4
8121 $4 = (void *) 0xffffd1e0
8122 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8123 $5 = (void *) 0xffffd1f0
8124 (gdb)
8125 @end group
8126 @end smallexample
8127
8128 If flag @code{-q} is given, no frame information is printed:
8129 @smallexample
8130 @group
8131 (gdb) frame apply all -q p $sp
8132 $12 = (void *) 0xffffd1e0
8133 $13 = (void *) 0xffffd1f0
8134 (gdb)
8135 @end group
8136 @end smallexample
8137
8138 @table @code
8139
8140 @kindex faas
8141 @cindex apply a command to all frames (ignoring errors and empty output)
8142 @item faas @var{command}
8143 Shortcut for @code{frame apply all -s @var{command}}.
8144 Applies @var{command} on all frames, ignoring errors and empty output.
8145
8146 It can for example be used to print a local variable or a function
8147 argument without knowing the frame where this variable or argument
8148 is, using:
8149 @smallexample
8150 (@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8151 @end smallexample
8152
8153 Note that the command @code{tfaas @var{command}} applies @var{command}
8154 on all frames of all threads. See @xref{Threads,,Threads}.
8155 @end table
8156
8157
8158 @node Frame Filter Management
8159 @section Management of Frame Filters.
8160 @cindex managing frame filters
8161
8162 Frame filters are Python based utilities to manage and decorate the
8163 output of frames. @xref{Frame Filter API}, for further information.
8164
8165 Managing frame filters is performed by several commands available
8166 within @value{GDBN}, detailed here.
8167
8168 @table @code
8169 @kindex info frame-filter
8170 @item info frame-filter
8171 Print a list of installed frame filters from all dictionaries, showing
8172 their name, priority and enabled status.
8173
8174 @kindex disable frame-filter
8175 @anchor{disable frame-filter all}
8176 @item disable frame-filter @var{filter-dictionary} @var{filter-name}
8177 Disable a frame filter in the dictionary matching
8178 @var{filter-dictionary} and @var{filter-name}. The
8179 @var{filter-dictionary} may be @code{all}, @code{global},
8180 @code{progspace}, or the name of the object file where the frame filter
8181 dictionary resides. When @code{all} is specified, all frame filters
8182 across all dictionaries are disabled. The @var{filter-name} is the name
8183 of the frame filter and is used when @code{all} is not the option for
8184 @var{filter-dictionary}. A disabled frame-filter is not deleted, it
8185 may be enabled again later.
8186
8187 @kindex enable frame-filter
8188 @item enable frame-filter @var{filter-dictionary} @var{filter-name}
8189 Enable a frame filter in the dictionary matching
8190 @var{filter-dictionary} and @var{filter-name}. The
8191 @var{filter-dictionary} may be @code{all}, @code{global},
8192 @code{progspace} or the name of the object file where the frame filter
8193 dictionary resides. When @code{all} is specified, all frame filters across
8194 all dictionaries are enabled. The @var{filter-name} is the name of the frame
8195 filter and is used when @code{all} is not the option for
8196 @var{filter-dictionary}.
8197
8198 Example:
8199
8200 @smallexample
8201 (gdb) info frame-filter
8202
8203 global frame-filters:
8204 Priority Enabled Name
8205 1000 No PrimaryFunctionFilter
8206 100 Yes Reverse
8207
8208 progspace /build/test frame-filters:
8209 Priority Enabled Name
8210 100 Yes ProgspaceFilter
8211
8212 objfile /build/test frame-filters:
8213 Priority Enabled Name
8214 999 Yes BuildProgra Filter
8215
8216 (gdb) disable frame-filter /build/test BuildProgramFilter
8217 (gdb) info frame-filter
8218
8219 global frame-filters:
8220 Priority Enabled Name
8221 1000 No PrimaryFunctionFilter
8222 100 Yes Reverse
8223
8224 progspace /build/test frame-filters:
8225 Priority Enabled Name
8226 100 Yes ProgspaceFilter
8227
8228 objfile /build/test frame-filters:
8229 Priority Enabled Name
8230 999 No BuildProgramFilter
8231
8232 (gdb) enable frame-filter global PrimaryFunctionFilter
8233 (gdb) info frame-filter
8234
8235 global frame-filters:
8236 Priority Enabled Name
8237 1000 Yes PrimaryFunctionFilter
8238 100 Yes Reverse
8239
8240 progspace /build/test frame-filters:
8241 Priority Enabled Name
8242 100 Yes ProgspaceFilter
8243
8244 objfile /build/test frame-filters:
8245 Priority Enabled Name
8246 999 No BuildProgramFilter
8247 @end smallexample
8248
8249 @kindex set frame-filter priority
8250 @item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8251 Set the @var{priority} of a frame filter in the dictionary matching
8252 @var{filter-dictionary}, and the frame filter name matching
8253 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8254 @code{progspace} or the name of the object file where the frame filter
8255 dictionary resides. The @var{priority} is an integer.
8256
8257 @kindex show frame-filter priority
8258 @item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8259 Show the @var{priority} of a frame filter in the dictionary matching
8260 @var{filter-dictionary}, and the frame filter name matching
8261 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8262 @code{progspace} or the name of the object file where the frame filter
8263 dictionary resides.
8264
8265 Example:
8266
8267 @smallexample
8268 (gdb) info frame-filter
8269
8270 global frame-filters:
8271 Priority Enabled Name
8272 1000 Yes PrimaryFunctionFilter
8273 100 Yes Reverse
8274
8275 progspace /build/test frame-filters:
8276 Priority Enabled Name
8277 100 Yes ProgspaceFilter
8278
8279 objfile /build/test frame-filters:
8280 Priority Enabled Name
8281 999 No BuildProgramFilter
8282
8283 (gdb) set frame-filter priority global Reverse 50
8284 (gdb) info frame-filter
8285
8286 global frame-filters:
8287 Priority Enabled Name
8288 1000 Yes PrimaryFunctionFilter
8289 50 Yes Reverse
8290
8291 progspace /build/test frame-filters:
8292 Priority Enabled Name
8293 100 Yes ProgspaceFilter
8294
8295 objfile /build/test frame-filters:
8296 Priority Enabled Name
8297 999 No BuildProgramFilter
8298 @end smallexample
8299 @end table
8300
8301 @node Source
8302 @chapter Examining Source Files
8303
8304 @value{GDBN} can print parts of your program's source, since the debugging
8305 information recorded in the program tells @value{GDBN} what source files were
8306 used to build it. When your program stops, @value{GDBN} spontaneously prints
8307 the line where it stopped. Likewise, when you select a stack frame
8308 (@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
8309 execution in that frame has stopped. You can print other portions of
8310 source files by explicit command.
8311
8312 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
8313 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
8314 @value{GDBN} under @sc{gnu} Emacs}.
8315
8316 @menu
8317 * List:: Printing source lines
8318 * Specify Location:: How to specify code locations
8319 * Edit:: Editing source files
8320 * Search:: Searching source files
8321 * Source Path:: Specifying source directories
8322 * Machine Code:: Source and machine code
8323 @end menu
8324
8325 @node List
8326 @section Printing Source Lines
8327
8328 @kindex list
8329 @kindex l @r{(@code{list})}
8330 To print lines from a source file, use the @code{list} command
8331 (abbreviated @code{l}). By default, ten lines are printed.
8332 There are several ways to specify what part of the file you want to
8333 print; see @ref{Specify Location}, for the full list.
8334
8335 Here are the forms of the @code{list} command most commonly used:
8336
8337 @table @code
8338 @item list @var{linenum}
8339 Print lines centered around line number @var{linenum} in the
8340 current source file.
8341
8342 @item list @var{function}
8343 Print lines centered around the beginning of function
8344 @var{function}.
8345
8346 @item list
8347 Print more lines. If the last lines printed were printed with a
8348 @code{list} command, this prints lines following the last lines
8349 printed; however, if the last line printed was a solitary line printed
8350 as part of displaying a stack frame (@pxref{Stack, ,Examining the
8351 Stack}), this prints lines centered around that line.
8352
8353 @item list -
8354 Print lines just before the lines last printed.
8355 @end table
8356
8357 @cindex @code{list}, how many lines to display
8358 By default, @value{GDBN} prints ten source lines with any of these forms of
8359 the @code{list} command. You can change this using @code{set listsize}:
8360
8361 @table @code
8362 @kindex set listsize
8363 @item set listsize @var{count}
8364 @itemx set listsize unlimited
8365 Make the @code{list} command display @var{count} source lines (unless
8366 the @code{list} argument explicitly specifies some other number).
8367 Setting @var{count} to @code{unlimited} or 0 means there's no limit.
8368
8369 @kindex show listsize
8370 @item show listsize
8371 Display the number of lines that @code{list} prints.
8372 @end table
8373
8374 Repeating a @code{list} command with @key{RET} discards the argument,
8375 so it is equivalent to typing just @code{list}. This is more useful
8376 than listing the same lines again. An exception is made for an
8377 argument of @samp{-}; that argument is preserved in repetition so that
8378 each repetition moves up in the source file.
8379
8380 In general, the @code{list} command expects you to supply zero, one or two
8381 @dfn{locations}. Locations specify source lines; there are several ways
8382 of writing them (@pxref{Specify Location}), but the effect is always
8383 to specify some source line.
8384
8385 Here is a complete description of the possible arguments for @code{list}:
8386
8387 @table @code
8388 @item list @var{location}
8389 Print lines centered around the line specified by @var{location}.
8390
8391 @item list @var{first},@var{last}
8392 Print lines from @var{first} to @var{last}. Both arguments are
8393 locations. When a @code{list} command has two locations, and the
8394 source file of the second location is omitted, this refers to
8395 the same source file as the first location.
8396
8397 @item list ,@var{last}
8398 Print lines ending with @var{last}.
8399
8400 @item list @var{first},
8401 Print lines starting with @var{first}.
8402
8403 @item list +
8404 Print lines just after the lines last printed.
8405
8406 @item list -
8407 Print lines just before the lines last printed.
8408
8409 @item list
8410 As described in the preceding table.
8411 @end table
8412
8413 @node Specify Location
8414 @section Specifying a Location
8415 @cindex specifying location
8416 @cindex location
8417 @cindex source location
8418
8419 @menu
8420 * Linespec Locations:: Linespec locations
8421 * Explicit Locations:: Explicit locations
8422 * Address Locations:: Address locations
8423 @end menu
8424
8425 Several @value{GDBN} commands accept arguments that specify a location
8426 of your program's code. Since @value{GDBN} is a source-level
8427 debugger, a location usually specifies some line in the source code.
8428 Locations may be specified using three different formats:
8429 linespec locations, explicit locations, or address locations.
8430
8431 @node Linespec Locations
8432 @subsection Linespec Locations
8433 @cindex linespec locations
8434
8435 A @dfn{linespec} is a colon-separated list of source location parameters such
8436 as file name, function name, etc. Here are all the different ways of
8437 specifying a linespec:
8438
8439 @table @code
8440 @item @var{linenum}
8441 Specifies the line number @var{linenum} of the current source file.
8442
8443 @item -@var{offset}
8444 @itemx +@var{offset}
8445 Specifies the line @var{offset} lines before or after the @dfn{current
8446 line}. For the @code{list} command, the current line is the last one
8447 printed; for the breakpoint commands, this is the line at which
8448 execution stopped in the currently selected @dfn{stack frame}
8449 (@pxref{Frames, ,Frames}, for a description of stack frames.) When
8450 used as the second of the two linespecs in a @code{list} command,
8451 this specifies the line @var{offset} lines up or down from the first
8452 linespec.
8453
8454 @item @var{filename}:@var{linenum}
8455 Specifies the line @var{linenum} in the source file @var{filename}.
8456 If @var{filename} is a relative file name, then it will match any
8457 source file name with the same trailing components. For example, if
8458 @var{filename} is @samp{gcc/expr.c}, then it will match source file
8459 name of @file{/build/trunk/gcc/expr.c}, but not
8460 @file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
8461
8462 @item @var{function}
8463 Specifies the line that begins the body of the function @var{function}.
8464 For example, in C, this is the line with the open brace.
8465
8466 By default, in C@t{++} and Ada, @var{function} is interpreted as
8467 specifying all functions named @var{function} in all scopes. For
8468 C@t{++}, this means in all namespaces and classes. For Ada, this
8469 means in all packages.
8470
8471 For example, assuming a program with C@t{++} symbols named
8472 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8473 func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
8474
8475 Commands that accept a linespec let you override this with the
8476 @code{-qualified} option. For example, @w{@kbd{break -qualified
8477 func}} sets a breakpoint on a free-function named @code{func} ignoring
8478 any C@t{++} class methods and namespace functions called @code{func}.
8479
8480 @xref{Explicit Locations}.
8481
8482 @item @var{function}:@var{label}
8483 Specifies the line where @var{label} appears in @var{function}.
8484
8485 @item @var{filename}:@var{function}
8486 Specifies the line that begins the body of the function @var{function}
8487 in the file @var{filename}. You only need the file name with a
8488 function name to avoid ambiguity when there are identically named
8489 functions in different source files.
8490
8491 @item @var{label}
8492 Specifies the line at which the label named @var{label} appears
8493 in the function corresponding to the currently selected stack frame.
8494 If there is no current selected stack frame (for instance, if the inferior
8495 is not running), then @value{GDBN} will not search for a label.
8496
8497 @cindex breakpoint at static probe point
8498 @item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
8499 The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
8500 applications to embed static probes. @xref{Static Probe Points}, for more
8501 information on finding and using static probes. This form of linespec
8502 specifies the location of such a static probe.
8503
8504 If @var{objfile} is given, only probes coming from that shared library
8505 or executable matching @var{objfile} as a regular expression are considered.
8506 If @var{provider} is given, then only probes from that provider are considered.
8507 If several probes match the spec, @value{GDBN} will insert a breakpoint at
8508 each one of those probes.
8509 @end table
8510
8511 @node Explicit Locations
8512 @subsection Explicit Locations
8513 @cindex explicit locations
8514
8515 @dfn{Explicit locations} allow the user to directly specify the source
8516 location's parameters using option-value pairs.
8517
8518 Explicit locations are useful when several functions, labels, or
8519 file names have the same name (base name for files) in the program's
8520 sources. In these cases, explicit locations point to the source
8521 line you meant more accurately and unambiguously. Also, using
8522 explicit locations might be faster in large programs.
8523
8524 For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
8525 defined in the file named @file{foo} or the label @code{bar} in a function
8526 named @code{foo}. @value{GDBN} must search either the file system or
8527 the symbol table to know.
8528
8529 The list of valid explicit location options is summarized in the
8530 following table:
8531
8532 @table @code
8533 @item -source @var{filename}
8534 The value specifies the source file name. To differentiate between
8535 files with the same base name, prepend as many directories as is necessary
8536 to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
8537 @value{GDBN} will use the first file it finds with the given base
8538 name. This option requires the use of either @code{-function} or @code{-line}.
8539
8540 @item -function @var{function}
8541 The value specifies the name of a function. Operations
8542 on function locations unmodified by other options (such as @code{-label}
8543 or @code{-line}) refer to the line that begins the body of the function.
8544 In C, for example, this is the line with the open brace.
8545
8546 By default, in C@t{++} and Ada, @var{function} is interpreted as
8547 specifying all functions named @var{function} in all scopes. For
8548 C@t{++}, this means in all namespaces and classes. For Ada, this
8549 means in all packages.
8550
8551 For example, assuming a program with C@t{++} symbols named
8552 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8553 -function func}} and @w{@kbd{break -function B::func}} set a
8554 breakpoint on both symbols.
8555
8556 You can use the @kbd{-qualified} flag to override this (see below).
8557
8558 @item -qualified
8559
8560 This flag makes @value{GDBN} interpret a function name specified with
8561 @kbd{-function} as a complete fully-qualified name.
8562
8563 For example, assuming a C@t{++} program with symbols named
8564 @code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
8565 -function B::func}} command sets a breakpoint on @code{B::func}, only.
8566
8567 (Note: the @kbd{-qualified} option can precede a linespec as well
8568 (@pxref{Linespec Locations}), so the particular example above could be
8569 simplified as @w{@kbd{break -qualified B::func}}.)
8570
8571 @item -label @var{label}
8572 The value specifies the name of a label. When the function
8573 name is not specified, the label is searched in the function of the currently
8574 selected stack frame.
8575
8576 @item -line @var{number}
8577 The value specifies a line offset for the location. The offset may either
8578 be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
8579 the command. When specified without any other options, the line offset is
8580 relative to the current line.
8581 @end table
8582
8583 Explicit location options may be abbreviated by omitting any non-unique
8584 trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
8585
8586 @node Address Locations
8587 @subsection Address Locations
8588 @cindex address locations
8589
8590 @dfn{Address locations} indicate a specific program address. They have
8591 the generalized form *@var{address}.
8592
8593 For line-oriented commands, such as @code{list} and @code{edit}, this
8594 specifies a source line that contains @var{address}. For @code{break} and
8595 other breakpoint-oriented commands, this can be used to set breakpoints in
8596 parts of your program which do not have debugging information or
8597 source files.
8598
8599 Here @var{address} may be any expression valid in the current working
8600 language (@pxref{Languages, working language}) that specifies a code
8601 address. In addition, as a convenience, @value{GDBN} extends the
8602 semantics of expressions used in locations to cover several situations
8603 that frequently occur during debugging. Here are the various forms
8604 of @var{address}:
8605
8606 @table @code
8607 @item @var{expression}
8608 Any expression valid in the current working language.
8609
8610 @item @var{funcaddr}
8611 An address of a function or procedure derived from its name. In C,
8612 C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
8613 simply the function's name @var{function} (and actually a special case
8614 of a valid expression). In Pascal and Modula-2, this is
8615 @code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
8616 (although the Pascal form also works).
8617
8618 This form specifies the address of the function's first instruction,
8619 before the stack frame and arguments have been set up.
8620
8621 @item '@var{filename}':@var{funcaddr}
8622 Like @var{funcaddr} above, but also specifies the name of the source
8623 file explicitly. This is useful if the name of the function does not
8624 specify the function unambiguously, e.g., if there are several
8625 functions with identical names in different source files.
8626 @end table
8627
8628 @node Edit
8629 @section Editing Source Files
8630 @cindex editing source files
8631
8632 @kindex edit
8633 @kindex e @r{(@code{edit})}
8634 To edit the lines in a source file, use the @code{edit} command.
8635 The editing program of your choice
8636 is invoked with the current line set to
8637 the active line in the program.
8638 Alternatively, there are several ways to specify what part of the file you
8639 want to print if you want to see other parts of the program:
8640
8641 @table @code
8642 @item edit @var{location}
8643 Edit the source file specified by @code{location}. Editing starts at
8644 that @var{location}, e.g., at the specified source line of the
8645 specified file. @xref{Specify Location}, for all the possible forms
8646 of the @var{location} argument; here are the forms of the @code{edit}
8647 command most commonly used:
8648
8649 @table @code
8650 @item edit @var{number}
8651 Edit the current source file with @var{number} as the active line number.
8652
8653 @item edit @var{function}
8654 Edit the file containing @var{function} at the beginning of its definition.
8655 @end table
8656
8657 @end table
8658
8659 @subsection Choosing your Editor
8660 You can customize @value{GDBN} to use any editor you want
8661 @footnote{
8662 The only restriction is that your editor (say @code{ex}), recognizes the
8663 following command-line syntax:
8664 @smallexample
8665 ex +@var{number} file
8666 @end smallexample
8667 The optional numeric value +@var{number} specifies the number of the line in
8668 the file where to start editing.}.
8669 By default, it is @file{@value{EDITOR}}, but you can change this
8670 by setting the environment variable @code{EDITOR} before using
8671 @value{GDBN}. For example, to configure @value{GDBN} to use the
8672 @code{vi} editor, you could use these commands with the @code{sh} shell:
8673 @smallexample
8674 EDITOR=/usr/bin/vi
8675 export EDITOR
8676 gdb @dots{}
8677 @end smallexample
8678 or in the @code{csh} shell,
8679 @smallexample
8680 setenv EDITOR /usr/bin/vi
8681 gdb @dots{}
8682 @end smallexample
8683
8684 @node Search
8685 @section Searching Source Files
8686 @cindex searching source files
8687
8688 There are two commands for searching through the current source file for a
8689 regular expression.
8690
8691 @table @code
8692 @kindex search
8693 @kindex forward-search
8694 @kindex fo @r{(@code{forward-search})}
8695 @item forward-search @var{regexp}
8696 @itemx search @var{regexp}
8697 The command @samp{forward-search @var{regexp}} checks each line,
8698 starting with the one following the last line listed, for a match for
8699 @var{regexp}. It lists the line that is found. You can use the
8700 synonym @samp{search @var{regexp}} or abbreviate the command name as
8701 @code{fo}.
8702
8703 @kindex reverse-search
8704 @item reverse-search @var{regexp}
8705 The command @samp{reverse-search @var{regexp}} checks each line, starting
8706 with the one before the last line listed and going backward, for a match
8707 for @var{regexp}. It lists the line that is found. You can abbreviate
8708 this command as @code{rev}.
8709 @end table
8710
8711 @node Source Path
8712 @section Specifying Source Directories
8713
8714 @cindex source path
8715 @cindex directories for source files
8716 Executable programs sometimes do not record the directories of the source
8717 files from which they were compiled, just the names. Even when they do,
8718 the directories could be moved between the compilation and your debugging
8719 session. @value{GDBN} has a list of directories to search for source files;
8720 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
8721 it tries all the directories in the list, in the order they are present
8722 in the list, until it finds a file with the desired name.
8723
8724 For example, suppose an executable references the file
8725 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
8726 @file{/mnt/cross}. The file is first looked up literally; if this
8727 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
8728 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
8729 message is printed. @value{GDBN} does not look up the parts of the
8730 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
8731 Likewise, the subdirectories of the source path are not searched: if
8732 the source path is @file{/mnt/cross}, and the binary refers to
8733 @file{foo.c}, @value{GDBN} would not find it under
8734 @file{/mnt/cross/usr/src/foo-1.0/lib}.
8735
8736 Plain file names, relative file names with leading directories, file
8737 names containing dots, etc.@: are all treated as described above; for
8738 instance, if the source path is @file{/mnt/cross}, and the source file
8739 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
8740 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
8741 that---@file{/mnt/cross/foo.c}.
8742
8743 Note that the executable search path is @emph{not} used to locate the
8744 source files.
8745
8746 Whenever you reset or rearrange the source path, @value{GDBN} clears out
8747 any information it has cached about where source files are found and where
8748 each line is in the file.
8749
8750 @kindex directory
8751 @kindex dir
8752 When you start @value{GDBN}, its source path includes only @samp{cdir}
8753 and @samp{cwd}, in that order.
8754 To add other directories, use the @code{directory} command.
8755
8756 The search path is used to find both program source files and @value{GDBN}
8757 script files (read using the @samp{-command} option and @samp{source} command).
8758
8759 In addition to the source path, @value{GDBN} provides a set of commands
8760 that manage a list of source path substitution rules. A @dfn{substitution
8761 rule} specifies how to rewrite source directories stored in the program's
8762 debug information in case the sources were moved to a different
8763 directory between compilation and debugging. A rule is made of
8764 two strings, the first specifying what needs to be rewritten in
8765 the path, and the second specifying how it should be rewritten.
8766 In @ref{set substitute-path}, we name these two parts @var{from} and
8767 @var{to} respectively. @value{GDBN} does a simple string replacement
8768 of @var{from} with @var{to} at the start of the directory part of the
8769 source file name, and uses that result instead of the original file
8770 name to look up the sources.
8771
8772 Using the previous example, suppose the @file{foo-1.0} tree has been
8773 moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
8774 @value{GDBN} to replace @file{/usr/src} in all source path names with
8775 @file{/mnt/cross}. The first lookup will then be
8776 @file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
8777 of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
8778 substitution rule, use the @code{set substitute-path} command
8779 (@pxref{set substitute-path}).
8780
8781 To avoid unexpected substitution results, a rule is applied only if the
8782 @var{from} part of the directory name ends at a directory separator.
8783 For instance, a rule substituting @file{/usr/source} into
8784 @file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
8785 not to @file{/usr/sourceware/foo-2.0}. And because the substitution
8786 is applied only at the beginning of the directory name, this rule will
8787 not be applied to @file{/root/usr/source/baz.c} either.
8788
8789 In many cases, you can achieve the same result using the @code{directory}
8790 command. However, @code{set substitute-path} can be more efficient in
8791 the case where the sources are organized in a complex tree with multiple
8792 subdirectories. With the @code{directory} command, you need to add each
8793 subdirectory of your project. If you moved the entire tree while
8794 preserving its internal organization, then @code{set substitute-path}
8795 allows you to direct the debugger to all the sources with one single
8796 command.
8797
8798 @code{set substitute-path} is also more than just a shortcut command.
8799 The source path is only used if the file at the original location no
8800 longer exists. On the other hand, @code{set substitute-path} modifies
8801 the debugger behavior to look at the rewritten location instead. So, if
8802 for any reason a source file that is not relevant to your executable is
8803 located at the original location, a substitution rule is the only
8804 method available to point @value{GDBN} at the new location.
8805
8806 @cindex @samp{--with-relocated-sources}
8807 @cindex default source path substitution
8808 You can configure a default source path substitution rule by
8809 configuring @value{GDBN} with the
8810 @samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
8811 should be the name of a directory under @value{GDBN}'s configured
8812 prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
8813 directory names in debug information under @var{dir} will be adjusted
8814 automatically if the installed @value{GDBN} is moved to a new
8815 location. This is useful if @value{GDBN}, libraries or executables
8816 with debug information and corresponding source code are being moved
8817 together.
8818
8819 @table @code
8820 @item directory @var{dirname} @dots{}
8821 @item dir @var{dirname} @dots{}
8822 Add directory @var{dirname} to the front of the source path. Several
8823 directory names may be given to this command, separated by @samp{:}
8824 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
8825 part of absolute file names) or
8826 whitespace. You may specify a directory that is already in the source
8827 path; this moves it forward, so @value{GDBN} searches it sooner.
8828
8829 @kindex cdir
8830 @kindex cwd
8831 @vindex $cdir@r{, convenience variable}
8832 @vindex $cwd@r{, convenience variable}
8833 @cindex compilation directory
8834 @cindex current directory
8835 @cindex working directory
8836 @cindex directory, current
8837 @cindex directory, compilation
8838 You can use the string @samp{$cdir} to refer to the compilation
8839 directory (if one is recorded), and @samp{$cwd} to refer to the current
8840 working directory. @samp{$cwd} is not the same as @samp{.}---the former
8841 tracks the current working directory as it changes during your @value{GDBN}
8842 session, while the latter is immediately expanded to the current
8843 directory at the time you add an entry to the source path.
8844
8845 @item directory
8846 Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
8847
8848 @c RET-repeat for @code{directory} is explicitly disabled, but since
8849 @c repeating it would be a no-op we do not say that. (thanks to RMS)
8850
8851 @item set directories @var{path-list}
8852 @kindex set directories
8853 Set the source path to @var{path-list}.
8854 @samp{$cdir:$cwd} are added if missing.
8855
8856 @item show directories
8857 @kindex show directories
8858 Print the source path: show which directories it contains.
8859
8860 @anchor{set substitute-path}
8861 @item set substitute-path @var{from} @var{to}
8862 @kindex set substitute-path
8863 Define a source path substitution rule, and add it at the end of the
8864 current list of existing substitution rules. If a rule with the same
8865 @var{from} was already defined, then the old rule is also deleted.
8866
8867 For example, if the file @file{/foo/bar/baz.c} was moved to
8868 @file{/mnt/cross/baz.c}, then the command
8869
8870 @smallexample
8871 (@value{GDBP}) set substitute-path /foo/bar /mnt/cross
8872 @end smallexample
8873
8874 @noindent
8875 will tell @value{GDBN} to replace @samp{/foo/bar} with
8876 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
8877 @file{baz.c} even though it was moved.
8878
8879 In the case when more than one substitution rule have been defined,
8880 the rules are evaluated one by one in the order where they have been
8881 defined. The first one matching, if any, is selected to perform
8882 the substitution.
8883
8884 For instance, if we had entered the following commands:
8885
8886 @smallexample
8887 (@value{GDBP}) set substitute-path /usr/src/include /mnt/include
8888 (@value{GDBP}) set substitute-path /usr/src /mnt/src
8889 @end smallexample
8890
8891 @noindent
8892 @value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
8893 @file{/mnt/include/defs.h} by using the first rule. However, it would
8894 use the second rule to rewrite @file{/usr/src/lib/foo.c} into
8895 @file{/mnt/src/lib/foo.c}.
8896
8897
8898 @item unset substitute-path [path]
8899 @kindex unset substitute-path
8900 If a path is specified, search the current list of substitution rules
8901 for a rule that would rewrite that path. Delete that rule if found.
8902 A warning is emitted by the debugger if no rule could be found.
8903
8904 If no path is specified, then all substitution rules are deleted.
8905
8906 @item show substitute-path [path]
8907 @kindex show substitute-path
8908 If a path is specified, then print the source path substitution rule
8909 which would rewrite that path, if any.
8910
8911 If no path is specified, then print all existing source path substitution
8912 rules.
8913
8914 @end table
8915
8916 If your source path is cluttered with directories that are no longer of
8917 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
8918 versions of source. You can correct the situation as follows:
8919
8920 @enumerate
8921 @item
8922 Use @code{directory} with no argument to reset the source path to its default value.
8923
8924 @item
8925 Use @code{directory} with suitable arguments to reinstall the
8926 directories you want in the source path. You can add all the
8927 directories in one command.
8928 @end enumerate
8929
8930 @node Machine Code
8931 @section Source and Machine Code
8932 @cindex source line and its code address
8933
8934 You can use the command @code{info line} to map source lines to program
8935 addresses (and vice versa), and the command @code{disassemble} to display
8936 a range of addresses as machine instructions. You can use the command
8937 @code{set disassemble-next-line} to set whether to disassemble next
8938 source line when execution stops. When run under @sc{gnu} Emacs
8939 mode, the @code{info line} command causes the arrow to point to the
8940 line specified. Also, @code{info line} prints addresses in symbolic form as
8941 well as hex.
8942
8943 @table @code
8944 @kindex info line
8945 @item info line
8946 @itemx info line @var{location}
8947 Print the starting and ending addresses of the compiled code for
8948 source line @var{location}. You can specify source lines in any of
8949 the ways documented in @ref{Specify Location}. With no @var{location}
8950 information about the current source line is printed.
8951 @end table
8952
8953 For example, we can use @code{info line} to discover the location of
8954 the object code for the first line of function
8955 @code{m4_changequote}:
8956
8957 @smallexample
8958 (@value{GDBP}) info line m4_changequote
8959 Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
8960 ends at 0x6350 <m4_changequote+4>.
8961 @end smallexample
8962
8963 @noindent
8964 @cindex code address and its source line
8965 We can also inquire (using @code{*@var{addr}} as the form for
8966 @var{location}) what source line covers a particular address:
8967 @smallexample
8968 (@value{GDBP}) info line *0x63ff
8969 Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
8970 ends at 0x6404 <m4_changequote+184>.
8971 @end smallexample
8972
8973 @cindex @code{$_} and @code{info line}
8974 @cindex @code{x} command, default address
8975 @kindex x@r{(examine), and} info line
8976 After @code{info line}, the default address for the @code{x} command
8977 is changed to the starting address of the line, so that @samp{x/i} is
8978 sufficient to begin examining the machine code (@pxref{Memory,
8979 ,Examining Memory}). Also, this address is saved as the value of the
8980 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
8981 Variables}).
8982
8983 @cindex info line, repeated calls
8984 After @code{info line}, using @code{info line} again without
8985 specifying a location will display information about the next source
8986 line.
8987
8988 @table @code
8989 @kindex disassemble
8990 @cindex assembly instructions
8991 @cindex instructions, assembly
8992 @cindex machine instructions
8993 @cindex listing machine instructions
8994 @item disassemble
8995 @itemx disassemble /m
8996 @itemx disassemble /s
8997 @itemx disassemble /r
8998 This specialized command dumps a range of memory as machine
8999 instructions. It can also print mixed source+disassembly by specifying
9000 the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9001 as well as in symbolic form by specifying the @code{/r} modifier.
9002 The default memory range is the function surrounding the
9003 program counter of the selected frame. A single argument to this
9004 command is a program counter value; @value{GDBN} dumps the function
9005 surrounding this value. When two arguments are given, they should
9006 be separated by a comma, possibly surrounded by whitespace. The
9007 arguments specify a range of addresses to dump, in one of two forms:
9008
9009 @table @code
9010 @item @var{start},@var{end}
9011 the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9012 @item @var{start},+@var{length}
9013 the addresses from @var{start} (inclusive) to
9014 @code{@var{start}+@var{length}} (exclusive).
9015 @end table
9016
9017 @noindent
9018 When 2 arguments are specified, the name of the function is also
9019 printed (since there could be several functions in the given range).
9020
9021 The argument(s) can be any expression yielding a numeric value, such as
9022 @samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
9023
9024 If the range of memory being disassembled contains current program counter,
9025 the instruction at that location is shown with a @code{=>} marker.
9026 @end table
9027
9028 The following example shows the disassembly of a range of addresses of
9029 HP PA-RISC 2.0 code:
9030
9031 @smallexample
9032 (@value{GDBP}) disas 0x32c4, 0x32e4
9033 Dump of assembler code from 0x32c4 to 0x32e4:
9034 0x32c4 <main+204>: addil 0,dp
9035 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9036 0x32cc <main+212>: ldil 0x3000,r31
9037 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9038 0x32d4 <main+220>: ldo 0(r31),rp
9039 0x32d8 <main+224>: addil -0x800,dp
9040 0x32dc <main+228>: ldo 0x588(r1),r26
9041 0x32e0 <main+232>: ldil 0x3000,r31
9042 End of assembler dump.
9043 @end smallexample
9044
9045 Here is an example showing mixed source+assembly for Intel x86
9046 with @code{/m} or @code{/s}, when the program is stopped just after
9047 function prologue in a non-optimized function with no inline code.
9048
9049 @smallexample
9050 (@value{GDBP}) disas /m main
9051 Dump of assembler code for function main:
9052 5 @{
9053 0x08048330 <+0>: push %ebp
9054 0x08048331 <+1>: mov %esp,%ebp
9055 0x08048333 <+3>: sub $0x8,%esp
9056 0x08048336 <+6>: and $0xfffffff0,%esp
9057 0x08048339 <+9>: sub $0x10,%esp
9058
9059 6 printf ("Hello.\n");
9060 => 0x0804833c <+12>: movl $0x8048440,(%esp)
9061 0x08048343 <+19>: call 0x8048284 <puts@@plt>
9062
9063 7 return 0;
9064 8 @}
9065 0x08048348 <+24>: mov $0x0,%eax
9066 0x0804834d <+29>: leave
9067 0x0804834e <+30>: ret
9068
9069 End of assembler dump.
9070 @end smallexample
9071
9072 The @code{/m} option is deprecated as its output is not useful when
9073 there is either inlined code or re-ordered code.
9074 The @code{/s} option is the preferred choice.
9075 Here is an example for AMD x86-64 showing the difference between
9076 @code{/m} output and @code{/s} output.
9077 This example has one inline function defined in a header file,
9078 and the code is compiled with @samp{-O2} optimization.
9079 Note how the @code{/m} output is missing the disassembly of
9080 several instructions that are present in the @code{/s} output.
9081
9082 @file{foo.h}:
9083
9084 @smallexample
9085 int
9086 foo (int a)
9087 @{
9088 if (a < 0)
9089 return a * 2;
9090 if (a == 0)
9091 return 1;
9092 return a + 10;
9093 @}
9094 @end smallexample
9095
9096 @file{foo.c}:
9097
9098 @smallexample
9099 #include "foo.h"
9100 volatile int x, y;
9101 int
9102 main ()
9103 @{
9104 x = foo (y);
9105 return 0;
9106 @}
9107 @end smallexample
9108
9109 @smallexample
9110 (@value{GDBP}) disas /m main
9111 Dump of assembler code for function main:
9112 5 @{
9113
9114 6 x = foo (y);
9115 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9116 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9117
9118 7 return 0;
9119 8 @}
9120 0x000000000040041d <+29>: xor %eax,%eax
9121 0x000000000040041f <+31>: retq
9122 0x0000000000400420 <+32>: add %eax,%eax
9123 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9124
9125 End of assembler dump.
9126 (@value{GDBP}) disas /s main
9127 Dump of assembler code for function main:
9128 foo.c:
9129 5 @{
9130 6 x = foo (y);
9131 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9132
9133 foo.h:
9134 4 if (a < 0)
9135 0x0000000000400406 <+6>: test %eax,%eax
9136 0x0000000000400408 <+8>: js 0x400420 <main+32>
9137
9138 6 if (a == 0)
9139 7 return 1;
9140 8 return a + 10;
9141 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9142 0x000000000040040d <+13>: test %eax,%eax
9143 0x000000000040040f <+15>: mov $0x1,%eax
9144 0x0000000000400414 <+20>: cmovne %edx,%eax
9145
9146 foo.c:
9147 6 x = foo (y);
9148 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9149
9150 7 return 0;
9151 8 @}
9152 0x000000000040041d <+29>: xor %eax,%eax
9153 0x000000000040041f <+31>: retq
9154
9155 foo.h:
9156 5 return a * 2;
9157 0x0000000000400420 <+32>: add %eax,%eax
9158 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9159 End of assembler dump.
9160 @end smallexample
9161
9162 Here is another example showing raw instructions in hex for AMD x86-64,
9163
9164 @smallexample
9165 (gdb) disas /r 0x400281,+10
9166 Dump of assembler code from 0x400281 to 0x40028b:
9167 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9168 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9169 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9170 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9171 End of assembler dump.
9172 @end smallexample
9173
9174 Addresses cannot be specified as a location (@pxref{Specify Location}).
9175 So, for example, if you want to disassemble function @code{bar}
9176 in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9177 and not @samp{disassemble foo.c:bar}.
9178
9179 Some architectures have more than one commonly-used set of instruction
9180 mnemonics or other syntax.
9181
9182 For programs that were dynamically linked and use shared libraries,
9183 instructions that call functions or branch to locations in the shared
9184 libraries might show a seemingly bogus location---it's actually a
9185 location of the relocation table. On some architectures, @value{GDBN}
9186 might be able to resolve these to actual function names.
9187
9188 @table @code
9189 @kindex set disassembler-options
9190 @cindex disassembler options
9191 @item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9192 This command controls the passing of target specific information to
9193 the disassembler. For a list of valid options, please refer to the
9194 @code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9195 manual and/or the output of @kbd{objdump --help}
9196 (@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
9197 The default value is the empty string.
9198
9199 If it is necessary to specify more than one disassembler option, then
9200 multiple options can be placed together into a comma separated list.
9201 Currently this command is only supported on targets ARM, MIPS, PowerPC
9202 and S/390.
9203
9204 @kindex show disassembler-options
9205 @item show disassembler-options
9206 Show the current setting of the disassembler options.
9207 @end table
9208
9209 @table @code
9210 @kindex set disassembly-flavor
9211 @cindex Intel disassembly flavor
9212 @cindex AT&T disassembly flavor
9213 @item set disassembly-flavor @var{instruction-set}
9214 Select the instruction set to use when disassembling the
9215 program via the @code{disassemble} or @code{x/i} commands.
9216
9217 Currently this command is only defined for the Intel x86 family. You
9218 can set @var{instruction-set} to either @code{intel} or @code{att}.
9219 The default is @code{att}, the AT&T flavor used by default by Unix
9220 assemblers for x86-based targets.
9221
9222 @kindex show disassembly-flavor
9223 @item show disassembly-flavor
9224 Show the current setting of the disassembly flavor.
9225 @end table
9226
9227 @table @code
9228 @kindex set disassemble-next-line
9229 @kindex show disassemble-next-line
9230 @item set disassemble-next-line
9231 @itemx show disassemble-next-line
9232 Control whether or not @value{GDBN} will disassemble the next source
9233 line or instruction when execution stops. If ON, @value{GDBN} will
9234 display disassembly of the next source line when execution of the
9235 program being debugged stops. This is @emph{in addition} to
9236 displaying the source line itself, which @value{GDBN} always does if
9237 possible. If the next source line cannot be displayed for some reason
9238 (e.g., if @value{GDBN} cannot find the source file, or there's no line
9239 info in the debug info), @value{GDBN} will display disassembly of the
9240 next @emph{instruction} instead of showing the next source line. If
9241 AUTO, @value{GDBN} will display disassembly of next instruction only
9242 if the source line cannot be displayed. This setting causes
9243 @value{GDBN} to display some feedback when you step through a function
9244 with no line info or whose source file is unavailable. The default is
9245 OFF, which means never display the disassembly of the next line or
9246 instruction.
9247 @end table
9248
9249
9250 @node Data
9251 @chapter Examining Data
9252
9253 @cindex printing data
9254 @cindex examining data
9255 @kindex print
9256 @kindex inspect
9257 The usual way to examine data in your program is with the @code{print}
9258 command (abbreviated @code{p}), or its synonym @code{inspect}. It
9259 evaluates and prints the value of an expression of the language your
9260 program is written in (@pxref{Languages, ,Using @value{GDBN} with
9261 Different Languages}). It may also print the expression using a
9262 Python-based pretty-printer (@pxref{Pretty Printing}).
9263
9264 @table @code
9265 @item print @var{expr}
9266 @itemx print /@var{f} @var{expr}
9267 @var{expr} is an expression (in the source language). By default the
9268 value of @var{expr} is printed in a format appropriate to its data type;
9269 you can choose a different format by specifying @samp{/@var{f}}, where
9270 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
9271 Formats}.
9272
9273 @item print
9274 @itemx print /@var{f}
9275 @cindex reprint the last value
9276 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
9277 @dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
9278 conveniently inspect the same value in an alternative format.
9279 @end table
9280
9281 A more low-level way of examining data is with the @code{x} command.
9282 It examines data in memory at a specified address and prints it in a
9283 specified format. @xref{Memory, ,Examining Memory}.
9284
9285 If you are interested in information about types, or about how the
9286 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
9287 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
9288 Table}.
9289
9290 @cindex exploring hierarchical data structures
9291 @kindex explore
9292 Another way of examining values of expressions and type information is
9293 through the Python extension command @code{explore} (available only if
9294 the @value{GDBN} build is configured with @code{--with-python}). It
9295 offers an interactive way to start at the highest level (or, the most
9296 abstract level) of the data type of an expression (or, the data type
9297 itself) and explore all the way down to leaf scalar values/fields
9298 embedded in the higher level data types.
9299
9300 @table @code
9301 @item explore @var{arg}
9302 @var{arg} is either an expression (in the source language), or a type
9303 visible in the current context of the program being debugged.
9304 @end table
9305
9306 The working of the @code{explore} command can be illustrated with an
9307 example. If a data type @code{struct ComplexStruct} is defined in your
9308 C program as
9309
9310 @smallexample
9311 struct SimpleStruct
9312 @{
9313 int i;
9314 double d;
9315 @};
9316
9317 struct ComplexStruct
9318 @{
9319 struct SimpleStruct *ss_p;
9320 int arr[10];
9321 @};
9322 @end smallexample
9323
9324 @noindent
9325 followed by variable declarations as
9326
9327 @smallexample
9328 struct SimpleStruct ss = @{ 10, 1.11 @};
9329 struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
9330 @end smallexample
9331
9332 @noindent
9333 then, the value of the variable @code{cs} can be explored using the
9334 @code{explore} command as follows.
9335
9336 @smallexample
9337 (gdb) explore cs
9338 The value of `cs' is a struct/class of type `struct ComplexStruct' with
9339 the following fields:
9340
9341 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
9342 arr = <Enter 1 to explore this field of type `int [10]'>
9343
9344 Enter the field number of choice:
9345 @end smallexample
9346
9347 @noindent
9348 Since the fields of @code{cs} are not scalar values, you are being
9349 prompted to chose the field you want to explore. Let's say you choose
9350 the field @code{ss_p} by entering @code{0}. Then, since this field is a
9351 pointer, you will be asked if it is pointing to a single value. From
9352 the declaration of @code{cs} above, it is indeed pointing to a single
9353 value, hence you enter @code{y}. If you enter @code{n}, then you will
9354 be asked if it were pointing to an array of values, in which case this
9355 field will be explored as if it were an array.
9356
9357 @smallexample
9358 `cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
9359 Continue exploring it as a pointer to a single value [y/n]: y
9360 The value of `*(cs.ss_p)' is a struct/class of type `struct
9361 SimpleStruct' with the following fields:
9362
9363 i = 10 .. (Value of type `int')
9364 d = 1.1100000000000001 .. (Value of type `double')
9365
9366 Press enter to return to parent value:
9367 @end smallexample
9368
9369 @noindent
9370 If the field @code{arr} of @code{cs} was chosen for exploration by
9371 entering @code{1} earlier, then since it is as array, you will be
9372 prompted to enter the index of the element in the array that you want
9373 to explore.
9374
9375 @smallexample
9376 `cs.arr' is an array of `int'.
9377 Enter the index of the element you want to explore in `cs.arr': 5
9378
9379 `(cs.arr)[5]' is a scalar value of type `int'.
9380
9381 (cs.arr)[5] = 4
9382
9383 Press enter to return to parent value:
9384 @end smallexample
9385
9386 In general, at any stage of exploration, you can go deeper towards the
9387 leaf values by responding to the prompts appropriately, or hit the
9388 return key to return to the enclosing data structure (the @i{higher}
9389 level data structure).
9390
9391 Similar to exploring values, you can use the @code{explore} command to
9392 explore types. Instead of specifying a value (which is typically a
9393 variable name or an expression valid in the current context of the
9394 program being debugged), you specify a type name. If you consider the
9395 same example as above, your can explore the type
9396 @code{struct ComplexStruct} by passing the argument
9397 @code{struct ComplexStruct} to the @code{explore} command.
9398
9399 @smallexample
9400 (gdb) explore struct ComplexStruct
9401 @end smallexample
9402
9403 @noindent
9404 By responding to the prompts appropriately in the subsequent interactive
9405 session, you can explore the type @code{struct ComplexStruct} in a
9406 manner similar to how the value @code{cs} was explored in the above
9407 example.
9408
9409 The @code{explore} command also has two sub-commands,
9410 @code{explore value} and @code{explore type}. The former sub-command is
9411 a way to explicitly specify that value exploration of the argument is
9412 being invoked, while the latter is a way to explicitly specify that type
9413 exploration of the argument is being invoked.
9414
9415 @table @code
9416 @item explore value @var{expr}
9417 @cindex explore value
9418 This sub-command of @code{explore} explores the value of the
9419 expression @var{expr} (if @var{expr} is an expression valid in the
9420 current context of the program being debugged). The behavior of this
9421 command is identical to that of the behavior of the @code{explore}
9422 command being passed the argument @var{expr}.
9423
9424 @item explore type @var{arg}
9425 @cindex explore type
9426 This sub-command of @code{explore} explores the type of @var{arg} (if
9427 @var{arg} is a type visible in the current context of program being
9428 debugged), or the type of the value/expression @var{arg} (if @var{arg}
9429 is an expression valid in the current context of the program being
9430 debugged). If @var{arg} is a type, then the behavior of this command is
9431 identical to that of the @code{explore} command being passed the
9432 argument @var{arg}. If @var{arg} is an expression, then the behavior of
9433 this command will be identical to that of the @code{explore} command
9434 being passed the type of @var{arg} as the argument.
9435 @end table
9436
9437 @menu
9438 * Expressions:: Expressions
9439 * Ambiguous Expressions:: Ambiguous Expressions
9440 * Variables:: Program variables
9441 * Arrays:: Artificial arrays
9442 * Output Formats:: Output formats
9443 * Memory:: Examining memory
9444 * Auto Display:: Automatic display
9445 * Print Settings:: Print settings
9446 * Pretty Printing:: Python pretty printing
9447 * Value History:: Value history
9448 * Convenience Vars:: Convenience variables
9449 * Convenience Funs:: Convenience functions
9450 * Registers:: Registers
9451 * Floating Point Hardware:: Floating point hardware
9452 * Vector Unit:: Vector Unit
9453 * OS Information:: Auxiliary data provided by operating system
9454 * Memory Region Attributes:: Memory region attributes
9455 * Dump/Restore Files:: Copy between memory and a file
9456 * Core File Generation:: Cause a program dump its core
9457 * Character Sets:: Debugging programs that use a different
9458 character set than GDB does
9459 * Caching Target Data:: Data caching for targets
9460 * Searching Memory:: Searching memory for a sequence of bytes
9461 * Value Sizes:: Managing memory allocated for values
9462 @end menu
9463
9464 @node Expressions
9465 @section Expressions
9466
9467 @cindex expressions
9468 @code{print} and many other @value{GDBN} commands accept an expression and
9469 compute its value. Any kind of constant, variable or operator defined
9470 by the programming language you are using is valid in an expression in
9471 @value{GDBN}. This includes conditional expressions, function calls,
9472 casts, and string constants. It also includes preprocessor macros, if
9473 you compiled your program to include this information; see
9474 @ref{Compilation}.
9475
9476 @cindex arrays in expressions
9477 @value{GDBN} supports array constants in expressions input by
9478 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
9479 you can use the command @code{print @{1, 2, 3@}} to create an array
9480 of three integers. If you pass an array to a function or assign it
9481 to a program variable, @value{GDBN} copies the array to memory that
9482 is @code{malloc}ed in the target program.
9483
9484 Because C is so widespread, most of the expressions shown in examples in
9485 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
9486 Languages}, for information on how to use expressions in other
9487 languages.
9488
9489 In this section, we discuss operators that you can use in @value{GDBN}
9490 expressions regardless of your programming language.
9491
9492 @cindex casts, in expressions
9493 Casts are supported in all languages, not just in C, because it is so
9494 useful to cast a number into a pointer in order to examine a structure
9495 at that address in memory.
9496 @c FIXME: casts supported---Mod2 true?
9497
9498 @value{GDBN} supports these operators, in addition to those common
9499 to programming languages:
9500
9501 @table @code
9502 @item @@
9503 @samp{@@} is a binary operator for treating parts of memory as arrays.
9504 @xref{Arrays, ,Artificial Arrays}, for more information.
9505
9506 @item ::
9507 @samp{::} allows you to specify a variable in terms of the file or
9508 function where it is defined. @xref{Variables, ,Program Variables}.
9509
9510 @cindex @{@var{type}@}
9511 @cindex type casting memory
9512 @cindex memory, viewing as typed object
9513 @cindex casts, to view memory
9514 @item @{@var{type}@} @var{addr}
9515 Refers to an object of type @var{type} stored at address @var{addr} in
9516 memory. The address @var{addr} may be any expression whose value is
9517 an integer or pointer (but parentheses are required around binary
9518 operators, just as in a cast). This construct is allowed regardless
9519 of what kind of data is normally supposed to reside at @var{addr}.
9520 @end table
9521
9522 @node Ambiguous Expressions
9523 @section Ambiguous Expressions
9524 @cindex ambiguous expressions
9525
9526 Expressions can sometimes contain some ambiguous elements. For instance,
9527 some programming languages (notably Ada, C@t{++} and Objective-C) permit
9528 a single function name to be defined several times, for application in
9529 different contexts. This is called @dfn{overloading}. Another example
9530 involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
9531 templates and is typically instantiated several times, resulting in
9532 the same function name being defined in different contexts.
9533
9534 In some cases and depending on the language, it is possible to adjust
9535 the expression to remove the ambiguity. For instance in C@t{++}, you
9536 can specify the signature of the function you want to break on, as in
9537 @kbd{break @var{function}(@var{types})}. In Ada, using the fully
9538 qualified name of your function often makes the expression unambiguous
9539 as well.
9540
9541 When an ambiguity that needs to be resolved is detected, the debugger
9542 has the capability to display a menu of numbered choices for each
9543 possibility, and then waits for the selection with the prompt @samp{>}.
9544 The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
9545 aborts the current command. If the command in which the expression was
9546 used allows more than one choice to be selected, the next option in the
9547 menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
9548 choices.
9549
9550 For example, the following session excerpt shows an attempt to set a
9551 breakpoint at the overloaded symbol @code{String::after}.
9552 We choose three particular definitions of that function name:
9553
9554 @c FIXME! This is likely to change to show arg type lists, at least
9555 @smallexample
9556 @group
9557 (@value{GDBP}) b String::after
9558 [0] cancel
9559 [1] all
9560 [2] file:String.cc; line number:867
9561 [3] file:String.cc; line number:860
9562 [4] file:String.cc; line number:875
9563 [5] file:String.cc; line number:853
9564 [6] file:String.cc; line number:846
9565 [7] file:String.cc; line number:735
9566 > 2 4 6
9567 Breakpoint 1 at 0xb26c: file String.cc, line 867.
9568 Breakpoint 2 at 0xb344: file String.cc, line 875.
9569 Breakpoint 3 at 0xafcc: file String.cc, line 846.
9570 Multiple breakpoints were set.
9571 Use the "delete" command to delete unwanted
9572 breakpoints.
9573 (@value{GDBP})
9574 @end group
9575 @end smallexample
9576
9577 @table @code
9578 @kindex set multiple-symbols
9579 @item set multiple-symbols @var{mode}
9580 @cindex multiple-symbols menu
9581
9582 This option allows you to adjust the debugger behavior when an expression
9583 is ambiguous.
9584
9585 By default, @var{mode} is set to @code{all}. If the command with which
9586 the expression is used allows more than one choice, then @value{GDBN}
9587 automatically selects all possible choices. For instance, inserting
9588 a breakpoint on a function using an ambiguous name results in a breakpoint
9589 inserted on each possible match. However, if a unique choice must be made,
9590 then @value{GDBN} uses the menu to help you disambiguate the expression.
9591 For instance, printing the address of an overloaded function will result
9592 in the use of the menu.
9593
9594 When @var{mode} is set to @code{ask}, the debugger always uses the menu
9595 when an ambiguity is detected.
9596
9597 Finally, when @var{mode} is set to @code{cancel}, the debugger reports
9598 an error due to the ambiguity and the command is aborted.
9599
9600 @kindex show multiple-symbols
9601 @item show multiple-symbols
9602 Show the current value of the @code{multiple-symbols} setting.
9603 @end table
9604
9605 @node Variables
9606 @section Program Variables
9607
9608 The most common kind of expression to use is the name of a variable
9609 in your program.
9610
9611 Variables in expressions are understood in the selected stack frame
9612 (@pxref{Selection, ,Selecting a Frame}); they must be either:
9613
9614 @itemize @bullet
9615 @item
9616 global (or file-static)
9617 @end itemize
9618
9619 @noindent or
9620
9621 @itemize @bullet
9622 @item
9623 visible according to the scope rules of the
9624 programming language from the point of execution in that frame
9625 @end itemize
9626
9627 @noindent This means that in the function
9628
9629 @smallexample
9630 foo (a)
9631 int a;
9632 @{
9633 bar (a);
9634 @{
9635 int b = test ();
9636 bar (b);
9637 @}
9638 @}
9639 @end smallexample
9640
9641 @noindent
9642 you can examine and use the variable @code{a} whenever your program is
9643 executing within the function @code{foo}, but you can only use or
9644 examine the variable @code{b} while your program is executing inside
9645 the block where @code{b} is declared.
9646
9647 @cindex variable name conflict
9648 There is an exception: you can refer to a variable or function whose
9649 scope is a single source file even if the current execution point is not
9650 in this file. But it is possible to have more than one such variable or
9651 function with the same name (in different source files). If that
9652 happens, referring to that name has unpredictable effects. If you wish,
9653 you can specify a static variable in a particular function or file by
9654 using the colon-colon (@code{::}) notation:
9655
9656 @cindex colon-colon, context for variables/functions
9657 @ifnotinfo
9658 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
9659 @cindex @code{::}, context for variables/functions
9660 @end ifnotinfo
9661 @smallexample
9662 @var{file}::@var{variable}
9663 @var{function}::@var{variable}
9664 @end smallexample
9665
9666 @noindent
9667 Here @var{file} or @var{function} is the name of the context for the
9668 static @var{variable}. In the case of file names, you can use quotes to
9669 make sure @value{GDBN} parses the file name as a single word---for example,
9670 to print a global value of @code{x} defined in @file{f2.c}:
9671
9672 @smallexample
9673 (@value{GDBP}) p 'f2.c'::x
9674 @end smallexample
9675
9676 The @code{::} notation is normally used for referring to
9677 static variables, since you typically disambiguate uses of local variables
9678 in functions by selecting the appropriate frame and using the
9679 simple name of the variable. However, you may also use this notation
9680 to refer to local variables in frames enclosing the selected frame:
9681
9682 @smallexample
9683 void
9684 foo (int a)
9685 @{
9686 if (a < 10)
9687 bar (a);
9688 else
9689 process (a); /* Stop here */
9690 @}
9691
9692 int
9693 bar (int a)
9694 @{
9695 foo (a + 5);
9696 @}
9697 @end smallexample
9698
9699 @noindent
9700 For example, if there is a breakpoint at the commented line,
9701 here is what you might see
9702 when the program stops after executing the call @code{bar(0)}:
9703
9704 @smallexample
9705 (@value{GDBP}) p a
9706 $1 = 10
9707 (@value{GDBP}) p bar::a
9708 $2 = 5
9709 (@value{GDBP}) up 2
9710 #2 0x080483d0 in foo (a=5) at foobar.c:12
9711 (@value{GDBP}) p a
9712 $3 = 5
9713 (@value{GDBP}) p bar::a
9714 $4 = 0
9715 @end smallexample
9716
9717 @cindex C@t{++} scope resolution
9718 These uses of @samp{::} are very rarely in conflict with the very
9719 similar use of the same notation in C@t{++}. When they are in
9720 conflict, the C@t{++} meaning takes precedence; however, this can be
9721 overridden by quoting the file or function name with single quotes.
9722
9723 For example, suppose the program is stopped in a method of a class
9724 that has a field named @code{includefile}, and there is also an
9725 include file named @file{includefile} that defines a variable,
9726 @code{some_global}.
9727
9728 @smallexample
9729 (@value{GDBP}) p includefile
9730 $1 = 23
9731 (@value{GDBP}) p includefile::some_global
9732 A syntax error in expression, near `'.
9733 (@value{GDBP}) p 'includefile'::some_global
9734 $2 = 27
9735 @end smallexample
9736
9737 @cindex wrong values
9738 @cindex variable values, wrong
9739 @cindex function entry/exit, wrong values of variables
9740 @cindex optimized code, wrong values of variables
9741 @quotation
9742 @emph{Warning:} Occasionally, a local variable may appear to have the
9743 wrong value at certain points in a function---just after entry to a new
9744 scope, and just before exit.
9745 @end quotation
9746 You may see this problem when you are stepping by machine instructions.
9747 This is because, on most machines, it takes more than one instruction to
9748 set up a stack frame (including local variable definitions); if you are
9749 stepping by machine instructions, variables may appear to have the wrong
9750 values until the stack frame is completely built. On exit, it usually
9751 also takes more than one machine instruction to destroy a stack frame;
9752 after you begin stepping through that group of instructions, local
9753 variable definitions may be gone.
9754
9755 This may also happen when the compiler does significant optimizations.
9756 To be sure of always seeing accurate values, turn off all optimization
9757 when compiling.
9758
9759 @cindex ``No symbol "foo" in current context''
9760 Another possible effect of compiler optimizations is to optimize
9761 unused variables out of existence, or assign variables to registers (as
9762 opposed to memory addresses). Depending on the support for such cases
9763 offered by the debug info format used by the compiler, @value{GDBN}
9764 might not be able to display values for such local variables. If that
9765 happens, @value{GDBN} will print a message like this:
9766
9767 @smallexample
9768 No symbol "foo" in current context.
9769 @end smallexample
9770
9771 To solve such problems, either recompile without optimizations, or use a
9772 different debug info format, if the compiler supports several such
9773 formats. @xref{Compilation}, for more information on choosing compiler
9774 options. @xref{C, ,C and C@t{++}}, for more information about debug
9775 info formats that are best suited to C@t{++} programs.
9776
9777 If you ask to print an object whose contents are unknown to
9778 @value{GDBN}, e.g., because its data type is not completely specified
9779 by the debug information, @value{GDBN} will say @samp{<incomplete
9780 type>}. @xref{Symbols, incomplete type}, for more about this.
9781
9782 @cindex no debug info variables
9783 If you try to examine or use the value of a (global) variable for
9784 which @value{GDBN} has no type information, e.g., because the program
9785 includes no debug information, @value{GDBN} displays an error message.
9786 @xref{Symbols, unknown type}, for more about unknown types. If you
9787 cast the variable to its declared type, @value{GDBN} gets the
9788 variable's value using the cast-to type as the variable's type. For
9789 example, in a C program:
9790
9791 @smallexample
9792 (@value{GDBP}) p var
9793 'var' has unknown type; cast it to its declared type
9794 (@value{GDBP}) p (float) var
9795 $1 = 3.14
9796 @end smallexample
9797
9798 If you append @kbd{@@entry} string to a function parameter name you get its
9799 value at the time the function got called. If the value is not available an
9800 error message is printed. Entry values are available only with some compilers.
9801 Entry values are normally also printed at the function parameter list according
9802 to @ref{set print entry-values}.
9803
9804 @smallexample
9805 Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
9806 29 i++;
9807 (gdb) next
9808 30 e (i);
9809 (gdb) print i
9810 $1 = 31
9811 (gdb) print i@@entry
9812 $2 = 30
9813 @end smallexample
9814
9815 Strings are identified as arrays of @code{char} values without specified
9816 signedness. Arrays of either @code{signed char} or @code{unsigned char} get
9817 printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
9818 @code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
9819 defines literal string type @code{"char"} as @code{char} without a sign.
9820 For program code
9821
9822 @smallexample
9823 char var0[] = "A";
9824 signed char var1[] = "A";
9825 @end smallexample
9826
9827 You get during debugging
9828 @smallexample
9829 (gdb) print var0
9830 $1 = "A"
9831 (gdb) print var1
9832 $2 = @{65 'A', 0 '\0'@}
9833 @end smallexample
9834
9835 @node Arrays
9836 @section Artificial Arrays
9837
9838 @cindex artificial array
9839 @cindex arrays
9840 @kindex @@@r{, referencing memory as an array}
9841 It is often useful to print out several successive objects of the
9842 same type in memory; a section of an array, or an array of
9843 dynamically determined size for which only a pointer exists in the
9844 program.
9845
9846 You can do this by referring to a contiguous span of memory as an
9847 @dfn{artificial array}, using the binary operator @samp{@@}. The left
9848 operand of @samp{@@} should be the first element of the desired array
9849 and be an individual object. The right operand should be the desired length
9850 of the array. The result is an array value whose elements are all of
9851 the type of the left argument. The first element is actually the left
9852 argument; the second element comes from bytes of memory immediately
9853 following those that hold the first element, and so on. Here is an
9854 example. If a program says
9855
9856 @smallexample
9857 int *array = (int *) malloc (len * sizeof (int));
9858 @end smallexample
9859
9860 @noindent
9861 you can print the contents of @code{array} with
9862
9863 @smallexample
9864 p *array@@len
9865 @end smallexample
9866
9867 The left operand of @samp{@@} must reside in memory. Array values made
9868 with @samp{@@} in this way behave just like other arrays in terms of
9869 subscripting, and are coerced to pointers when used in expressions.
9870 Artificial arrays most often appear in expressions via the value history
9871 (@pxref{Value History, ,Value History}), after printing one out.
9872
9873 Another way to create an artificial array is to use a cast.
9874 This re-interprets a value as if it were an array.
9875 The value need not be in memory:
9876 @smallexample
9877 (@value{GDBP}) p/x (short[2])0x12345678
9878 $1 = @{0x1234, 0x5678@}
9879 @end smallexample
9880
9881 As a convenience, if you leave the array length out (as in
9882 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
9883 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
9884 @smallexample
9885 (@value{GDBP}) p/x (short[])0x12345678
9886 $2 = @{0x1234, 0x5678@}
9887 @end smallexample
9888
9889 Sometimes the artificial array mechanism is not quite enough; in
9890 moderately complex data structures, the elements of interest may not
9891 actually be adjacent---for example, if you are interested in the values
9892 of pointers in an array. One useful work-around in this situation is
9893 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
9894 Variables}) as a counter in an expression that prints the first
9895 interesting value, and then repeat that expression via @key{RET}. For
9896 instance, suppose you have an array @code{dtab} of pointers to
9897 structures, and you are interested in the values of a field @code{fv}
9898 in each structure. Here is an example of what you might type:
9899
9900 @smallexample
9901 set $i = 0
9902 p dtab[$i++]->fv
9903 @key{RET}
9904 @key{RET}
9905 @dots{}
9906 @end smallexample
9907
9908 @node Output Formats
9909 @section Output Formats
9910
9911 @cindex formatted output
9912 @cindex output formats
9913 By default, @value{GDBN} prints a value according to its data type. Sometimes
9914 this is not what you want. For example, you might want to print a number
9915 in hex, or a pointer in decimal. Or you might want to view data in memory
9916 at a certain address as a character string or as an instruction. To do
9917 these things, specify an @dfn{output format} when you print a value.
9918
9919 The simplest use of output formats is to say how to print a value
9920 already computed. This is done by starting the arguments of the
9921 @code{print} command with a slash and a format letter. The format
9922 letters supported are:
9923
9924 @table @code
9925 @item x
9926 Regard the bits of the value as an integer, and print the integer in
9927 hexadecimal.
9928
9929 @item d
9930 Print as integer in signed decimal.
9931
9932 @item u
9933 Print as integer in unsigned decimal.
9934
9935 @item o
9936 Print as integer in octal.
9937
9938 @item t
9939 Print as integer in binary. The letter @samp{t} stands for ``two''.
9940 @footnote{@samp{b} cannot be used because these format letters are also
9941 used with the @code{x} command, where @samp{b} stands for ``byte'';
9942 see @ref{Memory,,Examining Memory}.}
9943
9944 @item a
9945 @cindex unknown address, locating
9946 @cindex locate address
9947 Print as an address, both absolute in hexadecimal and as an offset from
9948 the nearest preceding symbol. You can use this format used to discover
9949 where (in what function) an unknown address is located:
9950
9951 @smallexample
9952 (@value{GDBP}) p/a 0x54320
9953 $3 = 0x54320 <_initialize_vx+396>
9954 @end smallexample
9955
9956 @noindent
9957 The command @code{info symbol 0x54320} yields similar results.
9958 @xref{Symbols, info symbol}.
9959
9960 @item c
9961 Regard as an integer and print it as a character constant. This
9962 prints both the numerical value and its character representation. The
9963 character representation is replaced with the octal escape @samp{\nnn}
9964 for characters outside the 7-bit @sc{ascii} range.
9965
9966 Without this format, @value{GDBN} displays @code{char},
9967 @w{@code{unsigned char}}, and @w{@code{signed char}} data as character
9968 constants. Single-byte members of vectors are displayed as integer
9969 data.
9970
9971 @item f
9972 Regard the bits of the value as a floating point number and print
9973 using typical floating point syntax.
9974
9975 @item s
9976 @cindex printing strings
9977 @cindex printing byte arrays
9978 Regard as a string, if possible. With this format, pointers to single-byte
9979 data are displayed as null-terminated strings and arrays of single-byte data
9980 are displayed as fixed-length strings. Other values are displayed in their
9981 natural types.
9982
9983 Without this format, @value{GDBN} displays pointers to and arrays of
9984 @code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
9985 strings. Single-byte members of a vector are displayed as an integer
9986 array.
9987
9988 @item z
9989 Like @samp{x} formatting, the value is treated as an integer and
9990 printed as hexadecimal, but leading zeros are printed to pad the value
9991 to the size of the integer type.
9992
9993 @item r
9994 @cindex raw printing
9995 Print using the @samp{raw} formatting. By default, @value{GDBN} will
9996 use a Python-based pretty-printer, if one is available (@pxref{Pretty
9997 Printing}). This typically results in a higher-level display of the
9998 value's contents. The @samp{r} format bypasses any Python
9999 pretty-printer which might exist.
10000 @end table
10001
10002 For example, to print the program counter in hex (@pxref{Registers}), type
10003
10004 @smallexample
10005 p/x $pc
10006 @end smallexample
10007
10008 @noindent
10009 Note that no space is required before the slash; this is because command
10010 names in @value{GDBN} cannot contain a slash.
10011
10012 To reprint the last value in the value history with a different format,
10013 you can use the @code{print} command with just a format and no
10014 expression. For example, @samp{p/x} reprints the last value in hex.
10015
10016 @node Memory
10017 @section Examining Memory
10018
10019 You can use the command @code{x} (for ``examine'') to examine memory in
10020 any of several formats, independently of your program's data types.
10021
10022 @cindex examining memory
10023 @table @code
10024 @kindex x @r{(examine memory)}
10025 @item x/@var{nfu} @var{addr}
10026 @itemx x @var{addr}
10027 @itemx x
10028 Use the @code{x} command to examine memory.
10029 @end table
10030
10031 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10032 much memory to display and how to format it; @var{addr} is an
10033 expression giving the address where you want to start displaying memory.
10034 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10035 Several commands set convenient defaults for @var{addr}.
10036
10037 @table @r
10038 @item @var{n}, the repeat count
10039 The repeat count is a decimal integer; the default is 1. It specifies
10040 how much memory (counting by units @var{u}) to display. If a negative
10041 number is specified, memory is examined backward from @var{addr}.
10042 @c This really is **decimal**; unaffected by 'set radix' as of GDB
10043 @c 4.1.2.
10044
10045 @item @var{f}, the display format
10046 The display format is one of the formats used by @code{print}
10047 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
10048 @samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
10049 The default is @samp{x} (hexadecimal) initially. The default changes
10050 each time you use either @code{x} or @code{print}.
10051
10052 @item @var{u}, the unit size
10053 The unit size is any of
10054
10055 @table @code
10056 @item b
10057 Bytes.
10058 @item h
10059 Halfwords (two bytes).
10060 @item w
10061 Words (four bytes). This is the initial default.
10062 @item g
10063 Giant words (eight bytes).
10064 @end table
10065
10066 Each time you specify a unit size with @code{x}, that size becomes the
10067 default unit the next time you use @code{x}. For the @samp{i} format,
10068 the unit size is ignored and is normally not written. For the @samp{s} format,
10069 the unit size defaults to @samp{b}, unless it is explicitly given.
10070 Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
10071 32-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10072 Note that the results depend on the programming language of the
10073 current compilation unit. If the language is C, the @samp{s}
10074 modifier will use the UTF-16 encoding while @samp{w} will use
10075 UTF-32. The encoding is set by the programming language and cannot
10076 be altered.
10077
10078 @item @var{addr}, starting display address
10079 @var{addr} is the address where you want @value{GDBN} to begin displaying
10080 memory. The expression need not have a pointer value (though it may);
10081 it is always interpreted as an integer address of a byte of memory.
10082 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
10083 @var{addr} is usually just after the last address examined---but several
10084 other commands also set the default address: @code{info breakpoints} (to
10085 the address of the last breakpoint listed), @code{info line} (to the
10086 starting address of a line), and @code{print} (if you use it to display
10087 a value from memory).
10088 @end table
10089
10090 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10091 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10092 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10093 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
10094 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
10095
10096 You can also specify a negative repeat count to examine memory backward
10097 from the given address. For example, @samp{x/-3uh 0x54320} prints three
10098 halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10099
10100 Since the letters indicating unit sizes are all distinct from the
10101 letters specifying output formats, you do not have to remember whether
10102 unit size or format comes first; either order works. The output
10103 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10104 (However, the count @var{n} must come first; @samp{wx4} does not work.)
10105
10106 Even though the unit size @var{u} is ignored for the formats @samp{s}
10107 and @samp{i}, you might still want to use a count @var{n}; for example,
10108 @samp{3i} specifies that you want to see three machine instructions,
10109 including any operands. For convenience, especially when used with
10110 the @code{display} command, the @samp{i} format also prints branch delay
10111 slot instructions, if any, beyond the count specified, which immediately
10112 follow the last instruction that is within the count. The command
10113 @code{disassemble} gives an alternative way of inspecting machine
10114 instructions; see @ref{Machine Code,,Source and Machine Code}.
10115
10116 If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10117 the command displays null-terminated strings or instructions before the given
10118 address as many as the absolute value of the given number. For the @samp{i}
10119 format, we use line number information in the debug info to accurately locate
10120 instruction boundaries while disassembling backward. If line info is not
10121 available, the command stops examining memory with an error message.
10122
10123 All the defaults for the arguments to @code{x} are designed to make it
10124 easy to continue scanning memory with minimal specifications each time
10125 you use @code{x}. For example, after you have inspected three machine
10126 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10127 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10128 the repeat count @var{n} is used again; the other arguments default as
10129 for successive uses of @code{x}.
10130
10131 When examining machine instructions, the instruction at current program
10132 counter is shown with a @code{=>} marker. For example:
10133
10134 @smallexample
10135 (@value{GDBP}) x/5i $pc-6
10136 0x804837f <main+11>: mov %esp,%ebp
10137 0x8048381 <main+13>: push %ecx
10138 0x8048382 <main+14>: sub $0x4,%esp
10139 => 0x8048385 <main+17>: movl $0x8048460,(%esp)
10140 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10141 @end smallexample
10142
10143 @cindex @code{$_}, @code{$__}, and value history
10144 The addresses and contents printed by the @code{x} command are not saved
10145 in the value history because there is often too much of them and they
10146 would get in the way. Instead, @value{GDBN} makes these values available for
10147 subsequent use in expressions as values of the convenience variables
10148 @code{$_} and @code{$__}. After an @code{x} command, the last address
10149 examined is available for use in expressions in the convenience variable
10150 @code{$_}. The contents of that address, as examined, are available in
10151 the convenience variable @code{$__}.
10152
10153 If the @code{x} command has a repeat count, the address and contents saved
10154 are from the last memory unit printed; this is not the same as the last
10155 address printed if several units were printed on the last line of output.
10156
10157 @anchor{addressable memory unit}
10158 @cindex addressable memory unit
10159 Most targets have an addressable memory unit size of 8 bits. This means
10160 that to each memory address are associated 8 bits of data. Some
10161 targets, however, have other addressable memory unit sizes.
10162 Within @value{GDBN} and this document, the term
10163 @dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10164 when explicitly referring to a chunk of data of that size. The word
10165 @dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10166 the addressable memory unit size of the target. For most systems,
10167 addressable memory unit is a synonym of byte.
10168
10169 @cindex remote memory comparison
10170 @cindex target memory comparison
10171 @cindex verify remote memory image
10172 @cindex verify target memory image
10173 When you are debugging a program running on a remote target machine
10174 (@pxref{Remote Debugging}), you may wish to verify the program's image
10175 in the remote machine's memory against the executable file you
10176 downloaded to the target. Or, on any target, you may want to check
10177 whether the program has corrupted its own read-only sections. The
10178 @code{compare-sections} command is provided for such situations.
10179
10180 @table @code
10181 @kindex compare-sections
10182 @item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
10183 Compare the data of a loadable section @var{section-name} in the
10184 executable file of the program being debugged with the same section in
10185 the target machine's memory, and report any mismatches. With no
10186 arguments, compares all loadable sections. With an argument of
10187 @code{-r}, compares all loadable read-only sections.
10188
10189 Note: for remote targets, this command can be accelerated if the
10190 target supports computing the CRC checksum of a block of memory
10191 (@pxref{qCRC packet}).
10192 @end table
10193
10194 @node Auto Display
10195 @section Automatic Display
10196 @cindex automatic display
10197 @cindex display of expressions
10198
10199 If you find that you want to print the value of an expression frequently
10200 (to see how it changes), you might want to add it to the @dfn{automatic
10201 display list} so that @value{GDBN} prints its value each time your program stops.
10202 Each expression added to the list is given a number to identify it;
10203 to remove an expression from the list, you specify that number.
10204 The automatic display looks like this:
10205
10206 @smallexample
10207 2: foo = 38
10208 3: bar[5] = (struct hack *) 0x3804
10209 @end smallexample
10210
10211 @noindent
10212 This display shows item numbers, expressions and their current values. As with
10213 displays you request manually using @code{x} or @code{print}, you can
10214 specify the output format you prefer; in fact, @code{display} decides
10215 whether to use @code{print} or @code{x} depending your format
10216 specification---it uses @code{x} if you specify either the @samp{i}
10217 or @samp{s} format, or a unit size; otherwise it uses @code{print}.
10218
10219 @table @code
10220 @kindex display
10221 @item display @var{expr}
10222 Add the expression @var{expr} to the list of expressions to display
10223 each time your program stops. @xref{Expressions, ,Expressions}.
10224
10225 @code{display} does not repeat if you press @key{RET} again after using it.
10226
10227 @item display/@var{fmt} @var{expr}
10228 For @var{fmt} specifying only a display format and not a size or
10229 count, add the expression @var{expr} to the auto-display list but
10230 arrange to display it each time in the specified format @var{fmt}.
10231 @xref{Output Formats,,Output Formats}.
10232
10233 @item display/@var{fmt} @var{addr}
10234 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
10235 number of units, add the expression @var{addr} as a memory address to
10236 be examined each time your program stops. Examining means in effect
10237 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
10238 @end table
10239
10240 For example, @samp{display/i $pc} can be helpful, to see the machine
10241 instruction about to be executed each time execution stops (@samp{$pc}
10242 is a common name for the program counter; @pxref{Registers, ,Registers}).
10243
10244 @table @code
10245 @kindex delete display
10246 @kindex undisplay
10247 @item undisplay @var{dnums}@dots{}
10248 @itemx delete display @var{dnums}@dots{}
10249 Remove items from the list of expressions to display. Specify the
10250 numbers of the displays that you want affected with the command
10251 argument @var{dnums}. It can be a single display number, one of the
10252 numbers shown in the first field of the @samp{info display} display;
10253 or it could be a range of display numbers, as in @code{2-4}.
10254
10255 @code{undisplay} does not repeat if you press @key{RET} after using it.
10256 (Otherwise you would just get the error @samp{No display number @dots{}}.)
10257
10258 @kindex disable display
10259 @item disable display @var{dnums}@dots{}
10260 Disable the display of item numbers @var{dnums}. A disabled display
10261 item is not printed automatically, but is not forgotten. It may be
10262 enabled again later. Specify the numbers of the displays that you
10263 want affected with the command argument @var{dnums}. It can be a
10264 single display number, one of the numbers shown in the first field of
10265 the @samp{info display} display; or it could be a range of display
10266 numbers, as in @code{2-4}.
10267
10268 @kindex enable display
10269 @item enable display @var{dnums}@dots{}
10270 Enable display of item numbers @var{dnums}. It becomes effective once
10271 again in auto display of its expression, until you specify otherwise.
10272 Specify the numbers of the displays that you want affected with the
10273 command argument @var{dnums}. It can be a single display number, one
10274 of the numbers shown in the first field of the @samp{info display}
10275 display; or it could be a range of display numbers, as in @code{2-4}.
10276
10277 @item display
10278 Display the current values of the expressions on the list, just as is
10279 done when your program stops.
10280
10281 @kindex info display
10282 @item info display
10283 Print the list of expressions previously set up to display
10284 automatically, each one with its item number, but without showing the
10285 values. This includes disabled expressions, which are marked as such.
10286 It also includes expressions which would not be displayed right now
10287 because they refer to automatic variables not currently available.
10288 @end table
10289
10290 @cindex display disabled out of scope
10291 If a display expression refers to local variables, then it does not make
10292 sense outside the lexical context for which it was set up. Such an
10293 expression is disabled when execution enters a context where one of its
10294 variables is not defined. For example, if you give the command
10295 @code{display last_char} while inside a function with an argument
10296 @code{last_char}, @value{GDBN} displays this argument while your program
10297 continues to stop inside that function. When it stops elsewhere---where
10298 there is no variable @code{last_char}---the display is disabled
10299 automatically. The next time your program stops where @code{last_char}
10300 is meaningful, you can enable the display expression once again.
10301
10302 @node Print Settings
10303 @section Print Settings
10304
10305 @cindex format options
10306 @cindex print settings
10307 @value{GDBN} provides the following ways to control how arrays, structures,
10308 and symbols are printed.
10309
10310 @noindent
10311 These settings are useful for debugging programs in any language:
10312
10313 @table @code
10314 @kindex set print
10315 @item set print address
10316 @itemx set print address on
10317 @cindex print/don't print memory addresses
10318 @value{GDBN} prints memory addresses showing the location of stack
10319 traces, structure values, pointer values, breakpoints, and so forth,
10320 even when it also displays the contents of those addresses. The default
10321 is @code{on}. For example, this is what a stack frame display looks like with
10322 @code{set print address on}:
10323
10324 @smallexample
10325 @group
10326 (@value{GDBP}) f
10327 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
10328 at input.c:530
10329 530 if (lquote != def_lquote)
10330 @end group
10331 @end smallexample
10332
10333 @item set print address off
10334 Do not print addresses when displaying their contents. For example,
10335 this is the same stack frame displayed with @code{set print address off}:
10336
10337 @smallexample
10338 @group
10339 (@value{GDBP}) set print addr off
10340 (@value{GDBP}) f
10341 #0 set_quotes (lq="<<", rq=">>") at input.c:530
10342 530 if (lquote != def_lquote)
10343 @end group
10344 @end smallexample
10345
10346 You can use @samp{set print address off} to eliminate all machine
10347 dependent displays from the @value{GDBN} interface. For example, with
10348 @code{print address off}, you should get the same text for backtraces on
10349 all machines---whether or not they involve pointer arguments.
10350
10351 @kindex show print
10352 @item show print address
10353 Show whether or not addresses are to be printed.
10354 @end table
10355
10356 When @value{GDBN} prints a symbolic address, it normally prints the
10357 closest earlier symbol plus an offset. If that symbol does not uniquely
10358 identify the address (for example, it is a name whose scope is a single
10359 source file), you may need to clarify. One way to do this is with
10360 @code{info line}, for example @samp{info line *0x4537}. Alternately,
10361 you can set @value{GDBN} to print the source file and line number when
10362 it prints a symbolic address:
10363
10364 @table @code
10365 @item set print symbol-filename on
10366 @cindex source file and line of a symbol
10367 @cindex symbol, source file and line
10368 Tell @value{GDBN} to print the source file name and line number of a
10369 symbol in the symbolic form of an address.
10370
10371 @item set print symbol-filename off
10372 Do not print source file name and line number of a symbol. This is the
10373 default.
10374
10375 @item show print symbol-filename
10376 Show whether or not @value{GDBN} will print the source file name and
10377 line number of a symbol in the symbolic form of an address.
10378 @end table
10379
10380 Another situation where it is helpful to show symbol filenames and line
10381 numbers is when disassembling code; @value{GDBN} shows you the line
10382 number and source file that corresponds to each instruction.
10383
10384 Also, you may wish to see the symbolic form only if the address being
10385 printed is reasonably close to the closest earlier symbol:
10386
10387 @table @code
10388 @item set print max-symbolic-offset @var{max-offset}
10389 @itemx set print max-symbolic-offset unlimited
10390 @cindex maximum value for offset of closest symbol
10391 Tell @value{GDBN} to only display the symbolic form of an address if the
10392 offset between the closest earlier symbol and the address is less than
10393 @var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
10394 to always print the symbolic form of an address if any symbol precedes
10395 it. Zero is equivalent to @code{unlimited}.
10396
10397 @item show print max-symbolic-offset
10398 Ask how large the maximum offset is that @value{GDBN} prints in a
10399 symbolic address.
10400 @end table
10401
10402 @cindex wild pointer, interpreting
10403 @cindex pointer, finding referent
10404 If you have a pointer and you are not sure where it points, try
10405 @samp{set print symbol-filename on}. Then you can determine the name
10406 and source file location of the variable where it points, using
10407 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
10408 For example, here @value{GDBN} shows that a variable @code{ptt} points
10409 at another variable @code{t}, defined in @file{hi2.c}:
10410
10411 @smallexample
10412 (@value{GDBP}) set print symbol-filename on
10413 (@value{GDBP}) p/a ptt
10414 $4 = 0xe008 <t in hi2.c>
10415 @end smallexample
10416
10417 @quotation
10418 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
10419 does not show the symbol name and filename of the referent, even with
10420 the appropriate @code{set print} options turned on.
10421 @end quotation
10422
10423 You can also enable @samp{/a}-like formatting all the time using
10424 @samp{set print symbol on}:
10425
10426 @table @code
10427 @item set print symbol on
10428 Tell @value{GDBN} to print the symbol corresponding to an address, if
10429 one exists.
10430
10431 @item set print symbol off
10432 Tell @value{GDBN} not to print the symbol corresponding to an
10433 address. In this mode, @value{GDBN} will still print the symbol
10434 corresponding to pointers to functions. This is the default.
10435
10436 @item show print symbol
10437 Show whether @value{GDBN} will display the symbol corresponding to an
10438 address.
10439 @end table
10440
10441 Other settings control how different kinds of objects are printed:
10442
10443 @table @code
10444 @item set print array
10445 @itemx set print array on
10446 @cindex pretty print arrays
10447 Pretty print arrays. This format is more convenient to read,
10448 but uses more space. The default is off.
10449
10450 @item set print array off
10451 Return to compressed format for arrays.
10452
10453 @item show print array
10454 Show whether compressed or pretty format is selected for displaying
10455 arrays.
10456
10457 @cindex print array indexes
10458 @item set print array-indexes
10459 @itemx set print array-indexes on
10460 Print the index of each element when displaying arrays. May be more
10461 convenient to locate a given element in the array or quickly find the
10462 index of a given element in that printed array. The default is off.
10463
10464 @item set print array-indexes off
10465 Stop printing element indexes when displaying arrays.
10466
10467 @item show print array-indexes
10468 Show whether the index of each element is printed when displaying
10469 arrays.
10470
10471 @item set print elements @var{number-of-elements}
10472 @itemx set print elements unlimited
10473 @cindex number of array elements to print
10474 @cindex limit on number of printed array elements
10475 Set a limit on how many elements of an array @value{GDBN} will print.
10476 If @value{GDBN} is printing a large array, it stops printing after it has
10477 printed the number of elements set by the @code{set print elements} command.
10478 This limit also applies to the display of strings.
10479 When @value{GDBN} starts, this limit is set to 200.
10480 Setting @var{number-of-elements} to @code{unlimited} or zero means
10481 that the number of elements to print is unlimited.
10482
10483 @item show print elements
10484 Display the number of elements of a large array that @value{GDBN} will print.
10485 If the number is 0, then the printing is unlimited.
10486
10487 @item set print frame-arguments @var{value}
10488 @kindex set print frame-arguments
10489 @cindex printing frame argument values
10490 @cindex print all frame argument values
10491 @cindex print frame argument values for scalars only
10492 @cindex do not print frame argument values
10493 This command allows to control how the values of arguments are printed
10494 when the debugger prints a frame (@pxref{Frames}). The possible
10495 values are:
10496
10497 @table @code
10498 @item all
10499 The values of all arguments are printed.
10500
10501 @item scalars
10502 Print the value of an argument only if it is a scalar. The value of more
10503 complex arguments such as arrays, structures, unions, etc, is replaced
10504 by @code{@dots{}}. This is the default. Here is an example where
10505 only scalar arguments are shown:
10506
10507 @smallexample
10508 #1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
10509 at frame-args.c:23
10510 @end smallexample
10511
10512 @item none
10513 None of the argument values are printed. Instead, the value of each argument
10514 is replaced by @code{@dots{}}. In this case, the example above now becomes:
10515
10516 @smallexample
10517 #1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
10518 at frame-args.c:23
10519 @end smallexample
10520 @end table
10521
10522 By default, only scalar arguments are printed. This command can be used
10523 to configure the debugger to print the value of all arguments, regardless
10524 of their type. However, it is often advantageous to not print the value
10525 of more complex parameters. For instance, it reduces the amount of
10526 information printed in each frame, making the backtrace more readable.
10527 Also, it improves performance when displaying Ada frames, because
10528 the computation of large arguments can sometimes be CPU-intensive,
10529 especially in large applications. Setting @code{print frame-arguments}
10530 to @code{scalars} (the default) or @code{none} avoids this computation,
10531 thus speeding up the display of each Ada frame.
10532
10533 @item show print frame-arguments
10534 Show how the value of arguments should be displayed when printing a frame.
10535
10536 @item set print raw frame-arguments on
10537 Print frame arguments in raw, non pretty-printed, form.
10538
10539 @item set print raw frame-arguments off
10540 Print frame arguments in pretty-printed form, if there is a pretty-printer
10541 for the value (@pxref{Pretty Printing}),
10542 otherwise print the value in raw form.
10543 This is the default.
10544
10545 @item show print raw frame-arguments
10546 Show whether to print frame arguments in raw form.
10547
10548 @anchor{set print entry-values}
10549 @item set print entry-values @var{value}
10550 @kindex set print entry-values
10551 Set printing of frame argument values at function entry. In some cases
10552 @value{GDBN} can determine the value of function argument which was passed by
10553 the function caller, even if the value was modified inside the called function
10554 and therefore is different. With optimized code, the current value could be
10555 unavailable, but the entry value may still be known.
10556
10557 The default value is @code{default} (see below for its description). Older
10558 @value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
10559 this feature will behave in the @code{default} setting the same way as with the
10560 @code{no} setting.
10561
10562 This functionality is currently supported only by DWARF 2 debugging format and
10563 the compiler has to produce @samp{DW_TAG_call_site} tags. With
10564 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
10565 this information.
10566
10567 The @var{value} parameter can be one of the following:
10568
10569 @table @code
10570 @item no
10571 Print only actual parameter values, never print values from function entry
10572 point.
10573 @smallexample
10574 #0 equal (val=5)
10575 #0 different (val=6)
10576 #0 lost (val=<optimized out>)
10577 #0 born (val=10)
10578 #0 invalid (val=<optimized out>)
10579 @end smallexample
10580
10581 @item only
10582 Print only parameter values from function entry point. The actual parameter
10583 values are never printed.
10584 @smallexample
10585 #0 equal (val@@entry=5)
10586 #0 different (val@@entry=5)
10587 #0 lost (val@@entry=5)
10588 #0 born (val@@entry=<optimized out>)
10589 #0 invalid (val@@entry=<optimized out>)
10590 @end smallexample
10591
10592 @item preferred
10593 Print only parameter values from function entry point. If value from function
10594 entry point is not known while the actual value is known, print the actual
10595 value for such parameter.
10596 @smallexample
10597 #0 equal (val@@entry=5)
10598 #0 different (val@@entry=5)
10599 #0 lost (val@@entry=5)
10600 #0 born (val=10)
10601 #0 invalid (val@@entry=<optimized out>)
10602 @end smallexample
10603
10604 @item if-needed
10605 Print actual parameter values. If actual parameter value is not known while
10606 value from function entry point is known, print the entry point value for such
10607 parameter.
10608 @smallexample
10609 #0 equal (val=5)
10610 #0 different (val=6)
10611 #0 lost (val@@entry=5)
10612 #0 born (val=10)
10613 #0 invalid (val=<optimized out>)
10614 @end smallexample
10615
10616 @item both
10617 Always print both the actual parameter value and its value from function entry
10618 point, even if values of one or both are not available due to compiler
10619 optimizations.
10620 @smallexample
10621 #0 equal (val=5, val@@entry=5)
10622 #0 different (val=6, val@@entry=5)
10623 #0 lost (val=<optimized out>, val@@entry=5)
10624 #0 born (val=10, val@@entry=<optimized out>)
10625 #0 invalid (val=<optimized out>, val@@entry=<optimized out>)
10626 @end smallexample
10627
10628 @item compact
10629 Print the actual parameter value if it is known and also its value from
10630 function entry point if it is known. If neither is known, print for the actual
10631 value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
10632 values are known and identical, print the shortened
10633 @code{param=param@@entry=VALUE} notation.
10634 @smallexample
10635 #0 equal (val=val@@entry=5)
10636 #0 different (val=6, val@@entry=5)
10637 #0 lost (val@@entry=5)
10638 #0 born (val=10)
10639 #0 invalid (val=<optimized out>)
10640 @end smallexample
10641
10642 @item default
10643 Always print the actual parameter value. Print also its value from function
10644 entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
10645 if both values are known and identical, print the shortened
10646 @code{param=param@@entry=VALUE} notation.
10647 @smallexample
10648 #0 equal (val=val@@entry=5)
10649 #0 different (val=6, val@@entry=5)
10650 #0 lost (val=<optimized out>, val@@entry=5)
10651 #0 born (val=10)
10652 #0 invalid (val=<optimized out>)
10653 @end smallexample
10654 @end table
10655
10656 For analysis messages on possible failures of frame argument values at function
10657 entry resolution see @ref{set debug entry-values}.
10658
10659 @item show print entry-values
10660 Show the method being used for printing of frame argument values at function
10661 entry.
10662
10663 @item set print repeats @var{number-of-repeats}
10664 @itemx set print repeats unlimited
10665 @cindex repeated array elements
10666 Set the threshold for suppressing display of repeated array
10667 elements. When the number of consecutive identical elements of an
10668 array exceeds the threshold, @value{GDBN} prints the string
10669 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
10670 identical repetitions, instead of displaying the identical elements
10671 themselves. Setting the threshold to @code{unlimited} or zero will
10672 cause all elements to be individually printed. The default threshold
10673 is 10.
10674
10675 @item show print repeats
10676 Display the current threshold for printing repeated identical
10677 elements.
10678
10679 @item set print max-depth @var{depth}
10680 @item set print max-depth unlimited
10681 @cindex printing nested structures
10682 Set the threshold after which nested structures are replaced with
10683 ellipsis, this can make visualising deeply nested structures easier.
10684
10685 For example, given this C code
10686
10687 @smallexample
10688 typedef struct s1 @{ int a; @} s1;
10689 typedef struct s2 @{ s1 b; @} s2;
10690 typedef struct s3 @{ s2 c; @} s3;
10691 typedef struct s4 @{ s3 d; @} s4;
10692
10693 s4 var = @{ @{ @{ @{ 3 @} @} @} @};
10694 @end smallexample
10695
10696 The following table shows how different values of @var{depth} will
10697 effect how @code{var} is printed by @value{GDBN}:
10698
10699 @multitable @columnfractions .3 .7
10700 @headitem @var{depth} setting @tab Result of @samp{p var}
10701 @item unlimited
10702 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
10703 @item @code{0}
10704 @tab @code{$1 = @{...@}}
10705 @item @code{1}
10706 @tab @code{$1 = @{d = @{...@}@}}
10707 @item @code{2}
10708 @tab @code{$1 = @{d = @{c = @{...@}@}@}}
10709 @item @code{3}
10710 @tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
10711 @item @code{4}
10712 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
10713 @end multitable
10714
10715 To see the contents of structures that have been hidden the user can
10716 either increase the print max-depth, or they can print the elements of
10717 the structure that are visible, for example
10718
10719 @smallexample
10720 (gdb) set print max-depth 2
10721 (gdb) p var
10722 $1 = @{d = @{c = @{...@}@}@}
10723 (gdb) p var.d
10724 $2 = @{c = @{b = @{...@}@}@}
10725 (gdb) p var.d.c
10726 $3 = @{b = @{a = 3@}@}
10727 @end smallexample
10728
10729 The pattern used to replace nested structures varies based on
10730 language, for most languages @code{@{...@}} is used, but Fortran uses
10731 @code{(...)}.
10732
10733 @item show print max-depth
10734 Display the current threshold after which nested structures are
10735 replaces with ellipsis.
10736
10737 @item set print null-stop
10738 @cindex @sc{null} elements in arrays
10739 Cause @value{GDBN} to stop printing the characters of an array when the first
10740 @sc{null} is encountered. This is useful when large arrays actually
10741 contain only short strings.
10742 The default is off.
10743
10744 @item show print null-stop
10745 Show whether @value{GDBN} stops printing an array on the first
10746 @sc{null} character.
10747
10748 @item set print pretty on
10749 @cindex print structures in indented form
10750 @cindex indentation in structure display
10751 Cause @value{GDBN} to print structures in an indented format with one member
10752 per line, like this:
10753
10754 @smallexample
10755 @group
10756 $1 = @{
10757 next = 0x0,
10758 flags = @{
10759 sweet = 1,
10760 sour = 1
10761 @},
10762 meat = 0x54 "Pork"
10763 @}
10764 @end group
10765 @end smallexample
10766
10767 @item set print pretty off
10768 Cause @value{GDBN} to print structures in a compact format, like this:
10769
10770 @smallexample
10771 @group
10772 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
10773 meat = 0x54 "Pork"@}
10774 @end group
10775 @end smallexample
10776
10777 @noindent
10778 This is the default format.
10779
10780 @item show print pretty
10781 Show which format @value{GDBN} is using to print structures.
10782
10783 @item set print sevenbit-strings on
10784 @cindex eight-bit characters in strings
10785 @cindex octal escapes in strings
10786 Print using only seven-bit characters; if this option is set,
10787 @value{GDBN} displays any eight-bit characters (in strings or
10788 character values) using the notation @code{\}@var{nnn}. This setting is
10789 best if you are working in English (@sc{ascii}) and you use the
10790 high-order bit of characters as a marker or ``meta'' bit.
10791
10792 @item set print sevenbit-strings off
10793 Print full eight-bit characters. This allows the use of more
10794 international character sets, and is the default.
10795
10796 @item show print sevenbit-strings
10797 Show whether or not @value{GDBN} is printing only seven-bit characters.
10798
10799 @item set print union on
10800 @cindex unions in structures, printing
10801 Tell @value{GDBN} to print unions which are contained in structures
10802 and other unions. This is the default setting.
10803
10804 @item set print union off
10805 Tell @value{GDBN} not to print unions which are contained in
10806 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
10807 instead.
10808
10809 @item show print union
10810 Ask @value{GDBN} whether or not it will print unions which are contained in
10811 structures and other unions.
10812
10813 For example, given the declarations
10814
10815 @smallexample
10816 typedef enum @{Tree, Bug@} Species;
10817 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
10818 typedef enum @{Caterpillar, Cocoon, Butterfly@}
10819 Bug_forms;
10820
10821 struct thing @{
10822 Species it;
10823 union @{
10824 Tree_forms tree;
10825 Bug_forms bug;
10826 @} form;
10827 @};
10828
10829 struct thing foo = @{Tree, @{Acorn@}@};
10830 @end smallexample
10831
10832 @noindent
10833 with @code{set print union on} in effect @samp{p foo} would print
10834
10835 @smallexample
10836 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
10837 @end smallexample
10838
10839 @noindent
10840 and with @code{set print union off} in effect it would print
10841
10842 @smallexample
10843 $1 = @{it = Tree, form = @{...@}@}
10844 @end smallexample
10845
10846 @noindent
10847 @code{set print union} affects programs written in C-like languages
10848 and in Pascal.
10849 @end table
10850
10851 @need 1000
10852 @noindent
10853 These settings are of interest when debugging C@t{++} programs:
10854
10855 @table @code
10856 @cindex demangling C@t{++} names
10857 @item set print demangle
10858 @itemx set print demangle on
10859 Print C@t{++} names in their source form rather than in the encoded
10860 (``mangled'') form passed to the assembler and linker for type-safe
10861 linkage. The default is on.
10862
10863 @item show print demangle
10864 Show whether C@t{++} names are printed in mangled or demangled form.
10865
10866 @item set print asm-demangle
10867 @itemx set print asm-demangle on
10868 Print C@t{++} names in their source form rather than their mangled form, even
10869 in assembler code printouts such as instruction disassemblies.
10870 The default is off.
10871
10872 @item show print asm-demangle
10873 Show whether C@t{++} names in assembly listings are printed in mangled
10874 or demangled form.
10875
10876 @cindex C@t{++} symbol decoding style
10877 @cindex symbol decoding style, C@t{++}
10878 @kindex set demangle-style
10879 @item set demangle-style @var{style}
10880 Choose among several encoding schemes used by different compilers to represent
10881 C@t{++} names. If you omit @var{style}, you will see a list of possible
10882 formats. The default value is @var{auto}, which lets @value{GDBN} choose a
10883 decoding style by inspecting your program.
10884
10885 @item show demangle-style
10886 Display the encoding style currently in use for decoding C@t{++} symbols.
10887
10888 @item set print object
10889 @itemx set print object on
10890 @cindex derived type of an object, printing
10891 @cindex display derived types
10892 When displaying a pointer to an object, identify the @emph{actual}
10893 (derived) type of the object rather than the @emph{declared} type, using
10894 the virtual function table. Note that the virtual function table is
10895 required---this feature can only work for objects that have run-time
10896 type identification; a single virtual method in the object's declared
10897 type is sufficient. Note that this setting is also taken into account when
10898 working with variable objects via MI (@pxref{GDB/MI}).
10899
10900 @item set print object off
10901 Display only the declared type of objects, without reference to the
10902 virtual function table. This is the default setting.
10903
10904 @item show print object
10905 Show whether actual, or declared, object types are displayed.
10906
10907 @item set print static-members
10908 @itemx set print static-members on
10909 @cindex static members of C@t{++} objects
10910 Print static members when displaying a C@t{++} object. The default is on.
10911
10912 @item set print static-members off
10913 Do not print static members when displaying a C@t{++} object.
10914
10915 @item show print static-members
10916 Show whether C@t{++} static members are printed or not.
10917
10918 @item set print pascal_static-members
10919 @itemx set print pascal_static-members on
10920 @cindex static members of Pascal objects
10921 @cindex Pascal objects, static members display
10922 Print static members when displaying a Pascal object. The default is on.
10923
10924 @item set print pascal_static-members off
10925 Do not print static members when displaying a Pascal object.
10926
10927 @item show print pascal_static-members
10928 Show whether Pascal static members are printed or not.
10929
10930 @c These don't work with HP ANSI C++ yet.
10931 @item set print vtbl
10932 @itemx set print vtbl on
10933 @cindex pretty print C@t{++} virtual function tables
10934 @cindex virtual functions (C@t{++}) display
10935 @cindex VTBL display
10936 Pretty print C@t{++} virtual function tables. The default is off.
10937 (The @code{vtbl} commands do not work on programs compiled with the HP
10938 ANSI C@t{++} compiler (@code{aCC}).)
10939
10940 @item set print vtbl off
10941 Do not pretty print C@t{++} virtual function tables.
10942
10943 @item show print vtbl
10944 Show whether C@t{++} virtual function tables are pretty printed, or not.
10945 @end table
10946
10947 @node Pretty Printing
10948 @section Pretty Printing
10949
10950 @value{GDBN} provides a mechanism to allow pretty-printing of values using
10951 Python code. It greatly simplifies the display of complex objects. This
10952 mechanism works for both MI and the CLI.
10953
10954 @menu
10955 * Pretty-Printer Introduction:: Introduction to pretty-printers
10956 * Pretty-Printer Example:: An example pretty-printer
10957 * Pretty-Printer Commands:: Pretty-printer commands
10958 @end menu
10959
10960 @node Pretty-Printer Introduction
10961 @subsection Pretty-Printer Introduction
10962
10963 When @value{GDBN} prints a value, it first sees if there is a pretty-printer
10964 registered for the value. If there is then @value{GDBN} invokes the
10965 pretty-printer to print the value. Otherwise the value is printed normally.
10966
10967 Pretty-printers are normally named. This makes them easy to manage.
10968 The @samp{info pretty-printer} command will list all the installed
10969 pretty-printers with their names.
10970 If a pretty-printer can handle multiple data types, then its
10971 @dfn{subprinters} are the printers for the individual data types.
10972 Each such subprinter has its own name.
10973 The format of the name is @var{printer-name};@var{subprinter-name}.
10974
10975 Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
10976 Typically they are automatically loaded and registered when the corresponding
10977 debug information is loaded, thus making them available without having to
10978 do anything special.
10979
10980 There are three places where a pretty-printer can be registered.
10981
10982 @itemize @bullet
10983 @item
10984 Pretty-printers registered globally are available when debugging
10985 all inferiors.
10986
10987 @item
10988 Pretty-printers registered with a program space are available only
10989 when debugging that program.
10990 @xref{Progspaces In Python}, for more details on program spaces in Python.
10991
10992 @item
10993 Pretty-printers registered with an objfile are loaded and unloaded
10994 with the corresponding objfile (e.g., shared library).
10995 @xref{Objfiles In Python}, for more details on objfiles in Python.
10996 @end itemize
10997
10998 @xref{Selecting Pretty-Printers}, for further information on how
10999 pretty-printers are selected,
11000
11001 @xref{Writing a Pretty-Printer}, for implementing pretty printers
11002 for new types.
11003
11004 @node Pretty-Printer Example
11005 @subsection Pretty-Printer Example
11006
11007 Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
11008
11009 @smallexample
11010 (@value{GDBP}) print s
11011 $1 = @{
11012 static npos = 4294967295,
11013 _M_dataplus = @{
11014 <std::allocator<char>> = @{
11015 <__gnu_cxx::new_allocator<char>> = @{
11016 <No data fields>@}, <No data fields>
11017 @},
11018 members of std::basic_string<char, std::char_traits<char>,
11019 std::allocator<char> >::_Alloc_hider:
11020 _M_p = 0x804a014 "abcd"
11021 @}
11022 @}
11023 @end smallexample
11024
11025 With a pretty-printer for @code{std::string} only the contents are printed:
11026
11027 @smallexample
11028 (@value{GDBP}) print s
11029 $2 = "abcd"
11030 @end smallexample
11031
11032 @node Pretty-Printer Commands
11033 @subsection Pretty-Printer Commands
11034 @cindex pretty-printer commands
11035
11036 @table @code
11037 @kindex info pretty-printer
11038 @item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11039 Print the list of installed pretty-printers.
11040 This includes disabled pretty-printers, which are marked as such.
11041
11042 @var{object-regexp} is a regular expression matching the objects
11043 whose pretty-printers to list.
11044 Objects can be @code{global}, the program space's file
11045 (@pxref{Progspaces In Python}),
11046 and the object files within that program space (@pxref{Objfiles In Python}).
11047 @xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
11048 looks up a printer from these three objects.
11049
11050 @var{name-regexp} is a regular expression matching the name of the printers
11051 to list.
11052
11053 @kindex disable pretty-printer
11054 @item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11055 Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11056 A disabled pretty-printer is not forgotten, it may be enabled again later.
11057
11058 @kindex enable pretty-printer
11059 @item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11060 Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11061 @end table
11062
11063 Example:
11064
11065 Suppose we have three pretty-printers installed: one from library1.so
11066 named @code{foo} that prints objects of type @code{foo}, and
11067 another from library2.so named @code{bar} that prints two types of objects,
11068 @code{bar1} and @code{bar2}.
11069
11070 @smallexample
11071 (gdb) info pretty-printer
11072 library1.so:
11073 foo
11074 library2.so:
11075 bar
11076 bar1
11077 bar2
11078 (gdb) info pretty-printer library2
11079 library2.so:
11080 bar
11081 bar1
11082 bar2
11083 (gdb) disable pretty-printer library1
11084 1 printer disabled
11085 2 of 3 printers enabled
11086 (gdb) info pretty-printer
11087 library1.so:
11088 foo [disabled]
11089 library2.so:
11090 bar
11091 bar1
11092 bar2
11093 (gdb) disable pretty-printer library2 bar;bar1
11094 1 printer disabled
11095 1 of 3 printers enabled
11096 (gdb) info pretty-printer library2
11097 library1.so:
11098 foo [disabled]
11099 library2.so:
11100 bar
11101 bar1 [disabled]
11102 bar2
11103 (gdb) disable pretty-printer library2 bar
11104 1 printer disabled
11105 0 of 3 printers enabled
11106 (gdb) info pretty-printer library2
11107 library1.so:
11108 foo [disabled]
11109 library2.so:
11110 bar [disabled]
11111 bar1 [disabled]
11112 bar2
11113 @end smallexample
11114
11115 Note that for @code{bar} the entire printer can be disabled,
11116 as can each individual subprinter.
11117
11118 @node Value History
11119 @section Value History
11120
11121 @cindex value history
11122 @cindex history of values printed by @value{GDBN}
11123 Values printed by the @code{print} command are saved in the @value{GDBN}
11124 @dfn{value history}. This allows you to refer to them in other expressions.
11125 Values are kept until the symbol table is re-read or discarded
11126 (for example with the @code{file} or @code{symbol-file} commands).
11127 When the symbol table changes, the value history is discarded,
11128 since the values may contain pointers back to the types defined in the
11129 symbol table.
11130
11131 @cindex @code{$}
11132 @cindex @code{$$}
11133 @cindex history number
11134 The values printed are given @dfn{history numbers} by which you can
11135 refer to them. These are successive integers starting with one.
11136 @code{print} shows you the history number assigned to a value by
11137 printing @samp{$@var{num} = } before the value; here @var{num} is the
11138 history number.
11139
11140 To refer to any previous value, use @samp{$} followed by the value's
11141 history number. The way @code{print} labels its output is designed to
11142 remind you of this. Just @code{$} refers to the most recent value in
11143 the history, and @code{$$} refers to the value before that.
11144 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
11145 is the value just prior to @code{$$}, @code{$$1} is equivalent to
11146 @code{$$}, and @code{$$0} is equivalent to @code{$}.
11147
11148 For example, suppose you have just printed a pointer to a structure and
11149 want to see the contents of the structure. It suffices to type
11150
11151 @smallexample
11152 p *$
11153 @end smallexample
11154
11155 If you have a chain of structures where the component @code{next} points
11156 to the next one, you can print the contents of the next one with this:
11157
11158 @smallexample
11159 p *$.next
11160 @end smallexample
11161
11162 @noindent
11163 You can print successive links in the chain by repeating this
11164 command---which you can do by just typing @key{RET}.
11165
11166 Note that the history records values, not expressions. If the value of
11167 @code{x} is 4 and you type these commands:
11168
11169 @smallexample
11170 print x
11171 set x=5
11172 @end smallexample
11173
11174 @noindent
11175 then the value recorded in the value history by the @code{print} command
11176 remains 4 even though the value of @code{x} has changed.
11177
11178 @table @code
11179 @kindex show values
11180 @item show values
11181 Print the last ten values in the value history, with their item numbers.
11182 This is like @samp{p@ $$9} repeated ten times, except that @code{show
11183 values} does not change the history.
11184
11185 @item show values @var{n}
11186 Print ten history values centered on history item number @var{n}.
11187
11188 @item show values +
11189 Print ten history values just after the values last printed. If no more
11190 values are available, @code{show values +} produces no display.
11191 @end table
11192
11193 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
11194 same effect as @samp{show values +}.
11195
11196 @node Convenience Vars
11197 @section Convenience Variables
11198
11199 @cindex convenience variables
11200 @cindex user-defined variables
11201 @value{GDBN} provides @dfn{convenience variables} that you can use within
11202 @value{GDBN} to hold on to a value and refer to it later. These variables
11203 exist entirely within @value{GDBN}; they are not part of your program, and
11204 setting a convenience variable has no direct effect on further execution
11205 of your program. That is why you can use them freely.
11206
11207 Convenience variables are prefixed with @samp{$}. Any name preceded by
11208 @samp{$} can be used for a convenience variable, unless it is one of
11209 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
11210 (Value history references, in contrast, are @emph{numbers} preceded
11211 by @samp{$}. @xref{Value History, ,Value History}.)
11212
11213 You can save a value in a convenience variable with an assignment
11214 expression, just as you would set a variable in your program.
11215 For example:
11216
11217 @smallexample
11218 set $foo = *object_ptr
11219 @end smallexample
11220
11221 @noindent
11222 would save in @code{$foo} the value contained in the object pointed to by
11223 @code{object_ptr}.
11224
11225 Using a convenience variable for the first time creates it, but its
11226 value is @code{void} until you assign a new value. You can alter the
11227 value with another assignment at any time.
11228
11229 Convenience variables have no fixed types. You can assign a convenience
11230 variable any type of value, including structures and arrays, even if
11231 that variable already has a value of a different type. The convenience
11232 variable, when used as an expression, has the type of its current value.
11233
11234 @table @code
11235 @kindex show convenience
11236 @cindex show all user variables and functions
11237 @item show convenience
11238 Print a list of convenience variables used so far, and their values,
11239 as well as a list of the convenience functions.
11240 Abbreviated @code{show conv}.
11241
11242 @kindex init-if-undefined
11243 @cindex convenience variables, initializing
11244 @item init-if-undefined $@var{variable} = @var{expression}
11245 Set a convenience variable if it has not already been set. This is useful
11246 for user-defined commands that keep some state. It is similar, in concept,
11247 to using local static variables with initializers in C (except that
11248 convenience variables are global). It can also be used to allow users to
11249 override default values used in a command script.
11250
11251 If the variable is already defined then the expression is not evaluated so
11252 any side-effects do not occur.
11253 @end table
11254
11255 One of the ways to use a convenience variable is as a counter to be
11256 incremented or a pointer to be advanced. For example, to print
11257 a field from successive elements of an array of structures:
11258
11259 @smallexample
11260 set $i = 0
11261 print bar[$i++]->contents
11262 @end smallexample
11263
11264 @noindent
11265 Repeat that command by typing @key{RET}.
11266
11267 Some convenience variables are created automatically by @value{GDBN} and given
11268 values likely to be useful.
11269
11270 @table @code
11271 @vindex $_@r{, convenience variable}
11272 @item $_
11273 The variable @code{$_} is automatically set by the @code{x} command to
11274 the last address examined (@pxref{Memory, ,Examining Memory}). Other
11275 commands which provide a default address for @code{x} to examine also
11276 set @code{$_} to that address; these commands include @code{info line}
11277 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
11278 except when set by the @code{x} command, in which case it is a pointer
11279 to the type of @code{$__}.
11280
11281 @vindex $__@r{, convenience variable}
11282 @item $__
11283 The variable @code{$__} is automatically set by the @code{x} command
11284 to the value found in the last address examined. Its type is chosen
11285 to match the format in which the data was printed.
11286
11287 @item $_exitcode
11288 @vindex $_exitcode@r{, convenience variable}
11289 When the program being debugged terminates normally, @value{GDBN}
11290 automatically sets this variable to the exit code of the program, and
11291 resets @code{$_exitsignal} to @code{void}.
11292
11293 @item $_exitsignal
11294 @vindex $_exitsignal@r{, convenience variable}
11295 When the program being debugged dies due to an uncaught signal,
11296 @value{GDBN} automatically sets this variable to that signal's number,
11297 and resets @code{$_exitcode} to @code{void}.
11298
11299 To distinguish between whether the program being debugged has exited
11300 (i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
11301 @code{$_exitsignal} is not @code{void}), the convenience function
11302 @code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
11303 Functions}). For example, considering the following source code:
11304
11305 @smallexample
11306 #include <signal.h>
11307
11308 int
11309 main (int argc, char *argv[])
11310 @{
11311 raise (SIGALRM);
11312 return 0;
11313 @}
11314 @end smallexample
11315
11316 A valid way of telling whether the program being debugged has exited
11317 or signalled would be:
11318
11319 @smallexample
11320 (@value{GDBP}) define has_exited_or_signalled
11321 Type commands for definition of ``has_exited_or_signalled''.
11322 End with a line saying just ``end''.
11323 >if $_isvoid ($_exitsignal)
11324 >echo The program has exited\n
11325 >else
11326 >echo The program has signalled\n
11327 >end
11328 >end
11329 (@value{GDBP}) run
11330 Starting program:
11331
11332 Program terminated with signal SIGALRM, Alarm clock.
11333 The program no longer exists.
11334 (@value{GDBP}) has_exited_or_signalled
11335 The program has signalled
11336 @end smallexample
11337
11338 As can be seen, @value{GDBN} correctly informs that the program being
11339 debugged has signalled, since it calls @code{raise} and raises a
11340 @code{SIGALRM} signal. If the program being debugged had not called
11341 @code{raise}, then @value{GDBN} would report a normal exit:
11342
11343 @smallexample
11344 (@value{GDBP}) has_exited_or_signalled
11345 The program has exited
11346 @end smallexample
11347
11348 @item $_exception
11349 The variable @code{$_exception} is set to the exception object being
11350 thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
11351
11352 @item $_probe_argc
11353 @itemx $_probe_arg0@dots{}$_probe_arg11
11354 Arguments to a static probe. @xref{Static Probe Points}.
11355
11356 @item $_sdata
11357 @vindex $_sdata@r{, inspect, convenience variable}
11358 The variable @code{$_sdata} contains extra collected static tracepoint
11359 data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
11360 @code{$_sdata} could be empty, if not inspecting a trace buffer, or
11361 if extra static tracepoint data has not been collected.
11362
11363 @item $_siginfo
11364 @vindex $_siginfo@r{, convenience variable}
11365 The variable @code{$_siginfo} contains extra signal information
11366 (@pxref{extra signal information}). Note that @code{$_siginfo}
11367 could be empty, if the application has not yet received any signals.
11368 For example, it will be empty before you execute the @code{run} command.
11369
11370 @item $_tlb
11371 @vindex $_tlb@r{, convenience variable}
11372 The variable @code{$_tlb} is automatically set when debugging
11373 applications running on MS-Windows in native mode or connected to
11374 gdbserver that supports the @code{qGetTIBAddr} request.
11375 @xref{General Query Packets}.
11376 This variable contains the address of the thread information block.
11377
11378 @item $_inferior
11379 The number of the current inferior. @xref{Inferiors and
11380 Programs, ,Debugging Multiple Inferiors and Programs}.
11381
11382 @item $_thread
11383 The thread number of the current thread. @xref{thread numbers}.
11384
11385 @item $_gthread
11386 The global number of the current thread. @xref{global thread numbers}.
11387
11388 @item $_gdb_major
11389 @itemx $_gdb_minor
11390 @vindex $_gdb_major@r{, convenience variable}
11391 @vindex $_gdb_minor@r{, convenience variable}
11392 The major and minor version numbers of the running @value{GDBN}.
11393 Development snapshots and pretest versions have their minor version
11394 incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
11395 the value 12 for @code{$_gdb_minor}. These variables allow you to
11396 write scripts that work with different versions of @value{GDBN}
11397 without errors caused by features unavailable in some of those
11398 versions.
11399
11400 @item $_shell_exitcode
11401 @itemx $_shell_exitsignal
11402 @vindex $_shell_exitcode@r{, convenience variable}
11403 @vindex $_shell_exitsignal@r{, convenience variable}
11404 @cindex shell command, exit code
11405 @cindex shell command, exit signal
11406 @cindex exit status of shell commands
11407 @value{GDBN} commands such as @code{shell} and @code{|} are launching
11408 shell commands. When a launched command terminates, @value{GDBN}
11409 automatically maintains the variables @code{$_shell_exitcode}
11410 and @code{$_shell_exitsignal} according to the exit status of the last
11411 launched command. These variables are set and used similarly to
11412 the variables @code{$_exitcode} and @code{$_exitsignal}.
11413
11414 @end table
11415
11416 @node Convenience Funs
11417 @section Convenience Functions
11418
11419 @cindex convenience functions
11420 @value{GDBN} also supplies some @dfn{convenience functions}. These
11421 have a syntax similar to convenience variables. A convenience
11422 function can be used in an expression just like an ordinary function;
11423 however, a convenience function is implemented internally to
11424 @value{GDBN}.
11425
11426 These functions do not require @value{GDBN} to be configured with
11427 @code{Python} support, which means that they are always available.
11428
11429 @table @code
11430
11431 @item $_isvoid (@var{expr})
11432 @findex $_isvoid@r{, convenience function}
11433 Return one if the expression @var{expr} is @code{void}. Otherwise it
11434 returns zero.
11435
11436 A @code{void} expression is an expression where the type of the result
11437 is @code{void}. For example, you can examine a convenience variable
11438 (see @ref{Convenience Vars,, Convenience Variables}) to check whether
11439 it is @code{void}:
11440
11441 @smallexample
11442 (@value{GDBP}) print $_exitcode
11443 $1 = void
11444 (@value{GDBP}) print $_isvoid ($_exitcode)
11445 $2 = 1
11446 (@value{GDBP}) run
11447 Starting program: ./a.out
11448 [Inferior 1 (process 29572) exited normally]
11449 (@value{GDBP}) print $_exitcode
11450 $3 = 0
11451 (@value{GDBP}) print $_isvoid ($_exitcode)
11452 $4 = 0
11453 @end smallexample
11454
11455 In the example above, we used @code{$_isvoid} to check whether
11456 @code{$_exitcode} is @code{void} before and after the execution of the
11457 program being debugged. Before the execution there is no exit code to
11458 be examined, therefore @code{$_exitcode} is @code{void}. After the
11459 execution the program being debugged returned zero, therefore
11460 @code{$_exitcode} is zero, which means that it is not @code{void}
11461 anymore.
11462
11463 The @code{void} expression can also be a call of a function from the
11464 program being debugged. For example, given the following function:
11465
11466 @smallexample
11467 void
11468 foo (void)
11469 @{
11470 @}
11471 @end smallexample
11472
11473 The result of calling it inside @value{GDBN} is @code{void}:
11474
11475 @smallexample
11476 (@value{GDBP}) print foo ()
11477 $1 = void
11478 (@value{GDBP}) print $_isvoid (foo ())
11479 $2 = 1
11480 (@value{GDBP}) set $v = foo ()
11481 (@value{GDBP}) print $v
11482 $3 = void
11483 (@value{GDBP}) print $_isvoid ($v)
11484 $4 = 1
11485 @end smallexample
11486
11487 @end table
11488
11489 These functions require @value{GDBN} to be configured with
11490 @code{Python} support.
11491
11492 @table @code
11493
11494 @item $_memeq(@var{buf1}, @var{buf2}, @var{length})
11495 @findex $_memeq@r{, convenience function}
11496 Returns one if the @var{length} bytes at the addresses given by
11497 @var{buf1} and @var{buf2} are equal.
11498 Otherwise it returns zero.
11499
11500 @item $_regex(@var{str}, @var{regex})
11501 @findex $_regex@r{, convenience function}
11502 Returns one if the string @var{str} matches the regular expression
11503 @var{regex}. Otherwise it returns zero.
11504 The syntax of the regular expression is that specified by @code{Python}'s
11505 regular expression support.
11506
11507 @item $_streq(@var{str1}, @var{str2})
11508 @findex $_streq@r{, convenience function}
11509 Returns one if the strings @var{str1} and @var{str2} are equal.
11510 Otherwise it returns zero.
11511
11512 @item $_strlen(@var{str})
11513 @findex $_strlen@r{, convenience function}
11514 Returns the length of string @var{str}.
11515
11516 @item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
11517 @findex $_caller_is@r{, convenience function}
11518 Returns one if the calling function's name is equal to @var{name}.
11519 Otherwise it returns zero.
11520
11521 If the optional argument @var{number_of_frames} is provided,
11522 it is the number of frames up in the stack to look.
11523 The default is 1.
11524
11525 Example:
11526
11527 @smallexample
11528 (gdb) backtrace
11529 #0 bottom_func ()
11530 at testsuite/gdb.python/py-caller-is.c:21
11531 #1 0x00000000004005a0 in middle_func ()
11532 at testsuite/gdb.python/py-caller-is.c:27
11533 #2 0x00000000004005ab in top_func ()
11534 at testsuite/gdb.python/py-caller-is.c:33
11535 #3 0x00000000004005b6 in main ()
11536 at testsuite/gdb.python/py-caller-is.c:39
11537 (gdb) print $_caller_is ("middle_func")
11538 $1 = 1
11539 (gdb) print $_caller_is ("top_func", 2)
11540 $1 = 1
11541 @end smallexample
11542
11543 @item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
11544 @findex $_caller_matches@r{, convenience function}
11545 Returns one if the calling function's name matches the regular expression
11546 @var{regexp}. Otherwise it returns zero.
11547
11548 If the optional argument @var{number_of_frames} is provided,
11549 it is the number of frames up in the stack to look.
11550 The default is 1.
11551
11552 @item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
11553 @findex $_any_caller_is@r{, convenience function}
11554 Returns one if any calling function's name is equal to @var{name}.
11555 Otherwise it returns zero.
11556
11557 If the optional argument @var{number_of_frames} is provided,
11558 it is the number of frames up in the stack to look.
11559 The default is 1.
11560
11561 This function differs from @code{$_caller_is} in that this function
11562 checks all stack frames from the immediate caller to the frame specified
11563 by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
11564 frame specified by @var{number_of_frames}.
11565
11566 @item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
11567 @findex $_any_caller_matches@r{, convenience function}
11568 Returns one if any calling function's name matches the regular expression
11569 @var{regexp}. Otherwise it returns zero.
11570
11571 If the optional argument @var{number_of_frames} is provided,
11572 it is the number of frames up in the stack to look.
11573 The default is 1.
11574
11575 This function differs from @code{$_caller_matches} in that this function
11576 checks all stack frames from the immediate caller to the frame specified
11577 by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
11578 frame specified by @var{number_of_frames}.
11579
11580 @item $_as_string(@var{value})
11581 @findex $_as_string@r{, convenience function}
11582 Return the string representation of @var{value}.
11583
11584 This function is useful to obtain the textual label (enumerator) of an
11585 enumeration value. For example, assuming the variable @var{node} is of
11586 an enumerated type:
11587
11588 @smallexample
11589 (gdb) printf "Visiting node of type %s\n", $_as_string(node)
11590 Visiting node of type NODE_INTEGER
11591 @end smallexample
11592
11593 @item $_cimag(@var{value})
11594 @itemx $_creal(@var{value})
11595 @findex $_cimag@r{, convenience function}
11596 @findex $_creal@r{, convenience function}
11597 Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
11598 the complex number @var{value}.
11599
11600 The type of the imaginary or real part depends on the type of the
11601 complex number, e.g., using @code{$_cimag} on a @code{float complex}
11602 will return an imaginary part of type @code{float}.
11603
11604 @end table
11605
11606 @value{GDBN} provides the ability to list and get help on
11607 convenience functions.
11608
11609 @table @code
11610 @item help function
11611 @kindex help function
11612 @cindex show all convenience functions
11613 Print a list of all convenience functions.
11614 @end table
11615
11616 @node Registers
11617 @section Registers
11618
11619 @cindex registers
11620 You can refer to machine register contents, in expressions, as variables
11621 with names starting with @samp{$}. The names of registers are different
11622 for each machine; use @code{info registers} to see the names used on
11623 your machine.
11624
11625 @table @code
11626 @kindex info registers
11627 @item info registers
11628 Print the names and values of all registers except floating-point
11629 and vector registers (in the selected stack frame).
11630
11631 @kindex info all-registers
11632 @cindex floating point registers
11633 @item info all-registers
11634 Print the names and values of all registers, including floating-point
11635 and vector registers (in the selected stack frame).
11636
11637 @item info registers @var{reggroup} @dots{}
11638 Print the name and value of the registers in each of the specified
11639 @var{reggroup}s. The @var{reggoup} can be any of those returned by
11640 @code{maint print reggroups} (@pxref{Maintenance Commands}).
11641
11642 @item info registers @var{regname} @dots{}
11643 Print the @dfn{relativized} value of each specified register @var{regname}.
11644 As discussed in detail below, register values are normally relative to
11645 the selected stack frame. The @var{regname} may be any register name valid on
11646 the machine you are using, with or without the initial @samp{$}.
11647 @end table
11648
11649 @anchor{standard registers}
11650 @cindex stack pointer register
11651 @cindex program counter register
11652 @cindex process status register
11653 @cindex frame pointer register
11654 @cindex standard registers
11655 @value{GDBN} has four ``standard'' register names that are available (in
11656 expressions) on most machines---whenever they do not conflict with an
11657 architecture's canonical mnemonics for registers. The register names
11658 @code{$pc} and @code{$sp} are used for the program counter register and
11659 the stack pointer. @code{$fp} is used for a register that contains a
11660 pointer to the current stack frame, and @code{$ps} is used for a
11661 register that contains the processor status. For example,
11662 you could print the program counter in hex with
11663
11664 @smallexample
11665 p/x $pc
11666 @end smallexample
11667
11668 @noindent
11669 or print the instruction to be executed next with
11670
11671 @smallexample
11672 x/i $pc
11673 @end smallexample
11674
11675 @noindent
11676 or add four to the stack pointer@footnote{This is a way of removing
11677 one word from the stack, on machines where stacks grow downward in
11678 memory (most machines, nowadays). This assumes that the innermost
11679 stack frame is selected; setting @code{$sp} is not allowed when other
11680 stack frames are selected. To pop entire frames off the stack,
11681 regardless of machine architecture, use @code{return};
11682 see @ref{Returning, ,Returning from a Function}.} with
11683
11684 @smallexample
11685 set $sp += 4
11686 @end smallexample
11687
11688 Whenever possible, these four standard register names are available on
11689 your machine even though the machine has different canonical mnemonics,
11690 so long as there is no conflict. The @code{info registers} command
11691 shows the canonical names. For example, on the SPARC, @code{info
11692 registers} displays the processor status register as @code{$psr} but you
11693 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
11694 is an alias for the @sc{eflags} register.
11695
11696 @value{GDBN} always considers the contents of an ordinary register as an
11697 integer when the register is examined in this way. Some machines have
11698 special registers which can hold nothing but floating point; these
11699 registers are considered to have floating point values. There is no way
11700 to refer to the contents of an ordinary register as floating point value
11701 (although you can @emph{print} it as a floating point value with
11702 @samp{print/f $@var{regname}}).
11703
11704 Some registers have distinct ``raw'' and ``virtual'' data formats. This
11705 means that the data format in which the register contents are saved by
11706 the operating system is not the same one that your program normally
11707 sees. For example, the registers of the 68881 floating point
11708 coprocessor are always saved in ``extended'' (raw) format, but all C
11709 programs expect to work with ``double'' (virtual) format. In such
11710 cases, @value{GDBN} normally works with the virtual format only (the format
11711 that makes sense for your program), but the @code{info registers} command
11712 prints the data in both formats.
11713
11714 @cindex SSE registers (x86)
11715 @cindex MMX registers (x86)
11716 Some machines have special registers whose contents can be interpreted
11717 in several different ways. For example, modern x86-based machines
11718 have SSE and MMX registers that can hold several values packed
11719 together in several different formats. @value{GDBN} refers to such
11720 registers in @code{struct} notation:
11721
11722 @smallexample
11723 (@value{GDBP}) print $xmm1
11724 $1 = @{
11725 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
11726 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
11727 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
11728 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
11729 v4_int32 = @{0, 20657912, 11, 13@},
11730 v2_int64 = @{88725056443645952, 55834574859@},
11731 uint128 = 0x0000000d0000000b013b36f800000000
11732 @}
11733 @end smallexample
11734
11735 @noindent
11736 To set values of such registers, you need to tell @value{GDBN} which
11737 view of the register you wish to change, as if you were assigning
11738 value to a @code{struct} member:
11739
11740 @smallexample
11741 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
11742 @end smallexample
11743
11744 Normally, register values are relative to the selected stack frame
11745 (@pxref{Selection, ,Selecting a Frame}). This means that you get the
11746 value that the register would contain if all stack frames farther in
11747 were exited and their saved registers restored. In order to see the
11748 true contents of hardware registers, you must select the innermost
11749 frame (with @samp{frame 0}).
11750
11751 @cindex caller-saved registers
11752 @cindex call-clobbered registers
11753 @cindex volatile registers
11754 @cindex <not saved> values
11755 Usually ABIs reserve some registers as not needed to be saved by the
11756 callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
11757 registers). It may therefore not be possible for @value{GDBN} to know
11758 the value a register had before the call (in other words, in the outer
11759 frame), if the register value has since been changed by the callee.
11760 @value{GDBN} tries to deduce where the inner frame saved
11761 (``callee-saved'') registers, from the debug info, unwind info, or the
11762 machine code generated by your compiler. If some register is not
11763 saved, and @value{GDBN} knows the register is ``caller-saved'' (via
11764 its own knowledge of the ABI, or because the debug/unwind info
11765 explicitly says the register's value is undefined), @value{GDBN}
11766 displays @w{@samp{<not saved>}} as the register's value. With targets
11767 that @value{GDBN} has no knowledge of the register saving convention,
11768 if a register was not saved by the callee, then its value and location
11769 in the outer frame are assumed to be the same of the inner frame.
11770 This is usually harmless, because if the register is call-clobbered,
11771 the caller either does not care what is in the register after the
11772 call, or has code to restore the value that it does care about. Note,
11773 however, that if you change such a register in the outer frame, you
11774 may also be affecting the inner frame. Also, the more ``outer'' the
11775 frame is you're looking at, the more likely a call-clobbered
11776 register's value is to be wrong, in the sense that it doesn't actually
11777 represent the value the register had just before the call.
11778
11779 @node Floating Point Hardware
11780 @section Floating Point Hardware
11781 @cindex floating point
11782
11783 Depending on the configuration, @value{GDBN} may be able to give
11784 you more information about the status of the floating point hardware.
11785
11786 @table @code
11787 @kindex info float
11788 @item info float
11789 Display hardware-dependent information about the floating
11790 point unit. The exact contents and layout vary depending on the
11791 floating point chip. Currently, @samp{info float} is supported on
11792 the ARM and x86 machines.
11793 @end table
11794
11795 @node Vector Unit
11796 @section Vector Unit
11797 @cindex vector unit
11798
11799 Depending on the configuration, @value{GDBN} may be able to give you
11800 more information about the status of the vector unit.
11801
11802 @table @code
11803 @kindex info vector
11804 @item info vector
11805 Display information about the vector unit. The exact contents and
11806 layout vary depending on the hardware.
11807 @end table
11808
11809 @node OS Information
11810 @section Operating System Auxiliary Information
11811 @cindex OS information
11812
11813 @value{GDBN} provides interfaces to useful OS facilities that can help
11814 you debug your program.
11815
11816 @cindex auxiliary vector
11817 @cindex vector, auxiliary
11818 Some operating systems supply an @dfn{auxiliary vector} to programs at
11819 startup. This is akin to the arguments and environment that you
11820 specify for a program, but contains a system-dependent variety of
11821 binary values that tell system libraries important details about the
11822 hardware, operating system, and process. Each value's purpose is
11823 identified by an integer tag; the meanings are well-known but system-specific.
11824 Depending on the configuration and operating system facilities,
11825 @value{GDBN} may be able to show you this information. For remote
11826 targets, this functionality may further depend on the remote stub's
11827 support of the @samp{qXfer:auxv:read} packet, see
11828 @ref{qXfer auxiliary vector read}.
11829
11830 @table @code
11831 @kindex info auxv
11832 @item info auxv
11833 Display the auxiliary vector of the inferior, which can be either a
11834 live process or a core dump file. @value{GDBN} prints each tag value
11835 numerically, and also shows names and text descriptions for recognized
11836 tags. Some values in the vector are numbers, some bit masks, and some
11837 pointers to strings or other data. @value{GDBN} displays each value in the
11838 most appropriate form for a recognized tag, and in hexadecimal for
11839 an unrecognized tag.
11840 @end table
11841
11842 On some targets, @value{GDBN} can access operating system-specific
11843 information and show it to you. The types of information available
11844 will differ depending on the type of operating system running on the
11845 target. The mechanism used to fetch the data is described in
11846 @ref{Operating System Information}. For remote targets, this
11847 functionality depends on the remote stub's support of the
11848 @samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
11849
11850 @table @code
11851 @kindex info os
11852 @item info os @var{infotype}
11853
11854 Display OS information of the requested type.
11855
11856 On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
11857
11858 @anchor{linux info os infotypes}
11859 @table @code
11860 @kindex info os cpus
11861 @item cpus
11862 Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
11863 the available fields from /proc/cpuinfo. For each supported architecture
11864 different fields are available. Two common entries are processor which gives
11865 CPU number and bogomips; a system constant that is calculated during
11866 kernel initialization.
11867
11868 @kindex info os files
11869 @item files
11870 Display the list of open file descriptors on the target. For each
11871 file descriptor, @value{GDBN} prints the identifier of the process
11872 owning the descriptor, the command of the owning process, the value
11873 of the descriptor, and the target of the descriptor.
11874
11875 @kindex info os modules
11876 @item modules
11877 Display the list of all loaded kernel modules on the target. For each
11878 module, @value{GDBN} prints the module name, the size of the module in
11879 bytes, the number of times the module is used, the dependencies of the
11880 module, the status of the module, and the address of the loaded module
11881 in memory.
11882
11883 @kindex info os msg
11884 @item msg
11885 Display the list of all System V message queues on the target. For each
11886 message queue, @value{GDBN} prints the message queue key, the message
11887 queue identifier, the access permissions, the current number of bytes
11888 on the queue, the current number of messages on the queue, the processes
11889 that last sent and received a message on the queue, the user and group
11890 of the owner and creator of the message queue, the times at which a
11891 message was last sent and received on the queue, and the time at which
11892 the message queue was last changed.
11893
11894 @kindex info os processes
11895 @item processes
11896 Display the list of processes on the target. For each process,
11897 @value{GDBN} prints the process identifier, the name of the user, the
11898 command corresponding to the process, and the list of processor cores
11899 that the process is currently running on. (To understand what these
11900 properties mean, for this and the following info types, please consult
11901 the general @sc{gnu}/Linux documentation.)
11902
11903 @kindex info os procgroups
11904 @item procgroups
11905 Display the list of process groups on the target. For each process,
11906 @value{GDBN} prints the identifier of the process group that it belongs
11907 to, the command corresponding to the process group leader, the process
11908 identifier, and the command line of the process. The list is sorted
11909 first by the process group identifier, then by the process identifier,
11910 so that processes belonging to the same process group are grouped together
11911 and the process group leader is listed first.
11912
11913 @kindex info os semaphores
11914 @item semaphores
11915 Display the list of all System V semaphore sets on the target. For each
11916 semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
11917 set identifier, the access permissions, the number of semaphores in the
11918 set, the user and group of the owner and creator of the semaphore set,
11919 and the times at which the semaphore set was operated upon and changed.
11920
11921 @kindex info os shm
11922 @item shm
11923 Display the list of all System V shared-memory regions on the target.
11924 For each shared-memory region, @value{GDBN} prints the region key,
11925 the shared-memory identifier, the access permissions, the size of the
11926 region, the process that created the region, the process that last
11927 attached to or detached from the region, the current number of live
11928 attaches to the region, and the times at which the region was last
11929 attached to, detach from, and changed.
11930
11931 @kindex info os sockets
11932 @item sockets
11933 Display the list of Internet-domain sockets on the target. For each
11934 socket, @value{GDBN} prints the address and port of the local and
11935 remote endpoints, the current state of the connection, the creator of
11936 the socket, the IP address family of the socket, and the type of the
11937 connection.
11938
11939 @kindex info os threads
11940 @item threads
11941 Display the list of threads running on the target. For each thread,
11942 @value{GDBN} prints the identifier of the process that the thread
11943 belongs to, the command of the process, the thread identifier, and the
11944 processor core that it is currently running on. The main thread of a
11945 process is not listed.
11946 @end table
11947
11948 @item info os
11949 If @var{infotype} is omitted, then list the possible values for
11950 @var{infotype} and the kind of OS information available for each
11951 @var{infotype}. If the target does not return a list of possible
11952 types, this command will report an error.
11953 @end table
11954
11955 @node Memory Region Attributes
11956 @section Memory Region Attributes
11957 @cindex memory region attributes
11958
11959 @dfn{Memory region attributes} allow you to describe special handling
11960 required by regions of your target's memory. @value{GDBN} uses
11961 attributes to determine whether to allow certain types of memory
11962 accesses; whether to use specific width accesses; and whether to cache
11963 target memory. By default the description of memory regions is
11964 fetched from the target (if the current target supports this), but the
11965 user can override the fetched regions.
11966
11967 Defined memory regions can be individually enabled and disabled. When a
11968 memory region is disabled, @value{GDBN} uses the default attributes when
11969 accessing memory in that region. Similarly, if no memory regions have
11970 been defined, @value{GDBN} uses the default attributes when accessing
11971 all memory.
11972
11973 When a memory region is defined, it is given a number to identify it;
11974 to enable, disable, or remove a memory region, you specify that number.
11975
11976 @table @code
11977 @kindex mem
11978 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
11979 Define a memory region bounded by @var{lower} and @var{upper} with
11980 attributes @var{attributes}@dots{}, and add it to the list of regions
11981 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
11982 case: it is treated as the target's maximum memory address.
11983 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
11984
11985 @item mem auto
11986 Discard any user changes to the memory regions and use target-supplied
11987 regions, if available, or no regions if the target does not support.
11988
11989 @kindex delete mem
11990 @item delete mem @var{nums}@dots{}
11991 Remove memory regions @var{nums}@dots{} from the list of regions
11992 monitored by @value{GDBN}.
11993
11994 @kindex disable mem
11995 @item disable mem @var{nums}@dots{}
11996 Disable monitoring of memory regions @var{nums}@dots{}.
11997 A disabled memory region is not forgotten.
11998 It may be enabled again later.
11999
12000 @kindex enable mem
12001 @item enable mem @var{nums}@dots{}
12002 Enable monitoring of memory regions @var{nums}@dots{}.
12003
12004 @kindex info mem
12005 @item info mem
12006 Print a table of all defined memory regions, with the following columns
12007 for each region:
12008
12009 @table @emph
12010 @item Memory Region Number
12011 @item Enabled or Disabled.
12012 Enabled memory regions are marked with @samp{y}.
12013 Disabled memory regions are marked with @samp{n}.
12014
12015 @item Lo Address
12016 The address defining the inclusive lower bound of the memory region.
12017
12018 @item Hi Address
12019 The address defining the exclusive upper bound of the memory region.
12020
12021 @item Attributes
12022 The list of attributes set for this memory region.
12023 @end table
12024 @end table
12025
12026
12027 @subsection Attributes
12028
12029 @subsubsection Memory Access Mode
12030 The access mode attributes set whether @value{GDBN} may make read or
12031 write accesses to a memory region.
12032
12033 While these attributes prevent @value{GDBN} from performing invalid
12034 memory accesses, they do nothing to prevent the target system, I/O DMA,
12035 etc.@: from accessing memory.
12036
12037 @table @code
12038 @item ro
12039 Memory is read only.
12040 @item wo
12041 Memory is write only.
12042 @item rw
12043 Memory is read/write. This is the default.
12044 @end table
12045
12046 @subsubsection Memory Access Size
12047 The access size attribute tells @value{GDBN} to use specific sized
12048 accesses in the memory region. Often memory mapped device registers
12049 require specific sized accesses. If no access size attribute is
12050 specified, @value{GDBN} may use accesses of any size.
12051
12052 @table @code
12053 @item 8
12054 Use 8 bit memory accesses.
12055 @item 16
12056 Use 16 bit memory accesses.
12057 @item 32
12058 Use 32 bit memory accesses.
12059 @item 64
12060 Use 64 bit memory accesses.
12061 @end table
12062
12063 @c @subsubsection Hardware/Software Breakpoints
12064 @c The hardware/software breakpoint attributes set whether @value{GDBN}
12065 @c will use hardware or software breakpoints for the internal breakpoints
12066 @c used by the step, next, finish, until, etc. commands.
12067 @c
12068 @c @table @code
12069 @c @item hwbreak
12070 @c Always use hardware breakpoints
12071 @c @item swbreak (default)
12072 @c @end table
12073
12074 @subsubsection Data Cache
12075 The data cache attributes set whether @value{GDBN} will cache target
12076 memory. While this generally improves performance by reducing debug
12077 protocol overhead, it can lead to incorrect results because @value{GDBN}
12078 does not know about volatile variables or memory mapped device
12079 registers.
12080
12081 @table @code
12082 @item cache
12083 Enable @value{GDBN} to cache target memory.
12084 @item nocache
12085 Disable @value{GDBN} from caching target memory. This is the default.
12086 @end table
12087
12088 @subsection Memory Access Checking
12089 @value{GDBN} can be instructed to refuse accesses to memory that is
12090 not explicitly described. This can be useful if accessing such
12091 regions has undesired effects for a specific target, or to provide
12092 better error checking. The following commands control this behaviour.
12093
12094 @table @code
12095 @kindex set mem inaccessible-by-default
12096 @item set mem inaccessible-by-default [on|off]
12097 If @code{on} is specified, make @value{GDBN} treat memory not
12098 explicitly described by the memory ranges as non-existent and refuse accesses
12099 to such memory. The checks are only performed if there's at least one
12100 memory range defined. If @code{off} is specified, make @value{GDBN}
12101 treat the memory not explicitly described by the memory ranges as RAM.
12102 The default value is @code{on}.
12103 @kindex show mem inaccessible-by-default
12104 @item show mem inaccessible-by-default
12105 Show the current handling of accesses to unknown memory.
12106 @end table
12107
12108
12109 @c @subsubsection Memory Write Verification
12110 @c The memory write verification attributes set whether @value{GDBN}
12111 @c will re-reads data after each write to verify the write was successful.
12112 @c
12113 @c @table @code
12114 @c @item verify
12115 @c @item noverify (default)
12116 @c @end table
12117
12118 @node Dump/Restore Files
12119 @section Copy Between Memory and a File
12120 @cindex dump/restore files
12121 @cindex append data to a file
12122 @cindex dump data to a file
12123 @cindex restore data from a file
12124
12125 You can use the commands @code{dump}, @code{append}, and
12126 @code{restore} to copy data between target memory and a file. The
12127 @code{dump} and @code{append} commands write data to a file, and the
12128 @code{restore} command reads data from a file back into the inferior's
12129 memory. Files may be in binary, Motorola S-record, Intel hex,
12130 Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
12131 append to binary files, and cannot read from Verilog Hex files.
12132
12133 @table @code
12134
12135 @kindex dump
12136 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12137 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
12138 Dump the contents of memory from @var{start_addr} to @var{end_addr},
12139 or the value of @var{expr}, to @var{filename} in the given format.
12140
12141 The @var{format} parameter may be any one of:
12142 @table @code
12143 @item binary
12144 Raw binary form.
12145 @item ihex
12146 Intel hex format.
12147 @item srec
12148 Motorola S-record format.
12149 @item tekhex
12150 Tektronix Hex format.
12151 @item verilog
12152 Verilog Hex format.
12153 @end table
12154
12155 @value{GDBN} uses the same definitions of these formats as the
12156 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
12157 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
12158 form.
12159
12160 @kindex append
12161 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12162 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
12163 Append the contents of memory from @var{start_addr} to @var{end_addr},
12164 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
12165 (@value{GDBN} can only append data to files in raw binary form.)
12166
12167 @kindex restore
12168 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
12169 Restore the contents of file @var{filename} into memory. The
12170 @code{restore} command can automatically recognize any known @sc{bfd}
12171 file format, except for raw binary. To restore a raw binary file you
12172 must specify the optional keyword @code{binary} after the filename.
12173
12174 If @var{bias} is non-zero, its value will be added to the addresses
12175 contained in the file. Binary files always start at address zero, so
12176 they will be restored at address @var{bias}. Other bfd files have
12177 a built-in location; they will be restored at offset @var{bias}
12178 from that location.
12179
12180 If @var{start} and/or @var{end} are non-zero, then only data between
12181 file offset @var{start} and file offset @var{end} will be restored.
12182 These offsets are relative to the addresses in the file, before
12183 the @var{bias} argument is applied.
12184
12185 @end table
12186
12187 @node Core File Generation
12188 @section How to Produce a Core File from Your Program
12189 @cindex dump core from inferior
12190
12191 A @dfn{core file} or @dfn{core dump} is a file that records the memory
12192 image of a running process and its process status (register values
12193 etc.). Its primary use is post-mortem debugging of a program that
12194 crashed while it ran outside a debugger. A program that crashes
12195 automatically produces a core file, unless this feature is disabled by
12196 the user. @xref{Files}, for information on invoking @value{GDBN} in
12197 the post-mortem debugging mode.
12198
12199 Occasionally, you may wish to produce a core file of the program you
12200 are debugging in order to preserve a snapshot of its state.
12201 @value{GDBN} has a special command for that.
12202
12203 @table @code
12204 @kindex gcore
12205 @kindex generate-core-file
12206 @item generate-core-file [@var{file}]
12207 @itemx gcore [@var{file}]
12208 Produce a core dump of the inferior process. The optional argument
12209 @var{file} specifies the file name where to put the core dump. If not
12210 specified, the file name defaults to @file{core.@var{pid}}, where
12211 @var{pid} is the inferior process ID.
12212
12213 Note that this command is implemented only for some systems (as of
12214 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
12215
12216 On @sc{gnu}/Linux, this command can take into account the value of the
12217 file @file{/proc/@var{pid}/coredump_filter} when generating the core
12218 dump (@pxref{set use-coredump-filter}), and by default honors the
12219 @code{VM_DONTDUMP} flag for mappings where it is present in the file
12220 @file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
12221
12222 @kindex set use-coredump-filter
12223 @anchor{set use-coredump-filter}
12224 @item set use-coredump-filter on
12225 @itemx set use-coredump-filter off
12226 Enable or disable the use of the file
12227 @file{/proc/@var{pid}/coredump_filter} when generating core dump
12228 files. This file is used by the Linux kernel to decide what types of
12229 memory mappings will be dumped or ignored when generating a core dump
12230 file. @var{pid} is the process ID of a currently running process.
12231
12232 To make use of this feature, you have to write in the
12233 @file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
12234 which is a bit mask representing the memory mapping types. If a bit
12235 is set in the bit mask, then the memory mappings of the corresponding
12236 types will be dumped; otherwise, they will be ignored. This
12237 configuration is inherited by child processes. For more information
12238 about the bits that can be set in the
12239 @file{/proc/@var{pid}/coredump_filter} file, please refer to the
12240 manpage of @code{core(5)}.
12241
12242 By default, this option is @code{on}. If this option is turned
12243 @code{off}, @value{GDBN} does not read the @file{coredump_filter} file
12244 and instead uses the same default value as the Linux kernel in order
12245 to decide which pages will be dumped in the core dump file. This
12246 value is currently @code{0x33}, which means that bits @code{0}
12247 (anonymous private mappings), @code{1} (anonymous shared mappings),
12248 @code{4} (ELF headers) and @code{5} (private huge pages) are active.
12249 This will cause these memory mappings to be dumped automatically.
12250
12251 @kindex set dump-excluded-mappings
12252 @anchor{set dump-excluded-mappings}
12253 @item set dump-excluded-mappings on
12254 @itemx set dump-excluded-mappings off
12255 If @code{on} is specified, @value{GDBN} will dump memory mappings
12256 marked with the @code{VM_DONTDUMP} flag. This flag is represented in
12257 the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
12258
12259 The default value is @code{off}.
12260 @end table
12261
12262 @node Character Sets
12263 @section Character Sets
12264 @cindex character sets
12265 @cindex charset
12266 @cindex translating between character sets
12267 @cindex host character set
12268 @cindex target character set
12269
12270 If the program you are debugging uses a different character set to
12271 represent characters and strings than the one @value{GDBN} uses itself,
12272 @value{GDBN} can automatically translate between the character sets for
12273 you. The character set @value{GDBN} uses we call the @dfn{host
12274 character set}; the one the inferior program uses we call the
12275 @dfn{target character set}.
12276
12277 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
12278 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
12279 remote protocol (@pxref{Remote Debugging}) to debug a program
12280 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
12281 then the host character set is Latin-1, and the target character set is
12282 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
12283 target-charset EBCDIC-US}, then @value{GDBN} translates between
12284 @sc{ebcdic} and Latin 1 as you print character or string values, or use
12285 character and string literals in expressions.
12286
12287 @value{GDBN} has no way to automatically recognize which character set
12288 the inferior program uses; you must tell it, using the @code{set
12289 target-charset} command, described below.
12290
12291 Here are the commands for controlling @value{GDBN}'s character set
12292 support:
12293
12294 @table @code
12295 @item set target-charset @var{charset}
12296 @kindex set target-charset
12297 Set the current target character set to @var{charset}. To display the
12298 list of supported target character sets, type
12299 @kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
12300
12301 @item set host-charset @var{charset}
12302 @kindex set host-charset
12303 Set the current host character set to @var{charset}.
12304
12305 By default, @value{GDBN} uses a host character set appropriate to the
12306 system it is running on; you can override that default using the
12307 @code{set host-charset} command. On some systems, @value{GDBN} cannot
12308 automatically determine the appropriate host character set. In this
12309 case, @value{GDBN} uses @samp{UTF-8}.
12310
12311 @value{GDBN} can only use certain character sets as its host character
12312 set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
12313 @value{GDBN} will list the host character sets it supports.
12314
12315 @item set charset @var{charset}
12316 @kindex set charset
12317 Set the current host and target character sets to @var{charset}. As
12318 above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
12319 @value{GDBN} will list the names of the character sets that can be used
12320 for both host and target.
12321
12322 @item show charset
12323 @kindex show charset
12324 Show the names of the current host and target character sets.
12325
12326 @item show host-charset
12327 @kindex show host-charset
12328 Show the name of the current host character set.
12329
12330 @item show target-charset
12331 @kindex show target-charset
12332 Show the name of the current target character set.
12333
12334 @item set target-wide-charset @var{charset}
12335 @kindex set target-wide-charset
12336 Set the current target's wide character set to @var{charset}. This is
12337 the character set used by the target's @code{wchar_t} type. To
12338 display the list of supported wide character sets, type
12339 @kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
12340
12341 @item show target-wide-charset
12342 @kindex show target-wide-charset
12343 Show the name of the current target's wide character set.
12344 @end table
12345
12346 Here is an example of @value{GDBN}'s character set support in action.
12347 Assume that the following source code has been placed in the file
12348 @file{charset-test.c}:
12349
12350 @smallexample
12351 #include <stdio.h>
12352
12353 char ascii_hello[]
12354 = @{72, 101, 108, 108, 111, 44, 32, 119,
12355 111, 114, 108, 100, 33, 10, 0@};
12356 char ibm1047_hello[]
12357 = @{200, 133, 147, 147, 150, 107, 64, 166,
12358 150, 153, 147, 132, 90, 37, 0@};
12359
12360 main ()
12361 @{
12362 printf ("Hello, world!\n");
12363 @}
12364 @end smallexample
12365
12366 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
12367 containing the string @samp{Hello, world!} followed by a newline,
12368 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
12369
12370 We compile the program, and invoke the debugger on it:
12371
12372 @smallexample
12373 $ gcc -g charset-test.c -o charset-test
12374 $ gdb -nw charset-test
12375 GNU gdb 2001-12-19-cvs
12376 Copyright 2001 Free Software Foundation, Inc.
12377 @dots{}
12378 (@value{GDBP})
12379 @end smallexample
12380
12381 We can use the @code{show charset} command to see what character sets
12382 @value{GDBN} is currently using to interpret and display characters and
12383 strings:
12384
12385 @smallexample
12386 (@value{GDBP}) show charset
12387 The current host and target character set is `ISO-8859-1'.
12388 (@value{GDBP})
12389 @end smallexample
12390
12391 For the sake of printing this manual, let's use @sc{ascii} as our
12392 initial character set:
12393 @smallexample
12394 (@value{GDBP}) set charset ASCII
12395 (@value{GDBP}) show charset
12396 The current host and target character set is `ASCII'.
12397 (@value{GDBP})
12398 @end smallexample
12399
12400 Let's assume that @sc{ascii} is indeed the correct character set for our
12401 host system --- in other words, let's assume that if @value{GDBN} prints
12402 characters using the @sc{ascii} character set, our terminal will display
12403 them properly. Since our current target character set is also
12404 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
12405
12406 @smallexample
12407 (@value{GDBP}) print ascii_hello
12408 $1 = 0x401698 "Hello, world!\n"
12409 (@value{GDBP}) print ascii_hello[0]
12410 $2 = 72 'H'
12411 (@value{GDBP})
12412 @end smallexample
12413
12414 @value{GDBN} uses the target character set for character and string
12415 literals you use in expressions:
12416
12417 @smallexample
12418 (@value{GDBP}) print '+'
12419 $3 = 43 '+'
12420 (@value{GDBP})
12421 @end smallexample
12422
12423 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
12424 character.
12425
12426 @value{GDBN} relies on the user to tell it which character set the
12427 target program uses. If we print @code{ibm1047_hello} while our target
12428 character set is still @sc{ascii}, we get jibberish:
12429
12430 @smallexample
12431 (@value{GDBP}) print ibm1047_hello
12432 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
12433 (@value{GDBP}) print ibm1047_hello[0]
12434 $5 = 200 '\310'
12435 (@value{GDBP})
12436 @end smallexample
12437
12438 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
12439 @value{GDBN} tells us the character sets it supports:
12440
12441 @smallexample
12442 (@value{GDBP}) set target-charset
12443 ASCII EBCDIC-US IBM1047 ISO-8859-1
12444 (@value{GDBP}) set target-charset
12445 @end smallexample
12446
12447 We can select @sc{ibm1047} as our target character set, and examine the
12448 program's strings again. Now the @sc{ascii} string is wrong, but
12449 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
12450 target character set, @sc{ibm1047}, to the host character set,
12451 @sc{ascii}, and they display correctly:
12452
12453 @smallexample
12454 (@value{GDBP}) set target-charset IBM1047
12455 (@value{GDBP}) show charset
12456 The current host character set is `ASCII'.
12457 The current target character set is `IBM1047'.
12458 (@value{GDBP}) print ascii_hello
12459 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
12460 (@value{GDBP}) print ascii_hello[0]
12461 $7 = 72 '\110'
12462 (@value{GDBP}) print ibm1047_hello
12463 $8 = 0x4016a8 "Hello, world!\n"
12464 (@value{GDBP}) print ibm1047_hello[0]
12465 $9 = 200 'H'
12466 (@value{GDBP})
12467 @end smallexample
12468
12469 As above, @value{GDBN} uses the target character set for character and
12470 string literals you use in expressions:
12471
12472 @smallexample
12473 (@value{GDBP}) print '+'
12474 $10 = 78 '+'
12475 (@value{GDBP})
12476 @end smallexample
12477
12478 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
12479 character.
12480
12481 @node Caching Target Data
12482 @section Caching Data of Targets
12483 @cindex caching data of targets
12484
12485 @value{GDBN} caches data exchanged between the debugger and a target.
12486 Each cache is associated with the address space of the inferior.
12487 @xref{Inferiors and Programs}, about inferior and address space.
12488 Such caching generally improves performance in remote debugging
12489 (@pxref{Remote Debugging}), because it reduces the overhead of the
12490 remote protocol by bundling memory reads and writes into large chunks.
12491 Unfortunately, simply caching everything would lead to incorrect results,
12492 since @value{GDBN} does not necessarily know anything about volatile
12493 values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
12494 (@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
12495 is executing.
12496 Therefore, by default, @value{GDBN} only caches data
12497 known to be on the stack@footnote{In non-stop mode, it is moderately
12498 rare for a running thread to modify the stack of a stopped thread
12499 in a way that would interfere with a backtrace, and caching of
12500 stack reads provides a significant speed up of remote backtraces.} or
12501 in the code segment.
12502 Other regions of memory can be explicitly marked as
12503 cacheable; @pxref{Memory Region Attributes}.
12504
12505 @table @code
12506 @kindex set remotecache
12507 @item set remotecache on
12508 @itemx set remotecache off
12509 This option no longer does anything; it exists for compatibility
12510 with old scripts.
12511
12512 @kindex show remotecache
12513 @item show remotecache
12514 Show the current state of the obsolete remotecache flag.
12515
12516 @kindex set stack-cache
12517 @item set stack-cache on
12518 @itemx set stack-cache off
12519 Enable or disable caching of stack accesses. When @code{on}, use
12520 caching. By default, this option is @code{on}.
12521
12522 @kindex show stack-cache
12523 @item show stack-cache
12524 Show the current state of data caching for memory accesses.
12525
12526 @kindex set code-cache
12527 @item set code-cache on
12528 @itemx set code-cache off
12529 Enable or disable caching of code segment accesses. When @code{on},
12530 use caching. By default, this option is @code{on}. This improves
12531 performance of disassembly in remote debugging.
12532
12533 @kindex show code-cache
12534 @item show code-cache
12535 Show the current state of target memory cache for code segment
12536 accesses.
12537
12538 @kindex info dcache
12539 @item info dcache @r{[}line@r{]}
12540 Print the information about the performance of data cache of the
12541 current inferior's address space. The information displayed
12542 includes the dcache width and depth, and for each cache line, its
12543 number, address, and how many times it was referenced. This
12544 command is useful for debugging the data cache operation.
12545
12546 If a line number is specified, the contents of that line will be
12547 printed in hex.
12548
12549 @item set dcache size @var{size}
12550 @cindex dcache size
12551 @kindex set dcache size
12552 Set maximum number of entries in dcache (dcache depth above).
12553
12554 @item set dcache line-size @var{line-size}
12555 @cindex dcache line-size
12556 @kindex set dcache line-size
12557 Set number of bytes each dcache entry caches (dcache width above).
12558 Must be a power of 2.
12559
12560 @item show dcache size
12561 @kindex show dcache size
12562 Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
12563
12564 @item show dcache line-size
12565 @kindex show dcache line-size
12566 Show default size of dcache lines.
12567
12568 @end table
12569
12570 @node Searching Memory
12571 @section Search Memory
12572 @cindex searching memory
12573
12574 Memory can be searched for a particular sequence of bytes with the
12575 @code{find} command.
12576
12577 @table @code
12578 @kindex find
12579 @item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
12580 @itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
12581 Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
12582 etc. The search begins at address @var{start_addr} and continues for either
12583 @var{len} bytes or through to @var{end_addr} inclusive.
12584 @end table
12585
12586 @var{s} and @var{n} are optional parameters.
12587 They may be specified in either order, apart or together.
12588
12589 @table @r
12590 @item @var{s}, search query size
12591 The size of each search query value.
12592
12593 @table @code
12594 @item b
12595 bytes
12596 @item h
12597 halfwords (two bytes)
12598 @item w
12599 words (four bytes)
12600 @item g
12601 giant words (eight bytes)
12602 @end table
12603
12604 All values are interpreted in the current language.
12605 This means, for example, that if the current source language is C/C@t{++}
12606 then searching for the string ``hello'' includes the trailing '\0'.
12607 The null terminator can be removed from searching by using casts,
12608 e.g.: @samp{@{char[5]@}"hello"}.
12609
12610 If the value size is not specified, it is taken from the
12611 value's type in the current language.
12612 This is useful when one wants to specify the search
12613 pattern as a mixture of types.
12614 Note that this means, for example, that in the case of C-like languages
12615 a search for an untyped 0x42 will search for @samp{(int) 0x42}
12616 which is typically four bytes.
12617
12618 @item @var{n}, maximum number of finds
12619 The maximum number of matches to print. The default is to print all finds.
12620 @end table
12621
12622 You can use strings as search values. Quote them with double-quotes
12623 (@code{"}).
12624 The string value is copied into the search pattern byte by byte,
12625 regardless of the endianness of the target and the size specification.
12626
12627 The address of each match found is printed as well as a count of the
12628 number of matches found.
12629
12630 The address of the last value found is stored in convenience variable
12631 @samp{$_}.
12632 A count of the number of matches is stored in @samp{$numfound}.
12633
12634 For example, if stopped at the @code{printf} in this function:
12635
12636 @smallexample
12637 void
12638 hello ()
12639 @{
12640 static char hello[] = "hello-hello";
12641 static struct @{ char c; short s; int i; @}
12642 __attribute__ ((packed)) mixed
12643 = @{ 'c', 0x1234, 0x87654321 @};
12644 printf ("%s\n", hello);
12645 @}
12646 @end smallexample
12647
12648 @noindent
12649 you get during debugging:
12650
12651 @smallexample
12652 (gdb) find &hello[0], +sizeof(hello), "hello"
12653 0x804956d <hello.1620+6>
12654 1 pattern found
12655 (gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
12656 0x8049567 <hello.1620>
12657 0x804956d <hello.1620+6>
12658 2 patterns found.
12659 (gdb) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
12660 0x8049567 <hello.1620>
12661 0x804956d <hello.1620+6>
12662 2 patterns found.
12663 (gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
12664 0x8049567 <hello.1620>
12665 1 pattern found
12666 (gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
12667 0x8049560 <mixed.1625>
12668 1 pattern found
12669 (gdb) print $numfound
12670 $1 = 1
12671 (gdb) print $_
12672 $2 = (void *) 0x8049560
12673 @end smallexample
12674
12675 @node Value Sizes
12676 @section Value Sizes
12677
12678 Whenever @value{GDBN} prints a value memory will be allocated within
12679 @value{GDBN} to hold the contents of the value. It is possible in
12680 some languages with dynamic typing systems, that an invalid program
12681 may indicate a value that is incorrectly large, this in turn may cause
12682 @value{GDBN} to try and allocate an overly large ammount of memory.
12683
12684 @table @code
12685 @kindex set max-value-size
12686 @item set max-value-size @var{bytes}
12687 @itemx set max-value-size unlimited
12688 Set the maximum size of memory that @value{GDBN} will allocate for the
12689 contents of a value to @var{bytes}, trying to display a value that
12690 requires more memory than that will result in an error.
12691
12692 Setting this variable does not effect values that have already been
12693 allocated within @value{GDBN}, only future allocations.
12694
12695 There's a minimum size that @code{max-value-size} can be set to in
12696 order that @value{GDBN} can still operate correctly, this minimum is
12697 currently 16 bytes.
12698
12699 The limit applies to the results of some subexpressions as well as to
12700 complete expressions. For example, an expression denoting a simple
12701 integer component, such as @code{x.y.z}, may fail if the size of
12702 @var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
12703 @value{GDBN} is sometimes clever; the expression @code{A[i]}, where
12704 @var{A} is an array variable with non-constant size, will generally
12705 succeed regardless of the bounds on @var{A}, as long as the component
12706 size is less than @var{bytes}.
12707
12708 The default value of @code{max-value-size} is currently 64k.
12709
12710 @kindex show max-value-size
12711 @item show max-value-size
12712 Show the maximum size of memory, in bytes, that @value{GDBN} will
12713 allocate for the contents of a value.
12714 @end table
12715
12716 @node Optimized Code
12717 @chapter Debugging Optimized Code
12718 @cindex optimized code, debugging
12719 @cindex debugging optimized code
12720
12721 Almost all compilers support optimization. With optimization
12722 disabled, the compiler generates assembly code that corresponds
12723 directly to your source code, in a simplistic way. As the compiler
12724 applies more powerful optimizations, the generated assembly code
12725 diverges from your original source code. With help from debugging
12726 information generated by the compiler, @value{GDBN} can map from
12727 the running program back to constructs from your original source.
12728
12729 @value{GDBN} is more accurate with optimization disabled. If you
12730 can recompile without optimization, it is easier to follow the
12731 progress of your program during debugging. But, there are many cases
12732 where you may need to debug an optimized version.
12733
12734 When you debug a program compiled with @samp{-g -O}, remember that the
12735 optimizer has rearranged your code; the debugger shows you what is
12736 really there. Do not be too surprised when the execution path does not
12737 exactly match your source file! An extreme example: if you define a
12738 variable, but never use it, @value{GDBN} never sees that
12739 variable---because the compiler optimizes it out of existence.
12740
12741 Some things do not work as well with @samp{-g -O} as with just
12742 @samp{-g}, particularly on machines with instruction scheduling. If in
12743 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
12744 please report it to us as a bug (including a test case!).
12745 @xref{Variables}, for more information about debugging optimized code.
12746
12747 @menu
12748 * Inline Functions:: How @value{GDBN} presents inlining
12749 * Tail Call Frames:: @value{GDBN} analysis of jumps to functions
12750 @end menu
12751
12752 @node Inline Functions
12753 @section Inline Functions
12754 @cindex inline functions, debugging
12755
12756 @dfn{Inlining} is an optimization that inserts a copy of the function
12757 body directly at each call site, instead of jumping to a shared
12758 routine. @value{GDBN} displays inlined functions just like
12759 non-inlined functions. They appear in backtraces. You can view their
12760 arguments and local variables, step into them with @code{step}, skip
12761 them with @code{next}, and escape from them with @code{finish}.
12762 You can check whether a function was inlined by using the
12763 @code{info frame} command.
12764
12765 For @value{GDBN} to support inlined functions, the compiler must
12766 record information about inlining in the debug information ---
12767 @value{NGCC} using the @sc{dwarf 2} format does this, and several
12768 other compilers do also. @value{GDBN} only supports inlined functions
12769 when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
12770 do not emit two required attributes (@samp{DW_AT_call_file} and
12771 @samp{DW_AT_call_line}); @value{GDBN} does not display inlined
12772 function calls with earlier versions of @value{NGCC}. It instead
12773 displays the arguments and local variables of inlined functions as
12774 local variables in the caller.
12775
12776 The body of an inlined function is directly included at its call site;
12777 unlike a non-inlined function, there are no instructions devoted to
12778 the call. @value{GDBN} still pretends that the call site and the
12779 start of the inlined function are different instructions. Stepping to
12780 the call site shows the call site, and then stepping again shows
12781 the first line of the inlined function, even though no additional
12782 instructions are executed.
12783
12784 This makes source-level debugging much clearer; you can see both the
12785 context of the call and then the effect of the call. Only stepping by
12786 a single instruction using @code{stepi} or @code{nexti} does not do
12787 this; single instruction steps always show the inlined body.
12788
12789 There are some ways that @value{GDBN} does not pretend that inlined
12790 function calls are the same as normal calls:
12791
12792 @itemize @bullet
12793 @item
12794 Setting breakpoints at the call site of an inlined function may not
12795 work, because the call site does not contain any code. @value{GDBN}
12796 may incorrectly move the breakpoint to the next line of the enclosing
12797 function, after the call. This limitation will be removed in a future
12798 version of @value{GDBN}; until then, set a breakpoint on an earlier line
12799 or inside the inlined function instead.
12800
12801 @item
12802 @value{GDBN} cannot locate the return value of inlined calls after
12803 using the @code{finish} command. This is a limitation of compiler-generated
12804 debugging information; after @code{finish}, you can step to the next line
12805 and print a variable where your program stored the return value.
12806
12807 @end itemize
12808
12809 @node Tail Call Frames
12810 @section Tail Call Frames
12811 @cindex tail call frames, debugging
12812
12813 Function @code{B} can call function @code{C} in its very last statement. In
12814 unoptimized compilation the call of @code{C} is immediately followed by return
12815 instruction at the end of @code{B} code. Optimizing compiler may replace the
12816 call and return in function @code{B} into one jump to function @code{C}
12817 instead. Such use of a jump instruction is called @dfn{tail call}.
12818
12819 During execution of function @code{C}, there will be no indication in the
12820 function call stack frames that it was tail-called from @code{B}. If function
12821 @code{A} regularly calls function @code{B} which tail-calls function @code{C},
12822 then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
12823 some cases @value{GDBN} can determine that @code{C} was tail-called from
12824 @code{B}, and it will then create fictitious call frame for that, with the
12825 return address set up as if @code{B} called @code{C} normally.
12826
12827 This functionality is currently supported only by DWARF 2 debugging format and
12828 the compiler has to produce @samp{DW_TAG_call_site} tags. With
12829 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
12830 this information.
12831
12832 @kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
12833 kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
12834
12835 @smallexample
12836 (gdb) x/i $pc - 2
12837 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
12838 (gdb) info frame
12839 Stack level 1, frame at 0x7fffffffda30:
12840 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
12841 tail call frame, caller of frame at 0x7fffffffda30
12842 source language c++.
12843 Arglist at unknown address.
12844 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
12845 @end smallexample
12846
12847 The detection of all the possible code path executions can find them ambiguous.
12848 There is no execution history stored (possible @ref{Reverse Execution} is never
12849 used for this purpose) and the last known caller could have reached the known
12850 callee by multiple different jump sequences. In such case @value{GDBN} still
12851 tries to show at least all the unambiguous top tail callers and all the
12852 unambiguous bottom tail calees, if any.
12853
12854 @table @code
12855 @anchor{set debug entry-values}
12856 @item set debug entry-values
12857 @kindex set debug entry-values
12858 When set to on, enables printing of analysis messages for both frame argument
12859 values at function entry and tail calls. It will show all the possible valid
12860 tail calls code paths it has considered. It will also print the intersection
12861 of them with the final unambiguous (possibly partial or even empty) code path
12862 result.
12863
12864 @item show debug entry-values
12865 @kindex show debug entry-values
12866 Show the current state of analysis messages printing for both frame argument
12867 values at function entry and tail calls.
12868 @end table
12869
12870 The analysis messages for tail calls can for example show why the virtual tail
12871 call frame for function @code{c} has not been recognized (due to the indirect
12872 reference by variable @code{x}):
12873
12874 @smallexample
12875 static void __attribute__((noinline, noclone)) c (void);
12876 void (*x) (void) = c;
12877 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
12878 static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
12879 int main (void) @{ x (); return 0; @}
12880
12881 Breakpoint 1, DW_OP_entry_value resolving cannot find
12882 DW_TAG_call_site 0x40039a in main
12883 a () at t.c:3
12884 3 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
12885 (gdb) bt
12886 #0 a () at t.c:3
12887 #1 0x000000000040039a in main () at t.c:5
12888 @end smallexample
12889
12890 Another possibility is an ambiguous virtual tail call frames resolution:
12891
12892 @smallexample
12893 int i;
12894 static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
12895 static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
12896 static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
12897 static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
12898 static void __attribute__((noinline, noclone)) b (void)
12899 @{ if (i) c (); else e (); @}
12900 static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
12901 int main (void) @{ a (); return 0; @}
12902
12903 tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
12904 tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
12905 tailcall: reduced: 0x4004d2(a) |
12906 (gdb) bt
12907 #0 f () at t.c:2
12908 #1 0x00000000004004d2 in a () at t.c:8
12909 #2 0x0000000000400395 in main () at t.c:9
12910 @end smallexample
12911
12912 @set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
12913 @set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
12914
12915 @c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
12916 @ifset HAVE_MAKEINFO_CLICK
12917 @set ARROW @click{}
12918 @set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
12919 @set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
12920 @end ifset
12921 @ifclear HAVE_MAKEINFO_CLICK
12922 @set ARROW ->
12923 @set CALLSEQ1B @value{CALLSEQ1A}
12924 @set CALLSEQ2B @value{CALLSEQ2A}
12925 @end ifclear
12926
12927 Frames #0 and #2 are real, #1 is a virtual tail call frame.
12928 The code can have possible execution paths @value{CALLSEQ1B} or
12929 @value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
12930
12931 @code{initial:} state shows some random possible calling sequence @value{GDBN}
12932 has found. It then finds another possible calling sequcen - that one is
12933 prefixed by @code{compare:}. The non-ambiguous intersection of these two is
12934 printed as the @code{reduced:} calling sequence. That one could have many
12935 futher @code{compare:} and @code{reduced:} statements as long as there remain
12936 any non-ambiguous sequence entries.
12937
12938 For the frame of function @code{b} in both cases there are different possible
12939 @code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
12940 also ambigous. The only non-ambiguous frame is the one for function @code{a},
12941 therefore this one is displayed to the user while the ambiguous frames are
12942 omitted.
12943
12944 There can be also reasons why printing of frame argument values at function
12945 entry may fail:
12946
12947 @smallexample
12948 int v;
12949 static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
12950 static void __attribute__((noinline, noclone)) a (int i);
12951 static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
12952 static void __attribute__((noinline, noclone)) a (int i)
12953 @{ if (i) b (i - 1); else c (0); @}
12954 int main (void) @{ a (5); return 0; @}
12955
12956 (gdb) bt
12957 #0 c (i=i@@entry=0) at t.c:2
12958 #1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
12959 function "a" at 0x400420 can call itself via tail calls
12960 i=<optimized out>) at t.c:6
12961 #2 0x000000000040036e in main () at t.c:7
12962 @end smallexample
12963
12964 @value{GDBN} cannot find out from the inferior state if and how many times did
12965 function @code{a} call itself (via function @code{b}) as these calls would be
12966 tail calls. Such tail calls would modify thue @code{i} variable, therefore
12967 @value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
12968 prints @code{<optimized out>} instead.
12969
12970 @node Macros
12971 @chapter C Preprocessor Macros
12972
12973 Some languages, such as C and C@t{++}, provide a way to define and invoke
12974 ``preprocessor macros'' which expand into strings of tokens.
12975 @value{GDBN} can evaluate expressions containing macro invocations, show
12976 the result of macro expansion, and show a macro's definition, including
12977 where it was defined.
12978
12979 You may need to compile your program specially to provide @value{GDBN}
12980 with information about preprocessor macros. Most compilers do not
12981 include macros in their debugging information, even when you compile
12982 with the @option{-g} flag. @xref{Compilation}.
12983
12984 A program may define a macro at one point, remove that definition later,
12985 and then provide a different definition after that. Thus, at different
12986 points in the program, a macro may have different definitions, or have
12987 no definition at all. If there is a current stack frame, @value{GDBN}
12988 uses the macros in scope at that frame's source code line. Otherwise,
12989 @value{GDBN} uses the macros in scope at the current listing location;
12990 see @ref{List}.
12991
12992 Whenever @value{GDBN} evaluates an expression, it always expands any
12993 macro invocations present in the expression. @value{GDBN} also provides
12994 the following commands for working with macros explicitly.
12995
12996 @table @code
12997
12998 @kindex macro expand
12999 @cindex macro expansion, showing the results of preprocessor
13000 @cindex preprocessor macro expansion, showing the results of
13001 @cindex expanding preprocessor macros
13002 @item macro expand @var{expression}
13003 @itemx macro exp @var{expression}
13004 Show the results of expanding all preprocessor macro invocations in
13005 @var{expression}. Since @value{GDBN} simply expands macros, but does
13006 not parse the result, @var{expression} need not be a valid expression;
13007 it can be any string of tokens.
13008
13009 @kindex macro exp1
13010 @item macro expand-once @var{expression}
13011 @itemx macro exp1 @var{expression}
13012 @cindex expand macro once
13013 @i{(This command is not yet implemented.)} Show the results of
13014 expanding those preprocessor macro invocations that appear explicitly in
13015 @var{expression}. Macro invocations appearing in that expansion are
13016 left unchanged. This command allows you to see the effect of a
13017 particular macro more clearly, without being confused by further
13018 expansions. Since @value{GDBN} simply expands macros, but does not
13019 parse the result, @var{expression} need not be a valid expression; it
13020 can be any string of tokens.
13021
13022 @kindex info macro
13023 @cindex macro definition, showing
13024 @cindex definition of a macro, showing
13025 @cindex macros, from debug info
13026 @item info macro [-a|-all] [--] @var{macro}
13027 Show the current definition or all definitions of the named @var{macro},
13028 and describe the source location or compiler command-line where that
13029 definition was established. The optional double dash is to signify the end of
13030 argument processing and the beginning of @var{macro} for non C-like macros where
13031 the macro may begin with a hyphen.
13032
13033 @kindex info macros
13034 @item info macros @var{location}
13035 Show all macro definitions that are in effect at the location specified
13036 by @var{location}, and describe the source location or compiler
13037 command-line where those definitions were established.
13038
13039 @kindex macro define
13040 @cindex user-defined macros
13041 @cindex defining macros interactively
13042 @cindex macros, user-defined
13043 @item macro define @var{macro} @var{replacement-list}
13044 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
13045 Introduce a definition for a preprocessor macro named @var{macro},
13046 invocations of which are replaced by the tokens given in
13047 @var{replacement-list}. The first form of this command defines an
13048 ``object-like'' macro, which takes no arguments; the second form
13049 defines a ``function-like'' macro, which takes the arguments given in
13050 @var{arglist}.
13051
13052 A definition introduced by this command is in scope in every
13053 expression evaluated in @value{GDBN}, until it is removed with the
13054 @code{macro undef} command, described below. The definition overrides
13055 all definitions for @var{macro} present in the program being debugged,
13056 as well as any previous user-supplied definition.
13057
13058 @kindex macro undef
13059 @item macro undef @var{macro}
13060 Remove any user-supplied definition for the macro named @var{macro}.
13061 This command only affects definitions provided with the @code{macro
13062 define} command, described above; it cannot remove definitions present
13063 in the program being debugged.
13064
13065 @kindex macro list
13066 @item macro list
13067 List all the macros defined using the @code{macro define} command.
13068 @end table
13069
13070 @cindex macros, example of debugging with
13071 Here is a transcript showing the above commands in action. First, we
13072 show our source files:
13073
13074 @smallexample
13075 $ cat sample.c
13076 #include <stdio.h>
13077 #include "sample.h"
13078
13079 #define M 42
13080 #define ADD(x) (M + x)
13081
13082 main ()
13083 @{
13084 #define N 28
13085 printf ("Hello, world!\n");
13086 #undef N
13087 printf ("We're so creative.\n");
13088 #define N 1729
13089 printf ("Goodbye, world!\n");
13090 @}
13091 $ cat sample.h
13092 #define Q <
13093 $
13094 @end smallexample
13095
13096 Now, we compile the program using the @sc{gnu} C compiler,
13097 @value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
13098 minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
13099 and @option{-gdwarf-4}; we recommend always choosing the most recent
13100 version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
13101 includes information about preprocessor macros in the debugging
13102 information.
13103
13104 @smallexample
13105 $ gcc -gdwarf-2 -g3 sample.c -o sample
13106 $
13107 @end smallexample
13108
13109 Now, we start @value{GDBN} on our sample program:
13110
13111 @smallexample
13112 $ gdb -nw sample
13113 GNU gdb 2002-05-06-cvs
13114 Copyright 2002 Free Software Foundation, Inc.
13115 GDB is free software, @dots{}
13116 (@value{GDBP})
13117 @end smallexample
13118
13119 We can expand macros and examine their definitions, even when the
13120 program is not running. @value{GDBN} uses the current listing position
13121 to decide which macro definitions are in scope:
13122
13123 @smallexample
13124 (@value{GDBP}) list main
13125 3
13126 4 #define M 42
13127 5 #define ADD(x) (M + x)
13128 6
13129 7 main ()
13130 8 @{
13131 9 #define N 28
13132 10 printf ("Hello, world!\n");
13133 11 #undef N
13134 12 printf ("We're so creative.\n");
13135 (@value{GDBP}) info macro ADD
13136 Defined at /home/jimb/gdb/macros/play/sample.c:5
13137 #define ADD(x) (M + x)
13138 (@value{GDBP}) info macro Q
13139 Defined at /home/jimb/gdb/macros/play/sample.h:1
13140 included at /home/jimb/gdb/macros/play/sample.c:2
13141 #define Q <
13142 (@value{GDBP}) macro expand ADD(1)
13143 expands to: (42 + 1)
13144 (@value{GDBP}) macro expand-once ADD(1)
13145 expands to: once (M + 1)
13146 (@value{GDBP})
13147 @end smallexample
13148
13149 In the example above, note that @code{macro expand-once} expands only
13150 the macro invocation explicit in the original text --- the invocation of
13151 @code{ADD} --- but does not expand the invocation of the macro @code{M},
13152 which was introduced by @code{ADD}.
13153
13154 Once the program is running, @value{GDBN} uses the macro definitions in
13155 force at the source line of the current stack frame:
13156
13157 @smallexample
13158 (@value{GDBP}) break main
13159 Breakpoint 1 at 0x8048370: file sample.c, line 10.
13160 (@value{GDBP}) run
13161 Starting program: /home/jimb/gdb/macros/play/sample
13162
13163 Breakpoint 1, main () at sample.c:10
13164 10 printf ("Hello, world!\n");
13165 (@value{GDBP})
13166 @end smallexample
13167
13168 At line 10, the definition of the macro @code{N} at line 9 is in force:
13169
13170 @smallexample
13171 (@value{GDBP}) info macro N
13172 Defined at /home/jimb/gdb/macros/play/sample.c:9
13173 #define N 28
13174 (@value{GDBP}) macro expand N Q M
13175 expands to: 28 < 42
13176 (@value{GDBP}) print N Q M
13177 $1 = 1
13178 (@value{GDBP})
13179 @end smallexample
13180
13181 As we step over directives that remove @code{N}'s definition, and then
13182 give it a new definition, @value{GDBN} finds the definition (or lack
13183 thereof) in force at each point:
13184
13185 @smallexample
13186 (@value{GDBP}) next
13187 Hello, world!
13188 12 printf ("We're so creative.\n");
13189 (@value{GDBP}) info macro N
13190 The symbol `N' has no definition as a C/C++ preprocessor macro
13191 at /home/jimb/gdb/macros/play/sample.c:12
13192 (@value{GDBP}) next
13193 We're so creative.
13194 14 printf ("Goodbye, world!\n");
13195 (@value{GDBP}) info macro N
13196 Defined at /home/jimb/gdb/macros/play/sample.c:13
13197 #define N 1729
13198 (@value{GDBP}) macro expand N Q M
13199 expands to: 1729 < 42
13200 (@value{GDBP}) print N Q M
13201 $2 = 0
13202 (@value{GDBP})
13203 @end smallexample
13204
13205 In addition to source files, macros can be defined on the compilation command
13206 line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
13207 such a way, @value{GDBN} displays the location of their definition as line zero
13208 of the source file submitted to the compiler.
13209
13210 @smallexample
13211 (@value{GDBP}) info macro __STDC__
13212 Defined at /home/jimb/gdb/macros/play/sample.c:0
13213 -D__STDC__=1
13214 (@value{GDBP})
13215 @end smallexample
13216
13217
13218 @node Tracepoints
13219 @chapter Tracepoints
13220 @c This chapter is based on the documentation written by Michael
13221 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
13222
13223 @cindex tracepoints
13224 In some applications, it is not feasible for the debugger to interrupt
13225 the program's execution long enough for the developer to learn
13226 anything helpful about its behavior. If the program's correctness
13227 depends on its real-time behavior, delays introduced by a debugger
13228 might cause the program to change its behavior drastically, or perhaps
13229 fail, even when the code itself is correct. It is useful to be able
13230 to observe the program's behavior without interrupting it.
13231
13232 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
13233 specify locations in the program, called @dfn{tracepoints}, and
13234 arbitrary expressions to evaluate when those tracepoints are reached.
13235 Later, using the @code{tfind} command, you can examine the values
13236 those expressions had when the program hit the tracepoints. The
13237 expressions may also denote objects in memory---structures or arrays,
13238 for example---whose values @value{GDBN} should record; while visiting
13239 a particular tracepoint, you may inspect those objects as if they were
13240 in memory at that moment. However, because @value{GDBN} records these
13241 values without interacting with you, it can do so quickly and
13242 unobtrusively, hopefully not disturbing the program's behavior.
13243
13244 The tracepoint facility is currently available only for remote
13245 targets. @xref{Targets}. In addition, your remote target must know
13246 how to collect trace data. This functionality is implemented in the
13247 remote stub; however, none of the stubs distributed with @value{GDBN}
13248 support tracepoints as of this writing. The format of the remote
13249 packets used to implement tracepoints are described in @ref{Tracepoint
13250 Packets}.
13251
13252 It is also possible to get trace data from a file, in a manner reminiscent
13253 of corefiles; you specify the filename, and use @code{tfind} to search
13254 through the file. @xref{Trace Files}, for more details.
13255
13256 This chapter describes the tracepoint commands and features.
13257
13258 @menu
13259 * Set Tracepoints::
13260 * Analyze Collected Data::
13261 * Tracepoint Variables::
13262 * Trace Files::
13263 @end menu
13264
13265 @node Set Tracepoints
13266 @section Commands to Set Tracepoints
13267
13268 Before running such a @dfn{trace experiment}, an arbitrary number of
13269 tracepoints can be set. A tracepoint is actually a special type of
13270 breakpoint (@pxref{Set Breaks}), so you can manipulate it using
13271 standard breakpoint commands. For instance, as with breakpoints,
13272 tracepoint numbers are successive integers starting from one, and many
13273 of the commands associated with tracepoints take the tracepoint number
13274 as their argument, to identify which tracepoint to work on.
13275
13276 For each tracepoint, you can specify, in advance, some arbitrary set
13277 of data that you want the target to collect in the trace buffer when
13278 it hits that tracepoint. The collected data can include registers,
13279 local variables, or global data. Later, you can use @value{GDBN}
13280 commands to examine the values these data had at the time the
13281 tracepoint was hit.
13282
13283 Tracepoints do not support every breakpoint feature. Ignore counts on
13284 tracepoints have no effect, and tracepoints cannot run @value{GDBN}
13285 commands when they are hit. Tracepoints may not be thread-specific
13286 either.
13287
13288 @cindex fast tracepoints
13289 Some targets may support @dfn{fast tracepoints}, which are inserted in
13290 a different way (such as with a jump instead of a trap), that is
13291 faster but possibly restricted in where they may be installed.
13292
13293 @cindex static tracepoints
13294 @cindex markers, static tracepoints
13295 @cindex probing markers, static tracepoints
13296 Regular and fast tracepoints are dynamic tracing facilities, meaning
13297 that they can be used to insert tracepoints at (almost) any location
13298 in the target. Some targets may also support controlling @dfn{static
13299 tracepoints} from @value{GDBN}. With static tracing, a set of
13300 instrumentation points, also known as @dfn{markers}, are embedded in
13301 the target program, and can be activated or deactivated by name or
13302 address. These are usually placed at locations which facilitate
13303 investigating what the target is actually doing. @value{GDBN}'s
13304 support for static tracing includes being able to list instrumentation
13305 points, and attach them with @value{GDBN} defined high level
13306 tracepoints that expose the whole range of convenience of
13307 @value{GDBN}'s tracepoints support. Namely, support for collecting
13308 registers values and values of global or local (to the instrumentation
13309 point) variables; tracepoint conditions and trace state variables.
13310 The act of installing a @value{GDBN} static tracepoint on an
13311 instrumentation point, or marker, is referred to as @dfn{probing} a
13312 static tracepoint marker.
13313
13314 @code{gdbserver} supports tracepoints on some target systems.
13315 @xref{Server,,Tracepoints support in @code{gdbserver}}.
13316
13317 This section describes commands to set tracepoints and associated
13318 conditions and actions.
13319
13320 @menu
13321 * Create and Delete Tracepoints::
13322 * Enable and Disable Tracepoints::
13323 * Tracepoint Passcounts::
13324 * Tracepoint Conditions::
13325 * Trace State Variables::
13326 * Tracepoint Actions::
13327 * Listing Tracepoints::
13328 * Listing Static Tracepoint Markers::
13329 * Starting and Stopping Trace Experiments::
13330 * Tracepoint Restrictions::
13331 @end menu
13332
13333 @node Create and Delete Tracepoints
13334 @subsection Create and Delete Tracepoints
13335
13336 @table @code
13337 @cindex set tracepoint
13338 @kindex trace
13339 @item trace @var{location}
13340 The @code{trace} command is very similar to the @code{break} command.
13341 Its argument @var{location} can be any valid location.
13342 @xref{Specify Location}. The @code{trace} command defines a tracepoint,
13343 which is a point in the target program where the debugger will briefly stop,
13344 collect some data, and then allow the program to continue. Setting a tracepoint
13345 or changing its actions takes effect immediately if the remote stub
13346 supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
13347 in tracing}).
13348 If remote stub doesn't support the @samp{InstallInTrace} feature, all
13349 these changes don't take effect until the next @code{tstart}
13350 command, and once a trace experiment is running, further changes will
13351 not have any effect until the next trace experiment starts. In addition,
13352 @value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
13353 address is not yet resolved. (This is similar to pending breakpoints.)
13354 Pending tracepoints are not downloaded to the target and not installed
13355 until they are resolved. The resolution of pending tracepoints requires
13356 @value{GDBN} support---when debugging with the remote target, and
13357 @value{GDBN} disconnects from the remote stub (@pxref{disconnected
13358 tracing}), pending tracepoints can not be resolved (and downloaded to
13359 the remote stub) while @value{GDBN} is disconnected.
13360
13361 Here are some examples of using the @code{trace} command:
13362
13363 @smallexample
13364 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
13365
13366 (@value{GDBP}) @b{trace +2} // 2 lines forward
13367
13368 (@value{GDBP}) @b{trace my_function} // first source line of function
13369
13370 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
13371
13372 (@value{GDBP}) @b{trace *0x2117c4} // an address
13373 @end smallexample
13374
13375 @noindent
13376 You can abbreviate @code{trace} as @code{tr}.
13377
13378 @item trace @var{location} if @var{cond}
13379 Set a tracepoint with condition @var{cond}; evaluate the expression
13380 @var{cond} each time the tracepoint is reached, and collect data only
13381 if the value is nonzero---that is, if @var{cond} evaluates as true.
13382 @xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
13383 information on tracepoint conditions.
13384
13385 @item ftrace @var{location} [ if @var{cond} ]
13386 @cindex set fast tracepoint
13387 @cindex fast tracepoints, setting
13388 @kindex ftrace
13389 The @code{ftrace} command sets a fast tracepoint. For targets that
13390 support them, fast tracepoints will use a more efficient but possibly
13391 less general technique to trigger data collection, such as a jump
13392 instruction instead of a trap, or some sort of hardware support. It
13393 may not be possible to create a fast tracepoint at the desired
13394 location, in which case the command will exit with an explanatory
13395 message.
13396
13397 @value{GDBN} handles arguments to @code{ftrace} exactly as for
13398 @code{trace}.
13399
13400 On 32-bit x86-architecture systems, fast tracepoints normally need to
13401 be placed at an instruction that is 5 bytes or longer, but can be
13402 placed at 4-byte instructions if the low 64K of memory of the target
13403 program is available to install trampolines. Some Unix-type systems,
13404 such as @sc{gnu}/Linux, exclude low addresses from the program's
13405 address space; but for instance with the Linux kernel it is possible
13406 to let @value{GDBN} use this area by doing a @command{sysctl} command
13407 to set the @code{mmap_min_addr} kernel parameter, as in
13408
13409 @example
13410 sudo sysctl -w vm.mmap_min_addr=32768
13411 @end example
13412
13413 @noindent
13414 which sets the low address to 32K, which leaves plenty of room for
13415 trampolines. The minimum address should be set to a page boundary.
13416
13417 @item strace @var{location} [ if @var{cond} ]
13418 @cindex set static tracepoint
13419 @cindex static tracepoints, setting
13420 @cindex probe static tracepoint marker
13421 @kindex strace
13422 The @code{strace} command sets a static tracepoint. For targets that
13423 support it, setting a static tracepoint probes a static
13424 instrumentation point, or marker, found at @var{location}. It may not
13425 be possible to set a static tracepoint at the desired location, in
13426 which case the command will exit with an explanatory message.
13427
13428 @value{GDBN} handles arguments to @code{strace} exactly as for
13429 @code{trace}, with the addition that the user can also specify
13430 @code{-m @var{marker}} as @var{location}. This probes the marker
13431 identified by the @var{marker} string identifier. This identifier
13432 depends on the static tracepoint backend library your program is
13433 using. You can find all the marker identifiers in the @samp{ID} field
13434 of the @code{info static-tracepoint-markers} command output.
13435 @xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
13436 Markers}. For example, in the following small program using the UST
13437 tracing engine:
13438
13439 @smallexample
13440 main ()
13441 @{
13442 trace_mark(ust, bar33, "str %s", "FOOBAZ");
13443 @}
13444 @end smallexample
13445
13446 @noindent
13447 the marker id is composed of joining the first two arguments to the
13448 @code{trace_mark} call with a slash, which translates to:
13449
13450 @smallexample
13451 (@value{GDBP}) info static-tracepoint-markers
13452 Cnt Enb ID Address What
13453 1 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
13454 Data: "str %s"
13455 [etc...]
13456 @end smallexample
13457
13458 @noindent
13459 so you may probe the marker above with:
13460
13461 @smallexample
13462 (@value{GDBP}) strace -m ust/bar33
13463 @end smallexample
13464
13465 Static tracepoints accept an extra collect action --- @code{collect
13466 $_sdata}. This collects arbitrary user data passed in the probe point
13467 call to the tracing library. In the UST example above, you'll see
13468 that the third argument to @code{trace_mark} is a printf-like format
13469 string. The user data is then the result of running that formating
13470 string against the following arguments. Note that @code{info
13471 static-tracepoint-markers} command output lists that format string in
13472 the @samp{Data:} field.
13473
13474 You can inspect this data when analyzing the trace buffer, by printing
13475 the $_sdata variable like any other variable available to
13476 @value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
13477
13478 @vindex $tpnum
13479 @cindex last tracepoint number
13480 @cindex recent tracepoint number
13481 @cindex tracepoint number
13482 The convenience variable @code{$tpnum} records the tracepoint number
13483 of the most recently set tracepoint.
13484
13485 @kindex delete tracepoint
13486 @cindex tracepoint deletion
13487 @item delete tracepoint @r{[}@var{num}@r{]}
13488 Permanently delete one or more tracepoints. With no argument, the
13489 default is to delete all tracepoints. Note that the regular
13490 @code{delete} command can remove tracepoints also.
13491
13492 Examples:
13493
13494 @smallexample
13495 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
13496
13497 (@value{GDBP}) @b{delete trace} // remove all tracepoints
13498 @end smallexample
13499
13500 @noindent
13501 You can abbreviate this command as @code{del tr}.
13502 @end table
13503
13504 @node Enable and Disable Tracepoints
13505 @subsection Enable and Disable Tracepoints
13506
13507 These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
13508
13509 @table @code
13510 @kindex disable tracepoint
13511 @item disable tracepoint @r{[}@var{num}@r{]}
13512 Disable tracepoint @var{num}, or all tracepoints if no argument
13513 @var{num} is given. A disabled tracepoint will have no effect during
13514 a trace experiment, but it is not forgotten. You can re-enable
13515 a disabled tracepoint using the @code{enable tracepoint} command.
13516 If the command is issued during a trace experiment and the debug target
13517 has support for disabling tracepoints during a trace experiment, then the
13518 change will be effective immediately. Otherwise, it will be applied to the
13519 next trace experiment.
13520
13521 @kindex enable tracepoint
13522 @item enable tracepoint @r{[}@var{num}@r{]}
13523 Enable tracepoint @var{num}, or all tracepoints. If this command is
13524 issued during a trace experiment and the debug target supports enabling
13525 tracepoints during a trace experiment, then the enabled tracepoints will
13526 become effective immediately. Otherwise, they will become effective the
13527 next time a trace experiment is run.
13528 @end table
13529
13530 @node Tracepoint Passcounts
13531 @subsection Tracepoint Passcounts
13532
13533 @table @code
13534 @kindex passcount
13535 @cindex tracepoint pass count
13536 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
13537 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
13538 automatically stop a trace experiment. If a tracepoint's passcount is
13539 @var{n}, then the trace experiment will be automatically stopped on
13540 the @var{n}'th time that tracepoint is hit. If the tracepoint number
13541 @var{num} is not specified, the @code{passcount} command sets the
13542 passcount of the most recently defined tracepoint. If no passcount is
13543 given, the trace experiment will run until stopped explicitly by the
13544 user.
13545
13546 Examples:
13547
13548 @smallexample
13549 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
13550 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
13551
13552 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
13553 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
13554 (@value{GDBP}) @b{trace foo}
13555 (@value{GDBP}) @b{pass 3}
13556 (@value{GDBP}) @b{trace bar}
13557 (@value{GDBP}) @b{pass 2}
13558 (@value{GDBP}) @b{trace baz}
13559 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
13560 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
13561 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
13562 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
13563 @end smallexample
13564 @end table
13565
13566 @node Tracepoint Conditions
13567 @subsection Tracepoint Conditions
13568 @cindex conditional tracepoints
13569 @cindex tracepoint conditions
13570
13571 The simplest sort of tracepoint collects data every time your program
13572 reaches a specified place. You can also specify a @dfn{condition} for
13573 a tracepoint. A condition is just a Boolean expression in your
13574 programming language (@pxref{Expressions, ,Expressions}). A
13575 tracepoint with a condition evaluates the expression each time your
13576 program reaches it, and data collection happens only if the condition
13577 is true.
13578
13579 Tracepoint conditions can be specified when a tracepoint is set, by
13580 using @samp{if} in the arguments to the @code{trace} command.
13581 @xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
13582 also be set or changed at any time with the @code{condition} command,
13583 just as with breakpoints.
13584
13585 Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
13586 the conditional expression itself. Instead, @value{GDBN} encodes the
13587 expression into an agent expression (@pxref{Agent Expressions})
13588 suitable for execution on the target, independently of @value{GDBN}.
13589 Global variables become raw memory locations, locals become stack
13590 accesses, and so forth.
13591
13592 For instance, suppose you have a function that is usually called
13593 frequently, but should not be called after an error has occurred. You
13594 could use the following tracepoint command to collect data about calls
13595 of that function that happen while the error code is propagating
13596 through the program; an unconditional tracepoint could end up
13597 collecting thousands of useless trace frames that you would have to
13598 search through.
13599
13600 @smallexample
13601 (@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
13602 @end smallexample
13603
13604 @node Trace State Variables
13605 @subsection Trace State Variables
13606 @cindex trace state variables
13607
13608 A @dfn{trace state variable} is a special type of variable that is
13609 created and managed by target-side code. The syntax is the same as
13610 that for GDB's convenience variables (a string prefixed with ``$''),
13611 but they are stored on the target. They must be created explicitly,
13612 using a @code{tvariable} command. They are always 64-bit signed
13613 integers.
13614
13615 Trace state variables are remembered by @value{GDBN}, and downloaded
13616 to the target along with tracepoint information when the trace
13617 experiment starts. There are no intrinsic limits on the number of
13618 trace state variables, beyond memory limitations of the target.
13619
13620 @cindex convenience variables, and trace state variables
13621 Although trace state variables are managed by the target, you can use
13622 them in print commands and expressions as if they were convenience
13623 variables; @value{GDBN} will get the current value from the target
13624 while the trace experiment is running. Trace state variables share
13625 the same namespace as other ``$'' variables, which means that you
13626 cannot have trace state variables with names like @code{$23} or
13627 @code{$pc}, nor can you have a trace state variable and a convenience
13628 variable with the same name.
13629
13630 @table @code
13631
13632 @item tvariable $@var{name} [ = @var{expression} ]
13633 @kindex tvariable
13634 The @code{tvariable} command creates a new trace state variable named
13635 @code{$@var{name}}, and optionally gives it an initial value of
13636 @var{expression}. The @var{expression} is evaluated when this command is
13637 entered; the result will be converted to an integer if possible,
13638 otherwise @value{GDBN} will report an error. A subsequent
13639 @code{tvariable} command specifying the same name does not create a
13640 variable, but instead assigns the supplied initial value to the
13641 existing variable of that name, overwriting any previous initial
13642 value. The default initial value is 0.
13643
13644 @item info tvariables
13645 @kindex info tvariables
13646 List all the trace state variables along with their initial values.
13647 Their current values may also be displayed, if the trace experiment is
13648 currently running.
13649
13650 @item delete tvariable @r{[} $@var{name} @dots{} @r{]}
13651 @kindex delete tvariable
13652 Delete the given trace state variables, or all of them if no arguments
13653 are specified.
13654
13655 @end table
13656
13657 @node Tracepoint Actions
13658 @subsection Tracepoint Action Lists
13659
13660 @table @code
13661 @kindex actions
13662 @cindex tracepoint actions
13663 @item actions @r{[}@var{num}@r{]}
13664 This command will prompt for a list of actions to be taken when the
13665 tracepoint is hit. If the tracepoint number @var{num} is not
13666 specified, this command sets the actions for the one that was most
13667 recently defined (so that you can define a tracepoint and then say
13668 @code{actions} without bothering about its number). You specify the
13669 actions themselves on the following lines, one action at a time, and
13670 terminate the actions list with a line containing just @code{end}. So
13671 far, the only defined actions are @code{collect}, @code{teval}, and
13672 @code{while-stepping}.
13673
13674 @code{actions} is actually equivalent to @code{commands} (@pxref{Break
13675 Commands, ,Breakpoint Command Lists}), except that only the defined
13676 actions are allowed; any other @value{GDBN} command is rejected.
13677
13678 @cindex remove actions from a tracepoint
13679 To remove all actions from a tracepoint, type @samp{actions @var{num}}
13680 and follow it immediately with @samp{end}.
13681
13682 @smallexample
13683 (@value{GDBP}) @b{collect @var{data}} // collect some data
13684
13685 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
13686
13687 (@value{GDBP}) @b{end} // signals the end of actions.
13688 @end smallexample
13689
13690 In the following example, the action list begins with @code{collect}
13691 commands indicating the things to be collected when the tracepoint is
13692 hit. Then, in order to single-step and collect additional data
13693 following the tracepoint, a @code{while-stepping} command is used,
13694 followed by the list of things to be collected after each step in a
13695 sequence of single steps. The @code{while-stepping} command is
13696 terminated by its own separate @code{end} command. Lastly, the action
13697 list is terminated by an @code{end} command.
13698
13699 @smallexample
13700 (@value{GDBP}) @b{trace foo}
13701 (@value{GDBP}) @b{actions}
13702 Enter actions for tracepoint 1, one per line:
13703 > collect bar,baz
13704 > collect $regs
13705 > while-stepping 12
13706 > collect $pc, arr[i]
13707 > end
13708 end
13709 @end smallexample
13710
13711 @kindex collect @r{(tracepoints)}
13712 @item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
13713 Collect values of the given expressions when the tracepoint is hit.
13714 This command accepts a comma-separated list of any valid expressions.
13715 In addition to global, static, or local variables, the following
13716 special arguments are supported:
13717
13718 @table @code
13719 @item $regs
13720 Collect all registers.
13721
13722 @item $args
13723 Collect all function arguments.
13724
13725 @item $locals
13726 Collect all local variables.
13727
13728 @item $_ret
13729 Collect the return address. This is helpful if you want to see more
13730 of a backtrace.
13731
13732 @emph{Note:} The return address location can not always be reliably
13733 determined up front, and the wrong address / registers may end up
13734 collected instead. On some architectures the reliability is higher
13735 for tracepoints at function entry, while on others it's the opposite.
13736 When this happens, backtracing will stop because the return address is
13737 found unavailable (unless another collect rule happened to match it).
13738
13739 @item $_probe_argc
13740 Collects the number of arguments from the static probe at which the
13741 tracepoint is located.
13742 @xref{Static Probe Points}.
13743
13744 @item $_probe_arg@var{n}
13745 @var{n} is an integer between 0 and 11. Collects the @var{n}th argument
13746 from the static probe at which the tracepoint is located.
13747 @xref{Static Probe Points}.
13748
13749 @item $_sdata
13750 @vindex $_sdata@r{, collect}
13751 Collect static tracepoint marker specific data. Only available for
13752 static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
13753 Lists}. On the UST static tracepoints library backend, an
13754 instrumentation point resembles a @code{printf} function call. The
13755 tracing library is able to collect user specified data formatted to a
13756 character string using the format provided by the programmer that
13757 instrumented the program. Other backends have similar mechanisms.
13758 Here's an example of a UST marker call:
13759
13760 @smallexample
13761 const char master_name[] = "$your_name";
13762 trace_mark(channel1, marker1, "hello %s", master_name)
13763 @end smallexample
13764
13765 In this case, collecting @code{$_sdata} collects the string
13766 @samp{hello $yourname}. When analyzing the trace buffer, you can
13767 inspect @samp{$_sdata} like any other variable available to
13768 @value{GDBN}.
13769 @end table
13770
13771 You can give several consecutive @code{collect} commands, each one
13772 with a single argument, or one @code{collect} command with several
13773 arguments separated by commas; the effect is the same.
13774
13775 The optional @var{mods} changes the usual handling of the arguments.
13776 @code{s} requests that pointers to chars be handled as strings, in
13777 particular collecting the contents of the memory being pointed at, up
13778 to the first zero. The upper bound is by default the value of the
13779 @code{print elements} variable; if @code{s} is followed by a decimal
13780 number, that is the upper bound instead. So for instance
13781 @samp{collect/s25 mystr} collects as many as 25 characters at
13782 @samp{mystr}.
13783
13784 The command @code{info scope} (@pxref{Symbols, info scope}) is
13785 particularly useful for figuring out what data to collect.
13786
13787 @kindex teval @r{(tracepoints)}
13788 @item teval @var{expr1}, @var{expr2}, @dots{}
13789 Evaluate the given expressions when the tracepoint is hit. This
13790 command accepts a comma-separated list of expressions. The results
13791 are discarded, so this is mainly useful for assigning values to trace
13792 state variables (@pxref{Trace State Variables}) without adding those
13793 values to the trace buffer, as would be the case if the @code{collect}
13794 action were used.
13795
13796 @kindex while-stepping @r{(tracepoints)}
13797 @item while-stepping @var{n}
13798 Perform @var{n} single-step instruction traces after the tracepoint,
13799 collecting new data after each step. The @code{while-stepping}
13800 command is followed by the list of what to collect while stepping
13801 (followed by its own @code{end} command):
13802
13803 @smallexample
13804 > while-stepping 12
13805 > collect $regs, myglobal
13806 > end
13807 >
13808 @end smallexample
13809
13810 @noindent
13811 Note that @code{$pc} is not automatically collected by
13812 @code{while-stepping}; you need to explicitly collect that register if
13813 you need it. You may abbreviate @code{while-stepping} as @code{ws} or
13814 @code{stepping}.
13815
13816 @item set default-collect @var{expr1}, @var{expr2}, @dots{}
13817 @kindex set default-collect
13818 @cindex default collection action
13819 This variable is a list of expressions to collect at each tracepoint
13820 hit. It is effectively an additional @code{collect} action prepended
13821 to every tracepoint action list. The expressions are parsed
13822 individually for each tracepoint, so for instance a variable named
13823 @code{xyz} may be interpreted as a global for one tracepoint, and a
13824 local for another, as appropriate to the tracepoint's location.
13825
13826 @item show default-collect
13827 @kindex show default-collect
13828 Show the list of expressions that are collected by default at each
13829 tracepoint hit.
13830
13831 @end table
13832
13833 @node Listing Tracepoints
13834 @subsection Listing Tracepoints
13835
13836 @table @code
13837 @kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
13838 @kindex info tp @r{[}@var{n}@dots{}@r{]}
13839 @cindex information about tracepoints
13840 @item info tracepoints @r{[}@var{num}@dots{}@r{]}
13841 Display information about the tracepoint @var{num}. If you don't
13842 specify a tracepoint number, displays information about all the
13843 tracepoints defined so far. The format is similar to that used for
13844 @code{info breakpoints}; in fact, @code{info tracepoints} is the same
13845 command, simply restricting itself to tracepoints.
13846
13847 A tracepoint's listing may include additional information specific to
13848 tracing:
13849
13850 @itemize @bullet
13851 @item
13852 its passcount as given by the @code{passcount @var{n}} command
13853
13854 @item
13855 the state about installed on target of each location
13856 @end itemize
13857
13858 @smallexample
13859 (@value{GDBP}) @b{info trace}
13860 Num Type Disp Enb Address What
13861 1 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
13862 while-stepping 20
13863 collect globfoo, $regs
13864 end
13865 collect globfoo2
13866 end
13867 pass count 1200
13868 2 tracepoint keep y <MULTIPLE>
13869 collect $eip
13870 2.1 y 0x0804859c in func4 at change-loc.h:35
13871 installed on target
13872 2.2 y 0xb7ffc480 in func4 at change-loc.h:35
13873 installed on target
13874 2.3 y <PENDING> set_tracepoint
13875 3 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
13876 not installed on target
13877 (@value{GDBP})
13878 @end smallexample
13879
13880 @noindent
13881 This command can be abbreviated @code{info tp}.
13882 @end table
13883
13884 @node Listing Static Tracepoint Markers
13885 @subsection Listing Static Tracepoint Markers
13886
13887 @table @code
13888 @kindex info static-tracepoint-markers
13889 @cindex information about static tracepoint markers
13890 @item info static-tracepoint-markers
13891 Display information about all static tracepoint markers defined in the
13892 program.
13893
13894 For each marker, the following columns are printed:
13895
13896 @table @emph
13897 @item Count
13898 An incrementing counter, output to help readability. This is not a
13899 stable identifier.
13900 @item ID
13901 The marker ID, as reported by the target.
13902 @item Enabled or Disabled
13903 Probed markers are tagged with @samp{y}. @samp{n} identifies marks
13904 that are not enabled.
13905 @item Address
13906 Where the marker is in your program, as a memory address.
13907 @item What
13908 Where the marker is in the source for your program, as a file and line
13909 number. If the debug information included in the program does not
13910 allow @value{GDBN} to locate the source of the marker, this column
13911 will be left blank.
13912 @end table
13913
13914 @noindent
13915 In addition, the following information may be printed for each marker:
13916
13917 @table @emph
13918 @item Data
13919 User data passed to the tracing library by the marker call. In the
13920 UST backend, this is the format string passed as argument to the
13921 marker call.
13922 @item Static tracepoints probing the marker
13923 The list of static tracepoints attached to the marker.
13924 @end table
13925
13926 @smallexample
13927 (@value{GDBP}) info static-tracepoint-markers
13928 Cnt ID Enb Address What
13929 1 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
13930 Data: number1 %d number2 %d
13931 Probed by static tracepoints: #2
13932 2 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
13933 Data: str %s
13934 (@value{GDBP})
13935 @end smallexample
13936 @end table
13937
13938 @node Starting and Stopping Trace Experiments
13939 @subsection Starting and Stopping Trace Experiments
13940
13941 @table @code
13942 @kindex tstart [ @var{notes} ]
13943 @cindex start a new trace experiment
13944 @cindex collected data discarded
13945 @item tstart
13946 This command starts the trace experiment, and begins collecting data.
13947 It has the side effect of discarding all the data collected in the
13948 trace buffer during the previous trace experiment. If any arguments
13949 are supplied, they are taken as a note and stored with the trace
13950 experiment's state. The notes may be arbitrary text, and are
13951 especially useful with disconnected tracing in a multi-user context;
13952 the notes can explain what the trace is doing, supply user contact
13953 information, and so forth.
13954
13955 @kindex tstop [ @var{notes} ]
13956 @cindex stop a running trace experiment
13957 @item tstop
13958 This command stops the trace experiment. If any arguments are
13959 supplied, they are recorded with the experiment as a note. This is
13960 useful if you are stopping a trace started by someone else, for
13961 instance if the trace is interfering with the system's behavior and
13962 needs to be stopped quickly.
13963
13964 @strong{Note}: a trace experiment and data collection may stop
13965 automatically if any tracepoint's passcount is reached
13966 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
13967
13968 @kindex tstatus
13969 @cindex status of trace data collection
13970 @cindex trace experiment, status of
13971 @item tstatus
13972 This command displays the status of the current trace data
13973 collection.
13974 @end table
13975
13976 Here is an example of the commands we described so far:
13977
13978 @smallexample
13979 (@value{GDBP}) @b{trace gdb_c_test}
13980 (@value{GDBP}) @b{actions}
13981 Enter actions for tracepoint #1, one per line.
13982 > collect $regs,$locals,$args
13983 > while-stepping 11
13984 > collect $regs
13985 > end
13986 > end
13987 (@value{GDBP}) @b{tstart}
13988 [time passes @dots{}]
13989 (@value{GDBP}) @b{tstop}
13990 @end smallexample
13991
13992 @anchor{disconnected tracing}
13993 @cindex disconnected tracing
13994 You can choose to continue running the trace experiment even if
13995 @value{GDBN} disconnects from the target, voluntarily or
13996 involuntarily. For commands such as @code{detach}, the debugger will
13997 ask what you want to do with the trace. But for unexpected
13998 terminations (@value{GDBN} crash, network outage), it would be
13999 unfortunate to lose hard-won trace data, so the variable
14000 @code{disconnected-tracing} lets you decide whether the trace should
14001 continue running without @value{GDBN}.
14002
14003 @table @code
14004 @item set disconnected-tracing on
14005 @itemx set disconnected-tracing off
14006 @kindex set disconnected-tracing
14007 Choose whether a tracing run should continue to run if @value{GDBN}
14008 has disconnected from the target. Note that @code{detach} or
14009 @code{quit} will ask you directly what to do about a running trace no
14010 matter what this variable's setting, so the variable is mainly useful
14011 for handling unexpected situations, such as loss of the network.
14012
14013 @item show disconnected-tracing
14014 @kindex show disconnected-tracing
14015 Show the current choice for disconnected tracing.
14016
14017 @end table
14018
14019 When you reconnect to the target, the trace experiment may or may not
14020 still be running; it might have filled the trace buffer in the
14021 meantime, or stopped for one of the other reasons. If it is running,
14022 it will continue after reconnection.
14023
14024 Upon reconnection, the target will upload information about the
14025 tracepoints in effect. @value{GDBN} will then compare that
14026 information to the set of tracepoints currently defined, and attempt
14027 to match them up, allowing for the possibility that the numbers may
14028 have changed due to creation and deletion in the meantime. If one of
14029 the target's tracepoints does not match any in @value{GDBN}, the
14030 debugger will create a new tracepoint, so that you have a number with
14031 which to specify that tracepoint. This matching-up process is
14032 necessarily heuristic, and it may result in useless tracepoints being
14033 created; you may simply delete them if they are of no use.
14034
14035 @cindex circular trace buffer
14036 If your target agent supports a @dfn{circular trace buffer}, then you
14037 can run a trace experiment indefinitely without filling the trace
14038 buffer; when space runs out, the agent deletes already-collected trace
14039 frames, oldest first, until there is enough room to continue
14040 collecting. This is especially useful if your tracepoints are being
14041 hit too often, and your trace gets terminated prematurely because the
14042 buffer is full. To ask for a circular trace buffer, simply set
14043 @samp{circular-trace-buffer} to on. You can set this at any time,
14044 including during tracing; if the agent can do it, it will change
14045 buffer handling on the fly, otherwise it will not take effect until
14046 the next run.
14047
14048 @table @code
14049 @item set circular-trace-buffer on
14050 @itemx set circular-trace-buffer off
14051 @kindex set circular-trace-buffer
14052 Choose whether a tracing run should use a linear or circular buffer
14053 for trace data. A linear buffer will not lose any trace data, but may
14054 fill up prematurely, while a circular buffer will discard old trace
14055 data, but it will have always room for the latest tracepoint hits.
14056
14057 @item show circular-trace-buffer
14058 @kindex show circular-trace-buffer
14059 Show the current choice for the trace buffer. Note that this may not
14060 match the agent's current buffer handling, nor is it guaranteed to
14061 match the setting that might have been in effect during a past run,
14062 for instance if you are looking at frames from a trace file.
14063
14064 @end table
14065
14066 @table @code
14067 @item set trace-buffer-size @var{n}
14068 @itemx set trace-buffer-size unlimited
14069 @kindex set trace-buffer-size
14070 Request that the target use a trace buffer of @var{n} bytes. Not all
14071 targets will honor the request; they may have a compiled-in size for
14072 the trace buffer, or some other limitation. Set to a value of
14073 @code{unlimited} or @code{-1} to let the target use whatever size it
14074 likes. This is also the default.
14075
14076 @item show trace-buffer-size
14077 @kindex show trace-buffer-size
14078 Show the current requested size for the trace buffer. Note that this
14079 will only match the actual size if the target supports size-setting,
14080 and was able to handle the requested size. For instance, if the
14081 target can only change buffer size between runs, this variable will
14082 not reflect the change until the next run starts. Use @code{tstatus}
14083 to get a report of the actual buffer size.
14084 @end table
14085
14086 @table @code
14087 @item set trace-user @var{text}
14088 @kindex set trace-user
14089
14090 @item show trace-user
14091 @kindex show trace-user
14092
14093 @item set trace-notes @var{text}
14094 @kindex set trace-notes
14095 Set the trace run's notes.
14096
14097 @item show trace-notes
14098 @kindex show trace-notes
14099 Show the trace run's notes.
14100
14101 @item set trace-stop-notes @var{text}
14102 @kindex set trace-stop-notes
14103 Set the trace run's stop notes. The handling of the note is as for
14104 @code{tstop} arguments; the set command is convenient way to fix a
14105 stop note that is mistaken or incomplete.
14106
14107 @item show trace-stop-notes
14108 @kindex show trace-stop-notes
14109 Show the trace run's stop notes.
14110
14111 @end table
14112
14113 @node Tracepoint Restrictions
14114 @subsection Tracepoint Restrictions
14115
14116 @cindex tracepoint restrictions
14117 There are a number of restrictions on the use of tracepoints. As
14118 described above, tracepoint data gathering occurs on the target
14119 without interaction from @value{GDBN}. Thus the full capabilities of
14120 the debugger are not available during data gathering, and then at data
14121 examination time, you will be limited by only having what was
14122 collected. The following items describe some common problems, but it
14123 is not exhaustive, and you may run into additional difficulties not
14124 mentioned here.
14125
14126 @itemize @bullet
14127
14128 @item
14129 Tracepoint expressions are intended to gather objects (lvalues). Thus
14130 the full flexibility of GDB's expression evaluator is not available.
14131 You cannot call functions, cast objects to aggregate types, access
14132 convenience variables or modify values (except by assignment to trace
14133 state variables). Some language features may implicitly call
14134 functions (for instance Objective-C fields with accessors), and therefore
14135 cannot be collected either.
14136
14137 @item
14138 Collection of local variables, either individually or in bulk with
14139 @code{$locals} or @code{$args}, during @code{while-stepping} may
14140 behave erratically. The stepping action may enter a new scope (for
14141 instance by stepping into a function), or the location of the variable
14142 may change (for instance it is loaded into a register). The
14143 tracepoint data recorded uses the location information for the
14144 variables that is correct for the tracepoint location. When the
14145 tracepoint is created, it is not possible, in general, to determine
14146 where the steps of a @code{while-stepping} sequence will advance the
14147 program---particularly if a conditional branch is stepped.
14148
14149 @item
14150 Collection of an incompletely-initialized or partially-destroyed object
14151 may result in something that @value{GDBN} cannot display, or displays
14152 in a misleading way.
14153
14154 @item
14155 When @value{GDBN} displays a pointer to character it automatically
14156 dereferences the pointer to also display characters of the string
14157 being pointed to. However, collecting the pointer during tracing does
14158 not automatically collect the string. You need to explicitly
14159 dereference the pointer and provide size information if you want to
14160 collect not only the pointer, but the memory pointed to. For example,
14161 @code{*ptr@@50} can be used to collect the 50 element array pointed to
14162 by @code{ptr}.
14163
14164 @item
14165 It is not possible to collect a complete stack backtrace at a
14166 tracepoint. Instead, you may collect the registers and a few hundred
14167 bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
14168 (adjust to use the name of the actual stack pointer register on your
14169 target architecture, and the amount of stack you wish to capture).
14170 Then the @code{backtrace} command will show a partial backtrace when
14171 using a trace frame. The number of stack frames that can be examined
14172 depends on the sizes of the frames in the collected stack. Note that
14173 if you ask for a block so large that it goes past the bottom of the
14174 stack, the target agent may report an error trying to read from an
14175 invalid address.
14176
14177 @item
14178 If you do not collect registers at a tracepoint, @value{GDBN} can
14179 infer that the value of @code{$pc} must be the same as the address of
14180 the tracepoint and use that when you are looking at a trace frame
14181 for that tracepoint. However, this cannot work if the tracepoint has
14182 multiple locations (for instance if it was set in a function that was
14183 inlined), or if it has a @code{while-stepping} loop. In those cases
14184 @value{GDBN} will warn you that it can't infer @code{$pc}, and default
14185 it to zero.
14186
14187 @end itemize
14188
14189 @node Analyze Collected Data
14190 @section Using the Collected Data
14191
14192 After the tracepoint experiment ends, you use @value{GDBN} commands
14193 for examining the trace data. The basic idea is that each tracepoint
14194 collects a trace @dfn{snapshot} every time it is hit and another
14195 snapshot every time it single-steps. All these snapshots are
14196 consecutively numbered from zero and go into a buffer, and you can
14197 examine them later. The way you examine them is to @dfn{focus} on a
14198 specific trace snapshot. When the remote stub is focused on a trace
14199 snapshot, it will respond to all @value{GDBN} requests for memory and
14200 registers by reading from the buffer which belongs to that snapshot,
14201 rather than from @emph{real} memory or registers of the program being
14202 debugged. This means that @strong{all} @value{GDBN} commands
14203 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
14204 behave as if we were currently debugging the program state as it was
14205 when the tracepoint occurred. Any requests for data that are not in
14206 the buffer will fail.
14207
14208 @menu
14209 * tfind:: How to select a trace snapshot
14210 * tdump:: How to display all data for a snapshot
14211 * save tracepoints:: How to save tracepoints for a future run
14212 @end menu
14213
14214 @node tfind
14215 @subsection @code{tfind @var{n}}
14216
14217 @kindex tfind
14218 @cindex select trace snapshot
14219 @cindex find trace snapshot
14220 The basic command for selecting a trace snapshot from the buffer is
14221 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
14222 counting from zero. If no argument @var{n} is given, the next
14223 snapshot is selected.
14224
14225 Here are the various forms of using the @code{tfind} command.
14226
14227 @table @code
14228 @item tfind start
14229 Find the first snapshot in the buffer. This is a synonym for
14230 @code{tfind 0} (since 0 is the number of the first snapshot).
14231
14232 @item tfind none
14233 Stop debugging trace snapshots, resume @emph{live} debugging.
14234
14235 @item tfind end
14236 Same as @samp{tfind none}.
14237
14238 @item tfind
14239 No argument means find the next trace snapshot or find the first
14240 one if no trace snapshot is selected.
14241
14242 @item tfind -
14243 Find the previous trace snapshot before the current one. This permits
14244 retracing earlier steps.
14245
14246 @item tfind tracepoint @var{num}
14247 Find the next snapshot associated with tracepoint @var{num}. Search
14248 proceeds forward from the last examined trace snapshot. If no
14249 argument @var{num} is given, it means find the next snapshot collected
14250 for the same tracepoint as the current snapshot.
14251
14252 @item tfind pc @var{addr}
14253 Find the next snapshot associated with the value @var{addr} of the
14254 program counter. Search proceeds forward from the last examined trace
14255 snapshot. If no argument @var{addr} is given, it means find the next
14256 snapshot with the same value of PC as the current snapshot.
14257
14258 @item tfind outside @var{addr1}, @var{addr2}
14259 Find the next snapshot whose PC is outside the given range of
14260 addresses (exclusive).
14261
14262 @item tfind range @var{addr1}, @var{addr2}
14263 Find the next snapshot whose PC is between @var{addr1} and
14264 @var{addr2} (inclusive).
14265
14266 @item tfind line @r{[}@var{file}:@r{]}@var{n}
14267 Find the next snapshot associated with the source line @var{n}. If
14268 the optional argument @var{file} is given, refer to line @var{n} in
14269 that source file. Search proceeds forward from the last examined
14270 trace snapshot. If no argument @var{n} is given, it means find the
14271 next line other than the one currently being examined; thus saying
14272 @code{tfind line} repeatedly can appear to have the same effect as
14273 stepping from line to line in a @emph{live} debugging session.
14274 @end table
14275
14276 The default arguments for the @code{tfind} commands are specifically
14277 designed to make it easy to scan through the trace buffer. For
14278 instance, @code{tfind} with no argument selects the next trace
14279 snapshot, and @code{tfind -} with no argument selects the previous
14280 trace snapshot. So, by giving one @code{tfind} command, and then
14281 simply hitting @key{RET} repeatedly you can examine all the trace
14282 snapshots in order. Or, by saying @code{tfind -} and then hitting
14283 @key{RET} repeatedly you can examine the snapshots in reverse order.
14284 The @code{tfind line} command with no argument selects the snapshot
14285 for the next source line executed. The @code{tfind pc} command with
14286 no argument selects the next snapshot with the same program counter
14287 (PC) as the current frame. The @code{tfind tracepoint} command with
14288 no argument selects the next trace snapshot collected by the same
14289 tracepoint as the current one.
14290
14291 In addition to letting you scan through the trace buffer manually,
14292 these commands make it easy to construct @value{GDBN} scripts that
14293 scan through the trace buffer and print out whatever collected data
14294 you are interested in. Thus, if we want to examine the PC, FP, and SP
14295 registers from each trace frame in the buffer, we can say this:
14296
14297 @smallexample
14298 (@value{GDBP}) @b{tfind start}
14299 (@value{GDBP}) @b{while ($trace_frame != -1)}
14300 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
14301 $trace_frame, $pc, $sp, $fp
14302 > tfind
14303 > end
14304
14305 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
14306 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
14307 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
14308 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
14309 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
14310 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
14311 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
14312 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
14313 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
14314 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
14315 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
14316 @end smallexample
14317
14318 Or, if we want to examine the variable @code{X} at each source line in
14319 the buffer:
14320
14321 @smallexample
14322 (@value{GDBP}) @b{tfind start}
14323 (@value{GDBP}) @b{while ($trace_frame != -1)}
14324 > printf "Frame %d, X == %d\n", $trace_frame, X
14325 > tfind line
14326 > end
14327
14328 Frame 0, X = 1
14329 Frame 7, X = 2
14330 Frame 13, X = 255
14331 @end smallexample
14332
14333 @node tdump
14334 @subsection @code{tdump}
14335 @kindex tdump
14336 @cindex dump all data collected at tracepoint
14337 @cindex tracepoint data, display
14338
14339 This command takes no arguments. It prints all the data collected at
14340 the current trace snapshot.
14341
14342 @smallexample
14343 (@value{GDBP}) @b{trace 444}
14344 (@value{GDBP}) @b{actions}
14345 Enter actions for tracepoint #2, one per line:
14346 > collect $regs, $locals, $args, gdb_long_test
14347 > end
14348
14349 (@value{GDBP}) @b{tstart}
14350
14351 (@value{GDBP}) @b{tfind line 444}
14352 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
14353 at gdb_test.c:444
14354 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
14355
14356 (@value{GDBP}) @b{tdump}
14357 Data collected at tracepoint 2, trace frame 1:
14358 d0 0xc4aa0085 -995491707
14359 d1 0x18 24
14360 d2 0x80 128
14361 d3 0x33 51
14362 d4 0x71aea3d 119204413
14363 d5 0x22 34
14364 d6 0xe0 224
14365 d7 0x380035 3670069
14366 a0 0x19e24a 1696330
14367 a1 0x3000668 50333288
14368 a2 0x100 256
14369 a3 0x322000 3284992
14370 a4 0x3000698 50333336
14371 a5 0x1ad3cc 1758156
14372 fp 0x30bf3c 0x30bf3c
14373 sp 0x30bf34 0x30bf34
14374 ps 0x0 0
14375 pc 0x20b2c8 0x20b2c8
14376 fpcontrol 0x0 0
14377 fpstatus 0x0 0
14378 fpiaddr 0x0 0
14379 p = 0x20e5b4 "gdb-test"
14380 p1 = (void *) 0x11
14381 p2 = (void *) 0x22
14382 p3 = (void *) 0x33
14383 p4 = (void *) 0x44
14384 p5 = (void *) 0x55
14385 p6 = (void *) 0x66
14386 gdb_long_test = 17 '\021'
14387
14388 (@value{GDBP})
14389 @end smallexample
14390
14391 @code{tdump} works by scanning the tracepoint's current collection
14392 actions and printing the value of each expression listed. So
14393 @code{tdump} can fail, if after a run, you change the tracepoint's
14394 actions to mention variables that were not collected during the run.
14395
14396 Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
14397 uses the collected value of @code{$pc} to distinguish between trace
14398 frames that were collected at the tracepoint hit, and frames that were
14399 collected while stepping. This allows it to correctly choose whether
14400 to display the basic list of collections, or the collections from the
14401 body of the while-stepping loop. However, if @code{$pc} was not collected,
14402 then @code{tdump} will always attempt to dump using the basic collection
14403 list, and may fail if a while-stepping frame does not include all the
14404 same data that is collected at the tracepoint hit.
14405 @c This is getting pretty arcane, example would be good.
14406
14407 @node save tracepoints
14408 @subsection @code{save tracepoints @var{filename}}
14409 @kindex save tracepoints
14410 @kindex save-tracepoints
14411 @cindex save tracepoints for future sessions
14412
14413 This command saves all current tracepoint definitions together with
14414 their actions and passcounts, into a file @file{@var{filename}}
14415 suitable for use in a later debugging session. To read the saved
14416 tracepoint definitions, use the @code{source} command (@pxref{Command
14417 Files}). The @w{@code{save-tracepoints}} command is a deprecated
14418 alias for @w{@code{save tracepoints}}
14419
14420 @node Tracepoint Variables
14421 @section Convenience Variables for Tracepoints
14422 @cindex tracepoint variables
14423 @cindex convenience variables for tracepoints
14424
14425 @table @code
14426 @vindex $trace_frame
14427 @item (int) $trace_frame
14428 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
14429 snapshot is selected.
14430
14431 @vindex $tracepoint
14432 @item (int) $tracepoint
14433 The tracepoint for the current trace snapshot.
14434
14435 @vindex $trace_line
14436 @item (int) $trace_line
14437 The line number for the current trace snapshot.
14438
14439 @vindex $trace_file
14440 @item (char []) $trace_file
14441 The source file for the current trace snapshot.
14442
14443 @vindex $trace_func
14444 @item (char []) $trace_func
14445 The name of the function containing @code{$tracepoint}.
14446 @end table
14447
14448 Note: @code{$trace_file} is not suitable for use in @code{printf},
14449 use @code{output} instead.
14450
14451 Here's a simple example of using these convenience variables for
14452 stepping through all the trace snapshots and printing some of their
14453 data. Note that these are not the same as trace state variables,
14454 which are managed by the target.
14455
14456 @smallexample
14457 (@value{GDBP}) @b{tfind start}
14458
14459 (@value{GDBP}) @b{while $trace_frame != -1}
14460 > output $trace_file
14461 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
14462 > tfind
14463 > end
14464 @end smallexample
14465
14466 @node Trace Files
14467 @section Using Trace Files
14468 @cindex trace files
14469
14470 In some situations, the target running a trace experiment may no
14471 longer be available; perhaps it crashed, or the hardware was needed
14472 for a different activity. To handle these cases, you can arrange to
14473 dump the trace data into a file, and later use that file as a source
14474 of trace data, via the @code{target tfile} command.
14475
14476 @table @code
14477
14478 @kindex tsave
14479 @item tsave [ -r ] @var{filename}
14480 @itemx tsave [-ctf] @var{dirname}
14481 Save the trace data to @var{filename}. By default, this command
14482 assumes that @var{filename} refers to the host filesystem, so if
14483 necessary @value{GDBN} will copy raw trace data up from the target and
14484 then save it. If the target supports it, you can also supply the
14485 optional argument @code{-r} (``remote'') to direct the target to save
14486 the data directly into @var{filename} in its own filesystem, which may be
14487 more efficient if the trace buffer is very large. (Note, however, that
14488 @code{target tfile} can only read from files accessible to the host.)
14489 By default, this command will save trace frame in tfile format.
14490 You can supply the optional argument @code{-ctf} to save data in CTF
14491 format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
14492 that can be shared by multiple debugging and tracing tools. Please go to
14493 @indicateurl{http://www.efficios.com/ctf} to get more information.
14494
14495 @kindex target tfile
14496 @kindex tfile
14497 @kindex target ctf
14498 @kindex ctf
14499 @item target tfile @var{filename}
14500 @itemx target ctf @var{dirname}
14501 Use the file named @var{filename} or directory named @var{dirname} as
14502 a source of trace data. Commands that examine data work as they do with
14503 a live target, but it is not possible to run any new trace experiments.
14504 @code{tstatus} will report the state of the trace run at the moment
14505 the data was saved, as well as the current trace frame you are examining.
14506 Both @var{filename} and @var{dirname} must be on a filesystem accessible to
14507 the host.
14508
14509 @smallexample
14510 (@value{GDBP}) target ctf ctf.ctf
14511 (@value{GDBP}) tfind
14512 Found trace frame 0, tracepoint 2
14513 39 ++a; /* set tracepoint 1 here */
14514 (@value{GDBP}) tdump
14515 Data collected at tracepoint 2, trace frame 0:
14516 i = 0
14517 a = 0
14518 b = 1 '\001'
14519 c = @{"123", "456", "789", "123", "456", "789"@}
14520 d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
14521 (@value{GDBP}) p b
14522 $1 = 1
14523 @end smallexample
14524
14525 @end table
14526
14527 @node Overlays
14528 @chapter Debugging Programs That Use Overlays
14529 @cindex overlays
14530
14531 If your program is too large to fit completely in your target system's
14532 memory, you can sometimes use @dfn{overlays} to work around this
14533 problem. @value{GDBN} provides some support for debugging programs that
14534 use overlays.
14535
14536 @menu
14537 * How Overlays Work:: A general explanation of overlays.
14538 * Overlay Commands:: Managing overlays in @value{GDBN}.
14539 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
14540 mapped by asking the inferior.
14541 * Overlay Sample Program:: A sample program using overlays.
14542 @end menu
14543
14544 @node How Overlays Work
14545 @section How Overlays Work
14546 @cindex mapped overlays
14547 @cindex unmapped overlays
14548 @cindex load address, overlay's
14549 @cindex mapped address
14550 @cindex overlay area
14551
14552 Suppose you have a computer whose instruction address space is only 64
14553 kilobytes long, but which has much more memory which can be accessed by
14554 other means: special instructions, segment registers, or memory
14555 management hardware, for example. Suppose further that you want to
14556 adapt a program which is larger than 64 kilobytes to run on this system.
14557
14558 One solution is to identify modules of your program which are relatively
14559 independent, and need not call each other directly; call these modules
14560 @dfn{overlays}. Separate the overlays from the main program, and place
14561 their machine code in the larger memory. Place your main program in
14562 instruction memory, but leave at least enough space there to hold the
14563 largest overlay as well.
14564
14565 Now, to call a function located in an overlay, you must first copy that
14566 overlay's machine code from the large memory into the space set aside
14567 for it in the instruction memory, and then jump to its entry point
14568 there.
14569
14570 @c NB: In the below the mapped area's size is greater or equal to the
14571 @c size of all overlays. This is intentional to remind the developer
14572 @c that overlays don't necessarily need to be the same size.
14573
14574 @smallexample
14575 @group
14576 Data Instruction Larger
14577 Address Space Address Space Address Space
14578 +-----------+ +-----------+ +-----------+
14579 | | | | | |
14580 +-----------+ +-----------+ +-----------+<-- overlay 1
14581 | program | | main | .----| overlay 1 | load address
14582 | variables | | program | | +-----------+
14583 | and heap | | | | | |
14584 +-----------+ | | | +-----------+<-- overlay 2
14585 | | +-----------+ | | | load address
14586 +-----------+ | | | .-| overlay 2 |
14587 | | | | | |
14588 mapped --->+-----------+ | | +-----------+
14589 address | | | | | |
14590 | overlay | <-' | | |
14591 | area | <---' +-----------+<-- overlay 3
14592 | | <---. | | load address
14593 +-----------+ `--| overlay 3 |
14594 | | | |
14595 +-----------+ | |
14596 +-----------+
14597 | |
14598 +-----------+
14599
14600 @anchor{A code overlay}A code overlay
14601 @end group
14602 @end smallexample
14603
14604 The diagram (@pxref{A code overlay}) shows a system with separate data
14605 and instruction address spaces. To map an overlay, the program copies
14606 its code from the larger address space to the instruction address space.
14607 Since the overlays shown here all use the same mapped address, only one
14608 may be mapped at a time. For a system with a single address space for
14609 data and instructions, the diagram would be similar, except that the
14610 program variables and heap would share an address space with the main
14611 program and the overlay area.
14612
14613 An overlay loaded into instruction memory and ready for use is called a
14614 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
14615 instruction memory. An overlay not present (or only partially present)
14616 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
14617 is its address in the larger memory. The mapped address is also called
14618 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
14619 called the @dfn{load memory address}, or @dfn{LMA}.
14620
14621 Unfortunately, overlays are not a completely transparent way to adapt a
14622 program to limited instruction memory. They introduce a new set of
14623 global constraints you must keep in mind as you design your program:
14624
14625 @itemize @bullet
14626
14627 @item
14628 Before calling or returning to a function in an overlay, your program
14629 must make sure that overlay is actually mapped. Otherwise, the call or
14630 return will transfer control to the right address, but in the wrong
14631 overlay, and your program will probably crash.
14632
14633 @item
14634 If the process of mapping an overlay is expensive on your system, you
14635 will need to choose your overlays carefully to minimize their effect on
14636 your program's performance.
14637
14638 @item
14639 The executable file you load onto your system must contain each
14640 overlay's instructions, appearing at the overlay's load address, not its
14641 mapped address. However, each overlay's instructions must be relocated
14642 and its symbols defined as if the overlay were at its mapped address.
14643 You can use GNU linker scripts to specify different load and relocation
14644 addresses for pieces of your program; see @ref{Overlay Description,,,
14645 ld.info, Using ld: the GNU linker}.
14646
14647 @item
14648 The procedure for loading executable files onto your system must be able
14649 to load their contents into the larger address space as well as the
14650 instruction and data spaces.
14651
14652 @end itemize
14653
14654 The overlay system described above is rather simple, and could be
14655 improved in many ways:
14656
14657 @itemize @bullet
14658
14659 @item
14660 If your system has suitable bank switch registers or memory management
14661 hardware, you could use those facilities to make an overlay's load area
14662 contents simply appear at their mapped address in instruction space.
14663 This would probably be faster than copying the overlay to its mapped
14664 area in the usual way.
14665
14666 @item
14667 If your overlays are small enough, you could set aside more than one
14668 overlay area, and have more than one overlay mapped at a time.
14669
14670 @item
14671 You can use overlays to manage data, as well as instructions. In
14672 general, data overlays are even less transparent to your design than
14673 code overlays: whereas code overlays only require care when you call or
14674 return to functions, data overlays require care every time you access
14675 the data. Also, if you change the contents of a data overlay, you
14676 must copy its contents back out to its load address before you can copy a
14677 different data overlay into the same mapped area.
14678
14679 @end itemize
14680
14681
14682 @node Overlay Commands
14683 @section Overlay Commands
14684
14685 To use @value{GDBN}'s overlay support, each overlay in your program must
14686 correspond to a separate section of the executable file. The section's
14687 virtual memory address and load memory address must be the overlay's
14688 mapped and load addresses. Identifying overlays with sections allows
14689 @value{GDBN} to determine the appropriate address of a function or
14690 variable, depending on whether the overlay is mapped or not.
14691
14692 @value{GDBN}'s overlay commands all start with the word @code{overlay};
14693 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
14694
14695 @table @code
14696 @item overlay off
14697 @kindex overlay
14698 Disable @value{GDBN}'s overlay support. When overlay support is
14699 disabled, @value{GDBN} assumes that all functions and variables are
14700 always present at their mapped addresses. By default, @value{GDBN}'s
14701 overlay support is disabled.
14702
14703 @item overlay manual
14704 @cindex manual overlay debugging
14705 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
14706 relies on you to tell it which overlays are mapped, and which are not,
14707 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
14708 commands described below.
14709
14710 @item overlay map-overlay @var{overlay}
14711 @itemx overlay map @var{overlay}
14712 @cindex map an overlay
14713 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
14714 be the name of the object file section containing the overlay. When an
14715 overlay is mapped, @value{GDBN} assumes it can find the overlay's
14716 functions and variables at their mapped addresses. @value{GDBN} assumes
14717 that any other overlays whose mapped ranges overlap that of
14718 @var{overlay} are now unmapped.
14719
14720 @item overlay unmap-overlay @var{overlay}
14721 @itemx overlay unmap @var{overlay}
14722 @cindex unmap an overlay
14723 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
14724 must be the name of the object file section containing the overlay.
14725 When an overlay is unmapped, @value{GDBN} assumes it can find the
14726 overlay's functions and variables at their load addresses.
14727
14728 @item overlay auto
14729 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
14730 consults a data structure the overlay manager maintains in the inferior
14731 to see which overlays are mapped. For details, see @ref{Automatic
14732 Overlay Debugging}.
14733
14734 @item overlay load-target
14735 @itemx overlay load
14736 @cindex reloading the overlay table
14737 Re-read the overlay table from the inferior. Normally, @value{GDBN}
14738 re-reads the table @value{GDBN} automatically each time the inferior
14739 stops, so this command should only be necessary if you have changed the
14740 overlay mapping yourself using @value{GDBN}. This command is only
14741 useful when using automatic overlay debugging.
14742
14743 @item overlay list-overlays
14744 @itemx overlay list
14745 @cindex listing mapped overlays
14746 Display a list of the overlays currently mapped, along with their mapped
14747 addresses, load addresses, and sizes.
14748
14749 @end table
14750
14751 Normally, when @value{GDBN} prints a code address, it includes the name
14752 of the function the address falls in:
14753
14754 @smallexample
14755 (@value{GDBP}) print main
14756 $3 = @{int ()@} 0x11a0 <main>
14757 @end smallexample
14758 @noindent
14759 When overlay debugging is enabled, @value{GDBN} recognizes code in
14760 unmapped overlays, and prints the names of unmapped functions with
14761 asterisks around them. For example, if @code{foo} is a function in an
14762 unmapped overlay, @value{GDBN} prints it this way:
14763
14764 @smallexample
14765 (@value{GDBP}) overlay list
14766 No sections are mapped.
14767 (@value{GDBP}) print foo
14768 $5 = @{int (int)@} 0x100000 <*foo*>
14769 @end smallexample
14770 @noindent
14771 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
14772 name normally:
14773
14774 @smallexample
14775 (@value{GDBP}) overlay list
14776 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
14777 mapped at 0x1016 - 0x104a
14778 (@value{GDBP}) print foo
14779 $6 = @{int (int)@} 0x1016 <foo>
14780 @end smallexample
14781
14782 When overlay debugging is enabled, @value{GDBN} can find the correct
14783 address for functions and variables in an overlay, whether or not the
14784 overlay is mapped. This allows most @value{GDBN} commands, like
14785 @code{break} and @code{disassemble}, to work normally, even on unmapped
14786 code. However, @value{GDBN}'s breakpoint support has some limitations:
14787
14788 @itemize @bullet
14789 @item
14790 @cindex breakpoints in overlays
14791 @cindex overlays, setting breakpoints in
14792 You can set breakpoints in functions in unmapped overlays, as long as
14793 @value{GDBN} can write to the overlay at its load address.
14794 @item
14795 @value{GDBN} can not set hardware or simulator-based breakpoints in
14796 unmapped overlays. However, if you set a breakpoint at the end of your
14797 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
14798 you are using manual overlay management), @value{GDBN} will re-set its
14799 breakpoints properly.
14800 @end itemize
14801
14802
14803 @node Automatic Overlay Debugging
14804 @section Automatic Overlay Debugging
14805 @cindex automatic overlay debugging
14806
14807 @value{GDBN} can automatically track which overlays are mapped and which
14808 are not, given some simple co-operation from the overlay manager in the
14809 inferior. If you enable automatic overlay debugging with the
14810 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
14811 looks in the inferior's memory for certain variables describing the
14812 current state of the overlays.
14813
14814 Here are the variables your overlay manager must define to support
14815 @value{GDBN}'s automatic overlay debugging:
14816
14817 @table @asis
14818
14819 @item @code{_ovly_table}:
14820 This variable must be an array of the following structures:
14821
14822 @smallexample
14823 struct
14824 @{
14825 /* The overlay's mapped address. */
14826 unsigned long vma;
14827
14828 /* The size of the overlay, in bytes. */
14829 unsigned long size;
14830
14831 /* The overlay's load address. */
14832 unsigned long lma;
14833
14834 /* Non-zero if the overlay is currently mapped;
14835 zero otherwise. */
14836 unsigned long mapped;
14837 @}
14838 @end smallexample
14839
14840 @item @code{_novlys}:
14841 This variable must be a four-byte signed integer, holding the total
14842 number of elements in @code{_ovly_table}.
14843
14844 @end table
14845
14846 To decide whether a particular overlay is mapped or not, @value{GDBN}
14847 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
14848 @code{lma} members equal the VMA and LMA of the overlay's section in the
14849 executable file. When @value{GDBN} finds a matching entry, it consults
14850 the entry's @code{mapped} member to determine whether the overlay is
14851 currently mapped.
14852
14853 In addition, your overlay manager may define a function called
14854 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
14855 will silently set a breakpoint there. If the overlay manager then
14856 calls this function whenever it has changed the overlay table, this
14857 will enable @value{GDBN} to accurately keep track of which overlays
14858 are in program memory, and update any breakpoints that may be set
14859 in overlays. This will allow breakpoints to work even if the
14860 overlays are kept in ROM or other non-writable memory while they
14861 are not being executed.
14862
14863 @node Overlay Sample Program
14864 @section Overlay Sample Program
14865 @cindex overlay example program
14866
14867 When linking a program which uses overlays, you must place the overlays
14868 at their load addresses, while relocating them to run at their mapped
14869 addresses. To do this, you must write a linker script (@pxref{Overlay
14870 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
14871 since linker scripts are specific to a particular host system, target
14872 architecture, and target memory layout, this manual cannot provide
14873 portable sample code demonstrating @value{GDBN}'s overlay support.
14874
14875 However, the @value{GDBN} source distribution does contain an overlaid
14876 program, with linker scripts for a few systems, as part of its test
14877 suite. The program consists of the following files from
14878 @file{gdb/testsuite/gdb.base}:
14879
14880 @table @file
14881 @item overlays.c
14882 The main program file.
14883 @item ovlymgr.c
14884 A simple overlay manager, used by @file{overlays.c}.
14885 @item foo.c
14886 @itemx bar.c
14887 @itemx baz.c
14888 @itemx grbx.c
14889 Overlay modules, loaded and used by @file{overlays.c}.
14890 @item d10v.ld
14891 @itemx m32r.ld
14892 Linker scripts for linking the test program on the @code{d10v-elf}
14893 and @code{m32r-elf} targets.
14894 @end table
14895
14896 You can build the test program using the @code{d10v-elf} GCC
14897 cross-compiler like this:
14898
14899 @smallexample
14900 $ d10v-elf-gcc -g -c overlays.c
14901 $ d10v-elf-gcc -g -c ovlymgr.c
14902 $ d10v-elf-gcc -g -c foo.c
14903 $ d10v-elf-gcc -g -c bar.c
14904 $ d10v-elf-gcc -g -c baz.c
14905 $ d10v-elf-gcc -g -c grbx.c
14906 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
14907 baz.o grbx.o -Wl,-Td10v.ld -o overlays
14908 @end smallexample
14909
14910 The build process is identical for any other architecture, except that
14911 you must substitute the appropriate compiler and linker script for the
14912 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
14913
14914
14915 @node Languages
14916 @chapter Using @value{GDBN} with Different Languages
14917 @cindex languages
14918
14919 Although programming languages generally have common aspects, they are
14920 rarely expressed in the same manner. For instance, in ANSI C,
14921 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
14922 Modula-2, it is accomplished by @code{p^}. Values can also be
14923 represented (and displayed) differently. Hex numbers in C appear as
14924 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
14925
14926 @cindex working language
14927 Language-specific information is built into @value{GDBN} for some languages,
14928 allowing you to express operations like the above in your program's
14929 native language, and allowing @value{GDBN} to output values in a manner
14930 consistent with the syntax of your program's native language. The
14931 language you use to build expressions is called the @dfn{working
14932 language}.
14933
14934 @menu
14935 * Setting:: Switching between source languages
14936 * Show:: Displaying the language
14937 * Checks:: Type and range checks
14938 * Supported Languages:: Supported languages
14939 * Unsupported Languages:: Unsupported languages
14940 @end menu
14941
14942 @node Setting
14943 @section Switching Between Source Languages
14944
14945 There are two ways to control the working language---either have @value{GDBN}
14946 set it automatically, or select it manually yourself. You can use the
14947 @code{set language} command for either purpose. On startup, @value{GDBN}
14948 defaults to setting the language automatically. The working language is
14949 used to determine how expressions you type are interpreted, how values
14950 are printed, etc.
14951
14952 In addition to the working language, every source file that
14953 @value{GDBN} knows about has its own working language. For some object
14954 file formats, the compiler might indicate which language a particular
14955 source file is in. However, most of the time @value{GDBN} infers the
14956 language from the name of the file. The language of a source file
14957 controls whether C@t{++} names are demangled---this way @code{backtrace} can
14958 show each frame appropriately for its own language. There is no way to
14959 set the language of a source file from within @value{GDBN}, but you can
14960 set the language associated with a filename extension. @xref{Show, ,
14961 Displaying the Language}.
14962
14963 This is most commonly a problem when you use a program, such
14964 as @code{cfront} or @code{f2c}, that generates C but is written in
14965 another language. In that case, make the
14966 program use @code{#line} directives in its C output; that way
14967 @value{GDBN} will know the correct language of the source code of the original
14968 program, and will display that source code, not the generated C code.
14969
14970 @menu
14971 * Filenames:: Filename extensions and languages.
14972 * Manually:: Setting the working language manually
14973 * Automatically:: Having @value{GDBN} infer the source language
14974 @end menu
14975
14976 @node Filenames
14977 @subsection List of Filename Extensions and Languages
14978
14979 If a source file name ends in one of the following extensions, then
14980 @value{GDBN} infers that its language is the one indicated.
14981
14982 @table @file
14983 @item .ada
14984 @itemx .ads
14985 @itemx .adb
14986 @itemx .a
14987 Ada source file.
14988
14989 @item .c
14990 C source file
14991
14992 @item .C
14993 @itemx .cc
14994 @itemx .cp
14995 @itemx .cpp
14996 @itemx .cxx
14997 @itemx .c++
14998 C@t{++} source file
14999
15000 @item .d
15001 D source file
15002
15003 @item .m
15004 Objective-C source file
15005
15006 @item .f
15007 @itemx .F
15008 Fortran source file
15009
15010 @item .mod
15011 Modula-2 source file
15012
15013 @item .s
15014 @itemx .S
15015 Assembler source file. This actually behaves almost like C, but
15016 @value{GDBN} does not skip over function prologues when stepping.
15017 @end table
15018
15019 In addition, you may set the language associated with a filename
15020 extension. @xref{Show, , Displaying the Language}.
15021
15022 @node Manually
15023 @subsection Setting the Working Language
15024
15025 If you allow @value{GDBN} to set the language automatically,
15026 expressions are interpreted the same way in your debugging session and
15027 your program.
15028
15029 @kindex set language
15030 If you wish, you may set the language manually. To do this, issue the
15031 command @samp{set language @var{lang}}, where @var{lang} is the name of
15032 a language, such as
15033 @code{c} or @code{modula-2}.
15034 For a list of the supported languages, type @samp{set language}.
15035
15036 Setting the language manually prevents @value{GDBN} from updating the working
15037 language automatically. This can lead to confusion if you try
15038 to debug a program when the working language is not the same as the
15039 source language, when an expression is acceptable to both
15040 languages---but means different things. For instance, if the current
15041 source file were written in C, and @value{GDBN} was parsing Modula-2, a
15042 command such as:
15043
15044 @smallexample
15045 print a = b + c
15046 @end smallexample
15047
15048 @noindent
15049 might not have the effect you intended. In C, this means to add
15050 @code{b} and @code{c} and place the result in @code{a}. The result
15051 printed would be the value of @code{a}. In Modula-2, this means to compare
15052 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
15053
15054 @node Automatically
15055 @subsection Having @value{GDBN} Infer the Source Language
15056
15057 To have @value{GDBN} set the working language automatically, use
15058 @samp{set language local} or @samp{set language auto}. @value{GDBN}
15059 then infers the working language. That is, when your program stops in a
15060 frame (usually by encountering a breakpoint), @value{GDBN} sets the
15061 working language to the language recorded for the function in that
15062 frame. If the language for a frame is unknown (that is, if the function
15063 or block corresponding to the frame was defined in a source file that
15064 does not have a recognized extension), the current working language is
15065 not changed, and @value{GDBN} issues a warning.
15066
15067 This may not seem necessary for most programs, which are written
15068 entirely in one source language. However, program modules and libraries
15069 written in one source language can be used by a main program written in
15070 a different source language. Using @samp{set language auto} in this
15071 case frees you from having to set the working language manually.
15072
15073 @node Show
15074 @section Displaying the Language
15075
15076 The following commands help you find out which language is the
15077 working language, and also what language source files were written in.
15078
15079 @table @code
15080 @item show language
15081 @anchor{show language}
15082 @kindex show language
15083 Display the current working language. This is the
15084 language you can use with commands such as @code{print} to
15085 build and compute expressions that may involve variables in your program.
15086
15087 @item info frame
15088 @kindex info frame@r{, show the source language}
15089 Display the source language for this frame. This language becomes the
15090 working language if you use an identifier from this frame.
15091 @xref{Frame Info, ,Information about a Frame}, to identify the other
15092 information listed here.
15093
15094 @item info source
15095 @kindex info source@r{, show the source language}
15096 Display the source language of this source file.
15097 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
15098 information listed here.
15099 @end table
15100
15101 In unusual circumstances, you may have source files with extensions
15102 not in the standard list. You can then set the extension associated
15103 with a language explicitly:
15104
15105 @table @code
15106 @item set extension-language @var{ext} @var{language}
15107 @kindex set extension-language
15108 Tell @value{GDBN} that source files with extension @var{ext} are to be
15109 assumed as written in the source language @var{language}.
15110
15111 @item info extensions
15112 @kindex info extensions
15113 List all the filename extensions and the associated languages.
15114 @end table
15115
15116 @node Checks
15117 @section Type and Range Checking
15118
15119 Some languages are designed to guard you against making seemingly common
15120 errors through a series of compile- and run-time checks. These include
15121 checking the type of arguments to functions and operators and making
15122 sure mathematical overflows are caught at run time. Checks such as
15123 these help to ensure a program's correctness once it has been compiled
15124 by eliminating type mismatches and providing active checks for range
15125 errors when your program is running.
15126
15127 By default @value{GDBN} checks for these errors according to the
15128 rules of the current source language. Although @value{GDBN} does not check
15129 the statements in your program, it can check expressions entered directly
15130 into @value{GDBN} for evaluation via the @code{print} command, for example.
15131
15132 @menu
15133 * Type Checking:: An overview of type checking
15134 * Range Checking:: An overview of range checking
15135 @end menu
15136
15137 @cindex type checking
15138 @cindex checks, type
15139 @node Type Checking
15140 @subsection An Overview of Type Checking
15141
15142 Some languages, such as C and C@t{++}, are strongly typed, meaning that the
15143 arguments to operators and functions have to be of the correct type,
15144 otherwise an error occurs. These checks prevent type mismatch
15145 errors from ever causing any run-time problems. For example,
15146
15147 @smallexample
15148 int klass::my_method(char *b) @{ return b ? 1 : 2; @}
15149
15150 (@value{GDBP}) print obj.my_method (0)
15151 $1 = 2
15152 @exdent but
15153 (@value{GDBP}) print obj.my_method (0x1234)
15154 Cannot resolve method klass::my_method to any overloaded instance
15155 @end smallexample
15156
15157 The second example fails because in C@t{++} the integer constant
15158 @samp{0x1234} is not type-compatible with the pointer parameter type.
15159
15160 For the expressions you use in @value{GDBN} commands, you can tell
15161 @value{GDBN} to not enforce strict type checking or
15162 to treat any mismatches as errors and abandon the expression;
15163 When type checking is disabled, @value{GDBN} successfully evaluates
15164 expressions like the second example above.
15165
15166 Even if type checking is off, there may be other reasons
15167 related to type that prevent @value{GDBN} from evaluating an expression.
15168 For instance, @value{GDBN} does not know how to add an @code{int} and
15169 a @code{struct foo}. These particular type errors have nothing to do
15170 with the language in use and usually arise from expressions which make
15171 little sense to evaluate anyway.
15172
15173 @value{GDBN} provides some additional commands for controlling type checking:
15174
15175 @kindex set check type
15176 @kindex show check type
15177 @table @code
15178 @item set check type on
15179 @itemx set check type off
15180 Set strict type checking on or off. If any type mismatches occur in
15181 evaluating an expression while type checking is on, @value{GDBN} prints a
15182 message and aborts evaluation of the expression.
15183
15184 @item show check type
15185 Show the current setting of type checking and whether @value{GDBN}
15186 is enforcing strict type checking rules.
15187 @end table
15188
15189 @cindex range checking
15190 @cindex checks, range
15191 @node Range Checking
15192 @subsection An Overview of Range Checking
15193
15194 In some languages (such as Modula-2), it is an error to exceed the
15195 bounds of a type; this is enforced with run-time checks. Such range
15196 checking is meant to ensure program correctness by making sure
15197 computations do not overflow, or indices on an array element access do
15198 not exceed the bounds of the array.
15199
15200 For expressions you use in @value{GDBN} commands, you can tell
15201 @value{GDBN} to treat range errors in one of three ways: ignore them,
15202 always treat them as errors and abandon the expression, or issue
15203 warnings but evaluate the expression anyway.
15204
15205 A range error can result from numerical overflow, from exceeding an
15206 array index bound, or when you type a constant that is not a member
15207 of any type. Some languages, however, do not treat overflows as an
15208 error. In many implementations of C, mathematical overflow causes the
15209 result to ``wrap around'' to lower values---for example, if @var{m} is
15210 the largest integer value, and @var{s} is the smallest, then
15211
15212 @smallexample
15213 @var{m} + 1 @result{} @var{s}
15214 @end smallexample
15215
15216 This, too, is specific to individual languages, and in some cases
15217 specific to individual compilers or machines. @xref{Supported Languages, ,
15218 Supported Languages}, for further details on specific languages.
15219
15220 @value{GDBN} provides some additional commands for controlling the range checker:
15221
15222 @kindex set check range
15223 @kindex show check range
15224 @table @code
15225 @item set check range auto
15226 Set range checking on or off based on the current working language.
15227 @xref{Supported Languages, ,Supported Languages}, for the default settings for
15228 each language.
15229
15230 @item set check range on
15231 @itemx set check range off
15232 Set range checking on or off, overriding the default setting for the
15233 current working language. A warning is issued if the setting does not
15234 match the language default. If a range error occurs and range checking is on,
15235 then a message is printed and evaluation of the expression is aborted.
15236
15237 @item set check range warn
15238 Output messages when the @value{GDBN} range checker detects a range error,
15239 but attempt to evaluate the expression anyway. Evaluating the
15240 expression may still be impossible for other reasons, such as accessing
15241 memory that the process does not own (a typical example from many Unix
15242 systems).
15243
15244 @item show range
15245 Show the current setting of the range checker, and whether or not it is
15246 being set automatically by @value{GDBN}.
15247 @end table
15248
15249 @node Supported Languages
15250 @section Supported Languages
15251
15252 @value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
15253 OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
15254 @c This is false ...
15255 Some @value{GDBN} features may be used in expressions regardless of the
15256 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
15257 and the @samp{@{type@}addr} construct (@pxref{Expressions,
15258 ,Expressions}) can be used with the constructs of any supported
15259 language.
15260
15261 The following sections detail to what degree each source language is
15262 supported by @value{GDBN}. These sections are not meant to be language
15263 tutorials or references, but serve only as a reference guide to what the
15264 @value{GDBN} expression parser accepts, and what input and output
15265 formats should look like for different languages. There are many good
15266 books written on each of these languages; please look to these for a
15267 language reference or tutorial.
15268
15269 @menu
15270 * C:: C and C@t{++}
15271 * D:: D
15272 * Go:: Go
15273 * Objective-C:: Objective-C
15274 * OpenCL C:: OpenCL C
15275 * Fortran:: Fortran
15276 * Pascal:: Pascal
15277 * Rust:: Rust
15278 * Modula-2:: Modula-2
15279 * Ada:: Ada
15280 @end menu
15281
15282 @node C
15283 @subsection C and C@t{++}
15284
15285 @cindex C and C@t{++}
15286 @cindex expressions in C or C@t{++}
15287
15288 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
15289 to both languages. Whenever this is the case, we discuss those languages
15290 together.
15291
15292 @cindex C@t{++}
15293 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
15294 @cindex @sc{gnu} C@t{++}
15295 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
15296 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
15297 effectively, you must compile your C@t{++} programs with a supported
15298 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
15299 compiler (@code{aCC}).
15300
15301 @menu
15302 * C Operators:: C and C@t{++} operators
15303 * C Constants:: C and C@t{++} constants
15304 * C Plus Plus Expressions:: C@t{++} expressions
15305 * C Defaults:: Default settings for C and C@t{++}
15306 * C Checks:: C and C@t{++} type and range checks
15307 * Debugging C:: @value{GDBN} and C
15308 * Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
15309 * Decimal Floating Point:: Numbers in Decimal Floating Point format
15310 @end menu
15311
15312 @node C Operators
15313 @subsubsection C and C@t{++} Operators
15314
15315 @cindex C and C@t{++} operators
15316
15317 Operators must be defined on values of specific types. For instance,
15318 @code{+} is defined on numbers, but not on structures. Operators are
15319 often defined on groups of types.
15320
15321 For the purposes of C and C@t{++}, the following definitions hold:
15322
15323 @itemize @bullet
15324
15325 @item
15326 @emph{Integral types} include @code{int} with any of its storage-class
15327 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
15328
15329 @item
15330 @emph{Floating-point types} include @code{float}, @code{double}, and
15331 @code{long double} (if supported by the target platform).
15332
15333 @item
15334 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
15335
15336 @item
15337 @emph{Scalar types} include all of the above.
15338
15339 @end itemize
15340
15341 @noindent
15342 The following operators are supported. They are listed here
15343 in order of increasing precedence:
15344
15345 @table @code
15346 @item ,
15347 The comma or sequencing operator. Expressions in a comma-separated list
15348 are evaluated from left to right, with the result of the entire
15349 expression being the last expression evaluated.
15350
15351 @item =
15352 Assignment. The value of an assignment expression is the value
15353 assigned. Defined on scalar types.
15354
15355 @item @var{op}=
15356 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
15357 and translated to @w{@code{@var{a} = @var{a op b}}}.
15358 @w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
15359 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
15360 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
15361
15362 @item ?:
15363 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
15364 of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
15365 should be of an integral type.
15366
15367 @item ||
15368 Logical @sc{or}. Defined on integral types.
15369
15370 @item &&
15371 Logical @sc{and}. Defined on integral types.
15372
15373 @item |
15374 Bitwise @sc{or}. Defined on integral types.
15375
15376 @item ^
15377 Bitwise exclusive-@sc{or}. Defined on integral types.
15378
15379 @item &
15380 Bitwise @sc{and}. Defined on integral types.
15381
15382 @item ==@r{, }!=
15383 Equality and inequality. Defined on scalar types. The value of these
15384 expressions is 0 for false and non-zero for true.
15385
15386 @item <@r{, }>@r{, }<=@r{, }>=
15387 Less than, greater than, less than or equal, greater than or equal.
15388 Defined on scalar types. The value of these expressions is 0 for false
15389 and non-zero for true.
15390
15391 @item <<@r{, }>>
15392 left shift, and right shift. Defined on integral types.
15393
15394 @item @@
15395 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
15396
15397 @item +@r{, }-
15398 Addition and subtraction. Defined on integral types, floating-point types and
15399 pointer types.
15400
15401 @item *@r{, }/@r{, }%
15402 Multiplication, division, and modulus. Multiplication and division are
15403 defined on integral and floating-point types. Modulus is defined on
15404 integral types.
15405
15406 @item ++@r{, }--
15407 Increment and decrement. When appearing before a variable, the
15408 operation is performed before the variable is used in an expression;
15409 when appearing after it, the variable's value is used before the
15410 operation takes place.
15411
15412 @item *
15413 Pointer dereferencing. Defined on pointer types. Same precedence as
15414 @code{++}.
15415
15416 @item &
15417 Address operator. Defined on variables. Same precedence as @code{++}.
15418
15419 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
15420 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
15421 to examine the address
15422 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
15423 stored.
15424
15425 @item -
15426 Negative. Defined on integral and floating-point types. Same
15427 precedence as @code{++}.
15428
15429 @item !
15430 Logical negation. Defined on integral types. Same precedence as
15431 @code{++}.
15432
15433 @item ~
15434 Bitwise complement operator. Defined on integral types. Same precedence as
15435 @code{++}.
15436
15437
15438 @item .@r{, }->
15439 Structure member, and pointer-to-structure member. For convenience,
15440 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
15441 pointer based on the stored type information.
15442 Defined on @code{struct} and @code{union} data.
15443
15444 @item .*@r{, }->*
15445 Dereferences of pointers to members.
15446
15447 @item []
15448 Array indexing. @code{@var{a}[@var{i}]} is defined as
15449 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
15450
15451 @item ()
15452 Function parameter list. Same precedence as @code{->}.
15453
15454 @item ::
15455 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
15456 and @code{class} types.
15457
15458 @item ::
15459 Doubled colons also represent the @value{GDBN} scope operator
15460 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
15461 above.
15462 @end table
15463
15464 If an operator is redefined in the user code, @value{GDBN} usually
15465 attempts to invoke the redefined version instead of using the operator's
15466 predefined meaning.
15467
15468 @node C Constants
15469 @subsubsection C and C@t{++} Constants
15470
15471 @cindex C and C@t{++} constants
15472
15473 @value{GDBN} allows you to express the constants of C and C@t{++} in the
15474 following ways:
15475
15476 @itemize @bullet
15477 @item
15478 Integer constants are a sequence of digits. Octal constants are
15479 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
15480 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
15481 @samp{l}, specifying that the constant should be treated as a
15482 @code{long} value.
15483
15484 @item
15485 Floating point constants are a sequence of digits, followed by a decimal
15486 point, followed by a sequence of digits, and optionally followed by an
15487 exponent. An exponent is of the form:
15488 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
15489 sequence of digits. The @samp{+} is optional for positive exponents.
15490 A floating-point constant may also end with a letter @samp{f} or
15491 @samp{F}, specifying that the constant should be treated as being of
15492 the @code{float} (as opposed to the default @code{double}) type; or with
15493 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
15494 constant.
15495
15496 @item
15497 Enumerated constants consist of enumerated identifiers, or their
15498 integral equivalents.
15499
15500 @item
15501 Character constants are a single character surrounded by single quotes
15502 (@code{'}), or a number---the ordinal value of the corresponding character
15503 (usually its @sc{ascii} value). Within quotes, the single character may
15504 be represented by a letter or by @dfn{escape sequences}, which are of
15505 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
15506 of the character's ordinal value; or of the form @samp{\@var{x}}, where
15507 @samp{@var{x}} is a predefined special character---for example,
15508 @samp{\n} for newline.
15509
15510 Wide character constants can be written by prefixing a character
15511 constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
15512 form of @samp{x}. The target wide character set is used when
15513 computing the value of this constant (@pxref{Character Sets}).
15514
15515 @item
15516 String constants are a sequence of character constants surrounded by
15517 double quotes (@code{"}). Any valid character constant (as described
15518 above) may appear. Double quotes within the string must be preceded by
15519 a backslash, so for instance @samp{"a\"b'c"} is a string of five
15520 characters.
15521
15522 Wide string constants can be written by prefixing a string constant
15523 with @samp{L}, as in C. The target wide character set is used when
15524 computing the value of this constant (@pxref{Character Sets}).
15525
15526 @item
15527 Pointer constants are an integral value. You can also write pointers
15528 to constants using the C operator @samp{&}.
15529
15530 @item
15531 Array constants are comma-separated lists surrounded by braces @samp{@{}
15532 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
15533 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
15534 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
15535 @end itemize
15536
15537 @node C Plus Plus Expressions
15538 @subsubsection C@t{++} Expressions
15539
15540 @cindex expressions in C@t{++}
15541 @value{GDBN} expression handling can interpret most C@t{++} expressions.
15542
15543 @cindex debugging C@t{++} programs
15544 @cindex C@t{++} compilers
15545 @cindex debug formats and C@t{++}
15546 @cindex @value{NGCC} and C@t{++}
15547 @quotation
15548 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
15549 the proper compiler and the proper debug format. Currently,
15550 @value{GDBN} works best when debugging C@t{++} code that is compiled
15551 with the most recent version of @value{NGCC} possible. The DWARF
15552 debugging format is preferred; @value{NGCC} defaults to this on most
15553 popular platforms. Other compilers and/or debug formats are likely to
15554 work badly or not at all when using @value{GDBN} to debug C@t{++}
15555 code. @xref{Compilation}.
15556 @end quotation
15557
15558 @enumerate
15559
15560 @cindex member functions
15561 @item
15562 Member function calls are allowed; you can use expressions like
15563
15564 @smallexample
15565 count = aml->GetOriginal(x, y)
15566 @end smallexample
15567
15568 @vindex this@r{, inside C@t{++} member functions}
15569 @cindex namespace in C@t{++}
15570 @item
15571 While a member function is active (in the selected stack frame), your
15572 expressions have the same namespace available as the member function;
15573 that is, @value{GDBN} allows implicit references to the class instance
15574 pointer @code{this} following the same rules as C@t{++}. @code{using}
15575 declarations in the current scope are also respected by @value{GDBN}.
15576
15577 @cindex call overloaded functions
15578 @cindex overloaded functions, calling
15579 @cindex type conversions in C@t{++}
15580 @item
15581 You can call overloaded functions; @value{GDBN} resolves the function
15582 call to the right definition, with some restrictions. @value{GDBN} does not
15583 perform overload resolution involving user-defined type conversions,
15584 calls to constructors, or instantiations of templates that do not exist
15585 in the program. It also cannot handle ellipsis argument lists or
15586 default arguments.
15587
15588 It does perform integral conversions and promotions, floating-point
15589 promotions, arithmetic conversions, pointer conversions, conversions of
15590 class objects to base classes, and standard conversions such as those of
15591 functions or arrays to pointers; it requires an exact match on the
15592 number of function arguments.
15593
15594 Overload resolution is always performed, unless you have specified
15595 @code{set overload-resolution off}. @xref{Debugging C Plus Plus,
15596 ,@value{GDBN} Features for C@t{++}}.
15597
15598 You must specify @code{set overload-resolution off} in order to use an
15599 explicit function signature to call an overloaded function, as in
15600 @smallexample
15601 p 'foo(char,int)'('x', 13)
15602 @end smallexample
15603
15604 The @value{GDBN} command-completion facility can simplify this;
15605 see @ref{Completion, ,Command Completion}.
15606
15607 @cindex reference declarations
15608 @item
15609 @value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
15610 references; you can use them in expressions just as you do in C@t{++}
15611 source---they are automatically dereferenced.
15612
15613 In the parameter list shown when @value{GDBN} displays a frame, the values of
15614 reference variables are not displayed (unlike other variables); this
15615 avoids clutter, since references are often used for large structures.
15616 The @emph{address} of a reference variable is always shown, unless
15617 you have specified @samp{set print address off}.
15618
15619 @item
15620 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
15621 expressions can use it just as expressions in your program do. Since
15622 one scope may be defined in another, you can use @code{::} repeatedly if
15623 necessary, for example in an expression like
15624 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
15625 resolving name scope by reference to source files, in both C and C@t{++}
15626 debugging (@pxref{Variables, ,Program Variables}).
15627
15628 @item
15629 @value{GDBN} performs argument-dependent lookup, following the C@t{++}
15630 specification.
15631 @end enumerate
15632
15633 @node C Defaults
15634 @subsubsection C and C@t{++} Defaults
15635
15636 @cindex C and C@t{++} defaults
15637
15638 If you allow @value{GDBN} to set range checking automatically, it
15639 defaults to @code{off} whenever the working language changes to
15640 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
15641 selects the working language.
15642
15643 If you allow @value{GDBN} to set the language automatically, it
15644 recognizes source files whose names end with @file{.c}, @file{.C}, or
15645 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
15646 these files, it sets the working language to C or C@t{++}.
15647 @xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
15648 for further details.
15649
15650 @node C Checks
15651 @subsubsection C and C@t{++} Type and Range Checks
15652
15653 @cindex C and C@t{++} checks
15654
15655 By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
15656 checking is used. However, if you turn type checking off, @value{GDBN}
15657 will allow certain non-standard conversions, such as promoting integer
15658 constants to pointers.
15659
15660 Range checking, if turned on, is done on mathematical operations. Array
15661 indices are not checked, since they are often used to index a pointer
15662 that is not itself an array.
15663
15664 @node Debugging C
15665 @subsubsection @value{GDBN} and C
15666
15667 The @code{set print union} and @code{show print union} commands apply to
15668 the @code{union} type. When set to @samp{on}, any @code{union} that is
15669 inside a @code{struct} or @code{class} is also printed. Otherwise, it
15670 appears as @samp{@{...@}}.
15671
15672 The @code{@@} operator aids in the debugging of dynamic arrays, formed
15673 with pointers and a memory allocation function. @xref{Expressions,
15674 ,Expressions}.
15675
15676 @node Debugging C Plus Plus
15677 @subsubsection @value{GDBN} Features for C@t{++}
15678
15679 @cindex commands for C@t{++}
15680
15681 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
15682 designed specifically for use with C@t{++}. Here is a summary:
15683
15684 @table @code
15685 @cindex break in overloaded functions
15686 @item @r{breakpoint menus}
15687 When you want a breakpoint in a function whose name is overloaded,
15688 @value{GDBN} has the capability to display a menu of possible breakpoint
15689 locations to help you specify which function definition you want.
15690 @xref{Ambiguous Expressions,,Ambiguous Expressions}.
15691
15692 @cindex overloading in C@t{++}
15693 @item rbreak @var{regex}
15694 Setting breakpoints using regular expressions is helpful for setting
15695 breakpoints on overloaded functions that are not members of any special
15696 classes.
15697 @xref{Set Breaks, ,Setting Breakpoints}.
15698
15699 @cindex C@t{++} exception handling
15700 @item catch throw
15701 @itemx catch rethrow
15702 @itemx catch catch
15703 Debug C@t{++} exception handling using these commands. @xref{Set
15704 Catchpoints, , Setting Catchpoints}.
15705
15706 @cindex inheritance
15707 @item ptype @var{typename}
15708 Print inheritance relationships as well as other information for type
15709 @var{typename}.
15710 @xref{Symbols, ,Examining the Symbol Table}.
15711
15712 @item info vtbl @var{expression}.
15713 The @code{info vtbl} command can be used to display the virtual
15714 method tables of the object computed by @var{expression}. This shows
15715 one entry per virtual table; there may be multiple virtual tables when
15716 multiple inheritance is in use.
15717
15718 @cindex C@t{++} demangling
15719 @item demangle @var{name}
15720 Demangle @var{name}.
15721 @xref{Symbols}, for a more complete description of the @code{demangle} command.
15722
15723 @cindex C@t{++} symbol display
15724 @item set print demangle
15725 @itemx show print demangle
15726 @itemx set print asm-demangle
15727 @itemx show print asm-demangle
15728 Control whether C@t{++} symbols display in their source form, both when
15729 displaying code as C@t{++} source and when displaying disassemblies.
15730 @xref{Print Settings, ,Print Settings}.
15731
15732 @item set print object
15733 @itemx show print object
15734 Choose whether to print derived (actual) or declared types of objects.
15735 @xref{Print Settings, ,Print Settings}.
15736
15737 @item set print vtbl
15738 @itemx show print vtbl
15739 Control the format for printing virtual function tables.
15740 @xref{Print Settings, ,Print Settings}.
15741 (The @code{vtbl} commands do not work on programs compiled with the HP
15742 ANSI C@t{++} compiler (@code{aCC}).)
15743
15744 @kindex set overload-resolution
15745 @cindex overloaded functions, overload resolution
15746 @item set overload-resolution on
15747 Enable overload resolution for C@t{++} expression evaluation. The default
15748 is on. For overloaded functions, @value{GDBN} evaluates the arguments
15749 and searches for a function whose signature matches the argument types,
15750 using the standard C@t{++} conversion rules (see @ref{C Plus Plus
15751 Expressions, ,C@t{++} Expressions}, for details).
15752 If it cannot find a match, it emits a message.
15753
15754 @item set overload-resolution off
15755 Disable overload resolution for C@t{++} expression evaluation. For
15756 overloaded functions that are not class member functions, @value{GDBN}
15757 chooses the first function of the specified name that it finds in the
15758 symbol table, whether or not its arguments are of the correct type. For
15759 overloaded functions that are class member functions, @value{GDBN}
15760 searches for a function whose signature @emph{exactly} matches the
15761 argument types.
15762
15763 @kindex show overload-resolution
15764 @item show overload-resolution
15765 Show the current setting of overload resolution.
15766
15767 @item @r{Overloaded symbol names}
15768 You can specify a particular definition of an overloaded symbol, using
15769 the same notation that is used to declare such symbols in C@t{++}: type
15770 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
15771 also use the @value{GDBN} command-line word completion facilities to list the
15772 available choices, or to finish the type list for you.
15773 @xref{Completion,, Command Completion}, for details on how to do this.
15774
15775 @item @r{Breakpoints in functions with ABI tags}
15776
15777 The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
15778 correspond to changes in the ABI of a type, function, or variable that
15779 would not otherwise be reflected in a mangled name. See
15780 @url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
15781 for more detail.
15782
15783 The ABI tags are visible in C@t{++} demangled names. For example, a
15784 function that returns a std::string:
15785
15786 @smallexample
15787 std::string function(int);
15788 @end smallexample
15789
15790 @noindent
15791 when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
15792 tag, and @value{GDBN} displays the symbol like this:
15793
15794 @smallexample
15795 function[abi:cxx11](int)
15796 @end smallexample
15797
15798 You can set a breakpoint on such functions simply as if they had no
15799 tag. For example:
15800
15801 @smallexample
15802 (gdb) b function(int)
15803 Breakpoint 2 at 0x40060d: file main.cc, line 10.
15804 (gdb) info breakpoints
15805 Num Type Disp Enb Address What
15806 1 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
15807 at main.cc:10
15808 @end smallexample
15809
15810 On the rare occasion you need to disambiguate between different ABI
15811 tags, you can do so by simply including the ABI tag in the function
15812 name, like:
15813
15814 @smallexample
15815 (@value{GDBP}) b ambiguous[abi:other_tag](int)
15816 @end smallexample
15817 @end table
15818
15819 @node Decimal Floating Point
15820 @subsubsection Decimal Floating Point format
15821 @cindex decimal floating point format
15822
15823 @value{GDBN} can examine, set and perform computations with numbers in
15824 decimal floating point format, which in the C language correspond to the
15825 @code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
15826 specified by the extension to support decimal floating-point arithmetic.
15827
15828 There are two encodings in use, depending on the architecture: BID (Binary
15829 Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
15830 PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
15831 configured target.
15832
15833 Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
15834 to manipulate decimal floating point numbers, it is not possible to convert
15835 (using a cast, for example) integers wider than 32-bit to decimal float.
15836
15837 In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
15838 point computations, error checking in decimal float operations ignores
15839 underflow, overflow and divide by zero exceptions.
15840
15841 In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
15842 to inspect @code{_Decimal128} values stored in floating point registers.
15843 See @ref{PowerPC,,PowerPC} for more details.
15844
15845 @node D
15846 @subsection D
15847
15848 @cindex D
15849 @value{GDBN} can be used to debug programs written in D and compiled with
15850 GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
15851 specific feature --- dynamic arrays.
15852
15853 @node Go
15854 @subsection Go
15855
15856 @cindex Go (programming language)
15857 @value{GDBN} can be used to debug programs written in Go and compiled with
15858 @file{gccgo} or @file{6g} compilers.
15859
15860 Here is a summary of the Go-specific features and restrictions:
15861
15862 @table @code
15863 @cindex current Go package
15864 @item The current Go package
15865 The name of the current package does not need to be specified when
15866 specifying global variables and functions.
15867
15868 For example, given the program:
15869
15870 @example
15871 package main
15872 var myglob = "Shall we?"
15873 func main () @{
15874 // ...
15875 @}
15876 @end example
15877
15878 When stopped inside @code{main} either of these work:
15879
15880 @example
15881 (gdb) p myglob
15882 (gdb) p main.myglob
15883 @end example
15884
15885 @cindex builtin Go types
15886 @item Builtin Go types
15887 The @code{string} type is recognized by @value{GDBN} and is printed
15888 as a string.
15889
15890 @cindex builtin Go functions
15891 @item Builtin Go functions
15892 The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
15893 function and handles it internally.
15894
15895 @cindex restrictions on Go expressions
15896 @item Restrictions on Go expressions
15897 All Go operators are supported except @code{&^}.
15898 The Go @code{_} ``blank identifier'' is not supported.
15899 Automatic dereferencing of pointers is not supported.
15900 @end table
15901
15902 @node Objective-C
15903 @subsection Objective-C
15904
15905 @cindex Objective-C
15906 This section provides information about some commands and command
15907 options that are useful for debugging Objective-C code. See also
15908 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
15909 few more commands specific to Objective-C support.
15910
15911 @menu
15912 * Method Names in Commands::
15913 * The Print Command with Objective-C::
15914 @end menu
15915
15916 @node Method Names in Commands
15917 @subsubsection Method Names in Commands
15918
15919 The following commands have been extended to accept Objective-C method
15920 names as line specifications:
15921
15922 @kindex clear@r{, and Objective-C}
15923 @kindex break@r{, and Objective-C}
15924 @kindex info line@r{, and Objective-C}
15925 @kindex jump@r{, and Objective-C}
15926 @kindex list@r{, and Objective-C}
15927 @itemize
15928 @item @code{clear}
15929 @item @code{break}
15930 @item @code{info line}
15931 @item @code{jump}
15932 @item @code{list}
15933 @end itemize
15934
15935 A fully qualified Objective-C method name is specified as
15936
15937 @smallexample
15938 -[@var{Class} @var{methodName}]
15939 @end smallexample
15940
15941 where the minus sign is used to indicate an instance method and a
15942 plus sign (not shown) is used to indicate a class method. The class
15943 name @var{Class} and method name @var{methodName} are enclosed in
15944 brackets, similar to the way messages are specified in Objective-C
15945 source code. For example, to set a breakpoint at the @code{create}
15946 instance method of class @code{Fruit} in the program currently being
15947 debugged, enter:
15948
15949 @smallexample
15950 break -[Fruit create]
15951 @end smallexample
15952
15953 To list ten program lines around the @code{initialize} class method,
15954 enter:
15955
15956 @smallexample
15957 list +[NSText initialize]
15958 @end smallexample
15959
15960 In the current version of @value{GDBN}, the plus or minus sign is
15961 required. In future versions of @value{GDBN}, the plus or minus
15962 sign will be optional, but you can use it to narrow the search. It
15963 is also possible to specify just a method name:
15964
15965 @smallexample
15966 break create
15967 @end smallexample
15968
15969 You must specify the complete method name, including any colons. If
15970 your program's source files contain more than one @code{create} method,
15971 you'll be presented with a numbered list of classes that implement that
15972 method. Indicate your choice by number, or type @samp{0} to exit if
15973 none apply.
15974
15975 As another example, to clear a breakpoint established at the
15976 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
15977
15978 @smallexample
15979 clear -[NSWindow makeKeyAndOrderFront:]
15980 @end smallexample
15981
15982 @node The Print Command with Objective-C
15983 @subsubsection The Print Command With Objective-C
15984 @cindex Objective-C, print objects
15985 @kindex print-object
15986 @kindex po @r{(@code{print-object})}
15987
15988 The print command has also been extended to accept methods. For example:
15989
15990 @smallexample
15991 print -[@var{object} hash]
15992 @end smallexample
15993
15994 @cindex print an Objective-C object description
15995 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
15996 @noindent
15997 will tell @value{GDBN} to send the @code{hash} message to @var{object}
15998 and print the result. Also, an additional command has been added,
15999 @code{print-object} or @code{po} for short, which is meant to print
16000 the description of an object. However, this command may only work
16001 with certain Objective-C libraries that have a particular hook
16002 function, @code{_NSPrintForDebugger}, defined.
16003
16004 @node OpenCL C
16005 @subsection OpenCL C
16006
16007 @cindex OpenCL C
16008 This section provides information about @value{GDBN}s OpenCL C support.
16009
16010 @menu
16011 * OpenCL C Datatypes::
16012 * OpenCL C Expressions::
16013 * OpenCL C Operators::
16014 @end menu
16015
16016 @node OpenCL C Datatypes
16017 @subsubsection OpenCL C Datatypes
16018
16019 @cindex OpenCL C Datatypes
16020 @value{GDBN} supports the builtin scalar and vector datatypes specified
16021 by OpenCL 1.1. In addition the half- and double-precision floating point
16022 data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
16023 extensions are also known to @value{GDBN}.
16024
16025 @node OpenCL C Expressions
16026 @subsubsection OpenCL C Expressions
16027
16028 @cindex OpenCL C Expressions
16029 @value{GDBN} supports accesses to vector components including the access as
16030 lvalue where possible. Since OpenCL C is based on C99 most C expressions
16031 supported by @value{GDBN} can be used as well.
16032
16033 @node OpenCL C Operators
16034 @subsubsection OpenCL C Operators
16035
16036 @cindex OpenCL C Operators
16037 @value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
16038 vector data types.
16039
16040 @node Fortran
16041 @subsection Fortran
16042 @cindex Fortran-specific support in @value{GDBN}
16043
16044 @value{GDBN} can be used to debug programs written in Fortran, but it
16045 currently supports only the features of Fortran 77 language.
16046
16047 @cindex trailing underscore, in Fortran symbols
16048 Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
16049 among them) append an underscore to the names of variables and
16050 functions. When you debug programs compiled by those compilers, you
16051 will need to refer to variables and functions with a trailing
16052 underscore.
16053
16054 @menu
16055 * Fortran Operators:: Fortran operators and expressions
16056 * Fortran Defaults:: Default settings for Fortran
16057 * Special Fortran Commands:: Special @value{GDBN} commands for Fortran
16058 @end menu
16059
16060 @node Fortran Operators
16061 @subsubsection Fortran Operators and Expressions
16062
16063 @cindex Fortran operators and expressions
16064
16065 Operators must be defined on values of specific types. For instance,
16066 @code{+} is defined on numbers, but not on characters or other non-
16067 arithmetic types. Operators are often defined on groups of types.
16068
16069 @table @code
16070 @item **
16071 The exponentiation operator. It raises the first operand to the power
16072 of the second one.
16073
16074 @item :
16075 The range operator. Normally used in the form of array(low:high) to
16076 represent a section of array.
16077
16078 @item %
16079 The access component operator. Normally used to access elements in derived
16080 types. Also suitable for unions. As unions aren't part of regular Fortran,
16081 this can only happen when accessing a register that uses a gdbarch-defined
16082 union type.
16083 @end table
16084
16085 @node Fortran Defaults
16086 @subsubsection Fortran Defaults
16087
16088 @cindex Fortran Defaults
16089
16090 Fortran symbols are usually case-insensitive, so @value{GDBN} by
16091 default uses case-insensitive matches for Fortran symbols. You can
16092 change that with the @samp{set case-insensitive} command, see
16093 @ref{Symbols}, for the details.
16094
16095 @node Special Fortran Commands
16096 @subsubsection Special Fortran Commands
16097
16098 @cindex Special Fortran commands
16099
16100 @value{GDBN} has some commands to support Fortran-specific features,
16101 such as displaying common blocks.
16102
16103 @table @code
16104 @cindex @code{COMMON} blocks, Fortran
16105 @kindex info common
16106 @item info common @r{[}@var{common-name}@r{]}
16107 This command prints the values contained in the Fortran @code{COMMON}
16108 block whose name is @var{common-name}. With no argument, the names of
16109 all @code{COMMON} blocks visible at the current program location are
16110 printed.
16111 @end table
16112
16113 @node Pascal
16114 @subsection Pascal
16115
16116 @cindex Pascal support in @value{GDBN}, limitations
16117 Debugging Pascal programs which use sets, subranges, file variables, or
16118 nested functions does not currently work. @value{GDBN} does not support
16119 entering expressions, printing values, or similar features using Pascal
16120 syntax.
16121
16122 The Pascal-specific command @code{set print pascal_static-members}
16123 controls whether static members of Pascal objects are displayed.
16124 @xref{Print Settings, pascal_static-members}.
16125
16126 @node Rust
16127 @subsection Rust
16128
16129 @value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
16130 Programming Language}. Type- and value-printing, and expression
16131 parsing, are reasonably complete. However, there are a few
16132 peculiarities and holes to be aware of.
16133
16134 @itemize @bullet
16135 @item
16136 Linespecs (@pxref{Specify Location}) are never relative to the current
16137 crate. Instead, they act as if there were a global namespace of
16138 crates, somewhat similar to the way @code{extern crate} behaves.
16139
16140 That is, if @value{GDBN} is stopped at a breakpoint in a function in
16141 crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
16142 to set a breakpoint in a function named @samp{f} in a crate named
16143 @samp{B}.
16144
16145 As a consequence of this approach, linespecs also cannot refer to
16146 items using @samp{self::} or @samp{super::}.
16147
16148 @item
16149 Because @value{GDBN} implements Rust name-lookup semantics in
16150 expressions, it will sometimes prepend the current crate to a name.
16151 For example, if @value{GDBN} is stopped at a breakpoint in the crate
16152 @samp{K}, then @code{print ::x::y} will try to find the symbol
16153 @samp{K::x::y}.
16154
16155 However, since it is useful to be able to refer to other crates when
16156 debugging, @value{GDBN} provides the @code{extern} extension to
16157 circumvent this. To use the extension, just put @code{extern} before
16158 a path expression to refer to the otherwise unavailable ``global''
16159 scope.
16160
16161 In the above example, if you wanted to refer to the symbol @samp{y} in
16162 the crate @samp{x}, you would use @code{print extern x::y}.
16163
16164 @item
16165 The Rust expression evaluator does not support ``statement-like''
16166 expressions such as @code{if} or @code{match}, or lambda expressions.
16167
16168 @item
16169 Tuple expressions are not implemented.
16170
16171 @item
16172 The Rust expression evaluator does not currently implement the
16173 @code{Drop} trait. Objects that may be created by the evaluator will
16174 never be destroyed.
16175
16176 @item
16177 @value{GDBN} does not implement type inference for generics. In order
16178 to call generic functions or otherwise refer to generic items, you
16179 will have to specify the type parameters manually.
16180
16181 @item
16182 @value{GDBN} currently uses the C@t{++} demangler for Rust. In most
16183 cases this does not cause any problems. However, in an expression
16184 context, completing a generic function name will give syntactically
16185 invalid results. This happens because Rust requires the @samp{::}
16186 operator between the function name and its generic arguments. For
16187 example, @value{GDBN} might provide a completion like
16188 @code{crate::f<u32>}, where the parser would require
16189 @code{crate::f::<u32>}.
16190
16191 @item
16192 As of this writing, the Rust compiler (version 1.8) has a few holes in
16193 the debugging information it generates. These holes prevent certain
16194 features from being implemented by @value{GDBN}:
16195 @itemize @bullet
16196
16197 @item
16198 Method calls cannot be made via traits.
16199
16200 @item
16201 Operator overloading is not implemented.
16202
16203 @item
16204 When debugging in a monomorphized function, you cannot use the generic
16205 type names.
16206
16207 @item
16208 The type @code{Self} is not available.
16209
16210 @item
16211 @code{use} statements are not available, so some names may not be
16212 available in the crate.
16213 @end itemize
16214 @end itemize
16215
16216 @node Modula-2
16217 @subsection Modula-2
16218
16219 @cindex Modula-2, @value{GDBN} support
16220
16221 The extensions made to @value{GDBN} to support Modula-2 only support
16222 output from the @sc{gnu} Modula-2 compiler (which is currently being
16223 developed). Other Modula-2 compilers are not currently supported, and
16224 attempting to debug executables produced by them is most likely
16225 to give an error as @value{GDBN} reads in the executable's symbol
16226 table.
16227
16228 @cindex expressions in Modula-2
16229 @menu
16230 * M2 Operators:: Built-in operators
16231 * Built-In Func/Proc:: Built-in functions and procedures
16232 * M2 Constants:: Modula-2 constants
16233 * M2 Types:: Modula-2 types
16234 * M2 Defaults:: Default settings for Modula-2
16235 * Deviations:: Deviations from standard Modula-2
16236 * M2 Checks:: Modula-2 type and range checks
16237 * M2 Scope:: The scope operators @code{::} and @code{.}
16238 * GDB/M2:: @value{GDBN} and Modula-2
16239 @end menu
16240
16241 @node M2 Operators
16242 @subsubsection Operators
16243 @cindex Modula-2 operators
16244
16245 Operators must be defined on values of specific types. For instance,
16246 @code{+} is defined on numbers, but not on structures. Operators are
16247 often defined on groups of types. For the purposes of Modula-2, the
16248 following definitions hold:
16249
16250 @itemize @bullet
16251
16252 @item
16253 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
16254 their subranges.
16255
16256 @item
16257 @emph{Character types} consist of @code{CHAR} and its subranges.
16258
16259 @item
16260 @emph{Floating-point types} consist of @code{REAL}.
16261
16262 @item
16263 @emph{Pointer types} consist of anything declared as @code{POINTER TO
16264 @var{type}}.
16265
16266 @item
16267 @emph{Scalar types} consist of all of the above.
16268
16269 @item
16270 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
16271
16272 @item
16273 @emph{Boolean types} consist of @code{BOOLEAN}.
16274 @end itemize
16275
16276 @noindent
16277 The following operators are supported, and appear in order of
16278 increasing precedence:
16279
16280 @table @code
16281 @item ,
16282 Function argument or array index separator.
16283
16284 @item :=
16285 Assignment. The value of @var{var} @code{:=} @var{value} is
16286 @var{value}.
16287
16288 @item <@r{, }>
16289 Less than, greater than on integral, floating-point, or enumerated
16290 types.
16291
16292 @item <=@r{, }>=
16293 Less than or equal to, greater than or equal to
16294 on integral, floating-point and enumerated types, or set inclusion on
16295 set types. Same precedence as @code{<}.
16296
16297 @item =@r{, }<>@r{, }#
16298 Equality and two ways of expressing inequality, valid on scalar types.
16299 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
16300 available for inequality, since @code{#} conflicts with the script
16301 comment character.
16302
16303 @item IN
16304 Set membership. Defined on set types and the types of their members.
16305 Same precedence as @code{<}.
16306
16307 @item OR
16308 Boolean disjunction. Defined on boolean types.
16309
16310 @item AND@r{, }&
16311 Boolean conjunction. Defined on boolean types.
16312
16313 @item @@
16314 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16315
16316 @item +@r{, }-
16317 Addition and subtraction on integral and floating-point types, or union
16318 and difference on set types.
16319
16320 @item *
16321 Multiplication on integral and floating-point types, or set intersection
16322 on set types.
16323
16324 @item /
16325 Division on floating-point types, or symmetric set difference on set
16326 types. Same precedence as @code{*}.
16327
16328 @item DIV@r{, }MOD
16329 Integer division and remainder. Defined on integral types. Same
16330 precedence as @code{*}.
16331
16332 @item -
16333 Negative. Defined on @code{INTEGER} and @code{REAL} data.
16334
16335 @item ^
16336 Pointer dereferencing. Defined on pointer types.
16337
16338 @item NOT
16339 Boolean negation. Defined on boolean types. Same precedence as
16340 @code{^}.
16341
16342 @item .
16343 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
16344 precedence as @code{^}.
16345
16346 @item []
16347 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
16348
16349 @item ()
16350 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
16351 as @code{^}.
16352
16353 @item ::@r{, }.
16354 @value{GDBN} and Modula-2 scope operators.
16355 @end table
16356
16357 @quotation
16358 @emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
16359 treats the use of the operator @code{IN}, or the use of operators
16360 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
16361 @code{<=}, and @code{>=} on sets as an error.
16362 @end quotation
16363
16364
16365 @node Built-In Func/Proc
16366 @subsubsection Built-in Functions and Procedures
16367 @cindex Modula-2 built-ins
16368
16369 Modula-2 also makes available several built-in procedures and functions.
16370 In describing these, the following metavariables are used:
16371
16372 @table @var
16373
16374 @item a
16375 represents an @code{ARRAY} variable.
16376
16377 @item c
16378 represents a @code{CHAR} constant or variable.
16379
16380 @item i
16381 represents a variable or constant of integral type.
16382
16383 @item m
16384 represents an identifier that belongs to a set. Generally used in the
16385 same function with the metavariable @var{s}. The type of @var{s} should
16386 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
16387
16388 @item n
16389 represents a variable or constant of integral or floating-point type.
16390
16391 @item r
16392 represents a variable or constant of floating-point type.
16393
16394 @item t
16395 represents a type.
16396
16397 @item v
16398 represents a variable.
16399
16400 @item x
16401 represents a variable or constant of one of many types. See the
16402 explanation of the function for details.
16403 @end table
16404
16405 All Modula-2 built-in procedures also return a result, described below.
16406
16407 @table @code
16408 @item ABS(@var{n})
16409 Returns the absolute value of @var{n}.
16410
16411 @item CAP(@var{c})
16412 If @var{c} is a lower case letter, it returns its upper case
16413 equivalent, otherwise it returns its argument.
16414
16415 @item CHR(@var{i})
16416 Returns the character whose ordinal value is @var{i}.
16417
16418 @item DEC(@var{v})
16419 Decrements the value in the variable @var{v} by one. Returns the new value.
16420
16421 @item DEC(@var{v},@var{i})
16422 Decrements the value in the variable @var{v} by @var{i}. Returns the
16423 new value.
16424
16425 @item EXCL(@var{m},@var{s})
16426 Removes the element @var{m} from the set @var{s}. Returns the new
16427 set.
16428
16429 @item FLOAT(@var{i})
16430 Returns the floating point equivalent of the integer @var{i}.
16431
16432 @item HIGH(@var{a})
16433 Returns the index of the last member of @var{a}.
16434
16435 @item INC(@var{v})
16436 Increments the value in the variable @var{v} by one. Returns the new value.
16437
16438 @item INC(@var{v},@var{i})
16439 Increments the value in the variable @var{v} by @var{i}. Returns the
16440 new value.
16441
16442 @item INCL(@var{m},@var{s})
16443 Adds the element @var{m} to the set @var{s} if it is not already
16444 there. Returns the new set.
16445
16446 @item MAX(@var{t})
16447 Returns the maximum value of the type @var{t}.
16448
16449 @item MIN(@var{t})
16450 Returns the minimum value of the type @var{t}.
16451
16452 @item ODD(@var{i})
16453 Returns boolean TRUE if @var{i} is an odd number.
16454
16455 @item ORD(@var{x})
16456 Returns the ordinal value of its argument. For example, the ordinal
16457 value of a character is its @sc{ascii} value (on machines supporting
16458 the @sc{ascii} character set). The argument @var{x} must be of an
16459 ordered type, which include integral, character and enumerated types.
16460
16461 @item SIZE(@var{x})
16462 Returns the size of its argument. The argument @var{x} can be a
16463 variable or a type.
16464
16465 @item TRUNC(@var{r})
16466 Returns the integral part of @var{r}.
16467
16468 @item TSIZE(@var{x})
16469 Returns the size of its argument. The argument @var{x} can be a
16470 variable or a type.
16471
16472 @item VAL(@var{t},@var{i})
16473 Returns the member of the type @var{t} whose ordinal value is @var{i}.
16474 @end table
16475
16476 @quotation
16477 @emph{Warning:} Sets and their operations are not yet supported, so
16478 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
16479 an error.
16480 @end quotation
16481
16482 @cindex Modula-2 constants
16483 @node M2 Constants
16484 @subsubsection Constants
16485
16486 @value{GDBN} allows you to express the constants of Modula-2 in the following
16487 ways:
16488
16489 @itemize @bullet
16490
16491 @item
16492 Integer constants are simply a sequence of digits. When used in an
16493 expression, a constant is interpreted to be type-compatible with the
16494 rest of the expression. Hexadecimal integers are specified by a
16495 trailing @samp{H}, and octal integers by a trailing @samp{B}.
16496
16497 @item
16498 Floating point constants appear as a sequence of digits, followed by a
16499 decimal point and another sequence of digits. An optional exponent can
16500 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
16501 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
16502 digits of the floating point constant must be valid decimal (base 10)
16503 digits.
16504
16505 @item
16506 Character constants consist of a single character enclosed by a pair of
16507 like quotes, either single (@code{'}) or double (@code{"}). They may
16508 also be expressed by their ordinal value (their @sc{ascii} value, usually)
16509 followed by a @samp{C}.
16510
16511 @item
16512 String constants consist of a sequence of characters enclosed by a
16513 pair of like quotes, either single (@code{'}) or double (@code{"}).
16514 Escape sequences in the style of C are also allowed. @xref{C
16515 Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
16516 sequences.
16517
16518 @item
16519 Enumerated constants consist of an enumerated identifier.
16520
16521 @item
16522 Boolean constants consist of the identifiers @code{TRUE} and
16523 @code{FALSE}.
16524
16525 @item
16526 Pointer constants consist of integral values only.
16527
16528 @item
16529 Set constants are not yet supported.
16530 @end itemize
16531
16532 @node M2 Types
16533 @subsubsection Modula-2 Types
16534 @cindex Modula-2 types
16535
16536 Currently @value{GDBN} can print the following data types in Modula-2
16537 syntax: array types, record types, set types, pointer types, procedure
16538 types, enumerated types, subrange types and base types. You can also
16539 print the contents of variables declared using these type.
16540 This section gives a number of simple source code examples together with
16541 sample @value{GDBN} sessions.
16542
16543 The first example contains the following section of code:
16544
16545 @smallexample
16546 VAR
16547 s: SET OF CHAR ;
16548 r: [20..40] ;
16549 @end smallexample
16550
16551 @noindent
16552 and you can request @value{GDBN} to interrogate the type and value of
16553 @code{r} and @code{s}.
16554
16555 @smallexample
16556 (@value{GDBP}) print s
16557 @{'A'..'C', 'Z'@}
16558 (@value{GDBP}) ptype s
16559 SET OF CHAR
16560 (@value{GDBP}) print r
16561 21
16562 (@value{GDBP}) ptype r
16563 [20..40]
16564 @end smallexample
16565
16566 @noindent
16567 Likewise if your source code declares @code{s} as:
16568
16569 @smallexample
16570 VAR
16571 s: SET ['A'..'Z'] ;
16572 @end smallexample
16573
16574 @noindent
16575 then you may query the type of @code{s} by:
16576
16577 @smallexample
16578 (@value{GDBP}) ptype s
16579 type = SET ['A'..'Z']
16580 @end smallexample
16581
16582 @noindent
16583 Note that at present you cannot interactively manipulate set
16584 expressions using the debugger.
16585
16586 The following example shows how you might declare an array in Modula-2
16587 and how you can interact with @value{GDBN} to print its type and contents:
16588
16589 @smallexample
16590 VAR
16591 s: ARRAY [-10..10] OF CHAR ;
16592 @end smallexample
16593
16594 @smallexample
16595 (@value{GDBP}) ptype s
16596 ARRAY [-10..10] OF CHAR
16597 @end smallexample
16598
16599 Note that the array handling is not yet complete and although the type
16600 is printed correctly, expression handling still assumes that all
16601 arrays have a lower bound of zero and not @code{-10} as in the example
16602 above.
16603
16604 Here are some more type related Modula-2 examples:
16605
16606 @smallexample
16607 TYPE
16608 colour = (blue, red, yellow, green) ;
16609 t = [blue..yellow] ;
16610 VAR
16611 s: t ;
16612 BEGIN
16613 s := blue ;
16614 @end smallexample
16615
16616 @noindent
16617 The @value{GDBN} interaction shows how you can query the data type
16618 and value of a variable.
16619
16620 @smallexample
16621 (@value{GDBP}) print s
16622 $1 = blue
16623 (@value{GDBP}) ptype t
16624 type = [blue..yellow]
16625 @end smallexample
16626
16627 @noindent
16628 In this example a Modula-2 array is declared and its contents
16629 displayed. Observe that the contents are written in the same way as
16630 their @code{C} counterparts.
16631
16632 @smallexample
16633 VAR
16634 s: ARRAY [1..5] OF CARDINAL ;
16635 BEGIN
16636 s[1] := 1 ;
16637 @end smallexample
16638
16639 @smallexample
16640 (@value{GDBP}) print s
16641 $1 = @{1, 0, 0, 0, 0@}
16642 (@value{GDBP}) ptype s
16643 type = ARRAY [1..5] OF CARDINAL
16644 @end smallexample
16645
16646 The Modula-2 language interface to @value{GDBN} also understands
16647 pointer types as shown in this example:
16648
16649 @smallexample
16650 VAR
16651 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
16652 BEGIN
16653 NEW(s) ;
16654 s^[1] := 1 ;
16655 @end smallexample
16656
16657 @noindent
16658 and you can request that @value{GDBN} describes the type of @code{s}.
16659
16660 @smallexample
16661 (@value{GDBP}) ptype s
16662 type = POINTER TO ARRAY [1..5] OF CARDINAL
16663 @end smallexample
16664
16665 @value{GDBN} handles compound types as we can see in this example.
16666 Here we combine array types, record types, pointer types and subrange
16667 types:
16668
16669 @smallexample
16670 TYPE
16671 foo = RECORD
16672 f1: CARDINAL ;
16673 f2: CHAR ;
16674 f3: myarray ;
16675 END ;
16676
16677 myarray = ARRAY myrange OF CARDINAL ;
16678 myrange = [-2..2] ;
16679 VAR
16680 s: POINTER TO ARRAY myrange OF foo ;
16681 @end smallexample
16682
16683 @noindent
16684 and you can ask @value{GDBN} to describe the type of @code{s} as shown
16685 below.
16686
16687 @smallexample
16688 (@value{GDBP}) ptype s
16689 type = POINTER TO ARRAY [-2..2] OF foo = RECORD
16690 f1 : CARDINAL;
16691 f2 : CHAR;
16692 f3 : ARRAY [-2..2] OF CARDINAL;
16693 END
16694 @end smallexample
16695
16696 @node M2 Defaults
16697 @subsubsection Modula-2 Defaults
16698 @cindex Modula-2 defaults
16699
16700 If type and range checking are set automatically by @value{GDBN}, they
16701 both default to @code{on} whenever the working language changes to
16702 Modula-2. This happens regardless of whether you or @value{GDBN}
16703 selected the working language.
16704
16705 If you allow @value{GDBN} to set the language automatically, then entering
16706 code compiled from a file whose name ends with @file{.mod} sets the
16707 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
16708 Infer the Source Language}, for further details.
16709
16710 @node Deviations
16711 @subsubsection Deviations from Standard Modula-2
16712 @cindex Modula-2, deviations from
16713
16714 A few changes have been made to make Modula-2 programs easier to debug.
16715 This is done primarily via loosening its type strictness:
16716
16717 @itemize @bullet
16718 @item
16719 Unlike in standard Modula-2, pointer constants can be formed by
16720 integers. This allows you to modify pointer variables during
16721 debugging. (In standard Modula-2, the actual address contained in a
16722 pointer variable is hidden from you; it can only be modified
16723 through direct assignment to another pointer variable or expression that
16724 returned a pointer.)
16725
16726 @item
16727 C escape sequences can be used in strings and characters to represent
16728 non-printable characters. @value{GDBN} prints out strings with these
16729 escape sequences embedded. Single non-printable characters are
16730 printed using the @samp{CHR(@var{nnn})} format.
16731
16732 @item
16733 The assignment operator (@code{:=}) returns the value of its right-hand
16734 argument.
16735
16736 @item
16737 All built-in procedures both modify @emph{and} return their argument.
16738 @end itemize
16739
16740 @node M2 Checks
16741 @subsubsection Modula-2 Type and Range Checks
16742 @cindex Modula-2 checks
16743
16744 @quotation
16745 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
16746 range checking.
16747 @end quotation
16748 @c FIXME remove warning when type/range checks added
16749
16750 @value{GDBN} considers two Modula-2 variables type equivalent if:
16751
16752 @itemize @bullet
16753 @item
16754 They are of types that have been declared equivalent via a @code{TYPE
16755 @var{t1} = @var{t2}} statement
16756
16757 @item
16758 They have been declared on the same line. (Note: This is true of the
16759 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
16760 @end itemize
16761
16762 As long as type checking is enabled, any attempt to combine variables
16763 whose types are not equivalent is an error.
16764
16765 Range checking is done on all mathematical operations, assignment, array
16766 index bounds, and all built-in functions and procedures.
16767
16768 @node M2 Scope
16769 @subsubsection The Scope Operators @code{::} and @code{.}
16770 @cindex scope
16771 @cindex @code{.}, Modula-2 scope operator
16772 @cindex colon, doubled as scope operator
16773 @ifinfo
16774 @vindex colon-colon@r{, in Modula-2}
16775 @c Info cannot handle :: but TeX can.
16776 @end ifinfo
16777 @ifnotinfo
16778 @vindex ::@r{, in Modula-2}
16779 @end ifnotinfo
16780
16781 There are a few subtle differences between the Modula-2 scope operator
16782 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
16783 similar syntax:
16784
16785 @smallexample
16786
16787 @var{module} . @var{id}
16788 @var{scope} :: @var{id}
16789 @end smallexample
16790
16791 @noindent
16792 where @var{scope} is the name of a module or a procedure,
16793 @var{module} the name of a module, and @var{id} is any declared
16794 identifier within your program, except another module.
16795
16796 Using the @code{::} operator makes @value{GDBN} search the scope
16797 specified by @var{scope} for the identifier @var{id}. If it is not
16798 found in the specified scope, then @value{GDBN} searches all scopes
16799 enclosing the one specified by @var{scope}.
16800
16801 Using the @code{.} operator makes @value{GDBN} search the current scope for
16802 the identifier specified by @var{id} that was imported from the
16803 definition module specified by @var{module}. With this operator, it is
16804 an error if the identifier @var{id} was not imported from definition
16805 module @var{module}, or if @var{id} is not an identifier in
16806 @var{module}.
16807
16808 @node GDB/M2
16809 @subsubsection @value{GDBN} and Modula-2
16810
16811 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
16812 Five subcommands of @code{set print} and @code{show print} apply
16813 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
16814 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
16815 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
16816 analogue in Modula-2.
16817
16818 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
16819 with any language, is not useful with Modula-2. Its
16820 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
16821 created in Modula-2 as they can in C or C@t{++}. However, because an
16822 address can be specified by an integral constant, the construct
16823 @samp{@{@var{type}@}@var{adrexp}} is still useful.
16824
16825 @cindex @code{#} in Modula-2
16826 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
16827 interpreted as the beginning of a comment. Use @code{<>} instead.
16828
16829 @node Ada
16830 @subsection Ada
16831 @cindex Ada
16832
16833 The extensions made to @value{GDBN} for Ada only support
16834 output from the @sc{gnu} Ada (GNAT) compiler.
16835 Other Ada compilers are not currently supported, and
16836 attempting to debug executables produced by them is most likely
16837 to be difficult.
16838
16839
16840 @cindex expressions in Ada
16841 @menu
16842 * Ada Mode Intro:: General remarks on the Ada syntax
16843 and semantics supported by Ada mode
16844 in @value{GDBN}.
16845 * Omissions from Ada:: Restrictions on the Ada expression syntax.
16846 * Additions to Ada:: Extensions of the Ada expression syntax.
16847 * Overloading support for Ada:: Support for expressions involving overloaded
16848 subprograms.
16849 * Stopping Before Main Program:: Debugging the program during elaboration.
16850 * Ada Exceptions:: Ada Exceptions
16851 * Ada Tasks:: Listing and setting breakpoints in tasks.
16852 * Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
16853 * Ravenscar Profile:: Tasking Support when using the Ravenscar
16854 Profile
16855 * Ada Settings:: New settable GDB parameters for Ada.
16856 * Ada Glitches:: Known peculiarities of Ada mode.
16857 @end menu
16858
16859 @node Ada Mode Intro
16860 @subsubsection Introduction
16861 @cindex Ada mode, general
16862
16863 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
16864 syntax, with some extensions.
16865 The philosophy behind the design of this subset is
16866
16867 @itemize @bullet
16868 @item
16869 That @value{GDBN} should provide basic literals and access to operations for
16870 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
16871 leaving more sophisticated computations to subprograms written into the
16872 program (which therefore may be called from @value{GDBN}).
16873
16874 @item
16875 That type safety and strict adherence to Ada language restrictions
16876 are not particularly important to the @value{GDBN} user.
16877
16878 @item
16879 That brevity is important to the @value{GDBN} user.
16880 @end itemize
16881
16882 Thus, for brevity, the debugger acts as if all names declared in
16883 user-written packages are directly visible, even if they are not visible
16884 according to Ada rules, thus making it unnecessary to fully qualify most
16885 names with their packages, regardless of context. Where this causes
16886 ambiguity, @value{GDBN} asks the user's intent.
16887
16888 The debugger will start in Ada mode if it detects an Ada main program.
16889 As for other languages, it will enter Ada mode when stopped in a program that
16890 was translated from an Ada source file.
16891
16892 While in Ada mode, you may use `@t{--}' for comments. This is useful
16893 mostly for documenting command files. The standard @value{GDBN} comment
16894 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
16895 middle (to allow based literals).
16896
16897 @node Omissions from Ada
16898 @subsubsection Omissions from Ada
16899 @cindex Ada, omissions from
16900
16901 Here are the notable omissions from the subset:
16902
16903 @itemize @bullet
16904 @item
16905 Only a subset of the attributes are supported:
16906
16907 @itemize @minus
16908 @item
16909 @t{'First}, @t{'Last}, and @t{'Length}
16910 on array objects (not on types and subtypes).
16911
16912 @item
16913 @t{'Min} and @t{'Max}.
16914
16915 @item
16916 @t{'Pos} and @t{'Val}.
16917
16918 @item
16919 @t{'Tag}.
16920
16921 @item
16922 @t{'Range} on array objects (not subtypes), but only as the right
16923 operand of the membership (@code{in}) operator.
16924
16925 @item
16926 @t{'Access}, @t{'Unchecked_Access}, and
16927 @t{'Unrestricted_Access} (a GNAT extension).
16928
16929 @item
16930 @t{'Address}.
16931 @end itemize
16932
16933 @item
16934 The names in
16935 @code{Characters.Latin_1} are not available and
16936 concatenation is not implemented. Thus, escape characters in strings are
16937 not currently available.
16938
16939 @item
16940 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
16941 equality of representations. They will generally work correctly
16942 for strings and arrays whose elements have integer or enumeration types.
16943 They may not work correctly for arrays whose element
16944 types have user-defined equality, for arrays of real values
16945 (in particular, IEEE-conformant floating point, because of negative
16946 zeroes and NaNs), and for arrays whose elements contain unused bits with
16947 indeterminate values.
16948
16949 @item
16950 The other component-by-component array operations (@code{and}, @code{or},
16951 @code{xor}, @code{not}, and relational tests other than equality)
16952 are not implemented.
16953
16954 @item
16955 @cindex array aggregates (Ada)
16956 @cindex record aggregates (Ada)
16957 @cindex aggregates (Ada)
16958 There is limited support for array and record aggregates. They are
16959 permitted only on the right sides of assignments, as in these examples:
16960
16961 @smallexample
16962 (@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
16963 (@value{GDBP}) set An_Array := (1, others => 0)
16964 (@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
16965 (@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
16966 (@value{GDBP}) set A_Record := (1, "Peter", True);
16967 (@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
16968 @end smallexample
16969
16970 Changing a
16971 discriminant's value by assigning an aggregate has an
16972 undefined effect if that discriminant is used within the record.
16973 However, you can first modify discriminants by directly assigning to
16974 them (which normally would not be allowed in Ada), and then performing an
16975 aggregate assignment. For example, given a variable @code{A_Rec}
16976 declared to have a type such as:
16977
16978 @smallexample
16979 type Rec (Len : Small_Integer := 0) is record
16980 Id : Integer;
16981 Vals : IntArray (1 .. Len);
16982 end record;
16983 @end smallexample
16984
16985 you can assign a value with a different size of @code{Vals} with two
16986 assignments:
16987
16988 @smallexample
16989 (@value{GDBP}) set A_Rec.Len := 4
16990 (@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
16991 @end smallexample
16992
16993 As this example also illustrates, @value{GDBN} is very loose about the usual
16994 rules concerning aggregates. You may leave out some of the
16995 components of an array or record aggregate (such as the @code{Len}
16996 component in the assignment to @code{A_Rec} above); they will retain their
16997 original values upon assignment. You may freely use dynamic values as
16998 indices in component associations. You may even use overlapping or
16999 redundant component associations, although which component values are
17000 assigned in such cases is not defined.
17001
17002 @item
17003 Calls to dispatching subprograms are not implemented.
17004
17005 @item
17006 The overloading algorithm is much more limited (i.e., less selective)
17007 than that of real Ada. It makes only limited use of the context in
17008 which a subexpression appears to resolve its meaning, and it is much
17009 looser in its rules for allowing type matches. As a result, some
17010 function calls will be ambiguous, and the user will be asked to choose
17011 the proper resolution.
17012
17013 @item
17014 The @code{new} operator is not implemented.
17015
17016 @item
17017 Entry calls are not implemented.
17018
17019 @item
17020 Aside from printing, arithmetic operations on the native VAX floating-point
17021 formats are not supported.
17022
17023 @item
17024 It is not possible to slice a packed array.
17025
17026 @item
17027 The names @code{True} and @code{False}, when not part of a qualified name,
17028 are interpreted as if implicitly prefixed by @code{Standard}, regardless of
17029 context.
17030 Should your program
17031 redefine these names in a package or procedure (at best a dubious practice),
17032 you will have to use fully qualified names to access their new definitions.
17033 @end itemize
17034
17035 @node Additions to Ada
17036 @subsubsection Additions to Ada
17037 @cindex Ada, deviations from
17038
17039 As it does for other languages, @value{GDBN} makes certain generic
17040 extensions to Ada (@pxref{Expressions}):
17041
17042 @itemize @bullet
17043 @item
17044 If the expression @var{E} is a variable residing in memory (typically
17045 a local variable or array element) and @var{N} is a positive integer,
17046 then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
17047 @var{N}-1 adjacent variables following it in memory as an array. In
17048 Ada, this operator is generally not necessary, since its prime use is
17049 in displaying parts of an array, and slicing will usually do this in
17050 Ada. However, there are occasional uses when debugging programs in
17051 which certain debugging information has been optimized away.
17052
17053 @item
17054 @code{@var{B}::@var{var}} means ``the variable named @var{var} that
17055 appears in function or file @var{B}.'' When @var{B} is a file name,
17056 you must typically surround it in single quotes.
17057
17058 @item
17059 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
17060 @var{type} that appears at address @var{addr}.''
17061
17062 @item
17063 A name starting with @samp{$} is a convenience variable
17064 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
17065 @end itemize
17066
17067 In addition, @value{GDBN} provides a few other shortcuts and outright
17068 additions specific to Ada:
17069
17070 @itemize @bullet
17071 @item
17072 The assignment statement is allowed as an expression, returning
17073 its right-hand operand as its value. Thus, you may enter
17074
17075 @smallexample
17076 (@value{GDBP}) set x := y + 3
17077 (@value{GDBP}) print A(tmp := y + 1)
17078 @end smallexample
17079
17080 @item
17081 The semicolon is allowed as an ``operator,'' returning as its value
17082 the value of its right-hand operand.
17083 This allows, for example,
17084 complex conditional breaks:
17085
17086 @smallexample
17087 (@value{GDBP}) break f
17088 (@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
17089 @end smallexample
17090
17091 @item
17092 Rather than use catenation and symbolic character names to introduce special
17093 characters into strings, one may instead use a special bracket notation,
17094 which is also used to print strings. A sequence of characters of the form
17095 @samp{["@var{XX}"]} within a string or character literal denotes the
17096 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
17097 sequence of characters @samp{["""]} also denotes a single quotation mark
17098 in strings. For example,
17099 @smallexample
17100 "One line.["0a"]Next line.["0a"]"
17101 @end smallexample
17102 @noindent
17103 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
17104 after each period.
17105
17106 @item
17107 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
17108 @t{'Max} is optional (and is ignored in any case). For example, it is valid
17109 to write
17110
17111 @smallexample
17112 (@value{GDBP}) print 'max(x, y)
17113 @end smallexample
17114
17115 @item
17116 When printing arrays, @value{GDBN} uses positional notation when the
17117 array has a lower bound of 1, and uses a modified named notation otherwise.
17118 For example, a one-dimensional array of three integers with a lower bound
17119 of 3 might print as
17120
17121 @smallexample
17122 (3 => 10, 17, 1)
17123 @end smallexample
17124
17125 @noindent
17126 That is, in contrast to valid Ada, only the first component has a @code{=>}
17127 clause.
17128
17129 @item
17130 You may abbreviate attributes in expressions with any unique,
17131 multi-character subsequence of
17132 their names (an exact match gets preference).
17133 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
17134 in place of @t{a'length}.
17135
17136 @item
17137 @cindex quoting Ada internal identifiers
17138 Since Ada is case-insensitive, the debugger normally maps identifiers you type
17139 to lower case. The GNAT compiler uses upper-case characters for
17140 some of its internal identifiers, which are normally of no interest to users.
17141 For the rare occasions when you actually have to look at them,
17142 enclose them in angle brackets to avoid the lower-case mapping.
17143 For example,
17144 @smallexample
17145 (@value{GDBP}) print <JMPBUF_SAVE>[0]
17146 @end smallexample
17147
17148 @item
17149 Printing an object of class-wide type or dereferencing an
17150 access-to-class-wide value will display all the components of the object's
17151 specific type (as indicated by its run-time tag). Likewise, component
17152 selection on such a value will operate on the specific type of the
17153 object.
17154
17155 @end itemize
17156
17157 @node Overloading support for Ada
17158 @subsubsection Overloading support for Ada
17159 @cindex overloading, Ada
17160
17161 The debugger supports limited overloading. Given a subprogram call in which
17162 the function symbol has multiple definitions, it will use the number of
17163 actual parameters and some information about their types to attempt to narrow
17164 the set of definitions. It also makes very limited use of context, preferring
17165 procedures to functions in the context of the @code{call} command, and
17166 functions to procedures elsewhere.
17167
17168 If, after narrowing, the set of matching definitions still contains more than
17169 one definition, @value{GDBN} will display a menu to query which one it should
17170 use, for instance:
17171
17172 @smallexample
17173 (@value{GDBP}) print f(1)
17174 Multiple matches for f
17175 [0] cancel
17176 [1] foo.f (integer) return boolean at foo.adb:23
17177 [2] foo.f (foo.new_integer) return boolean at foo.adb:28
17178 >
17179 @end smallexample
17180
17181 In this case, just select one menu entry either to cancel expression evaluation
17182 (type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
17183 instance (type the corresponding number and press @key{RET}).
17184
17185 Here are a couple of commands to customize @value{GDBN}'s behavior in this
17186 case:
17187
17188 @table @code
17189
17190 @kindex set ada print-signatures
17191 @item set ada print-signatures
17192 Control whether parameter types and return types are displayed in overloads
17193 selection menus. It is @code{on} by default.
17194 @xref{Overloading support for Ada}.
17195
17196 @kindex show ada print-signatures
17197 @item show ada print-signatures
17198 Show the current setting for displaying parameter types and return types in
17199 overloads selection menu.
17200 @xref{Overloading support for Ada}.
17201
17202 @end table
17203
17204 @node Stopping Before Main Program
17205 @subsubsection Stopping at the Very Beginning
17206
17207 @cindex breakpointing Ada elaboration code
17208 It is sometimes necessary to debug the program during elaboration, and
17209 before reaching the main procedure.
17210 As defined in the Ada Reference
17211 Manual, the elaboration code is invoked from a procedure called
17212 @code{adainit}. To run your program up to the beginning of
17213 elaboration, simply use the following two commands:
17214 @code{tbreak adainit} and @code{run}.
17215
17216 @node Ada Exceptions
17217 @subsubsection Ada Exceptions
17218
17219 A command is provided to list all Ada exceptions:
17220
17221 @table @code
17222 @kindex info exceptions
17223 @item info exceptions
17224 @itemx info exceptions @var{regexp}
17225 The @code{info exceptions} command allows you to list all Ada exceptions
17226 defined within the program being debugged, as well as their addresses.
17227 With a regular expression, @var{regexp}, as argument, only those exceptions
17228 whose names match @var{regexp} are listed.
17229 @end table
17230
17231 Below is a small example, showing how the command can be used, first
17232 without argument, and next with a regular expression passed as an
17233 argument.
17234
17235 @smallexample
17236 (@value{GDBP}) info exceptions
17237 All defined Ada exceptions:
17238 constraint_error: 0x613da0
17239 program_error: 0x613d20
17240 storage_error: 0x613ce0
17241 tasking_error: 0x613ca0
17242 const.aint_global_e: 0x613b00
17243 (@value{GDBP}) info exceptions const.aint
17244 All Ada exceptions matching regular expression "const.aint":
17245 constraint_error: 0x613da0
17246 const.aint_global_e: 0x613b00
17247 @end smallexample
17248
17249 It is also possible to ask @value{GDBN} to stop your program's execution
17250 when an exception is raised. For more details, see @ref{Set Catchpoints}.
17251
17252 @node Ada Tasks
17253 @subsubsection Extensions for Ada Tasks
17254 @cindex Ada, tasking
17255
17256 Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
17257 @value{GDBN} provides the following task-related commands:
17258
17259 @table @code
17260 @kindex info tasks
17261 @item info tasks
17262 This command shows a list of current Ada tasks, as in the following example:
17263
17264
17265 @smallexample
17266 @iftex
17267 @leftskip=0.5cm
17268 @end iftex
17269 (@value{GDBP}) info tasks
17270 ID TID P-ID Pri State Name
17271 1 8088000 0 15 Child Activation Wait main_task
17272 2 80a4000 1 15 Accept Statement b
17273 3 809a800 1 15 Child Activation Wait a
17274 * 4 80ae800 3 15 Runnable c
17275
17276 @end smallexample
17277
17278 @noindent
17279 In this listing, the asterisk before the last task indicates it to be the
17280 task currently being inspected.
17281
17282 @table @asis
17283 @item ID
17284 Represents @value{GDBN}'s internal task number.
17285
17286 @item TID
17287 The Ada task ID.
17288
17289 @item P-ID
17290 The parent's task ID (@value{GDBN}'s internal task number).
17291
17292 @item Pri
17293 The base priority of the task.
17294
17295 @item State
17296 Current state of the task.
17297
17298 @table @code
17299 @item Unactivated
17300 The task has been created but has not been activated. It cannot be
17301 executing.
17302
17303 @item Runnable
17304 The task is not blocked for any reason known to Ada. (It may be waiting
17305 for a mutex, though.) It is conceptually "executing" in normal mode.
17306
17307 @item Terminated
17308 The task is terminated, in the sense of ARM 9.3 (5). Any dependents
17309 that were waiting on terminate alternatives have been awakened and have
17310 terminated themselves.
17311
17312 @item Child Activation Wait
17313 The task is waiting for created tasks to complete activation.
17314
17315 @item Accept Statement
17316 The task is waiting on an accept or selective wait statement.
17317
17318 @item Waiting on entry call
17319 The task is waiting on an entry call.
17320
17321 @item Async Select Wait
17322 The task is waiting to start the abortable part of an asynchronous
17323 select statement.
17324
17325 @item Delay Sleep
17326 The task is waiting on a select statement with only a delay
17327 alternative open.
17328
17329 @item Child Termination Wait
17330 The task is sleeping having completed a master within itself, and is
17331 waiting for the tasks dependent on that master to become terminated or
17332 waiting on a terminate Phase.
17333
17334 @item Wait Child in Term Alt
17335 The task is sleeping waiting for tasks on terminate alternatives to
17336 finish terminating.
17337
17338 @item Accepting RV with @var{taskno}
17339 The task is accepting a rendez-vous with the task @var{taskno}.
17340 @end table
17341
17342 @item Name
17343 Name of the task in the program.
17344
17345 @end table
17346
17347 @kindex info task @var{taskno}
17348 @item info task @var{taskno}
17349 This command shows detailled informations on the specified task, as in
17350 the following example:
17351 @smallexample
17352 @iftex
17353 @leftskip=0.5cm
17354 @end iftex
17355 (@value{GDBP}) info tasks
17356 ID TID P-ID Pri State Name
17357 1 8077880 0 15 Child Activation Wait main_task
17358 * 2 807c468 1 15 Runnable task_1
17359 (@value{GDBP}) info task 2
17360 Ada Task: 0x807c468
17361 Name: task_1
17362 Thread: 0
17363 LWP: 0x1fac
17364 Parent: 1 (main_task)
17365 Base Priority: 15
17366 State: Runnable
17367 @end smallexample
17368
17369 @item task
17370 @kindex task@r{ (Ada)}
17371 @cindex current Ada task ID
17372 This command prints the ID of the current task.
17373
17374 @smallexample
17375 @iftex
17376 @leftskip=0.5cm
17377 @end iftex
17378 (@value{GDBP}) info tasks
17379 ID TID P-ID Pri State Name
17380 1 8077870 0 15 Child Activation Wait main_task
17381 * 2 807c458 1 15 Runnable t
17382 (@value{GDBP}) task
17383 [Current task is 2]
17384 @end smallexample
17385
17386 @item task @var{taskno}
17387 @cindex Ada task switching
17388 This command is like the @code{thread @var{thread-id}}
17389 command (@pxref{Threads}). It switches the context of debugging
17390 from the current task to the given task.
17391
17392 @smallexample
17393 @iftex
17394 @leftskip=0.5cm
17395 @end iftex
17396 (@value{GDBP}) info tasks
17397 ID TID P-ID Pri State Name
17398 1 8077870 0 15 Child Activation Wait main_task
17399 * 2 807c458 1 15 Runnable t
17400 (@value{GDBP}) task 1
17401 [Switching to task 1]
17402 #0 0x8067726 in pthread_cond_wait ()
17403 (@value{GDBP}) bt
17404 #0 0x8067726 in pthread_cond_wait ()
17405 #1 0x8056714 in system.os_interface.pthread_cond_wait ()
17406 #2 0x805cb63 in system.task_primitives.operations.sleep ()
17407 #3 0x806153e in system.tasking.stages.activate_tasks ()
17408 #4 0x804aacc in un () at un.adb:5
17409 @end smallexample
17410
17411 @item break @var{location} task @var{taskno}
17412 @itemx break @var{location} task @var{taskno} if @dots{}
17413 @cindex breakpoints and tasks, in Ada
17414 @cindex task breakpoints, in Ada
17415 @kindex break @dots{} task @var{taskno}@r{ (Ada)}
17416 These commands are like the @code{break @dots{} thread @dots{}}
17417 command (@pxref{Thread Stops}). The
17418 @var{location} argument specifies source lines, as described
17419 in @ref{Specify Location}.
17420
17421 Use the qualifier @samp{task @var{taskno}} with a breakpoint command
17422 to specify that you only want @value{GDBN} to stop the program when a
17423 particular Ada task reaches this breakpoint. The @var{taskno} is one of the
17424 numeric task identifiers assigned by @value{GDBN}, shown in the first
17425 column of the @samp{info tasks} display.
17426
17427 If you do not specify @samp{task @var{taskno}} when you set a
17428 breakpoint, the breakpoint applies to @emph{all} tasks of your
17429 program.
17430
17431 You can use the @code{task} qualifier on conditional breakpoints as
17432 well; in this case, place @samp{task @var{taskno}} before the
17433 breakpoint condition (before the @code{if}).
17434
17435 For example,
17436
17437 @smallexample
17438 @iftex
17439 @leftskip=0.5cm
17440 @end iftex
17441 (@value{GDBP}) info tasks
17442 ID TID P-ID Pri State Name
17443 1 140022020 0 15 Child Activation Wait main_task
17444 2 140045060 1 15 Accept/Select Wait t2
17445 3 140044840 1 15 Runnable t1
17446 * 4 140056040 1 15 Runnable t3
17447 (@value{GDBP}) b 15 task 2
17448 Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
17449 (@value{GDBP}) cont
17450 Continuing.
17451 task # 1 running
17452 task # 2 running
17453
17454 Breakpoint 5, test_task_debug () at test_task_debug.adb:15
17455 15 flush;
17456 (@value{GDBP}) info tasks
17457 ID TID P-ID Pri State Name
17458 1 140022020 0 15 Child Activation Wait main_task
17459 * 2 140045060 1 15 Runnable t2
17460 3 140044840 1 15 Runnable t1
17461 4 140056040 1 15 Delay Sleep t3
17462 @end smallexample
17463 @end table
17464
17465 @node Ada Tasks and Core Files
17466 @subsubsection Tasking Support when Debugging Core Files
17467 @cindex Ada tasking and core file debugging
17468
17469 When inspecting a core file, as opposed to debugging a live program,
17470 tasking support may be limited or even unavailable, depending on
17471 the platform being used.
17472 For instance, on x86-linux, the list of tasks is available, but task
17473 switching is not supported.
17474
17475 On certain platforms, the debugger needs to perform some
17476 memory writes in order to provide Ada tasking support. When inspecting
17477 a core file, this means that the core file must be opened with read-write
17478 privileges, using the command @samp{"set write on"} (@pxref{Patching}).
17479 Under these circumstances, you should make a backup copy of the core
17480 file before inspecting it with @value{GDBN}.
17481
17482 @node Ravenscar Profile
17483 @subsubsection Tasking Support when using the Ravenscar Profile
17484 @cindex Ravenscar Profile
17485
17486 The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
17487 specifically designed for systems with safety-critical real-time
17488 requirements.
17489
17490 @table @code
17491 @kindex set ravenscar task-switching on
17492 @cindex task switching with program using Ravenscar Profile
17493 @item set ravenscar task-switching on
17494 Allows task switching when debugging a program that uses the Ravenscar
17495 Profile. This is the default.
17496
17497 @kindex set ravenscar task-switching off
17498 @item set ravenscar task-switching off
17499 Turn off task switching when debugging a program that uses the Ravenscar
17500 Profile. This is mostly intended to disable the code that adds support
17501 for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
17502 the Ravenscar runtime is preventing @value{GDBN} from working properly.
17503 To be effective, this command should be run before the program is started.
17504
17505 @kindex show ravenscar task-switching
17506 @item show ravenscar task-switching
17507 Show whether it is possible to switch from task to task in a program
17508 using the Ravenscar Profile.
17509
17510 @end table
17511
17512 @node Ada Settings
17513 @subsubsection Ada Settings
17514 @cindex Ada settings
17515
17516 @table @code
17517 @kindex set varsize-limit
17518 @item set varsize-limit @var{size}
17519 Prevent @value{GDBN} from attempting to evaluate objects whose size
17520 is above the given limit (@var{size}) when those sizes are computed
17521 from run-time quantities. This is typically the case when the object
17522 has a variable size, such as an array whose bounds are not known at
17523 compile time for example. Setting @var{size} to @code{unlimited}
17524 removes the size limitation. By default, the limit is about 65KB.
17525
17526 The purpose of having such a limit is to prevent @value{GDBN} from
17527 trying to grab enormous chunks of virtual memory when asked to evaluate
17528 a quantity whose bounds have been corrupted or have not yet been fully
17529 initialized. The limit applies to the results of some subexpressions
17530 as well as to complete expressions. For example, an expression denoting
17531 a simple integer component, such as @code{x.y.z}, may fail if the size of
17532 @code{x.y} is variable and exceeds @code{size}. On the other hand,
17533 @value{GDBN} is sometimes clever; the expression @code{A(i)}, where
17534 @code{A} is an array variable with non-constant size, will generally
17535 succeed regardless of the bounds on @code{A}, as long as the component
17536 size is less than @var{size}.
17537
17538 @kindex show varsize-limit
17539 @item show varsize-limit
17540 Show the limit on types whose size is determined by run-time quantities.
17541 @end table
17542
17543 @node Ada Glitches
17544 @subsubsection Known Peculiarities of Ada Mode
17545 @cindex Ada, problems
17546
17547 Besides the omissions listed previously (@pxref{Omissions from Ada}),
17548 we know of several problems with and limitations of Ada mode in
17549 @value{GDBN},
17550 some of which will be fixed with planned future releases of the debugger
17551 and the GNU Ada compiler.
17552
17553 @itemize @bullet
17554 @item
17555 Static constants that the compiler chooses not to materialize as objects in
17556 storage are invisible to the debugger.
17557
17558 @item
17559 Named parameter associations in function argument lists are ignored (the
17560 argument lists are treated as positional).
17561
17562 @item
17563 Many useful library packages are currently invisible to the debugger.
17564
17565 @item
17566 Fixed-point arithmetic, conversions, input, and output is carried out using
17567 floating-point arithmetic, and may give results that only approximate those on
17568 the host machine.
17569
17570 @item
17571 The GNAT compiler never generates the prefix @code{Standard} for any of
17572 the standard symbols defined by the Ada language. @value{GDBN} knows about
17573 this: it will strip the prefix from names when you use it, and will never
17574 look for a name you have so qualified among local symbols, nor match against
17575 symbols in other packages or subprograms. If you have
17576 defined entities anywhere in your program other than parameters and
17577 local variables whose simple names match names in @code{Standard},
17578 GNAT's lack of qualification here can cause confusion. When this happens,
17579 you can usually resolve the confusion
17580 by qualifying the problematic names with package
17581 @code{Standard} explicitly.
17582 @end itemize
17583
17584 Older versions of the compiler sometimes generate erroneous debugging
17585 information, resulting in the debugger incorrectly printing the value
17586 of affected entities. In some cases, the debugger is able to work
17587 around an issue automatically. In other cases, the debugger is able
17588 to work around the issue, but the work-around has to be specifically
17589 enabled.
17590
17591 @kindex set ada trust-PAD-over-XVS
17592 @kindex show ada trust-PAD-over-XVS
17593 @table @code
17594
17595 @item set ada trust-PAD-over-XVS on
17596 Configure GDB to strictly follow the GNAT encoding when computing the
17597 value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
17598 types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
17599 a complete description of the encoding used by the GNAT compiler).
17600 This is the default.
17601
17602 @item set ada trust-PAD-over-XVS off
17603 This is related to the encoding using by the GNAT compiler. If @value{GDBN}
17604 sometimes prints the wrong value for certain entities, changing @code{ada
17605 trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
17606 the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
17607 @code{off}, but this incurs a slight performance penalty, so it is
17608 recommended to leave this setting to @code{on} unless necessary.
17609
17610 @end table
17611
17612 @cindex GNAT descriptive types
17613 @cindex GNAT encoding
17614 Internally, the debugger also relies on the compiler following a number
17615 of conventions known as the @samp{GNAT Encoding}, all documented in
17616 @file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
17617 how the debugging information should be generated for certain types.
17618 In particular, this convention makes use of @dfn{descriptive types},
17619 which are artificial types generated purely to help the debugger.
17620
17621 These encodings were defined at a time when the debugging information
17622 format used was not powerful enough to describe some of the more complex
17623 types available in Ada. Since DWARF allows us to express nearly all
17624 Ada features, the long-term goal is to slowly replace these descriptive
17625 types by their pure DWARF equivalent. To facilitate that transition,
17626 a new maintenance option is available to force the debugger to ignore
17627 those descriptive types. It allows the user to quickly evaluate how
17628 well @value{GDBN} works without them.
17629
17630 @table @code
17631
17632 @kindex maint ada set ignore-descriptive-types
17633 @item maintenance ada set ignore-descriptive-types [on|off]
17634 Control whether the debugger should ignore descriptive types.
17635 The default is not to ignore descriptives types (@code{off}).
17636
17637 @kindex maint ada show ignore-descriptive-types
17638 @item maintenance ada show ignore-descriptive-types
17639 Show if descriptive types are ignored by @value{GDBN}.
17640
17641 @end table
17642
17643 @node Unsupported Languages
17644 @section Unsupported Languages
17645
17646 @cindex unsupported languages
17647 @cindex minimal language
17648 In addition to the other fully-supported programming languages,
17649 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
17650 It does not represent a real programming language, but provides a set
17651 of capabilities close to what the C or assembly languages provide.
17652 This should allow most simple operations to be performed while debugging
17653 an application that uses a language currently not supported by @value{GDBN}.
17654
17655 If the language is set to @code{auto}, @value{GDBN} will automatically
17656 select this language if the current frame corresponds to an unsupported
17657 language.
17658
17659 @node Symbols
17660 @chapter Examining the Symbol Table
17661
17662 The commands described in this chapter allow you to inquire about the
17663 symbols (names of variables, functions and types) defined in your
17664 program. This information is inherent in the text of your program and
17665 does not change as your program executes. @value{GDBN} finds it in your
17666 program's symbol table, in the file indicated when you started @value{GDBN}
17667 (@pxref{File Options, ,Choosing Files}), or by one of the
17668 file-management commands (@pxref{Files, ,Commands to Specify Files}).
17669
17670 @cindex symbol names
17671 @cindex names of symbols
17672 @cindex quoting names
17673 @anchor{quoting names}
17674 Occasionally, you may need to refer to symbols that contain unusual
17675 characters, which @value{GDBN} ordinarily treats as word delimiters. The
17676 most frequent case is in referring to static variables in other
17677 source files (@pxref{Variables,,Program Variables}). File names
17678 are recorded in object files as debugging symbols, but @value{GDBN} would
17679 ordinarily parse a typical file name, like @file{foo.c}, as the three words
17680 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
17681 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
17682
17683 @smallexample
17684 p 'foo.c'::x
17685 @end smallexample
17686
17687 @noindent
17688 looks up the value of @code{x} in the scope of the file @file{foo.c}.
17689
17690 @table @code
17691 @cindex case-insensitive symbol names
17692 @cindex case sensitivity in symbol names
17693 @kindex set case-sensitive
17694 @item set case-sensitive on
17695 @itemx set case-sensitive off
17696 @itemx set case-sensitive auto
17697 Normally, when @value{GDBN} looks up symbols, it matches their names
17698 with case sensitivity determined by the current source language.
17699 Occasionally, you may wish to control that. The command @code{set
17700 case-sensitive} lets you do that by specifying @code{on} for
17701 case-sensitive matches or @code{off} for case-insensitive ones. If
17702 you specify @code{auto}, case sensitivity is reset to the default
17703 suitable for the source language. The default is case-sensitive
17704 matches for all languages except for Fortran, for which the default is
17705 case-insensitive matches.
17706
17707 @kindex show case-sensitive
17708 @item show case-sensitive
17709 This command shows the current setting of case sensitivity for symbols
17710 lookups.
17711
17712 @kindex set print type methods
17713 @item set print type methods
17714 @itemx set print type methods on
17715 @itemx set print type methods off
17716 Normally, when @value{GDBN} prints a class, it displays any methods
17717 declared in that class. You can control this behavior either by
17718 passing the appropriate flag to @code{ptype}, or using @command{set
17719 print type methods}. Specifying @code{on} will cause @value{GDBN} to
17720 display the methods; this is the default. Specifying @code{off} will
17721 cause @value{GDBN} to omit the methods.
17722
17723 @kindex show print type methods
17724 @item show print type methods
17725 This command shows the current setting of method display when printing
17726 classes.
17727
17728 @kindex set print type nested-type-limit
17729 @item set print type nested-type-limit @var{limit}
17730 @itemx set print type nested-type-limit unlimited
17731 Set the limit of displayed nested types that the type printer will
17732 show. A @var{limit} of @code{unlimited} or @code{-1} will show all
17733 nested definitions. By default, the type printer will not show any nested
17734 types defined in classes.
17735
17736 @kindex show print type nested-type-limit
17737 @item show print type nested-type-limit
17738 This command shows the current display limit of nested types when
17739 printing classes.
17740
17741 @kindex set print type typedefs
17742 @item set print type typedefs
17743 @itemx set print type typedefs on
17744 @itemx set print type typedefs off
17745
17746 Normally, when @value{GDBN} prints a class, it displays any typedefs
17747 defined in that class. You can control this behavior either by
17748 passing the appropriate flag to @code{ptype}, or using @command{set
17749 print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
17750 display the typedef definitions; this is the default. Specifying
17751 @code{off} will cause @value{GDBN} to omit the typedef definitions.
17752 Note that this controls whether the typedef definition itself is
17753 printed, not whether typedef names are substituted when printing other
17754 types.
17755
17756 @kindex show print type typedefs
17757 @item show print type typedefs
17758 This command shows the current setting of typedef display when
17759 printing classes.
17760
17761 @kindex info address
17762 @cindex address of a symbol
17763 @item info address @var{symbol}
17764 Describe where the data for @var{symbol} is stored. For a register
17765 variable, this says which register it is kept in. For a non-register
17766 local variable, this prints the stack-frame offset at which the variable
17767 is always stored.
17768
17769 Note the contrast with @samp{print &@var{symbol}}, which does not work
17770 at all for a register variable, and for a stack local variable prints
17771 the exact address of the current instantiation of the variable.
17772
17773 @kindex info symbol
17774 @cindex symbol from address
17775 @cindex closest symbol and offset for an address
17776 @item info symbol @var{addr}
17777 Print the name of a symbol which is stored at the address @var{addr}.
17778 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
17779 nearest symbol and an offset from it:
17780
17781 @smallexample
17782 (@value{GDBP}) info symbol 0x54320
17783 _initialize_vx + 396 in section .text
17784 @end smallexample
17785
17786 @noindent
17787 This is the opposite of the @code{info address} command. You can use
17788 it to find out the name of a variable or a function given its address.
17789
17790 For dynamically linked executables, the name of executable or shared
17791 library containing the symbol is also printed:
17792
17793 @smallexample
17794 (@value{GDBP}) info symbol 0x400225
17795 _start + 5 in section .text of /tmp/a.out
17796 (@value{GDBP}) info symbol 0x2aaaac2811cf
17797 __read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
17798 @end smallexample
17799
17800 @kindex demangle
17801 @cindex demangle
17802 @item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
17803 Demangle @var{name}.
17804 If @var{language} is provided it is the name of the language to demangle
17805 @var{name} in. Otherwise @var{name} is demangled in the current language.
17806
17807 The @samp{--} option specifies the end of options,
17808 and is useful when @var{name} begins with a dash.
17809
17810 The parameter @code{demangle-style} specifies how to interpret the kind
17811 of mangling used. @xref{Print Settings}.
17812
17813 @kindex whatis
17814 @item whatis[/@var{flags}] [@var{arg}]
17815 Print the data type of @var{arg}, which can be either an expression
17816 or a name of a data type. With no argument, print the data type of
17817 @code{$}, the last value in the value history.
17818
17819 If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
17820 is not actually evaluated, and any side-effecting operations (such as
17821 assignments or function calls) inside it do not take place.
17822
17823 If @var{arg} is a variable or an expression, @code{whatis} prints its
17824 literal type as it is used in the source code. If the type was
17825 defined using a @code{typedef}, @code{whatis} will @emph{not} print
17826 the data type underlying the @code{typedef}. If the type of the
17827 variable or the expression is a compound data type, such as
17828 @code{struct} or @code{class}, @code{whatis} never prints their
17829 fields or methods. It just prints the @code{struct}/@code{class}
17830 name (a.k.a.@: its @dfn{tag}). If you want to see the members of
17831 such a compound data type, use @code{ptype}.
17832
17833 If @var{arg} is a type name that was defined using @code{typedef},
17834 @code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
17835 Unrolling means that @code{whatis} will show the underlying type used
17836 in the @code{typedef} declaration of @var{arg}. However, if that
17837 underlying type is also a @code{typedef}, @code{whatis} will not
17838 unroll it.
17839
17840 For C code, the type names may also have the form @samp{class
17841 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
17842 @var{union-tag}} or @samp{enum @var{enum-tag}}.
17843
17844 @var{flags} can be used to modify how the type is displayed.
17845 Available flags are:
17846
17847 @table @code
17848 @item r
17849 Display in ``raw'' form. Normally, @value{GDBN} substitutes template
17850 parameters and typedefs defined in a class when printing the class'
17851 members. The @code{/r} flag disables this.
17852
17853 @item m
17854 Do not print methods defined in the class.
17855
17856 @item M
17857 Print methods defined in the class. This is the default, but the flag
17858 exists in case you change the default with @command{set print type methods}.
17859
17860 @item t
17861 Do not print typedefs defined in the class. Note that this controls
17862 whether the typedef definition itself is printed, not whether typedef
17863 names are substituted when printing other types.
17864
17865 @item T
17866 Print typedefs defined in the class. This is the default, but the flag
17867 exists in case you change the default with @command{set print type typedefs}.
17868
17869 @item o
17870 Print the offsets and sizes of fields in a struct, similar to what the
17871 @command{pahole} tool does. This option implies the @code{/tm} flags.
17872
17873 For example, given the following declarations:
17874
17875 @smallexample
17876 struct tuv
17877 @{
17878 int a1;
17879 char *a2;
17880 int a3;
17881 @};
17882
17883 struct xyz
17884 @{
17885 int f1;
17886 char f2;
17887 void *f3;
17888 struct tuv f4;
17889 @};
17890
17891 union qwe
17892 @{
17893 struct tuv fff1;
17894 struct xyz fff2;
17895 @};
17896
17897 struct tyu
17898 @{
17899 int a1 : 1;
17900 int a2 : 3;
17901 int a3 : 23;
17902 char a4 : 2;
17903 int64_t a5;
17904 int a6 : 5;
17905 int64_t a7 : 3;
17906 @};
17907 @end smallexample
17908
17909 Issuing a @kbd{ptype /o struct tuv} command would print:
17910
17911 @smallexample
17912 (@value{GDBP}) ptype /o struct tuv
17913 /* offset | size */ type = struct tuv @{
17914 /* 0 | 4 */ int a1;
17915 /* XXX 4-byte hole */
17916 /* 8 | 8 */ char *a2;
17917 /* 16 | 4 */ int a3;
17918
17919 /* total size (bytes): 24 */
17920 @}
17921 @end smallexample
17922
17923 Notice the format of the first column of comments. There, you can
17924 find two parts separated by the @samp{|} character: the @emph{offset},
17925 which indicates where the field is located inside the struct, in
17926 bytes, and the @emph{size} of the field. Another interesting line is
17927 the marker of a @emph{hole} in the struct, indicating that it may be
17928 possible to pack the struct and make it use less space by reorganizing
17929 its fields.
17930
17931 It is also possible to print offsets inside an union:
17932
17933 @smallexample
17934 (@value{GDBP}) ptype /o union qwe
17935 /* offset | size */ type = union qwe @{
17936 /* 24 */ struct tuv @{
17937 /* 0 | 4 */ int a1;
17938 /* XXX 4-byte hole */
17939 /* 8 | 8 */ char *a2;
17940 /* 16 | 4 */ int a3;
17941
17942 /* total size (bytes): 24 */
17943 @} fff1;
17944 /* 40 */ struct xyz @{
17945 /* 0 | 4 */ int f1;
17946 /* 4 | 1 */ char f2;
17947 /* XXX 3-byte hole */
17948 /* 8 | 8 */ void *f3;
17949 /* 16 | 24 */ struct tuv @{
17950 /* 16 | 4 */ int a1;
17951 /* XXX 4-byte hole */
17952 /* 24 | 8 */ char *a2;
17953 /* 32 | 4 */ int a3;
17954
17955 /* total size (bytes): 24 */
17956 @} f4;
17957
17958 /* total size (bytes): 40 */
17959 @} fff2;
17960
17961 /* total size (bytes): 40 */
17962 @}
17963 @end smallexample
17964
17965 In this case, since @code{struct tuv} and @code{struct xyz} occupy the
17966 same space (because we are dealing with an union), the offset is not
17967 printed for them. However, you can still examine the offset of each
17968 of these structures' fields.
17969
17970 Another useful scenario is printing the offsets of a struct containing
17971 bitfields:
17972
17973 @smallexample
17974 (@value{GDBP}) ptype /o struct tyu
17975 /* offset | size */ type = struct tyu @{
17976 /* 0:31 | 4 */ int a1 : 1;
17977 /* 0:28 | 4 */ int a2 : 3;
17978 /* 0: 5 | 4 */ int a3 : 23;
17979 /* 3: 3 | 1 */ signed char a4 : 2;
17980 /* XXX 3-bit hole */
17981 /* XXX 4-byte hole */
17982 /* 8 | 8 */ int64_t a5;
17983 /* 16: 0 | 4 */ int a6 : 5;
17984 /* 16: 5 | 8 */ int64_t a7 : 3;
17985 "/* XXX 7-byte padding */
17986
17987 /* total size (bytes): 24 */
17988 @}
17989 @end smallexample
17990
17991 Note how the offset information is now extended to also include the
17992 first bit of the bitfield.
17993 @end table
17994
17995 @kindex ptype
17996 @item ptype[/@var{flags}] [@var{arg}]
17997 @code{ptype} accepts the same arguments as @code{whatis}, but prints a
17998 detailed description of the type, instead of just the name of the type.
17999 @xref{Expressions, ,Expressions}.
18000
18001 Contrary to @code{whatis}, @code{ptype} always unrolls any
18002 @code{typedef}s in its argument declaration, whether the argument is
18003 a variable, expression, or a data type. This means that @code{ptype}
18004 of a variable or an expression will not print literally its type as
18005 present in the source code---use @code{whatis} for that. @code{typedef}s at
18006 the pointer or reference targets are also unrolled. Only @code{typedef}s of
18007 fields, methods and inner @code{class typedef}s of @code{struct}s,
18008 @code{class}es and @code{union}s are not unrolled even with @code{ptype}.
18009
18010 For example, for this variable declaration:
18011
18012 @smallexample
18013 typedef double real_t;
18014 struct complex @{ real_t real; double imag; @};
18015 typedef struct complex complex_t;
18016 complex_t var;
18017 real_t *real_pointer_var;
18018 @end smallexample
18019
18020 @noindent
18021 the two commands give this output:
18022
18023 @smallexample
18024 @group
18025 (@value{GDBP}) whatis var
18026 type = complex_t
18027 (@value{GDBP}) ptype var
18028 type = struct complex @{
18029 real_t real;
18030 double imag;
18031 @}
18032 (@value{GDBP}) whatis complex_t
18033 type = struct complex
18034 (@value{GDBP}) whatis struct complex
18035 type = struct complex
18036 (@value{GDBP}) ptype struct complex
18037 type = struct complex @{
18038 real_t real;
18039 double imag;
18040 @}
18041 (@value{GDBP}) whatis real_pointer_var
18042 type = real_t *
18043 (@value{GDBP}) ptype real_pointer_var
18044 type = double *
18045 @end group
18046 @end smallexample
18047
18048 @noindent
18049 As with @code{whatis}, using @code{ptype} without an argument refers to
18050 the type of @code{$}, the last value in the value history.
18051
18052 @cindex incomplete type
18053 Sometimes, programs use opaque data types or incomplete specifications
18054 of complex data structure. If the debug information included in the
18055 program does not allow @value{GDBN} to display a full declaration of
18056 the data type, it will say @samp{<incomplete type>}. For example,
18057 given these declarations:
18058
18059 @smallexample
18060 struct foo;
18061 struct foo *fooptr;
18062 @end smallexample
18063
18064 @noindent
18065 but no definition for @code{struct foo} itself, @value{GDBN} will say:
18066
18067 @smallexample
18068 (@value{GDBP}) ptype foo
18069 $1 = <incomplete type>
18070 @end smallexample
18071
18072 @noindent
18073 ``Incomplete type'' is C terminology for data types that are not
18074 completely specified.
18075
18076 @cindex unknown type
18077 Othertimes, information about a variable's type is completely absent
18078 from the debug information included in the program. This most often
18079 happens when the program or library where the variable is defined
18080 includes no debug information at all. @value{GDBN} knows the variable
18081 exists from inspecting the linker/loader symbol table (e.g., the ELF
18082 dynamic symbol table), but such symbols do not contain type
18083 information. Inspecting the type of a (global) variable for which
18084 @value{GDBN} has no type information shows:
18085
18086 @smallexample
18087 (@value{GDBP}) ptype var
18088 type = <data variable, no debug info>
18089 @end smallexample
18090
18091 @xref{Variables, no debug info variables}, for how to print the values
18092 of such variables.
18093
18094 @kindex info types
18095 @item info types @var{regexp}
18096 @itemx info types
18097 Print a brief description of all types whose names match the regular
18098 expression @var{regexp} (or all types in your program, if you supply
18099 no argument). Each complete typename is matched as though it were a
18100 complete line; thus, @samp{i type value} gives information on all
18101 types in your program whose names include the string @code{value}, but
18102 @samp{i type ^value$} gives information only on types whose complete
18103 name is @code{value}.
18104
18105 In programs using different languages, @value{GDBN} chooses the syntax
18106 to print the type description according to the
18107 @samp{set language} value: using @samp{set language auto}
18108 (see @ref{Automatically, ,Set Language Automatically}) means to use the
18109 language of the type, other values mean to use
18110 the manually specified language (see @ref{Manually, ,Set Language Manually}).
18111
18112 This command differs from @code{ptype} in two ways: first, like
18113 @code{whatis}, it does not print a detailed description; second, it
18114 lists all source files and line numbers where a type is defined.
18115
18116 @kindex info type-printers
18117 @item info type-printers
18118 Versions of @value{GDBN} that ship with Python scripting enabled may
18119 have ``type printers'' available. When using @command{ptype} or
18120 @command{whatis}, these printers are consulted when the name of a type
18121 is needed. @xref{Type Printing API}, for more information on writing
18122 type printers.
18123
18124 @code{info type-printers} displays all the available type printers.
18125
18126 @kindex enable type-printer
18127 @kindex disable type-printer
18128 @item enable type-printer @var{name}@dots{}
18129 @item disable type-printer @var{name}@dots{}
18130 These commands can be used to enable or disable type printers.
18131
18132 @kindex info scope
18133 @cindex local variables
18134 @item info scope @var{location}
18135 List all the variables local to a particular scope. This command
18136 accepts a @var{location} argument---a function name, a source line, or
18137 an address preceded by a @samp{*}, and prints all the variables local
18138 to the scope defined by that location. (@xref{Specify Location}, for
18139 details about supported forms of @var{location}.) For example:
18140
18141 @smallexample
18142 (@value{GDBP}) @b{info scope command_line_handler}
18143 Scope for command_line_handler:
18144 Symbol rl is an argument at stack/frame offset 8, length 4.
18145 Symbol linebuffer is in static storage at address 0x150a18, length 4.
18146 Symbol linelength is in static storage at address 0x150a1c, length 4.
18147 Symbol p is a local variable in register $esi, length 4.
18148 Symbol p1 is a local variable in register $ebx, length 4.
18149 Symbol nline is a local variable in register $edx, length 4.
18150 Symbol repeat is a local variable at frame offset -8, length 4.
18151 @end smallexample
18152
18153 @noindent
18154 This command is especially useful for determining what data to collect
18155 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
18156 collect}.
18157
18158 @kindex info source
18159 @item info source
18160 Show information about the current source file---that is, the source file for
18161 the function containing the current point of execution:
18162 @itemize @bullet
18163 @item
18164 the name of the source file, and the directory containing it,
18165 @item
18166 the directory it was compiled in,
18167 @item
18168 its length, in lines,
18169 @item
18170 which programming language it is written in,
18171 @item
18172 if the debug information provides it, the program that compiled the file
18173 (which may include, e.g., the compiler version and command line arguments),
18174 @item
18175 whether the executable includes debugging information for that file, and
18176 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
18177 @item
18178 whether the debugging information includes information about
18179 preprocessor macros.
18180 @end itemize
18181
18182
18183 @kindex info sources
18184 @item info sources
18185 Print the names of all source files in your program for which there is
18186 debugging information, organized into two lists: files whose symbols
18187 have already been read, and files whose symbols will be read when needed.
18188
18189 @kindex info functions
18190 @item info functions [-q]
18191 Print the names and data types of all defined functions.
18192 Similarly to @samp{info types}, this command groups its output by source
18193 files and annotates each function definition with its source line
18194 number.
18195
18196 In programs using different languages, @value{GDBN} chooses the syntax
18197 to print the function name and type according to the
18198 @samp{set language} value: using @samp{set language auto}
18199 (see @ref{Automatically, ,Set Language Automatically}) means to use the
18200 language of the function, other values mean to use
18201 the manually specified language (see @ref{Manually, ,Set Language Manually}).
18202
18203 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
18204 printing header information and messages explaining why no functions
18205 have been printed.
18206
18207 @item info functions [-q] [-t @var{type_regexp}] [@var{regexp}]
18208 Like @samp{info functions}, but only print the names and data types
18209 of the functions selected with the provided regexp(s).
18210
18211 If @var{regexp} is provided, print only the functions whose names
18212 match the regular expression @var{regexp}.
18213 Thus, @samp{info fun step} finds all functions whose
18214 names include @code{step}; @samp{info fun ^step} finds those whose names
18215 start with @code{step}. If a function name contains characters that
18216 conflict with the regular expression language (e.g.@:
18217 @samp{operator*()}), they may be quoted with a backslash.
18218
18219 If @var{type_regexp} is provided, print only the functions whose
18220 types, as printed by the @code{whatis} command, match
18221 the regular expression @var{type_regexp}.
18222 If @var{type_regexp} contains space(s), it should be enclosed in
18223 quote characters. If needed, use backslash to escape the meaning
18224 of special characters or quotes.
18225 Thus, @samp{info fun -t '^int ('} finds the functions that return
18226 an integer; @samp{info fun -t '(.*int.*'} finds the functions that
18227 have an argument type containing int; @samp{info fun -t '^int (' ^step}
18228 finds the functions whose names start with @code{step} and that return
18229 int.
18230
18231 If both @var{regexp} and @var{type_regexp} are provided, a function
18232 is printed only if its name matches @var{regexp} and its type matches
18233 @var{type_regexp}.
18234
18235
18236 @kindex info variables
18237 @item info variables [-q]
18238 Print the names and data types of all variables that are defined
18239 outside of functions (i.e.@: excluding local variables).
18240 The printed variables are grouped by source files and annotated with
18241 their respective source line numbers.
18242
18243 In programs using different languages, @value{GDBN} chooses the syntax
18244 to print the variable name and type according to the
18245 @samp{set language} value: using @samp{set language auto}
18246 (see @ref{Automatically, ,Set Language Automatically}) means to use the
18247 language of the variable, other values mean to use
18248 the manually specified language (see @ref{Manually, ,Set Language Manually}).
18249
18250 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
18251 printing header information and messages explaining why no variables
18252 have been printed.
18253
18254 @item info variables [-q] [-t @var{type_regexp}] [@var{regexp}]
18255 Like @kbd{info variables}, but only print the variables selected
18256 with the provided regexp(s).
18257
18258 If @var{regexp} is provided, print only the variables whose names
18259 match the regular expression @var{regexp}.
18260
18261 If @var{type_regexp} is provided, print only the variables whose
18262 types, as printed by the @code{whatis} command, match
18263 the regular expression @var{type_regexp}.
18264 If @var{type_regexp} contains space(s), it should be enclosed in
18265 quote characters. If needed, use backslash to escape the meaning
18266 of special characters or quotes.
18267
18268 If both @var{regexp} and @var{type_regexp} are provided, an argument
18269 is printed only if its name matches @var{regexp} and its type matches
18270 @var{type_regexp}.
18271
18272 @kindex info classes
18273 @cindex Objective-C, classes and selectors
18274 @item info classes
18275 @itemx info classes @var{regexp}
18276 Display all Objective-C classes in your program, or
18277 (with the @var{regexp} argument) all those matching a particular regular
18278 expression.
18279
18280 @kindex info selectors
18281 @item info selectors
18282 @itemx info selectors @var{regexp}
18283 Display all Objective-C selectors in your program, or
18284 (with the @var{regexp} argument) all those matching a particular regular
18285 expression.
18286
18287 @ignore
18288 This was never implemented.
18289 @kindex info methods
18290 @item info methods
18291 @itemx info methods @var{regexp}
18292 The @code{info methods} command permits the user to examine all defined
18293 methods within C@t{++} program, or (with the @var{regexp} argument) a
18294 specific set of methods found in the various C@t{++} classes. Many
18295 C@t{++} classes provide a large number of methods. Thus, the output
18296 from the @code{ptype} command can be overwhelming and hard to use. The
18297 @code{info-methods} command filters the methods, printing only those
18298 which match the regular-expression @var{regexp}.
18299 @end ignore
18300
18301 @cindex opaque data types
18302 @kindex set opaque-type-resolution
18303 @item set opaque-type-resolution on
18304 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
18305 declared as a pointer to a @code{struct}, @code{class}, or
18306 @code{union}---for example, @code{struct MyType *}---that is used in one
18307 source file although the full declaration of @code{struct MyType} is in
18308 another source file. The default is on.
18309
18310 A change in the setting of this subcommand will not take effect until
18311 the next time symbols for a file are loaded.
18312
18313 @item set opaque-type-resolution off
18314 Tell @value{GDBN} not to resolve opaque types. In this case, the type
18315 is printed as follows:
18316 @smallexample
18317 @{<no data fields>@}
18318 @end smallexample
18319
18320 @kindex show opaque-type-resolution
18321 @item show opaque-type-resolution
18322 Show whether opaque types are resolved or not.
18323
18324 @kindex set print symbol-loading
18325 @cindex print messages when symbols are loaded
18326 @item set print symbol-loading
18327 @itemx set print symbol-loading full
18328 @itemx set print symbol-loading brief
18329 @itemx set print symbol-loading off
18330 The @code{set print symbol-loading} command allows you to control the
18331 printing of messages when @value{GDBN} loads symbol information.
18332 By default a message is printed for the executable and one for each
18333 shared library, and normally this is what you want. However, when
18334 debugging apps with large numbers of shared libraries these messages
18335 can be annoying.
18336 When set to @code{brief} a message is printed for each executable,
18337 and when @value{GDBN} loads a collection of shared libraries at once
18338 it will only print one message regardless of the number of shared
18339 libraries. When set to @code{off} no messages are printed.
18340
18341 @kindex show print symbol-loading
18342 @item show print symbol-loading
18343 Show whether messages will be printed when a @value{GDBN} command
18344 entered from the keyboard causes symbol information to be loaded.
18345
18346 @kindex maint print symbols
18347 @cindex symbol dump
18348 @kindex maint print psymbols
18349 @cindex partial symbol dump
18350 @kindex maint print msymbols
18351 @cindex minimal symbol dump
18352 @item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
18353 @itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
18354 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
18355 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
18356 @itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
18357 Write a dump of debugging symbol data into the file @var{filename} or
18358 the terminal if @var{filename} is unspecified.
18359 If @code{-objfile @var{objfile}} is specified, only dump symbols for
18360 that objfile.
18361 If @code{-pc @var{address}} is specified, only dump symbols for the file
18362 with code at that address. Note that @var{address} may be a symbol like
18363 @code{main}.
18364 If @code{-source @var{source}} is specified, only dump symbols for that
18365 source file.
18366
18367 These commands are used to debug the @value{GDBN} symbol-reading code.
18368 These commands do not modify internal @value{GDBN} state, therefore
18369 @samp{maint print symbols} will only print symbols for already expanded symbol
18370 tables.
18371 You can use the command @code{info sources} to find out which files these are.
18372 If you use @samp{maint print psymbols} instead, the dump shows information
18373 about symbols that @value{GDBN} only knows partially---that is, symbols
18374 defined in files that @value{GDBN} has skimmed, but not yet read completely.
18375 Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
18376 ``ELF symbols''.
18377
18378 @xref{Files, ,Commands to Specify Files}, for a discussion of how
18379 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
18380
18381 @kindex maint info symtabs
18382 @kindex maint info psymtabs
18383 @cindex listing @value{GDBN}'s internal symbol tables
18384 @cindex symbol tables, listing @value{GDBN}'s internal
18385 @cindex full symbol tables, listing @value{GDBN}'s internal
18386 @cindex partial symbol tables, listing @value{GDBN}'s internal
18387 @item maint info symtabs @r{[} @var{regexp} @r{]}
18388 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
18389
18390 List the @code{struct symtab} or @code{struct partial_symtab}
18391 structures whose names match @var{regexp}. If @var{regexp} is not
18392 given, list them all. The output includes expressions which you can
18393 copy into a @value{GDBN} debugging this one to examine a particular
18394 structure in more detail. For example:
18395
18396 @smallexample
18397 (@value{GDBP}) maint info psymtabs dwarf2read
18398 @{ objfile /home/gnu/build/gdb/gdb
18399 ((struct objfile *) 0x82e69d0)
18400 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
18401 ((struct partial_symtab *) 0x8474b10)
18402 readin no
18403 fullname (null)
18404 text addresses 0x814d3c8 -- 0x8158074
18405 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
18406 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
18407 dependencies (none)
18408 @}
18409 @}
18410 (@value{GDBP}) maint info symtabs
18411 (@value{GDBP})
18412 @end smallexample
18413 @noindent
18414 We see that there is one partial symbol table whose filename contains
18415 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
18416 and we see that @value{GDBN} has not read in any symtabs yet at all.
18417 If we set a breakpoint on a function, that will cause @value{GDBN} to
18418 read the symtab for the compilation unit containing that function:
18419
18420 @smallexample
18421 (@value{GDBP}) break dwarf2_psymtab_to_symtab
18422 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
18423 line 1574.
18424 (@value{GDBP}) maint info symtabs
18425 @{ objfile /home/gnu/build/gdb/gdb
18426 ((struct objfile *) 0x82e69d0)
18427 @{ symtab /home/gnu/src/gdb/dwarf2read.c
18428 ((struct symtab *) 0x86c1f38)
18429 dirname (null)
18430 fullname (null)
18431 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
18432 linetable ((struct linetable *) 0x8370fa0)
18433 debugformat DWARF 2
18434 @}
18435 @}
18436 (@value{GDBP})
18437 @end smallexample
18438
18439 @kindex maint info line-table
18440 @cindex listing @value{GDBN}'s internal line tables
18441 @cindex line tables, listing @value{GDBN}'s internal
18442 @item maint info line-table @r{[} @var{regexp} @r{]}
18443
18444 List the @code{struct linetable} from all @code{struct symtab}
18445 instances whose name matches @var{regexp}. If @var{regexp} is not
18446 given, list the @code{struct linetable} from all @code{struct symtab}.
18447
18448 @kindex maint set symbol-cache-size
18449 @cindex symbol cache size
18450 @item maint set symbol-cache-size @var{size}
18451 Set the size of the symbol cache to @var{size}.
18452 The default size is intended to be good enough for debugging
18453 most applications. This option exists to allow for experimenting
18454 with different sizes.
18455
18456 @kindex maint show symbol-cache-size
18457 @item maint show symbol-cache-size
18458 Show the size of the symbol cache.
18459
18460 @kindex maint print symbol-cache
18461 @cindex symbol cache, printing its contents
18462 @item maint print symbol-cache
18463 Print the contents of the symbol cache.
18464 This is useful when debugging symbol cache issues.
18465
18466 @kindex maint print symbol-cache-statistics
18467 @cindex symbol cache, printing usage statistics
18468 @item maint print symbol-cache-statistics
18469 Print symbol cache usage statistics.
18470 This helps determine how well the cache is being utilized.
18471
18472 @kindex maint flush-symbol-cache
18473 @cindex symbol cache, flushing
18474 @item maint flush-symbol-cache
18475 Flush the contents of the symbol cache, all entries are removed.
18476 This command is useful when debugging the symbol cache.
18477 It is also useful when collecting performance data.
18478
18479 @end table
18480
18481 @node Altering
18482 @chapter Altering Execution
18483
18484 Once you think you have found an error in your program, you might want to
18485 find out for certain whether correcting the apparent error would lead to
18486 correct results in the rest of the run. You can find the answer by
18487 experiment, using the @value{GDBN} features for altering execution of the
18488 program.
18489
18490 For example, you can store new values into variables or memory
18491 locations, give your program a signal, restart it at a different
18492 address, or even return prematurely from a function.
18493
18494 @menu
18495 * Assignment:: Assignment to variables
18496 * Jumping:: Continuing at a different address
18497 * Signaling:: Giving your program a signal
18498 * Returning:: Returning from a function
18499 * Calling:: Calling your program's functions
18500 * Patching:: Patching your program
18501 * Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
18502 @end menu
18503
18504 @node Assignment
18505 @section Assignment to Variables
18506
18507 @cindex assignment
18508 @cindex setting variables
18509 To alter the value of a variable, evaluate an assignment expression.
18510 @xref{Expressions, ,Expressions}. For example,
18511
18512 @smallexample
18513 print x=4
18514 @end smallexample
18515
18516 @noindent
18517 stores the value 4 into the variable @code{x}, and then prints the
18518 value of the assignment expression (which is 4).
18519 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
18520 information on operators in supported languages.
18521
18522 @kindex set variable
18523 @cindex variables, setting
18524 If you are not interested in seeing the value of the assignment, use the
18525 @code{set} command instead of the @code{print} command. @code{set} is
18526 really the same as @code{print} except that the expression's value is
18527 not printed and is not put in the value history (@pxref{Value History,
18528 ,Value History}). The expression is evaluated only for its effects.
18529
18530 If the beginning of the argument string of the @code{set} command
18531 appears identical to a @code{set} subcommand, use the @code{set
18532 variable} command instead of just @code{set}. This command is identical
18533 to @code{set} except for its lack of subcommands. For example, if your
18534 program has a variable @code{width}, you get an error if you try to set
18535 a new value with just @samp{set width=13}, because @value{GDBN} has the
18536 command @code{set width}:
18537
18538 @smallexample
18539 (@value{GDBP}) whatis width
18540 type = double
18541 (@value{GDBP}) p width
18542 $4 = 13
18543 (@value{GDBP}) set width=47
18544 Invalid syntax in expression.
18545 @end smallexample
18546
18547 @noindent
18548 The invalid expression, of course, is @samp{=47}. In
18549 order to actually set the program's variable @code{width}, use
18550
18551 @smallexample
18552 (@value{GDBP}) set var width=47
18553 @end smallexample
18554
18555 Because the @code{set} command has many subcommands that can conflict
18556 with the names of program variables, it is a good idea to use the
18557 @code{set variable} command instead of just @code{set}. For example, if
18558 your program has a variable @code{g}, you run into problems if you try
18559 to set a new value with just @samp{set g=4}, because @value{GDBN} has
18560 the command @code{set gnutarget}, abbreviated @code{set g}:
18561
18562 @smallexample
18563 @group
18564 (@value{GDBP}) whatis g
18565 type = double
18566 (@value{GDBP}) p g
18567 $1 = 1
18568 (@value{GDBP}) set g=4
18569 (@value{GDBP}) p g
18570 $2 = 1
18571 (@value{GDBP}) r
18572 The program being debugged has been started already.
18573 Start it from the beginning? (y or n) y
18574 Starting program: /home/smith/cc_progs/a.out
18575 "/home/smith/cc_progs/a.out": can't open to read symbols:
18576 Invalid bfd target.
18577 (@value{GDBP}) show g
18578 The current BFD target is "=4".
18579 @end group
18580 @end smallexample
18581
18582 @noindent
18583 The program variable @code{g} did not change, and you silently set the
18584 @code{gnutarget} to an invalid value. In order to set the variable
18585 @code{g}, use
18586
18587 @smallexample
18588 (@value{GDBP}) set var g=4
18589 @end smallexample
18590
18591 @value{GDBN} allows more implicit conversions in assignments than C; you can
18592 freely store an integer value into a pointer variable or vice versa,
18593 and you can convert any structure to any other structure that is the
18594 same length or shorter.
18595 @comment FIXME: how do structs align/pad in these conversions?
18596 @comment /doc@cygnus.com 18dec1990
18597
18598 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
18599 construct to generate a value of specified type at a specified address
18600 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
18601 to memory location @code{0x83040} as an integer (which implies a certain size
18602 and representation in memory), and
18603
18604 @smallexample
18605 set @{int@}0x83040 = 4
18606 @end smallexample
18607
18608 @noindent
18609 stores the value 4 into that memory location.
18610
18611 @node Jumping
18612 @section Continuing at a Different Address
18613
18614 Ordinarily, when you continue your program, you do so at the place where
18615 it stopped, with the @code{continue} command. You can instead continue at
18616 an address of your own choosing, with the following commands:
18617
18618 @table @code
18619 @kindex jump
18620 @kindex j @r{(@code{jump})}
18621 @item jump @var{location}
18622 @itemx j @var{location}
18623 Resume execution at @var{location}. Execution stops again immediately
18624 if there is a breakpoint there. @xref{Specify Location}, for a description
18625 of the different forms of @var{location}. It is common
18626 practice to use the @code{tbreak} command in conjunction with
18627 @code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
18628
18629 The @code{jump} command does not change the current stack frame, or
18630 the stack pointer, or the contents of any memory location or any
18631 register other than the program counter. If @var{location} is in
18632 a different function from the one currently executing, the results may
18633 be bizarre if the two functions expect different patterns of arguments or
18634 of local variables. For this reason, the @code{jump} command requests
18635 confirmation if the specified line is not in the function currently
18636 executing. However, even bizarre results are predictable if you are
18637 well acquainted with the machine-language code of your program.
18638 @end table
18639
18640 On many systems, you can get much the same effect as the @code{jump}
18641 command by storing a new value into the register @code{$pc}. The
18642 difference is that this does not start your program running; it only
18643 changes the address of where it @emph{will} run when you continue. For
18644 example,
18645
18646 @smallexample
18647 set $pc = 0x485
18648 @end smallexample
18649
18650 @noindent
18651 makes the next @code{continue} command or stepping command execute at
18652 address @code{0x485}, rather than at the address where your program stopped.
18653 @xref{Continuing and Stepping, ,Continuing and Stepping}.
18654
18655 The most common occasion to use the @code{jump} command is to back
18656 up---perhaps with more breakpoints set---over a portion of a program
18657 that has already executed, in order to examine its execution in more
18658 detail.
18659
18660 @c @group
18661 @node Signaling
18662 @section Giving your Program a Signal
18663 @cindex deliver a signal to a program
18664
18665 @table @code
18666 @kindex signal
18667 @item signal @var{signal}
18668 Resume execution where your program is stopped, but immediately give it the
18669 signal @var{signal}. The @var{signal} can be the name or the number of a
18670 signal. For example, on many systems @code{signal 2} and @code{signal
18671 SIGINT} are both ways of sending an interrupt signal.
18672
18673 Alternatively, if @var{signal} is zero, continue execution without
18674 giving a signal. This is useful when your program stopped on account of
18675 a signal and would ordinarily see the signal when resumed with the
18676 @code{continue} command; @samp{signal 0} causes it to resume without a
18677 signal.
18678
18679 @emph{Note:} When resuming a multi-threaded program, @var{signal} is
18680 delivered to the currently selected thread, not the thread that last
18681 reported a stop. This includes the situation where a thread was
18682 stopped due to a signal. So if you want to continue execution
18683 suppressing the signal that stopped a thread, you should select that
18684 same thread before issuing the @samp{signal 0} command. If you issue
18685 the @samp{signal 0} command with another thread as the selected one,
18686 @value{GDBN} detects that and asks for confirmation.
18687
18688 Invoking the @code{signal} command is not the same as invoking the
18689 @code{kill} utility from the shell. Sending a signal with @code{kill}
18690 causes @value{GDBN} to decide what to do with the signal depending on
18691 the signal handling tables (@pxref{Signals}). The @code{signal} command
18692 passes the signal directly to your program.
18693
18694 @code{signal} does not repeat when you press @key{RET} a second time
18695 after executing the command.
18696
18697 @kindex queue-signal
18698 @item queue-signal @var{signal}
18699 Queue @var{signal} to be delivered immediately to the current thread
18700 when execution of the thread resumes. The @var{signal} can be the name or
18701 the number of a signal. For example, on many systems @code{signal 2} and
18702 @code{signal SIGINT} are both ways of sending an interrupt signal.
18703 The handling of the signal must be set to pass the signal to the program,
18704 otherwise @value{GDBN} will report an error.
18705 You can control the handling of signals from @value{GDBN} with the
18706 @code{handle} command (@pxref{Signals}).
18707
18708 Alternatively, if @var{signal} is zero, any currently queued signal
18709 for the current thread is discarded and when execution resumes no signal
18710 will be delivered. This is useful when your program stopped on account
18711 of a signal and would ordinarily see the signal when resumed with the
18712 @code{continue} command.
18713
18714 This command differs from the @code{signal} command in that the signal
18715 is just queued, execution is not resumed. And @code{queue-signal} cannot
18716 be used to pass a signal whose handling state has been set to @code{nopass}
18717 (@pxref{Signals}).
18718 @end table
18719 @c @end group
18720
18721 @xref{stepping into signal handlers}, for information on how stepping
18722 commands behave when the thread has a signal queued.
18723
18724 @node Returning
18725 @section Returning from a Function
18726
18727 @table @code
18728 @cindex returning from a function
18729 @kindex return
18730 @item return
18731 @itemx return @var{expression}
18732 You can cancel execution of a function call with the @code{return}
18733 command. If you give an
18734 @var{expression} argument, its value is used as the function's return
18735 value.
18736 @end table
18737
18738 When you use @code{return}, @value{GDBN} discards the selected stack frame
18739 (and all frames within it). You can think of this as making the
18740 discarded frame return prematurely. If you wish to specify a value to
18741 be returned, give that value as the argument to @code{return}.
18742
18743 This pops the selected stack frame (@pxref{Selection, ,Selecting a
18744 Frame}), and any other frames inside of it, leaving its caller as the
18745 innermost remaining frame. That frame becomes selected. The
18746 specified value is stored in the registers used for returning values
18747 of functions.
18748
18749 The @code{return} command does not resume execution; it leaves the
18750 program stopped in the state that would exist if the function had just
18751 returned. In contrast, the @code{finish} command (@pxref{Continuing
18752 and Stepping, ,Continuing and Stepping}) resumes execution until the
18753 selected stack frame returns naturally.
18754
18755 @value{GDBN} needs to know how the @var{expression} argument should be set for
18756 the inferior. The concrete registers assignment depends on the OS ABI and the
18757 type being returned by the selected stack frame. For example it is common for
18758 OS ABI to return floating point values in FPU registers while integer values in
18759 CPU registers. Still some ABIs return even floating point values in CPU
18760 registers. Larger integer widths (such as @code{long long int}) also have
18761 specific placement rules. @value{GDBN} already knows the OS ABI from its
18762 current target so it needs to find out also the type being returned to make the
18763 assignment into the right register(s).
18764
18765 Normally, the selected stack frame has debug info. @value{GDBN} will always
18766 use the debug info instead of the implicit type of @var{expression} when the
18767 debug info is available. For example, if you type @kbd{return -1}, and the
18768 function in the current stack frame is declared to return a @code{long long
18769 int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
18770 into a @code{long long int}:
18771
18772 @smallexample
18773 Breakpoint 1, func () at gdb.base/return-nodebug.c:29
18774 29 return 31;
18775 (@value{GDBP}) return -1
18776 Make func return now? (y or n) y
18777 #0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
18778 43 printf ("result=%lld\n", func ());
18779 (@value{GDBP})
18780 @end smallexample
18781
18782 However, if the selected stack frame does not have a debug info, e.g., if the
18783 function was compiled without debug info, @value{GDBN} has to find out the type
18784 to return from user. Specifying a different type by mistake may set the value
18785 in different inferior registers than the caller code expects. For example,
18786 typing @kbd{return -1} with its implicit type @code{int} would set only a part
18787 of a @code{long long int} result for a debug info less function (on 32-bit
18788 architectures). Therefore the user is required to specify the return type by
18789 an appropriate cast explicitly:
18790
18791 @smallexample
18792 Breakpoint 2, 0x0040050b in func ()
18793 (@value{GDBP}) return -1
18794 Return value type not available for selected stack frame.
18795 Please use an explicit cast of the value to return.
18796 (@value{GDBP}) return (long long int) -1
18797 Make selected stack frame return now? (y or n) y
18798 #0 0x00400526 in main ()
18799 (@value{GDBP})
18800 @end smallexample
18801
18802 @node Calling
18803 @section Calling Program Functions
18804
18805 @table @code
18806 @cindex calling functions
18807 @cindex inferior functions, calling
18808 @item print @var{expr}
18809 Evaluate the expression @var{expr} and display the resulting value.
18810 The expression may include calls to functions in the program being
18811 debugged.
18812
18813 @kindex call
18814 @item call @var{expr}
18815 Evaluate the expression @var{expr} without displaying @code{void}
18816 returned values.
18817
18818 You can use this variant of the @code{print} command if you want to
18819 execute a function from your program that does not return anything
18820 (a.k.a.@: @dfn{a void function}), but without cluttering the output
18821 with @code{void} returned values that @value{GDBN} will otherwise
18822 print. If the result is not void, it is printed and saved in the
18823 value history.
18824 @end table
18825
18826 It is possible for the function you call via the @code{print} or
18827 @code{call} command to generate a signal (e.g., if there's a bug in
18828 the function, or if you passed it incorrect arguments). What happens
18829 in that case is controlled by the @code{set unwindonsignal} command.
18830
18831 Similarly, with a C@t{++} program it is possible for the function you
18832 call via the @code{print} or @code{call} command to generate an
18833 exception that is not handled due to the constraints of the dummy
18834 frame. In this case, any exception that is raised in the frame, but has
18835 an out-of-frame exception handler will not be found. GDB builds a
18836 dummy-frame for the inferior function call, and the unwinder cannot
18837 seek for exception handlers outside of this dummy-frame. What happens
18838 in that case is controlled by the
18839 @code{set unwind-on-terminating-exception} command.
18840
18841 @table @code
18842 @item set unwindonsignal
18843 @kindex set unwindonsignal
18844 @cindex unwind stack in called functions
18845 @cindex call dummy stack unwinding
18846 Set unwinding of the stack if a signal is received while in a function
18847 that @value{GDBN} called in the program being debugged. If set to on,
18848 @value{GDBN} unwinds the stack it created for the call and restores
18849 the context to what it was before the call. If set to off (the
18850 default), @value{GDBN} stops in the frame where the signal was
18851 received.
18852
18853 @item show unwindonsignal
18854 @kindex show unwindonsignal
18855 Show the current setting of stack unwinding in the functions called by
18856 @value{GDBN}.
18857
18858 @item set unwind-on-terminating-exception
18859 @kindex set unwind-on-terminating-exception
18860 @cindex unwind stack in called functions with unhandled exceptions
18861 @cindex call dummy stack unwinding on unhandled exception.
18862 Set unwinding of the stack if a C@t{++} exception is raised, but left
18863 unhandled while in a function that @value{GDBN} called in the program being
18864 debugged. If set to on (the default), @value{GDBN} unwinds the stack
18865 it created for the call and restores the context to what it was before
18866 the call. If set to off, @value{GDBN} the exception is delivered to
18867 the default C@t{++} exception handler and the inferior terminated.
18868
18869 @item show unwind-on-terminating-exception
18870 @kindex show unwind-on-terminating-exception
18871 Show the current setting of stack unwinding in the functions called by
18872 @value{GDBN}.
18873
18874 @item set may-call-functions
18875 @kindex set may-call-functions
18876 @cindex disabling calling functions in the program
18877 @cindex calling functions in the program, disabling
18878 Set permission to call functions in the program.
18879 This controls whether @value{GDBN} will attempt to call functions in
18880 the program, such as with expressions in the @code{print} command. It
18881 defaults to @code{on}.
18882
18883 To call a function in the program, @value{GDBN} has to temporarily
18884 modify the state of the inferior. This has potentially undesired side
18885 effects. Also, having @value{GDBN} call nested functions is likely to
18886 be erroneous and may even crash the program being debugged. You can
18887 avoid such hazards by forbidding @value{GDBN} from calling functions
18888 in the program being debugged. If calling functions in the program
18889 is forbidden, GDB will throw an error when a command (such as printing
18890 an expression) starts a function call in the program.
18891
18892 @item show may-call-functions
18893 @kindex show may-call-functions
18894 Show permission to call functions in the program.
18895
18896 @end table
18897
18898 @subsection Calling functions with no debug info
18899
18900 @cindex no debug info functions
18901 Sometimes, a function you wish to call is missing debug information.
18902 In such case, @value{GDBN} does not know the type of the function,
18903 including the types of the function's parameters. To avoid calling
18904 the inferior function incorrectly, which could result in the called
18905 function functioning erroneously and even crash, @value{GDBN} refuses
18906 to call the function unless you tell it the type of the function.
18907
18908 For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
18909 to do that. The simplest is to cast the call to the function's
18910 declared return type. For example:
18911
18912 @smallexample
18913 (@value{GDBP}) p getenv ("PATH")
18914 'getenv' has unknown return type; cast the call to its declared return type
18915 (@value{GDBP}) p (char *) getenv ("PATH")
18916 $1 = 0x7fffffffe7ba "/usr/local/bin:/"...
18917 @end smallexample
18918
18919 Casting the return type of a no-debug function is equivalent to
18920 casting the function to a pointer to a prototyped function that has a
18921 prototype that matches the types of the passed-in arguments, and
18922 calling that. I.e., the call above is equivalent to:
18923
18924 @smallexample
18925 (@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
18926 @end smallexample
18927
18928 @noindent
18929 and given this prototyped C or C++ function with float parameters:
18930
18931 @smallexample
18932 float multiply (float v1, float v2) @{ return v1 * v2; @}
18933 @end smallexample
18934
18935 @noindent
18936 these calls are equivalent:
18937
18938 @smallexample
18939 (@value{GDBP}) p (float) multiply (2.0f, 3.0f)
18940 (@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
18941 @end smallexample
18942
18943 If the function you wish to call is declared as unprototyped (i.e.@:
18944 old K&R style), you must use the cast-to-function-pointer syntax, so
18945 that @value{GDBN} knows that it needs to apply default argument
18946 promotions (promote float arguments to double). @xref{ABI, float
18947 promotion}. For example, given this unprototyped C function with
18948 float parameters, and no debug info:
18949
18950 @smallexample
18951 float
18952 multiply_noproto (v1, v2)
18953 float v1, v2;
18954 @{
18955 return v1 * v2;
18956 @}
18957 @end smallexample
18958
18959 @noindent
18960 you call it like this:
18961
18962 @smallexample
18963 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
18964 @end smallexample
18965
18966 @node Patching
18967 @section Patching Programs
18968
18969 @cindex patching binaries
18970 @cindex writing into executables
18971 @cindex writing into corefiles
18972
18973 By default, @value{GDBN} opens the file containing your program's
18974 executable code (or the corefile) read-only. This prevents accidental
18975 alterations to machine code; but it also prevents you from intentionally
18976 patching your program's binary.
18977
18978 If you'd like to be able to patch the binary, you can specify that
18979 explicitly with the @code{set write} command. For example, you might
18980 want to turn on internal debugging flags, or even to make emergency
18981 repairs.
18982
18983 @table @code
18984 @kindex set write
18985 @item set write on
18986 @itemx set write off
18987 If you specify @samp{set write on}, @value{GDBN} opens executable and
18988 core files for both reading and writing; if you specify @kbd{set write
18989 off} (the default), @value{GDBN} opens them read-only.
18990
18991 If you have already loaded a file, you must load it again (using the
18992 @code{exec-file} or @code{core-file} command) after changing @code{set
18993 write}, for your new setting to take effect.
18994
18995 @item show write
18996 @kindex show write
18997 Display whether executable files and core files are opened for writing
18998 as well as reading.
18999 @end table
19000
19001 @node Compiling and Injecting Code
19002 @section Compiling and injecting code in @value{GDBN}
19003 @cindex injecting code
19004 @cindex writing into executables
19005 @cindex compiling code
19006
19007 @value{GDBN} supports on-demand compilation and code injection into
19008 programs running under @value{GDBN}. GCC 5.0 or higher built with
19009 @file{libcc1.so} must be installed for this functionality to be enabled.
19010 This functionality is implemented with the following commands.
19011
19012 @table @code
19013 @kindex compile code
19014 @item compile code @var{source-code}
19015 @itemx compile code -raw @var{--} @var{source-code}
19016 Compile @var{source-code} with the compiler language found as the current
19017 language in @value{GDBN} (@pxref{Languages}). If compilation and
19018 injection is not supported with the current language specified in
19019 @value{GDBN}, or the compiler does not support this feature, an error
19020 message will be printed. If @var{source-code} compiles and links
19021 successfully, @value{GDBN} will load the object-code emitted,
19022 and execute it within the context of the currently selected inferior.
19023 It is important to note that the compiled code is executed immediately.
19024 After execution, the compiled code is removed from @value{GDBN} and any
19025 new types or variables you have defined will be deleted.
19026
19027 The command allows you to specify @var{source-code} in two ways.
19028 The simplest method is to provide a single line of code to the command.
19029 E.g.:
19030
19031 @smallexample
19032 compile code printf ("hello world\n");
19033 @end smallexample
19034
19035 If you specify options on the command line as well as source code, they
19036 may conflict. The @samp{--} delimiter can be used to separate options
19037 from actual source code. E.g.:
19038
19039 @smallexample
19040 compile code -r -- printf ("hello world\n");
19041 @end smallexample
19042
19043 Alternatively you can enter source code as multiple lines of text. To
19044 enter this mode, invoke the @samp{compile code} command without any text
19045 following the command. This will start the multiple-line editor and
19046 allow you to type as many lines of source code as required. When you
19047 have completed typing, enter @samp{end} on its own line to exit the
19048 editor.
19049
19050 @smallexample
19051 compile code
19052 >printf ("hello\n");
19053 >printf ("world\n");
19054 >end
19055 @end smallexample
19056
19057 Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
19058 provided @var{source-code} in a callable scope. In this case, you must
19059 specify the entry point of the code by defining a function named
19060 @code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
19061 inferior. Using @samp{-raw} option may be needed for example when
19062 @var{source-code} requires @samp{#include} lines which may conflict with
19063 inferior symbols otherwise.
19064
19065 @kindex compile file
19066 @item compile file @var{filename}
19067 @itemx compile file -raw @var{filename}
19068 Like @code{compile code}, but take the source code from @var{filename}.
19069
19070 @smallexample
19071 compile file /home/user/example.c
19072 @end smallexample
19073 @end table
19074
19075 @table @code
19076 @item compile print @var{expr}
19077 @itemx compile print /@var{f} @var{expr}
19078 Compile and execute @var{expr} with the compiler language found as the
19079 current language in @value{GDBN} (@pxref{Languages}). By default the
19080 value of @var{expr} is printed in a format appropriate to its data type;
19081 you can choose a different format by specifying @samp{/@var{f}}, where
19082 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
19083 Formats}.
19084
19085 @item compile print
19086 @itemx compile print /@var{f}
19087 @cindex reprint the last value
19088 Alternatively you can enter the expression (source code producing it) as
19089 multiple lines of text. To enter this mode, invoke the @samp{compile print}
19090 command without any text following the command. This will start the
19091 multiple-line editor.
19092 @end table
19093
19094 @noindent
19095 The process of compiling and injecting the code can be inspected using:
19096
19097 @table @code
19098 @anchor{set debug compile}
19099 @item set debug compile
19100 @cindex compile command debugging info
19101 Turns on or off display of @value{GDBN} process of compiling and
19102 injecting the code. The default is off.
19103
19104 @item show debug compile
19105 Displays the current state of displaying @value{GDBN} process of
19106 compiling and injecting the code.
19107
19108 @anchor{set debug compile-cplus-types}
19109 @item set debug compile-cplus-types
19110 @cindex compile C@t{++} type conversion
19111 Turns on or off the display of C@t{++} type conversion debugging information.
19112 The default is off.
19113
19114 @item show debug compile-cplus-types
19115 Displays the current state of displaying debugging information for
19116 C@t{++} type conversion.
19117 @end table
19118
19119 @subsection Compilation options for the @code{compile} command
19120
19121 @value{GDBN} needs to specify the right compilation options for the code
19122 to be injected, in part to make its ABI compatible with the inferior
19123 and in part to make the injected code compatible with @value{GDBN}'s
19124 injecting process.
19125
19126 @noindent
19127 The options used, in increasing precedence:
19128
19129 @table @asis
19130 @item target architecture and OS options (@code{gdbarch})
19131 These options depend on target processor type and target operating
19132 system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
19133 (@code{-m64}) compilation option.
19134
19135 @item compilation options recorded in the target
19136 @value{NGCC} (since version 4.7) stores the options used for compilation
19137 into @code{DW_AT_producer} part of DWARF debugging information according
19138 to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
19139 explicitly specify @code{-g} during inferior compilation otherwise
19140 @value{NGCC} produces no DWARF. This feature is only relevant for
19141 platforms where @code{-g} produces DWARF by default, otherwise one may
19142 try to enforce DWARF by using @code{-gdwarf-4}.
19143
19144 @item compilation options set by @code{set compile-args}
19145 @end table
19146
19147 @noindent
19148 You can override compilation options using the following command:
19149
19150 @table @code
19151 @item set compile-args
19152 @cindex compile command options override
19153 Set compilation options used for compiling and injecting code with the
19154 @code{compile} commands. These options override any conflicting ones
19155 from the target architecture and/or options stored during inferior
19156 compilation.
19157
19158 @item show compile-args
19159 Displays the current state of compilation options override.
19160 This does not show all the options actually used during compilation,
19161 use @ref{set debug compile} for that.
19162 @end table
19163
19164 @subsection Caveats when using the @code{compile} command
19165
19166 There are a few caveats to keep in mind when using the @code{compile}
19167 command. As the caveats are different per language, the table below
19168 highlights specific issues on a per language basis.
19169
19170 @table @asis
19171 @item C code examples and caveats
19172 When the language in @value{GDBN} is set to @samp{C}, the compiler will
19173 attempt to compile the source code with a @samp{C} compiler. The source
19174 code provided to the @code{compile} command will have much the same
19175 access to variables and types as it normally would if it were part of
19176 the program currently being debugged in @value{GDBN}.
19177
19178 Below is a sample program that forms the basis of the examples that
19179 follow. This program has been compiled and loaded into @value{GDBN},
19180 much like any other normal debugging session.
19181
19182 @smallexample
19183 void function1 (void)
19184 @{
19185 int i = 42;
19186 printf ("function 1\n");
19187 @}
19188
19189 void function2 (void)
19190 @{
19191 int j = 12;
19192 function1 ();
19193 @}
19194
19195 int main(void)
19196 @{
19197 int k = 6;
19198 int *p;
19199 function2 ();
19200 return 0;
19201 @}
19202 @end smallexample
19203
19204 For the purposes of the examples in this section, the program above has
19205 been compiled, loaded into @value{GDBN}, stopped at the function
19206 @code{main}, and @value{GDBN} is awaiting input from the user.
19207
19208 To access variables and types for any program in @value{GDBN}, the
19209 program must be compiled and packaged with debug information. The
19210 @code{compile} command is not an exception to this rule. Without debug
19211 information, you can still use the @code{compile} command, but you will
19212 be very limited in what variables and types you can access.
19213
19214 So with that in mind, the example above has been compiled with debug
19215 information enabled. The @code{compile} command will have access to
19216 all variables and types (except those that may have been optimized
19217 out). Currently, as @value{GDBN} has stopped the program in the
19218 @code{main} function, the @code{compile} command would have access to
19219 the variable @code{k}. You could invoke the @code{compile} command
19220 and type some source code to set the value of @code{k}. You can also
19221 read it, or do anything with that variable you would normally do in
19222 @code{C}. Be aware that changes to inferior variables in the
19223 @code{compile} command are persistent. In the following example:
19224
19225 @smallexample
19226 compile code k = 3;
19227 @end smallexample
19228
19229 @noindent
19230 the variable @code{k} is now 3. It will retain that value until
19231 something else in the example program changes it, or another
19232 @code{compile} command changes it.
19233
19234 Normal scope and access rules apply to source code compiled and
19235 injected by the @code{compile} command. In the example, the variables
19236 @code{j} and @code{k} are not accessible yet, because the program is
19237 currently stopped in the @code{main} function, where these variables
19238 are not in scope. Therefore, the following command
19239
19240 @smallexample
19241 compile code j = 3;
19242 @end smallexample
19243
19244 @noindent
19245 will result in a compilation error message.
19246
19247 Once the program is continued, execution will bring these variables in
19248 scope, and they will become accessible; then the code you specify via
19249 the @code{compile} command will be able to access them.
19250
19251 You can create variables and types with the @code{compile} command as
19252 part of your source code. Variables and types that are created as part
19253 of the @code{compile} command are not visible to the rest of the program for
19254 the duration of its run. This example is valid:
19255
19256 @smallexample
19257 compile code int ff = 5; printf ("ff is %d\n", ff);
19258 @end smallexample
19259
19260 However, if you were to type the following into @value{GDBN} after that
19261 command has completed:
19262
19263 @smallexample
19264 compile code printf ("ff is %d\n'', ff);
19265 @end smallexample
19266
19267 @noindent
19268 a compiler error would be raised as the variable @code{ff} no longer
19269 exists. Object code generated and injected by the @code{compile}
19270 command is removed when its execution ends. Caution is advised
19271 when assigning to program variables values of variables created by the
19272 code submitted to the @code{compile} command. This example is valid:
19273
19274 @smallexample
19275 compile code int ff = 5; k = ff;
19276 @end smallexample
19277
19278 The value of the variable @code{ff} is assigned to @code{k}. The variable
19279 @code{k} does not require the existence of @code{ff} to maintain the value
19280 it has been assigned. However, pointers require particular care in
19281 assignment. If the source code compiled with the @code{compile} command
19282 changed the address of a pointer in the example program, perhaps to a
19283 variable created in the @code{compile} command, that pointer would point
19284 to an invalid location when the command exits. The following example
19285 would likely cause issues with your debugged program:
19286
19287 @smallexample
19288 compile code int ff = 5; p = &ff;
19289 @end smallexample
19290
19291 In this example, @code{p} would point to @code{ff} when the
19292 @code{compile} command is executing the source code provided to it.
19293 However, as variables in the (example) program persist with their
19294 assigned values, the variable @code{p} would point to an invalid
19295 location when the command exists. A general rule should be followed
19296 in that you should either assign @code{NULL} to any assigned pointers,
19297 or restore a valid location to the pointer before the command exits.
19298
19299 Similar caution must be exercised with any structs, unions, and typedefs
19300 defined in @code{compile} command. Types defined in the @code{compile}
19301 command will no longer be available in the next @code{compile} command.
19302 Therefore, if you cast a variable to a type defined in the
19303 @code{compile} command, care must be taken to ensure that any future
19304 need to resolve the type can be achieved.
19305
19306 @smallexample
19307 (gdb) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
19308 (gdb) compile code printf ("%d\n", ((struct a *) argv)->a);
19309 gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
19310 Compilation failed.
19311 (gdb) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
19312 42
19313 @end smallexample
19314
19315 Variables that have been optimized away by the compiler are not
19316 accessible to the code submitted to the @code{compile} command.
19317 Access to those variables will generate a compiler error which @value{GDBN}
19318 will print to the console.
19319 @end table
19320
19321 @subsection Compiler search for the @code{compile} command
19322
19323 @value{GDBN} needs to find @value{NGCC} for the inferior being debugged
19324 which may not be obvious for remote targets of different architecture
19325 than where @value{GDBN} is running. Environment variable @code{PATH} on
19326 @value{GDBN} host is searched for @value{NGCC} binary matching the
19327 target architecture and operating system. This search can be overriden
19328 by @code{set compile-gcc} @value{GDBN} command below. @code{PATH} is
19329 taken from shell that executed @value{GDBN}, it is not the value set by
19330 @value{GDBN} command @code{set environment}). @xref{Environment}.
19331
19332
19333 Specifically @code{PATH} is searched for binaries matching regular expression
19334 @code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
19335 debugged. @var{arch} is processor name --- multiarch is supported, so for
19336 example both @code{i386} and @code{x86_64} targets look for pattern
19337 @code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
19338 for pattern @code{s390x?}. @var{os} is currently supported only for
19339 pattern @code{linux(-gnu)?}.
19340
19341 On Posix hosts the compiler driver @value{GDBN} needs to find also
19342 shared library @file{libcc1.so} from the compiler. It is searched in
19343 default shared library search path (overridable with usual environment
19344 variable @code{LD_LIBRARY_PATH}), unrelated to @code{PATH} or @code{set
19345 compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
19346 according to the installation of the found compiler --- as possibly
19347 specified by the @code{set compile-gcc} command.
19348
19349 @table @code
19350 @item set compile-gcc
19351 @cindex compile command driver filename override
19352 Set compilation command used for compiling and injecting code with the
19353 @code{compile} commands. If this option is not set (it is set to
19354 an empty string), the search described above will occur --- that is the
19355 default.
19356
19357 @item show compile-gcc
19358 Displays the current compile command @value{NGCC} driver filename.
19359 If set, it is the main command @command{gcc}, found usually for example
19360 under name @file{x86_64-linux-gnu-gcc}.
19361 @end table
19362
19363 @node GDB Files
19364 @chapter @value{GDBN} Files
19365
19366 @value{GDBN} needs to know the file name of the program to be debugged,
19367 both in order to read its symbol table and in order to start your
19368 program. To debug a core dump of a previous run, you must also tell
19369 @value{GDBN} the name of the core dump file.
19370
19371 @menu
19372 * Files:: Commands to specify files
19373 * File Caching:: Information about @value{GDBN}'s file caching
19374 * Separate Debug Files:: Debugging information in separate files
19375 * MiniDebugInfo:: Debugging information in a special section
19376 * Index Files:: Index files speed up GDB
19377 * Symbol Errors:: Errors reading symbol files
19378 * Data Files:: GDB data files
19379 @end menu
19380
19381 @node Files
19382 @section Commands to Specify Files
19383
19384 @cindex symbol table
19385 @cindex core dump file
19386
19387 You may want to specify executable and core dump file names. The usual
19388 way to do this is at start-up time, using the arguments to
19389 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
19390 Out of @value{GDBN}}).
19391
19392 Occasionally it is necessary to change to a different file during a
19393 @value{GDBN} session. Or you may run @value{GDBN} and forget to
19394 specify a file you want to use. Or you are debugging a remote target
19395 via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
19396 Program}). In these situations the @value{GDBN} commands to specify
19397 new files are useful.
19398
19399 @table @code
19400 @cindex executable file
19401 @kindex file
19402 @item file @var{filename}
19403 Use @var{filename} as the program to be debugged. It is read for its
19404 symbols and for the contents of pure memory. It is also the program
19405 executed when you use the @code{run} command. If you do not specify a
19406 directory and the file is not found in the @value{GDBN} working directory,
19407 @value{GDBN} uses the environment variable @code{PATH} as a list of
19408 directories to search, just as the shell does when looking for a program
19409 to run. You can change the value of this variable, for both @value{GDBN}
19410 and your program, using the @code{path} command.
19411
19412 @cindex unlinked object files
19413 @cindex patching object files
19414 You can load unlinked object @file{.o} files into @value{GDBN} using
19415 the @code{file} command. You will not be able to ``run'' an object
19416 file, but you can disassemble functions and inspect variables. Also,
19417 if the underlying BFD functionality supports it, you could use
19418 @kbd{gdb -write} to patch object files using this technique. Note
19419 that @value{GDBN} can neither interpret nor modify relocations in this
19420 case, so branches and some initialized variables will appear to go to
19421 the wrong place. But this feature is still handy from time to time.
19422
19423 @item file
19424 @code{file} with no argument makes @value{GDBN} discard any information it
19425 has on both executable file and the symbol table.
19426
19427 @kindex exec-file
19428 @item exec-file @r{[} @var{filename} @r{]}
19429 Specify that the program to be run (but not the symbol table) is found
19430 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
19431 if necessary to locate your program. Omitting @var{filename} means to
19432 discard information on the executable file.
19433
19434 @kindex symbol-file
19435 @item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
19436 Read symbol table information from file @var{filename}. @code{PATH} is
19437 searched when necessary. Use the @code{file} command to get both symbol
19438 table and program to run from the same file.
19439
19440 If an optional @var{offset} is specified, it is added to the start
19441 address of each section in the symbol file. This is useful if the
19442 program is relocated at runtime, such as the Linux kernel with kASLR
19443 enabled.
19444
19445 @code{symbol-file} with no argument clears out @value{GDBN} information on your
19446 program's symbol table.
19447
19448 The @code{symbol-file} command causes @value{GDBN} to forget the contents of
19449 some breakpoints and auto-display expressions. This is because they may
19450 contain pointers to the internal data recording symbols and data types,
19451 which are part of the old symbol table data being discarded inside
19452 @value{GDBN}.
19453
19454 @code{symbol-file} does not repeat if you press @key{RET} again after
19455 executing it once.
19456
19457 When @value{GDBN} is configured for a particular environment, it
19458 understands debugging information in whatever format is the standard
19459 generated for that environment; you may use either a @sc{gnu} compiler, or
19460 other compilers that adhere to the local conventions.
19461 Best results are usually obtained from @sc{gnu} compilers; for example,
19462 using @code{@value{NGCC}} you can generate debugging information for
19463 optimized code.
19464
19465 For most kinds of object files, with the exception of old SVR3 systems
19466 using COFF, the @code{symbol-file} command does not normally read the
19467 symbol table in full right away. Instead, it scans the symbol table
19468 quickly to find which source files and which symbols are present. The
19469 details are read later, one source file at a time, as they are needed.
19470
19471 The purpose of this two-stage reading strategy is to make @value{GDBN}
19472 start up faster. For the most part, it is invisible except for
19473 occasional pauses while the symbol table details for a particular source
19474 file are being read. (The @code{set verbose} command can turn these
19475 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
19476 Warnings and Messages}.)
19477
19478 We have not implemented the two-stage strategy for COFF yet. When the
19479 symbol table is stored in COFF format, @code{symbol-file} reads the
19480 symbol table data in full right away. Note that ``stabs-in-COFF''
19481 still does the two-stage strategy, since the debug info is actually
19482 in stabs format.
19483
19484 @kindex readnow
19485 @cindex reading symbols immediately
19486 @cindex symbols, reading immediately
19487 @item symbol-file @r{[} -readnow @r{]} @var{filename}
19488 @itemx file @r{[} -readnow @r{]} @var{filename}
19489 You can override the @value{GDBN} two-stage strategy for reading symbol
19490 tables by using the @samp{-readnow} option with any of the commands that
19491 load symbol table information, if you want to be sure @value{GDBN} has the
19492 entire symbol table available.
19493
19494 @cindex @code{-readnever}, option for symbol-file command
19495 @cindex never read symbols
19496 @cindex symbols, never read
19497 @item symbol-file @r{[} -readnever @r{]} @var{filename}
19498 @itemx file @r{[} -readnever @r{]} @var{filename}
19499 You can instruct @value{GDBN} to never read the symbolic information
19500 contained in @var{filename} by using the @samp{-readnever} option.
19501 @xref{--readnever}.
19502
19503 @c FIXME: for now no mention of directories, since this seems to be in
19504 @c flux. 13mar1992 status is that in theory GDB would look either in
19505 @c current dir or in same dir as myprog; but issues like competing
19506 @c GDB's, or clutter in system dirs, mean that in practice right now
19507 @c only current dir is used. FFish says maybe a special GDB hierarchy
19508 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
19509 @c files.
19510
19511 @kindex core-file
19512 @item core-file @r{[}@var{filename}@r{]}
19513 @itemx core
19514 Specify the whereabouts of a core dump file to be used as the ``contents
19515 of memory''. Traditionally, core files contain only some parts of the
19516 address space of the process that generated them; @value{GDBN} can access the
19517 executable file itself for other parts.
19518
19519 @code{core-file} with no argument specifies that no core file is
19520 to be used.
19521
19522 Note that the core file is ignored when your program is actually running
19523 under @value{GDBN}. So, if you have been running your program and you
19524 wish to debug a core file instead, you must kill the subprocess in which
19525 the program is running. To do this, use the @code{kill} command
19526 (@pxref{Kill Process, ,Killing the Child Process}).
19527
19528 @kindex add-symbol-file
19529 @cindex dynamic linking
19530 @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{]}
19531 The @code{add-symbol-file} command reads additional symbol table
19532 information from the file @var{filename}. You would use this command
19533 when @var{filename} has been dynamically loaded (by some other means)
19534 into the program that is running. The @var{textaddress} parameter gives
19535 the memory address at which the file's text section has been loaded.
19536 You can additionally specify the base address of other sections using
19537 an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
19538 If a section is omitted, @value{GDBN} will use its default addresses
19539 as found in @var{filename}. Any @var{address} or @var{textaddress}
19540 can be given as an expression.
19541
19542 If an optional @var{offset} is specified, it is added to the start
19543 address of each section, except those for which the address was
19544 specified explicitly.
19545
19546 The symbol table of the file @var{filename} is added to the symbol table
19547 originally read with the @code{symbol-file} command. You can use the
19548 @code{add-symbol-file} command any number of times; the new symbol data
19549 thus read is kept in addition to the old.
19550
19551 Changes can be reverted using the command @code{remove-symbol-file}.
19552
19553 @cindex relocatable object files, reading symbols from
19554 @cindex object files, relocatable, reading symbols from
19555 @cindex reading symbols from relocatable object files
19556 @cindex symbols, reading from relocatable object files
19557 @cindex @file{.o} files, reading symbols from
19558 Although @var{filename} is typically a shared library file, an
19559 executable file, or some other object file which has been fully
19560 relocated for loading into a process, you can also load symbolic
19561 information from relocatable @file{.o} files, as long as:
19562
19563 @itemize @bullet
19564 @item
19565 the file's symbolic information refers only to linker symbols defined in
19566 that file, not to symbols defined by other object files,
19567 @item
19568 every section the file's symbolic information refers to has actually
19569 been loaded into the inferior, as it appears in the file, and
19570 @item
19571 you can determine the address at which every section was loaded, and
19572 provide these to the @code{add-symbol-file} command.
19573 @end itemize
19574
19575 @noindent
19576 Some embedded operating systems, like Sun Chorus and VxWorks, can load
19577 relocatable files into an already running program; such systems
19578 typically make the requirements above easy to meet. However, it's
19579 important to recognize that many native systems use complex link
19580 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
19581 assembly, for example) that make the requirements difficult to meet. In
19582 general, one cannot assume that using @code{add-symbol-file} to read a
19583 relocatable object file's symbolic information will have the same effect
19584 as linking the relocatable object file into the program in the normal
19585 way.
19586
19587 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
19588
19589 @kindex remove-symbol-file
19590 @item remove-symbol-file @var{filename}
19591 @item remove-symbol-file -a @var{address}
19592 Remove a symbol file added via the @code{add-symbol-file} command. The
19593 file to remove can be identified by its @var{filename} or by an @var{address}
19594 that lies within the boundaries of this symbol file in memory. Example:
19595
19596 @smallexample
19597 (gdb) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
19598 add symbol table from file "/home/user/gdb/mylib.so" at
19599 .text_addr = 0x7ffff7ff9480
19600 (y or n) y
19601 Reading symbols from /home/user/gdb/mylib.so...done.
19602 (gdb) remove-symbol-file -a 0x7ffff7ff9480
19603 Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
19604 (gdb)
19605 @end smallexample
19606
19607
19608 @code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
19609
19610 @kindex add-symbol-file-from-memory
19611 @cindex @code{syscall DSO}
19612 @cindex load symbols from memory
19613 @item add-symbol-file-from-memory @var{address}
19614 Load symbols from the given @var{address} in a dynamically loaded
19615 object file whose image is mapped directly into the inferior's memory.
19616 For example, the Linux kernel maps a @code{syscall DSO} into each
19617 process's address space; this DSO provides kernel-specific code for
19618 some system calls. The argument can be any expression whose
19619 evaluation yields the address of the file's shared object file header.
19620 For this command to work, you must have used @code{symbol-file} or
19621 @code{exec-file} commands in advance.
19622
19623 @kindex section
19624 @item section @var{section} @var{addr}
19625 The @code{section} command changes the base address of the named
19626 @var{section} of the exec file to @var{addr}. This can be used if the
19627 exec file does not contain section addresses, (such as in the
19628 @code{a.out} format), or when the addresses specified in the file
19629 itself are wrong. Each section must be changed separately. The
19630 @code{info files} command, described below, lists all the sections and
19631 their addresses.
19632
19633 @kindex info files
19634 @kindex info target
19635 @item info files
19636 @itemx info target
19637 @code{info files} and @code{info target} are synonymous; both print the
19638 current target (@pxref{Targets, ,Specifying a Debugging Target}),
19639 including the names of the executable and core dump files currently in
19640 use by @value{GDBN}, and the files from which symbols were loaded. The
19641 command @code{help target} lists all possible targets rather than
19642 current ones.
19643
19644 @kindex maint info sections
19645 @item maint info sections
19646 Another command that can give you extra information about program sections
19647 is @code{maint info sections}. In addition to the section information
19648 displayed by @code{info files}, this command displays the flags and file
19649 offset of each section in the executable and core dump files. In addition,
19650 @code{maint info sections} provides the following command options (which
19651 may be arbitrarily combined):
19652
19653 @table @code
19654 @item ALLOBJ
19655 Display sections for all loaded object files, including shared libraries.
19656 @item @var{sections}
19657 Display info only for named @var{sections}.
19658 @item @var{section-flags}
19659 Display info only for sections for which @var{section-flags} are true.
19660 The section flags that @value{GDBN} currently knows about are:
19661 @table @code
19662 @item ALLOC
19663 Section will have space allocated in the process when loaded.
19664 Set for all sections except those containing debug information.
19665 @item LOAD
19666 Section will be loaded from the file into the child process memory.
19667 Set for pre-initialized code and data, clear for @code{.bss} sections.
19668 @item RELOC
19669 Section needs to be relocated before loading.
19670 @item READONLY
19671 Section cannot be modified by the child process.
19672 @item CODE
19673 Section contains executable code only.
19674 @item DATA
19675 Section contains data only (no executable code).
19676 @item ROM
19677 Section will reside in ROM.
19678 @item CONSTRUCTOR
19679 Section contains data for constructor/destructor lists.
19680 @item HAS_CONTENTS
19681 Section is not empty.
19682 @item NEVER_LOAD
19683 An instruction to the linker to not output the section.
19684 @item COFF_SHARED_LIBRARY
19685 A notification to the linker that the section contains
19686 COFF shared library information.
19687 @item IS_COMMON
19688 Section contains common symbols.
19689 @end table
19690 @end table
19691 @kindex set trust-readonly-sections
19692 @cindex read-only sections
19693 @item set trust-readonly-sections on
19694 Tell @value{GDBN} that readonly sections in your object file
19695 really are read-only (i.e.@: that their contents will not change).
19696 In that case, @value{GDBN} can fetch values from these sections
19697 out of the object file, rather than from the target program.
19698 For some targets (notably embedded ones), this can be a significant
19699 enhancement to debugging performance.
19700
19701 The default is off.
19702
19703 @item set trust-readonly-sections off
19704 Tell @value{GDBN} not to trust readonly sections. This means that
19705 the contents of the section might change while the program is running,
19706 and must therefore be fetched from the target when needed.
19707
19708 @item show trust-readonly-sections
19709 Show the current setting of trusting readonly sections.
19710 @end table
19711
19712 All file-specifying commands allow both absolute and relative file names
19713 as arguments. @value{GDBN} always converts the file name to an absolute file
19714 name and remembers it that way.
19715
19716 @cindex shared libraries
19717 @anchor{Shared Libraries}
19718 @value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
19719 Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
19720 DSBT (TIC6X) shared libraries.
19721
19722 On MS-Windows @value{GDBN} must be linked with the Expat library to support
19723 shared libraries. @xref{Expat}.
19724
19725 @value{GDBN} automatically loads symbol definitions from shared libraries
19726 when you use the @code{run} command, or when you examine a core file.
19727 (Before you issue the @code{run} command, @value{GDBN} does not understand
19728 references to a function in a shared library, however---unless you are
19729 debugging a core file).
19730
19731 @c FIXME: some @value{GDBN} release may permit some refs to undef
19732 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
19733 @c FIXME...lib; check this from time to time when updating manual
19734
19735 There are times, however, when you may wish to not automatically load
19736 symbol definitions from shared libraries, such as when they are
19737 particularly large or there are many of them.
19738
19739 To control the automatic loading of shared library symbols, use the
19740 commands:
19741
19742 @table @code
19743 @kindex set auto-solib-add
19744 @item set auto-solib-add @var{mode}
19745 If @var{mode} is @code{on}, symbols from all shared object libraries
19746 will be loaded automatically when the inferior begins execution, you
19747 attach to an independently started inferior, or when the dynamic linker
19748 informs @value{GDBN} that a new library has been loaded. If @var{mode}
19749 is @code{off}, symbols must be loaded manually, using the
19750 @code{sharedlibrary} command. The default value is @code{on}.
19751
19752 @cindex memory used for symbol tables
19753 If your program uses lots of shared libraries with debug info that
19754 takes large amounts of memory, you can decrease the @value{GDBN}
19755 memory footprint by preventing it from automatically loading the
19756 symbols from shared libraries. To that end, type @kbd{set
19757 auto-solib-add off} before running the inferior, then load each
19758 library whose debug symbols you do need with @kbd{sharedlibrary
19759 @var{regexp}}, where @var{regexp} is a regular expression that matches
19760 the libraries whose symbols you want to be loaded.
19761
19762 @kindex show auto-solib-add
19763 @item show auto-solib-add
19764 Display the current autoloading mode.
19765 @end table
19766
19767 @cindex load shared library
19768 To explicitly load shared library symbols, use the @code{sharedlibrary}
19769 command:
19770
19771 @table @code
19772 @kindex info sharedlibrary
19773 @kindex info share
19774 @item info share @var{regex}
19775 @itemx info sharedlibrary @var{regex}
19776 Print the names of the shared libraries which are currently loaded
19777 that match @var{regex}. If @var{regex} is omitted then print
19778 all shared libraries that are loaded.
19779
19780 @kindex info dll
19781 @item info dll @var{regex}
19782 This is an alias of @code{info sharedlibrary}.
19783
19784 @kindex sharedlibrary
19785 @kindex share
19786 @item sharedlibrary @var{regex}
19787 @itemx share @var{regex}
19788 Load shared object library symbols for files matching a
19789 Unix regular expression.
19790 As with files loaded automatically, it only loads shared libraries
19791 required by your program for a core file or after typing @code{run}. If
19792 @var{regex} is omitted all shared libraries required by your program are
19793 loaded.
19794
19795 @item nosharedlibrary
19796 @kindex nosharedlibrary
19797 @cindex unload symbols from shared libraries
19798 Unload all shared object library symbols. This discards all symbols
19799 that have been loaded from all shared libraries. Symbols from shared
19800 libraries that were loaded by explicit user requests are not
19801 discarded.
19802 @end table
19803
19804 Sometimes you may wish that @value{GDBN} stops and gives you control
19805 when any of shared library events happen. The best way to do this is
19806 to use @code{catch load} and @code{catch unload} (@pxref{Set
19807 Catchpoints}).
19808
19809 @value{GDBN} also supports the the @code{set stop-on-solib-events}
19810 command for this. This command exists for historical reasons. It is
19811 less useful than setting a catchpoint, because it does not allow for
19812 conditions or commands as a catchpoint does.
19813
19814 @table @code
19815 @item set stop-on-solib-events
19816 @kindex set stop-on-solib-events
19817 This command controls whether @value{GDBN} should give you control
19818 when the dynamic linker notifies it about some shared library event.
19819 The most common event of interest is loading or unloading of a new
19820 shared library.
19821
19822 @item show stop-on-solib-events
19823 @kindex show stop-on-solib-events
19824 Show whether @value{GDBN} stops and gives you control when shared
19825 library events happen.
19826 @end table
19827
19828 Shared libraries are also supported in many cross or remote debugging
19829 configurations. @value{GDBN} needs to have access to the target's libraries;
19830 this can be accomplished either by providing copies of the libraries
19831 on the host system, or by asking @value{GDBN} to automatically retrieve the
19832 libraries from the target. If copies of the target libraries are
19833 provided, they need to be the same as the target libraries, although the
19834 copies on the target can be stripped as long as the copies on the host are
19835 not.
19836
19837 @cindex where to look for shared libraries
19838 For remote debugging, you need to tell @value{GDBN} where the target
19839 libraries are, so that it can load the correct copies---otherwise, it
19840 may try to load the host's libraries. @value{GDBN} has two variables
19841 to specify the search directories for target libraries.
19842
19843 @table @code
19844 @cindex prefix for executable and shared library file names
19845 @cindex system root, alternate
19846 @kindex set solib-absolute-prefix
19847 @kindex set sysroot
19848 @item set sysroot @var{path}
19849 Use @var{path} as the system root for the program being debugged. Any
19850 absolute shared library paths will be prefixed with @var{path}; many
19851 runtime loaders store the absolute paths to the shared library in the
19852 target program's memory. When starting processes remotely, and when
19853 attaching to already-running processes (local or remote), their
19854 executable filenames will be prefixed with @var{path} if reported to
19855 @value{GDBN} as absolute by the operating system. If you use
19856 @code{set sysroot} to find executables and shared libraries, they need
19857 to be laid out in the same way that they are on the target, with
19858 e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
19859 @var{path}.
19860
19861 If @var{path} starts with the sequence @file{target:} and the target
19862 system is remote then @value{GDBN} will retrieve the target binaries
19863 from the remote system. This is only supported when using a remote
19864 target that supports the @code{remote get} command (@pxref{File
19865 Transfer,,Sending files to a remote system}). The part of @var{path}
19866 following the initial @file{target:} (if present) is used as system
19867 root prefix on the remote file system. If @var{path} starts with the
19868 sequence @file{remote:} this is converted to the sequence
19869 @file{target:} by @code{set sysroot}@footnote{Historically the
19870 functionality to retrieve binaries from the remote system was
19871 provided by prefixing @var{path} with @file{remote:}}. If you want
19872 to specify a local system root using a directory that happens to be
19873 named @file{target:} or @file{remote:}, you need to use some
19874 equivalent variant of the name like @file{./target:}.
19875
19876 For targets with an MS-DOS based filesystem, such as MS-Windows and
19877 SymbianOS, @value{GDBN} tries prefixing a few variants of the target
19878 absolute file name with @var{path}. But first, on Unix hosts,
19879 @value{GDBN} converts all backslash directory separators into forward
19880 slashes, because the backslash is not a directory separator on Unix:
19881
19882 @smallexample
19883 c:\foo\bar.dll @result{} c:/foo/bar.dll
19884 @end smallexample
19885
19886 Then, @value{GDBN} attempts prefixing the target file name with
19887 @var{path}, and looks for the resulting file name in the host file
19888 system:
19889
19890 @smallexample
19891 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
19892 @end smallexample
19893
19894 If that does not find the binary, @value{GDBN} tries removing
19895 the @samp{:} character from the drive spec, both for convenience, and,
19896 for the case of the host file system not supporting file names with
19897 colons:
19898
19899 @smallexample
19900 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
19901 @end smallexample
19902
19903 This makes it possible to have a system root that mirrors a target
19904 with more than one drive. E.g., you may want to setup your local
19905 copies of the target system shared libraries like so (note @samp{c} vs
19906 @samp{z}):
19907
19908 @smallexample
19909 @file{/path/to/sysroot/c/sys/bin/foo.dll}
19910 @file{/path/to/sysroot/c/sys/bin/bar.dll}
19911 @file{/path/to/sysroot/z/sys/bin/bar.dll}
19912 @end smallexample
19913
19914 @noindent
19915 and point the system root at @file{/path/to/sysroot}, so that
19916 @value{GDBN} can find the correct copies of both
19917 @file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
19918
19919 If that still does not find the binary, @value{GDBN} tries
19920 removing the whole drive spec from the target file name:
19921
19922 @smallexample
19923 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
19924 @end smallexample
19925
19926 This last lookup makes it possible to not care about the drive name,
19927 if you don't want or need to.
19928
19929 The @code{set solib-absolute-prefix} command is an alias for @code{set
19930 sysroot}.
19931
19932 @cindex default system root
19933 @cindex @samp{--with-sysroot}
19934 You can set the default system root by using the configure-time
19935 @samp{--with-sysroot} option. If the system root is inside
19936 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
19937 @samp{--exec-prefix}), then the default system root will be updated
19938 automatically if the installed @value{GDBN} is moved to a new
19939 location.
19940
19941 @kindex show sysroot
19942 @item show sysroot
19943 Display the current executable and shared library prefix.
19944
19945 @kindex set solib-search-path
19946 @item set solib-search-path @var{path}
19947 If this variable is set, @var{path} is a colon-separated list of
19948 directories to search for shared libraries. @samp{solib-search-path}
19949 is used after @samp{sysroot} fails to locate the library, or if the
19950 path to the library is relative instead of absolute. If you want to
19951 use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
19952 @samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
19953 finding your host's libraries. @samp{sysroot} is preferred; setting
19954 it to a nonexistent directory may interfere with automatic loading
19955 of shared library symbols.
19956
19957 @kindex show solib-search-path
19958 @item show solib-search-path
19959 Display the current shared library search path.
19960
19961 @cindex DOS file-name semantics of file names.
19962 @kindex set target-file-system-kind (unix|dos-based|auto)
19963 @kindex show target-file-system-kind
19964 @item set target-file-system-kind @var{kind}
19965 Set assumed file system kind for target reported file names.
19966
19967 Shared library file names as reported by the target system may not
19968 make sense as is on the system @value{GDBN} is running on. For
19969 example, when remote debugging a target that has MS-DOS based file
19970 system semantics, from a Unix host, the target may be reporting to
19971 @value{GDBN} a list of loaded shared libraries with file names such as
19972 @file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
19973 drive letters, so the @samp{c:\} prefix is not normally understood as
19974 indicating an absolute file name, and neither is the backslash
19975 normally considered a directory separator character. In that case,
19976 the native file system would interpret this whole absolute file name
19977 as a relative file name with no directory components. This would make
19978 it impossible to point @value{GDBN} at a copy of the remote target's
19979 shared libraries on the host using @code{set sysroot}, and impractical
19980 with @code{set solib-search-path}. Setting
19981 @code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
19982 to interpret such file names similarly to how the target would, and to
19983 map them to file names valid on @value{GDBN}'s native file system
19984 semantics. The value of @var{kind} can be @code{"auto"}, in addition
19985 to one of the supported file system kinds. In that case, @value{GDBN}
19986 tries to determine the appropriate file system variant based on the
19987 current target's operating system (@pxref{ABI, ,Configuring the
19988 Current ABI}). The supported file system settings are:
19989
19990 @table @code
19991 @item unix
19992 Instruct @value{GDBN} to assume the target file system is of Unix
19993 kind. Only file names starting the forward slash (@samp{/}) character
19994 are considered absolute, and the directory separator character is also
19995 the forward slash.
19996
19997 @item dos-based
19998 Instruct @value{GDBN} to assume the target file system is DOS based.
19999 File names starting with either a forward slash, or a drive letter
20000 followed by a colon (e.g., @samp{c:}), are considered absolute, and
20001 both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
20002 considered directory separators.
20003
20004 @item auto
20005 Instruct @value{GDBN} to use the file system kind associated with the
20006 target operating system (@pxref{ABI, ,Configuring the Current ABI}).
20007 This is the default.
20008 @end table
20009 @end table
20010
20011 @cindex file name canonicalization
20012 @cindex base name differences
20013 When processing file names provided by the user, @value{GDBN}
20014 frequently needs to compare them to the file names recorded in the
20015 program's debug info. Normally, @value{GDBN} compares just the
20016 @dfn{base names} of the files as strings, which is reasonably fast
20017 even for very large programs. (The base name of a file is the last
20018 portion of its name, after stripping all the leading directories.)
20019 This shortcut in comparison is based upon the assumption that files
20020 cannot have more than one base name. This is usually true, but
20021 references to files that use symlinks or similar filesystem
20022 facilities violate that assumption. If your program records files
20023 using such facilities, or if you provide file names to @value{GDBN}
20024 using symlinks etc., you can set @code{basenames-may-differ} to
20025 @code{true} to instruct @value{GDBN} to completely canonicalize each
20026 pair of file names it needs to compare. This will make file-name
20027 comparisons accurate, but at a price of a significant slowdown.
20028
20029 @table @code
20030 @item set basenames-may-differ
20031 @kindex set basenames-may-differ
20032 Set whether a source file may have multiple base names.
20033
20034 @item show basenames-may-differ
20035 @kindex show basenames-may-differ
20036 Show whether a source file may have multiple base names.
20037 @end table
20038
20039 @node File Caching
20040 @section File Caching
20041 @cindex caching of opened files
20042 @cindex caching of bfd objects
20043
20044 To speed up file loading, and reduce memory usage, @value{GDBN} will
20045 reuse the @code{bfd} objects used to track open files. @xref{Top, ,
20046 BFD, bfd, The Binary File Descriptor Library}. The following commands
20047 allow visibility and control of the caching behavior.
20048
20049 @table @code
20050 @kindex maint info bfds
20051 @item maint info bfds
20052 This prints information about each @code{bfd} object that is known to
20053 @value{GDBN}.
20054
20055 @kindex maint set bfd-sharing
20056 @kindex maint show bfd-sharing
20057 @kindex bfd caching
20058 @item maint set bfd-sharing
20059 @item maint show bfd-sharing
20060 Control whether @code{bfd} objects can be shared. When sharing is
20061 enabled @value{GDBN} reuses already open @code{bfd} objects rather
20062 than reopening the same file. Turning sharing off does not cause
20063 already shared @code{bfd} objects to be unshared, but all future files
20064 that are opened will create a new @code{bfd} object. Similarly,
20065 re-enabling sharing does not cause multiple existing @code{bfd}
20066 objects to be collapsed into a single shared @code{bfd} object.
20067
20068 @kindex set debug bfd-cache @var{level}
20069 @kindex bfd caching
20070 @item set debug bfd-cache @var{level}
20071 Turns on debugging of the bfd cache, setting the level to @var{level}.
20072
20073 @kindex show debug bfd-cache
20074 @kindex bfd caching
20075 @item show debug bfd-cache
20076 Show the current debugging level of the bfd cache.
20077 @end table
20078
20079 @node Separate Debug Files
20080 @section Debugging Information in Separate Files
20081 @cindex separate debugging information files
20082 @cindex debugging information in separate files
20083 @cindex @file{.debug} subdirectories
20084 @cindex debugging information directory, global
20085 @cindex global debugging information directories
20086 @cindex build ID, and separate debugging files
20087 @cindex @file{.build-id} directory
20088
20089 @value{GDBN} allows you to put a program's debugging information in a
20090 file separate from the executable itself, in a way that allows
20091 @value{GDBN} to find and load the debugging information automatically.
20092 Since debugging information can be very large---sometimes larger
20093 than the executable code itself---some systems distribute debugging
20094 information for their executables in separate files, which users can
20095 install only when they need to debug a problem.
20096
20097 @value{GDBN} supports two ways of specifying the separate debug info
20098 file:
20099
20100 @itemize @bullet
20101 @item
20102 The executable contains a @dfn{debug link} that specifies the name of
20103 the separate debug info file. The separate debug file's name is
20104 usually @file{@var{executable}.debug}, where @var{executable} is the
20105 name of the corresponding executable file without leading directories
20106 (e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
20107 debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
20108 checksum for the debug file, which @value{GDBN} uses to validate that
20109 the executable and the debug file came from the same build.
20110
20111 @item
20112 The executable contains a @dfn{build ID}, a unique bit string that is
20113 also present in the corresponding debug info file. (This is supported
20114 only on some operating systems, when using the ELF or PE file formats
20115 for binary files and the @sc{gnu} Binutils.) For more details about
20116 this feature, see the description of the @option{--build-id}
20117 command-line option in @ref{Options, , Command Line Options, ld,
20118 The GNU Linker}. The debug info file's name is not specified
20119 explicitly by the build ID, but can be computed from the build ID, see
20120 below.
20121 @end itemize
20122
20123 Depending on the way the debug info file is specified, @value{GDBN}
20124 uses two different methods of looking for the debug file:
20125
20126 @itemize @bullet
20127 @item
20128 For the ``debug link'' method, @value{GDBN} looks up the named file in
20129 the directory of the executable file, then in a subdirectory of that
20130 directory named @file{.debug}, and finally under each one of the
20131 global debug directories, in a subdirectory whose name is identical to
20132 the leading directories of the executable's absolute file name. (On
20133 MS-Windows/MS-DOS, the drive letter of the executable's leading
20134 directories is converted to a one-letter subdirectory, i.e.@:
20135 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
20136 filesystems disallow colons in file names.)
20137
20138 @item
20139 For the ``build ID'' method, @value{GDBN} looks in the
20140 @file{.build-id} subdirectory of each one of the global debug directories for
20141 a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
20142 first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
20143 are the rest of the bit string. (Real build ID strings are 32 or more
20144 hex characters, not 10.)
20145 @end itemize
20146
20147 So, for example, suppose you ask @value{GDBN} to debug
20148 @file{/usr/bin/ls}, which has a debug link that specifies the
20149 file @file{ls.debug}, and a build ID whose value in hex is
20150 @code{abcdef1234}. If the list of the global debug directories includes
20151 @file{/usr/lib/debug}, then @value{GDBN} will look for the following
20152 debug information files, in the indicated order:
20153
20154 @itemize @minus
20155 @item
20156 @file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
20157 @item
20158 @file{/usr/bin/ls.debug}
20159 @item
20160 @file{/usr/bin/.debug/ls.debug}
20161 @item
20162 @file{/usr/lib/debug/usr/bin/ls.debug}.
20163 @end itemize
20164
20165 @anchor{debug-file-directory}
20166 Global debugging info directories default to what is set by @value{GDBN}
20167 configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
20168 you can also set the global debugging info directories, and view the list
20169 @value{GDBN} is currently using.
20170
20171 @table @code
20172
20173 @kindex set debug-file-directory
20174 @item set debug-file-directory @var{directories}
20175 Set the directories which @value{GDBN} searches for separate debugging
20176 information files to @var{directory}. Multiple path components can be set
20177 concatenating them by a path separator.
20178
20179 @kindex show debug-file-directory
20180 @item show debug-file-directory
20181 Show the directories @value{GDBN} searches for separate debugging
20182 information files.
20183
20184 @end table
20185
20186 @cindex @code{.gnu_debuglink} sections
20187 @cindex debug link sections
20188 A debug link is a special section of the executable file named
20189 @code{.gnu_debuglink}. The section must contain:
20190
20191 @itemize
20192 @item
20193 A filename, with any leading directory components removed, followed by
20194 a zero byte,
20195 @item
20196 zero to three bytes of padding, as needed to reach the next four-byte
20197 boundary within the section, and
20198 @item
20199 a four-byte CRC checksum, stored in the same endianness used for the
20200 executable file itself. The checksum is computed on the debugging
20201 information file's full contents by the function given below, passing
20202 zero as the @var{crc} argument.
20203 @end itemize
20204
20205 Any executable file format can carry a debug link, as long as it can
20206 contain a section named @code{.gnu_debuglink} with the contents
20207 described above.
20208
20209 @cindex @code{.note.gnu.build-id} sections
20210 @cindex build ID sections
20211 The build ID is a special section in the executable file (and in other
20212 ELF binary files that @value{GDBN} may consider). This section is
20213 often named @code{.note.gnu.build-id}, but that name is not mandatory.
20214 It contains unique identification for the built files---the ID remains
20215 the same across multiple builds of the same build tree. The default
20216 algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
20217 content for the build ID string. The same section with an identical
20218 value is present in the original built binary with symbols, in its
20219 stripped variant, and in the separate debugging information file.
20220
20221 The debugging information file itself should be an ordinary
20222 executable, containing a full set of linker symbols, sections, and
20223 debugging information. The sections of the debugging information file
20224 should have the same names, addresses, and sizes as the original file,
20225 but they need not contain any data---much like a @code{.bss} section
20226 in an ordinary executable.
20227
20228 The @sc{gnu} binary utilities (Binutils) package includes the
20229 @samp{objcopy} utility that can produce
20230 the separated executable / debugging information file pairs using the
20231 following commands:
20232
20233 @smallexample
20234 @kbd{objcopy --only-keep-debug foo foo.debug}
20235 @kbd{strip -g foo}
20236 @end smallexample
20237
20238 @noindent
20239 These commands remove the debugging
20240 information from the executable file @file{foo} and place it in the file
20241 @file{foo.debug}. You can use the first, second or both methods to link the
20242 two files:
20243
20244 @itemize @bullet
20245 @item
20246 The debug link method needs the following additional command to also leave
20247 behind a debug link in @file{foo}:
20248
20249 @smallexample
20250 @kbd{objcopy --add-gnu-debuglink=foo.debug foo}
20251 @end smallexample
20252
20253 Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
20254 a version of the @code{strip} command such that the command @kbd{strip foo -f
20255 foo.debug} has the same functionality as the two @code{objcopy} commands and
20256 the @code{ln -s} command above, together.
20257
20258 @item
20259 Build ID gets embedded into the main executable using @code{ld --build-id} or
20260 the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
20261 compatibility fixes for debug files separation are present in @sc{gnu} binary
20262 utilities (Binutils) package since version 2.18.
20263 @end itemize
20264
20265 @noindent
20266
20267 @cindex CRC algorithm definition
20268 The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
20269 IEEE 802.3 using the polynomial:
20270
20271 @c TexInfo requires naked braces for multi-digit exponents for Tex
20272 @c output, but this causes HTML output to barf. HTML has to be set using
20273 @c raw commands. So we end up having to specify this equation in 2
20274 @c different ways!
20275 @ifhtml
20276 @display
20277 @html
20278 <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>
20279 + <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
20280 @end html
20281 @end display
20282 @end ifhtml
20283 @ifnothtml
20284 @display
20285 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
20286 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
20287 @end display
20288 @end ifnothtml
20289
20290 The function is computed byte at a time, taking the least
20291 significant bit of each byte first. The initial pattern
20292 @code{0xffffffff} is used, to ensure leading zeros affect the CRC and
20293 the final result is inverted to ensure trailing zeros also affect the
20294 CRC.
20295
20296 @emph{Note:} This is the same CRC polynomial as used in handling the
20297 @dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
20298 However in the case of the Remote Serial Protocol, the CRC is computed
20299 @emph{most} significant bit first, and the result is not inverted, so
20300 trailing zeros have no effect on the CRC value.
20301
20302 To complete the description, we show below the code of the function
20303 which produces the CRC used in @code{.gnu_debuglink}. Inverting the
20304 initially supplied @code{crc} argument means that an initial call to
20305 this function passing in zero will start computing the CRC using
20306 @code{0xffffffff}.
20307
20308 @kindex gnu_debuglink_crc32
20309 @smallexample
20310 unsigned long
20311 gnu_debuglink_crc32 (unsigned long crc,
20312 unsigned char *buf, size_t len)
20313 @{
20314 static const unsigned long crc32_table[256] =
20315 @{
20316 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
20317 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
20318 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
20319 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
20320 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
20321 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
20322 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
20323 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
20324 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
20325 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
20326 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
20327 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
20328 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
20329 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
20330 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
20331 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
20332 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
20333 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
20334 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
20335 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
20336 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
20337 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
20338 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
20339 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
20340 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
20341 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
20342 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
20343 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
20344 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
20345 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
20346 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
20347 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
20348 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
20349 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
20350 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
20351 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
20352 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
20353 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
20354 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
20355 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
20356 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
20357 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
20358 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
20359 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
20360 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
20361 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
20362 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
20363 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
20364 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
20365 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
20366 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
20367 0x2d02ef8d
20368 @};
20369 unsigned char *end;
20370
20371 crc = ~crc & 0xffffffff;
20372 for (end = buf + len; buf < end; ++buf)
20373 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
20374 return ~crc & 0xffffffff;
20375 @}
20376 @end smallexample
20377
20378 @noindent
20379 This computation does not apply to the ``build ID'' method.
20380
20381 @node MiniDebugInfo
20382 @section Debugging information in a special section
20383 @cindex separate debug sections
20384 @cindex @samp{.gnu_debugdata} section
20385
20386 Some systems ship pre-built executables and libraries that have a
20387 special @samp{.gnu_debugdata} section. This feature is called
20388 @dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
20389 is used to supply extra symbols for backtraces.
20390
20391 The intent of this section is to provide extra minimal debugging
20392 information for use in simple backtraces. It is not intended to be a
20393 replacement for full separate debugging information (@pxref{Separate
20394 Debug Files}). The example below shows the intended use; however,
20395 @value{GDBN} does not currently put restrictions on what sort of
20396 debugging information might be included in the section.
20397
20398 @value{GDBN} has support for this extension. If the section exists,
20399 then it is used provided that no other source of debugging information
20400 can be found, and that @value{GDBN} was configured with LZMA support.
20401
20402 This section can be easily created using @command{objcopy} and other
20403 standard utilities:
20404
20405 @smallexample
20406 # Extract the dynamic symbols from the main binary, there is no need
20407 # to also have these in the normal symbol table.
20408 nm -D @var{binary} --format=posix --defined-only \
20409 | awk '@{ print $1 @}' | sort > dynsyms
20410
20411 # Extract all the text (i.e. function) symbols from the debuginfo.
20412 # (Note that we actually also accept "D" symbols, for the benefit
20413 # of platforms like PowerPC64 that use function descriptors.)
20414 nm @var{binary} --format=posix --defined-only \
20415 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
20416 | sort > funcsyms
20417
20418 # Keep all the function symbols not already in the dynamic symbol
20419 # table.
20420 comm -13 dynsyms funcsyms > keep_symbols
20421
20422 # Separate full debug info into debug binary.
20423 objcopy --only-keep-debug @var{binary} debug
20424
20425 # Copy the full debuginfo, keeping only a minimal set of symbols and
20426 # removing some unnecessary sections.
20427 objcopy -S --remove-section .gdb_index --remove-section .comment \
20428 --keep-symbols=keep_symbols debug mini_debuginfo
20429
20430 # Drop the full debug info from the original binary.
20431 strip --strip-all -R .comment @var{binary}
20432
20433 # Inject the compressed data into the .gnu_debugdata section of the
20434 # original binary.
20435 xz mini_debuginfo
20436 objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
20437 @end smallexample
20438
20439 @node Index Files
20440 @section Index Files Speed Up @value{GDBN}
20441 @cindex index files
20442 @cindex @samp{.gdb_index} section
20443
20444 When @value{GDBN} finds a symbol file, it scans the symbols in the
20445 file in order to construct an internal symbol table. This lets most
20446 @value{GDBN} operations work quickly---at the cost of a delay early
20447 on. For large programs, this delay can be quite lengthy, so
20448 @value{GDBN} provides a way to build an index, which speeds up
20449 startup.
20450
20451 For convenience, @value{GDBN} comes with a program,
20452 @command{gdb-add-index}, which can be used to add the index to a
20453 symbol file. It takes the symbol file as its only argument:
20454
20455 @smallexample
20456 $ gdb-add-index symfile
20457 @end smallexample
20458
20459 @xref{gdb-add-index}.
20460
20461 It is also possible to do the work manually. Here is what
20462 @command{gdb-add-index} does behind the curtains.
20463
20464 The index is stored as a section in the symbol file. @value{GDBN} can
20465 write the index to a file, then you can put it into the symbol file
20466 using @command{objcopy}.
20467
20468 To create an index file, use the @code{save gdb-index} command:
20469
20470 @table @code
20471 @item save gdb-index [-dwarf-5] @var{directory}
20472 @kindex save gdb-index
20473 Create index files for all symbol files currently known by
20474 @value{GDBN}. For each known @var{symbol-file}, this command by
20475 default creates it produces a single file
20476 @file{@var{symbol-file}.gdb-index}. If you invoke this command with
20477 the @option{-dwarf-5} option, it produces 2 files:
20478 @file{@var{symbol-file}.debug_names} and
20479 @file{@var{symbol-file}.debug_str}. The files are created in the
20480 given @var{directory}.
20481 @end table
20482
20483 Once you have created an index file you can merge it into your symbol
20484 file, here named @file{symfile}, using @command{objcopy}:
20485
20486 @smallexample
20487 $ objcopy --add-section .gdb_index=symfile.gdb-index \
20488 --set-section-flags .gdb_index=readonly symfile symfile
20489 @end smallexample
20490
20491 Or for @code{-dwarf-5}:
20492
20493 @smallexample
20494 $ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
20495 $ cat symfile.debug_str >>symfile.debug_str.new
20496 $ objcopy --add-section .debug_names=symfile.gdb-index \
20497 --set-section-flags .debug_names=readonly \
20498 --update-section .debug_str=symfile.debug_str.new symfile symfile
20499 @end smallexample
20500
20501 @value{GDBN} will normally ignore older versions of @file{.gdb_index}
20502 sections that have been deprecated. Usually they are deprecated because
20503 they are missing a new feature or have performance issues.
20504 To tell @value{GDBN} to use a deprecated index section anyway
20505 specify @code{set use-deprecated-index-sections on}.
20506 The default is @code{off}.
20507 This can speed up startup, but may result in some functionality being lost.
20508 @xref{Index Section Format}.
20509
20510 @emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
20511 must be done before gdb reads the file. The following will not work:
20512
20513 @smallexample
20514 $ gdb -ex "set use-deprecated-index-sections on" <program>
20515 @end smallexample
20516
20517 Instead you must do, for example,
20518
20519 @smallexample
20520 $ gdb -iex "set use-deprecated-index-sections on" <program>
20521 @end smallexample
20522
20523 There are currently some limitation on indices. They only work when
20524 for DWARF debugging information, not stabs. And, they do not
20525 currently work for programs using Ada.
20526
20527 @subsection Automatic symbol index cache
20528
20529 @cindex automatic symbol index cache
20530 It is possible for @value{GDBN} to automatically save a copy of this index in a
20531 cache on disk and retrieve it from there when loading the same binary in the
20532 future. This feature can be turned on with @kbd{set index-cache on}. The
20533 following commands can be used to tweak the behavior of the index cache.
20534
20535 @table @code
20536
20537 @kindex set index-cache
20538 @item set index-cache on
20539 @itemx set index-cache off
20540 Enable or disable the use of the symbol index cache.
20541
20542 @item set index-cache directory @var{directory}
20543 @kindex show index-cache
20544 @itemx show index-cache directory
20545 Set/show the directory where index files will be saved.
20546
20547 The default value for this directory depends on the host platform. On
20548 most systems, the index is cached in the @file{gdb} subdirectory of
20549 the directory pointed to by the @env{XDG_CACHE_HOME} environment
20550 variable, if it is defined, else in the @file{.cache/gdb} subdirectory
20551 of your home directory. However, on some systems, the default may
20552 differ according to local convention.
20553
20554 There is no limit on the disk space used by index cache. It is perfectly safe
20555 to delete the content of that directory to free up disk space.
20556
20557 @item show index-cache stats
20558 Print the number of cache hits and misses since the launch of @value{GDBN}.
20559
20560 @end table
20561
20562 @node Symbol Errors
20563 @section Errors Reading Symbol Files
20564
20565 While reading a symbol file, @value{GDBN} occasionally encounters problems,
20566 such as symbol types it does not recognize, or known bugs in compiler
20567 output. By default, @value{GDBN} does not notify you of such problems, since
20568 they are relatively common and primarily of interest to people
20569 debugging compilers. If you are interested in seeing information
20570 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
20571 only one message about each such type of problem, no matter how many
20572 times the problem occurs; or you can ask @value{GDBN} to print more messages,
20573 to see how many times the problems occur, with the @code{set
20574 complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
20575 Messages}).
20576
20577 The messages currently printed, and their meanings, include:
20578
20579 @table @code
20580 @item inner block not inside outer block in @var{symbol}
20581
20582 The symbol information shows where symbol scopes begin and end
20583 (such as at the start of a function or a block of statements). This
20584 error indicates that an inner scope block is not fully contained
20585 in its outer scope blocks.
20586
20587 @value{GDBN} circumvents the problem by treating the inner block as if it had
20588 the same scope as the outer block. In the error message, @var{symbol}
20589 may be shown as ``@code{(don't know)}'' if the outer block is not a
20590 function.
20591
20592 @item block at @var{address} out of order
20593
20594 The symbol information for symbol scope blocks should occur in
20595 order of increasing addresses. This error indicates that it does not
20596 do so.
20597
20598 @value{GDBN} does not circumvent this problem, and has trouble
20599 locating symbols in the source file whose symbols it is reading. (You
20600 can often determine what source file is affected by specifying
20601 @code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
20602 Messages}.)
20603
20604 @item bad block start address patched
20605
20606 The symbol information for a symbol scope block has a start address
20607 smaller than the address of the preceding source line. This is known
20608 to occur in the SunOS 4.1.1 (and earlier) C compiler.
20609
20610 @value{GDBN} circumvents the problem by treating the symbol scope block as
20611 starting on the previous source line.
20612
20613 @item bad string table offset in symbol @var{n}
20614
20615 @cindex foo
20616 Symbol number @var{n} contains a pointer into the string table which is
20617 larger than the size of the string table.
20618
20619 @value{GDBN} circumvents the problem by considering the symbol to have the
20620 name @code{foo}, which may cause other problems if many symbols end up
20621 with this name.
20622
20623 @item unknown symbol type @code{0x@var{nn}}
20624
20625 The symbol information contains new data types that @value{GDBN} does
20626 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
20627 uncomprehended information, in hexadecimal.
20628
20629 @value{GDBN} circumvents the error by ignoring this symbol information.
20630 This usually allows you to debug your program, though certain symbols
20631 are not accessible. If you encounter such a problem and feel like
20632 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
20633 on @code{complain}, then go up to the function @code{read_dbx_symtab}
20634 and examine @code{*bufp} to see the symbol.
20635
20636 @item stub type has NULL name
20637
20638 @value{GDBN} could not find the full definition for a struct or class.
20639
20640 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
20641 The symbol information for a C@t{++} member function is missing some
20642 information that recent versions of the compiler should have output for
20643 it.
20644
20645 @item info mismatch between compiler and debugger
20646
20647 @value{GDBN} could not parse a type specification output by the compiler.
20648
20649 @end table
20650
20651 @node Data Files
20652 @section GDB Data Files
20653
20654 @cindex prefix for data files
20655 @value{GDBN} will sometimes read an auxiliary data file. These files
20656 are kept in a directory known as the @dfn{data directory}.
20657
20658 You can set the data directory's name, and view the name @value{GDBN}
20659 is currently using.
20660
20661 @table @code
20662 @kindex set data-directory
20663 @item set data-directory @var{directory}
20664 Set the directory which @value{GDBN} searches for auxiliary data files
20665 to @var{directory}.
20666
20667 @kindex show data-directory
20668 @item show data-directory
20669 Show the directory @value{GDBN} searches for auxiliary data files.
20670 @end table
20671
20672 @cindex default data directory
20673 @cindex @samp{--with-gdb-datadir}
20674 You can set the default data directory by using the configure-time
20675 @samp{--with-gdb-datadir} option. If the data directory is inside
20676 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
20677 @samp{--exec-prefix}), then the default data directory will be updated
20678 automatically if the installed @value{GDBN} is moved to a new
20679 location.
20680
20681 The data directory may also be specified with the
20682 @code{--data-directory} command line option.
20683 @xref{Mode Options}.
20684
20685 @node Targets
20686 @chapter Specifying a Debugging Target
20687
20688 @cindex debugging target
20689 A @dfn{target} is the execution environment occupied by your program.
20690
20691 Often, @value{GDBN} runs in the same host environment as your program;
20692 in that case, the debugging target is specified as a side effect when
20693 you use the @code{file} or @code{core} commands. When you need more
20694 flexibility---for example, running @value{GDBN} on a physically separate
20695 host, or controlling a standalone system over a serial port or a
20696 realtime system over a TCP/IP connection---you can use the @code{target}
20697 command to specify one of the target types configured for @value{GDBN}
20698 (@pxref{Target Commands, ,Commands for Managing Targets}).
20699
20700 @cindex target architecture
20701 It is possible to build @value{GDBN} for several different @dfn{target
20702 architectures}. When @value{GDBN} is built like that, you can choose
20703 one of the available architectures with the @kbd{set architecture}
20704 command.
20705
20706 @table @code
20707 @kindex set architecture
20708 @kindex show architecture
20709 @item set architecture @var{arch}
20710 This command sets the current target architecture to @var{arch}. The
20711 value of @var{arch} can be @code{"auto"}, in addition to one of the
20712 supported architectures.
20713
20714 @item show architecture
20715 Show the current target architecture.
20716
20717 @item set processor
20718 @itemx processor
20719 @kindex set processor
20720 @kindex show processor
20721 These are alias commands for, respectively, @code{set architecture}
20722 and @code{show architecture}.
20723 @end table
20724
20725 @menu
20726 * Active Targets:: Active targets
20727 * Target Commands:: Commands for managing targets
20728 * Byte Order:: Choosing target byte order
20729 @end menu
20730
20731 @node Active Targets
20732 @section Active Targets
20733
20734 @cindex stacking targets
20735 @cindex active targets
20736 @cindex multiple targets
20737
20738 There are multiple classes of targets such as: processes, executable files or
20739 recording sessions. Core files belong to the process class, making core file
20740 and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
20741 on multiple active targets, one in each class. This allows you to (for
20742 example) start a process and inspect its activity, while still having access to
20743 the executable file after the process finishes. Or if you start process
20744 recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
20745 presented a virtual layer of the recording target, while the process target
20746 remains stopped at the chronologically last point of the process execution.
20747
20748 Use the @code{core-file} and @code{exec-file} commands to select a new core
20749 file or executable target (@pxref{Files, ,Commands to Specify Files}). To
20750 specify as a target a process that is already running, use the @code{attach}
20751 command (@pxref{Attach, ,Debugging an Already-running Process}).
20752
20753 @node Target Commands
20754 @section Commands for Managing Targets
20755
20756 @table @code
20757 @item target @var{type} @var{parameters}
20758 Connects the @value{GDBN} host environment to a target machine or
20759 process. A target is typically a protocol for talking to debugging
20760 facilities. You use the argument @var{type} to specify the type or
20761 protocol of the target machine.
20762
20763 Further @var{parameters} are interpreted by the target protocol, but
20764 typically include things like device names or host names to connect
20765 with, process numbers, and baud rates.
20766
20767 The @code{target} command does not repeat if you press @key{RET} again
20768 after executing the command.
20769
20770 @kindex help target
20771 @item help target
20772 Displays the names of all targets available. To display targets
20773 currently selected, use either @code{info target} or @code{info files}
20774 (@pxref{Files, ,Commands to Specify Files}).
20775
20776 @item help target @var{name}
20777 Describe a particular target, including any parameters necessary to
20778 select it.
20779
20780 @kindex set gnutarget
20781 @item set gnutarget @var{args}
20782 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
20783 knows whether it is reading an @dfn{executable},
20784 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
20785 with the @code{set gnutarget} command. Unlike most @code{target} commands,
20786 with @code{gnutarget} the @code{target} refers to a program, not a machine.
20787
20788 @quotation
20789 @emph{Warning:} To specify a file format with @code{set gnutarget},
20790 you must know the actual BFD name.
20791 @end quotation
20792
20793 @noindent
20794 @xref{Files, , Commands to Specify Files}.
20795
20796 @kindex show gnutarget
20797 @item show gnutarget
20798 Use the @code{show gnutarget} command to display what file format
20799 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
20800 @value{GDBN} will determine the file format for each file automatically,
20801 and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
20802 @end table
20803
20804 @cindex common targets
20805 Here are some common targets (available, or not, depending on the GDB
20806 configuration):
20807
20808 @table @code
20809 @kindex target
20810 @item target exec @var{program}
20811 @cindex executable file target
20812 An executable file. @samp{target exec @var{program}} is the same as
20813 @samp{exec-file @var{program}}.
20814
20815 @item target core @var{filename}
20816 @cindex core dump file target
20817 A core dump file. @samp{target core @var{filename}} is the same as
20818 @samp{core-file @var{filename}}.
20819
20820 @item target remote @var{medium}
20821 @cindex remote target
20822 A remote system connected to @value{GDBN} via a serial line or network
20823 connection. This command tells @value{GDBN} to use its own remote
20824 protocol over @var{medium} for debugging. @xref{Remote Debugging}.
20825
20826 For example, if you have a board connected to @file{/dev/ttya} on the
20827 machine running @value{GDBN}, you could say:
20828
20829 @smallexample
20830 target remote /dev/ttya
20831 @end smallexample
20832
20833 @code{target remote} supports the @code{load} command. This is only
20834 useful if you have some other way of getting the stub to the target
20835 system, and you can put it somewhere in memory where it won't get
20836 clobbered by the download.
20837
20838 @item target sim @r{[}@var{simargs}@r{]} @dots{}
20839 @cindex built-in simulator target
20840 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
20841 In general,
20842 @smallexample
20843 target sim
20844 load
20845 run
20846 @end smallexample
20847 @noindent
20848 works; however, you cannot assume that a specific memory map, device
20849 drivers, or even basic I/O is available, although some simulators do
20850 provide these. For info about any processor-specific simulator details,
20851 see the appropriate section in @ref{Embedded Processors, ,Embedded
20852 Processors}.
20853
20854 @item target native
20855 @cindex native target
20856 Setup for local/native process debugging. Useful to make the
20857 @code{run} command spawn native processes (likewise @code{attach},
20858 etc.@:) even when @code{set auto-connect-native-target} is @code{off}
20859 (@pxref{set auto-connect-native-target}).
20860
20861 @end table
20862
20863 Different targets are available on different configurations of @value{GDBN};
20864 your configuration may have more or fewer targets.
20865
20866 Many remote targets require you to download the executable's code once
20867 you've successfully established a connection. You may wish to control
20868 various aspects of this process.
20869
20870 @table @code
20871
20872 @item set hash
20873 @kindex set hash@r{, for remote monitors}
20874 @cindex hash mark while downloading
20875 This command controls whether a hash mark @samp{#} is displayed while
20876 downloading a file to the remote monitor. If on, a hash mark is
20877 displayed after each S-record is successfully downloaded to the
20878 monitor.
20879
20880 @item show hash
20881 @kindex show hash@r{, for remote monitors}
20882 Show the current status of displaying the hash mark.
20883
20884 @item set debug monitor
20885 @kindex set debug monitor
20886 @cindex display remote monitor communications
20887 Enable or disable display of communications messages between
20888 @value{GDBN} and the remote monitor.
20889
20890 @item show debug monitor
20891 @kindex show debug monitor
20892 Show the current status of displaying communications between
20893 @value{GDBN} and the remote monitor.
20894 @end table
20895
20896 @table @code
20897
20898 @kindex load @var{filename} @var{offset}
20899 @item load @var{filename} @var{offset}
20900 @anchor{load}
20901 Depending on what remote debugging facilities are configured into
20902 @value{GDBN}, the @code{load} command may be available. Where it exists, it
20903 is meant to make @var{filename} (an executable) available for debugging
20904 on the remote system---by downloading, or dynamic linking, for example.
20905 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
20906 the @code{add-symbol-file} command.
20907
20908 If your @value{GDBN} does not have a @code{load} command, attempting to
20909 execute it gets the error message ``@code{You can't do that when your
20910 target is @dots{}}''
20911
20912 The file is loaded at whatever address is specified in the executable.
20913 For some object file formats, you can specify the load address when you
20914 link the program; for other formats, like a.out, the object file format
20915 specifies a fixed address.
20916 @c FIXME! This would be a good place for an xref to the GNU linker doc.
20917
20918 It is also possible to tell @value{GDBN} to load the executable file at a
20919 specific offset described by the optional argument @var{offset}. When
20920 @var{offset} is provided, @var{filename} must also be provided.
20921
20922 Depending on the remote side capabilities, @value{GDBN} may be able to
20923 load programs into flash memory.
20924
20925 @code{load} does not repeat if you press @key{RET} again after using it.
20926 @end table
20927
20928 @table @code
20929
20930 @kindex flash-erase
20931 @item flash-erase
20932 @anchor{flash-erase}
20933
20934 Erases all known flash memory regions on the target.
20935
20936 @end table
20937
20938 @node Byte Order
20939 @section Choosing Target Byte Order
20940
20941 @cindex choosing target byte order
20942 @cindex target byte order
20943
20944 Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
20945 offer the ability to run either big-endian or little-endian byte
20946 orders. Usually the executable or symbol will include a bit to
20947 designate the endian-ness, and you will not need to worry about
20948 which to use. However, you may still find it useful to adjust
20949 @value{GDBN}'s idea of processor endian-ness manually.
20950
20951 @table @code
20952 @kindex set endian
20953 @item set endian big
20954 Instruct @value{GDBN} to assume the target is big-endian.
20955
20956 @item set endian little
20957 Instruct @value{GDBN} to assume the target is little-endian.
20958
20959 @item set endian auto
20960 Instruct @value{GDBN} to use the byte order associated with the
20961 executable.
20962
20963 @item show endian
20964 Display @value{GDBN}'s current idea of the target byte order.
20965
20966 @end table
20967
20968 If the @code{set endian auto} mode is in effect and no executable has
20969 been selected, then the endianness used is the last one chosen either
20970 by one of the @code{set endian big} and @code{set endian little}
20971 commands or by inferring from the last executable used. If no
20972 endianness has been previously chosen, then the default for this mode
20973 is inferred from the target @value{GDBN} has been built for, and is
20974 @code{little} if the name of the target CPU has an @code{el} suffix
20975 and @code{big} otherwise.
20976
20977 Note that these commands merely adjust interpretation of symbolic
20978 data on the host, and that they have absolutely no effect on the
20979 target system.
20980
20981
20982 @node Remote Debugging
20983 @chapter Debugging Remote Programs
20984 @cindex remote debugging
20985
20986 If you are trying to debug a program running on a machine that cannot run
20987 @value{GDBN} in the usual way, it is often useful to use remote debugging.
20988 For example, you might use remote debugging on an operating system kernel,
20989 or on a small system which does not have a general purpose operating system
20990 powerful enough to run a full-featured debugger.
20991
20992 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
20993 to make this work with particular debugging targets. In addition,
20994 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
20995 but not specific to any particular target system) which you can use if you
20996 write the remote stubs---the code that runs on the remote system to
20997 communicate with @value{GDBN}.
20998
20999 Other remote targets may be available in your
21000 configuration of @value{GDBN}; use @code{help target} to list them.
21001
21002 @menu
21003 * Connecting:: Connecting to a remote target
21004 * File Transfer:: Sending files to a remote system
21005 * Server:: Using the gdbserver program
21006 * Remote Configuration:: Remote configuration
21007 * Remote Stub:: Implementing a remote stub
21008 @end menu
21009
21010 @node Connecting
21011 @section Connecting to a Remote Target
21012 @cindex remote debugging, connecting
21013 @cindex @code{gdbserver}, connecting
21014 @cindex remote debugging, types of connections
21015 @cindex @code{gdbserver}, types of connections
21016 @cindex @code{gdbserver}, @code{target remote} mode
21017 @cindex @code{gdbserver}, @code{target extended-remote} mode
21018
21019 This section describes how to connect to a remote target, including the
21020 types of connections and their differences, how to set up executable and
21021 symbol files on the host and target, and the commands used for
21022 connecting to and disconnecting from the remote target.
21023
21024 @subsection Types of Remote Connections
21025
21026 @value{GDBN} supports two types of remote connections, @code{target remote}
21027 mode and @code{target extended-remote} mode. Note that many remote targets
21028 support only @code{target remote} mode. There are several major
21029 differences between the two types of connections, enumerated here:
21030
21031 @table @asis
21032
21033 @cindex remote debugging, detach and program exit
21034 @item Result of detach or program exit
21035 @strong{With target remote mode:} When the debugged program exits or you
21036 detach from it, @value{GDBN} disconnects from the target. When using
21037 @code{gdbserver}, @code{gdbserver} will exit.
21038
21039 @strong{With target extended-remote mode:} When the debugged program exits or
21040 you detach from it, @value{GDBN} remains connected to the target, even
21041 though no program is running. You can rerun the program, attach to a
21042 running program, or use @code{monitor} commands specific to the target.
21043
21044 When using @code{gdbserver} in this case, it does not exit unless it was
21045 invoked using the @option{--once} option. If the @option{--once} option
21046 was not used, you can ask @code{gdbserver} to exit using the
21047 @code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
21048
21049 @item Specifying the program to debug
21050 For both connection types you use the @code{file} command to specify the
21051 program on the host system. If you are using @code{gdbserver} there are
21052 some differences in how to specify the location of the program on the
21053 target.
21054
21055 @strong{With target remote mode:} You must either specify the program to debug
21056 on the @code{gdbserver} command line or use the @option{--attach} option
21057 (@pxref{Attaching to a program,,Attaching to a Running Program}).
21058
21059 @cindex @option{--multi}, @code{gdbserver} option
21060 @strong{With target extended-remote mode:} You may specify the program to debug
21061 on the @code{gdbserver} command line, or you can load the program or attach
21062 to it using @value{GDBN} commands after connecting to @code{gdbserver}.
21063
21064 @anchor{--multi Option in Types of Remote Connnections}
21065 You can start @code{gdbserver} without supplying an initial command to run
21066 or process ID to attach. To do this, use the @option{--multi} command line
21067 option. Then you can connect using @code{target extended-remote} and start
21068 the program you want to debug (see below for details on using the
21069 @code{run} command in this scenario). Note that the conditions under which
21070 @code{gdbserver} terminates depend on how @value{GDBN} connects to it
21071 (@code{target remote} or @code{target extended-remote}). The
21072 @option{--multi} option to @code{gdbserver} has no influence on that.
21073
21074 @item The @code{run} command
21075 @strong{With target remote mode:} The @code{run} command is not
21076 supported. Once a connection has been established, you can use all
21077 the usual @value{GDBN} commands to examine and change data. The
21078 remote program is already running, so you can use commands like
21079 @kbd{step} and @kbd{continue}.
21080
21081 @strong{With target extended-remote mode:} The @code{run} command is
21082 supported. The @code{run} command uses the value set by
21083 @code{set remote exec-file} (@pxref{set remote exec-file}) to select
21084 the program to run. Command line arguments are supported, except for
21085 wildcard expansion and I/O redirection (@pxref{Arguments}).
21086
21087 If you specify the program to debug on the command line, then the
21088 @code{run} command is not required to start execution, and you can
21089 resume using commands like @kbd{step} and @kbd{continue} as with
21090 @code{target remote} mode.
21091
21092 @anchor{Attaching in Types of Remote Connections}
21093 @item Attaching
21094 @strong{With target remote mode:} The @value{GDBN} command @code{attach} is
21095 not supported. To attach to a running program using @code{gdbserver}, you
21096 must use the @option{--attach} option (@pxref{Running gdbserver}).
21097
21098 @strong{With target extended-remote mode:} To attach to a running program,
21099 you may use the @code{attach} command after the connection has been
21100 established. If you are using @code{gdbserver}, you may also invoke
21101 @code{gdbserver} using the @option{--attach} option
21102 (@pxref{Running gdbserver}).
21103
21104 @end table
21105
21106 @anchor{Host and target files}
21107 @subsection Host and Target Files
21108 @cindex remote debugging, symbol files
21109 @cindex symbol files, remote debugging
21110
21111 @value{GDBN}, running on the host, needs access to symbol and debugging
21112 information for your program running on the target. This requires
21113 access to an unstripped copy of your program, and possibly any associated
21114 symbol files. Note that this section applies equally to both @code{target
21115 remote} mode and @code{target extended-remote} mode.
21116
21117 Some remote targets (@pxref{qXfer executable filename read}, and
21118 @pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
21119 the same connection used to communicate with @value{GDBN}. With such a
21120 target, if the remote program is unstripped, the only command you need is
21121 @code{target remote} (or @code{target extended-remote}).
21122
21123 If the remote program is stripped, or the target does not support remote
21124 program file access, start up @value{GDBN} using the name of the local
21125 unstripped copy of your program as the first argument, or use the
21126 @code{file} command. Use @code{set sysroot} to specify the location (on
21127 the host) of target libraries (unless your @value{GDBN} was compiled with
21128 the correct sysroot using @code{--with-sysroot}). Alternatively, you
21129 may use @code{set solib-search-path} to specify how @value{GDBN} locates
21130 target libraries.
21131
21132 The symbol file and target libraries must exactly match the executable
21133 and libraries on the target, with one exception: the files on the host
21134 system should not be stripped, even if the files on the target system
21135 are. Mismatched or missing files will lead to confusing results
21136 during debugging. On @sc{gnu}/Linux targets, mismatched or missing
21137 files may also prevent @code{gdbserver} from debugging multi-threaded
21138 programs.
21139
21140 @subsection Remote Connection Commands
21141 @cindex remote connection commands
21142 @value{GDBN} can communicate with the target over a serial line, a
21143 local Unix domain socket, or
21144 over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
21145 each case, @value{GDBN} uses the same protocol for debugging your
21146 program; only the medium carrying the debugging packets varies. The
21147 @code{target remote} and @code{target extended-remote} commands
21148 establish a connection to the target. Both commands accept the same
21149 arguments, which indicate the medium to use:
21150
21151 @table @code
21152
21153 @item target remote @var{serial-device}
21154 @itemx target extended-remote @var{serial-device}
21155 @cindex serial line, @code{target remote}
21156 Use @var{serial-device} to communicate with the target. For example,
21157 to use a serial line connected to the device named @file{/dev/ttyb}:
21158
21159 @smallexample
21160 target remote /dev/ttyb
21161 @end smallexample
21162
21163 If you're using a serial line, you may want to give @value{GDBN} the
21164 @samp{--baud} option, or use the @code{set serial baud} command
21165 (@pxref{Remote Configuration, set serial baud}) before the
21166 @code{target} command.
21167
21168 @item target remote @var{local-socket}
21169 @itemx target extended-remote @var{local-socket}
21170 @cindex local socket, @code{target remote}
21171 @cindex Unix domain socket
21172 Use @var{local-socket} to communicate with the target. For example,
21173 to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
21174
21175 @smallexample
21176 target remote /tmp/gdb-socket0
21177 @end smallexample
21178
21179 Note that this command has the same form as the command to connect
21180 to a serial line. @value{GDBN} will automatically determine which
21181 kind of file you have specified and will make the appropriate kind
21182 of connection.
21183 This feature is not available if the host system does not support
21184 Unix domain sockets.
21185
21186 @item target remote @code{@var{host}:@var{port}}
21187 @itemx target remote @code{@var{[host]}:@var{port}}
21188 @itemx target remote @code{tcp:@var{host}:@var{port}}
21189 @itemx target remote @code{tcp:@var{[host]}:@var{port}}
21190 @itemx target remote @code{tcp4:@var{host}:@var{port}}
21191 @itemx target remote @code{tcp6:@var{host}:@var{port}}
21192 @itemx target remote @code{tcp6:@var{[host]}:@var{port}}
21193 @itemx target extended-remote @code{@var{host}:@var{port}}
21194 @itemx target extended-remote @code{@var{[host]}:@var{port}}
21195 @itemx target extended-remote @code{tcp:@var{host}:@var{port}}
21196 @itemx target extended-remote @code{tcp:@var{[host]}:@var{port}}
21197 @itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
21198 @itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
21199 @itemx target extended-remote @code{tcp6:@var{[host]}:@var{port}}
21200 @cindex @acronym{TCP} port, @code{target remote}
21201 Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
21202 The @var{host} may be either a host name, a numeric @acronym{IPv4}
21203 address, or a numeric @acronym{IPv6} address (with or without the
21204 square brackets to separate the address from the port); @var{port}
21205 must be a decimal number. The @var{host} could be the target machine
21206 itself, if it is directly connected to the net, or it might be a
21207 terminal server which in turn has a serial line to the target.
21208
21209 For example, to connect to port 2828 on a terminal server named
21210 @code{manyfarms}:
21211
21212 @smallexample
21213 target remote manyfarms:2828
21214 @end smallexample
21215
21216 To connect to port 2828 on a terminal server whose address is
21217 @code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
21218 square bracket syntax:
21219
21220 @smallexample
21221 target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
21222 @end smallexample
21223
21224 @noindent
21225 or explicitly specify the @acronym{IPv6} protocol:
21226
21227 @smallexample
21228 target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
21229 @end smallexample
21230
21231 This last example may be confusing to the reader, because there is no
21232 visible separation between the hostname and the port number.
21233 Therefore, we recommend the user to provide @acronym{IPv6} addresses
21234 using square brackets for clarity. However, it is important to
21235 mention that for @value{GDBN} there is no ambiguity: the number after
21236 the last colon is considered to be the port number.
21237
21238 If your remote target is actually running on the same machine as your
21239 debugger session (e.g.@: a simulator for your target running on the
21240 same host), you can omit the hostname. For example, to connect to
21241 port 1234 on your local machine:
21242
21243 @smallexample
21244 target remote :1234
21245 @end smallexample
21246 @noindent
21247
21248 Note that the colon is still required here.
21249
21250 @item target remote @code{udp:@var{host}:@var{port}}
21251 @itemx target remote @code{udp:@var{[host]}:@var{port}}
21252 @itemx target remote @code{udp4:@var{host}:@var{port}}
21253 @itemx target remote @code{udp6:@var{[host]}:@var{port}}
21254 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
21255 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
21256 @itemx target extended-remote @code{udp:@var{[host]}:@var{port}}
21257 @itemx target extended-remote @code{udp4:@var{host}:@var{port}}
21258 @itemx target extended-remote @code{udp6:@var{host}:@var{port}}
21259 @itemx target extended-remote @code{udp6:@var{[host]}:@var{port}}
21260 @cindex @acronym{UDP} port, @code{target remote}
21261 Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
21262 connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
21263
21264 @smallexample
21265 target remote udp:manyfarms:2828
21266 @end smallexample
21267
21268 When using a @acronym{UDP} connection for remote debugging, you should
21269 keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
21270 can silently drop packets on busy or unreliable networks, which will
21271 cause havoc with your debugging session.
21272
21273 @item target remote | @var{command}
21274 @itemx target extended-remote | @var{command}
21275 @cindex pipe, @code{target remote} to
21276 Run @var{command} in the background and communicate with it using a
21277 pipe. The @var{command} is a shell command, to be parsed and expanded
21278 by the system's command shell, @code{/bin/sh}; it should expect remote
21279 protocol packets on its standard input, and send replies on its
21280 standard output. You could use this to run a stand-alone simulator
21281 that speaks the remote debugging protocol, to make net connections
21282 using programs like @code{ssh}, or for other similar tricks.
21283
21284 If @var{command} closes its standard output (perhaps by exiting),
21285 @value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
21286 program has already exited, this will have no effect.)
21287
21288 @end table
21289
21290 @cindex interrupting remote programs
21291 @cindex remote programs, interrupting
21292 Whenever @value{GDBN} is waiting for the remote program, if you type the
21293 interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
21294 program. This may or may not succeed, depending in part on the hardware
21295 and the serial drivers the remote system uses. If you type the
21296 interrupt character once again, @value{GDBN} displays this prompt:
21297
21298 @smallexample
21299 Interrupted while waiting for the program.
21300 Give up (and stop debugging it)? (y or n)
21301 @end smallexample
21302
21303 In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
21304 the remote debugging session. (If you decide you want to try again later,
21305 you can use @kbd{target remote} again to connect once more.) If you type
21306 @kbd{n}, @value{GDBN} goes back to waiting.
21307
21308 In @code{target extended-remote} mode, typing @kbd{n} will leave
21309 @value{GDBN} connected to the target.
21310
21311 @table @code
21312 @kindex detach (remote)
21313 @item detach
21314 When you have finished debugging the remote program, you can use the
21315 @code{detach} command to release it from @value{GDBN} control.
21316 Detaching from the target normally resumes its execution, but the results
21317 will depend on your particular remote stub. After the @code{detach}
21318 command in @code{target remote} mode, @value{GDBN} is free to connect to
21319 another target. In @code{target extended-remote} mode, @value{GDBN} is
21320 still connected to the target.
21321
21322 @kindex disconnect
21323 @item disconnect
21324 The @code{disconnect} command closes the connection to the target, and
21325 the target is generally not resumed. It will wait for @value{GDBN}
21326 (this instance or another one) to connect and continue debugging. After
21327 the @code{disconnect} command, @value{GDBN} is again free to connect to
21328 another target.
21329
21330 @cindex send command to remote monitor
21331 @cindex extend @value{GDBN} for remote targets
21332 @cindex add new commands for external monitor
21333 @kindex monitor
21334 @item monitor @var{cmd}
21335 This command allows you to send arbitrary commands directly to the
21336 remote monitor. Since @value{GDBN} doesn't care about the commands it
21337 sends like this, this command is the way to extend @value{GDBN}---you
21338 can add new commands that only the external monitor will understand
21339 and implement.
21340 @end table
21341
21342 @node File Transfer
21343 @section Sending files to a remote system
21344 @cindex remote target, file transfer
21345 @cindex file transfer
21346 @cindex sending files to remote systems
21347
21348 Some remote targets offer the ability to transfer files over the same
21349 connection used to communicate with @value{GDBN}. This is convenient
21350 for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
21351 running @code{gdbserver} over a network interface. For other targets,
21352 e.g.@: embedded devices with only a single serial port, this may be
21353 the only way to upload or download files.
21354
21355 Not all remote targets support these commands.
21356
21357 @table @code
21358 @kindex remote put
21359 @item remote put @var{hostfile} @var{targetfile}
21360 Copy file @var{hostfile} from the host system (the machine running
21361 @value{GDBN}) to @var{targetfile} on the target system.
21362
21363 @kindex remote get
21364 @item remote get @var{targetfile} @var{hostfile}
21365 Copy file @var{targetfile} from the target system to @var{hostfile}
21366 on the host system.
21367
21368 @kindex remote delete
21369 @item remote delete @var{targetfile}
21370 Delete @var{targetfile} from the target system.
21371
21372 @end table
21373
21374 @node Server
21375 @section Using the @code{gdbserver} Program
21376
21377 @kindex gdbserver
21378 @cindex remote connection without stubs
21379 @code{gdbserver} is a control program for Unix-like systems, which
21380 allows you to connect your program with a remote @value{GDBN} via
21381 @code{target remote} or @code{target extended-remote}---but without
21382 linking in the usual debugging stub.
21383
21384 @code{gdbserver} is not a complete replacement for the debugging stubs,
21385 because it requires essentially the same operating-system facilities
21386 that @value{GDBN} itself does. In fact, a system that can run
21387 @code{gdbserver} to connect to a remote @value{GDBN} could also run
21388 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
21389 because it is a much smaller program than @value{GDBN} itself. It is
21390 also easier to port than all of @value{GDBN}, so you may be able to get
21391 started more quickly on a new system by using @code{gdbserver}.
21392 Finally, if you develop code for real-time systems, you may find that
21393 the tradeoffs involved in real-time operation make it more convenient to
21394 do as much development work as possible on another system, for example
21395 by cross-compiling. You can use @code{gdbserver} to make a similar
21396 choice for debugging.
21397
21398 @value{GDBN} and @code{gdbserver} communicate via either a serial line
21399 or a TCP connection, using the standard @value{GDBN} remote serial
21400 protocol.
21401
21402 @quotation
21403 @emph{Warning:} @code{gdbserver} does not have any built-in security.
21404 Do not run @code{gdbserver} connected to any public network; a
21405 @value{GDBN} connection to @code{gdbserver} provides access to the
21406 target system with the same privileges as the user running
21407 @code{gdbserver}.
21408 @end quotation
21409
21410 @anchor{Running gdbserver}
21411 @subsection Running @code{gdbserver}
21412 @cindex arguments, to @code{gdbserver}
21413 @cindex @code{gdbserver}, command-line arguments
21414
21415 Run @code{gdbserver} on the target system. You need a copy of the
21416 program you want to debug, including any libraries it requires.
21417 @code{gdbserver} does not need your program's symbol table, so you can
21418 strip the program if necessary to save space. @value{GDBN} on the host
21419 system does all the symbol handling.
21420
21421 To use the server, you must tell it how to communicate with @value{GDBN};
21422 the name of your program; and the arguments for your program. The usual
21423 syntax is:
21424
21425 @smallexample
21426 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
21427 @end smallexample
21428
21429 @var{comm} is either a device name (to use a serial line), or a TCP
21430 hostname and portnumber, or @code{-} or @code{stdio} to use
21431 stdin/stdout of @code{gdbserver}.
21432 For example, to debug Emacs with the argument
21433 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
21434 @file{/dev/com1}:
21435
21436 @smallexample
21437 target> gdbserver /dev/com1 emacs foo.txt
21438 @end smallexample
21439
21440 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
21441 with it.
21442
21443 To use a TCP connection instead of a serial line:
21444
21445 @smallexample
21446 target> gdbserver host:2345 emacs foo.txt
21447 @end smallexample
21448
21449 The only difference from the previous example is the first argument,
21450 specifying that you are communicating with the host @value{GDBN} via
21451 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
21452 expect a TCP connection from machine @samp{host} to local TCP port 2345.
21453 (Currently, the @samp{host} part is ignored.) You can choose any number
21454 you want for the port number as long as it does not conflict with any
21455 TCP ports already in use on the target system (for example, @code{23} is
21456 reserved for @code{telnet}).@footnote{If you choose a port number that
21457 conflicts with another service, @code{gdbserver} prints an error message
21458 and exits.} You must use the same port number with the host @value{GDBN}
21459 @code{target remote} command.
21460
21461 The @code{stdio} connection is useful when starting @code{gdbserver}
21462 with ssh:
21463
21464 @smallexample
21465 (gdb) target remote | ssh -T hostname gdbserver - hello
21466 @end smallexample
21467
21468 The @samp{-T} option to ssh is provided because we don't need a remote pty,
21469 and we don't want escape-character handling. Ssh does this by default when
21470 a command is provided, the flag is provided to make it explicit.
21471 You could elide it if you want to.
21472
21473 Programs started with stdio-connected gdbserver have @file{/dev/null} for
21474 @code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
21475 display through a pipe connected to gdbserver.
21476 Both @code{stdout} and @code{stderr} use the same pipe.
21477
21478 @anchor{Attaching to a program}
21479 @subsubsection Attaching to a Running Program
21480 @cindex attach to a program, @code{gdbserver}
21481 @cindex @option{--attach}, @code{gdbserver} option
21482
21483 On some targets, @code{gdbserver} can also attach to running programs.
21484 This is accomplished via the @code{--attach} argument. The syntax is:
21485
21486 @smallexample
21487 target> gdbserver --attach @var{comm} @var{pid}
21488 @end smallexample
21489
21490 @var{pid} is the process ID of a currently running process. It isn't
21491 necessary to point @code{gdbserver} at a binary for the running process.
21492
21493 In @code{target extended-remote} mode, you can also attach using the
21494 @value{GDBN} attach command
21495 (@pxref{Attaching in Types of Remote Connections}).
21496
21497 @pindex pidof
21498 You can debug processes by name instead of process ID if your target has the
21499 @code{pidof} utility:
21500
21501 @smallexample
21502 target> gdbserver --attach @var{comm} `pidof @var{program}`
21503 @end smallexample
21504
21505 In case more than one copy of @var{program} is running, or @var{program}
21506 has multiple threads, most versions of @code{pidof} support the
21507 @code{-s} option to only return the first process ID.
21508
21509 @subsubsection TCP port allocation lifecycle of @code{gdbserver}
21510
21511 This section applies only when @code{gdbserver} is run to listen on a TCP
21512 port.
21513
21514 @code{gdbserver} normally terminates after all of its debugged processes have
21515 terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
21516 extended-remote}, @code{gdbserver} stays running even with no processes left.
21517 @value{GDBN} normally terminates the spawned debugged process on its exit,
21518 which normally also terminates @code{gdbserver} in the @kbd{target remote}
21519 mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
21520 cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
21521 stays running even in the @kbd{target remote} mode.
21522
21523 When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
21524 Such reconnecting is useful for features like @ref{disconnected tracing}. For
21525 completeness, at most one @value{GDBN} can be connected at a time.
21526
21527 @cindex @option{--once}, @code{gdbserver} option
21528 By default, @code{gdbserver} keeps the listening TCP port open, so that
21529 subsequent connections are possible. However, if you start @code{gdbserver}
21530 with the @option{--once} option, it will stop listening for any further
21531 connection attempts after connecting to the first @value{GDBN} session. This
21532 means no further connections to @code{gdbserver} will be possible after the
21533 first one. It also means @code{gdbserver} will terminate after the first
21534 connection with remote @value{GDBN} has closed, even for unexpectedly closed
21535 connections and even in the @kbd{target extended-remote} mode. The
21536 @option{--once} option allows reusing the same port number for connecting to
21537 multiple instances of @code{gdbserver} running on the same host, since each
21538 instance closes its port after the first connection.
21539
21540 @anchor{Other Command-Line Arguments for gdbserver}
21541 @subsubsection Other Command-Line Arguments for @code{gdbserver}
21542
21543 You can use the @option{--multi} option to start @code{gdbserver} without
21544 specifying a program to debug or a process to attach to. Then you can
21545 attach in @code{target extended-remote} mode and run or attach to a
21546 program. For more information,
21547 @pxref{--multi Option in Types of Remote Connnections}.
21548
21549 @cindex @option{--debug}, @code{gdbserver} option
21550 The @option{--debug} option tells @code{gdbserver} to display extra
21551 status information about the debugging process.
21552 @cindex @option{--remote-debug}, @code{gdbserver} option
21553 The @option{--remote-debug} option tells @code{gdbserver} to display
21554 remote protocol debug output.
21555 @cindex @option{--debug-file}, @code{gdbserver} option
21556 @cindex @code{gdbserver}, send all debug output to a single file
21557 The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
21558 write any debug output to the given @var{filename}. These options are intended
21559 for @code{gdbserver} development and for bug reports to the developers.
21560
21561 @cindex @option{--debug-format}, @code{gdbserver} option
21562 The @option{--debug-format=option1[,option2,...]} option tells
21563 @code{gdbserver} to include additional information in each output.
21564 Possible options are:
21565
21566 @table @code
21567 @item none
21568 Turn off all extra information in debugging output.
21569 @item all
21570 Turn on all extra information in debugging output.
21571 @item timestamps
21572 Include a timestamp in each line of debugging output.
21573 @end table
21574
21575 Options are processed in order. Thus, for example, if @option{none}
21576 appears last then no additional information is added to debugging output.
21577
21578 @cindex @option{--wrapper}, @code{gdbserver} option
21579 The @option{--wrapper} option specifies a wrapper to launch programs
21580 for debugging. The option should be followed by the name of the
21581 wrapper, then any command-line arguments to pass to the wrapper, then
21582 @kbd{--} indicating the end of the wrapper arguments.
21583
21584 @code{gdbserver} runs the specified wrapper program with a combined
21585 command line including the wrapper arguments, then the name of the
21586 program to debug, then any arguments to the program. The wrapper
21587 runs until it executes your program, and then @value{GDBN} gains control.
21588
21589 You can use any program that eventually calls @code{execve} with
21590 its arguments as a wrapper. Several standard Unix utilities do
21591 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
21592 with @code{exec "$@@"} will also work.
21593
21594 For example, you can use @code{env} to pass an environment variable to
21595 the debugged program, without setting the variable in @code{gdbserver}'s
21596 environment:
21597
21598 @smallexample
21599 $ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
21600 @end smallexample
21601
21602 @cindex @option{--selftest}
21603 The @option{--selftest} option runs the self tests in @code{gdbserver}:
21604
21605 @smallexample
21606 $ gdbserver --selftest
21607 Ran 2 unit tests, 0 failed
21608 @end smallexample
21609
21610 These tests are disabled in release.
21611 @subsection Connecting to @code{gdbserver}
21612
21613 The basic procedure for connecting to the remote target is:
21614 @itemize
21615
21616 @item
21617 Run @value{GDBN} on the host system.
21618
21619 @item
21620 Make sure you have the necessary symbol files
21621 (@pxref{Host and target files}).
21622 Load symbols for your application using the @code{file} command before you
21623 connect. Use @code{set sysroot} to locate target libraries (unless your
21624 @value{GDBN} was compiled with the correct sysroot using
21625 @code{--with-sysroot}).
21626
21627 @item
21628 Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
21629 For TCP connections, you must start up @code{gdbserver} prior to using
21630 the @code{target} command. Otherwise you may get an error whose
21631 text depends on the host system, but which usually looks something like
21632 @samp{Connection refused}. Don't use the @code{load}
21633 command in @value{GDBN} when using @code{target remote} mode, since the
21634 program is already on the target.
21635
21636 @end itemize
21637
21638 @anchor{Monitor Commands for gdbserver}
21639 @subsection Monitor Commands for @code{gdbserver}
21640 @cindex monitor commands, for @code{gdbserver}
21641
21642 During a @value{GDBN} session using @code{gdbserver}, you can use the
21643 @code{monitor} command to send special requests to @code{gdbserver}.
21644 Here are the available commands.
21645
21646 @table @code
21647 @item monitor help
21648 List the available monitor commands.
21649
21650 @item monitor set debug 0
21651 @itemx monitor set debug 1
21652 Disable or enable general debugging messages.
21653
21654 @item monitor set remote-debug 0
21655 @itemx monitor set remote-debug 1
21656 Disable or enable specific debugging messages associated with the remote
21657 protocol (@pxref{Remote Protocol}).
21658
21659 @item monitor set debug-file filename
21660 @itemx monitor set debug-file
21661 Send any debug output to the given file, or to stderr.
21662
21663 @item monitor set debug-format option1@r{[},option2,...@r{]}
21664 Specify additional text to add to debugging messages.
21665 Possible options are:
21666
21667 @table @code
21668 @item none
21669 Turn off all extra information in debugging output.
21670 @item all
21671 Turn on all extra information in debugging output.
21672 @item timestamps
21673 Include a timestamp in each line of debugging output.
21674 @end table
21675
21676 Options are processed in order. Thus, for example, if @option{none}
21677 appears last then no additional information is added to debugging output.
21678
21679 @item monitor set libthread-db-search-path [PATH]
21680 @cindex gdbserver, search path for @code{libthread_db}
21681 When this command is issued, @var{path} is a colon-separated list of
21682 directories to search for @code{libthread_db} (@pxref{Threads,,set
21683 libthread-db-search-path}). If you omit @var{path},
21684 @samp{libthread-db-search-path} will be reset to its default value.
21685
21686 The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
21687 not supported in @code{gdbserver}.
21688
21689 @item monitor exit
21690 Tell gdbserver to exit immediately. This command should be followed by
21691 @code{disconnect} to close the debugging session. @code{gdbserver} will
21692 detach from any attached processes and kill any processes it created.
21693 Use @code{monitor exit} to terminate @code{gdbserver} at the end
21694 of a multi-process mode debug session.
21695
21696 @end table
21697
21698 @subsection Tracepoints support in @code{gdbserver}
21699 @cindex tracepoints support in @code{gdbserver}
21700
21701 On some targets, @code{gdbserver} supports tracepoints, fast
21702 tracepoints and static tracepoints.
21703
21704 For fast or static tracepoints to work, a special library called the
21705 @dfn{in-process agent} (IPA), must be loaded in the inferior process.
21706 This library is built and distributed as an integral part of
21707 @code{gdbserver}. In addition, support for static tracepoints
21708 requires building the in-process agent library with static tracepoints
21709 support. At present, the UST (LTTng Userspace Tracer,
21710 @url{http://lttng.org/ust}) tracing engine is supported. This support
21711 is automatically available if UST development headers are found in the
21712 standard include path when @code{gdbserver} is built, or if
21713 @code{gdbserver} was explicitly configured using @option{--with-ust}
21714 to point at such headers. You can explicitly disable the support
21715 using @option{--with-ust=no}.
21716
21717 There are several ways to load the in-process agent in your program:
21718
21719 @table @code
21720 @item Specifying it as dependency at link time
21721
21722 You can link your program dynamically with the in-process agent
21723 library. On most systems, this is accomplished by adding
21724 @code{-linproctrace} to the link command.
21725
21726 @item Using the system's preloading mechanisms
21727
21728 You can force loading the in-process agent at startup time by using
21729 your system's support for preloading shared libraries. Many Unixes
21730 support the concept of preloading user defined libraries. In most
21731 cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
21732 in the environment. See also the description of @code{gdbserver}'s
21733 @option{--wrapper} command line option.
21734
21735 @item Using @value{GDBN} to force loading the agent at run time
21736
21737 On some systems, you can force the inferior to load a shared library,
21738 by calling a dynamic loader function in the inferior that takes care
21739 of dynamically looking up and loading a shared library. On most Unix
21740 systems, the function is @code{dlopen}. You'll use the @code{call}
21741 command for that. For example:
21742
21743 @smallexample
21744 (@value{GDBP}) call dlopen ("libinproctrace.so", ...)
21745 @end smallexample
21746
21747 Note that on most Unix systems, for the @code{dlopen} function to be
21748 available, the program needs to be linked with @code{-ldl}.
21749 @end table
21750
21751 On systems that have a userspace dynamic loader, like most Unix
21752 systems, when you connect to @code{gdbserver} using @code{target
21753 remote}, you'll find that the program is stopped at the dynamic
21754 loader's entry point, and no shared library has been loaded in the
21755 program's address space yet, including the in-process agent. In that
21756 case, before being able to use any of the fast or static tracepoints
21757 features, you need to let the loader run and load the shared
21758 libraries. The simplest way to do that is to run the program to the
21759 main procedure. E.g., if debugging a C or C@t{++} program, start
21760 @code{gdbserver} like so:
21761
21762 @smallexample
21763 $ gdbserver :9999 myprogram
21764 @end smallexample
21765
21766 Start GDB and connect to @code{gdbserver} like so, and run to main:
21767
21768 @smallexample
21769 $ gdb myprogram
21770 (@value{GDBP}) target remote myhost:9999
21771 0x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
21772 (@value{GDBP}) b main
21773 (@value{GDBP}) continue
21774 @end smallexample
21775
21776 The in-process tracing agent library should now be loaded into the
21777 process; you can confirm it with the @code{info sharedlibrary}
21778 command, which will list @file{libinproctrace.so} as loaded in the
21779 process. You are now ready to install fast tracepoints, list static
21780 tracepoint markers, probe static tracepoints markers, and start
21781 tracing.
21782
21783 @node Remote Configuration
21784 @section Remote Configuration
21785
21786 @kindex set remote
21787 @kindex show remote
21788 This section documents the configuration options available when
21789 debugging remote programs. For the options related to the File I/O
21790 extensions of the remote protocol, see @ref{system,
21791 system-call-allowed}.
21792
21793 @table @code
21794 @item set remoteaddresssize @var{bits}
21795 @cindex address size for remote targets
21796 @cindex bits in remote address
21797 Set the maximum size of address in a memory packet to the specified
21798 number of bits. @value{GDBN} will mask off the address bits above
21799 that number, when it passes addresses to the remote target. The
21800 default value is the number of bits in the target's address.
21801
21802 @item show remoteaddresssize
21803 Show the current value of remote address size in bits.
21804
21805 @item set serial baud @var{n}
21806 @cindex baud rate for remote targets
21807 Set the baud rate for the remote serial I/O to @var{n} baud. The
21808 value is used to set the speed of the serial port used for debugging
21809 remote targets.
21810
21811 @item show serial baud
21812 Show the current speed of the remote connection.
21813
21814 @item set serial parity @var{parity}
21815 Set the parity for the remote serial I/O. Supported values of @var{parity} are:
21816 @code{even}, @code{none}, and @code{odd}. The default is @code{none}.
21817
21818 @item show serial parity
21819 Show the current parity of the serial port.
21820
21821 @item set remotebreak
21822 @cindex interrupt remote programs
21823 @cindex BREAK signal instead of Ctrl-C
21824 @anchor{set remotebreak}
21825 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
21826 when you type @kbd{Ctrl-c} to interrupt the program running
21827 on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
21828 character instead. The default is off, since most remote systems
21829 expect to see @samp{Ctrl-C} as the interrupt signal.
21830
21831 @item show remotebreak
21832 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
21833 interrupt the remote program.
21834
21835 @item set remoteflow on
21836 @itemx set remoteflow off
21837 @kindex set remoteflow
21838 Enable or disable hardware flow control (@code{RTS}/@code{CTS})
21839 on the serial port used to communicate to the remote target.
21840
21841 @item show remoteflow
21842 @kindex show remoteflow
21843 Show the current setting of hardware flow control.
21844
21845 @item set remotelogbase @var{base}
21846 Set the base (a.k.a.@: radix) of logging serial protocol
21847 communications to @var{base}. Supported values of @var{base} are:
21848 @code{ascii}, @code{octal}, and @code{hex}. The default is
21849 @code{ascii}.
21850
21851 @item show remotelogbase
21852 Show the current setting of the radix for logging remote serial
21853 protocol.
21854
21855 @item set remotelogfile @var{file}
21856 @cindex record serial communications on file
21857 Record remote serial communications on the named @var{file}. The
21858 default is not to record at all.
21859
21860 @item show remotelogfile
21861 Show the current setting of the file name on which to record the
21862 serial communications.
21863
21864 @item set remotetimeout @var{num}
21865 @cindex timeout for serial communications
21866 @cindex remote timeout
21867 Set the timeout limit to wait for the remote target to respond to
21868 @var{num} seconds. The default is 2 seconds.
21869
21870 @item show remotetimeout
21871 Show the current number of seconds to wait for the remote target
21872 responses.
21873
21874 @cindex limit hardware breakpoints and watchpoints
21875 @cindex remote target, limit break- and watchpoints
21876 @anchor{set remote hardware-watchpoint-limit}
21877 @anchor{set remote hardware-breakpoint-limit}
21878 @item set remote hardware-watchpoint-limit @var{limit}
21879 @itemx set remote hardware-breakpoint-limit @var{limit}
21880 Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
21881 or breakpoints. The @var{limit} can be set to 0 to disable hardware
21882 watchpoints or breakpoints, and @code{unlimited} for unlimited
21883 watchpoints or breakpoints.
21884
21885 @item show remote hardware-watchpoint-limit
21886 @itemx show remote hardware-breakpoint-limit
21887 Show the current limit for the number of hardware watchpoints or
21888 breakpoints that @value{GDBN} can use.
21889
21890 @cindex limit hardware watchpoints length
21891 @cindex remote target, limit watchpoints length
21892 @anchor{set remote hardware-watchpoint-length-limit}
21893 @item set remote hardware-watchpoint-length-limit @var{limit}
21894 Restrict @value{GDBN} to using @var{limit} bytes for the maximum
21895 length of a remote hardware watchpoint. A @var{limit} of 0 disables
21896 hardware watchpoints and @code{unlimited} allows watchpoints of any
21897 length.
21898
21899 @item show remote hardware-watchpoint-length-limit
21900 Show the current limit (in bytes) of the maximum length of
21901 a remote hardware watchpoint.
21902
21903 @item set remote exec-file @var{filename}
21904 @itemx show remote exec-file
21905 @anchor{set remote exec-file}
21906 @cindex executable file, for remote target
21907 Select the file used for @code{run} with @code{target
21908 extended-remote}. This should be set to a filename valid on the
21909 target system. If it is not set, the target will use a default
21910 filename (e.g.@: the last program run).
21911
21912 @item set remote interrupt-sequence
21913 @cindex interrupt remote programs
21914 @cindex select Ctrl-C, BREAK or BREAK-g
21915 Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
21916 @samp{BREAK-g} as the
21917 sequence to the remote target in order to interrupt the execution.
21918 @samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
21919 is high level of serial line for some certain time.
21920 Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
21921 It is @code{BREAK} signal followed by character @code{g}.
21922
21923 @item show interrupt-sequence
21924 Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
21925 is sent by @value{GDBN} to interrupt the remote program.
21926 @code{BREAK-g} is BREAK signal followed by @code{g} and
21927 also known as Magic SysRq g.
21928
21929 @item set remote interrupt-on-connect
21930 @cindex send interrupt-sequence on start
21931 Specify whether interrupt-sequence is sent to remote target when
21932 @value{GDBN} connects to it. This is mostly needed when you debug
21933 Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
21934 which is known as Magic SysRq g in order to connect @value{GDBN}.
21935
21936 @item show interrupt-on-connect
21937 Show whether interrupt-sequence is sent
21938 to remote target when @value{GDBN} connects to it.
21939
21940 @kindex set tcp
21941 @kindex show tcp
21942 @item set tcp auto-retry on
21943 @cindex auto-retry, for remote TCP target
21944 Enable auto-retry for remote TCP connections. This is useful if the remote
21945 debugging agent is launched in parallel with @value{GDBN}; there is a race
21946 condition because the agent may not become ready to accept the connection
21947 before @value{GDBN} attempts to connect. When auto-retry is
21948 enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
21949 to establish the connection using the timeout specified by
21950 @code{set tcp connect-timeout}.
21951
21952 @item set tcp auto-retry off
21953 Do not auto-retry failed TCP connections.
21954
21955 @item show tcp auto-retry
21956 Show the current auto-retry setting.
21957
21958 @item set tcp connect-timeout @var{seconds}
21959 @itemx set tcp connect-timeout unlimited
21960 @cindex connection timeout, for remote TCP target
21961 @cindex timeout, for remote target connection
21962 Set the timeout for establishing a TCP connection to the remote target to
21963 @var{seconds}. The timeout affects both polling to retry failed connections
21964 (enabled by @code{set tcp auto-retry on}) and waiting for connections
21965 that are merely slow to complete, and represents an approximate cumulative
21966 value. If @var{seconds} is @code{unlimited}, there is no timeout and
21967 @value{GDBN} will keep attempting to establish a connection forever,
21968 unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
21969
21970 @item show tcp connect-timeout
21971 Show the current connection timeout setting.
21972 @end table
21973
21974 @cindex remote packets, enabling and disabling
21975 The @value{GDBN} remote protocol autodetects the packets supported by
21976 your debugging stub. If you need to override the autodetection, you
21977 can use these commands to enable or disable individual packets. Each
21978 packet can be set to @samp{on} (the remote target supports this
21979 packet), @samp{off} (the remote target does not support this packet),
21980 or @samp{auto} (detect remote target support for this packet). They
21981 all default to @samp{auto}. For more information about each packet,
21982 see @ref{Remote Protocol}.
21983
21984 During normal use, you should not have to use any of these commands.
21985 If you do, that may be a bug in your remote debugging stub, or a bug
21986 in @value{GDBN}. You may want to report the problem to the
21987 @value{GDBN} developers.
21988
21989 For each packet @var{name}, the command to enable or disable the
21990 packet is @code{set remote @var{name}-packet}. The available settings
21991 are:
21992
21993 @multitable @columnfractions 0.28 0.32 0.25
21994 @item Command Name
21995 @tab Remote Packet
21996 @tab Related Features
21997
21998 @item @code{fetch-register}
21999 @tab @code{p}
22000 @tab @code{info registers}
22001
22002 @item @code{set-register}
22003 @tab @code{P}
22004 @tab @code{set}
22005
22006 @item @code{binary-download}
22007 @tab @code{X}
22008 @tab @code{load}, @code{set}
22009
22010 @item @code{read-aux-vector}
22011 @tab @code{qXfer:auxv:read}
22012 @tab @code{info auxv}
22013
22014 @item @code{symbol-lookup}
22015 @tab @code{qSymbol}
22016 @tab Detecting multiple threads
22017
22018 @item @code{attach}
22019 @tab @code{vAttach}
22020 @tab @code{attach}
22021
22022 @item @code{verbose-resume}
22023 @tab @code{vCont}
22024 @tab Stepping or resuming multiple threads
22025
22026 @item @code{run}
22027 @tab @code{vRun}
22028 @tab @code{run}
22029
22030 @item @code{software-breakpoint}
22031 @tab @code{Z0}
22032 @tab @code{break}
22033
22034 @item @code{hardware-breakpoint}
22035 @tab @code{Z1}
22036 @tab @code{hbreak}
22037
22038 @item @code{write-watchpoint}
22039 @tab @code{Z2}
22040 @tab @code{watch}
22041
22042 @item @code{read-watchpoint}
22043 @tab @code{Z3}
22044 @tab @code{rwatch}
22045
22046 @item @code{access-watchpoint}
22047 @tab @code{Z4}
22048 @tab @code{awatch}
22049
22050 @item @code{pid-to-exec-file}
22051 @tab @code{qXfer:exec-file:read}
22052 @tab @code{attach}, @code{run}
22053
22054 @item @code{target-features}
22055 @tab @code{qXfer:features:read}
22056 @tab @code{set architecture}
22057
22058 @item @code{library-info}
22059 @tab @code{qXfer:libraries:read}
22060 @tab @code{info sharedlibrary}
22061
22062 @item @code{memory-map}
22063 @tab @code{qXfer:memory-map:read}
22064 @tab @code{info mem}
22065
22066 @item @code{read-sdata-object}
22067 @tab @code{qXfer:sdata:read}
22068 @tab @code{print $_sdata}
22069
22070 @item @code{read-spu-object}
22071 @tab @code{qXfer:spu:read}
22072 @tab @code{info spu}
22073
22074 @item @code{write-spu-object}
22075 @tab @code{qXfer:spu:write}
22076 @tab @code{info spu}
22077
22078 @item @code{read-siginfo-object}
22079 @tab @code{qXfer:siginfo:read}
22080 @tab @code{print $_siginfo}
22081
22082 @item @code{write-siginfo-object}
22083 @tab @code{qXfer:siginfo:write}
22084 @tab @code{set $_siginfo}
22085
22086 @item @code{threads}
22087 @tab @code{qXfer:threads:read}
22088 @tab @code{info threads}
22089
22090 @item @code{get-thread-local-@*storage-address}
22091 @tab @code{qGetTLSAddr}
22092 @tab Displaying @code{__thread} variables
22093
22094 @item @code{get-thread-information-block-address}
22095 @tab @code{qGetTIBAddr}
22096 @tab Display MS-Windows Thread Information Block.
22097
22098 @item @code{search-memory}
22099 @tab @code{qSearch:memory}
22100 @tab @code{find}
22101
22102 @item @code{supported-packets}
22103 @tab @code{qSupported}
22104 @tab Remote communications parameters
22105
22106 @item @code{catch-syscalls}
22107 @tab @code{QCatchSyscalls}
22108 @tab @code{catch syscall}
22109
22110 @item @code{pass-signals}
22111 @tab @code{QPassSignals}
22112 @tab @code{handle @var{signal}}
22113
22114 @item @code{program-signals}
22115 @tab @code{QProgramSignals}
22116 @tab @code{handle @var{signal}}
22117
22118 @item @code{hostio-close-packet}
22119 @tab @code{vFile:close}
22120 @tab @code{remote get}, @code{remote put}
22121
22122 @item @code{hostio-open-packet}
22123 @tab @code{vFile:open}
22124 @tab @code{remote get}, @code{remote put}
22125
22126 @item @code{hostio-pread-packet}
22127 @tab @code{vFile:pread}
22128 @tab @code{remote get}, @code{remote put}
22129
22130 @item @code{hostio-pwrite-packet}
22131 @tab @code{vFile:pwrite}
22132 @tab @code{remote get}, @code{remote put}
22133
22134 @item @code{hostio-unlink-packet}
22135 @tab @code{vFile:unlink}
22136 @tab @code{remote delete}
22137
22138 @item @code{hostio-readlink-packet}
22139 @tab @code{vFile:readlink}
22140 @tab Host I/O
22141
22142 @item @code{hostio-fstat-packet}
22143 @tab @code{vFile:fstat}
22144 @tab Host I/O
22145
22146 @item @code{hostio-setfs-packet}
22147 @tab @code{vFile:setfs}
22148 @tab Host I/O
22149
22150 @item @code{noack-packet}
22151 @tab @code{QStartNoAckMode}
22152 @tab Packet acknowledgment
22153
22154 @item @code{osdata}
22155 @tab @code{qXfer:osdata:read}
22156 @tab @code{info os}
22157
22158 @item @code{query-attached}
22159 @tab @code{qAttached}
22160 @tab Querying remote process attach state.
22161
22162 @item @code{trace-buffer-size}
22163 @tab @code{QTBuffer:size}
22164 @tab @code{set trace-buffer-size}
22165
22166 @item @code{trace-status}
22167 @tab @code{qTStatus}
22168 @tab @code{tstatus}
22169
22170 @item @code{traceframe-info}
22171 @tab @code{qXfer:traceframe-info:read}
22172 @tab Traceframe info
22173
22174 @item @code{install-in-trace}
22175 @tab @code{InstallInTrace}
22176 @tab Install tracepoint in tracing
22177
22178 @item @code{disable-randomization}
22179 @tab @code{QDisableRandomization}
22180 @tab @code{set disable-randomization}
22181
22182 @item @code{startup-with-shell}
22183 @tab @code{QStartupWithShell}
22184 @tab @code{set startup-with-shell}
22185
22186 @item @code{environment-hex-encoded}
22187 @tab @code{QEnvironmentHexEncoded}
22188 @tab @code{set environment}
22189
22190 @item @code{environment-unset}
22191 @tab @code{QEnvironmentUnset}
22192 @tab @code{unset environment}
22193
22194 @item @code{environment-reset}
22195 @tab @code{QEnvironmentReset}
22196 @tab @code{Reset the inferior environment (i.e., unset user-set variables)}
22197
22198 @item @code{set-working-dir}
22199 @tab @code{QSetWorkingDir}
22200 @tab @code{set cwd}
22201
22202 @item @code{conditional-breakpoints-packet}
22203 @tab @code{Z0 and Z1}
22204 @tab @code{Support for target-side breakpoint condition evaluation}
22205
22206 @item @code{multiprocess-extensions}
22207 @tab @code{multiprocess extensions}
22208 @tab Debug multiple processes and remote process PID awareness
22209
22210 @item @code{swbreak-feature}
22211 @tab @code{swbreak stop reason}
22212 @tab @code{break}
22213
22214 @item @code{hwbreak-feature}
22215 @tab @code{hwbreak stop reason}
22216 @tab @code{hbreak}
22217
22218 @item @code{fork-event-feature}
22219 @tab @code{fork stop reason}
22220 @tab @code{fork}
22221
22222 @item @code{vfork-event-feature}
22223 @tab @code{vfork stop reason}
22224 @tab @code{vfork}
22225
22226 @item @code{exec-event-feature}
22227 @tab @code{exec stop reason}
22228 @tab @code{exec}
22229
22230 @item @code{thread-events}
22231 @tab @code{QThreadEvents}
22232 @tab Tracking thread lifetime.
22233
22234 @item @code{no-resumed-stop-reply}
22235 @tab @code{no resumed thread left stop reply}
22236 @tab Tracking thread lifetime.
22237
22238 @end multitable
22239
22240 @node Remote Stub
22241 @section Implementing a Remote Stub
22242
22243 @cindex debugging stub, example
22244 @cindex remote stub, example
22245 @cindex stub example, remote debugging
22246 The stub files provided with @value{GDBN} implement the target side of the
22247 communication protocol, and the @value{GDBN} side is implemented in the
22248 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
22249 these subroutines to communicate, and ignore the details. (If you're
22250 implementing your own stub file, you can still ignore the details: start
22251 with one of the existing stub files. @file{sparc-stub.c} is the best
22252 organized, and therefore the easiest to read.)
22253
22254 @cindex remote serial debugging, overview
22255 To debug a program running on another machine (the debugging
22256 @dfn{target} machine), you must first arrange for all the usual
22257 prerequisites for the program to run by itself. For example, for a C
22258 program, you need:
22259
22260 @enumerate
22261 @item
22262 A startup routine to set up the C runtime environment; these usually
22263 have a name like @file{crt0}. The startup routine may be supplied by
22264 your hardware supplier, or you may have to write your own.
22265
22266 @item
22267 A C subroutine library to support your program's
22268 subroutine calls, notably managing input and output.
22269
22270 @item
22271 A way of getting your program to the other machine---for example, a
22272 download program. These are often supplied by the hardware
22273 manufacturer, but you may have to write your own from hardware
22274 documentation.
22275 @end enumerate
22276
22277 The next step is to arrange for your program to use a serial port to
22278 communicate with the machine where @value{GDBN} is running (the @dfn{host}
22279 machine). In general terms, the scheme looks like this:
22280
22281 @table @emph
22282 @item On the host,
22283 @value{GDBN} already understands how to use this protocol; when everything
22284 else is set up, you can simply use the @samp{target remote} command
22285 (@pxref{Targets,,Specifying a Debugging Target}).
22286
22287 @item On the target,
22288 you must link with your program a few special-purpose subroutines that
22289 implement the @value{GDBN} remote serial protocol. The file containing these
22290 subroutines is called a @dfn{debugging stub}.
22291
22292 On certain remote targets, you can use an auxiliary program
22293 @code{gdbserver} instead of linking a stub into your program.
22294 @xref{Server,,Using the @code{gdbserver} Program}, for details.
22295 @end table
22296
22297 The debugging stub is specific to the architecture of the remote
22298 machine; for example, use @file{sparc-stub.c} to debug programs on
22299 @sc{sparc} boards.
22300
22301 @cindex remote serial stub list
22302 These working remote stubs are distributed with @value{GDBN}:
22303
22304 @table @code
22305
22306 @item i386-stub.c
22307 @cindex @file{i386-stub.c}
22308 @cindex Intel
22309 @cindex i386
22310 For Intel 386 and compatible architectures.
22311
22312 @item m68k-stub.c
22313 @cindex @file{m68k-stub.c}
22314 @cindex Motorola 680x0
22315 @cindex m680x0
22316 For Motorola 680x0 architectures.
22317
22318 @item sh-stub.c
22319 @cindex @file{sh-stub.c}
22320 @cindex Renesas
22321 @cindex SH
22322 For Renesas SH architectures.
22323
22324 @item sparc-stub.c
22325 @cindex @file{sparc-stub.c}
22326 @cindex Sparc
22327 For @sc{sparc} architectures.
22328
22329 @item sparcl-stub.c
22330 @cindex @file{sparcl-stub.c}
22331 @cindex Fujitsu
22332 @cindex SparcLite
22333 For Fujitsu @sc{sparclite} architectures.
22334
22335 @end table
22336
22337 The @file{README} file in the @value{GDBN} distribution may list other
22338 recently added stubs.
22339
22340 @menu
22341 * Stub Contents:: What the stub can do for you
22342 * Bootstrapping:: What you must do for the stub
22343 * Debug Session:: Putting it all together
22344 @end menu
22345
22346 @node Stub Contents
22347 @subsection What the Stub Can Do for You
22348
22349 @cindex remote serial stub
22350 The debugging stub for your architecture supplies these three
22351 subroutines:
22352
22353 @table @code
22354 @item set_debug_traps
22355 @findex set_debug_traps
22356 @cindex remote serial stub, initialization
22357 This routine arranges for @code{handle_exception} to run when your
22358 program stops. You must call this subroutine explicitly in your
22359 program's startup code.
22360
22361 @item handle_exception
22362 @findex handle_exception
22363 @cindex remote serial stub, main routine
22364 This is the central workhorse, but your program never calls it
22365 explicitly---the setup code arranges for @code{handle_exception} to
22366 run when a trap is triggered.
22367
22368 @code{handle_exception} takes control when your program stops during
22369 execution (for example, on a breakpoint), and mediates communications
22370 with @value{GDBN} on the host machine. This is where the communications
22371 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
22372 representative on the target machine. It begins by sending summary
22373 information on the state of your program, then continues to execute,
22374 retrieving and transmitting any information @value{GDBN} needs, until you
22375 execute a @value{GDBN} command that makes your program resume; at that point,
22376 @code{handle_exception} returns control to your own code on the target
22377 machine.
22378
22379 @item breakpoint
22380 @cindex @code{breakpoint} subroutine, remote
22381 Use this auxiliary subroutine to make your program contain a
22382 breakpoint. Depending on the particular situation, this may be the only
22383 way for @value{GDBN} to get control. For instance, if your target
22384 machine has some sort of interrupt button, you won't need to call this;
22385 pressing the interrupt button transfers control to
22386 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
22387 simply receiving characters on the serial port may also trigger a trap;
22388 again, in that situation, you don't need to call @code{breakpoint} from
22389 your own program---simply running @samp{target remote} from the host
22390 @value{GDBN} session gets control.
22391
22392 Call @code{breakpoint} if none of these is true, or if you simply want
22393 to make certain your program stops at a predetermined point for the
22394 start of your debugging session.
22395 @end table
22396
22397 @node Bootstrapping
22398 @subsection What You Must Do for the Stub
22399
22400 @cindex remote stub, support routines
22401 The debugging stubs that come with @value{GDBN} are set up for a particular
22402 chip architecture, but they have no information about the rest of your
22403 debugging target machine.
22404
22405 First of all you need to tell the stub how to communicate with the
22406 serial port.
22407
22408 @table @code
22409 @item int getDebugChar()
22410 @findex getDebugChar
22411 Write this subroutine to read a single character from the serial port.
22412 It may be identical to @code{getchar} for your target system; a
22413 different name is used to allow you to distinguish the two if you wish.
22414
22415 @item void putDebugChar(int)
22416 @findex putDebugChar
22417 Write this subroutine to write a single character to the serial port.
22418 It may be identical to @code{putchar} for your target system; a
22419 different name is used to allow you to distinguish the two if you wish.
22420 @end table
22421
22422 @cindex control C, and remote debugging
22423 @cindex interrupting remote targets
22424 If you want @value{GDBN} to be able to stop your program while it is
22425 running, you need to use an interrupt-driven serial driver, and arrange
22426 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
22427 character). That is the character which @value{GDBN} uses to tell the
22428 remote system to stop.
22429
22430 Getting the debugging target to return the proper status to @value{GDBN}
22431 probably requires changes to the standard stub; one quick and dirty way
22432 is to just execute a breakpoint instruction (the ``dirty'' part is that
22433 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
22434
22435 Other routines you need to supply are:
22436
22437 @table @code
22438 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
22439 @findex exceptionHandler
22440 Write this function to install @var{exception_address} in the exception
22441 handling tables. You need to do this because the stub does not have any
22442 way of knowing what the exception handling tables on your target system
22443 are like (for example, the processor's table might be in @sc{rom},
22444 containing entries which point to a table in @sc{ram}).
22445 The @var{exception_number} specifies the exception which should be changed;
22446 its meaning is architecture-dependent (for example, different numbers
22447 might represent divide by zero, misaligned access, etc). When this
22448 exception occurs, control should be transferred directly to
22449 @var{exception_address}, and the processor state (stack, registers,
22450 and so on) should be just as it is when a processor exception occurs. So if
22451 you want to use a jump instruction to reach @var{exception_address}, it
22452 should be a simple jump, not a jump to subroutine.
22453
22454 For the 386, @var{exception_address} should be installed as an interrupt
22455 gate so that interrupts are masked while the handler runs. The gate
22456 should be at privilege level 0 (the most privileged level). The
22457 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
22458 help from @code{exceptionHandler}.
22459
22460 @item void flush_i_cache()
22461 @findex flush_i_cache
22462 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
22463 instruction cache, if any, on your target machine. If there is no
22464 instruction cache, this subroutine may be a no-op.
22465
22466 On target machines that have instruction caches, @value{GDBN} requires this
22467 function to make certain that the state of your program is stable.
22468 @end table
22469
22470 @noindent
22471 You must also make sure this library routine is available:
22472
22473 @table @code
22474 @item void *memset(void *, int, int)
22475 @findex memset
22476 This is the standard library function @code{memset} that sets an area of
22477 memory to a known value. If you have one of the free versions of
22478 @code{libc.a}, @code{memset} can be found there; otherwise, you must
22479 either obtain it from your hardware manufacturer, or write your own.
22480 @end table
22481
22482 If you do not use the GNU C compiler, you may need other standard
22483 library subroutines as well; this varies from one stub to another,
22484 but in general the stubs are likely to use any of the common library
22485 subroutines which @code{@value{NGCC}} generates as inline code.
22486
22487
22488 @node Debug Session
22489 @subsection Putting it All Together
22490
22491 @cindex remote serial debugging summary
22492 In summary, when your program is ready to debug, you must follow these
22493 steps.
22494
22495 @enumerate
22496 @item
22497 Make sure you have defined the supporting low-level routines
22498 (@pxref{Bootstrapping,,What You Must Do for the Stub}):
22499 @display
22500 @code{getDebugChar}, @code{putDebugChar},
22501 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
22502 @end display
22503
22504 @item
22505 Insert these lines in your program's startup code, before the main
22506 procedure is called:
22507
22508 @smallexample
22509 set_debug_traps();
22510 breakpoint();
22511 @end smallexample
22512
22513 On some machines, when a breakpoint trap is raised, the hardware
22514 automatically makes the PC point to the instruction after the
22515 breakpoint. If your machine doesn't do that, you may need to adjust
22516 @code{handle_exception} to arrange for it to return to the instruction
22517 after the breakpoint on this first invocation, so that your program
22518 doesn't keep hitting the initial breakpoint instead of making
22519 progress.
22520
22521 @item
22522 For the 680x0 stub only, you need to provide a variable called
22523 @code{exceptionHook}. Normally you just use:
22524
22525 @smallexample
22526 void (*exceptionHook)() = 0;
22527 @end smallexample
22528
22529 @noindent
22530 but if before calling @code{set_debug_traps}, you set it to point to a
22531 function in your program, that function is called when
22532 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
22533 error). The function indicated by @code{exceptionHook} is called with
22534 one parameter: an @code{int} which is the exception number.
22535
22536 @item
22537 Compile and link together: your program, the @value{GDBN} debugging stub for
22538 your target architecture, and the supporting subroutines.
22539
22540 @item
22541 Make sure you have a serial connection between your target machine and
22542 the @value{GDBN} host, and identify the serial port on the host.
22543
22544 @item
22545 @c The "remote" target now provides a `load' command, so we should
22546 @c document that. FIXME.
22547 Download your program to your target machine (or get it there by
22548 whatever means the manufacturer provides), and start it.
22549
22550 @item
22551 Start @value{GDBN} on the host, and connect to the target
22552 (@pxref{Connecting,,Connecting to a Remote Target}).
22553
22554 @end enumerate
22555
22556 @node Configurations
22557 @chapter Configuration-Specific Information
22558
22559 While nearly all @value{GDBN} commands are available for all native and
22560 cross versions of the debugger, there are some exceptions. This chapter
22561 describes things that are only available in certain configurations.
22562
22563 There are three major categories of configurations: native
22564 configurations, where the host and target are the same, embedded
22565 operating system configurations, which are usually the same for several
22566 different processor architectures, and bare embedded processors, which
22567 are quite different from each other.
22568
22569 @menu
22570 * Native::
22571 * Embedded OS::
22572 * Embedded Processors::
22573 * Architectures::
22574 @end menu
22575
22576 @node Native
22577 @section Native
22578
22579 This section describes details specific to particular native
22580 configurations.
22581
22582 @menu
22583 * BSD libkvm Interface:: Debugging BSD kernel memory images
22584 * Process Information:: Process information
22585 * DJGPP Native:: Features specific to the DJGPP port
22586 * Cygwin Native:: Features specific to the Cygwin port
22587 * Hurd Native:: Features specific to @sc{gnu} Hurd
22588 * Darwin:: Features specific to Darwin
22589 * FreeBSD:: Features specific to FreeBSD
22590 @end menu
22591
22592 @node BSD libkvm Interface
22593 @subsection BSD libkvm Interface
22594
22595 @cindex libkvm
22596 @cindex kernel memory image
22597 @cindex kernel crash dump
22598
22599 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
22600 interface that provides a uniform interface for accessing kernel virtual
22601 memory images, including live systems and crash dumps. @value{GDBN}
22602 uses this interface to allow you to debug live kernels and kernel crash
22603 dumps on many native BSD configurations. This is implemented as a
22604 special @code{kvm} debugging target. For debugging a live system, load
22605 the currently running kernel into @value{GDBN} and connect to the
22606 @code{kvm} target:
22607
22608 @smallexample
22609 (@value{GDBP}) @b{target kvm}
22610 @end smallexample
22611
22612 For debugging crash dumps, provide the file name of the crash dump as an
22613 argument:
22614
22615 @smallexample
22616 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
22617 @end smallexample
22618
22619 Once connected to the @code{kvm} target, the following commands are
22620 available:
22621
22622 @table @code
22623 @kindex kvm
22624 @item kvm pcb
22625 Set current context from the @dfn{Process Control Block} (PCB) address.
22626
22627 @item kvm proc
22628 Set current context from proc address. This command isn't available on
22629 modern FreeBSD systems.
22630 @end table
22631
22632 @node Process Information
22633 @subsection Process Information
22634 @cindex /proc
22635 @cindex examine process image
22636 @cindex process info via @file{/proc}
22637
22638 Some operating systems provide interfaces to fetch additional
22639 information about running processes beyond memory and per-thread
22640 register state. If @value{GDBN} is configured for an operating system
22641 with a supported interface, the command @code{info proc} is available
22642 to report information about the process running your program, or about
22643 any process running on your system.
22644
22645 One supported interface is a facility called @samp{/proc} that can be
22646 used to examine the image of a running process using file-system
22647 subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
22648 systems.
22649
22650 On FreeBSD systems, system control nodes are used to query process
22651 information.
22652
22653 In addition, some systems may provide additional process information
22654 in core files. Note that a core file may include a subset of the
22655 information available from a live process. Process information is
22656 currently avaiable from cores created on @sc{gnu}/Linux and FreeBSD
22657 systems.
22658
22659 @table @code
22660 @kindex info proc
22661 @cindex process ID
22662 @item info proc
22663 @itemx info proc @var{process-id}
22664 Summarize available information about a process. If a
22665 process ID is specified by @var{process-id}, display information about
22666 that process; otherwise display information about the program being
22667 debugged. The summary includes the debugged process ID, the command
22668 line used to invoke it, its current working directory, and its
22669 executable file's absolute file name.
22670
22671 On some systems, @var{process-id} can be of the form
22672 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
22673 within a process. If the optional @var{pid} part is missing, it means
22674 a thread from the process being debugged (the leading @samp{/} still
22675 needs to be present, or else @value{GDBN} will interpret the number as
22676 a process ID rather than a thread ID).
22677
22678 @item info proc cmdline
22679 @cindex info proc cmdline
22680 Show the original command line of the process. This command is
22681 supported on @sc{gnu}/Linux and FreeBSD.
22682
22683 @item info proc cwd
22684 @cindex info proc cwd
22685 Show the current working directory of the process. This command is
22686 supported on @sc{gnu}/Linux and FreeBSD.
22687
22688 @item info proc exe
22689 @cindex info proc exe
22690 Show the name of executable of the process. This command is supported
22691 on @sc{gnu}/Linux and FreeBSD.
22692
22693 @item info proc files
22694 @cindex info proc files
22695 Show the file descriptors open by the process. For each open file
22696 descriptor, @value{GDBN} shows its number, type (file, directory,
22697 character device, socket), file pointer offset, and the name of the
22698 resource open on the descriptor. The resource name can be a file name
22699 (for files, directories, and devices) or a protocol followed by socket
22700 address (for network connections). This command is supported on
22701 FreeBSD.
22702
22703 This example shows the open file descriptors for a process using a
22704 tty for standard input and output as well as two network sockets:
22705
22706 @smallexample
22707 (gdb) info proc files 22136
22708 process 22136
22709 Open files:
22710
22711 FD Type Offset Flags Name
22712 text file - r-------- /usr/bin/ssh
22713 ctty chr - rw------- /dev/pts/20
22714 cwd dir - r-------- /usr/home/john
22715 root dir - r-------- /
22716 0 chr 0x32933a4 rw------- /dev/pts/20
22717 1 chr 0x32933a4 rw------- /dev/pts/20
22718 2 chr 0x32933a4 rw------- /dev/pts/20
22719 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
22720 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
22721 @end smallexample
22722
22723 @item info proc mappings
22724 @cindex memory address space mappings
22725 Report the memory address space ranges accessible in a process. On
22726 Solaris and FreeBSD systems, each memory range includes information on
22727 whether the process has read, write, or execute access rights to each
22728 range. On @sc{gnu}/Linux and FreeBSD systems, each memory range
22729 includes the object file which is mapped to that range.
22730
22731 @item info proc stat
22732 @itemx info proc status
22733 @cindex process detailed status information
22734 Show additional process-related information, including the user ID and
22735 group ID; virtual memory usage; the signals that are pending, blocked,
22736 and ignored; its TTY; its consumption of system and user time; its
22737 stack size; its @samp{nice} value; etc. These commands are supported
22738 on @sc{gnu}/Linux and FreeBSD.
22739
22740 For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
22741 information (type @kbd{man 5 proc} from your shell prompt).
22742
22743 For FreeBSD systems, @code{info proc stat} is an alias for @code{info
22744 proc status}.
22745
22746 @item info proc all
22747 Show all the information about the process described under all of the
22748 above @code{info proc} subcommands.
22749
22750 @ignore
22751 @comment These sub-options of 'info proc' were not included when
22752 @comment procfs.c was re-written. Keep their descriptions around
22753 @comment against the day when someone finds the time to put them back in.
22754 @kindex info proc times
22755 @item info proc times
22756 Starting time, user CPU time, and system CPU time for your program and
22757 its children.
22758
22759 @kindex info proc id
22760 @item info proc id
22761 Report on the process IDs related to your program: its own process ID,
22762 the ID of its parent, the process group ID, and the session ID.
22763 @end ignore
22764
22765 @item set procfs-trace
22766 @kindex set procfs-trace
22767 @cindex @code{procfs} API calls
22768 This command enables and disables tracing of @code{procfs} API calls.
22769
22770 @item show procfs-trace
22771 @kindex show procfs-trace
22772 Show the current state of @code{procfs} API call tracing.
22773
22774 @item set procfs-file @var{file}
22775 @kindex set procfs-file
22776 Tell @value{GDBN} to write @code{procfs} API trace to the named
22777 @var{file}. @value{GDBN} appends the trace info to the previous
22778 contents of the file. The default is to display the trace on the
22779 standard output.
22780
22781 @item show procfs-file
22782 @kindex show procfs-file
22783 Show the file to which @code{procfs} API trace is written.
22784
22785 @item proc-trace-entry
22786 @itemx proc-trace-exit
22787 @itemx proc-untrace-entry
22788 @itemx proc-untrace-exit
22789 @kindex proc-trace-entry
22790 @kindex proc-trace-exit
22791 @kindex proc-untrace-entry
22792 @kindex proc-untrace-exit
22793 These commands enable and disable tracing of entries into and exits
22794 from the @code{syscall} interface.
22795
22796 @item info pidlist
22797 @kindex info pidlist
22798 @cindex process list, QNX Neutrino
22799 For QNX Neutrino only, this command displays the list of all the
22800 processes and all the threads within each process.
22801
22802 @item info meminfo
22803 @kindex info meminfo
22804 @cindex mapinfo list, QNX Neutrino
22805 For QNX Neutrino only, this command displays the list of all mapinfos.
22806 @end table
22807
22808 @node DJGPP Native
22809 @subsection Features for Debugging @sc{djgpp} Programs
22810 @cindex @sc{djgpp} debugging
22811 @cindex native @sc{djgpp} debugging
22812 @cindex MS-DOS-specific commands
22813
22814 @cindex DPMI
22815 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
22816 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
22817 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
22818 top of real-mode DOS systems and their emulations.
22819
22820 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
22821 defines a few commands specific to the @sc{djgpp} port. This
22822 subsection describes those commands.
22823
22824 @table @code
22825 @kindex info dos
22826 @item info dos
22827 This is a prefix of @sc{djgpp}-specific commands which print
22828 information about the target system and important OS structures.
22829
22830 @kindex sysinfo
22831 @cindex MS-DOS system info
22832 @cindex free memory information (MS-DOS)
22833 @item info dos sysinfo
22834 This command displays assorted information about the underlying
22835 platform: the CPU type and features, the OS version and flavor, the
22836 DPMI version, and the available conventional and DPMI memory.
22837
22838 @cindex GDT
22839 @cindex LDT
22840 @cindex IDT
22841 @cindex segment descriptor tables
22842 @cindex descriptor tables display
22843 @item info dos gdt
22844 @itemx info dos ldt
22845 @itemx info dos idt
22846 These 3 commands display entries from, respectively, Global, Local,
22847 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
22848 tables are data structures which store a descriptor for each segment
22849 that is currently in use. The segment's selector is an index into a
22850 descriptor table; the table entry for that index holds the
22851 descriptor's base address and limit, and its attributes and access
22852 rights.
22853
22854 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
22855 segment (used for both data and the stack), and a DOS segment (which
22856 allows access to DOS/BIOS data structures and absolute addresses in
22857 conventional memory). However, the DPMI host will usually define
22858 additional segments in order to support the DPMI environment.
22859
22860 @cindex garbled pointers
22861 These commands allow to display entries from the descriptor tables.
22862 Without an argument, all entries from the specified table are
22863 displayed. An argument, which should be an integer expression, means
22864 display a single entry whose index is given by the argument. For
22865 example, here's a convenient way to display information about the
22866 debugged program's data segment:
22867
22868 @smallexample
22869 @exdent @code{(@value{GDBP}) info dos ldt $ds}
22870 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
22871 @end smallexample
22872
22873 @noindent
22874 This comes in handy when you want to see whether a pointer is outside
22875 the data segment's limit (i.e.@: @dfn{garbled}).
22876
22877 @cindex page tables display (MS-DOS)
22878 @item info dos pde
22879 @itemx info dos pte
22880 These two commands display entries from, respectively, the Page
22881 Directory and the Page Tables. Page Directories and Page Tables are
22882 data structures which control how virtual memory addresses are mapped
22883 into physical addresses. A Page Table includes an entry for every
22884 page of memory that is mapped into the program's address space; there
22885 may be several Page Tables, each one holding up to 4096 entries. A
22886 Page Directory has up to 4096 entries, one each for every Page Table
22887 that is currently in use.
22888
22889 Without an argument, @kbd{info dos pde} displays the entire Page
22890 Directory, and @kbd{info dos pte} displays all the entries in all of
22891 the Page Tables. An argument, an integer expression, given to the
22892 @kbd{info dos pde} command means display only that entry from the Page
22893 Directory table. An argument given to the @kbd{info dos pte} command
22894 means display entries from a single Page Table, the one pointed to by
22895 the specified entry in the Page Directory.
22896
22897 @cindex direct memory access (DMA) on MS-DOS
22898 These commands are useful when your program uses @dfn{DMA} (Direct
22899 Memory Access), which needs physical addresses to program the DMA
22900 controller.
22901
22902 These commands are supported only with some DPMI servers.
22903
22904 @cindex physical address from linear address
22905 @item info dos address-pte @var{addr}
22906 This command displays the Page Table entry for a specified linear
22907 address. The argument @var{addr} is a linear address which should
22908 already have the appropriate segment's base address added to it,
22909 because this command accepts addresses which may belong to @emph{any}
22910 segment. For example, here's how to display the Page Table entry for
22911 the page where a variable @code{i} is stored:
22912
22913 @smallexample
22914 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
22915 @exdent @code{Page Table entry for address 0x11a00d30:}
22916 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
22917 @end smallexample
22918
22919 @noindent
22920 This says that @code{i} is stored at offset @code{0xd30} from the page
22921 whose physical base address is @code{0x02698000}, and shows all the
22922 attributes of that page.
22923
22924 Note that you must cast the addresses of variables to a @code{char *},
22925 since otherwise the value of @code{__djgpp_base_address}, the base
22926 address of all variables and functions in a @sc{djgpp} program, will
22927 be added using the rules of C pointer arithmetics: if @code{i} is
22928 declared an @code{int}, @value{GDBN} will add 4 times the value of
22929 @code{__djgpp_base_address} to the address of @code{i}.
22930
22931 Here's another example, it displays the Page Table entry for the
22932 transfer buffer:
22933
22934 @smallexample
22935 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
22936 @exdent @code{Page Table entry for address 0x29110:}
22937 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
22938 @end smallexample
22939
22940 @noindent
22941 (The @code{+ 3} offset is because the transfer buffer's address is the
22942 3rd member of the @code{_go32_info_block} structure.) The output
22943 clearly shows that this DPMI server maps the addresses in conventional
22944 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
22945 linear (@code{0x29110}) addresses are identical.
22946
22947 This command is supported only with some DPMI servers.
22948 @end table
22949
22950 @cindex DOS serial data link, remote debugging
22951 In addition to native debugging, the DJGPP port supports remote
22952 debugging via a serial data link. The following commands are specific
22953 to remote serial debugging in the DJGPP port of @value{GDBN}.
22954
22955 @table @code
22956 @kindex set com1base
22957 @kindex set com1irq
22958 @kindex set com2base
22959 @kindex set com2irq
22960 @kindex set com3base
22961 @kindex set com3irq
22962 @kindex set com4base
22963 @kindex set com4irq
22964 @item set com1base @var{addr}
22965 This command sets the base I/O port address of the @file{COM1} serial
22966 port.
22967
22968 @item set com1irq @var{irq}
22969 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
22970 for the @file{COM1} serial port.
22971
22972 There are similar commands @samp{set com2base}, @samp{set com3irq},
22973 etc.@: for setting the port address and the @code{IRQ} lines for the
22974 other 3 COM ports.
22975
22976 @kindex show com1base
22977 @kindex show com1irq
22978 @kindex show com2base
22979 @kindex show com2irq
22980 @kindex show com3base
22981 @kindex show com3irq
22982 @kindex show com4base
22983 @kindex show com4irq
22984 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
22985 display the current settings of the base address and the @code{IRQ}
22986 lines used by the COM ports.
22987
22988 @item info serial
22989 @kindex info serial
22990 @cindex DOS serial port status
22991 This command prints the status of the 4 DOS serial ports. For each
22992 port, it prints whether it's active or not, its I/O base address and
22993 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
22994 counts of various errors encountered so far.
22995 @end table
22996
22997
22998 @node Cygwin Native
22999 @subsection Features for Debugging MS Windows PE Executables
23000 @cindex MS Windows debugging
23001 @cindex native Cygwin debugging
23002 @cindex Cygwin-specific commands
23003
23004 @value{GDBN} supports native debugging of MS Windows programs, including
23005 DLLs with and without symbolic debugging information.
23006
23007 @cindex Ctrl-BREAK, MS-Windows
23008 @cindex interrupt debuggee on MS-Windows
23009 MS-Windows programs that call @code{SetConsoleMode} to switch off the
23010 special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
23011 by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
23012 supports @kbd{C-@key{BREAK}} as an alternative interrupt key
23013 sequence, which can be used to interrupt the debuggee even if it
23014 ignores @kbd{C-c}.
23015
23016 There are various additional Cygwin-specific commands, described in
23017 this section. Working with DLLs that have no debugging symbols is
23018 described in @ref{Non-debug DLL Symbols}.
23019
23020 @table @code
23021 @kindex info w32
23022 @item info w32
23023 This is a prefix of MS Windows-specific commands which print
23024 information about the target system and important OS structures.
23025
23026 @item info w32 selector
23027 This command displays information returned by
23028 the Win32 API @code{GetThreadSelectorEntry} function.
23029 It takes an optional argument that is evaluated to
23030 a long value to give the information about this given selector.
23031 Without argument, this command displays information
23032 about the six segment registers.
23033
23034 @item info w32 thread-information-block
23035 This command displays thread specific information stored in the
23036 Thread Information Block (readable on the X86 CPU family using @code{$fs}
23037 selector for 32-bit programs and @code{$gs} for 64-bit programs).
23038
23039 @kindex signal-event
23040 @item signal-event @var{id}
23041 This command signals an event with user-provided @var{id}. Used to resume
23042 crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
23043
23044 To use it, create or edit the following keys in
23045 @code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
23046 @code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
23047 (for x86_64 versions):
23048
23049 @itemize @minus
23050 @item
23051 @code{Debugger} (REG_SZ) --- a command to launch the debugger.
23052 Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
23053 "attach %ld" -ex "signal-event %ld" -ex "continue"}.
23054
23055 The first @code{%ld} will be replaced by the process ID of the
23056 crashing process, the second @code{%ld} will be replaced by the ID of
23057 the event that blocks the crashing process, waiting for @value{GDBN}
23058 to attach.
23059
23060 @item
23061 @code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
23062 make the system run debugger specified by the Debugger key
23063 automatically, @code{0} will cause a dialog box with ``OK'' and
23064 ``Cancel'' buttons to appear, which allows the user to either
23065 terminate the crashing process (OK) or debug it (Cancel).
23066 @end itemize
23067
23068 @kindex set cygwin-exceptions
23069 @cindex debugging the Cygwin DLL
23070 @cindex Cygwin DLL, debugging
23071 @item set cygwin-exceptions @var{mode}
23072 If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
23073 happen inside the Cygwin DLL. If @var{mode} is @code{off},
23074 @value{GDBN} will delay recognition of exceptions, and may ignore some
23075 exceptions which seem to be caused by internal Cygwin DLL
23076 ``bookkeeping''. This option is meant primarily for debugging the
23077 Cygwin DLL itself; the default value is @code{off} to avoid annoying
23078 @value{GDBN} users with false @code{SIGSEGV} signals.
23079
23080 @kindex show cygwin-exceptions
23081 @item show cygwin-exceptions
23082 Displays whether @value{GDBN} will break on exceptions that happen
23083 inside the Cygwin DLL itself.
23084
23085 @kindex set new-console
23086 @item set new-console @var{mode}
23087 If @var{mode} is @code{on} the debuggee will
23088 be started in a new console on next start.
23089 If @var{mode} is @code{off}, the debuggee will
23090 be started in the same console as the debugger.
23091
23092 @kindex show new-console
23093 @item show new-console
23094 Displays whether a new console is used
23095 when the debuggee is started.
23096
23097 @kindex set new-group
23098 @item set new-group @var{mode}
23099 This boolean value controls whether the debuggee should
23100 start a new group or stay in the same group as the debugger.
23101 This affects the way the Windows OS handles
23102 @samp{Ctrl-C}.
23103
23104 @kindex show new-group
23105 @item show new-group
23106 Displays current value of new-group boolean.
23107
23108 @kindex set debugevents
23109 @item set debugevents
23110 This boolean value adds debug output concerning kernel events related
23111 to the debuggee seen by the debugger. This includes events that
23112 signal thread and process creation and exit, DLL loading and
23113 unloading, console interrupts, and debugging messages produced by the
23114 Windows @code{OutputDebugString} API call.
23115
23116 @kindex set debugexec
23117 @item set debugexec
23118 This boolean value adds debug output concerning execute events
23119 (such as resume thread) seen by the debugger.
23120
23121 @kindex set debugexceptions
23122 @item set debugexceptions
23123 This boolean value adds debug output concerning exceptions in the
23124 debuggee seen by the debugger.
23125
23126 @kindex set debugmemory
23127 @item set debugmemory
23128 This boolean value adds debug output concerning debuggee memory reads
23129 and writes by the debugger.
23130
23131 @kindex set shell
23132 @item set shell
23133 This boolean values specifies whether the debuggee is called
23134 via a shell or directly (default value is on).
23135
23136 @kindex show shell
23137 @item show shell
23138 Displays if the debuggee will be started with a shell.
23139
23140 @end table
23141
23142 @menu
23143 * Non-debug DLL Symbols:: Support for DLLs without debugging symbols
23144 @end menu
23145
23146 @node Non-debug DLL Symbols
23147 @subsubsection Support for DLLs without Debugging Symbols
23148 @cindex DLLs with no debugging symbols
23149 @cindex Minimal symbols and DLLs
23150
23151 Very often on windows, some of the DLLs that your program relies on do
23152 not include symbolic debugging information (for example,
23153 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
23154 symbols in a DLL, it relies on the minimal amount of symbolic
23155 information contained in the DLL's export table. This section
23156 describes working with such symbols, known internally to @value{GDBN} as
23157 ``minimal symbols''.
23158
23159 Note that before the debugged program has started execution, no DLLs
23160 will have been loaded. The easiest way around this problem is simply to
23161 start the program --- either by setting a breakpoint or letting the
23162 program run once to completion.
23163
23164 @subsubsection DLL Name Prefixes
23165
23166 In keeping with the naming conventions used by the Microsoft debugging
23167 tools, DLL export symbols are made available with a prefix based on the
23168 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
23169 also entered into the symbol table, so @code{CreateFileA} is often
23170 sufficient. In some cases there will be name clashes within a program
23171 (particularly if the executable itself includes full debugging symbols)
23172 necessitating the use of the fully qualified name when referring to the
23173 contents of the DLL. Use single-quotes around the name to avoid the
23174 exclamation mark (``!'') being interpreted as a language operator.
23175
23176 Note that the internal name of the DLL may be all upper-case, even
23177 though the file name of the DLL is lower-case, or vice-versa. Since
23178 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
23179 some confusion. If in doubt, try the @code{info functions} and
23180 @code{info variables} commands or even @code{maint print msymbols}
23181 (@pxref{Symbols}). Here's an example:
23182
23183 @smallexample
23184 (@value{GDBP}) info function CreateFileA
23185 All functions matching regular expression "CreateFileA":
23186
23187 Non-debugging symbols:
23188 0x77e885f4 CreateFileA
23189 0x77e885f4 KERNEL32!CreateFileA
23190 @end smallexample
23191
23192 @smallexample
23193 (@value{GDBP}) info function !
23194 All functions matching regular expression "!":
23195
23196 Non-debugging symbols:
23197 0x6100114c cygwin1!__assert
23198 0x61004034 cygwin1!_dll_crt0@@0
23199 0x61004240 cygwin1!dll_crt0(per_process *)
23200 [etc...]
23201 @end smallexample
23202
23203 @subsubsection Working with Minimal Symbols
23204
23205 Symbols extracted from a DLL's export table do not contain very much
23206 type information. All that @value{GDBN} can do is guess whether a symbol
23207 refers to a function or variable depending on the linker section that
23208 contains the symbol. Also note that the actual contents of the memory
23209 contained in a DLL are not available unless the program is running. This
23210 means that you cannot examine the contents of a variable or disassemble
23211 a function within a DLL without a running program.
23212
23213 Variables are generally treated as pointers and dereferenced
23214 automatically. For this reason, it is often necessary to prefix a
23215 variable name with the address-of operator (``&'') and provide explicit
23216 type information in the command. Here's an example of the type of
23217 problem:
23218
23219 @smallexample
23220 (@value{GDBP}) print 'cygwin1!__argv'
23221 'cygwin1!__argv' has unknown type; cast it to its declared type
23222 @end smallexample
23223
23224 @smallexample
23225 (@value{GDBP}) x 'cygwin1!__argv'
23226 'cygwin1!__argv' has unknown type; cast it to its declared type
23227 @end smallexample
23228
23229 And two possible solutions:
23230
23231 @smallexample
23232 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
23233 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
23234 @end smallexample
23235
23236 @smallexample
23237 (@value{GDBP}) x/2x &'cygwin1!__argv'
23238 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
23239 (@value{GDBP}) x/x 0x10021608
23240 0x10021608: 0x0022fd98
23241 (@value{GDBP}) x/s 0x0022fd98
23242 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
23243 @end smallexample
23244
23245 Setting a break point within a DLL is possible even before the program
23246 starts execution. However, under these circumstances, @value{GDBN} can't
23247 examine the initial instructions of the function in order to skip the
23248 function's frame set-up code. You can work around this by using ``*&''
23249 to set the breakpoint at a raw memory address:
23250
23251 @smallexample
23252 (@value{GDBP}) break *&'python22!PyOS_Readline'
23253 Breakpoint 1 at 0x1e04eff0
23254 @end smallexample
23255
23256 The author of these extensions is not entirely convinced that setting a
23257 break point within a shared DLL like @file{kernel32.dll} is completely
23258 safe.
23259
23260 @node Hurd Native
23261 @subsection Commands Specific to @sc{gnu} Hurd Systems
23262 @cindex @sc{gnu} Hurd debugging
23263
23264 This subsection describes @value{GDBN} commands specific to the
23265 @sc{gnu} Hurd native debugging.
23266
23267 @table @code
23268 @item set signals
23269 @itemx set sigs
23270 @kindex set signals@r{, Hurd command}
23271 @kindex set sigs@r{, Hurd command}
23272 This command toggles the state of inferior signal interception by
23273 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
23274 affected by this command. @code{sigs} is a shorthand alias for
23275 @code{signals}.
23276
23277 @item show signals
23278 @itemx show sigs
23279 @kindex show signals@r{, Hurd command}
23280 @kindex show sigs@r{, Hurd command}
23281 Show the current state of intercepting inferior's signals.
23282
23283 @item set signal-thread
23284 @itemx set sigthread
23285 @kindex set signal-thread
23286 @kindex set sigthread
23287 This command tells @value{GDBN} which thread is the @code{libc} signal
23288 thread. That thread is run when a signal is delivered to a running
23289 process. @code{set sigthread} is the shorthand alias of @code{set
23290 signal-thread}.
23291
23292 @item show signal-thread
23293 @itemx show sigthread
23294 @kindex show signal-thread
23295 @kindex show sigthread
23296 These two commands show which thread will run when the inferior is
23297 delivered a signal.
23298
23299 @item set stopped
23300 @kindex set stopped@r{, Hurd command}
23301 This commands tells @value{GDBN} that the inferior process is stopped,
23302 as with the @code{SIGSTOP} signal. The stopped process can be
23303 continued by delivering a signal to it.
23304
23305 @item show stopped
23306 @kindex show stopped@r{, Hurd command}
23307 This command shows whether @value{GDBN} thinks the debuggee is
23308 stopped.
23309
23310 @item set exceptions
23311 @kindex set exceptions@r{, Hurd command}
23312 Use this command to turn off trapping of exceptions in the inferior.
23313 When exception trapping is off, neither breakpoints nor
23314 single-stepping will work. To restore the default, set exception
23315 trapping on.
23316
23317 @item show exceptions
23318 @kindex show exceptions@r{, Hurd command}
23319 Show the current state of trapping exceptions in the inferior.
23320
23321 @item set task pause
23322 @kindex set task@r{, Hurd commands}
23323 @cindex task attributes (@sc{gnu} Hurd)
23324 @cindex pause current task (@sc{gnu} Hurd)
23325 This command toggles task suspension when @value{GDBN} has control.
23326 Setting it to on takes effect immediately, and the task is suspended
23327 whenever @value{GDBN} gets control. Setting it to off will take
23328 effect the next time the inferior is continued. If this option is set
23329 to off, you can use @code{set thread default pause on} or @code{set
23330 thread pause on} (see below) to pause individual threads.
23331
23332 @item show task pause
23333 @kindex show task@r{, Hurd commands}
23334 Show the current state of task suspension.
23335
23336 @item set task detach-suspend-count
23337 @cindex task suspend count
23338 @cindex detach from task, @sc{gnu} Hurd
23339 This command sets the suspend count the task will be left with when
23340 @value{GDBN} detaches from it.
23341
23342 @item show task detach-suspend-count
23343 Show the suspend count the task will be left with when detaching.
23344
23345 @item set task exception-port
23346 @itemx set task excp
23347 @cindex task exception port, @sc{gnu} Hurd
23348 This command sets the task exception port to which @value{GDBN} will
23349 forward exceptions. The argument should be the value of the @dfn{send
23350 rights} of the task. @code{set task excp} is a shorthand alias.
23351
23352 @item set noninvasive
23353 @cindex noninvasive task options
23354 This command switches @value{GDBN} to a mode that is the least
23355 invasive as far as interfering with the inferior is concerned. This
23356 is the same as using @code{set task pause}, @code{set exceptions}, and
23357 @code{set signals} to values opposite to the defaults.
23358
23359 @item info send-rights
23360 @itemx info receive-rights
23361 @itemx info port-rights
23362 @itemx info port-sets
23363 @itemx info dead-names
23364 @itemx info ports
23365 @itemx info psets
23366 @cindex send rights, @sc{gnu} Hurd
23367 @cindex receive rights, @sc{gnu} Hurd
23368 @cindex port rights, @sc{gnu} Hurd
23369 @cindex port sets, @sc{gnu} Hurd
23370 @cindex dead names, @sc{gnu} Hurd
23371 These commands display information about, respectively, send rights,
23372 receive rights, port rights, port sets, and dead names of a task.
23373 There are also shorthand aliases: @code{info ports} for @code{info
23374 port-rights} and @code{info psets} for @code{info port-sets}.
23375
23376 @item set thread pause
23377 @kindex set thread@r{, Hurd command}
23378 @cindex thread properties, @sc{gnu} Hurd
23379 @cindex pause current thread (@sc{gnu} Hurd)
23380 This command toggles current thread suspension when @value{GDBN} has
23381 control. Setting it to on takes effect immediately, and the current
23382 thread is suspended whenever @value{GDBN} gets control. Setting it to
23383 off will take effect the next time the inferior is continued.
23384 Normally, this command has no effect, since when @value{GDBN} has
23385 control, the whole task is suspended. However, if you used @code{set
23386 task pause off} (see above), this command comes in handy to suspend
23387 only the current thread.
23388
23389 @item show thread pause
23390 @kindex show thread@r{, Hurd command}
23391 This command shows the state of current thread suspension.
23392
23393 @item set thread run
23394 This command sets whether the current thread is allowed to run.
23395
23396 @item show thread run
23397 Show whether the current thread is allowed to run.
23398
23399 @item set thread detach-suspend-count
23400 @cindex thread suspend count, @sc{gnu} Hurd
23401 @cindex detach from thread, @sc{gnu} Hurd
23402 This command sets the suspend count @value{GDBN} will leave on a
23403 thread when detaching. This number is relative to the suspend count
23404 found by @value{GDBN} when it notices the thread; use @code{set thread
23405 takeover-suspend-count} to force it to an absolute value.
23406
23407 @item show thread detach-suspend-count
23408 Show the suspend count @value{GDBN} will leave on the thread when
23409 detaching.
23410
23411 @item set thread exception-port
23412 @itemx set thread excp
23413 Set the thread exception port to which to forward exceptions. This
23414 overrides the port set by @code{set task exception-port} (see above).
23415 @code{set thread excp} is the shorthand alias.
23416
23417 @item set thread takeover-suspend-count
23418 Normally, @value{GDBN}'s thread suspend counts are relative to the
23419 value @value{GDBN} finds when it notices each thread. This command
23420 changes the suspend counts to be absolute instead.
23421
23422 @item set thread default
23423 @itemx show thread default
23424 @cindex thread default settings, @sc{gnu} Hurd
23425 Each of the above @code{set thread} commands has a @code{set thread
23426 default} counterpart (e.g., @code{set thread default pause}, @code{set
23427 thread default exception-port}, etc.). The @code{thread default}
23428 variety of commands sets the default thread properties for all
23429 threads; you can then change the properties of individual threads with
23430 the non-default commands.
23431 @end table
23432
23433 @node Darwin
23434 @subsection Darwin
23435 @cindex Darwin
23436
23437 @value{GDBN} provides the following commands specific to the Darwin target:
23438
23439 @table @code
23440 @item set debug darwin @var{num}
23441 @kindex set debug darwin
23442 When set to a non zero value, enables debugging messages specific to
23443 the Darwin support. Higher values produce more verbose output.
23444
23445 @item show debug darwin
23446 @kindex show debug darwin
23447 Show the current state of Darwin messages.
23448
23449 @item set debug mach-o @var{num}
23450 @kindex set debug mach-o
23451 When set to a non zero value, enables debugging messages while
23452 @value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
23453 file format used on Darwin for object and executable files.) Higher
23454 values produce more verbose output. This is a command to diagnose
23455 problems internal to @value{GDBN} and should not be needed in normal
23456 usage.
23457
23458 @item show debug mach-o
23459 @kindex show debug mach-o
23460 Show the current state of Mach-O file messages.
23461
23462 @item set mach-exceptions on
23463 @itemx set mach-exceptions off
23464 @kindex set mach-exceptions
23465 On Darwin, faults are first reported as a Mach exception and are then
23466 mapped to a Posix signal. Use this command to turn on trapping of
23467 Mach exceptions in the inferior. This might be sometimes useful to
23468 better understand the cause of a fault. The default is off.
23469
23470 @item show mach-exceptions
23471 @kindex show mach-exceptions
23472 Show the current state of exceptions trapping.
23473 @end table
23474
23475 @node FreeBSD
23476 @subsection FreeBSD
23477 @cindex FreeBSD
23478
23479 When the ABI of a system call is changed in the FreeBSD kernel, this
23480 is implemented by leaving a compatibility system call using the old
23481 ABI at the existing number and allocating a new system call number for
23482 the version using the new ABI. As a convenience, when a system call
23483 is caught by name (@pxref{catch syscall}), compatibility system calls
23484 are also caught.
23485
23486 For example, FreeBSD 12 introduced a new variant of the @code{kevent}
23487 system call and catching the @code{kevent} system call by name catches
23488 both variants:
23489
23490 @smallexample
23491 (@value{GDBP}) catch syscall kevent
23492 Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
23493 (@value{GDBP})
23494 @end smallexample
23495
23496
23497 @node Embedded OS
23498 @section Embedded Operating Systems
23499
23500 This section describes configurations involving the debugging of
23501 embedded operating systems that are available for several different
23502 architectures.
23503
23504 @value{GDBN} includes the ability to debug programs running on
23505 various real-time operating systems.
23506
23507 @node Embedded Processors
23508 @section Embedded Processors
23509
23510 This section goes into details specific to particular embedded
23511 configurations.
23512
23513 @cindex send command to simulator
23514 Whenever a specific embedded processor has a simulator, @value{GDBN}
23515 allows to send an arbitrary command to the simulator.
23516
23517 @table @code
23518 @item sim @var{command}
23519 @kindex sim@r{, a command}
23520 Send an arbitrary @var{command} string to the simulator. Consult the
23521 documentation for the specific simulator in use for information about
23522 acceptable commands.
23523 @end table
23524
23525
23526 @menu
23527 * ARC:: Synopsys ARC
23528 * ARM:: ARM
23529 * M68K:: Motorola M68K
23530 * MicroBlaze:: Xilinx MicroBlaze
23531 * MIPS Embedded:: MIPS Embedded
23532 * OpenRISC 1000:: OpenRISC 1000 (or1k)
23533 * PowerPC Embedded:: PowerPC Embedded
23534 * AVR:: Atmel AVR
23535 * CRIS:: CRIS
23536 * Super-H:: Renesas Super-H
23537 @end menu
23538
23539 @node ARC
23540 @subsection Synopsys ARC
23541 @cindex Synopsys ARC
23542 @cindex ARC specific commands
23543 @cindex ARC600
23544 @cindex ARC700
23545 @cindex ARC EM
23546 @cindex ARC HS
23547
23548 @value{GDBN} provides the following ARC-specific commands:
23549
23550 @table @code
23551 @item set debug arc
23552 @kindex set debug arc
23553 Control the level of ARC specific debug messages. Use 0 for no messages (the
23554 default), 1 for debug messages, and 2 for even more debug messages.
23555
23556 @item show debug arc
23557 @kindex show debug arc
23558 Show the level of ARC specific debugging in operation.
23559
23560 @item maint print arc arc-instruction @var{address}
23561 @kindex maint print arc arc-instruction
23562 Print internal disassembler information about instruction at a given address.
23563
23564 @end table
23565
23566 @node ARM
23567 @subsection ARM
23568
23569 @value{GDBN} provides the following ARM-specific commands:
23570
23571 @table @code
23572 @item set arm disassembler
23573 @kindex set arm
23574 This commands selects from a list of disassembly styles. The
23575 @code{"std"} style is the standard style.
23576
23577 @item show arm disassembler
23578 @kindex show arm
23579 Show the current disassembly style.
23580
23581 @item set arm apcs32
23582 @cindex ARM 32-bit mode
23583 This command toggles ARM operation mode between 32-bit and 26-bit.
23584
23585 @item show arm apcs32
23586 Display the current usage of the ARM 32-bit mode.
23587
23588 @item set arm fpu @var{fputype}
23589 This command sets the ARM floating-point unit (FPU) type. The
23590 argument @var{fputype} can be one of these:
23591
23592 @table @code
23593 @item auto
23594 Determine the FPU type by querying the OS ABI.
23595 @item softfpa
23596 Software FPU, with mixed-endian doubles on little-endian ARM
23597 processors.
23598 @item fpa
23599 GCC-compiled FPA co-processor.
23600 @item softvfp
23601 Software FPU with pure-endian doubles.
23602 @item vfp
23603 VFP co-processor.
23604 @end table
23605
23606 @item show arm fpu
23607 Show the current type of the FPU.
23608
23609 @item set arm abi
23610 This command forces @value{GDBN} to use the specified ABI.
23611
23612 @item show arm abi
23613 Show the currently used ABI.
23614
23615 @item set arm fallback-mode (arm|thumb|auto)
23616 @value{GDBN} uses the symbol table, when available, to determine
23617 whether instructions are ARM or Thumb. This command controls
23618 @value{GDBN}'s default behavior when the symbol table is not
23619 available. The default is @samp{auto}, which causes @value{GDBN} to
23620 use the current execution mode (from the @code{T} bit in the @code{CPSR}
23621 register).
23622
23623 @item show arm fallback-mode
23624 Show the current fallback instruction mode.
23625
23626 @item set arm force-mode (arm|thumb|auto)
23627 This command overrides use of the symbol table to determine whether
23628 instructions are ARM or Thumb. The default is @samp{auto}, which
23629 causes @value{GDBN} to use the symbol table and then the setting
23630 of @samp{set arm fallback-mode}.
23631
23632 @item show arm force-mode
23633 Show the current forced instruction mode.
23634
23635 @item set debug arm
23636 Toggle whether to display ARM-specific debugging messages from the ARM
23637 target support subsystem.
23638
23639 @item show debug arm
23640 Show whether ARM-specific debugging messages are enabled.
23641 @end table
23642
23643 @table @code
23644 @item target sim @r{[}@var{simargs}@r{]} @dots{}
23645 The @value{GDBN} ARM simulator accepts the following optional arguments.
23646
23647 @table @code
23648 @item --swi-support=@var{type}
23649 Tell the simulator which SWI interfaces to support. The argument
23650 @var{type} may be a comma separated list of the following values.
23651 The default value is @code{all}.
23652
23653 @table @code
23654 @item none
23655 @item demon
23656 @item angel
23657 @item redboot
23658 @item all
23659 @end table
23660 @end table
23661 @end table
23662
23663 @node M68K
23664 @subsection M68k
23665
23666 The Motorola m68k configuration includes ColdFire support.
23667
23668 @node MicroBlaze
23669 @subsection MicroBlaze
23670 @cindex Xilinx MicroBlaze
23671 @cindex XMD, Xilinx Microprocessor Debugger
23672
23673 The MicroBlaze is a soft-core processor supported on various Xilinx
23674 FPGAs, such as Spartan or Virtex series. Boards with these processors
23675 usually have JTAG ports which connect to a host system running the Xilinx
23676 Embedded Development Kit (EDK) or Software Development Kit (SDK).
23677 This host system is used to download the configuration bitstream to
23678 the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
23679 communicates with the target board using the JTAG interface and
23680 presents a @code{gdbserver} interface to the board. By default
23681 @code{xmd} uses port @code{1234}. (While it is possible to change
23682 this default port, it requires the use of undocumented @code{xmd}
23683 commands. Contact Xilinx support if you need to do this.)
23684
23685 Use these GDB commands to connect to the MicroBlaze target processor.
23686
23687 @table @code
23688 @item target remote :1234
23689 Use this command to connect to the target if you are running @value{GDBN}
23690 on the same system as @code{xmd}.
23691
23692 @item target remote @var{xmd-host}:1234
23693 Use this command to connect to the target if it is connected to @code{xmd}
23694 running on a different system named @var{xmd-host}.
23695
23696 @item load
23697 Use this command to download a program to the MicroBlaze target.
23698
23699 @item set debug microblaze @var{n}
23700 Enable MicroBlaze-specific debugging messages if non-zero.
23701
23702 @item show debug microblaze @var{n}
23703 Show MicroBlaze-specific debugging level.
23704 @end table
23705
23706 @node MIPS Embedded
23707 @subsection @acronym{MIPS} Embedded
23708
23709 @noindent
23710 @value{GDBN} supports these special commands for @acronym{MIPS} targets:
23711
23712 @table @code
23713 @item set mipsfpu double
23714 @itemx set mipsfpu single
23715 @itemx set mipsfpu none
23716 @itemx set mipsfpu auto
23717 @itemx show mipsfpu
23718 @kindex set mipsfpu
23719 @kindex show mipsfpu
23720 @cindex @acronym{MIPS} remote floating point
23721 @cindex floating point, @acronym{MIPS} remote
23722 If your target board does not support the @acronym{MIPS} floating point
23723 coprocessor, you should use the command @samp{set mipsfpu none} (if you
23724 need this, you may wish to put the command in your @value{GDBN} init
23725 file). This tells @value{GDBN} how to find the return value of
23726 functions which return floating point values. It also allows
23727 @value{GDBN} to avoid saving the floating point registers when calling
23728 functions on the board. If you are using a floating point coprocessor
23729 with only single precision floating point support, as on the @sc{r4650}
23730 processor, use the command @samp{set mipsfpu single}. The default
23731 double precision floating point coprocessor may be selected using
23732 @samp{set mipsfpu double}.
23733
23734 In previous versions the only choices were double precision or no
23735 floating point, so @samp{set mipsfpu on} will select double precision
23736 and @samp{set mipsfpu off} will select no floating point.
23737
23738 As usual, you can inquire about the @code{mipsfpu} variable with
23739 @samp{show mipsfpu}.
23740 @end table
23741
23742 @node OpenRISC 1000
23743 @subsection OpenRISC 1000
23744 @cindex OpenRISC 1000
23745
23746 @noindent
23747 The OpenRISC 1000 provides a free RISC instruction set architecture. It is
23748 mainly provided as a soft-core which can run on Xilinx, Altera and other
23749 FPGA's.
23750
23751 @value{GDBN} for OpenRISC supports the below commands when connecting to
23752 a target:
23753
23754 @table @code
23755
23756 @kindex target sim
23757 @item target sim
23758
23759 Runs the builtin CPU simulator which can run very basic
23760 programs but does not support most hardware functions like MMU.
23761 For more complex use cases the user is advised to run an external
23762 target, and connect using @samp{target remote}.
23763
23764 Example: @code{target sim}
23765
23766 @item set debug or1k
23767 Toggle whether to display OpenRISC-specific debugging messages from the
23768 OpenRISC target support subsystem.
23769
23770 @item show debug or1k
23771 Show whether OpenRISC-specific debugging messages are enabled.
23772 @end table
23773
23774 @node PowerPC Embedded
23775 @subsection PowerPC Embedded
23776
23777 @cindex DVC register
23778 @value{GDBN} supports using the DVC (Data Value Compare) register to
23779 implement in hardware simple hardware watchpoint conditions of the form:
23780
23781 @smallexample
23782 (@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
23783 if @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
23784 @end smallexample
23785
23786 The DVC register will be automatically used when @value{GDBN} detects
23787 such pattern in a condition expression, and the created watchpoint uses one
23788 debug register (either the @code{exact-watchpoints} option is on and the
23789 variable is scalar, or the variable has a length of one byte). This feature
23790 is available in native @value{GDBN} running on a Linux kernel version 2.6.34
23791 or newer.
23792
23793 When running on PowerPC embedded processors, @value{GDBN} automatically uses
23794 ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
23795 in which case watchpoints using only one debug register are created when
23796 watching variables of scalar types.
23797
23798 You can create an artificial array to watch an arbitrary memory
23799 region using one of the following commands (@pxref{Expressions}):
23800
23801 @smallexample
23802 (@value{GDBP}) watch *((char *) @var{address})@@@var{length}
23803 (@value{GDBP}) watch @{char[@var{length}]@} @var{address}
23804 @end smallexample
23805
23806 PowerPC embedded processors support masked watchpoints. See the discussion
23807 about the @code{mask} argument in @ref{Set Watchpoints}.
23808
23809 @cindex ranged breakpoint
23810 PowerPC embedded processors support hardware accelerated
23811 @dfn{ranged breakpoints}. A ranged breakpoint stops execution of
23812 the inferior whenever it executes an instruction at any address within
23813 the range it specifies. To set a ranged breakpoint in @value{GDBN},
23814 use the @code{break-range} command.
23815
23816 @value{GDBN} provides the following PowerPC-specific commands:
23817
23818 @table @code
23819 @kindex break-range
23820 @item break-range @var{start-location}, @var{end-location}
23821 Set a breakpoint for an address range given by
23822 @var{start-location} and @var{end-location}, which can specify a function name,
23823 a line number, an offset of lines from the current line or from the start
23824 location, or an address of an instruction (see @ref{Specify Location},
23825 for a list of all the possible ways to specify a @var{location}.)
23826 The breakpoint will stop execution of the inferior whenever it
23827 executes an instruction at any address within the specified range,
23828 (including @var{start-location} and @var{end-location}.)
23829
23830 @kindex set powerpc
23831 @item set powerpc soft-float
23832 @itemx show powerpc soft-float
23833 Force @value{GDBN} to use (or not use) a software floating point calling
23834 convention. By default, @value{GDBN} selects the calling convention based
23835 on the selected architecture and the provided executable file.
23836
23837 @item set powerpc vector-abi
23838 @itemx show powerpc vector-abi
23839 Force @value{GDBN} to use the specified calling convention for vector
23840 arguments and return values. The valid options are @samp{auto};
23841 @samp{generic}, to avoid vector registers even if they are present;
23842 @samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
23843 registers. By default, @value{GDBN} selects the calling convention
23844 based on the selected architecture and the provided executable file.
23845
23846 @item set powerpc exact-watchpoints
23847 @itemx show powerpc exact-watchpoints
23848 Allow @value{GDBN} to use only one debug register when watching a variable
23849 of scalar type, thus assuming that the variable is accessed through the
23850 address of its first byte.
23851
23852 @end table
23853
23854 @node AVR
23855 @subsection Atmel AVR
23856 @cindex AVR
23857
23858 When configured for debugging the Atmel AVR, @value{GDBN} supports the
23859 following AVR-specific commands:
23860
23861 @table @code
23862 @item info io_registers
23863 @kindex info io_registers@r{, AVR}
23864 @cindex I/O registers (Atmel AVR)
23865 This command displays information about the AVR I/O registers. For
23866 each register, @value{GDBN} prints its number and value.
23867 @end table
23868
23869 @node CRIS
23870 @subsection CRIS
23871 @cindex CRIS
23872
23873 When configured for debugging CRIS, @value{GDBN} provides the
23874 following CRIS-specific commands:
23875
23876 @table @code
23877 @item set cris-version @var{ver}
23878 @cindex CRIS version
23879 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
23880 The CRIS version affects register names and sizes. This command is useful in
23881 case autodetection of the CRIS version fails.
23882
23883 @item show cris-version
23884 Show the current CRIS version.
23885
23886 @item set cris-dwarf2-cfi
23887 @cindex DWARF-2 CFI and CRIS
23888 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
23889 Change to @samp{off} when using @code{gcc-cris} whose version is below
23890 @code{R59}.
23891
23892 @item show cris-dwarf2-cfi
23893 Show the current state of using DWARF-2 CFI.
23894
23895 @item set cris-mode @var{mode}
23896 @cindex CRIS mode
23897 Set the current CRIS mode to @var{mode}. It should only be changed when
23898 debugging in guru mode, in which case it should be set to
23899 @samp{guru} (the default is @samp{normal}).
23900
23901 @item show cris-mode
23902 Show the current CRIS mode.
23903 @end table
23904
23905 @node Super-H
23906 @subsection Renesas Super-H
23907 @cindex Super-H
23908
23909 For the Renesas Super-H processor, @value{GDBN} provides these
23910 commands:
23911
23912 @table @code
23913 @item set sh calling-convention @var{convention}
23914 @kindex set sh calling-convention
23915 Set the calling-convention used when calling functions from @value{GDBN}.
23916 Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
23917 With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
23918 convention. If the DWARF-2 information of the called function specifies
23919 that the function follows the Renesas calling convention, the function
23920 is called using the Renesas calling convention. If the calling convention
23921 is set to @samp{renesas}, the Renesas calling convention is always used,
23922 regardless of the DWARF-2 information. This can be used to override the
23923 default of @samp{gcc} if debug information is missing, or the compiler
23924 does not emit the DWARF-2 calling convention entry for a function.
23925
23926 @item show sh calling-convention
23927 @kindex show sh calling-convention
23928 Show the current calling convention setting.
23929
23930 @end table
23931
23932
23933 @node Architectures
23934 @section Architectures
23935
23936 This section describes characteristics of architectures that affect
23937 all uses of @value{GDBN} with the architecture, both native and cross.
23938
23939 @menu
23940 * AArch64::
23941 * i386::
23942 * Alpha::
23943 * MIPS::
23944 * HPPA:: HP PA architecture
23945 * SPU:: Cell Broadband Engine SPU architecture
23946 * PowerPC::
23947 * Nios II::
23948 * Sparc64::
23949 * S12Z::
23950 @end menu
23951
23952 @node AArch64
23953 @subsection AArch64
23954 @cindex AArch64 support
23955
23956 When @value{GDBN} is debugging the AArch64 architecture, it provides the
23957 following special commands:
23958
23959 @table @code
23960 @item set debug aarch64
23961 @kindex set debug aarch64
23962 This command determines whether AArch64 architecture-specific debugging
23963 messages are to be displayed.
23964
23965 @item show debug aarch64
23966 Show whether AArch64 debugging messages are displayed.
23967
23968 @end table
23969
23970 @subsubsection AArch64 SVE.
23971 @cindex AArch64 SVE.
23972
23973 When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
23974 Extension (SVE) is present, then @value{GDBN} will provide the vector registers
23975 @code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
23976 @code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
23977 @code{$vg} will be provided. This is the vector granule for the current thread
23978 and represents the number of 64-bit chunks in an SVE @code{z} register.
23979
23980 If the vector length changes, then the @code{$vg} register will be updated,
23981 but the lengths of the @code{z} and @code{p} registers will not change. This
23982 is a known limitation of @value{GDBN} and does not affect the execution of the
23983 target process.
23984
23985
23986 @node i386
23987 @subsection x86 Architecture-specific Issues
23988
23989 @table @code
23990 @item set struct-convention @var{mode}
23991 @kindex set struct-convention
23992 @cindex struct return convention
23993 @cindex struct/union returned in registers
23994 Set the convention used by the inferior to return @code{struct}s and
23995 @code{union}s from functions to @var{mode}. Possible values of
23996 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
23997 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
23998 are returned on the stack, while @code{"reg"} means that a
23999 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
24000 be returned in a register.
24001
24002 @item show struct-convention
24003 @kindex show struct-convention
24004 Show the current setting of the convention to return @code{struct}s
24005 from functions.
24006 @end table
24007
24008
24009 @subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
24010 @cindex Intel Memory Protection Extensions (MPX).
24011
24012 Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
24013 @footnote{The register named with capital letters represent the architecture
24014 registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
24015 which are the lower bound and upper bound. Bounds are effective addresses or
24016 memory locations. The upper bounds are architecturally represented in 1's
24017 complement form. A bound having lower bound = 0, and upper bound = 0
24018 (1's complement of all bits set) will allow access to the entire address space.
24019
24020 @samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
24021 through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
24022 display the upper bound performing the complement of one operation on the
24023 upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
24024 @value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
24025 can also be noted that the upper bounds are inclusive.
24026
24027 As an example, assume that the register BND0 holds bounds for a pointer having
24028 access allowed for the range between 0x32 and 0x71. The values present on
24029 bnd0raw and bnd registers are presented as follows:
24030
24031 @smallexample
24032 bnd0raw = @{0x32, 0xffffffff8e@}
24033 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
24034 @end smallexample
24035
24036 This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
24037 change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
24038 counterpart. When the bnd0@dots{}bnd3 registers are displayed via
24039 Python, the display includes the memory size, in bits, accessible to
24040 the pointer.
24041
24042 Bounds can also be stored in bounds tables, which are stored in
24043 application memory. These tables store bounds for pointers by specifying
24044 the bounds pointer's value along with its bounds. Evaluating and changing
24045 bounds located in bound tables is therefore interesting while investigating
24046 bugs on MPX context. @value{GDBN} provides commands for this purpose:
24047
24048 @table @code
24049 @item show mpx bound @var{pointer}
24050 @kindex show mpx bound
24051 Display bounds of the given @var{pointer}.
24052
24053 @item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
24054 @kindex set mpx bound
24055 Set the bounds of a pointer in the bound table.
24056 This command takes three parameters: @var{pointer} is the pointers
24057 whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
24058 for lower and upper bounds respectively.
24059 @end table
24060
24061 When you call an inferior function on an Intel MPX enabled program,
24062 GDB sets the inferior's bound registers to the init (disabled) state
24063 before calling the function. As a consequence, bounds checks for the
24064 pointer arguments passed to the function will always pass.
24065
24066 This is necessary because when you call an inferior function, the
24067 program is usually in the middle of the execution of other function.
24068 Since at that point bound registers are in an arbitrary state, not
24069 clearing them would lead to random bound violations in the called
24070 function.
24071
24072 You can still examine the influence of the bound registers on the
24073 execution of the called function by stopping the execution of the
24074 called function at its prologue, setting bound registers, and
24075 continuing the execution. For example:
24076
24077 @smallexample
24078 $ break *upper
24079 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
24080 $ print upper (a, b, c, d, 1)
24081 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
24082 $ print $bnd0
24083 @{lbound = 0x0, ubound = ffffffff@} : size -1
24084 @end smallexample
24085
24086 At this last step the value of bnd0 can be changed for investigation of bound
24087 violations caused along the execution of the call. In order to know how to
24088 set the bound registers or bound table for the call consult the ABI.
24089
24090 @node Alpha
24091 @subsection Alpha
24092
24093 See the following section.
24094
24095 @node MIPS
24096 @subsection @acronym{MIPS}
24097
24098 @cindex stack on Alpha
24099 @cindex stack on @acronym{MIPS}
24100 @cindex Alpha stack
24101 @cindex @acronym{MIPS} stack
24102 Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
24103 sometimes requires @value{GDBN} to search backward in the object code to
24104 find the beginning of a function.
24105
24106 @cindex response time, @acronym{MIPS} debugging
24107 To improve response time (especially for embedded applications, where
24108 @value{GDBN} may be restricted to a slow serial line for this search)
24109 you may want to limit the size of this search, using one of these
24110 commands:
24111
24112 @table @code
24113 @cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
24114 @item set heuristic-fence-post @var{limit}
24115 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
24116 search for the beginning of a function. A value of @var{0} (the
24117 default) means there is no limit. However, except for @var{0}, the
24118 larger the limit the more bytes @code{heuristic-fence-post} must search
24119 and therefore the longer it takes to run. You should only need to use
24120 this command when debugging a stripped executable.
24121
24122 @item show heuristic-fence-post
24123 Display the current limit.
24124 @end table
24125
24126 @noindent
24127 These commands are available @emph{only} when @value{GDBN} is configured
24128 for debugging programs on Alpha or @acronym{MIPS} processors.
24129
24130 Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
24131 programs:
24132
24133 @table @code
24134 @item set mips abi @var{arg}
24135 @kindex set mips abi
24136 @cindex set ABI for @acronym{MIPS}
24137 Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
24138 values of @var{arg} are:
24139
24140 @table @samp
24141 @item auto
24142 The default ABI associated with the current binary (this is the
24143 default).
24144 @item o32
24145 @item o64
24146 @item n32
24147 @item n64
24148 @item eabi32
24149 @item eabi64
24150 @end table
24151
24152 @item show mips abi
24153 @kindex show mips abi
24154 Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
24155
24156 @item set mips compression @var{arg}
24157 @kindex set mips compression
24158 @cindex code compression, @acronym{MIPS}
24159 Tell @value{GDBN} which @acronym{MIPS} compressed
24160 @acronym{ISA, Instruction Set Architecture} encoding is used by the
24161 inferior. @value{GDBN} uses this for code disassembly and other
24162 internal interpretation purposes. This setting is only referred to
24163 when no executable has been associated with the debugging session or
24164 the executable does not provide information about the encoding it uses.
24165 Otherwise this setting is automatically updated from information
24166 provided by the executable.
24167
24168 Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
24169 The default compressed @acronym{ISA} encoding is @samp{mips16}, as
24170 executables containing @acronym{MIPS16} code frequently are not
24171 identified as such.
24172
24173 This setting is ``sticky''; that is, it retains its value across
24174 debugging sessions until reset either explicitly with this command or
24175 implicitly from an executable.
24176
24177 The compiler and/or assembler typically add symbol table annotations to
24178 identify functions compiled for the @acronym{MIPS16} or
24179 @acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
24180 are present, @value{GDBN} uses them in preference to the global
24181 compressed @acronym{ISA} encoding setting.
24182
24183 @item show mips compression
24184 @kindex show mips compression
24185 Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
24186 @value{GDBN} to debug the inferior.
24187
24188 @item set mipsfpu
24189 @itemx show mipsfpu
24190 @xref{MIPS Embedded, set mipsfpu}.
24191
24192 @item set mips mask-address @var{arg}
24193 @kindex set mips mask-address
24194 @cindex @acronym{MIPS} addresses, masking
24195 This command determines whether the most-significant 32 bits of 64-bit
24196 @acronym{MIPS} addresses are masked off. The argument @var{arg} can be
24197 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
24198 setting, which lets @value{GDBN} determine the correct value.
24199
24200 @item show mips mask-address
24201 @kindex show mips mask-address
24202 Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
24203 not.
24204
24205 @item set remote-mips64-transfers-32bit-regs
24206 @kindex set remote-mips64-transfers-32bit-regs
24207 This command controls compatibility with 64-bit @acronym{MIPS} targets that
24208 transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
24209 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
24210 and 64 bits for other registers, set this option to @samp{on}.
24211
24212 @item show remote-mips64-transfers-32bit-regs
24213 @kindex show remote-mips64-transfers-32bit-regs
24214 Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
24215
24216 @item set debug mips
24217 @kindex set debug mips
24218 This command turns on and off debugging messages for the @acronym{MIPS}-specific
24219 target code in @value{GDBN}.
24220
24221 @item show debug mips
24222 @kindex show debug mips
24223 Show the current setting of @acronym{MIPS} debugging messages.
24224 @end table
24225
24226
24227 @node HPPA
24228 @subsection HPPA
24229 @cindex HPPA support
24230
24231 When @value{GDBN} is debugging the HP PA architecture, it provides the
24232 following special commands:
24233
24234 @table @code
24235 @item set debug hppa
24236 @kindex set debug hppa
24237 This command determines whether HPPA architecture-specific debugging
24238 messages are to be displayed.
24239
24240 @item show debug hppa
24241 Show whether HPPA debugging messages are displayed.
24242
24243 @item maint print unwind @var{address}
24244 @kindex maint print unwind@r{, HPPA}
24245 This command displays the contents of the unwind table entry at the
24246 given @var{address}.
24247
24248 @end table
24249
24250
24251 @node SPU
24252 @subsection Cell Broadband Engine SPU architecture
24253 @cindex Cell Broadband Engine
24254 @cindex SPU
24255
24256 When @value{GDBN} is debugging the Cell Broadband Engine SPU architecture,
24257 it provides the following special commands:
24258
24259 @table @code
24260 @item info spu event
24261 @kindex info spu
24262 Display SPU event facility status. Shows current event mask
24263 and pending event status.
24264
24265 @item info spu signal
24266 Display SPU signal notification facility status. Shows pending
24267 signal-control word and signal notification mode of both signal
24268 notification channels.
24269
24270 @item info spu mailbox
24271 Display SPU mailbox facility status. Shows all pending entries,
24272 in order of processing, in each of the SPU Write Outbound,
24273 SPU Write Outbound Interrupt, and SPU Read Inbound mailboxes.
24274
24275 @item info spu dma
24276 Display MFC DMA status. Shows all pending commands in the MFC
24277 DMA queue. For each entry, opcode, tag, class IDs, effective
24278 and local store addresses and transfer size are shown.
24279
24280 @item info spu proxydma
24281 Display MFC Proxy-DMA status. Shows all pending commands in the MFC
24282 Proxy-DMA queue. For each entry, opcode, tag, class IDs, effective
24283 and local store addresses and transfer size are shown.
24284
24285 @end table
24286
24287 When @value{GDBN} is debugging a combined PowerPC/SPU application
24288 on the Cell Broadband Engine, it provides in addition the following
24289 special commands:
24290
24291 @table @code
24292 @item set spu stop-on-load @var{arg}
24293 @kindex set spu
24294 Set whether to stop for new SPE threads. When set to @code{on}, @value{GDBN}
24295 will give control to the user when a new SPE thread enters its @code{main}
24296 function. The default is @code{off}.
24297
24298 @item show spu stop-on-load
24299 @kindex show spu
24300 Show whether to stop for new SPE threads.
24301
24302 @item set spu auto-flush-cache @var{arg}
24303 Set whether to automatically flush the software-managed cache. When set to
24304 @code{on}, @value{GDBN} will automatically cause the SPE software-managed
24305 cache to be flushed whenever SPE execution stops. This provides a consistent
24306 view of PowerPC memory that is accessed via the cache. If an application
24307 does not use the software-managed cache, this option has no effect.
24308
24309 @item show spu auto-flush-cache
24310 Show whether to automatically flush the software-managed cache.
24311
24312 @end table
24313
24314 @node PowerPC
24315 @subsection PowerPC
24316 @cindex PowerPC architecture
24317
24318 When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
24319 pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
24320 numbers stored in the floating point registers. These values must be stored
24321 in two consecutive registers, always starting at an even register like
24322 @code{f0} or @code{f2}.
24323
24324 The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
24325 by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
24326 @code{f2} and @code{f3} for @code{$dl1} and so on.
24327
24328 For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
24329 wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
24330
24331 @node Nios II
24332 @subsection Nios II
24333 @cindex Nios II architecture
24334
24335 When @value{GDBN} is debugging the Nios II architecture,
24336 it provides the following special commands:
24337
24338 @table @code
24339
24340 @item set debug nios2
24341 @kindex set debug nios2
24342 This command turns on and off debugging messages for the Nios II
24343 target code in @value{GDBN}.
24344
24345 @item show debug nios2
24346 @kindex show debug nios2
24347 Show the current setting of Nios II debugging messages.
24348 @end table
24349
24350 @node Sparc64
24351 @subsection Sparc64
24352 @cindex Sparc64 support
24353 @cindex Application Data Integrity
24354 @subsubsection ADI Support
24355
24356 The M7 processor supports an Application Data Integrity (ADI) feature that
24357 detects invalid data accesses. When software allocates memory and enables
24358 ADI on the allocated memory, it chooses a 4-bit version number, sets the
24359 version in the upper 4 bits of the 64-bit pointer to that data, and stores
24360 the 4-bit version in every cacheline of that data. Hardware saves the latter
24361 in spare bits in the cache and memory hierarchy. On each load and store,
24362 the processor compares the upper 4 VA (virtual address) bits to the
24363 cacheline's version. If there is a mismatch, the processor generates a
24364 version mismatch trap which can be either precise or disrupting. The trap
24365 is an error condition which the kernel delivers to the process as a SIGSEGV
24366 signal.
24367
24368 Note that only 64-bit applications can use ADI and need to be built with
24369 ADI-enabled.
24370
24371 Values of the ADI version tags, which are in granularity of a
24372 cacheline (64 bytes), can be viewed or modified.
24373
24374
24375 @table @code
24376 @kindex adi examine
24377 @item adi (examine | x) [ / @var{n} ] @var{addr}
24378
24379 The @code{adi examine} command displays the value of one ADI version tag per
24380 cacheline.
24381
24382 @var{n} is a decimal integer specifying the number in bytes; the default
24383 is 1. It specifies how much ADI version information, at the ratio of 1:ADI
24384 block size, to display.
24385
24386 @var{addr} is the address in user address space where you want @value{GDBN}
24387 to begin displaying the ADI version tags.
24388
24389 Below is an example of displaying ADI versions of variable "shmaddr".
24390
24391 @smallexample
24392 (@value{GDBP}) adi x/100 shmaddr
24393 0xfff800010002c000: 0 0
24394 @end smallexample
24395
24396 @kindex adi assign
24397 @item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
24398
24399 The @code{adi assign} command is used to assign new ADI version tag
24400 to an address.
24401
24402 @var{n} is a decimal integer specifying the number in bytes;
24403 the default is 1. It specifies how much ADI version information, at the
24404 ratio of 1:ADI block size, to modify.
24405
24406 @var{addr} is the address in user address space where you want @value{GDBN}
24407 to begin modifying the ADI version tags.
24408
24409 @var{tag} is the new ADI version tag.
24410
24411 For example, do the following to modify then verify ADI versions of
24412 variable "shmaddr":
24413
24414 @smallexample
24415 (@value{GDBP}) adi a/100 shmaddr = 7
24416 (@value{GDBP}) adi x/100 shmaddr
24417 0xfff800010002c000: 7 7
24418 @end smallexample
24419
24420 @end table
24421
24422 @node S12Z
24423 @subsection S12Z
24424 @cindex S12Z support
24425
24426 When @value{GDBN} is debugging the S12Z architecture,
24427 it provides the following special command:
24428
24429 @table @code
24430 @item maint info bdccsr
24431 @kindex maint info bdccsr@r{, S12Z}
24432 This command displays the current value of the microprocessor's
24433 BDCCSR register.
24434 @end table
24435
24436
24437 @node Controlling GDB
24438 @chapter Controlling @value{GDBN}
24439
24440 You can alter the way @value{GDBN} interacts with you by using the
24441 @code{set} command. For commands controlling how @value{GDBN} displays
24442 data, see @ref{Print Settings, ,Print Settings}. Other settings are
24443 described here.
24444
24445 @menu
24446 * Prompt:: Prompt
24447 * Editing:: Command editing
24448 * Command History:: Command history
24449 * Screen Size:: Screen size
24450 * Output Styling:: Output styling
24451 * Numbers:: Numbers
24452 * ABI:: Configuring the current ABI
24453 * Auto-loading:: Automatically loading associated files
24454 * Messages/Warnings:: Optional warnings and messages
24455 * Debugging Output:: Optional messages about internal happenings
24456 * Other Misc Settings:: Other Miscellaneous Settings
24457 @end menu
24458
24459 @node Prompt
24460 @section Prompt
24461
24462 @cindex prompt
24463
24464 @value{GDBN} indicates its readiness to read a command by printing a string
24465 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
24466 can change the prompt string with the @code{set prompt} command. For
24467 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
24468 the prompt in one of the @value{GDBN} sessions so that you can always tell
24469 which one you are talking to.
24470
24471 @emph{Note:} @code{set prompt} does not add a space for you after the
24472 prompt you set. This allows you to set a prompt which ends in a space
24473 or a prompt that does not.
24474
24475 @table @code
24476 @kindex set prompt
24477 @item set prompt @var{newprompt}
24478 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
24479
24480 @kindex show prompt
24481 @item show prompt
24482 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
24483 @end table
24484
24485 Versions of @value{GDBN} that ship with Python scripting enabled have
24486 prompt extensions. The commands for interacting with these extensions
24487 are:
24488
24489 @table @code
24490 @kindex set extended-prompt
24491 @item set extended-prompt @var{prompt}
24492 Set an extended prompt that allows for substitutions.
24493 @xref{gdb.prompt}, for a list of escape sequences that can be used for
24494 substitution. Any escape sequences specified as part of the prompt
24495 string are replaced with the corresponding strings each time the prompt
24496 is displayed.
24497
24498 For example:
24499
24500 @smallexample
24501 set extended-prompt Current working directory: \w (gdb)
24502 @end smallexample
24503
24504 Note that when an extended-prompt is set, it takes control of the
24505 @var{prompt_hook} hook. @xref{prompt_hook}, for further information.
24506
24507 @kindex show extended-prompt
24508 @item show extended-prompt
24509 Prints the extended prompt. Any escape sequences specified as part of
24510 the prompt string with @code{set extended-prompt}, are replaced with the
24511 corresponding strings each time the prompt is displayed.
24512 @end table
24513
24514 @node Editing
24515 @section Command Editing
24516 @cindex readline
24517 @cindex command line editing
24518
24519 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
24520 @sc{gnu} library provides consistent behavior for programs which provide a
24521 command line interface to the user. Advantages are @sc{gnu} Emacs-style
24522 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
24523 substitution, and a storage and recall of command history across
24524 debugging sessions.
24525
24526 You may control the behavior of command line editing in @value{GDBN} with the
24527 command @code{set}.
24528
24529 @table @code
24530 @kindex set editing
24531 @cindex editing
24532 @item set editing
24533 @itemx set editing on
24534 Enable command line editing (enabled by default).
24535
24536 @item set editing off
24537 Disable command line editing.
24538
24539 @kindex show editing
24540 @item show editing
24541 Show whether command line editing is enabled.
24542 @end table
24543
24544 @ifset SYSTEM_READLINE
24545 @xref{Command Line Editing, , , rluserman, GNU Readline Library},
24546 @end ifset
24547 @ifclear SYSTEM_READLINE
24548 @xref{Command Line Editing},
24549 @end ifclear
24550 for more details about the Readline
24551 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
24552 encouraged to read that chapter.
24553
24554 @node Command History
24555 @section Command History
24556 @cindex command history
24557
24558 @value{GDBN} can keep track of the commands you type during your
24559 debugging sessions, so that you can be certain of precisely what
24560 happened. Use these commands to manage the @value{GDBN} command
24561 history facility.
24562
24563 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
24564 package, to provide the history facility.
24565 @ifset SYSTEM_READLINE
24566 @xref{Using History Interactively, , , history, GNU History Library},
24567 @end ifset
24568 @ifclear SYSTEM_READLINE
24569 @xref{Using History Interactively},
24570 @end ifclear
24571 for the detailed description of the History library.
24572
24573 To issue a command to @value{GDBN} without affecting certain aspects of
24574 the state which is seen by users, prefix it with @samp{server }
24575 (@pxref{Server Prefix}). This
24576 means that this command will not affect the command history, nor will it
24577 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
24578 pressed on a line by itself.
24579
24580 @cindex @code{server}, command prefix
24581 The server prefix does not affect the recording of values into the value
24582 history; to print a value without recording it into the value history,
24583 use the @code{output} command instead of the @code{print} command.
24584
24585 Here is the description of @value{GDBN} commands related to command
24586 history.
24587
24588 @table @code
24589 @cindex history substitution
24590 @cindex history file
24591 @kindex set history filename
24592 @cindex @env{GDBHISTFILE}, environment variable
24593 @item set history filename @var{fname}
24594 Set the name of the @value{GDBN} command history file to @var{fname}.
24595 This is the file where @value{GDBN} reads an initial command history
24596 list, and where it writes the command history from this session when it
24597 exits. You can access this list through history expansion or through
24598 the history command editing characters listed below. This file defaults
24599 to the value of the environment variable @code{GDBHISTFILE}, or to
24600 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
24601 is not set.
24602
24603 @cindex save command history
24604 @kindex set history save
24605 @item set history save
24606 @itemx set history save on
24607 Record command history in a file, whose name may be specified with the
24608 @code{set history filename} command. By default, this option is disabled.
24609
24610 @item set history save off
24611 Stop recording command history in a file.
24612
24613 @cindex history size
24614 @kindex set history size
24615 @cindex @env{GDBHISTSIZE}, environment variable
24616 @item set history size @var{size}
24617 @itemx set history size unlimited
24618 Set the number of commands which @value{GDBN} keeps in its history list.
24619 This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
24620 to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
24621 are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
24622 either a negative number or the empty string, then the number of commands
24623 @value{GDBN} keeps in the history list is unlimited.
24624
24625 @cindex remove duplicate history
24626 @kindex set history remove-duplicates
24627 @item set history remove-duplicates @var{count}
24628 @itemx set history remove-duplicates unlimited
24629 Control the removal of duplicate history entries in the command history list.
24630 If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
24631 history entries and remove the first entry that is a duplicate of the current
24632 entry being added to the command history list. If @var{count} is
24633 @code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
24634 removal of duplicate history entries is disabled.
24635
24636 Only history entries added during the current session are considered for
24637 removal. This option is set to 0 by default.
24638
24639 @end table
24640
24641 History expansion assigns special meaning to the character @kbd{!}.
24642 @ifset SYSTEM_READLINE
24643 @xref{Event Designators, , , history, GNU History Library},
24644 @end ifset
24645 @ifclear SYSTEM_READLINE
24646 @xref{Event Designators},
24647 @end ifclear
24648 for more details.
24649
24650 @cindex history expansion, turn on/off
24651 Since @kbd{!} is also the logical not operator in C, history expansion
24652 is off by default. If you decide to enable history expansion with the
24653 @code{set history expansion on} command, you may sometimes need to
24654 follow @kbd{!} (when it is used as logical not, in an expression) with
24655 a space or a tab to prevent it from being expanded. The readline
24656 history facilities do not attempt substitution on the strings
24657 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
24658
24659 The commands to control history expansion are:
24660
24661 @table @code
24662 @item set history expansion on
24663 @itemx set history expansion
24664 @kindex set history expansion
24665 Enable history expansion. History expansion is off by default.
24666
24667 @item set history expansion off
24668 Disable history expansion.
24669
24670 @c @group
24671 @kindex show history
24672 @item show history
24673 @itemx show history filename
24674 @itemx show history save
24675 @itemx show history size
24676 @itemx show history expansion
24677 These commands display the state of the @value{GDBN} history parameters.
24678 @code{show history} by itself displays all four states.
24679 @c @end group
24680 @end table
24681
24682 @table @code
24683 @kindex show commands
24684 @cindex show last commands
24685 @cindex display command history
24686 @item show commands
24687 Display the last ten commands in the command history.
24688
24689 @item show commands @var{n}
24690 Print ten commands centered on command number @var{n}.
24691
24692 @item show commands +
24693 Print ten commands just after the commands last printed.
24694 @end table
24695
24696 @node Screen Size
24697 @section Screen Size
24698 @cindex size of screen
24699 @cindex screen size
24700 @cindex pagination
24701 @cindex page size
24702 @cindex pauses in output
24703
24704 Certain commands to @value{GDBN} may produce large amounts of
24705 information output to the screen. To help you read all of it,
24706 @value{GDBN} pauses and asks you for input at the end of each page of
24707 output. Type @key{RET} when you want to see one more page of output,
24708 @kbd{q} to discard the remaining output, or @kbd{c} to continue
24709 without paging for the rest of the current command. Also, the screen
24710 width setting determines when to wrap lines of output. Depending on
24711 what is being printed, @value{GDBN} tries to break the line at a
24712 readable place, rather than simply letting it overflow onto the
24713 following line.
24714
24715 Normally @value{GDBN} knows the size of the screen from the terminal
24716 driver software. For example, on Unix @value{GDBN} uses the termcap data base
24717 together with the value of the @code{TERM} environment variable and the
24718 @code{stty rows} and @code{stty cols} settings. If this is not correct,
24719 you can override it with the @code{set height} and @code{set
24720 width} commands:
24721
24722 @table @code
24723 @kindex set height
24724 @kindex set width
24725 @kindex show width
24726 @kindex show height
24727 @item set height @var{lpp}
24728 @itemx set height unlimited
24729 @itemx show height
24730 @itemx set width @var{cpl}
24731 @itemx set width unlimited
24732 @itemx show width
24733 These @code{set} commands specify a screen height of @var{lpp} lines and
24734 a screen width of @var{cpl} characters. The associated @code{show}
24735 commands display the current settings.
24736
24737 If you specify a height of either @code{unlimited} or zero lines,
24738 @value{GDBN} does not pause during output no matter how long the
24739 output is. This is useful if output is to a file or to an editor
24740 buffer.
24741
24742 Likewise, you can specify @samp{set width unlimited} or @samp{set
24743 width 0} to prevent @value{GDBN} from wrapping its output.
24744
24745 @item set pagination on
24746 @itemx set pagination off
24747 @kindex set pagination
24748 Turn the output pagination on or off; the default is on. Turning
24749 pagination off is the alternative to @code{set height unlimited}. Note that
24750 running @value{GDBN} with the @option{--batch} option (@pxref{Mode
24751 Options, -batch}) also automatically disables pagination.
24752
24753 @item show pagination
24754 @kindex show pagination
24755 Show the current pagination mode.
24756 @end table
24757
24758 @node Output Styling
24759 @section Output Styling
24760 @cindex styling
24761 @cindex colors
24762
24763 @kindex set style
24764 @kindex show style
24765 @value{GDBN} can style its output on a capable terminal. This is
24766 enabled by default on most systems, but disabled by default when in
24767 batch mode (@pxref{Mode Options}). Various style settings are available;
24768 and styles can also be disabled entirely.
24769
24770 @table @code
24771 @item set style enabled @samp{on|off}
24772 Enable or disable all styling. The default is host-dependent, with
24773 most hosts defaulting to @samp{on}.
24774
24775 @item show style enabled
24776 Show the current state of styling.
24777
24778 @item set style sources @samp{on|off}
24779 Enable or disable source code styling. This affects whether source
24780 code, such as the output of the @code{list} command, is styled. Note
24781 that source styling only works if styling in general is enabled, and
24782 if @value{GDBN} was linked with the GNU Source Highlight library. The
24783 default is @samp{on}.
24784
24785 @item show style sources
24786 Show the current state of source code styling.
24787 @end table
24788
24789 Subcommands of @code{set style} control specific forms of styling.
24790 These subcommands all follow the same pattern: each style-able object
24791 can be styled with a foreground color, a background color, and an
24792 intensity.
24793
24794 For example, the style of file names can be controlled using the
24795 @code{set style filename} group of commands:
24796
24797 @table @code
24798 @item set style filename background @var{color}
24799 Set the background to @var{color}. Valid colors are @samp{none}
24800 (meaning the terminal's default color), @samp{black}, @samp{red},
24801 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
24802 and@samp{white}.
24803
24804 @item set style filename foreground @var{color}
24805 Set the foreground to @var{color}. Valid colors are @samp{none}
24806 (meaning the terminal's default color), @samp{black}, @samp{red},
24807 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
24808 and@samp{white}.
24809
24810 @item set style filename intensity @var{value}
24811 Set the intensity to @var{value}. Valid intensities are @samp{normal}
24812 (the default), @samp{bold}, and @samp{dim}.
24813 @end table
24814
24815 The @code{show style} command and its subcommands are styling
24816 a style name in their output using its own style.
24817 So, use @command{show style} to see the complete list of styles,
24818 their characteristics and the visual aspect of each style.
24819
24820 The style-able objects are:
24821 @table @code
24822 @item filename
24823 Control the styling of file names. By default, this style's
24824 foreground color is green.
24825
24826 @item function
24827 Control the styling of function names. These are managed with the
24828 @code{set style function} family of commands. By default, this
24829 style's foreground color is yellow.
24830
24831 @item variable
24832 Control the styling of variable names. These are managed with the
24833 @code{set style variable} family of commands. By default, this style's
24834 foreground color is cyan.
24835
24836 @item address
24837 Control the styling of addresses. These are managed with the
24838 @code{set style address} family of commands. By default, this style's
24839 foreground color is blue.
24840
24841 @item title
24842 Control the styling of titles. These are managed with the
24843 @code{set style title} family of commands. By default, this style's
24844 intensity is bold. Commands are using the title style to improve
24845 the readibility of large output. For example, the commands
24846 @command{apropos} and @command{help} are using the title style
24847 for the command names.
24848
24849 @item highlight
24850 Control the styling of highlightings. These are managed with the
24851 @code{set style highlight} family of commands. By default, this style's
24852 foreground color is red. Commands are using the highlight style to draw
24853 the user attention to some specific parts of their output. For example,
24854 the command @command{apropos -v REGEXP} uses the highlight style to
24855 mark the documentation parts matching @var{regexp}.
24856
24857 @end table
24858
24859 @node Numbers
24860 @section Numbers
24861 @cindex number representation
24862 @cindex entering numbers
24863
24864 You can always enter numbers in octal, decimal, or hexadecimal in
24865 @value{GDBN} by the usual conventions: octal numbers begin with
24866 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
24867 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
24868 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
24869 10; likewise, the default display for numbers---when no particular
24870 format is specified---is base 10. You can change the default base for
24871 both input and output with the commands described below.
24872
24873 @table @code
24874 @kindex set input-radix
24875 @item set input-radix @var{base}
24876 Set the default base for numeric input. Supported choices
24877 for @var{base} are decimal 8, 10, or 16. The base must itself be
24878 specified either unambiguously or using the current input radix; for
24879 example, any of
24880
24881 @smallexample
24882 set input-radix 012
24883 set input-radix 10.
24884 set input-radix 0xa
24885 @end smallexample
24886
24887 @noindent
24888 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
24889 leaves the input radix unchanged, no matter what it was, since
24890 @samp{10}, being without any leading or trailing signs of its base, is
24891 interpreted in the current radix. Thus, if the current radix is 16,
24892 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
24893 change the radix.
24894
24895 @kindex set output-radix
24896 @item set output-radix @var{base}
24897 Set the default base for numeric display. Supported choices
24898 for @var{base} are decimal 8, 10, or 16. The base must itself be
24899 specified either unambiguously or using the current input radix.
24900
24901 @kindex show input-radix
24902 @item show input-radix
24903 Display the current default base for numeric input.
24904
24905 @kindex show output-radix
24906 @item show output-radix
24907 Display the current default base for numeric display.
24908
24909 @item set radix @r{[}@var{base}@r{]}
24910 @itemx show radix
24911 @kindex set radix
24912 @kindex show radix
24913 These commands set and show the default base for both input and output
24914 of numbers. @code{set radix} sets the radix of input and output to
24915 the same base; without an argument, it resets the radix back to its
24916 default value of 10.
24917
24918 @end table
24919
24920 @node ABI
24921 @section Configuring the Current ABI
24922
24923 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
24924 application automatically. However, sometimes you need to override its
24925 conclusions. Use these commands to manage @value{GDBN}'s view of the
24926 current ABI.
24927
24928 @cindex OS ABI
24929 @kindex set osabi
24930 @kindex show osabi
24931 @cindex Newlib OS ABI and its influence on the longjmp handling
24932
24933 One @value{GDBN} configuration can debug binaries for multiple operating
24934 system targets, either via remote debugging or native emulation.
24935 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
24936 but you can override its conclusion using the @code{set osabi} command.
24937 One example where this is useful is in debugging of binaries which use
24938 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
24939 not have the same identifying marks that the standard C library for your
24940 platform provides.
24941
24942 When @value{GDBN} is debugging the AArch64 architecture, it provides a
24943 ``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
24944 @code{longjmp} when debugging binaries that use the @sc{newlib} C library.
24945 The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
24946
24947 @table @code
24948 @item show osabi
24949 Show the OS ABI currently in use.
24950
24951 @item set osabi
24952 With no argument, show the list of registered available OS ABI's.
24953
24954 @item set osabi @var{abi}
24955 Set the current OS ABI to @var{abi}.
24956 @end table
24957
24958 @cindex float promotion
24959
24960 Generally, the way that an argument of type @code{float} is passed to a
24961 function depends on whether the function is prototyped. For a prototyped
24962 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
24963 according to the architecture's convention for @code{float}. For unprototyped
24964 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
24965 @code{double} and then passed.
24966
24967 Unfortunately, some forms of debug information do not reliably indicate whether
24968 a function is prototyped. If @value{GDBN} calls a function that is not marked
24969 as prototyped, it consults @kbd{set coerce-float-to-double}.
24970
24971 @table @code
24972 @kindex set coerce-float-to-double
24973 @item set coerce-float-to-double
24974 @itemx set coerce-float-to-double on
24975 Arguments of type @code{float} will be promoted to @code{double} when passed
24976 to an unprototyped function. This is the default setting.
24977
24978 @item set coerce-float-to-double off
24979 Arguments of type @code{float} will be passed directly to unprototyped
24980 functions.
24981
24982 @kindex show coerce-float-to-double
24983 @item show coerce-float-to-double
24984 Show the current setting of promoting @code{float} to @code{double}.
24985 @end table
24986
24987 @kindex set cp-abi
24988 @kindex show cp-abi
24989 @value{GDBN} needs to know the ABI used for your program's C@t{++}
24990 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
24991 used to build your application. @value{GDBN} only fully supports
24992 programs with a single C@t{++} ABI; if your program contains code using
24993 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
24994 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
24995 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
24996 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
24997 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
24998 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
24999 ``auto''.
25000
25001 @table @code
25002 @item show cp-abi
25003 Show the C@t{++} ABI currently in use.
25004
25005 @item set cp-abi
25006 With no argument, show the list of supported C@t{++} ABI's.
25007
25008 @item set cp-abi @var{abi}
25009 @itemx set cp-abi auto
25010 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
25011 @end table
25012
25013 @node Auto-loading
25014 @section Automatically loading associated files
25015 @cindex auto-loading
25016
25017 @value{GDBN} sometimes reads files with commands and settings automatically,
25018 without being explicitly told so by the user. We call this feature
25019 @dfn{auto-loading}. While auto-loading is useful for automatically adapting
25020 @value{GDBN} to the needs of your project, it can sometimes produce unexpected
25021 results or introduce security risks (e.g., if the file comes from untrusted
25022 sources).
25023
25024 @menu
25025 * Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
25026 * libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
25027
25028 * Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
25029 * Auto-loading verbose mode:: @samp{set/show debug auto-load}
25030 @end menu
25031
25032 There are various kinds of files @value{GDBN} can automatically load.
25033 In addition to these files, @value{GDBN} supports auto-loading code written
25034 in various extension languages. @xref{Auto-loading extensions}.
25035
25036 Note that loading of these associated files (including the local @file{.gdbinit}
25037 file) requires accordingly configured @code{auto-load safe-path}
25038 (@pxref{Auto-loading safe path}).
25039
25040 For these reasons, @value{GDBN} includes commands and options to let you
25041 control when to auto-load files and which files should be auto-loaded.
25042
25043 @table @code
25044 @anchor{set auto-load off}
25045 @kindex set auto-load off
25046 @item set auto-load off
25047 Globally disable loading of all auto-loaded files.
25048 You may want to use this command with the @samp{-iex} option
25049 (@pxref{Option -init-eval-command}) such as:
25050 @smallexample
25051 $ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
25052 @end smallexample
25053
25054 Be aware that system init file (@pxref{System-wide configuration})
25055 and init files from your home directory (@pxref{Home Directory Init File})
25056 still get read (as they come from generally trusted directories).
25057 To prevent @value{GDBN} from auto-loading even those init files, use the
25058 @option{-nx} option (@pxref{Mode Options}), in addition to
25059 @code{set auto-load no}.
25060
25061 @anchor{show auto-load}
25062 @kindex show auto-load
25063 @item show auto-load
25064 Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
25065 or disabled.
25066
25067 @smallexample
25068 (gdb) show auto-load
25069 gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
25070 libthread-db: Auto-loading of inferior specific libthread_db is on.
25071 local-gdbinit: Auto-loading of .gdbinit script from current directory
25072 is on.
25073 python-scripts: Auto-loading of Python scripts is on.
25074 safe-path: List of directories from which it is safe to auto-load files
25075 is $debugdir:$datadir/auto-load.
25076 scripts-directory: List of directories from which to load auto-loaded scripts
25077 is $debugdir:$datadir/auto-load.
25078 @end smallexample
25079
25080 @anchor{info auto-load}
25081 @kindex info auto-load
25082 @item info auto-load
25083 Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
25084 not.
25085
25086 @smallexample
25087 (gdb) info auto-load
25088 gdb-scripts:
25089 Loaded Script
25090 Yes /home/user/gdb/gdb-gdb.gdb
25091 libthread-db: No auto-loaded libthread-db.
25092 local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
25093 loaded.
25094 python-scripts:
25095 Loaded Script
25096 Yes /home/user/gdb/gdb-gdb.py
25097 @end smallexample
25098 @end table
25099
25100 These are @value{GDBN} control commands for the auto-loading:
25101
25102 @multitable @columnfractions .5 .5
25103 @item @xref{set auto-load off}.
25104 @tab Disable auto-loading globally.
25105 @item @xref{show auto-load}.
25106 @tab Show setting of all kinds of files.
25107 @item @xref{info auto-load}.
25108 @tab Show state of all kinds of files.
25109 @item @xref{set auto-load gdb-scripts}.
25110 @tab Control for @value{GDBN} command scripts.
25111 @item @xref{show auto-load gdb-scripts}.
25112 @tab Show setting of @value{GDBN} command scripts.
25113 @item @xref{info auto-load gdb-scripts}.
25114 @tab Show state of @value{GDBN} command scripts.
25115 @item @xref{set auto-load python-scripts}.
25116 @tab Control for @value{GDBN} Python scripts.
25117 @item @xref{show auto-load python-scripts}.
25118 @tab Show setting of @value{GDBN} Python scripts.
25119 @item @xref{info auto-load python-scripts}.
25120 @tab Show state of @value{GDBN} Python scripts.
25121 @item @xref{set auto-load guile-scripts}.
25122 @tab Control for @value{GDBN} Guile scripts.
25123 @item @xref{show auto-load guile-scripts}.
25124 @tab Show setting of @value{GDBN} Guile scripts.
25125 @item @xref{info auto-load guile-scripts}.
25126 @tab Show state of @value{GDBN} Guile scripts.
25127 @item @xref{set auto-load scripts-directory}.
25128 @tab Control for @value{GDBN} auto-loaded scripts location.
25129 @item @xref{show auto-load scripts-directory}.
25130 @tab Show @value{GDBN} auto-loaded scripts location.
25131 @item @xref{add-auto-load-scripts-directory}.
25132 @tab Add directory for auto-loaded scripts location list.
25133 @item @xref{set auto-load local-gdbinit}.
25134 @tab Control for init file in the current directory.
25135 @item @xref{show auto-load local-gdbinit}.
25136 @tab Show setting of init file in the current directory.
25137 @item @xref{info auto-load local-gdbinit}.
25138 @tab Show state of init file in the current directory.
25139 @item @xref{set auto-load libthread-db}.
25140 @tab Control for thread debugging library.
25141 @item @xref{show auto-load libthread-db}.
25142 @tab Show setting of thread debugging library.
25143 @item @xref{info auto-load libthread-db}.
25144 @tab Show state of thread debugging library.
25145 @item @xref{set auto-load safe-path}.
25146 @tab Control directories trusted for automatic loading.
25147 @item @xref{show auto-load safe-path}.
25148 @tab Show directories trusted for automatic loading.
25149 @item @xref{add-auto-load-safe-path}.
25150 @tab Add directory trusted for automatic loading.
25151 @end multitable
25152
25153 @node Init File in the Current Directory
25154 @subsection Automatically loading init file in the current directory
25155 @cindex auto-loading init file in the current directory
25156
25157 By default, @value{GDBN} reads and executes the canned sequences of commands
25158 from init file (if any) in the current working directory,
25159 see @ref{Init File in the Current Directory during Startup}.
25160
25161 Note that loading of this local @file{.gdbinit} file also requires accordingly
25162 configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
25163
25164 @table @code
25165 @anchor{set auto-load local-gdbinit}
25166 @kindex set auto-load local-gdbinit
25167 @item set auto-load local-gdbinit [on|off]
25168 Enable or disable the auto-loading of canned sequences of commands
25169 (@pxref{Sequences}) found in init file in the current directory.
25170
25171 @anchor{show auto-load local-gdbinit}
25172 @kindex show auto-load local-gdbinit
25173 @item show auto-load local-gdbinit
25174 Show whether auto-loading of canned sequences of commands from init file in the
25175 current directory is enabled or disabled.
25176
25177 @anchor{info auto-load local-gdbinit}
25178 @kindex info auto-load local-gdbinit
25179 @item info auto-load local-gdbinit
25180 Print whether canned sequences of commands from init file in the
25181 current directory have been auto-loaded.
25182 @end table
25183
25184 @node libthread_db.so.1 file
25185 @subsection Automatically loading thread debugging library
25186 @cindex auto-loading libthread_db.so.1
25187
25188 This feature is currently present only on @sc{gnu}/Linux native hosts.
25189
25190 @value{GDBN} reads in some cases thread debugging library from places specific
25191 to the inferior (@pxref{set libthread-db-search-path}).
25192
25193 The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
25194 without checking this @samp{set auto-load libthread-db} switch as system
25195 libraries have to be trusted in general. In all other cases of
25196 @samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
25197 auto-load libthread-db} is enabled before trying to open such thread debugging
25198 library.
25199
25200 Note that loading of this debugging library also requires accordingly configured
25201 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
25202
25203 @table @code
25204 @anchor{set auto-load libthread-db}
25205 @kindex set auto-load libthread-db
25206 @item set auto-load libthread-db [on|off]
25207 Enable or disable the auto-loading of inferior specific thread debugging library.
25208
25209 @anchor{show auto-load libthread-db}
25210 @kindex show auto-load libthread-db
25211 @item show auto-load libthread-db
25212 Show whether auto-loading of inferior specific thread debugging library is
25213 enabled or disabled.
25214
25215 @anchor{info auto-load libthread-db}
25216 @kindex info auto-load libthread-db
25217 @item info auto-load libthread-db
25218 Print the list of all loaded inferior specific thread debugging libraries and
25219 for each such library print list of inferior @var{pid}s using it.
25220 @end table
25221
25222 @node Auto-loading safe path
25223 @subsection Security restriction for auto-loading
25224 @cindex auto-loading safe-path
25225
25226 As the files of inferior can come from untrusted source (such as submitted by
25227 an application user) @value{GDBN} does not always load any files automatically.
25228 @value{GDBN} provides the @samp{set auto-load safe-path} setting to list
25229 directories trusted for loading files not explicitly requested by user.
25230 Each directory can also be a shell wildcard pattern.
25231
25232 If the path is not set properly you will see a warning and the file will not
25233 get loaded:
25234
25235 @smallexample
25236 $ ./gdb -q ./gdb
25237 Reading symbols from /home/user/gdb/gdb...done.
25238 warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
25239 declined by your `auto-load safe-path' set
25240 to "$debugdir:$datadir/auto-load".
25241 warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
25242 declined by your `auto-load safe-path' set
25243 to "$debugdir:$datadir/auto-load".
25244 @end smallexample
25245
25246 @noindent
25247 To instruct @value{GDBN} to go ahead and use the init files anyway,
25248 invoke @value{GDBN} like this:
25249
25250 @smallexample
25251 $ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
25252 @end smallexample
25253
25254 The list of trusted directories is controlled by the following commands:
25255
25256 @table @code
25257 @anchor{set auto-load safe-path}
25258 @kindex set auto-load safe-path
25259 @item set auto-load safe-path @r{[}@var{directories}@r{]}
25260 Set the list of directories (and their subdirectories) trusted for automatic
25261 loading and execution of scripts. You can also enter a specific trusted file.
25262 Each directory can also be a shell wildcard pattern; wildcards do not match
25263 directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
25264 (@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
25265 If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
25266 its default value as specified during @value{GDBN} compilation.
25267
25268 The list of directories uses path separator (@samp{:} on GNU and Unix
25269 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
25270 to the @env{PATH} environment variable.
25271
25272 @anchor{show auto-load safe-path}
25273 @kindex show auto-load safe-path
25274 @item show auto-load safe-path
25275 Show the list of directories trusted for automatic loading and execution of
25276 scripts.
25277
25278 @anchor{add-auto-load-safe-path}
25279 @kindex add-auto-load-safe-path
25280 @item add-auto-load-safe-path
25281 Add an entry (or list of entries) to the list of directories trusted for
25282 automatic loading and execution of scripts. Multiple entries may be delimited
25283 by the host platform path separator in use.
25284 @end table
25285
25286 This variable defaults to what @code{--with-auto-load-dir} has been configured
25287 to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
25288 substitution applies the same as for @ref{set auto-load scripts-directory}.
25289 The default @code{set auto-load safe-path} value can be also overriden by
25290 @value{GDBN} configuration option @option{--with-auto-load-safe-path}.
25291
25292 Setting this variable to @file{/} disables this security protection,
25293 corresponding @value{GDBN} configuration option is
25294 @option{--without-auto-load-safe-path}.
25295 This variable is supposed to be set to the system directories writable by the
25296 system superuser only. Users can add their source directories in init files in
25297 their home directories (@pxref{Home Directory Init File}). See also deprecated
25298 init file in the current directory
25299 (@pxref{Init File in the Current Directory during Startup}).
25300
25301 To force @value{GDBN} to load the files it declined to load in the previous
25302 example, you could use one of the following ways:
25303
25304 @table @asis
25305 @item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
25306 Specify this trusted directory (or a file) as additional component of the list.
25307 You have to specify also any existing directories displayed by
25308 by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
25309
25310 @item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
25311 Specify this directory as in the previous case but just for a single
25312 @value{GDBN} session.
25313
25314 @item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
25315 Disable auto-loading safety for a single @value{GDBN} session.
25316 This assumes all the files you debug during this @value{GDBN} session will come
25317 from trusted sources.
25318
25319 @item @kbd{./configure --without-auto-load-safe-path}
25320 During compilation of @value{GDBN} you may disable any auto-loading safety.
25321 This assumes all the files you will ever debug with this @value{GDBN} come from
25322 trusted sources.
25323 @end table
25324
25325 On the other hand you can also explicitly forbid automatic files loading which
25326 also suppresses any such warning messages:
25327
25328 @table @asis
25329 @item @kbd{gdb -iex "set auto-load no" @dots{}}
25330 You can use @value{GDBN} command-line option for a single @value{GDBN} session.
25331
25332 @item @file{~/.gdbinit}: @samp{set auto-load no}
25333 Disable auto-loading globally for the user
25334 (@pxref{Home Directory Init File}). While it is improbable, you could also
25335 use system init file instead (@pxref{System-wide configuration}).
25336 @end table
25337
25338 This setting applies to the file names as entered by user. If no entry matches
25339 @value{GDBN} tries as a last resort to also resolve all the file names into
25340 their canonical form (typically resolving symbolic links) and compare the
25341 entries again. @value{GDBN} already canonicalizes most of the filenames on its
25342 own before starting the comparison so a canonical form of directories is
25343 recommended to be entered.
25344
25345 @node Auto-loading verbose mode
25346 @subsection Displaying files tried for auto-load
25347 @cindex auto-loading verbose mode
25348
25349 For better visibility of all the file locations where you can place scripts to
25350 be auto-loaded with inferior --- or to protect yourself against accidental
25351 execution of untrusted scripts --- @value{GDBN} provides a feature for printing
25352 all the files attempted to be loaded. Both existing and non-existing files may
25353 be printed.
25354
25355 For example the list of directories from which it is safe to auto-load files
25356 (@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
25357 may not be too obvious while setting it up.
25358
25359 @smallexample
25360 (gdb) set debug auto-load on
25361 (gdb) file ~/src/t/true
25362 auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
25363 for objfile "/tmp/true".
25364 auto-load: Updating directories of "/usr:/opt".
25365 auto-load: Using directory "/usr".
25366 auto-load: Using directory "/opt".
25367 warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
25368 by your `auto-load safe-path' set to "/usr:/opt".
25369 @end smallexample
25370
25371 @table @code
25372 @anchor{set debug auto-load}
25373 @kindex set debug auto-load
25374 @item set debug auto-load [on|off]
25375 Set whether to print the filenames attempted to be auto-loaded.
25376
25377 @anchor{show debug auto-load}
25378 @kindex show debug auto-load
25379 @item show debug auto-load
25380 Show whether printing of the filenames attempted to be auto-loaded is turned
25381 on or off.
25382 @end table
25383
25384 @node Messages/Warnings
25385 @section Optional Warnings and Messages
25386
25387 @cindex verbose operation
25388 @cindex optional warnings
25389 By default, @value{GDBN} is silent about its inner workings. If you are
25390 running on a slow machine, you may want to use the @code{set verbose}
25391 command. This makes @value{GDBN} tell you when it does a lengthy
25392 internal operation, so you will not think it has crashed.
25393
25394 Currently, the messages controlled by @code{set verbose} are those
25395 which announce that the symbol table for a source file is being read;
25396 see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
25397
25398 @table @code
25399 @kindex set verbose
25400 @item set verbose on
25401 Enables @value{GDBN} output of certain informational messages.
25402
25403 @item set verbose off
25404 Disables @value{GDBN} output of certain informational messages.
25405
25406 @kindex show verbose
25407 @item show verbose
25408 Displays whether @code{set verbose} is on or off.
25409 @end table
25410
25411 By default, if @value{GDBN} encounters bugs in the symbol table of an
25412 object file, it is silent; but if you are debugging a compiler, you may
25413 find this information useful (@pxref{Symbol Errors, ,Errors Reading
25414 Symbol Files}).
25415
25416 @table @code
25417
25418 @kindex set complaints
25419 @item set complaints @var{limit}
25420 Permits @value{GDBN} to output @var{limit} complaints about each type of
25421 unusual symbols before becoming silent about the problem. Set
25422 @var{limit} to zero to suppress all complaints; set it to a large number
25423 to prevent complaints from being suppressed.
25424
25425 @kindex show complaints
25426 @item show complaints
25427 Displays how many symbol complaints @value{GDBN} is permitted to produce.
25428
25429 @end table
25430
25431 @anchor{confirmation requests}
25432 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
25433 lot of stupid questions to confirm certain commands. For example, if
25434 you try to run a program which is already running:
25435
25436 @smallexample
25437 (@value{GDBP}) run
25438 The program being debugged has been started already.
25439 Start it from the beginning? (y or n)
25440 @end smallexample
25441
25442 If you are willing to unflinchingly face the consequences of your own
25443 commands, you can disable this ``feature'':
25444
25445 @table @code
25446
25447 @kindex set confirm
25448 @cindex flinching
25449 @cindex confirmation
25450 @cindex stupid questions
25451 @item set confirm off
25452 Disables confirmation requests. Note that running @value{GDBN} with
25453 the @option{--batch} option (@pxref{Mode Options, -batch}) also
25454 automatically disables confirmation requests.
25455
25456 @item set confirm on
25457 Enables confirmation requests (the default).
25458
25459 @kindex show confirm
25460 @item show confirm
25461 Displays state of confirmation requests.
25462
25463 @end table
25464
25465 @cindex command tracing
25466 If you need to debug user-defined commands or sourced files you may find it
25467 useful to enable @dfn{command tracing}. In this mode each command will be
25468 printed as it is executed, prefixed with one or more @samp{+} symbols, the
25469 quantity denoting the call depth of each command.
25470
25471 @table @code
25472 @kindex set trace-commands
25473 @cindex command scripts, debugging
25474 @item set trace-commands on
25475 Enable command tracing.
25476 @item set trace-commands off
25477 Disable command tracing.
25478 @item show trace-commands
25479 Display the current state of command tracing.
25480 @end table
25481
25482 @node Debugging Output
25483 @section Optional Messages about Internal Happenings
25484 @cindex optional debugging messages
25485
25486 @value{GDBN} has commands that enable optional debugging messages from
25487 various @value{GDBN} subsystems; normally these commands are of
25488 interest to @value{GDBN} maintainers, or when reporting a bug. This
25489 section documents those commands.
25490
25491 @table @code
25492 @kindex set exec-done-display
25493 @item set exec-done-display
25494 Turns on or off the notification of asynchronous commands'
25495 completion. When on, @value{GDBN} will print a message when an
25496 asynchronous command finishes its execution. The default is off.
25497 @kindex show exec-done-display
25498 @item show exec-done-display
25499 Displays the current setting of asynchronous command completion
25500 notification.
25501 @kindex set debug
25502 @cindex ARM AArch64
25503 @item set debug aarch64
25504 Turns on or off display of debugging messages related to ARM AArch64.
25505 The default is off.
25506 @kindex show debug
25507 @item show debug aarch64
25508 Displays the current state of displaying debugging messages related to
25509 ARM AArch64.
25510 @cindex gdbarch debugging info
25511 @cindex architecture debugging info
25512 @item set debug arch
25513 Turns on or off display of gdbarch debugging info. The default is off
25514 @item show debug arch
25515 Displays the current state of displaying gdbarch debugging info.
25516 @item set debug aix-solib
25517 @cindex AIX shared library debugging
25518 Control display of debugging messages from the AIX shared library
25519 support module. The default is off.
25520 @item show debug aix-thread
25521 Show the current state of displaying AIX shared library debugging messages.
25522 @item set debug aix-thread
25523 @cindex AIX threads
25524 Display debugging messages about inner workings of the AIX thread
25525 module.
25526 @item show debug aix-thread
25527 Show the current state of AIX thread debugging info display.
25528 @item set debug check-physname
25529 @cindex physname
25530 Check the results of the ``physname'' computation. When reading DWARF
25531 debugging information for C@t{++}, @value{GDBN} attempts to compute
25532 each entity's name. @value{GDBN} can do this computation in two
25533 different ways, depending on exactly what information is present.
25534 When enabled, this setting causes @value{GDBN} to compute the names
25535 both ways and display any discrepancies.
25536 @item show debug check-physname
25537 Show the current state of ``physname'' checking.
25538 @item set debug coff-pe-read
25539 @cindex COFF/PE exported symbols
25540 Control display of debugging messages related to reading of COFF/PE
25541 exported symbols. The default is off.
25542 @item show debug coff-pe-read
25543 Displays the current state of displaying debugging messages related to
25544 reading of COFF/PE exported symbols.
25545 @item set debug dwarf-die
25546 @cindex DWARF DIEs
25547 Dump DWARF DIEs after they are read in.
25548 The value is the number of nesting levels to print.
25549 A value of zero turns off the display.
25550 @item show debug dwarf-die
25551 Show the current state of DWARF DIE debugging.
25552 @item set debug dwarf-line
25553 @cindex DWARF Line Tables
25554 Turns on or off display of debugging messages related to reading
25555 DWARF line tables. The default is 0 (off).
25556 A value of 1 provides basic information.
25557 A value greater than 1 provides more verbose information.
25558 @item show debug dwarf-line
25559 Show the current state of DWARF line table debugging.
25560 @item set debug dwarf-read
25561 @cindex DWARF Reading
25562 Turns on or off display of debugging messages related to reading
25563 DWARF debug info. The default is 0 (off).
25564 A value of 1 provides basic information.
25565 A value greater than 1 provides more verbose information.
25566 @item show debug dwarf-read
25567 Show the current state of DWARF reader debugging.
25568 @item set debug displaced
25569 @cindex displaced stepping debugging info
25570 Turns on or off display of @value{GDBN} debugging info for the
25571 displaced stepping support. The default is off.
25572 @item show debug displaced
25573 Displays the current state of displaying @value{GDBN} debugging info
25574 related to displaced stepping.
25575 @item set debug event
25576 @cindex event debugging info
25577 Turns on or off display of @value{GDBN} event debugging info. The
25578 default is off.
25579 @item show debug event
25580 Displays the current state of displaying @value{GDBN} event debugging
25581 info.
25582 @item set debug expression
25583 @cindex expression debugging info
25584 Turns on or off display of debugging info about @value{GDBN}
25585 expression parsing. The default is off.
25586 @item show debug expression
25587 Displays the current state of displaying debugging info about
25588 @value{GDBN} expression parsing.
25589 @item set debug fbsd-lwp
25590 @cindex FreeBSD LWP debug messages
25591 Turns on or off debugging messages from the FreeBSD LWP debug support.
25592 @item show debug fbsd-lwp
25593 Show the current state of FreeBSD LWP debugging messages.
25594 @item set debug fbsd-nat
25595 @cindex FreeBSD native target debug messages
25596 Turns on or off debugging messages from the FreeBSD native target.
25597 @item show debug fbsd-nat
25598 Show the current state of FreeBSD native target debugging messages.
25599 @item set debug frame
25600 @cindex frame debugging info
25601 Turns on or off display of @value{GDBN} frame debugging info. The
25602 default is off.
25603 @item show debug frame
25604 Displays the current state of displaying @value{GDBN} frame debugging
25605 info.
25606 @item set debug gnu-nat
25607 @cindex @sc{gnu}/Hurd debug messages
25608 Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
25609 @item show debug gnu-nat
25610 Show the current state of @sc{gnu}/Hurd debugging messages.
25611 @item set debug infrun
25612 @cindex inferior debugging info
25613 Turns on or off display of @value{GDBN} debugging info for running the inferior.
25614 The default is off. @file{infrun.c} contains GDB's runtime state machine used
25615 for implementing operations such as single-stepping the inferior.
25616 @item show debug infrun
25617 Displays the current state of @value{GDBN} inferior debugging.
25618 @item set debug jit
25619 @cindex just-in-time compilation, debugging messages
25620 Turn on or off debugging messages from JIT debug support.
25621 @item show debug jit
25622 Displays the current state of @value{GDBN} JIT debugging.
25623 @item set debug lin-lwp
25624 @cindex @sc{gnu}/Linux LWP debug messages
25625 @cindex Linux lightweight processes
25626 Turn on or off debugging messages from the Linux LWP debug support.
25627 @item show debug lin-lwp
25628 Show the current state of Linux LWP debugging messages.
25629 @item set debug linux-namespaces
25630 @cindex @sc{gnu}/Linux namespaces debug messages
25631 Turn on or off debugging messages from the Linux namespaces debug support.
25632 @item show debug linux-namespaces
25633 Show the current state of Linux namespaces debugging messages.
25634 @item set debug mach-o
25635 @cindex Mach-O symbols processing
25636 Control display of debugging messages related to Mach-O symbols
25637 processing. The default is off.
25638 @item show debug mach-o
25639 Displays the current state of displaying debugging messages related to
25640 reading of COFF/PE exported symbols.
25641 @item set debug notification
25642 @cindex remote async notification debugging info
25643 Turn on or off debugging messages about remote async notification.
25644 The default is off.
25645 @item show debug notification
25646 Displays the current state of remote async notification debugging messages.
25647 @item set debug observer
25648 @cindex observer debugging info
25649 Turns on or off display of @value{GDBN} observer debugging. This
25650 includes info such as the notification of observable events.
25651 @item show debug observer
25652 Displays the current state of observer debugging.
25653 @item set debug overload
25654 @cindex C@t{++} overload debugging info
25655 Turns on or off display of @value{GDBN} C@t{++} overload debugging
25656 info. This includes info such as ranking of functions, etc. The default
25657 is off.
25658 @item show debug overload
25659 Displays the current state of displaying @value{GDBN} C@t{++} overload
25660 debugging info.
25661 @cindex expression parser, debugging info
25662 @cindex debug expression parser
25663 @item set debug parser
25664 Turns on or off the display of expression parser debugging output.
25665 Internally, this sets the @code{yydebug} variable in the expression
25666 parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
25667 details. The default is off.
25668 @item show debug parser
25669 Show the current state of expression parser debugging.
25670 @cindex packets, reporting on stdout
25671 @cindex serial connections, debugging
25672 @cindex debug remote protocol
25673 @cindex remote protocol debugging
25674 @cindex display remote packets
25675 @item set debug remote
25676 Turns on or off display of reports on all packets sent back and forth across
25677 the serial line to the remote machine. The info is printed on the
25678 @value{GDBN} standard output stream. The default is off.
25679 @item show debug remote
25680 Displays the state of display of remote packets.
25681
25682 @item set debug separate-debug-file
25683 Turns on or off display of debug output about separate debug file search.
25684 @item show debug separate-debug-file
25685 Displays the state of separate debug file search debug output.
25686
25687 @item set debug serial
25688 Turns on or off display of @value{GDBN} serial debugging info. The
25689 default is off.
25690 @item show debug serial
25691 Displays the current state of displaying @value{GDBN} serial debugging
25692 info.
25693 @item set debug solib-frv
25694 @cindex FR-V shared-library debugging
25695 Turn on or off debugging messages for FR-V shared-library code.
25696 @item show debug solib-frv
25697 Display the current state of FR-V shared-library code debugging
25698 messages.
25699 @item set debug symbol-lookup
25700 @cindex symbol lookup
25701 Turns on or off display of debugging messages related to symbol lookup.
25702 The default is 0 (off).
25703 A value of 1 provides basic information.
25704 A value greater than 1 provides more verbose information.
25705 @item show debug symbol-lookup
25706 Show the current state of symbol lookup debugging messages.
25707 @item set debug symfile
25708 @cindex symbol file functions
25709 Turns on or off display of debugging messages related to symbol file functions.
25710 The default is off. @xref{Files}.
25711 @item show debug symfile
25712 Show the current state of symbol file debugging messages.
25713 @item set debug symtab-create
25714 @cindex symbol table creation
25715 Turns on or off display of debugging messages related to symbol table creation.
25716 The default is 0 (off).
25717 A value of 1 provides basic information.
25718 A value greater than 1 provides more verbose information.
25719 @item show debug symtab-create
25720 Show the current state of symbol table creation debugging.
25721 @item set debug target
25722 @cindex target debugging info
25723 Turns on or off display of @value{GDBN} target debugging info. This info
25724 includes what is going on at the target level of GDB, as it happens. The
25725 default is 0. Set it to 1 to track events, and to 2 to also track the
25726 value of large memory transfers.
25727 @item show debug target
25728 Displays the current state of displaying @value{GDBN} target debugging
25729 info.
25730 @item set debug timestamp
25731 @cindex timestampping debugging info
25732 Turns on or off display of timestamps with @value{GDBN} debugging info.
25733 When enabled, seconds and microseconds are displayed before each debugging
25734 message.
25735 @item show debug timestamp
25736 Displays the current state of displaying timestamps with @value{GDBN}
25737 debugging info.
25738 @item set debug varobj
25739 @cindex variable object debugging info
25740 Turns on or off display of @value{GDBN} variable object debugging
25741 info. The default is off.
25742 @item show debug varobj
25743 Displays the current state of displaying @value{GDBN} variable object
25744 debugging info.
25745 @item set debug xml
25746 @cindex XML parser debugging
25747 Turn on or off debugging messages for built-in XML parsers.
25748 @item show debug xml
25749 Displays the current state of XML debugging messages.
25750 @end table
25751
25752 @node Other Misc Settings
25753 @section Other Miscellaneous Settings
25754 @cindex miscellaneous settings
25755
25756 @table @code
25757 @kindex set interactive-mode
25758 @item set interactive-mode
25759 If @code{on}, forces @value{GDBN} to assume that GDB was started
25760 in a terminal. In practice, this means that @value{GDBN} should wait
25761 for the user to answer queries generated by commands entered at
25762 the command prompt. If @code{off}, forces @value{GDBN} to operate
25763 in the opposite mode, and it uses the default answers to all queries.
25764 If @code{auto} (the default), @value{GDBN} tries to determine whether
25765 its standard input is a terminal, and works in interactive-mode if it
25766 is, non-interactively otherwise.
25767
25768 In the vast majority of cases, the debugger should be able to guess
25769 correctly which mode should be used. But this setting can be useful
25770 in certain specific cases, such as running a MinGW @value{GDBN}
25771 inside a cygwin window.
25772
25773 @kindex show interactive-mode
25774 @item show interactive-mode
25775 Displays whether the debugger is operating in interactive mode or not.
25776 @end table
25777
25778 @node Extending GDB
25779 @chapter Extending @value{GDBN}
25780 @cindex extending GDB
25781
25782 @value{GDBN} provides several mechanisms for extension.
25783 @value{GDBN} also provides the ability to automatically load
25784 extensions when it reads a file for debugging. This allows the
25785 user to automatically customize @value{GDBN} for the program
25786 being debugged.
25787
25788 @menu
25789 * Sequences:: Canned Sequences of @value{GDBN} Commands
25790 * Python:: Extending @value{GDBN} using Python
25791 * Guile:: Extending @value{GDBN} using Guile
25792 * Auto-loading extensions:: Automatically loading extensions
25793 * Multiple Extension Languages:: Working with multiple extension languages
25794 * Aliases:: Creating new spellings of existing commands
25795 @end menu
25796
25797 To facilitate the use of extension languages, @value{GDBN} is capable
25798 of evaluating the contents of a file. When doing so, @value{GDBN}
25799 can recognize which extension language is being used by looking at
25800 the filename extension. Files with an unrecognized filename extension
25801 are always treated as a @value{GDBN} Command Files.
25802 @xref{Command Files,, Command files}.
25803
25804 You can control how @value{GDBN} evaluates these files with the following
25805 setting:
25806
25807 @table @code
25808 @kindex set script-extension
25809 @kindex show script-extension
25810 @item set script-extension off
25811 All scripts are always evaluated as @value{GDBN} Command Files.
25812
25813 @item set script-extension soft
25814 The debugger determines the scripting language based on filename
25815 extension. If this scripting language is supported, @value{GDBN}
25816 evaluates the script using that language. Otherwise, it evaluates
25817 the file as a @value{GDBN} Command File.
25818
25819 @item set script-extension strict
25820 The debugger determines the scripting language based on filename
25821 extension, and evaluates the script using that language. If the
25822 language is not supported, then the evaluation fails.
25823
25824 @item show script-extension
25825 Display the current value of the @code{script-extension} option.
25826
25827 @end table
25828
25829 @node Sequences
25830 @section Canned Sequences of Commands
25831
25832 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
25833 Command Lists}), @value{GDBN} provides two ways to store sequences of
25834 commands for execution as a unit: user-defined commands and command
25835 files.
25836
25837 @menu
25838 * Define:: How to define your own commands
25839 * Hooks:: Hooks for user-defined commands
25840 * Command Files:: How to write scripts of commands to be stored in a file
25841 * Output:: Commands for controlled output
25842 * Auto-loading sequences:: Controlling auto-loaded command files
25843 @end menu
25844
25845 @node Define
25846 @subsection User-defined Commands
25847
25848 @cindex user-defined command
25849 @cindex arguments, to user-defined commands
25850 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
25851 which you assign a new name as a command. This is done with the
25852 @code{define} command. User commands may accept an unlimited number of arguments
25853 separated by whitespace. Arguments are accessed within the user command
25854 via @code{$arg0@dots{}$argN}. A trivial example:
25855
25856 @smallexample
25857 define adder
25858 print $arg0 + $arg1 + $arg2
25859 end
25860 @end smallexample
25861
25862 @noindent
25863 To execute the command use:
25864
25865 @smallexample
25866 adder 1 2 3
25867 @end smallexample
25868
25869 @noindent
25870 This defines the command @code{adder}, which prints the sum of
25871 its three arguments. Note the arguments are text substitutions, so they may
25872 reference variables, use complex expressions, or even perform inferior
25873 functions calls.
25874
25875 @cindex argument count in user-defined commands
25876 @cindex how many arguments (user-defined commands)
25877 In addition, @code{$argc} may be used to find out how many arguments have
25878 been passed.
25879
25880 @smallexample
25881 define adder
25882 if $argc == 2
25883 print $arg0 + $arg1
25884 end
25885 if $argc == 3
25886 print $arg0 + $arg1 + $arg2
25887 end
25888 end
25889 @end smallexample
25890
25891 Combining with the @code{eval} command (@pxref{eval}) makes it easier
25892 to process a variable number of arguments:
25893
25894 @smallexample
25895 define adder
25896 set $i = 0
25897 set $sum = 0
25898 while $i < $argc
25899 eval "set $sum = $sum + $arg%d", $i
25900 set $i = $i + 1
25901 end
25902 print $sum
25903 end
25904 @end smallexample
25905
25906 @table @code
25907
25908 @kindex define
25909 @item define @var{commandname}
25910 Define a command named @var{commandname}. If there is already a command
25911 by that name, you are asked to confirm that you want to redefine it.
25912 The argument @var{commandname} may be a bare command name consisting of letters,
25913 numbers, dashes, and underscores. It may also start with any predefined
25914 prefix command. For example, @samp{define target my-target} creates
25915 a user-defined @samp{target my-target} command.
25916
25917 The definition of the command is made up of other @value{GDBN} command lines,
25918 which are given following the @code{define} command. The end of these
25919 commands is marked by a line containing @code{end}.
25920
25921 @kindex document
25922 @kindex end@r{ (user-defined commands)}
25923 @item document @var{commandname}
25924 Document the user-defined command @var{commandname}, so that it can be
25925 accessed by @code{help}. The command @var{commandname} must already be
25926 defined. This command reads lines of documentation just as @code{define}
25927 reads the lines of the command definition, ending with @code{end}.
25928 After the @code{document} command is finished, @code{help} on command
25929 @var{commandname} displays the documentation you have written.
25930
25931 You may use the @code{document} command again to change the
25932 documentation of a command. Redefining the command with @code{define}
25933 does not change the documentation.
25934
25935 @kindex dont-repeat
25936 @cindex don't repeat command
25937 @item dont-repeat
25938 Used inside a user-defined command, this tells @value{GDBN} that this
25939 command should not be repeated when the user hits @key{RET}
25940 (@pxref{Command Syntax, repeat last command}).
25941
25942 @kindex help user-defined
25943 @item help user-defined
25944 List all user-defined commands and all python commands defined in class
25945 COMAND_USER. The first line of the documentation or docstring is
25946 included (if any).
25947
25948 @kindex show user
25949 @item show user
25950 @itemx show user @var{commandname}
25951 Display the @value{GDBN} commands used to define @var{commandname} (but
25952 not its documentation). If no @var{commandname} is given, display the
25953 definitions for all user-defined commands.
25954 This does not work for user-defined python commands.
25955
25956 @cindex infinite recursion in user-defined commands
25957 @kindex show max-user-call-depth
25958 @kindex set max-user-call-depth
25959 @item show max-user-call-depth
25960 @itemx set max-user-call-depth
25961 The value of @code{max-user-call-depth} controls how many recursion
25962 levels are allowed in user-defined commands before @value{GDBN} suspects an
25963 infinite recursion and aborts the command.
25964 This does not apply to user-defined python commands.
25965 @end table
25966
25967 In addition to the above commands, user-defined commands frequently
25968 use control flow commands, described in @ref{Command Files}.
25969
25970 When user-defined commands are executed, the
25971 commands of the definition are not printed. An error in any command
25972 stops execution of the user-defined command.
25973
25974 If used interactively, commands that would ask for confirmation proceed
25975 without asking when used inside a user-defined command. Many @value{GDBN}
25976 commands that normally print messages to say what they are doing omit the
25977 messages when used in a user-defined command.
25978
25979 @node Hooks
25980 @subsection User-defined Command Hooks
25981 @cindex command hooks
25982 @cindex hooks, for commands
25983 @cindex hooks, pre-command
25984
25985 @kindex hook
25986 You may define @dfn{hooks}, which are a special kind of user-defined
25987 command. Whenever you run the command @samp{foo}, if the user-defined
25988 command @samp{hook-foo} exists, it is executed (with no arguments)
25989 before that command.
25990
25991 @cindex hooks, post-command
25992 @kindex hookpost
25993 A hook may also be defined which is run after the command you executed.
25994 Whenever you run the command @samp{foo}, if the user-defined command
25995 @samp{hookpost-foo} exists, it is executed (with no arguments) after
25996 that command. Post-execution hooks may exist simultaneously with
25997 pre-execution hooks, for the same command.
25998
25999 It is valid for a hook to call the command which it hooks. If this
26000 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
26001
26002 @c It would be nice if hookpost could be passed a parameter indicating
26003 @c if the command it hooks executed properly or not. FIXME!
26004
26005 @kindex stop@r{, a pseudo-command}
26006 In addition, a pseudo-command, @samp{stop} exists. Defining
26007 (@samp{hook-stop}) makes the associated commands execute every time
26008 execution stops in your program: before breakpoint commands are run,
26009 displays are printed, or the stack frame is printed.
26010
26011 For example, to ignore @code{SIGALRM} signals while
26012 single-stepping, but treat them normally during normal execution,
26013 you could define:
26014
26015 @smallexample
26016 define hook-stop
26017 handle SIGALRM nopass
26018 end
26019
26020 define hook-run
26021 handle SIGALRM pass
26022 end
26023
26024 define hook-continue
26025 handle SIGALRM pass
26026 end
26027 @end smallexample
26028
26029 As a further example, to hook at the beginning and end of the @code{echo}
26030 command, and to add extra text to the beginning and end of the message,
26031 you could define:
26032
26033 @smallexample
26034 define hook-echo
26035 echo <<<---
26036 end
26037
26038 define hookpost-echo
26039 echo --->>>\n
26040 end
26041
26042 (@value{GDBP}) echo Hello World
26043 <<<---Hello World--->>>
26044 (@value{GDBP})
26045
26046 @end smallexample
26047
26048 You can define a hook for any single-word command in @value{GDBN}, but
26049 not for command aliases; you should define a hook for the basic command
26050 name, e.g.@: @code{backtrace} rather than @code{bt}.
26051 @c FIXME! So how does Joe User discover whether a command is an alias
26052 @c or not?
26053 You can hook a multi-word command by adding @code{hook-} or
26054 @code{hookpost-} to the last word of the command, e.g.@:
26055 @samp{define target hook-remote} to add a hook to @samp{target remote}.
26056
26057 If an error occurs during the execution of your hook, execution of
26058 @value{GDBN} commands stops and @value{GDBN} issues a prompt
26059 (before the command that you actually typed had a chance to run).
26060
26061 If you try to define a hook which does not match any known command, you
26062 get a warning from the @code{define} command.
26063
26064 @node Command Files
26065 @subsection Command Files
26066
26067 @cindex command files
26068 @cindex scripting commands
26069 A command file for @value{GDBN} is a text file made of lines that are
26070 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
26071 also be included. An empty line in a command file does nothing; it
26072 does not mean to repeat the last command, as it would from the
26073 terminal.
26074
26075 You can request the execution of a command file with the @code{source}
26076 command. Note that the @code{source} command is also used to evaluate
26077 scripts that are not Command Files. The exact behavior can be configured
26078 using the @code{script-extension} setting.
26079 @xref{Extending GDB,, Extending GDB}.
26080
26081 @table @code
26082 @kindex source
26083 @cindex execute commands from a file
26084 @item source [-s] [-v] @var{filename}
26085 Execute the command file @var{filename}.
26086 @end table
26087
26088 The lines in a command file are generally executed sequentially,
26089 unless the order of execution is changed by one of the
26090 @emph{flow-control commands} described below. The commands are not
26091 printed as they are executed. An error in any command terminates
26092 execution of the command file and control is returned to the console.
26093
26094 @value{GDBN} first searches for @var{filename} in the current directory.
26095 If the file is not found there, and @var{filename} does not specify a
26096 directory, then @value{GDBN} also looks for the file on the source search path
26097 (specified with the @samp{directory} command);
26098 except that @file{$cdir} is not searched because the compilation directory
26099 is not relevant to scripts.
26100
26101 If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
26102 on the search path even if @var{filename} specifies a directory.
26103 The search is done by appending @var{filename} to each element of the
26104 search path. So, for example, if @var{filename} is @file{mylib/myscript}
26105 and the search path contains @file{/home/user} then @value{GDBN} will
26106 look for the script @file{/home/user/mylib/myscript}.
26107 The search is also done if @var{filename} is an absolute path.
26108 For example, if @var{filename} is @file{/tmp/myscript} and
26109 the search path contains @file{/home/user} then @value{GDBN} will
26110 look for the script @file{/home/user/tmp/myscript}.
26111 For DOS-like systems, if @var{filename} contains a drive specification,
26112 it is stripped before concatenation. For example, if @var{filename} is
26113 @file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
26114 will look for the script @file{c:/tmp/myscript}.
26115
26116 If @code{-v}, for verbose mode, is given then @value{GDBN} displays
26117 each command as it is executed. The option must be given before
26118 @var{filename}, and is interpreted as part of the filename anywhere else.
26119
26120 Commands that would ask for confirmation if used interactively proceed
26121 without asking when used in a command file. Many @value{GDBN} commands that
26122 normally print messages to say what they are doing omit the messages
26123 when called from command files.
26124
26125 @value{GDBN} also accepts command input from standard input. In this
26126 mode, normal output goes to standard output and error output goes to
26127 standard error. Errors in a command file supplied on standard input do
26128 not terminate execution of the command file---execution continues with
26129 the next command.
26130
26131 @smallexample
26132 gdb < cmds > log 2>&1
26133 @end smallexample
26134
26135 (The syntax above will vary depending on the shell used.) This example
26136 will execute commands from the file @file{cmds}. All output and errors
26137 would be directed to @file{log}.
26138
26139 Since commands stored on command files tend to be more general than
26140 commands typed interactively, they frequently need to deal with
26141 complicated situations, such as different or unexpected values of
26142 variables and symbols, changes in how the program being debugged is
26143 built, etc. @value{GDBN} provides a set of flow-control commands to
26144 deal with these complexities. Using these commands, you can write
26145 complex scripts that loop over data structures, execute commands
26146 conditionally, etc.
26147
26148 @table @code
26149 @kindex if
26150 @kindex else
26151 @item if
26152 @itemx else
26153 This command allows to include in your script conditionally executed
26154 commands. The @code{if} command takes a single argument, which is an
26155 expression to evaluate. It is followed by a series of commands that
26156 are executed only if the expression is true (its value is nonzero).
26157 There can then optionally be an @code{else} line, followed by a series
26158 of commands that are only executed if the expression was false. The
26159 end of the list is marked by a line containing @code{end}.
26160
26161 @kindex while
26162 @item while
26163 This command allows to write loops. Its syntax is similar to
26164 @code{if}: the command takes a single argument, which is an expression
26165 to evaluate, and must be followed by the commands to execute, one per
26166 line, terminated by an @code{end}. These commands are called the
26167 @dfn{body} of the loop. The commands in the body of @code{while} are
26168 executed repeatedly as long as the expression evaluates to true.
26169
26170 @kindex loop_break
26171 @item loop_break
26172 This command exits the @code{while} loop in whose body it is included.
26173 Execution of the script continues after that @code{while}s @code{end}
26174 line.
26175
26176 @kindex loop_continue
26177 @item loop_continue
26178 This command skips the execution of the rest of the body of commands
26179 in the @code{while} loop in whose body it is included. Execution
26180 branches to the beginning of the @code{while} loop, where it evaluates
26181 the controlling expression.
26182
26183 @kindex end@r{ (if/else/while commands)}
26184 @item end
26185 Terminate the block of commands that are the body of @code{if},
26186 @code{else}, or @code{while} flow-control commands.
26187 @end table
26188
26189
26190 @node Output
26191 @subsection Commands for Controlled Output
26192
26193 During the execution of a command file or a user-defined command, normal
26194 @value{GDBN} output is suppressed; the only output that appears is what is
26195 explicitly printed by the commands in the definition. This section
26196 describes three commands useful for generating exactly the output you
26197 want.
26198
26199 @table @code
26200 @kindex echo
26201 @item echo @var{text}
26202 @c I do not consider backslash-space a standard C escape sequence
26203 @c because it is not in ANSI.
26204 Print @var{text}. Nonprinting characters can be included in
26205 @var{text} using C escape sequences, such as @samp{\n} to print a
26206 newline. @strong{No newline is printed unless you specify one.}
26207 In addition to the standard C escape sequences, a backslash followed
26208 by a space stands for a space. This is useful for displaying a
26209 string with spaces at the beginning or the end, since leading and
26210 trailing spaces are otherwise trimmed from all arguments.
26211 To print @samp{@w{ }and foo =@w{ }}, use the command
26212 @samp{echo \@w{ }and foo = \@w{ }}.
26213
26214 A backslash at the end of @var{text} can be used, as in C, to continue
26215 the command onto subsequent lines. For example,
26216
26217 @smallexample
26218 echo This is some text\n\
26219 which is continued\n\
26220 onto several lines.\n
26221 @end smallexample
26222
26223 produces the same output as
26224
26225 @smallexample
26226 echo This is some text\n
26227 echo which is continued\n
26228 echo onto several lines.\n
26229 @end smallexample
26230
26231 @kindex output
26232 @item output @var{expression}
26233 Print the value of @var{expression} and nothing but that value: no
26234 newlines, no @samp{$@var{nn} = }. The value is not entered in the
26235 value history either. @xref{Expressions, ,Expressions}, for more information
26236 on expressions.
26237
26238 @item output/@var{fmt} @var{expression}
26239 Print the value of @var{expression} in format @var{fmt}. You can use
26240 the same formats as for @code{print}. @xref{Output Formats,,Output
26241 Formats}, for more information.
26242
26243 @kindex printf
26244 @item printf @var{template}, @var{expressions}@dots{}
26245 Print the values of one or more @var{expressions} under the control of
26246 the string @var{template}. To print several values, make
26247 @var{expressions} be a comma-separated list of individual expressions,
26248 which may be either numbers or pointers. Their values are printed as
26249 specified by @var{template}, exactly as a C program would do by
26250 executing the code below:
26251
26252 @smallexample
26253 printf (@var{template}, @var{expressions}@dots{});
26254 @end smallexample
26255
26256 As in @code{C} @code{printf}, ordinary characters in @var{template}
26257 are printed verbatim, while @dfn{conversion specification} introduced
26258 by the @samp{%} character cause subsequent @var{expressions} to be
26259 evaluated, their values converted and formatted according to type and
26260 style information encoded in the conversion specifications, and then
26261 printed.
26262
26263 For example, you can print two values in hex like this:
26264
26265 @smallexample
26266 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
26267 @end smallexample
26268
26269 @code{printf} supports all the standard @code{C} conversion
26270 specifications, including the flags and modifiers between the @samp{%}
26271 character and the conversion letter, with the following exceptions:
26272
26273 @itemize @bullet
26274 @item
26275 The argument-ordering modifiers, such as @samp{2$}, are not supported.
26276
26277 @item
26278 The modifier @samp{*} is not supported for specifying precision or
26279 width.
26280
26281 @item
26282 The @samp{'} flag (for separation of digits into groups according to
26283 @code{LC_NUMERIC'}) is not supported.
26284
26285 @item
26286 The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
26287 supported.
26288
26289 @item
26290 The conversion letter @samp{n} (as in @samp{%n}) is not supported.
26291
26292 @item
26293 The conversion letters @samp{a} and @samp{A} are not supported.
26294 @end itemize
26295
26296 @noindent
26297 Note that the @samp{ll} type modifier is supported only if the
26298 underlying @code{C} implementation used to build @value{GDBN} supports
26299 the @code{long long int} type, and the @samp{L} type modifier is
26300 supported only if @code{long double} type is available.
26301
26302 As in @code{C}, @code{printf} supports simple backslash-escape
26303 sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
26304 @samp{\a}, and @samp{\f}, that consist of backslash followed by a
26305 single character. Octal and hexadecimal escape sequences are not
26306 supported.
26307
26308 Additionally, @code{printf} supports conversion specifications for DFP
26309 (@dfn{Decimal Floating Point}) types using the following length modifiers
26310 together with a floating point specifier.
26311 letters:
26312
26313 @itemize @bullet
26314 @item
26315 @samp{H} for printing @code{Decimal32} types.
26316
26317 @item
26318 @samp{D} for printing @code{Decimal64} types.
26319
26320 @item
26321 @samp{DD} for printing @code{Decimal128} types.
26322 @end itemize
26323
26324 If the underlying @code{C} implementation used to build @value{GDBN} has
26325 support for the three length modifiers for DFP types, other modifiers
26326 such as width and precision will also be available for @value{GDBN} to use.
26327
26328 In case there is no such @code{C} support, no additional modifiers will be
26329 available and the value will be printed in the standard way.
26330
26331 Here's an example of printing DFP types using the above conversion letters:
26332 @smallexample
26333 printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
26334 @end smallexample
26335
26336 @anchor{eval}
26337 @kindex eval
26338 @item eval @var{template}, @var{expressions}@dots{}
26339 Convert the values of one or more @var{expressions} under the control of
26340 the string @var{template} to a command line, and call it.
26341
26342 @end table
26343
26344 @node Auto-loading sequences
26345 @subsection Controlling auto-loading native @value{GDBN} scripts
26346 @cindex native script auto-loading
26347
26348 When a new object file is read (for example, due to the @code{file}
26349 command, or because the inferior has loaded a shared library),
26350 @value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
26351 @xref{Auto-loading extensions}.
26352
26353 Auto-loading can be enabled or disabled,
26354 and the list of auto-loaded scripts can be printed.
26355
26356 @table @code
26357 @anchor{set auto-load gdb-scripts}
26358 @kindex set auto-load gdb-scripts
26359 @item set auto-load gdb-scripts [on|off]
26360 Enable or disable the auto-loading of canned sequences of commands scripts.
26361
26362 @anchor{show auto-load gdb-scripts}
26363 @kindex show auto-load gdb-scripts
26364 @item show auto-load gdb-scripts
26365 Show whether auto-loading of canned sequences of commands scripts is enabled or
26366 disabled.
26367
26368 @anchor{info auto-load gdb-scripts}
26369 @kindex info auto-load gdb-scripts
26370 @cindex print list of auto-loaded canned sequences of commands scripts
26371 @item info auto-load gdb-scripts [@var{regexp}]
26372 Print the list of all canned sequences of commands scripts that @value{GDBN}
26373 auto-loaded.
26374 @end table
26375
26376 If @var{regexp} is supplied only canned sequences of commands scripts with
26377 matching names are printed.
26378
26379 @c Python docs live in a separate file.
26380 @include python.texi
26381
26382 @c Guile docs live in a separate file.
26383 @include guile.texi
26384
26385 @node Auto-loading extensions
26386 @section Auto-loading extensions
26387 @cindex auto-loading extensions
26388
26389 @value{GDBN} provides two mechanisms for automatically loading extensions
26390 when a new object file is read (for example, due to the @code{file}
26391 command, or because the inferior has loaded a shared library):
26392 @file{@var{objfile}-gdb.@var{ext}} and the @code{.debug_gdb_scripts}
26393 section of modern file formats like ELF.
26394
26395 @menu
26396 * objfile-gdb.ext file: objfile-gdbdotext file. The @file{@var{objfile}-gdb.@var{ext}} file
26397 * .debug_gdb_scripts section: dotdebug_gdb_scripts section. The @code{.debug_gdb_scripts} section
26398 * Which flavor to choose?::
26399 @end menu
26400
26401 The auto-loading feature is useful for supplying application-specific
26402 debugging commands and features.
26403
26404 Auto-loading can be enabled or disabled,
26405 and the list of auto-loaded scripts can be printed.
26406 See the @samp{auto-loading} section of each extension language
26407 for more information.
26408 For @value{GDBN} command files see @ref{Auto-loading sequences}.
26409 For Python files see @ref{Python Auto-loading}.
26410
26411 Note that loading of this script file also requires accordingly configured
26412 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26413
26414 @node objfile-gdbdotext file
26415 @subsection The @file{@var{objfile}-gdb.@var{ext}} file
26416 @cindex @file{@var{objfile}-gdb.gdb}
26417 @cindex @file{@var{objfile}-gdb.py}
26418 @cindex @file{@var{objfile}-gdb.scm}
26419
26420 When a new object file is read, @value{GDBN} looks for a file named
26421 @file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
26422 where @var{objfile} is the object file's name and
26423 where @var{ext} is the file extension for the extension language:
26424
26425 @table @code
26426 @item @file{@var{objfile}-gdb.gdb}
26427 GDB's own command language
26428 @item @file{@var{objfile}-gdb.py}
26429 Python
26430 @item @file{@var{objfile}-gdb.scm}
26431 Guile
26432 @end table
26433
26434 @var{script-name} is formed by ensuring that the file name of @var{objfile}
26435 is absolute, following all symlinks, and resolving @code{.} and @code{..}
26436 components, and appending the @file{-gdb.@var{ext}} suffix.
26437 If this file exists and is readable, @value{GDBN} will evaluate it as a
26438 script in the specified extension language.
26439
26440 If this file does not exist, then @value{GDBN} will look for
26441 @var{script-name} file in all of the directories as specified below.
26442
26443 Note that loading of these files requires an accordingly configured
26444 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26445
26446 For object files using @file{.exe} suffix @value{GDBN} tries to load first the
26447 scripts normally according to its @file{.exe} filename. But if no scripts are
26448 found @value{GDBN} also tries script filenames matching the object file without
26449 its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
26450 is attempted on any platform. This makes the script filenames compatible
26451 between Unix and MS-Windows hosts.
26452
26453 @table @code
26454 @anchor{set auto-load scripts-directory}
26455 @kindex set auto-load scripts-directory
26456 @item set auto-load scripts-directory @r{[}@var{directories}@r{]}
26457 Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
26458 may be delimited by the host platform path separator in use
26459 (@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
26460
26461 Each entry here needs to be covered also by the security setting
26462 @code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
26463
26464 @anchor{with-auto-load-dir}
26465 This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
26466 @code{set auto-load safe-path} value can be also overriden by @value{GDBN}
26467 configuration option @option{--with-auto-load-dir}.
26468
26469 Any reference to @file{$debugdir} will get replaced by
26470 @var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
26471 reference to @file{$datadir} will get replaced by @var{data-directory} which is
26472 determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
26473 @file{$datadir} must be placed as a directory component --- either alone or
26474 delimited by @file{/} or @file{\} directory separators, depending on the host
26475 platform.
26476
26477 The list of directories uses path separator (@samp{:} on GNU and Unix
26478 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26479 to the @env{PATH} environment variable.
26480
26481 @anchor{show auto-load scripts-directory}
26482 @kindex show auto-load scripts-directory
26483 @item show auto-load scripts-directory
26484 Show @value{GDBN} auto-loaded scripts location.
26485
26486 @anchor{add-auto-load-scripts-directory}
26487 @kindex add-auto-load-scripts-directory
26488 @item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
26489 Add an entry (or list of entries) to the list of auto-loaded scripts locations.
26490 Multiple entries may be delimited by the host platform path separator in use.
26491 @end table
26492
26493 @value{GDBN} does not track which files it has already auto-loaded this way.
26494 @value{GDBN} will load the associated script every time the corresponding
26495 @var{objfile} is opened.
26496 So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
26497 is evaluated more than once.
26498
26499 @node dotdebug_gdb_scripts section
26500 @subsection The @code{.debug_gdb_scripts} section
26501 @cindex @code{.debug_gdb_scripts} section
26502
26503 For systems using file formats like ELF and COFF,
26504 when @value{GDBN} loads a new object file
26505 it will look for a special section named @code{.debug_gdb_scripts}.
26506 If this section exists, its contents is a list of null-terminated entries
26507 specifying scripts to load. Each entry begins with a non-null prefix byte that
26508 specifies the kind of entry, typically the extension language and whether the
26509 script is in a file or inlined in @code{.debug_gdb_scripts}.
26510
26511 The following entries are supported:
26512
26513 @table @code
26514 @item SECTION_SCRIPT_ID_PYTHON_FILE = 1
26515 @item SECTION_SCRIPT_ID_SCHEME_FILE = 3
26516 @item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
26517 @item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
26518 @end table
26519
26520 @subsubsection Script File Entries
26521
26522 If the entry specifies a file, @value{GDBN} will look for the file first
26523 in the current directory and then along the source search path
26524 (@pxref{Source Path, ,Specifying Source Directories}),
26525 except that @file{$cdir} is not searched, since the compilation
26526 directory is not relevant to scripts.
26527
26528 File entries can be placed in section @code{.debug_gdb_scripts} with,
26529 for example, this GCC macro for Python scripts.
26530
26531 @example
26532 /* Note: The "MS" section flags are to remove duplicates. */
26533 #define DEFINE_GDB_PY_SCRIPT(script_name) \
26534 asm("\
26535 .pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
26536 .byte 1 /* Python */\n\
26537 .asciz \"" script_name "\"\n\
26538 .popsection \n\
26539 ");
26540 @end example
26541
26542 @noindent
26543 For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
26544 Then one can reference the macro in a header or source file like this:
26545
26546 @example
26547 DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
26548 @end example
26549
26550 The script name may include directories if desired.
26551
26552 Note that loading of this script file also requires accordingly configured
26553 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26554
26555 If the macro invocation is put in a header, any application or library
26556 using this header will get a reference to the specified script,
26557 and with the use of @code{"MS"} attributes on the section, the linker
26558 will remove duplicates.
26559
26560 @subsubsection Script Text Entries
26561
26562 Script text entries allow to put the executable script in the entry
26563 itself instead of loading it from a file.
26564 The first line of the entry, everything after the prefix byte and up to
26565 the first newline (@code{0xa}) character, is the script name, and must not
26566 contain any kind of space character, e.g., spaces or tabs.
26567 The rest of the entry, up to the trailing null byte, is the script to
26568 execute in the specified language. The name needs to be unique among
26569 all script names, as @value{GDBN} executes each script only once based
26570 on its name.
26571
26572 Here is an example from file @file{py-section-script.c} in the @value{GDBN}
26573 testsuite.
26574
26575 @example
26576 #include "symcat.h"
26577 #include "gdb/section-scripts.h"
26578 asm(
26579 ".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
26580 ".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
26581 ".ascii \"gdb.inlined-script\\n\"\n"
26582 ".ascii \"class test_cmd (gdb.Command):\\n\"\n"
26583 ".ascii \" def __init__ (self):\\n\"\n"
26584 ".ascii \" super (test_cmd, self).__init__ ("
26585 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
26586 ".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
26587 ".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
26588 ".ascii \"test_cmd ()\\n\"\n"
26589 ".byte 0\n"
26590 ".popsection\n"
26591 );
26592 @end example
26593
26594 Loading of inlined scripts requires a properly configured
26595 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26596 The path to specify in @code{auto-load safe-path} is the path of the file
26597 containing the @code{.debug_gdb_scripts} section.
26598
26599 @node Which flavor to choose?
26600 @subsection Which flavor to choose?
26601
26602 Given the multiple ways of auto-loading extensions, it might not always
26603 be clear which one to choose. This section provides some guidance.
26604
26605 @noindent
26606 Benefits of the @file{-gdb.@var{ext}} way:
26607
26608 @itemize @bullet
26609 @item
26610 Can be used with file formats that don't support multiple sections.
26611
26612 @item
26613 Ease of finding scripts for public libraries.
26614
26615 Scripts specified in the @code{.debug_gdb_scripts} section are searched for
26616 in the source search path.
26617 For publicly installed libraries, e.g., @file{libstdc++}, there typically
26618 isn't a source directory in which to find the script.
26619
26620 @item
26621 Doesn't require source code additions.
26622 @end itemize
26623
26624 @noindent
26625 Benefits of the @code{.debug_gdb_scripts} way:
26626
26627 @itemize @bullet
26628 @item
26629 Works with static linking.
26630
26631 Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
26632 trigger their loading. When an application is statically linked the only
26633 objfile available is the executable, and it is cumbersome to attach all the
26634 scripts from all the input libraries to the executable's
26635 @file{-gdb.@var{ext}} script.
26636
26637 @item
26638 Works with classes that are entirely inlined.
26639
26640 Some classes can be entirely inlined, and thus there may not be an associated
26641 shared library to attach a @file{-gdb.@var{ext}} script to.
26642
26643 @item
26644 Scripts needn't be copied out of the source tree.
26645
26646 In some circumstances, apps can be built out of large collections of internal
26647 libraries, and the build infrastructure necessary to install the
26648 @file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
26649 cumbersome. It may be easier to specify the scripts in the
26650 @code{.debug_gdb_scripts} section as relative paths, and add a path to the
26651 top of the source tree to the source search path.
26652 @end itemize
26653
26654 @node Multiple Extension Languages
26655 @section Multiple Extension Languages
26656
26657 The Guile and Python extension languages do not share any state,
26658 and generally do not interfere with each other.
26659 There are some things to be aware of, however.
26660
26661 @subsection Python comes first
26662
26663 Python was @value{GDBN}'s first extension language, and to avoid breaking
26664 existing behaviour Python comes first. This is generally solved by the
26665 ``first one wins'' principle. @value{GDBN} maintains a list of enabled
26666 extension languages, and when it makes a call to an extension language,
26667 (say to pretty-print a value), it tries each in turn until an extension
26668 language indicates it has performed the request (e.g., has returned the
26669 pretty-printed form of a value).
26670 This extends to errors while performing such requests: If an error happens
26671 while, for example, trying to pretty-print an object then the error is
26672 reported and any following extension languages are not tried.
26673
26674 @node Aliases
26675 @section Creating new spellings of existing commands
26676 @cindex aliases for commands
26677
26678 It is often useful to define alternate spellings of existing commands.
26679 For example, if a new @value{GDBN} command defined in Python has
26680 a long name to type, it is handy to have an abbreviated version of it
26681 that involves less typing.
26682
26683 @value{GDBN} itself uses aliases. For example @samp{s} is an alias
26684 of the @samp{step} command even though it is otherwise an ambiguous
26685 abbreviation of other commands like @samp{set} and @samp{show}.
26686
26687 Aliases are also used to provide shortened or more common versions
26688 of multi-word commands. For example, @value{GDBN} provides the
26689 @samp{tty} alias of the @samp{set inferior-tty} command.
26690
26691 You can define a new alias with the @samp{alias} command.
26692
26693 @table @code
26694
26695 @kindex alias
26696 @item alias [-a] [--] @var{ALIAS} = @var{COMMAND}
26697
26698 @end table
26699
26700 @var{ALIAS} specifies the name of the new alias.
26701 Each word of @var{ALIAS} must consist of letters, numbers, dashes and
26702 underscores.
26703
26704 @var{COMMAND} specifies the name of an existing command
26705 that is being aliased.
26706
26707 The @samp{-a} option specifies that the new alias is an abbreviation
26708 of the command. Abbreviations are not shown in command
26709 lists displayed by the @samp{help} command.
26710
26711 The @samp{--} option specifies the end of options,
26712 and is useful when @var{ALIAS} begins with a dash.
26713
26714 Here is a simple example showing how to make an abbreviation
26715 of a command so that there is less to type.
26716 Suppose you were tired of typing @samp{disas}, the current
26717 shortest unambiguous abbreviation of the @samp{disassemble} command
26718 and you wanted an even shorter version named @samp{di}.
26719 The following will accomplish this.
26720
26721 @smallexample
26722 (gdb) alias -a di = disas
26723 @end smallexample
26724
26725 Note that aliases are different from user-defined commands.
26726 With a user-defined command, you also need to write documentation
26727 for it with the @samp{document} command.
26728 An alias automatically picks up the documentation of the existing command.
26729
26730 Here is an example where we make @samp{elms} an abbreviation of
26731 @samp{elements} in the @samp{set print elements} command.
26732 This is to show that you can make an abbreviation of any part
26733 of a command.
26734
26735 @smallexample
26736 (gdb) alias -a set print elms = set print elements
26737 (gdb) alias -a show print elms = show print elements
26738 (gdb) set p elms 20
26739 (gdb) show p elms
26740 Limit on string chars or array elements to print is 200.
26741 @end smallexample
26742
26743 Note that if you are defining an alias of a @samp{set} command,
26744 and you want to have an alias for the corresponding @samp{show}
26745 command, then you need to define the latter separately.
26746
26747 Unambiguously abbreviated commands are allowed in @var{COMMAND} and
26748 @var{ALIAS}, just as they are normally.
26749
26750 @smallexample
26751 (gdb) alias -a set pr elms = set p ele
26752 @end smallexample
26753
26754 Finally, here is an example showing the creation of a one word
26755 alias for a more complex command.
26756 This creates alias @samp{spe} of the command @samp{set print elements}.
26757
26758 @smallexample
26759 (gdb) alias spe = set print elements
26760 (gdb) spe 20
26761 @end smallexample
26762
26763 @node Interpreters
26764 @chapter Command Interpreters
26765 @cindex command interpreters
26766
26767 @value{GDBN} supports multiple command interpreters, and some command
26768 infrastructure to allow users or user interface writers to switch
26769 between interpreters or run commands in other interpreters.
26770
26771 @value{GDBN} currently supports two command interpreters, the console
26772 interpreter (sometimes called the command-line interpreter or @sc{cli})
26773 and the machine interface interpreter (or @sc{gdb/mi}). This manual
26774 describes both of these interfaces in great detail.
26775
26776 By default, @value{GDBN} will start with the console interpreter.
26777 However, the user may choose to start @value{GDBN} with another
26778 interpreter by specifying the @option{-i} or @option{--interpreter}
26779 startup options. Defined interpreters include:
26780
26781 @table @code
26782 @item console
26783 @cindex console interpreter
26784 The traditional console or command-line interpreter. This is the most often
26785 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
26786 @value{GDBN} will use this interpreter.
26787
26788 @item mi
26789 @cindex mi interpreter
26790 The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
26791 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
26792 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
26793 Interface}.
26794
26795 @item mi3
26796 @cindex mi3 interpreter
26797 The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
26798
26799 @item mi2
26800 @cindex mi2 interpreter
26801 The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
26802
26803 @item mi1
26804 @cindex mi1 interpreter
26805 The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
26806
26807 @end table
26808
26809 @cindex invoke another interpreter
26810
26811 @kindex interpreter-exec
26812 You may execute commands in any interpreter from the current
26813 interpreter using the appropriate command. If you are running the
26814 console interpreter, simply use the @code{interpreter-exec} command:
26815
26816 @smallexample
26817 interpreter-exec mi "-data-list-register-names"
26818 @end smallexample
26819
26820 @sc{gdb/mi} has a similar command, although it is only available in versions of
26821 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
26822
26823 Note that @code{interpreter-exec} only changes the interpreter for the
26824 duration of the specified command. It does not change the interpreter
26825 permanently.
26826
26827 @cindex start a new independent interpreter
26828
26829 Although you may only choose a single interpreter at startup, it is
26830 possible to run an independent interpreter on a specified input/output
26831 device (usually a tty).
26832
26833 For example, consider a debugger GUI or IDE that wants to provide a
26834 @value{GDBN} console view. It may do so by embedding a terminal
26835 emulator widget in its GUI, starting @value{GDBN} in the traditional
26836 command-line mode with stdin/stdout/stderr redirected to that
26837 terminal, and then creating an MI interpreter running on a specified
26838 input/output device. The console interpreter created by @value{GDBN}
26839 at startup handles commands the user types in the terminal widget,
26840 while the GUI controls and synchronizes state with @value{GDBN} using
26841 the separate MI interpreter.
26842
26843 To start a new secondary @dfn{user interface} running MI, use the
26844 @code{new-ui} command:
26845
26846 @kindex new-ui
26847 @cindex new user interface
26848 @smallexample
26849 new-ui @var{interpreter} @var{tty}
26850 @end smallexample
26851
26852 The @var{interpreter} parameter specifies the interpreter to run.
26853 This accepts the same values as the @code{interpreter-exec} command.
26854 For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
26855 @var{tty} parameter specifies the name of the bidirectional file the
26856 interpreter uses for input/output, usually the name of a
26857 pseudoterminal slave on Unix systems. For example:
26858
26859 @smallexample
26860 (@value{GDBP}) new-ui mi /dev/pts/9
26861 @end smallexample
26862
26863 @noindent
26864 runs an MI interpreter on @file{/dev/pts/9}.
26865
26866 @node TUI
26867 @chapter @value{GDBN} Text User Interface
26868 @cindex TUI
26869 @cindex Text User Interface
26870
26871 @menu
26872 * TUI Overview:: TUI overview
26873 * TUI Keys:: TUI key bindings
26874 * TUI Single Key Mode:: TUI single key mode
26875 * TUI Commands:: TUI-specific commands
26876 * TUI Configuration:: TUI configuration variables
26877 @end menu
26878
26879 The @value{GDBN} Text User Interface (TUI) is a terminal
26880 interface which uses the @code{curses} library to show the source
26881 file, the assembly output, the program registers and @value{GDBN}
26882 commands in separate text windows. The TUI mode is supported only
26883 on platforms where a suitable version of the @code{curses} library
26884 is available.
26885
26886 The TUI mode is enabled by default when you invoke @value{GDBN} as
26887 @samp{@value{GDBP} -tui}.
26888 You can also switch in and out of TUI mode while @value{GDBN} runs by
26889 using various TUI commands and key bindings, such as @command{tui
26890 enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
26891 @ref{TUI Keys, ,TUI Key Bindings}.
26892
26893 @node TUI Overview
26894 @section TUI Overview
26895
26896 In TUI mode, @value{GDBN} can display several text windows:
26897
26898 @table @emph
26899 @item command
26900 This window is the @value{GDBN} command window with the @value{GDBN}
26901 prompt and the @value{GDBN} output. The @value{GDBN} input is still
26902 managed using readline.
26903
26904 @item source
26905 The source window shows the source file of the program. The current
26906 line and active breakpoints are displayed in this window.
26907
26908 @item assembly
26909 The assembly window shows the disassembly output of the program.
26910
26911 @item register
26912 This window shows the processor registers. Registers are highlighted
26913 when their values change.
26914 @end table
26915
26916 The source and assembly windows show the current program position
26917 by highlighting the current line and marking it with a @samp{>} marker.
26918 Breakpoints are indicated with two markers. The first marker
26919 indicates the breakpoint type:
26920
26921 @table @code
26922 @item B
26923 Breakpoint which was hit at least once.
26924
26925 @item b
26926 Breakpoint which was never hit.
26927
26928 @item H
26929 Hardware breakpoint which was hit at least once.
26930
26931 @item h
26932 Hardware breakpoint which was never hit.
26933 @end table
26934
26935 The second marker indicates whether the breakpoint is enabled or not:
26936
26937 @table @code
26938 @item +
26939 Breakpoint is enabled.
26940
26941 @item -
26942 Breakpoint is disabled.
26943 @end table
26944
26945 The source, assembly and register windows are updated when the current
26946 thread changes, when the frame changes, or when the program counter
26947 changes.
26948
26949 These windows are not all visible at the same time. The command
26950 window is always visible. The others can be arranged in several
26951 layouts:
26952
26953 @itemize @bullet
26954 @item
26955 source only,
26956
26957 @item
26958 assembly only,
26959
26960 @item
26961 source and assembly,
26962
26963 @item
26964 source and registers, or
26965
26966 @item
26967 assembly and registers.
26968 @end itemize
26969
26970 A status line above the command window shows the following information:
26971
26972 @table @emph
26973 @item target
26974 Indicates the current @value{GDBN} target.
26975 (@pxref{Targets, ,Specifying a Debugging Target}).
26976
26977 @item process
26978 Gives the current process or thread number.
26979 When no process is being debugged, this field is set to @code{No process}.
26980
26981 @item function
26982 Gives the current function name for the selected frame.
26983 The name is demangled if demangling is turned on (@pxref{Print Settings}).
26984 When there is no symbol corresponding to the current program counter,
26985 the string @code{??} is displayed.
26986
26987 @item line
26988 Indicates the current line number for the selected frame.
26989 When the current line number is not known, the string @code{??} is displayed.
26990
26991 @item pc
26992 Indicates the current program counter address.
26993 @end table
26994
26995 @node TUI Keys
26996 @section TUI Key Bindings
26997 @cindex TUI key bindings
26998
26999 The TUI installs several key bindings in the readline keymaps
27000 @ifset SYSTEM_READLINE
27001 (@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
27002 @end ifset
27003 @ifclear SYSTEM_READLINE
27004 (@pxref{Command Line Editing}).
27005 @end ifclear
27006 The following key bindings are installed for both TUI mode and the
27007 @value{GDBN} standard mode.
27008
27009 @table @kbd
27010 @kindex C-x C-a
27011 @item C-x C-a
27012 @kindex C-x a
27013 @itemx C-x a
27014 @kindex C-x A
27015 @itemx C-x A
27016 Enter or leave the TUI mode. When leaving the TUI mode,
27017 the curses window management stops and @value{GDBN} operates using
27018 its standard mode, writing on the terminal directly. When reentering
27019 the TUI mode, control is given back to the curses windows.
27020 The screen is then refreshed.
27021
27022 @kindex C-x 1
27023 @item C-x 1
27024 Use a TUI layout with only one window. The layout will
27025 either be @samp{source} or @samp{assembly}. When the TUI mode
27026 is not active, it will switch to the TUI mode.
27027
27028 Think of this key binding as the Emacs @kbd{C-x 1} binding.
27029
27030 @kindex C-x 2
27031 @item C-x 2
27032 Use a TUI layout with at least two windows. When the current
27033 layout already has two windows, the next layout with two windows is used.
27034 When a new layout is chosen, one window will always be common to the
27035 previous layout and the new one.
27036
27037 Think of it as the Emacs @kbd{C-x 2} binding.
27038
27039 @kindex C-x o
27040 @item C-x o
27041 Change the active window. The TUI associates several key bindings
27042 (like scrolling and arrow keys) with the active window. This command
27043 gives the focus to the next TUI window.
27044
27045 Think of it as the Emacs @kbd{C-x o} binding.
27046
27047 @kindex C-x s
27048 @item C-x s
27049 Switch in and out of the TUI SingleKey mode that binds single
27050 keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
27051 @end table
27052
27053 The following key bindings only work in the TUI mode:
27054
27055 @table @asis
27056 @kindex PgUp
27057 @item @key{PgUp}
27058 Scroll the active window one page up.
27059
27060 @kindex PgDn
27061 @item @key{PgDn}
27062 Scroll the active window one page down.
27063
27064 @kindex Up
27065 @item @key{Up}
27066 Scroll the active window one line up.
27067
27068 @kindex Down
27069 @item @key{Down}
27070 Scroll the active window one line down.
27071
27072 @kindex Left
27073 @item @key{Left}
27074 Scroll the active window one column left.
27075
27076 @kindex Right
27077 @item @key{Right}
27078 Scroll the active window one column right.
27079
27080 @kindex C-L
27081 @item @kbd{C-L}
27082 Refresh the screen.
27083 @end table
27084
27085 Because the arrow keys scroll the active window in the TUI mode, they
27086 are not available for their normal use by readline unless the command
27087 window has the focus. When another window is active, you must use
27088 other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
27089 and @kbd{C-f} to control the command window.
27090
27091 @node TUI Single Key Mode
27092 @section TUI Single Key Mode
27093 @cindex TUI single key mode
27094
27095 The TUI also provides a @dfn{SingleKey} mode, which binds several
27096 frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
27097 switch into this mode, where the following key bindings are used:
27098
27099 @table @kbd
27100 @kindex c @r{(SingleKey TUI key)}
27101 @item c
27102 continue
27103
27104 @kindex d @r{(SingleKey TUI key)}
27105 @item d
27106 down
27107
27108 @kindex f @r{(SingleKey TUI key)}
27109 @item f
27110 finish
27111
27112 @kindex n @r{(SingleKey TUI key)}
27113 @item n
27114 next
27115
27116 @kindex o @r{(SingleKey TUI key)}
27117 @item o
27118 nexti. The shortcut letter @samp{o} stands for ``step Over''.
27119
27120 @kindex q @r{(SingleKey TUI key)}
27121 @item q
27122 exit the SingleKey mode.
27123
27124 @kindex r @r{(SingleKey TUI key)}
27125 @item r
27126 run
27127
27128 @kindex s @r{(SingleKey TUI key)}
27129 @item s
27130 step
27131
27132 @kindex i @r{(SingleKey TUI key)}
27133 @item i
27134 stepi. The shortcut letter @samp{i} stands for ``step Into''.
27135
27136 @kindex u @r{(SingleKey TUI key)}
27137 @item u
27138 up
27139
27140 @kindex v @r{(SingleKey TUI key)}
27141 @item v
27142 info locals
27143
27144 @kindex w @r{(SingleKey TUI key)}
27145 @item w
27146 where
27147 @end table
27148
27149 Other keys temporarily switch to the @value{GDBN} command prompt.
27150 The key that was pressed is inserted in the editing buffer so that
27151 it is possible to type most @value{GDBN} commands without interaction
27152 with the TUI SingleKey mode. Once the command is entered the TUI
27153 SingleKey mode is restored. The only way to permanently leave
27154 this mode is by typing @kbd{q} or @kbd{C-x s}.
27155
27156
27157 @node TUI Commands
27158 @section TUI-specific Commands
27159 @cindex TUI commands
27160
27161 The TUI has specific commands to control the text windows.
27162 These commands are always available, even when @value{GDBN} is not in
27163 the TUI mode. When @value{GDBN} is in the standard mode, most
27164 of these commands will automatically switch to the TUI mode.
27165
27166 Note that if @value{GDBN}'s @code{stdout} is not connected to a
27167 terminal, or @value{GDBN} has been started with the machine interface
27168 interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
27169 these commands will fail with an error, because it would not be
27170 possible or desirable to enable curses window management.
27171
27172 @table @code
27173 @item tui enable
27174 @kindex tui enable
27175 Activate TUI mode. The last active TUI window layout will be used if
27176 TUI mode has prevsiouly been used in the current debugging session,
27177 otherwise a default layout is used.
27178
27179 @item tui disable
27180 @kindex tui disable
27181 Disable TUI mode, returning to the console interpreter.
27182
27183 @item info win
27184 @kindex info win
27185 List and give the size of all displayed windows.
27186
27187 @item layout @var{name}
27188 @kindex layout
27189 Changes which TUI windows are displayed. In each layout the command
27190 window is always displayed, the @var{name} parameter controls which
27191 additional windows are displayed, and can be any of the following:
27192
27193 @table @code
27194 @item next
27195 Display the next layout.
27196
27197 @item prev
27198 Display the previous layout.
27199
27200 @item src
27201 Display the source and command windows.
27202
27203 @item asm
27204 Display the assembly and command windows.
27205
27206 @item split
27207 Display the source, assembly, and command windows.
27208
27209 @item regs
27210 When in @code{src} layout display the register, source, and command
27211 windows. When in @code{asm} or @code{split} layout display the
27212 register, assembler, and command windows.
27213 @end table
27214
27215 @item focus @var{name}
27216 @kindex focus
27217 Changes which TUI window is currently active for scrolling. The
27218 @var{name} parameter can be any of the following:
27219
27220 @table @code
27221 @item next
27222 Make the next window active for scrolling.
27223
27224 @item prev
27225 Make the previous window active for scrolling.
27226
27227 @item src
27228 Make the source window active for scrolling.
27229
27230 @item asm
27231 Make the assembly window active for scrolling.
27232
27233 @item regs
27234 Make the register window active for scrolling.
27235
27236 @item cmd
27237 Make the command window active for scrolling.
27238 @end table
27239
27240 @item refresh
27241 @kindex refresh
27242 Refresh the screen. This is similar to typing @kbd{C-L}.
27243
27244 @item tui reg @var{group}
27245 @kindex tui reg
27246 Changes the register group displayed in the tui register window to
27247 @var{group}. If the register window is not currently displayed this
27248 command will cause the register window to be displayed. The list of
27249 register groups, as well as their order is target specific. The
27250 following groups are available on most targets:
27251 @table @code
27252 @item next
27253 Repeatedly selecting this group will cause the display to cycle
27254 through all of the available register groups.
27255
27256 @item prev
27257 Repeatedly selecting this group will cause the display to cycle
27258 through all of the available register groups in the reverse order to
27259 @var{next}.
27260
27261 @item general
27262 Display the general registers.
27263 @item float
27264 Display the floating point registers.
27265 @item system
27266 Display the system registers.
27267 @item vector
27268 Display the vector registers.
27269 @item all
27270 Display all registers.
27271 @end table
27272
27273 @item update
27274 @kindex update
27275 Update the source window and the current execution point.
27276
27277 @item winheight @var{name} +@var{count}
27278 @itemx winheight @var{name} -@var{count}
27279 @kindex winheight
27280 Change the height of the window @var{name} by @var{count}
27281 lines. Positive counts increase the height, while negative counts
27282 decrease it. The @var{name} parameter can be one of @code{src} (the
27283 source window), @code{cmd} (the command window), @code{asm} (the
27284 disassembly window), or @code{regs} (the register display window).
27285 @end table
27286
27287 @node TUI Configuration
27288 @section TUI Configuration Variables
27289 @cindex TUI configuration variables
27290
27291 Several configuration variables control the appearance of TUI windows.
27292
27293 @table @code
27294 @item set tui border-kind @var{kind}
27295 @kindex set tui border-kind
27296 Select the border appearance for the source, assembly and register windows.
27297 The possible values are the following:
27298 @table @code
27299 @item space
27300 Use a space character to draw the border.
27301
27302 @item ascii
27303 Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
27304
27305 @item acs
27306 Use the Alternate Character Set to draw the border. The border is
27307 drawn using character line graphics if the terminal supports them.
27308 @end table
27309
27310 @item set tui border-mode @var{mode}
27311 @kindex set tui border-mode
27312 @itemx set tui active-border-mode @var{mode}
27313 @kindex set tui active-border-mode
27314 Select the display attributes for the borders of the inactive windows
27315 or the active window. The @var{mode} can be one of the following:
27316 @table @code
27317 @item normal
27318 Use normal attributes to display the border.
27319
27320 @item standout
27321 Use standout mode.
27322
27323 @item reverse
27324 Use reverse video mode.
27325
27326 @item half
27327 Use half bright mode.
27328
27329 @item half-standout
27330 Use half bright and standout mode.
27331
27332 @item bold
27333 Use extra bright or bold mode.
27334
27335 @item bold-standout
27336 Use extra bright or bold and standout mode.
27337 @end table
27338
27339 @item set tui tab-width @var{nchars}
27340 @kindex set tui tab-width
27341 @kindex tabset
27342 Set the width of tab stops to be @var{nchars} characters. This
27343 setting affects the display of TAB characters in the source and
27344 assembly windows.
27345 @end table
27346
27347 @node Emacs
27348 @chapter Using @value{GDBN} under @sc{gnu} Emacs
27349
27350 @cindex Emacs
27351 @cindex @sc{gnu} Emacs
27352 A special interface allows you to use @sc{gnu} Emacs to view (and
27353 edit) the source files for the program you are debugging with
27354 @value{GDBN}.
27355
27356 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
27357 executable file you want to debug as an argument. This command starts
27358 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
27359 created Emacs buffer.
27360 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
27361
27362 Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
27363 things:
27364
27365 @itemize @bullet
27366 @item
27367 All ``terminal'' input and output goes through an Emacs buffer, called
27368 the GUD buffer.
27369
27370 This applies both to @value{GDBN} commands and their output, and to the input
27371 and output done by the program you are debugging.
27372
27373 This is useful because it means that you can copy the text of previous
27374 commands and input them again; you can even use parts of the output
27375 in this way.
27376
27377 All the facilities of Emacs' Shell mode are available for interacting
27378 with your program. In particular, you can send signals the usual
27379 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
27380 stop.
27381
27382 @item
27383 @value{GDBN} displays source code through Emacs.
27384
27385 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
27386 source file for that frame and puts an arrow (@samp{=>}) at the
27387 left margin of the current line. Emacs uses a separate buffer for
27388 source display, and splits the screen to show both your @value{GDBN} session
27389 and the source.
27390
27391 Explicit @value{GDBN} @code{list} or search commands still produce output as
27392 usual, but you probably have no reason to use them from Emacs.
27393 @end itemize
27394
27395 We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
27396 a graphical mode, enabled by default, which provides further buffers
27397 that can control the execution and describe the state of your program.
27398 @xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
27399
27400 If you specify an absolute file name when prompted for the @kbd{M-x
27401 gdb} argument, then Emacs sets your current working directory to where
27402 your program resides. If you only specify the file name, then Emacs
27403 sets your current working directory to the directory associated
27404 with the previous buffer. In this case, @value{GDBN} may find your
27405 program by searching your environment's @code{PATH} variable, but on
27406 some operating systems it might not find the source. So, although the
27407 @value{GDBN} input and output session proceeds normally, the auxiliary
27408 buffer does not display the current source and line of execution.
27409
27410 The initial working directory of @value{GDBN} is printed on the top
27411 line of the GUD buffer and this serves as a default for the commands
27412 that specify files for @value{GDBN} to operate on. @xref{Files,
27413 ,Commands to Specify Files}.
27414
27415 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
27416 need to call @value{GDBN} by a different name (for example, if you
27417 keep several configurations around, with different names) you can
27418 customize the Emacs variable @code{gud-gdb-command-name} to run the
27419 one you want.
27420
27421 In the GUD buffer, you can use these special Emacs commands in
27422 addition to the standard Shell mode commands:
27423
27424 @table @kbd
27425 @item C-h m
27426 Describe the features of Emacs' GUD Mode.
27427
27428 @item C-c C-s
27429 Execute to another source line, like the @value{GDBN} @code{step} command; also
27430 update the display window to show the current file and location.
27431
27432 @item C-c C-n
27433 Execute to next source line in this function, skipping all function
27434 calls, like the @value{GDBN} @code{next} command. Then update the display window
27435 to show the current file and location.
27436
27437 @item C-c C-i
27438 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
27439 display window accordingly.
27440
27441 @item C-c C-f
27442 Execute until exit from the selected stack frame, like the @value{GDBN}
27443 @code{finish} command.
27444
27445 @item C-c C-r
27446 Continue execution of your program, like the @value{GDBN} @code{continue}
27447 command.
27448
27449 @item C-c <
27450 Go up the number of frames indicated by the numeric argument
27451 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
27452 like the @value{GDBN} @code{up} command.
27453
27454 @item C-c >
27455 Go down the number of frames indicated by the numeric argument, like the
27456 @value{GDBN} @code{down} command.
27457 @end table
27458
27459 In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
27460 tells @value{GDBN} to set a breakpoint on the source line point is on.
27461
27462 In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
27463 separate frame which shows a backtrace when the GUD buffer is current.
27464 Move point to any frame in the stack and type @key{RET} to make it
27465 become the current frame and display the associated source in the
27466 source buffer. Alternatively, click @kbd{Mouse-2} to make the
27467 selected frame become the current one. In graphical mode, the
27468 speedbar displays watch expressions.
27469
27470 If you accidentally delete the source-display buffer, an easy way to get
27471 it back is to type the command @code{f} in the @value{GDBN} buffer, to
27472 request a frame display; when you run under Emacs, this recreates
27473 the source buffer if necessary to show you the context of the current
27474 frame.
27475
27476 The source files displayed in Emacs are in ordinary Emacs buffers
27477 which are visiting the source files in the usual way. You can edit
27478 the files with these buffers if you wish; but keep in mind that @value{GDBN}
27479 communicates with Emacs in terms of line numbers. If you add or
27480 delete lines from the text, the line numbers that @value{GDBN} knows cease
27481 to correspond properly with the code.
27482
27483 A more detailed description of Emacs' interaction with @value{GDBN} is
27484 given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
27485 Emacs Manual}).
27486
27487 @node GDB/MI
27488 @chapter The @sc{gdb/mi} Interface
27489
27490 @unnumberedsec Function and Purpose
27491
27492 @cindex @sc{gdb/mi}, its purpose
27493 @sc{gdb/mi} is a line based machine oriented text interface to
27494 @value{GDBN} and is activated by specifying using the
27495 @option{--interpreter} command line option (@pxref{Mode Options}). It
27496 is specifically intended to support the development of systems which
27497 use the debugger as just one small component of a larger system.
27498
27499 This chapter is a specification of the @sc{gdb/mi} interface. It is written
27500 in the form of a reference manual.
27501
27502 Note that @sc{gdb/mi} is still under construction, so some of the
27503 features described below are incomplete and subject to change
27504 (@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
27505
27506 @unnumberedsec Notation and Terminology
27507
27508 @cindex notational conventions, for @sc{gdb/mi}
27509 This chapter uses the following notation:
27510
27511 @itemize @bullet
27512 @item
27513 @code{|} separates two alternatives.
27514
27515 @item
27516 @code{[ @var{something} ]} indicates that @var{something} is optional:
27517 it may or may not be given.
27518
27519 @item
27520 @code{( @var{group} )*} means that @var{group} inside the parentheses
27521 may repeat zero or more times.
27522
27523 @item
27524 @code{( @var{group} )+} means that @var{group} inside the parentheses
27525 may repeat one or more times.
27526
27527 @item
27528 @code{"@var{string}"} means a literal @var{string}.
27529 @end itemize
27530
27531 @ignore
27532 @heading Dependencies
27533 @end ignore
27534
27535 @menu
27536 * GDB/MI General Design::
27537 * GDB/MI Command Syntax::
27538 * GDB/MI Compatibility with CLI::
27539 * GDB/MI Development and Front Ends::
27540 * GDB/MI Output Records::
27541 * GDB/MI Simple Examples::
27542 * GDB/MI Command Description Format::
27543 * GDB/MI Breakpoint Commands::
27544 * GDB/MI Catchpoint Commands::
27545 * GDB/MI Program Context::
27546 * GDB/MI Thread Commands::
27547 * GDB/MI Ada Tasking Commands::
27548 * GDB/MI Program Execution::
27549 * GDB/MI Stack Manipulation::
27550 * GDB/MI Variable Objects::
27551 * GDB/MI Data Manipulation::
27552 * GDB/MI Tracepoint Commands::
27553 * GDB/MI Symbol Query::
27554 * GDB/MI File Commands::
27555 @ignore
27556 * GDB/MI Kod Commands::
27557 * GDB/MI Memory Overlay Commands::
27558 * GDB/MI Signal Handling Commands::
27559 @end ignore
27560 * GDB/MI Target Manipulation::
27561 * GDB/MI File Transfer Commands::
27562 * GDB/MI Ada Exceptions Commands::
27563 * GDB/MI Support Commands::
27564 * GDB/MI Miscellaneous Commands::
27565 @end menu
27566
27567 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27568 @node GDB/MI General Design
27569 @section @sc{gdb/mi} General Design
27570 @cindex GDB/MI General Design
27571
27572 Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
27573 parts---commands sent to @value{GDBN}, responses to those commands
27574 and notifications. Each command results in exactly one response,
27575 indicating either successful completion of the command, or an error.
27576 For the commands that do not resume the target, the response contains the
27577 requested information. For the commands that resume the target, the
27578 response only indicates whether the target was successfully resumed.
27579 Notifications is the mechanism for reporting changes in the state of the
27580 target, or in @value{GDBN} state, that cannot conveniently be associated with
27581 a command and reported as part of that command response.
27582
27583 The important examples of notifications are:
27584 @itemize @bullet
27585
27586 @item
27587 Exec notifications. These are used to report changes in
27588 target state---when a target is resumed, or stopped. It would not
27589 be feasible to include this information in response of resuming
27590 commands, because one resume commands can result in multiple events in
27591 different threads. Also, quite some time may pass before any event
27592 happens in the target, while a frontend needs to know whether the resuming
27593 command itself was successfully executed.
27594
27595 @item
27596 Console output, and status notifications. Console output
27597 notifications are used to report output of CLI commands, as well as
27598 diagnostics for other commands. Status notifications are used to
27599 report the progress of a long-running operation. Naturally, including
27600 this information in command response would mean no output is produced
27601 until the command is finished, which is undesirable.
27602
27603 @item
27604 General notifications. Commands may have various side effects on
27605 the @value{GDBN} or target state beyond their official purpose. For example,
27606 a command may change the selected thread. Although such changes can
27607 be included in command response, using notification allows for more
27608 orthogonal frontend design.
27609
27610 @end itemize
27611
27612 There's no guarantee that whenever an MI command reports an error,
27613 @value{GDBN} or the target are in any specific state, and especially,
27614 the state is not reverted to the state before the MI command was
27615 processed. Therefore, whenever an MI command results in an error,
27616 we recommend that the frontend refreshes all the information shown in
27617 the user interface.
27618
27619
27620 @menu
27621 * Context management::
27622 * Asynchronous and non-stop modes::
27623 * Thread groups::
27624 @end menu
27625
27626 @node Context management
27627 @subsection Context management
27628
27629 @subsubsection Threads and Frames
27630
27631 In most cases when @value{GDBN} accesses the target, this access is
27632 done in context of a specific thread and frame (@pxref{Frames}).
27633 Often, even when accessing global data, the target requires that a thread
27634 be specified. The CLI interface maintains the selected thread and frame,
27635 and supplies them to target on each command. This is convenient,
27636 because a command line user would not want to specify that information
27637 explicitly on each command, and because user interacts with
27638 @value{GDBN} via a single terminal, so no confusion is possible as
27639 to what thread and frame are the current ones.
27640
27641 In the case of MI, the concept of selected thread and frame is less
27642 useful. First, a frontend can easily remember this information
27643 itself. Second, a graphical frontend can have more than one window,
27644 each one used for debugging a different thread, and the frontend might
27645 want to access additional threads for internal purposes. This
27646 increases the risk that by relying on implicitly selected thread, the
27647 frontend may be operating on a wrong one. Therefore, each MI command
27648 should explicitly specify which thread and frame to operate on. To
27649 make it possible, each MI command accepts the @samp{--thread} and
27650 @samp{--frame} options, the value to each is @value{GDBN} global
27651 identifier for thread and frame to operate on.
27652
27653 Usually, each top-level window in a frontend allows the user to select
27654 a thread and a frame, and remembers the user selection for further
27655 operations. However, in some cases @value{GDBN} may suggest that the
27656 current thread or frame be changed. For example, when stopping on a
27657 breakpoint it is reasonable to switch to the thread where breakpoint is
27658 hit. For another example, if the user issues the CLI @samp{thread} or
27659 @samp{frame} commands via the frontend, it is desirable to change the
27660 frontend's selection to the one specified by user. @value{GDBN}
27661 communicates the suggestion to change current thread and frame using the
27662 @samp{=thread-selected} notification.
27663
27664 Note that historically, MI shares the selected thread with CLI, so
27665 frontends used the @code{-thread-select} to execute commands in the
27666 right context. However, getting this to work right is cumbersome. The
27667 simplest way is for frontend to emit @code{-thread-select} command
27668 before every command. This doubles the number of commands that need
27669 to be sent. The alternative approach is to suppress @code{-thread-select}
27670 if the selected thread in @value{GDBN} is supposed to be identical to the
27671 thread the frontend wants to operate on. However, getting this
27672 optimization right can be tricky. In particular, if the frontend
27673 sends several commands to @value{GDBN}, and one of the commands changes the
27674 selected thread, then the behaviour of subsequent commands will
27675 change. So, a frontend should either wait for response from such
27676 problematic commands, or explicitly add @code{-thread-select} for
27677 all subsequent commands. No frontend is known to do this exactly
27678 right, so it is suggested to just always pass the @samp{--thread} and
27679 @samp{--frame} options.
27680
27681 @subsubsection Language
27682
27683 The execution of several commands depends on which language is selected.
27684 By default, the current language (@pxref{show language}) is used.
27685 But for commands known to be language-sensitive, it is recommended
27686 to use the @samp{--language} option. This option takes one argument,
27687 which is the name of the language to use while executing the command.
27688 For instance:
27689
27690 @smallexample
27691 -data-evaluate-expression --language c "sizeof (void*)"
27692 ^done,value="4"
27693 (gdb)
27694 @end smallexample
27695
27696 The valid language names are the same names accepted by the
27697 @samp{set language} command (@pxref{Manually}), excluding @samp{auto},
27698 @samp{local} or @samp{unknown}.
27699
27700 @node Asynchronous and non-stop modes
27701 @subsection Asynchronous command execution and non-stop mode
27702
27703 On some targets, @value{GDBN} is capable of processing MI commands
27704 even while the target is running. This is called @dfn{asynchronous
27705 command execution} (@pxref{Background Execution}). The frontend may
27706 specify a preferrence for asynchronous execution using the
27707 @code{-gdb-set mi-async 1} command, which should be emitted before
27708 either running the executable or attaching to the target. After the
27709 frontend has started the executable or attached to the target, it can
27710 find if asynchronous execution is enabled using the
27711 @code{-list-target-features} command.
27712
27713 @table @code
27714 @item -gdb-set mi-async on
27715 @item -gdb-set mi-async off
27716 Set whether MI is in asynchronous mode.
27717
27718 When @code{off}, which is the default, MI execution commands (e.g.,
27719 @code{-exec-continue}) are foreground commands, and @value{GDBN} waits
27720 for the program to stop before processing further commands.
27721
27722 When @code{on}, MI execution commands are background execution
27723 commands (e.g., @code{-exec-continue} becomes the equivalent of the
27724 @code{c&} CLI command), and so @value{GDBN} is capable of processing
27725 MI commands even while the target is running.
27726
27727 @item -gdb-show mi-async
27728 Show whether MI asynchronous mode is enabled.
27729 @end table
27730
27731 Note: In @value{GDBN} version 7.7 and earlier, this option was called
27732 @code{target-async} instead of @code{mi-async}, and it had the effect
27733 of both putting MI in asynchronous mode and making CLI background
27734 commands possible. CLI background commands are now always possible
27735 ``out of the box'' if the target supports them. The old spelling is
27736 kept as a deprecated alias for backwards compatibility.
27737
27738 Even if @value{GDBN} can accept a command while target is running,
27739 many commands that access the target do not work when the target is
27740 running. Therefore, asynchronous command execution is most useful
27741 when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
27742 it is possible to examine the state of one thread, while other threads
27743 are running.
27744
27745 When a given thread is running, MI commands that try to access the
27746 target in the context of that thread may not work, or may work only on
27747 some targets. In particular, commands that try to operate on thread's
27748 stack will not work, on any target. Commands that read memory, or
27749 modify breakpoints, may work or not work, depending on the target. Note
27750 that even commands that operate on global state, such as @code{print},
27751 @code{set}, and breakpoint commands, still access the target in the
27752 context of a specific thread, so frontend should try to find a
27753 stopped thread and perform the operation on that thread (using the
27754 @samp{--thread} option).
27755
27756 Which commands will work in the context of a running thread is
27757 highly target dependent. However, the two commands
27758 @code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
27759 to find the state of a thread, will always work.
27760
27761 @node Thread groups
27762 @subsection Thread groups
27763 @value{GDBN} may be used to debug several processes at the same time.
27764 On some platfroms, @value{GDBN} may support debugging of several
27765 hardware systems, each one having several cores with several different
27766 processes running on each core. This section describes the MI
27767 mechanism to support such debugging scenarios.
27768
27769 The key observation is that regardless of the structure of the
27770 target, MI can have a global list of threads, because most commands that
27771 accept the @samp{--thread} option do not need to know what process that
27772 thread belongs to. Therefore, it is not necessary to introduce
27773 neither additional @samp{--process} option, nor an notion of the
27774 current process in the MI interface. The only strictly new feature
27775 that is required is the ability to find how the threads are grouped
27776 into processes.
27777
27778 To allow the user to discover such grouping, and to support arbitrary
27779 hierarchy of machines/cores/processes, MI introduces the concept of a
27780 @dfn{thread group}. Thread group is a collection of threads and other
27781 thread groups. A thread group always has a string identifier, a type,
27782 and may have additional attributes specific to the type. A new
27783 command, @code{-list-thread-groups}, returns the list of top-level
27784 thread groups, which correspond to processes that @value{GDBN} is
27785 debugging at the moment. By passing an identifier of a thread group
27786 to the @code{-list-thread-groups} command, it is possible to obtain
27787 the members of specific thread group.
27788
27789 To allow the user to easily discover processes, and other objects, he
27790 wishes to debug, a concept of @dfn{available thread group} is
27791 introduced. Available thread group is an thread group that
27792 @value{GDBN} is not debugging, but that can be attached to, using the
27793 @code{-target-attach} command. The list of available top-level thread
27794 groups can be obtained using @samp{-list-thread-groups --available}.
27795 In general, the content of a thread group may be only retrieved only
27796 after attaching to that thread group.
27797
27798 Thread groups are related to inferiors (@pxref{Inferiors and
27799 Programs}). Each inferior corresponds to a thread group of a special
27800 type @samp{process}, and some additional operations are permitted on
27801 such thread groups.
27802
27803 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27804 @node GDB/MI Command Syntax
27805 @section @sc{gdb/mi} Command Syntax
27806
27807 @menu
27808 * GDB/MI Input Syntax::
27809 * GDB/MI Output Syntax::
27810 @end menu
27811
27812 @node GDB/MI Input Syntax
27813 @subsection @sc{gdb/mi} Input Syntax
27814
27815 @cindex input syntax for @sc{gdb/mi}
27816 @cindex @sc{gdb/mi}, input syntax
27817 @table @code
27818 @item @var{command} @expansion{}
27819 @code{@var{cli-command} | @var{mi-command}}
27820
27821 @item @var{cli-command} @expansion{}
27822 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
27823 @var{cli-command} is any existing @value{GDBN} CLI command.
27824
27825 @item @var{mi-command} @expansion{}
27826 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
27827 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
27828
27829 @item @var{token} @expansion{}
27830 "any sequence of digits"
27831
27832 @item @var{option} @expansion{}
27833 @code{"-" @var{parameter} [ " " @var{parameter} ]}
27834
27835 @item @var{parameter} @expansion{}
27836 @code{@var{non-blank-sequence} | @var{c-string}}
27837
27838 @item @var{operation} @expansion{}
27839 @emph{any of the operations described in this chapter}
27840
27841 @item @var{non-blank-sequence} @expansion{}
27842 @emph{anything, provided it doesn't contain special characters such as
27843 "-", @var{nl}, """ and of course " "}
27844
27845 @item @var{c-string} @expansion{}
27846 @code{""" @var{seven-bit-iso-c-string-content} """}
27847
27848 @item @var{nl} @expansion{}
27849 @code{CR | CR-LF}
27850 @end table
27851
27852 @noindent
27853 Notes:
27854
27855 @itemize @bullet
27856 @item
27857 The CLI commands are still handled by the @sc{mi} interpreter; their
27858 output is described below.
27859
27860 @item
27861 The @code{@var{token}}, when present, is passed back when the command
27862 finishes.
27863
27864 @item
27865 Some @sc{mi} commands accept optional arguments as part of the parameter
27866 list. Each option is identified by a leading @samp{-} (dash) and may be
27867 followed by an optional argument parameter. Options occur first in the
27868 parameter list and can be delimited from normal parameters using
27869 @samp{--} (this is useful when some parameters begin with a dash).
27870 @end itemize
27871
27872 Pragmatics:
27873
27874 @itemize @bullet
27875 @item
27876 We want easy access to the existing CLI syntax (for debugging).
27877
27878 @item
27879 We want it to be easy to spot a @sc{mi} operation.
27880 @end itemize
27881
27882 @node GDB/MI Output Syntax
27883 @subsection @sc{gdb/mi} Output Syntax
27884
27885 @cindex output syntax of @sc{gdb/mi}
27886 @cindex @sc{gdb/mi}, output syntax
27887 The output from @sc{gdb/mi} consists of zero or more out-of-band records
27888 followed, optionally, by a single result record. This result record
27889 is for the most recent command. The sequence of output records is
27890 terminated by @samp{(gdb)}.
27891
27892 If an input command was prefixed with a @code{@var{token}} then the
27893 corresponding output for that command will also be prefixed by that same
27894 @var{token}.
27895
27896 @table @code
27897 @item @var{output} @expansion{}
27898 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
27899
27900 @item @var{result-record} @expansion{}
27901 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
27902
27903 @item @var{out-of-band-record} @expansion{}
27904 @code{@var{async-record} | @var{stream-record}}
27905
27906 @item @var{async-record} @expansion{}
27907 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
27908
27909 @item @var{exec-async-output} @expansion{}
27910 @code{[ @var{token} ] "*" @var{async-output nl}}
27911
27912 @item @var{status-async-output} @expansion{}
27913 @code{[ @var{token} ] "+" @var{async-output nl}}
27914
27915 @item @var{notify-async-output} @expansion{}
27916 @code{[ @var{token} ] "=" @var{async-output nl}}
27917
27918 @item @var{async-output} @expansion{}
27919 @code{@var{async-class} ( "," @var{result} )*}
27920
27921 @item @var{result-class} @expansion{}
27922 @code{"done" | "running" | "connected" | "error" | "exit"}
27923
27924 @item @var{async-class} @expansion{}
27925 @code{"stopped" | @var{others}} (where @var{others} will be added
27926 depending on the needs---this is still in development).
27927
27928 @item @var{result} @expansion{}
27929 @code{ @var{variable} "=" @var{value}}
27930
27931 @item @var{variable} @expansion{}
27932 @code{ @var{string} }
27933
27934 @item @var{value} @expansion{}
27935 @code{ @var{const} | @var{tuple} | @var{list} }
27936
27937 @item @var{const} @expansion{}
27938 @code{@var{c-string}}
27939
27940 @item @var{tuple} @expansion{}
27941 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
27942
27943 @item @var{list} @expansion{}
27944 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
27945 @var{result} ( "," @var{result} )* "]" }
27946
27947 @item @var{stream-record} @expansion{}
27948 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
27949
27950 @item @var{console-stream-output} @expansion{}
27951 @code{"~" @var{c-string nl}}
27952
27953 @item @var{target-stream-output} @expansion{}
27954 @code{"@@" @var{c-string nl}}
27955
27956 @item @var{log-stream-output} @expansion{}
27957 @code{"&" @var{c-string nl}}
27958
27959 @item @var{nl} @expansion{}
27960 @code{CR | CR-LF}
27961
27962 @item @var{token} @expansion{}
27963 @emph{any sequence of digits}.
27964 @end table
27965
27966 @noindent
27967 Notes:
27968
27969 @itemize @bullet
27970 @item
27971 All output sequences end in a single line containing a period.
27972
27973 @item
27974 The @code{@var{token}} is from the corresponding request. Note that
27975 for all async output, while the token is allowed by the grammar and
27976 may be output by future versions of @value{GDBN} for select async
27977 output messages, it is generally omitted. Frontends should treat
27978 all async output as reporting general changes in the state of the
27979 target and there should be no need to associate async output to any
27980 prior command.
27981
27982 @item
27983 @cindex status output in @sc{gdb/mi}
27984 @var{status-async-output} contains on-going status information about the
27985 progress of a slow operation. It can be discarded. All status output is
27986 prefixed by @samp{+}.
27987
27988 @item
27989 @cindex async output in @sc{gdb/mi}
27990 @var{exec-async-output} contains asynchronous state change on the target
27991 (stopped, started, disappeared). All async output is prefixed by
27992 @samp{*}.
27993
27994 @item
27995 @cindex notify output in @sc{gdb/mi}
27996 @var{notify-async-output} contains supplementary information that the
27997 client should handle (e.g., a new breakpoint information). All notify
27998 output is prefixed by @samp{=}.
27999
28000 @item
28001 @cindex console output in @sc{gdb/mi}
28002 @var{console-stream-output} is output that should be displayed as is in the
28003 console. It is the textual response to a CLI command. All the console
28004 output is prefixed by @samp{~}.
28005
28006 @item
28007 @cindex target output in @sc{gdb/mi}
28008 @var{target-stream-output} is the output produced by the target program.
28009 All the target output is prefixed by @samp{@@}.
28010
28011 @item
28012 @cindex log output in @sc{gdb/mi}
28013 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
28014 instance messages that should be displayed as part of an error log. All
28015 the log output is prefixed by @samp{&}.
28016
28017 @item
28018 @cindex list output in @sc{gdb/mi}
28019 New @sc{gdb/mi} commands should only output @var{lists} containing
28020 @var{values}.
28021
28022
28023 @end itemize
28024
28025 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
28026 details about the various output records.
28027
28028 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28029 @node GDB/MI Compatibility with CLI
28030 @section @sc{gdb/mi} Compatibility with CLI
28031
28032 @cindex compatibility, @sc{gdb/mi} and CLI
28033 @cindex @sc{gdb/mi}, compatibility with CLI
28034
28035 For the developers convenience CLI commands can be entered directly,
28036 but there may be some unexpected behaviour. For example, commands
28037 that query the user will behave as if the user replied yes, breakpoint
28038 command lists are not executed and some CLI commands, such as
28039 @code{if}, @code{when} and @code{define}, prompt for further input with
28040 @samp{>}, which is not valid MI output.
28041
28042 This feature may be removed at some stage in the future and it is
28043 recommended that front ends use the @code{-interpreter-exec} command
28044 (@pxref{-interpreter-exec}).
28045
28046 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28047 @node GDB/MI Development and Front Ends
28048 @section @sc{gdb/mi} Development and Front Ends
28049 @cindex @sc{gdb/mi} development
28050
28051 The application which takes the MI output and presents the state of the
28052 program being debugged to the user is called a @dfn{front end}.
28053
28054 Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
28055 to the MI interface may break existing usage. This section describes how the
28056 protocol changes and how to request previous version of the protocol when it
28057 does.
28058
28059 Some changes in MI need not break a carefully designed front end, and
28060 for these the MI version will remain unchanged. The following is a
28061 list of changes that may occur within one level, so front ends should
28062 parse MI output in a way that can handle them:
28063
28064 @itemize @bullet
28065 @item
28066 New MI commands may be added.
28067
28068 @item
28069 New fields may be added to the output of any MI command.
28070
28071 @item
28072 The range of values for fields with specified values, e.g.,
28073 @code{in_scope} (@pxref{-var-update}) may be extended.
28074
28075 @c The format of field's content e.g type prefix, may change so parse it
28076 @c at your own risk. Yes, in general?
28077
28078 @c The order of fields may change? Shouldn't really matter but it might
28079 @c resolve inconsistencies.
28080 @end itemize
28081
28082 If the changes are likely to break front ends, the MI version level
28083 will be increased by one. The new versions of the MI protocol are not compatible
28084 with the old versions. Old versions of MI remain available, allowing front ends
28085 to keep using them until they are modified to use the latest MI version.
28086
28087 Since @code{--interpreter=mi} always points to the latest MI version, it is
28088 recommended that front ends request a specific version of MI when launching
28089 @value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
28090 interpreter with the MI version they expect.
28091
28092 The following table gives a summary of the the released versions of the MI
28093 interface: the version number, the version of GDB in which it first appeared
28094 and the breaking changes compared to the previous version.
28095
28096 @multitable @columnfractions .05 .05 .9
28097 @headitem MI version @tab GDB version @tab Breaking changes
28098
28099 @item
28100 @center 1
28101 @tab
28102 @center 5.1
28103 @tab
28104 None
28105
28106 @item
28107 @center 2
28108 @tab
28109 @center 6.0
28110 @tab
28111
28112 @itemize
28113 @item
28114 The @code{-environment-pwd}, @code{-environment-directory} and
28115 @code{-environment-path} commands now returns values using the MI output
28116 syntax, rather than CLI output syntax.
28117
28118 @item
28119 @code{-var-list-children}'s @code{children} result field is now a list, rather
28120 than a tuple.
28121
28122 @item
28123 @code{-var-update}'s @code{changelist} result field is now a list, rather than
28124 a tuple.
28125 @end itemize
28126
28127 @item
28128 @center 3
28129 @tab
28130 @center 9.1
28131 @tab
28132
28133 @itemize
28134 @item
28135 The output of information about multi-location breakpoints has changed in the
28136 responses to the @code{-break-insert} and @code{-break-info} commands, as well
28137 as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
28138 The multiple locations are now placed in a @code{locations} field, whose value
28139 is a list.
28140 @end itemize
28141
28142 @end multitable
28143
28144 If your front end cannot yet migrate to a more recent version of the
28145 MI protocol, you can nevertheless selectively enable specific features
28146 available in those recent MI versions, using the following commands:
28147
28148 @table @code
28149
28150 @item -fix-multi-location-breakpoint-output
28151 Use the output for multi-location breakpoints which was introduced by
28152 MI 3, even when using MI versions 2 or 1. This command has no
28153 effect when using MI version 3 or later.
28154
28155 @end table
28156
28157 The best way to avoid unexpected changes in MI that might break your front
28158 end is to make your project known to @value{GDBN} developers and
28159 follow development on @email{gdb@@sourceware.org} and
28160 @email{gdb-patches@@sourceware.org}.
28161 @cindex mailing lists
28162
28163 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28164 @node GDB/MI Output Records
28165 @section @sc{gdb/mi} Output Records
28166
28167 @menu
28168 * GDB/MI Result Records::
28169 * GDB/MI Stream Records::
28170 * GDB/MI Async Records::
28171 * GDB/MI Breakpoint Information::
28172 * GDB/MI Frame Information::
28173 * GDB/MI Thread Information::
28174 * GDB/MI Ada Exception Information::
28175 @end menu
28176
28177 @node GDB/MI Result Records
28178 @subsection @sc{gdb/mi} Result Records
28179
28180 @cindex result records in @sc{gdb/mi}
28181 @cindex @sc{gdb/mi}, result records
28182 In addition to a number of out-of-band notifications, the response to a
28183 @sc{gdb/mi} command includes one of the following result indications:
28184
28185 @table @code
28186 @findex ^done
28187 @item "^done" [ "," @var{results} ]
28188 The synchronous operation was successful, @code{@var{results}} are the return
28189 values.
28190
28191 @item "^running"
28192 @findex ^running
28193 This result record is equivalent to @samp{^done}. Historically, it
28194 was output instead of @samp{^done} if the command has resumed the
28195 target. This behaviour is maintained for backward compatibility, but
28196 all frontends should treat @samp{^done} and @samp{^running}
28197 identically and rely on the @samp{*running} output record to determine
28198 which threads are resumed.
28199
28200 @item "^connected"
28201 @findex ^connected
28202 @value{GDBN} has connected to a remote target.
28203
28204 @item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
28205 @findex ^error
28206 The operation failed. The @code{msg=@var{c-string}} variable contains
28207 the corresponding error message.
28208
28209 If present, the @code{code=@var{c-string}} variable provides an error
28210 code on which consumers can rely on to detect the corresponding
28211 error condition. At present, only one error code is defined:
28212
28213 @table @samp
28214 @item "undefined-command"
28215 Indicates that the command causing the error does not exist.
28216 @end table
28217
28218 @item "^exit"
28219 @findex ^exit
28220 @value{GDBN} has terminated.
28221
28222 @end table
28223
28224 @node GDB/MI Stream Records
28225 @subsection @sc{gdb/mi} Stream Records
28226
28227 @cindex @sc{gdb/mi}, stream records
28228 @cindex stream records in @sc{gdb/mi}
28229 @value{GDBN} internally maintains a number of output streams: the console, the
28230 target, and the log. The output intended for each of these streams is
28231 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
28232
28233 Each stream record begins with a unique @dfn{prefix character} which
28234 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
28235 Syntax}). In addition to the prefix, each stream record contains a
28236 @code{@var{string-output}}. This is either raw text (with an implicit new
28237 line) or a quoted C string (which does not contain an implicit newline).
28238
28239 @table @code
28240 @item "~" @var{string-output}
28241 The console output stream contains text that should be displayed in the
28242 CLI console window. It contains the textual responses to CLI commands.
28243
28244 @item "@@" @var{string-output}
28245 The target output stream contains any textual output from the running
28246 target. This is only present when GDB's event loop is truly
28247 asynchronous, which is currently only the case for remote targets.
28248
28249 @item "&" @var{string-output}
28250 The log stream contains debugging messages being produced by @value{GDBN}'s
28251 internals.
28252 @end table
28253
28254 @node GDB/MI Async Records
28255 @subsection @sc{gdb/mi} Async Records
28256
28257 @cindex async records in @sc{gdb/mi}
28258 @cindex @sc{gdb/mi}, async records
28259 @dfn{Async} records are used to notify the @sc{gdb/mi} client of
28260 additional changes that have occurred. Those changes can either be a
28261 consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
28262 target activity (e.g., target stopped).
28263
28264 The following is the list of possible async records:
28265
28266 @table @code
28267
28268 @item *running,thread-id="@var{thread}"
28269 The target is now running. The @var{thread} field can be the global
28270 thread ID of the the thread that is now running, and it can be
28271 @samp{all} if all threads are running. The frontend should assume
28272 that no interaction with a running thread is possible after this
28273 notification is produced. The frontend should not assume that this
28274 notification is output only once for any command. @value{GDBN} may
28275 emit this notification several times, either for different threads,
28276 because it cannot resume all threads together, or even for a single
28277 thread, if the thread must be stepped though some code before letting
28278 it run freely.
28279
28280 @item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
28281 The target has stopped. The @var{reason} field can have one of the
28282 following values:
28283
28284 @table @code
28285 @item breakpoint-hit
28286 A breakpoint was reached.
28287 @item watchpoint-trigger
28288 A watchpoint was triggered.
28289 @item read-watchpoint-trigger
28290 A read watchpoint was triggered.
28291 @item access-watchpoint-trigger
28292 An access watchpoint was triggered.
28293 @item function-finished
28294 An -exec-finish or similar CLI command was accomplished.
28295 @item location-reached
28296 An -exec-until or similar CLI command was accomplished.
28297 @item watchpoint-scope
28298 A watchpoint has gone out of scope.
28299 @item end-stepping-range
28300 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
28301 similar CLI command was accomplished.
28302 @item exited-signalled
28303 The inferior exited because of a signal.
28304 @item exited
28305 The inferior exited.
28306 @item exited-normally
28307 The inferior exited normally.
28308 @item signal-received
28309 A signal was received by the inferior.
28310 @item solib-event
28311 The inferior has stopped due to a library being loaded or unloaded.
28312 This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
28313 set or when a @code{catch load} or @code{catch unload} catchpoint is
28314 in use (@pxref{Set Catchpoints}).
28315 @item fork
28316 The inferior has forked. This is reported when @code{catch fork}
28317 (@pxref{Set Catchpoints}) has been used.
28318 @item vfork
28319 The inferior has vforked. This is reported in when @code{catch vfork}
28320 (@pxref{Set Catchpoints}) has been used.
28321 @item syscall-entry
28322 The inferior entered a system call. This is reported when @code{catch
28323 syscall} (@pxref{Set Catchpoints}) has been used.
28324 @item syscall-return
28325 The inferior returned from a system call. This is reported when
28326 @code{catch syscall} (@pxref{Set Catchpoints}) has been used.
28327 @item exec
28328 The inferior called @code{exec}. This is reported when @code{catch exec}
28329 (@pxref{Set Catchpoints}) has been used.
28330 @end table
28331
28332 The @var{id} field identifies the global thread ID of the thread
28333 that directly caused the stop -- for example by hitting a breakpoint.
28334 Depending on whether all-stop
28335 mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
28336 stop all threads, or only the thread that directly triggered the stop.
28337 If all threads are stopped, the @var{stopped} field will have the
28338 value of @code{"all"}. Otherwise, the value of the @var{stopped}
28339 field will be a list of thread identifiers. Presently, this list will
28340 always include a single thread, but frontend should be prepared to see
28341 several threads in the list. The @var{core} field reports the
28342 processor core on which the stop event has happened. This field may be absent
28343 if such information is not available.
28344
28345 @item =thread-group-added,id="@var{id}"
28346 @itemx =thread-group-removed,id="@var{id}"
28347 A thread group was either added or removed. The @var{id} field
28348 contains the @value{GDBN} identifier of the thread group. When a thread
28349 group is added, it generally might not be associated with a running
28350 process. When a thread group is removed, its id becomes invalid and
28351 cannot be used in any way.
28352
28353 @item =thread-group-started,id="@var{id}",pid="@var{pid}"
28354 A thread group became associated with a running program,
28355 either because the program was just started or the thread group
28356 was attached to a program. The @var{id} field contains the
28357 @value{GDBN} identifier of the thread group. The @var{pid} field
28358 contains process identifier, specific to the operating system.
28359
28360 @item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
28361 A thread group is no longer associated with a running program,
28362 either because the program has exited, or because it was detached
28363 from. The @var{id} field contains the @value{GDBN} identifier of the
28364 thread group. The @var{code} field is the exit code of the inferior; it exists
28365 only when the inferior exited with some code.
28366
28367 @item =thread-created,id="@var{id}",group-id="@var{gid}"
28368 @itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
28369 A thread either was created, or has exited. The @var{id} field
28370 contains the global @value{GDBN} identifier of the thread. The @var{gid}
28371 field identifies the thread group this thread belongs to.
28372
28373 @item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
28374 Informs that the selected thread or frame were changed. This notification
28375 is not emitted as result of the @code{-thread-select} or
28376 @code{-stack-select-frame} commands, but is emitted whenever an MI command
28377 that is not documented to change the selected thread and frame actually
28378 changes them. In particular, invoking, directly or indirectly
28379 (via user-defined command), the CLI @code{thread} or @code{frame} commands,
28380 will generate this notification. Changing the thread or frame from another
28381 user interface (see @ref{Interpreters}) will also generate this notification.
28382
28383 The @var{frame} field is only present if the newly selected thread is
28384 stopped. See @ref{GDB/MI Frame Information} for the format of its value.
28385
28386 We suggest that in response to this notification, front ends
28387 highlight the selected thread and cause subsequent commands to apply to
28388 that thread.
28389
28390 @item =library-loaded,...
28391 Reports that a new library file was loaded by the program. This
28392 notification has 5 fields---@var{id}, @var{target-name},
28393 @var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
28394 opaque identifier of the library. For remote debugging case,
28395 @var{target-name} and @var{host-name} fields give the name of the
28396 library file on the target, and on the host respectively. For native
28397 debugging, both those fields have the same value. The
28398 @var{symbols-loaded} field is emitted only for backward compatibility
28399 and should not be relied on to convey any useful information. The
28400 @var{thread-group} field, if present, specifies the id of the thread
28401 group in whose context the library was loaded. If the field is
28402 absent, it means the library was loaded in the context of all present
28403 thread groups. The @var{ranges} field specifies the ranges of addresses belonging
28404 to this library.
28405
28406 @item =library-unloaded,...
28407 Reports that a library was unloaded by the program. This notification
28408 has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
28409 the same meaning as for the @code{=library-loaded} notification.
28410 The @var{thread-group} field, if present, specifies the id of the
28411 thread group in whose context the library was unloaded. If the field is
28412 absent, it means the library was unloaded in the context of all present
28413 thread groups.
28414
28415 @item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
28416 @itemx =traceframe-changed,end
28417 Reports that the trace frame was changed and its new number is
28418 @var{tfnum}. The number of the tracepoint associated with this trace
28419 frame is @var{tpnum}.
28420
28421 @item =tsv-created,name=@var{name},initial=@var{initial}
28422 Reports that the new trace state variable @var{name} is created with
28423 initial value @var{initial}.
28424
28425 @item =tsv-deleted,name=@var{name}
28426 @itemx =tsv-deleted
28427 Reports that the trace state variable @var{name} is deleted or all
28428 trace state variables are deleted.
28429
28430 @item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
28431 Reports that the trace state variable @var{name} is modified with
28432 the initial value @var{initial}. The current value @var{current} of
28433 trace state variable is optional and is reported if the current
28434 value of trace state variable is known.
28435
28436 @item =breakpoint-created,bkpt=@{...@}
28437 @itemx =breakpoint-modified,bkpt=@{...@}
28438 @itemx =breakpoint-deleted,id=@var{number}
28439 Reports that a breakpoint was created, modified, or deleted,
28440 respectively. Only user-visible breakpoints are reported to the MI
28441 user.
28442
28443 The @var{bkpt} argument is of the same form as returned by the various
28444 breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
28445 @var{number} is the ordinal number of the breakpoint.
28446
28447 Note that if a breakpoint is emitted in the result record of a
28448 command, then it will not also be emitted in an async record.
28449
28450 @item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
28451 @itemx =record-stopped,thread-group="@var{id}"
28452 Execution log recording was either started or stopped on an
28453 inferior. The @var{id} is the @value{GDBN} identifier of the thread
28454 group corresponding to the affected inferior.
28455
28456 The @var{method} field indicates the method used to record execution. If the
28457 method in use supports multiple recording formats, @var{format} will be present
28458 and contain the currently used format. @xref{Process Record and Replay},
28459 for existing method and format values.
28460
28461 @item =cmd-param-changed,param=@var{param},value=@var{value}
28462 Reports that a parameter of the command @code{set @var{param}} is
28463 changed to @var{value}. In the multi-word @code{set} command,
28464 the @var{param} is the whole parameter list to @code{set} command.
28465 For example, In command @code{set check type on}, @var{param}
28466 is @code{check type} and @var{value} is @code{on}.
28467
28468 @item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
28469 Reports that bytes from @var{addr} to @var{data} + @var{len} were
28470 written in an inferior. The @var{id} is the identifier of the
28471 thread group corresponding to the affected inferior. The optional
28472 @code{type="code"} part is reported if the memory written to holds
28473 executable code.
28474 @end table
28475
28476 @node GDB/MI Breakpoint Information
28477 @subsection @sc{gdb/mi} Breakpoint Information
28478
28479 When @value{GDBN} reports information about a breakpoint, a
28480 tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
28481 following fields:
28482
28483 @table @code
28484 @item number
28485 The breakpoint number.
28486
28487 @item type
28488 The type of the breakpoint. For ordinary breakpoints this will be
28489 @samp{breakpoint}, but many values are possible.
28490
28491 @item catch-type
28492 If the type of the breakpoint is @samp{catchpoint}, then this
28493 indicates the exact type of catchpoint.
28494
28495 @item disp
28496 This is the breakpoint disposition---either @samp{del}, meaning that
28497 the breakpoint will be deleted at the next stop, or @samp{keep},
28498 meaning that the breakpoint will not be deleted.
28499
28500 @item enabled
28501 This indicates whether the breakpoint is enabled, in which case the
28502 value is @samp{y}, or disabled, in which case the value is @samp{n}.
28503 Note that this is not the same as the field @code{enable}.
28504
28505 @item addr
28506 The address of the breakpoint. This may be a hexidecimal number,
28507 giving the address; or the string @samp{<PENDING>}, for a pending
28508 breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
28509 multiple locations. This field will not be present if no address can
28510 be determined. For example, a watchpoint does not have an address.
28511
28512 @item func
28513 If known, the function in which the breakpoint appears.
28514 If not known, this field is not present.
28515
28516 @item filename
28517 The name of the source file which contains this function, if known.
28518 If not known, this field is not present.
28519
28520 @item fullname
28521 The full file name of the source file which contains this function, if
28522 known. If not known, this field is not present.
28523
28524 @item line
28525 The line number at which this breakpoint appears, if known.
28526 If not known, this field is not present.
28527
28528 @item at
28529 If the source file is not known, this field may be provided. If
28530 provided, this holds the address of the breakpoint, possibly followed
28531 by a symbol name.
28532
28533 @item pending
28534 If this breakpoint is pending, this field is present and holds the
28535 text used to set the breakpoint, as entered by the user.
28536
28537 @item evaluated-by
28538 Where this breakpoint's condition is evaluated, either @samp{host} or
28539 @samp{target}.
28540
28541 @item thread
28542 If this is a thread-specific breakpoint, then this identifies the
28543 thread in which the breakpoint can trigger.
28544
28545 @item task
28546 If this breakpoint is restricted to a particular Ada task, then this
28547 field will hold the task identifier.
28548
28549 @item cond
28550 If the breakpoint is conditional, this is the condition expression.
28551
28552 @item ignore
28553 The ignore count of the breakpoint.
28554
28555 @item enable
28556 The enable count of the breakpoint.
28557
28558 @item traceframe-usage
28559 FIXME.
28560
28561 @item static-tracepoint-marker-string-id
28562 For a static tracepoint, the name of the static tracepoint marker.
28563
28564 @item mask
28565 For a masked watchpoint, this is the mask.
28566
28567 @item pass
28568 A tracepoint's pass count.
28569
28570 @item original-location
28571 The location of the breakpoint as originally specified by the user.
28572 This field is optional.
28573
28574 @item times
28575 The number of times the breakpoint has been hit.
28576
28577 @item installed
28578 This field is only given for tracepoints. This is either @samp{y},
28579 meaning that the tracepoint is installed, or @samp{n}, meaning that it
28580 is not.
28581
28582 @item what
28583 Some extra data, the exact contents of which are type-dependent.
28584
28585 @item locations
28586 This field is present if the breakpoint has multiple locations. It is also
28587 exceptionally present if the breakpoint is enabled and has a single, disabled
28588 location.
28589
28590 The value is a list of locations. The format of a location is decribed below.
28591
28592 @end table
28593
28594 A location in a multi-location breakpoint is represented as a tuple with the
28595 following fields:
28596
28597 @table @code
28598
28599 @item number
28600 The location number as a dotted pair, like @samp{1.2}. The first digit is the
28601 number of the parent breakpoint. The second digit is the number of the
28602 location within that breakpoint.
28603
28604 @item enabled
28605 This indicates whether the location is enabled, in which case the
28606 value is @samp{y}, or disabled, in which case the value is @samp{n}.
28607 Note that this is not the same as the field @code{enable}.
28608
28609 @item addr
28610 The address of this location as an hexidecimal number.
28611
28612 @item func
28613 If known, the function in which the location appears.
28614 If not known, this field is not present.
28615
28616 @item file
28617 The name of the source file which contains this location, if known.
28618 If not known, this field is not present.
28619
28620 @item fullname
28621 The full file name of the source file which contains this location, if
28622 known. If not known, this field is not present.
28623
28624 @item line
28625 The line number at which this location appears, if known.
28626 If not known, this field is not present.
28627
28628 @item thread-groups
28629 The thread groups this location is in.
28630
28631 @end table
28632
28633 For example, here is what the output of @code{-break-insert}
28634 (@pxref{GDB/MI Breakpoint Commands}) might be:
28635
28636 @smallexample
28637 -> -break-insert main
28638 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28639 enabled="y",addr="0x08048564",func="main",file="myprog.c",
28640 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
28641 times="0"@}
28642 <- (gdb)
28643 @end smallexample
28644
28645 @node GDB/MI Frame Information
28646 @subsection @sc{gdb/mi} Frame Information
28647
28648 Response from many MI commands includes an information about stack
28649 frame. This information is a tuple that may have the following
28650 fields:
28651
28652 @table @code
28653 @item level
28654 The level of the stack frame. The innermost frame has the level of
28655 zero. This field is always present.
28656
28657 @item func
28658 The name of the function corresponding to the frame. This field may
28659 be absent if @value{GDBN} is unable to determine the function name.
28660
28661 @item addr
28662 The code address for the frame. This field is always present.
28663
28664 @item file
28665 The name of the source files that correspond to the frame's code
28666 address. This field may be absent.
28667
28668 @item line
28669 The source line corresponding to the frames' code address. This field
28670 may be absent.
28671
28672 @item from
28673 The name of the binary file (either executable or shared library) the
28674 corresponds to the frame's code address. This field may be absent.
28675
28676 @end table
28677
28678 @node GDB/MI Thread Information
28679 @subsection @sc{gdb/mi} Thread Information
28680
28681 Whenever @value{GDBN} has to report an information about a thread, it
28682 uses a tuple with the following fields. The fields are always present unless
28683 stated otherwise.
28684
28685 @table @code
28686 @item id
28687 The global numeric id assigned to the thread by @value{GDBN}.
28688
28689 @item target-id
28690 The target-specific string identifying the thread.
28691
28692 @item details
28693 Additional information about the thread provided by the target.
28694 It is supposed to be human-readable and not interpreted by the
28695 frontend. This field is optional.
28696
28697 @item name
28698 The name of the thread. If the user specified a name using the
28699 @code{thread name} command, then this name is given. Otherwise, if
28700 @value{GDBN} can extract the thread name from the target, then that
28701 name is given. If @value{GDBN} cannot find the thread name, then this
28702 field is omitted.
28703
28704 @item state
28705 The execution state of the thread, either @samp{stopped} or @samp{running},
28706 depending on whether the thread is presently running.
28707
28708 @item frame
28709 The stack frame currently executing in the thread. This field is only present
28710 if the thread is stopped. Its format is documented in
28711 @ref{GDB/MI Frame Information}.
28712
28713 @item core
28714 The value of this field is an integer number of the processor core the
28715 thread was last seen on. This field is optional.
28716 @end table
28717
28718 @node GDB/MI Ada Exception Information
28719 @subsection @sc{gdb/mi} Ada Exception Information
28720
28721 Whenever a @code{*stopped} record is emitted because the program
28722 stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
28723 @value{GDBN} provides the name of the exception that was raised via
28724 the @code{exception-name} field. Also, for exceptions that were raised
28725 with an exception message, @value{GDBN} provides that message via
28726 the @code{exception-message} field.
28727
28728 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28729 @node GDB/MI Simple Examples
28730 @section Simple Examples of @sc{gdb/mi} Interaction
28731 @cindex @sc{gdb/mi}, simple examples
28732
28733 This subsection presents several simple examples of interaction using
28734 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
28735 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
28736 the output received from @sc{gdb/mi}.
28737
28738 Note the line breaks shown in the examples are here only for
28739 readability, they don't appear in the real output.
28740
28741 @subheading Setting a Breakpoint
28742
28743 Setting a breakpoint generates synchronous output which contains detailed
28744 information of the breakpoint.
28745
28746 @smallexample
28747 -> -break-insert main
28748 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28749 enabled="y",addr="0x08048564",func="main",file="myprog.c",
28750 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
28751 times="0"@}
28752 <- (gdb)
28753 @end smallexample
28754
28755 @subheading Program Execution
28756
28757 Program execution generates asynchronous records and MI gives the
28758 reason that execution stopped.
28759
28760 @smallexample
28761 -> -exec-run
28762 <- ^running
28763 <- (gdb)
28764 <- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
28765 frame=@{addr="0x08048564",func="main",
28766 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
28767 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
28768 arch="i386:x86_64"@}
28769 <- (gdb)
28770 -> -exec-continue
28771 <- ^running
28772 <- (gdb)
28773 <- *stopped,reason="exited-normally"
28774 <- (gdb)
28775 @end smallexample
28776
28777 @subheading Quitting @value{GDBN}
28778
28779 Quitting @value{GDBN} just prints the result class @samp{^exit}.
28780
28781 @smallexample
28782 -> (gdb)
28783 <- -gdb-exit
28784 <- ^exit
28785 @end smallexample
28786
28787 Please note that @samp{^exit} is printed immediately, but it might
28788 take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
28789 performs necessary cleanups, including killing programs being debugged
28790 or disconnecting from debug hardware, so the frontend should wait till
28791 @value{GDBN} exits and should only forcibly kill @value{GDBN} if it
28792 fails to exit in reasonable time.
28793
28794 @subheading A Bad Command
28795
28796 Here's what happens if you pass a non-existent command:
28797
28798 @smallexample
28799 -> -rubbish
28800 <- ^error,msg="Undefined MI command: rubbish"
28801 <- (gdb)
28802 @end smallexample
28803
28804
28805 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28806 @node GDB/MI Command Description Format
28807 @section @sc{gdb/mi} Command Description Format
28808
28809 The remaining sections describe blocks of commands. Each block of
28810 commands is laid out in a fashion similar to this section.
28811
28812 @subheading Motivation
28813
28814 The motivation for this collection of commands.
28815
28816 @subheading Introduction
28817
28818 A brief introduction to this collection of commands as a whole.
28819
28820 @subheading Commands
28821
28822 For each command in the block, the following is described:
28823
28824 @subsubheading Synopsis
28825
28826 @smallexample
28827 -command @var{args}@dots{}
28828 @end smallexample
28829
28830 @subsubheading Result
28831
28832 @subsubheading @value{GDBN} Command
28833
28834 The corresponding @value{GDBN} CLI command(s), if any.
28835
28836 @subsubheading Example
28837
28838 Example(s) formatted for readability. Some of the described commands have
28839 not been implemented yet and these are labeled N.A.@: (not available).
28840
28841
28842 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28843 @node GDB/MI Breakpoint Commands
28844 @section @sc{gdb/mi} Breakpoint Commands
28845
28846 @cindex breakpoint commands for @sc{gdb/mi}
28847 @cindex @sc{gdb/mi}, breakpoint commands
28848 This section documents @sc{gdb/mi} commands for manipulating
28849 breakpoints.
28850
28851 @subheading The @code{-break-after} Command
28852 @findex -break-after
28853
28854 @subsubheading Synopsis
28855
28856 @smallexample
28857 -break-after @var{number} @var{count}
28858 @end smallexample
28859
28860 The breakpoint number @var{number} is not in effect until it has been
28861 hit @var{count} times. To see how this is reflected in the output of
28862 the @samp{-break-list} command, see the description of the
28863 @samp{-break-list} command below.
28864
28865 @subsubheading @value{GDBN} Command
28866
28867 The corresponding @value{GDBN} command is @samp{ignore}.
28868
28869 @subsubheading Example
28870
28871 @smallexample
28872 (gdb)
28873 -break-insert main
28874 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28875 enabled="y",addr="0x000100d0",func="main",file="hello.c",
28876 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
28877 times="0"@}
28878 (gdb)
28879 -break-after 1 3
28880 ~
28881 ^done
28882 (gdb)
28883 -break-list
28884 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28885 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28886 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28887 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28888 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28889 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28890 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
28891 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
28892 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
28893 line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
28894 (gdb)
28895 @end smallexample
28896
28897 @ignore
28898 @subheading The @code{-break-catch} Command
28899 @findex -break-catch
28900 @end ignore
28901
28902 @subheading The @code{-break-commands} Command
28903 @findex -break-commands
28904
28905 @subsubheading Synopsis
28906
28907 @smallexample
28908 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
28909 @end smallexample
28910
28911 Specifies the CLI commands that should be executed when breakpoint
28912 @var{number} is hit. The parameters @var{command1} to @var{commandN}
28913 are the commands. If no command is specified, any previously-set
28914 commands are cleared. @xref{Break Commands}. Typical use of this
28915 functionality is tracing a program, that is, printing of values of
28916 some variables whenever breakpoint is hit and then continuing.
28917
28918 @subsubheading @value{GDBN} Command
28919
28920 The corresponding @value{GDBN} command is @samp{commands}.
28921
28922 @subsubheading Example
28923
28924 @smallexample
28925 (gdb)
28926 -break-insert main
28927 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28928 enabled="y",addr="0x000100d0",func="main",file="hello.c",
28929 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
28930 times="0"@}
28931 (gdb)
28932 -break-commands 1 "print v" "continue"
28933 ^done
28934 (gdb)
28935 @end smallexample
28936
28937 @subheading The @code{-break-condition} Command
28938 @findex -break-condition
28939
28940 @subsubheading Synopsis
28941
28942 @smallexample
28943 -break-condition @var{number} @var{expr}
28944 @end smallexample
28945
28946 Breakpoint @var{number} will stop the program only if the condition in
28947 @var{expr} is true. The condition becomes part of the
28948 @samp{-break-list} output (see the description of the @samp{-break-list}
28949 command below).
28950
28951 @subsubheading @value{GDBN} Command
28952
28953 The corresponding @value{GDBN} command is @samp{condition}.
28954
28955 @subsubheading Example
28956
28957 @smallexample
28958 (gdb)
28959 -break-condition 1 1
28960 ^done
28961 (gdb)
28962 -break-list
28963 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28964 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28965 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28966 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28967 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28968 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28969 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
28970 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
28971 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
28972 line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
28973 (gdb)
28974 @end smallexample
28975
28976 @subheading The @code{-break-delete} Command
28977 @findex -break-delete
28978
28979 @subsubheading Synopsis
28980
28981 @smallexample
28982 -break-delete ( @var{breakpoint} )+
28983 @end smallexample
28984
28985 Delete the breakpoint(s) whose number(s) are specified in the argument
28986 list. This is obviously reflected in the breakpoint list.
28987
28988 @subsubheading @value{GDBN} Command
28989
28990 The corresponding @value{GDBN} command is @samp{delete}.
28991
28992 @subsubheading Example
28993
28994 @smallexample
28995 (gdb)
28996 -break-delete 1
28997 ^done
28998 (gdb)
28999 -break-list
29000 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
29001 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29002 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29003 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29004 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29005 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29006 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29007 body=[]@}
29008 (gdb)
29009 @end smallexample
29010
29011 @subheading The @code{-break-disable} Command
29012 @findex -break-disable
29013
29014 @subsubheading Synopsis
29015
29016 @smallexample
29017 -break-disable ( @var{breakpoint} )+
29018 @end smallexample
29019
29020 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
29021 break list is now set to @samp{n} for the named @var{breakpoint}(s).
29022
29023 @subsubheading @value{GDBN} Command
29024
29025 The corresponding @value{GDBN} command is @samp{disable}.
29026
29027 @subsubheading Example
29028
29029 @smallexample
29030 (gdb)
29031 -break-disable 2
29032 ^done
29033 (gdb)
29034 -break-list
29035 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
29036 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29037 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29038 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29039 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29040 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29041 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29042 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
29043 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
29044 line="5",thread-groups=["i1"],times="0"@}]@}
29045 (gdb)
29046 @end smallexample
29047
29048 @subheading The @code{-break-enable} Command
29049 @findex -break-enable
29050
29051 @subsubheading Synopsis
29052
29053 @smallexample
29054 -break-enable ( @var{breakpoint} )+
29055 @end smallexample
29056
29057 Enable (previously disabled) @var{breakpoint}(s).
29058
29059 @subsubheading @value{GDBN} Command
29060
29061 The corresponding @value{GDBN} command is @samp{enable}.
29062
29063 @subsubheading Example
29064
29065 @smallexample
29066 (gdb)
29067 -break-enable 2
29068 ^done
29069 (gdb)
29070 -break-list
29071 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
29072 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29073 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29074 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29075 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29076 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29077 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29078 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
29079 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
29080 line="5",thread-groups=["i1"],times="0"@}]@}
29081 (gdb)
29082 @end smallexample
29083
29084 @subheading The @code{-break-info} Command
29085 @findex -break-info
29086
29087 @subsubheading Synopsis
29088
29089 @smallexample
29090 -break-info @var{breakpoint}
29091 @end smallexample
29092
29093 @c REDUNDANT???
29094 Get information about a single breakpoint.
29095
29096 The result is a table of breakpoints. @xref{GDB/MI Breakpoint
29097 Information}, for details on the format of each breakpoint in the
29098 table.
29099
29100 @subsubheading @value{GDBN} Command
29101
29102 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
29103
29104 @subsubheading Example
29105 N.A.
29106
29107 @subheading The @code{-break-insert} Command
29108 @findex -break-insert
29109 @anchor{-break-insert}
29110
29111 @subsubheading Synopsis
29112
29113 @smallexample
29114 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
29115 [ -c @var{condition} ] [ -i @var{ignore-count} ]
29116 [ -p @var{thread-id} ] [ @var{location} ]
29117 @end smallexample
29118
29119 @noindent
29120 If specified, @var{location}, can be one of:
29121
29122 @table @var
29123 @item linespec location
29124 A linespec location. @xref{Linespec Locations}.
29125
29126 @item explicit location
29127 An explicit location. @sc{gdb/mi} explicit locations are
29128 analogous to the CLI's explicit locations using the option names
29129 listed below. @xref{Explicit Locations}.
29130
29131 @table @samp
29132 @item --source @var{filename}
29133 The source file name of the location. This option requires the use
29134 of either @samp{--function} or @samp{--line}.
29135
29136 @item --function @var{function}
29137 The name of a function or method.
29138
29139 @item --label @var{label}
29140 The name of a label.
29141
29142 @item --line @var{lineoffset}
29143 An absolute or relative line offset from the start of the location.
29144 @end table
29145
29146 @item address location
29147 An address location, *@var{address}. @xref{Address Locations}.
29148 @end table
29149
29150 @noindent
29151 The possible optional parameters of this command are:
29152
29153 @table @samp
29154 @item -t
29155 Insert a temporary breakpoint.
29156 @item -h
29157 Insert a hardware breakpoint.
29158 @item -f
29159 If @var{location} cannot be parsed (for example if it
29160 refers to unknown files or functions), create a pending
29161 breakpoint. Without this flag, @value{GDBN} will report
29162 an error, and won't create a breakpoint, if @var{location}
29163 cannot be parsed.
29164 @item -d
29165 Create a disabled breakpoint.
29166 @item -a
29167 Create a tracepoint. @xref{Tracepoints}. When this parameter
29168 is used together with @samp{-h}, a fast tracepoint is created.
29169 @item -c @var{condition}
29170 Make the breakpoint conditional on @var{condition}.
29171 @item -i @var{ignore-count}
29172 Initialize the @var{ignore-count}.
29173 @item -p @var{thread-id}
29174 Restrict the breakpoint to the thread with the specified global
29175 @var{thread-id}.
29176 @end table
29177
29178 @subsubheading Result
29179
29180 @xref{GDB/MI Breakpoint Information}, for details on the format of the
29181 resulting breakpoint.
29182
29183 Note: this format is open to change.
29184 @c An out-of-band breakpoint instead of part of the result?
29185
29186 @subsubheading @value{GDBN} Command
29187
29188 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
29189 @samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
29190
29191 @subsubheading Example
29192
29193 @smallexample
29194 (gdb)
29195 -break-insert main
29196 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
29197 fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
29198 times="0"@}
29199 (gdb)
29200 -break-insert -t foo
29201 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
29202 fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
29203 times="0"@}
29204 (gdb)
29205 -break-list
29206 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
29207 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29208 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29209 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29210 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29211 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29212 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29213 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29214 addr="0x0001072c", func="main",file="recursive2.c",
29215 fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
29216 times="0"@},
29217 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
29218 addr="0x00010774",func="foo",file="recursive2.c",
29219 fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
29220 times="0"@}]@}
29221 (gdb)
29222 @c -break-insert -r foo.*
29223 @c ~int foo(int, int);
29224 @c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
29225 @c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
29226 @c times="0"@}
29227 @c (gdb)
29228 @end smallexample
29229
29230 @subheading The @code{-dprintf-insert} Command
29231 @findex -dprintf-insert
29232
29233 @subsubheading Synopsis
29234
29235 @smallexample
29236 -dprintf-insert [ -t ] [ -f ] [ -d ]
29237 [ -c @var{condition} ] [ -i @var{ignore-count} ]
29238 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
29239 [ @var{argument} ]
29240 @end smallexample
29241
29242 @noindent
29243 If supplied, @var{location} may be specified the same way as for
29244 the @code{-break-insert} command. @xref{-break-insert}.
29245
29246 The possible optional parameters of this command are:
29247
29248 @table @samp
29249 @item -t
29250 Insert a temporary breakpoint.
29251 @item -f
29252 If @var{location} cannot be parsed (for example, if it
29253 refers to unknown files or functions), create a pending
29254 breakpoint. Without this flag, @value{GDBN} will report
29255 an error, and won't create a breakpoint, if @var{location}
29256 cannot be parsed.
29257 @item -d
29258 Create a disabled breakpoint.
29259 @item -c @var{condition}
29260 Make the breakpoint conditional on @var{condition}.
29261 @item -i @var{ignore-count}
29262 Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
29263 to @var{ignore-count}.
29264 @item -p @var{thread-id}
29265 Restrict the breakpoint to the thread with the specified global
29266 @var{thread-id}.
29267 @end table
29268
29269 @subsubheading Result
29270
29271 @xref{GDB/MI Breakpoint Information}, for details on the format of the
29272 resulting breakpoint.
29273
29274 @c An out-of-band breakpoint instead of part of the result?
29275
29276 @subsubheading @value{GDBN} Command
29277
29278 The corresponding @value{GDBN} command is @samp{dprintf}.
29279
29280 @subsubheading Example
29281
29282 @smallexample
29283 (gdb)
29284 4-dprintf-insert foo "At foo entry\n"
29285 4^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
29286 addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
29287 fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
29288 times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
29289 original-location="foo"@}
29290 (gdb)
29291 5-dprintf-insert 26 "arg=%d, g=%d\n" arg g
29292 5^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
29293 addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
29294 fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
29295 times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
29296 original-location="mi-dprintf.c:26"@}
29297 (gdb)
29298 @end smallexample
29299
29300 @subheading The @code{-break-list} Command
29301 @findex -break-list
29302
29303 @subsubheading Synopsis
29304
29305 @smallexample
29306 -break-list
29307 @end smallexample
29308
29309 Displays the list of inserted breakpoints, showing the following fields:
29310
29311 @table @samp
29312 @item Number
29313 number of the breakpoint
29314 @item Type
29315 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
29316 @item Disposition
29317 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
29318 or @samp{nokeep}
29319 @item Enabled
29320 is the breakpoint enabled or no: @samp{y} or @samp{n}
29321 @item Address
29322 memory location at which the breakpoint is set
29323 @item What
29324 logical location of the breakpoint, expressed by function name, file
29325 name, line number
29326 @item Thread-groups
29327 list of thread groups to which this breakpoint applies
29328 @item Times
29329 number of times the breakpoint has been hit
29330 @end table
29331
29332 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
29333 @code{body} field is an empty list.
29334
29335 @subsubheading @value{GDBN} Command
29336
29337 The corresponding @value{GDBN} command is @samp{info break}.
29338
29339 @subsubheading Example
29340
29341 @smallexample
29342 (gdb)
29343 -break-list
29344 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
29345 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29346 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29347 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29348 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29349 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29350 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29351 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29352 addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
29353 times="0"@},
29354 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
29355 addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
29356 line="13",thread-groups=["i1"],times="0"@}]@}
29357 (gdb)
29358 @end smallexample
29359
29360 Here's an example of the result when there are no breakpoints:
29361
29362 @smallexample
29363 (gdb)
29364 -break-list
29365 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
29366 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29367 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29368 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29369 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29370 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29371 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29372 body=[]@}
29373 (gdb)
29374 @end smallexample
29375
29376 @subheading The @code{-break-passcount} Command
29377 @findex -break-passcount
29378
29379 @subsubheading Synopsis
29380
29381 @smallexample
29382 -break-passcount @var{tracepoint-number} @var{passcount}
29383 @end smallexample
29384
29385 Set the passcount for tracepoint @var{tracepoint-number} to
29386 @var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
29387 is not a tracepoint, error is emitted. This corresponds to CLI
29388 command @samp{passcount}.
29389
29390 @subheading The @code{-break-watch} Command
29391 @findex -break-watch
29392
29393 @subsubheading Synopsis
29394
29395 @smallexample
29396 -break-watch [ -a | -r ]
29397 @end smallexample
29398
29399 Create a watchpoint. With the @samp{-a} option it will create an
29400 @dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
29401 read from or on a write to the memory location. With the @samp{-r}
29402 option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
29403 trigger only when the memory location is accessed for reading. Without
29404 either of the options, the watchpoint created is a regular watchpoint,
29405 i.e., it will trigger when the memory location is accessed for writing.
29406 @xref{Set Watchpoints, , Setting Watchpoints}.
29407
29408 Note that @samp{-break-list} will report a single list of watchpoints and
29409 breakpoints inserted.
29410
29411 @subsubheading @value{GDBN} Command
29412
29413 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
29414 @samp{rwatch}.
29415
29416 @subsubheading Example
29417
29418 Setting a watchpoint on a variable in the @code{main} function:
29419
29420 @smallexample
29421 (gdb)
29422 -break-watch x
29423 ^done,wpt=@{number="2",exp="x"@}
29424 (gdb)
29425 -exec-continue
29426 ^running
29427 (gdb)
29428 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
29429 value=@{old="-268439212",new="55"@},
29430 frame=@{func="main",args=[],file="recursive2.c",
29431 fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
29432 (gdb)
29433 @end smallexample
29434
29435 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
29436 the program execution twice: first for the variable changing value, then
29437 for the watchpoint going out of scope.
29438
29439 @smallexample
29440 (gdb)
29441 -break-watch C
29442 ^done,wpt=@{number="5",exp="C"@}
29443 (gdb)
29444 -exec-continue
29445 ^running
29446 (gdb)
29447 *stopped,reason="watchpoint-trigger",
29448 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
29449 frame=@{func="callee4",args=[],
29450 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29451 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
29452 arch="i386:x86_64"@}
29453 (gdb)
29454 -exec-continue
29455 ^running
29456 (gdb)
29457 *stopped,reason="watchpoint-scope",wpnum="5",
29458 frame=@{func="callee3",args=[@{name="strarg",
29459 value="0x11940 \"A string argument.\""@}],
29460 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29461 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
29462 arch="i386:x86_64"@}
29463 (gdb)
29464 @end smallexample
29465
29466 Listing breakpoints and watchpoints, at different points in the program
29467 execution. Note that once the watchpoint goes out of scope, it is
29468 deleted.
29469
29470 @smallexample
29471 (gdb)
29472 -break-watch C
29473 ^done,wpt=@{number="2",exp="C"@}
29474 (gdb)
29475 -break-list
29476 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
29477 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29478 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29479 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29480 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29481 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29482 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29483 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29484 addr="0x00010734",func="callee4",
29485 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29486 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
29487 times="1"@},
29488 bkpt=@{number="2",type="watchpoint",disp="keep",
29489 enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
29490 (gdb)
29491 -exec-continue
29492 ^running
29493 (gdb)
29494 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
29495 value=@{old="-276895068",new="3"@},
29496 frame=@{func="callee4",args=[],
29497 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29498 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
29499 arch="i386:x86_64"@}
29500 (gdb)
29501 -break-list
29502 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
29503 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29504 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29505 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29506 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29507 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29508 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29509 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29510 addr="0x00010734",func="callee4",
29511 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29512 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
29513 times="1"@},
29514 bkpt=@{number="2",type="watchpoint",disp="keep",
29515 enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
29516 (gdb)
29517 -exec-continue
29518 ^running
29519 ^done,reason="watchpoint-scope",wpnum="2",
29520 frame=@{func="callee3",args=[@{name="strarg",
29521 value="0x11940 \"A string argument.\""@}],
29522 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29523 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
29524 arch="i386:x86_64"@}
29525 (gdb)
29526 -break-list
29527 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
29528 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29529 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29530 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29531 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29532 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29533 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
29534 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29535 addr="0x00010734",func="callee4",
29536 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29537 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
29538 thread-groups=["i1"],times="1"@}]@}
29539 (gdb)
29540 @end smallexample
29541
29542
29543 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29544 @node GDB/MI Catchpoint Commands
29545 @section @sc{gdb/mi} Catchpoint Commands
29546
29547 This section documents @sc{gdb/mi} commands for manipulating
29548 catchpoints.
29549
29550 @menu
29551 * Shared Library GDB/MI Catchpoint Commands::
29552 * Ada Exception GDB/MI Catchpoint Commands::
29553 @end menu
29554
29555 @node Shared Library GDB/MI Catchpoint Commands
29556 @subsection Shared Library @sc{gdb/mi} Catchpoints
29557
29558 @subheading The @code{-catch-load} Command
29559 @findex -catch-load
29560
29561 @subsubheading Synopsis
29562
29563 @smallexample
29564 -catch-load [ -t ] [ -d ] @var{regexp}
29565 @end smallexample
29566
29567 Add a catchpoint for library load events. If the @samp{-t} option is used,
29568 the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
29569 Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
29570 in a disabled state. The @samp{regexp} argument is a regular
29571 expression used to match the name of the loaded library.
29572
29573
29574 @subsubheading @value{GDBN} Command
29575
29576 The corresponding @value{GDBN} command is @samp{catch load}.
29577
29578 @subsubheading Example
29579
29580 @smallexample
29581 -catch-load -t foo.so
29582 ^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
29583 what="load of library matching foo.so",catch-type="load",times="0"@}
29584 (gdb)
29585 @end smallexample
29586
29587
29588 @subheading The @code{-catch-unload} Command
29589 @findex -catch-unload
29590
29591 @subsubheading Synopsis
29592
29593 @smallexample
29594 -catch-unload [ -t ] [ -d ] @var{regexp}
29595 @end smallexample
29596
29597 Add a catchpoint for library unload events. If the @samp{-t} option is
29598 used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
29599 Breakpoints}). If the @samp{-d} option is used, the catchpoint is
29600 created in a disabled state. The @samp{regexp} argument is a regular
29601 expression used to match the name of the unloaded library.
29602
29603 @subsubheading @value{GDBN} Command
29604
29605 The corresponding @value{GDBN} command is @samp{catch unload}.
29606
29607 @subsubheading Example
29608
29609 @smallexample
29610 -catch-unload -d bar.so
29611 ^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
29612 what="load of library matching bar.so",catch-type="unload",times="0"@}
29613 (gdb)
29614 @end smallexample
29615
29616 @node Ada Exception GDB/MI Catchpoint Commands
29617 @subsection Ada Exception @sc{gdb/mi} Catchpoints
29618
29619 The following @sc{gdb/mi} commands can be used to create catchpoints
29620 that stop the execution when Ada exceptions are being raised.
29621
29622 @subheading The @code{-catch-assert} Command
29623 @findex -catch-assert
29624
29625 @subsubheading Synopsis
29626
29627 @smallexample
29628 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
29629 @end smallexample
29630
29631 Add a catchpoint for failed Ada assertions.
29632
29633 The possible optional parameters for this command are:
29634
29635 @table @samp
29636 @item -c @var{condition}
29637 Make the catchpoint conditional on @var{condition}.
29638 @item -d
29639 Create a disabled catchpoint.
29640 @item -t
29641 Create a temporary catchpoint.
29642 @end table
29643
29644 @subsubheading @value{GDBN} Command
29645
29646 The corresponding @value{GDBN} command is @samp{catch assert}.
29647
29648 @subsubheading Example
29649
29650 @smallexample
29651 -catch-assert
29652 ^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
29653 enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
29654 thread-groups=["i1"],times="0",
29655 original-location="__gnat_debug_raise_assert_failure"@}
29656 (gdb)
29657 @end smallexample
29658
29659 @subheading The @code{-catch-exception} Command
29660 @findex -catch-exception
29661
29662 @subsubheading Synopsis
29663
29664 @smallexample
29665 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
29666 [ -t ] [ -u ]
29667 @end smallexample
29668
29669 Add a catchpoint stopping when Ada exceptions are raised.
29670 By default, the command stops the program when any Ada exception
29671 gets raised. But it is also possible, by using some of the
29672 optional parameters described below, to create more selective
29673 catchpoints.
29674
29675 The possible optional parameters for this command are:
29676
29677 @table @samp
29678 @item -c @var{condition}
29679 Make the catchpoint conditional on @var{condition}.
29680 @item -d
29681 Create a disabled catchpoint.
29682 @item -e @var{exception-name}
29683 Only stop when @var{exception-name} is raised. This option cannot
29684 be used combined with @samp{-u}.
29685 @item -t
29686 Create a temporary catchpoint.
29687 @item -u
29688 Stop only when an unhandled exception gets raised. This option
29689 cannot be used combined with @samp{-e}.
29690 @end table
29691
29692 @subsubheading @value{GDBN} Command
29693
29694 The corresponding @value{GDBN} commands are @samp{catch exception}
29695 and @samp{catch exception unhandled}.
29696
29697 @subsubheading Example
29698
29699 @smallexample
29700 -catch-exception -e Program_Error
29701 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
29702 enabled="y",addr="0x0000000000404874",
29703 what="`Program_Error' Ada exception", thread-groups=["i1"],
29704 times="0",original-location="__gnat_debug_raise_exception"@}
29705 (gdb)
29706 @end smallexample
29707
29708 @subheading The @code{-catch-handlers} Command
29709 @findex -catch-handlers
29710
29711 @subsubheading Synopsis
29712
29713 @smallexample
29714 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
29715 [ -t ]
29716 @end smallexample
29717
29718 Add a catchpoint stopping when Ada exceptions are handled.
29719 By default, the command stops the program when any Ada exception
29720 gets handled. But it is also possible, by using some of the
29721 optional parameters described below, to create more selective
29722 catchpoints.
29723
29724 The possible optional parameters for this command are:
29725
29726 @table @samp
29727 @item -c @var{condition}
29728 Make the catchpoint conditional on @var{condition}.
29729 @item -d
29730 Create a disabled catchpoint.
29731 @item -e @var{exception-name}
29732 Only stop when @var{exception-name} is handled.
29733 @item -t
29734 Create a temporary catchpoint.
29735 @end table
29736
29737 @subsubheading @value{GDBN} Command
29738
29739 The corresponding @value{GDBN} command is @samp{catch handlers}.
29740
29741 @subsubheading Example
29742
29743 @smallexample
29744 -catch-handlers -e Constraint_Error
29745 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
29746 enabled="y",addr="0x0000000000402f68",
29747 what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
29748 times="0",original-location="__gnat_begin_handler"@}
29749 (gdb)
29750 @end smallexample
29751
29752 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29753 @node GDB/MI Program Context
29754 @section @sc{gdb/mi} Program Context
29755
29756 @subheading The @code{-exec-arguments} Command
29757 @findex -exec-arguments
29758
29759
29760 @subsubheading Synopsis
29761
29762 @smallexample
29763 -exec-arguments @var{args}
29764 @end smallexample
29765
29766 Set the inferior program arguments, to be used in the next
29767 @samp{-exec-run}.
29768
29769 @subsubheading @value{GDBN} Command
29770
29771 The corresponding @value{GDBN} command is @samp{set args}.
29772
29773 @subsubheading Example
29774
29775 @smallexample
29776 (gdb)
29777 -exec-arguments -v word
29778 ^done
29779 (gdb)
29780 @end smallexample
29781
29782
29783 @ignore
29784 @subheading The @code{-exec-show-arguments} Command
29785 @findex -exec-show-arguments
29786
29787 @subsubheading Synopsis
29788
29789 @smallexample
29790 -exec-show-arguments
29791 @end smallexample
29792
29793 Print the arguments of the program.
29794
29795 @subsubheading @value{GDBN} Command
29796
29797 The corresponding @value{GDBN} command is @samp{show args}.
29798
29799 @subsubheading Example
29800 N.A.
29801 @end ignore
29802
29803
29804 @subheading The @code{-environment-cd} Command
29805 @findex -environment-cd
29806
29807 @subsubheading Synopsis
29808
29809 @smallexample
29810 -environment-cd @var{pathdir}
29811 @end smallexample
29812
29813 Set @value{GDBN}'s working directory.
29814
29815 @subsubheading @value{GDBN} Command
29816
29817 The corresponding @value{GDBN} command is @samp{cd}.
29818
29819 @subsubheading Example
29820
29821 @smallexample
29822 (gdb)
29823 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
29824 ^done
29825 (gdb)
29826 @end smallexample
29827
29828
29829 @subheading The @code{-environment-directory} Command
29830 @findex -environment-directory
29831
29832 @subsubheading Synopsis
29833
29834 @smallexample
29835 -environment-directory [ -r ] [ @var{pathdir} ]+
29836 @end smallexample
29837
29838 Add directories @var{pathdir} to beginning of search path for source files.
29839 If the @samp{-r} option is used, the search path is reset to the default
29840 search path. If directories @var{pathdir} are supplied in addition to the
29841 @samp{-r} option, the search path is first reset and then addition
29842 occurs as normal.
29843 Multiple directories may be specified, separated by blanks. Specifying
29844 multiple directories in a single command
29845 results in the directories added to the beginning of the
29846 search path in the same order they were presented in the command.
29847 If blanks are needed as
29848 part of a directory name, double-quotes should be used around
29849 the name. In the command output, the path will show up separated
29850 by the system directory-separator character. The directory-separator
29851 character must not be used
29852 in any directory name.
29853 If no directories are specified, the current search path is displayed.
29854
29855 @subsubheading @value{GDBN} Command
29856
29857 The corresponding @value{GDBN} command is @samp{dir}.
29858
29859 @subsubheading Example
29860
29861 @smallexample
29862 (gdb)
29863 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
29864 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
29865 (gdb)
29866 -environment-directory ""
29867 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
29868 (gdb)
29869 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
29870 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
29871 (gdb)
29872 -environment-directory -r
29873 ^done,source-path="$cdir:$cwd"
29874 (gdb)
29875 @end smallexample
29876
29877
29878 @subheading The @code{-environment-path} Command
29879 @findex -environment-path
29880
29881 @subsubheading Synopsis
29882
29883 @smallexample
29884 -environment-path [ -r ] [ @var{pathdir} ]+
29885 @end smallexample
29886
29887 Add directories @var{pathdir} to beginning of search path for object files.
29888 If the @samp{-r} option is used, the search path is reset to the original
29889 search path that existed at gdb start-up. If directories @var{pathdir} are
29890 supplied in addition to the
29891 @samp{-r} option, the search path is first reset and then addition
29892 occurs as normal.
29893 Multiple directories may be specified, separated by blanks. Specifying
29894 multiple directories in a single command
29895 results in the directories added to the beginning of the
29896 search path in the same order they were presented in the command.
29897 If blanks are needed as
29898 part of a directory name, double-quotes should be used around
29899 the name. In the command output, the path will show up separated
29900 by the system directory-separator character. The directory-separator
29901 character must not be used
29902 in any directory name.
29903 If no directories are specified, the current path is displayed.
29904
29905
29906 @subsubheading @value{GDBN} Command
29907
29908 The corresponding @value{GDBN} command is @samp{path}.
29909
29910 @subsubheading Example
29911
29912 @smallexample
29913 (gdb)
29914 -environment-path
29915 ^done,path="/usr/bin"
29916 (gdb)
29917 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
29918 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
29919 (gdb)
29920 -environment-path -r /usr/local/bin
29921 ^done,path="/usr/local/bin:/usr/bin"
29922 (gdb)
29923 @end smallexample
29924
29925
29926 @subheading The @code{-environment-pwd} Command
29927 @findex -environment-pwd
29928
29929 @subsubheading Synopsis
29930
29931 @smallexample
29932 -environment-pwd
29933 @end smallexample
29934
29935 Show the current working directory.
29936
29937 @subsubheading @value{GDBN} Command
29938
29939 The corresponding @value{GDBN} command is @samp{pwd}.
29940
29941 @subsubheading Example
29942
29943 @smallexample
29944 (gdb)
29945 -environment-pwd
29946 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
29947 (gdb)
29948 @end smallexample
29949
29950 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29951 @node GDB/MI Thread Commands
29952 @section @sc{gdb/mi} Thread Commands
29953
29954
29955 @subheading The @code{-thread-info} Command
29956 @findex -thread-info
29957
29958 @subsubheading Synopsis
29959
29960 @smallexample
29961 -thread-info [ @var{thread-id} ]
29962 @end smallexample
29963
29964 Reports information about either a specific thread, if the
29965 @var{thread-id} parameter is present, or about all threads.
29966 @var{thread-id} is the thread's global thread ID. When printing
29967 information about all threads, also reports the global ID of the
29968 current thread.
29969
29970 @subsubheading @value{GDBN} Command
29971
29972 The @samp{info thread} command prints the same information
29973 about all threads.
29974
29975 @subsubheading Result
29976
29977 The result contains the following attributes:
29978
29979 @table @samp
29980 @item threads
29981 A list of threads. The format of the elements of the list is described in
29982 @ref{GDB/MI Thread Information}.
29983
29984 @item current-thread-id
29985 The global id of the currently selected thread. This field is omitted if there
29986 is no selected thread (for example, when the selected inferior is not running,
29987 and therefore has no threads) or if a @var{thread-id} argument was passed to
29988 the command.
29989
29990 @end table
29991
29992 @subsubheading Example
29993
29994 @smallexample
29995 -thread-info
29996 ^done,threads=[
29997 @{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
29998 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
29999 args=[]@},state="running"@},
30000 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
30001 frame=@{level="0",addr="0x0804891f",func="foo",
30002 args=[@{name="i",value="10"@}],
30003 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
30004 state="running"@}],
30005 current-thread-id="1"
30006 (gdb)
30007 @end smallexample
30008
30009 @subheading The @code{-thread-list-ids} Command
30010 @findex -thread-list-ids
30011
30012 @subsubheading Synopsis
30013
30014 @smallexample
30015 -thread-list-ids
30016 @end smallexample
30017
30018 Produces a list of the currently known global @value{GDBN} thread ids.
30019 At the end of the list it also prints the total number of such
30020 threads.
30021
30022 This command is retained for historical reasons, the
30023 @code{-thread-info} command should be used instead.
30024
30025 @subsubheading @value{GDBN} Command
30026
30027 Part of @samp{info threads} supplies the same information.
30028
30029 @subsubheading Example
30030
30031 @smallexample
30032 (gdb)
30033 -thread-list-ids
30034 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
30035 current-thread-id="1",number-of-threads="3"
30036 (gdb)
30037 @end smallexample
30038
30039
30040 @subheading The @code{-thread-select} Command
30041 @findex -thread-select
30042
30043 @subsubheading Synopsis
30044
30045 @smallexample
30046 -thread-select @var{thread-id}
30047 @end smallexample
30048
30049 Make thread with global thread number @var{thread-id} the current
30050 thread. It prints the number of the new current thread, and the
30051 topmost frame for that thread.
30052
30053 This command is deprecated in favor of explicitly using the
30054 @samp{--thread} option to each command.
30055
30056 @subsubheading @value{GDBN} Command
30057
30058 The corresponding @value{GDBN} command is @samp{thread}.
30059
30060 @subsubheading Example
30061
30062 @smallexample
30063 (gdb)
30064 -exec-next
30065 ^running
30066 (gdb)
30067 *stopped,reason="end-stepping-range",thread-id="2",line="187",
30068 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
30069 (gdb)
30070 -thread-list-ids
30071 ^done,
30072 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
30073 number-of-threads="3"
30074 (gdb)
30075 -thread-select 3
30076 ^done,new-thread-id="3",
30077 frame=@{level="0",func="vprintf",
30078 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
30079 @{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
30080 (gdb)
30081 @end smallexample
30082
30083 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30084 @node GDB/MI Ada Tasking Commands
30085 @section @sc{gdb/mi} Ada Tasking Commands
30086
30087 @subheading The @code{-ada-task-info} Command
30088 @findex -ada-task-info
30089
30090 @subsubheading Synopsis
30091
30092 @smallexample
30093 -ada-task-info [ @var{task-id} ]
30094 @end smallexample
30095
30096 Reports information about either a specific Ada task, if the
30097 @var{task-id} parameter is present, or about all Ada tasks.
30098
30099 @subsubheading @value{GDBN} Command
30100
30101 The @samp{info tasks} command prints the same information
30102 about all Ada tasks (@pxref{Ada Tasks}).
30103
30104 @subsubheading Result
30105
30106 The result is a table of Ada tasks. The following columns are
30107 defined for each Ada task:
30108
30109 @table @samp
30110 @item current
30111 This field exists only for the current thread. It has the value @samp{*}.
30112
30113 @item id
30114 The identifier that @value{GDBN} uses to refer to the Ada task.
30115
30116 @item task-id
30117 The identifier that the target uses to refer to the Ada task.
30118
30119 @item thread-id
30120 The global thread identifier of the thread corresponding to the Ada
30121 task.
30122
30123 This field should always exist, as Ada tasks are always implemented
30124 on top of a thread. But if @value{GDBN} cannot find this corresponding
30125 thread for any reason, the field is omitted.
30126
30127 @item parent-id
30128 This field exists only when the task was created by another task.
30129 In this case, it provides the ID of the parent task.
30130
30131 @item priority
30132 The base priority of the task.
30133
30134 @item state
30135 The current state of the task. For a detailed description of the
30136 possible states, see @ref{Ada Tasks}.
30137
30138 @item name
30139 The name of the task.
30140
30141 @end table
30142
30143 @subsubheading Example
30144
30145 @smallexample
30146 -ada-task-info
30147 ^done,tasks=@{nr_rows="3",nr_cols="8",
30148 hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
30149 @{width="3",alignment="1",col_name="id",colhdr="ID"@},
30150 @{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
30151 @{width="4",alignment="1",col_name="thread-id",colhdr=""@},
30152 @{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
30153 @{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
30154 @{width="22",alignment="-1",col_name="state",colhdr="State"@},
30155 @{width="1",alignment="2",col_name="name",colhdr="Name"@}],
30156 body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
30157 state="Child Termination Wait",name="main_task"@}]@}
30158 (gdb)
30159 @end smallexample
30160
30161 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30162 @node GDB/MI Program Execution
30163 @section @sc{gdb/mi} Program Execution
30164
30165 These are the asynchronous commands which generate the out-of-band
30166 record @samp{*stopped}. Currently @value{GDBN} only really executes
30167 asynchronously with remote targets and this interaction is mimicked in
30168 other cases.
30169
30170 @subheading The @code{-exec-continue} Command
30171 @findex -exec-continue
30172
30173 @subsubheading Synopsis
30174
30175 @smallexample
30176 -exec-continue [--reverse] [--all|--thread-group N]
30177 @end smallexample
30178
30179 Resumes the execution of the inferior program, which will continue
30180 to execute until it reaches a debugger stop event. If the
30181 @samp{--reverse} option is specified, execution resumes in reverse until
30182 it reaches a stop event. Stop events may include
30183 @itemize @bullet
30184 @item
30185 breakpoints or watchpoints
30186 @item
30187 signals or exceptions
30188 @item
30189 the end of the process (or its beginning under @samp{--reverse})
30190 @item
30191 the end or beginning of a replay log if one is being used.
30192 @end itemize
30193 In all-stop mode (@pxref{All-Stop
30194 Mode}), may resume only one thread, or all threads, depending on the
30195 value of the @samp{scheduler-locking} variable. If @samp{--all} is
30196 specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
30197 ignored in all-stop mode. If the @samp{--thread-group} options is
30198 specified, then all threads in that thread group are resumed.
30199
30200 @subsubheading @value{GDBN} Command
30201
30202 The corresponding @value{GDBN} corresponding is @samp{continue}.
30203
30204 @subsubheading Example
30205
30206 @smallexample
30207 -exec-continue
30208 ^running
30209 (gdb)
30210 @@Hello world
30211 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
30212 func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
30213 line="13",arch="i386:x86_64"@}
30214 (gdb)
30215 @end smallexample
30216
30217
30218 @subheading The @code{-exec-finish} Command
30219 @findex -exec-finish
30220
30221 @subsubheading Synopsis
30222
30223 @smallexample
30224 -exec-finish [--reverse]
30225 @end smallexample
30226
30227 Resumes the execution of the inferior program until the current
30228 function is exited. Displays the results returned by the function.
30229 If the @samp{--reverse} option is specified, resumes the reverse
30230 execution of the inferior program until the point where current
30231 function was called.
30232
30233 @subsubheading @value{GDBN} Command
30234
30235 The corresponding @value{GDBN} command is @samp{finish}.
30236
30237 @subsubheading Example
30238
30239 Function returning @code{void}.
30240
30241 @smallexample
30242 -exec-finish
30243 ^running
30244 (gdb)
30245 @@hello from foo
30246 *stopped,reason="function-finished",frame=@{func="main",args=[],
30247 file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
30248 (gdb)
30249 @end smallexample
30250
30251 Function returning other than @code{void}. The name of the internal
30252 @value{GDBN} variable storing the result is printed, together with the
30253 value itself.
30254
30255 @smallexample
30256 -exec-finish
30257 ^running
30258 (gdb)
30259 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
30260 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
30261 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30262 arch="i386:x86_64"@},
30263 gdb-result-var="$1",return-value="0"
30264 (gdb)
30265 @end smallexample
30266
30267
30268 @subheading The @code{-exec-interrupt} Command
30269 @findex -exec-interrupt
30270
30271 @subsubheading Synopsis
30272
30273 @smallexample
30274 -exec-interrupt [--all|--thread-group N]
30275 @end smallexample
30276
30277 Interrupts the background execution of the target. Note how the token
30278 associated with the stop message is the one for the execution command
30279 that has been interrupted. The token for the interrupt itself only
30280 appears in the @samp{^done} output. If the user is trying to
30281 interrupt a non-running program, an error message will be printed.
30282
30283 Note that when asynchronous execution is enabled, this command is
30284 asynchronous just like other execution commands. That is, first the
30285 @samp{^done} response will be printed, and the target stop will be
30286 reported after that using the @samp{*stopped} notification.
30287
30288 In non-stop mode, only the context thread is interrupted by default.
30289 All threads (in all inferiors) will be interrupted if the
30290 @samp{--all} option is specified. If the @samp{--thread-group}
30291 option is specified, all threads in that group will be interrupted.
30292
30293 @subsubheading @value{GDBN} Command
30294
30295 The corresponding @value{GDBN} command is @samp{interrupt}.
30296
30297 @subsubheading Example
30298
30299 @smallexample
30300 (gdb)
30301 111-exec-continue
30302 111^running
30303
30304 (gdb)
30305 222-exec-interrupt
30306 222^done
30307 (gdb)
30308 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
30309 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
30310 fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
30311 (gdb)
30312
30313 (gdb)
30314 -exec-interrupt
30315 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
30316 (gdb)
30317 @end smallexample
30318
30319 @subheading The @code{-exec-jump} Command
30320 @findex -exec-jump
30321
30322 @subsubheading Synopsis
30323
30324 @smallexample
30325 -exec-jump @var{location}
30326 @end smallexample
30327
30328 Resumes execution of the inferior program at the location specified by
30329 parameter. @xref{Specify Location}, for a description of the
30330 different forms of @var{location}.
30331
30332 @subsubheading @value{GDBN} Command
30333
30334 The corresponding @value{GDBN} command is @samp{jump}.
30335
30336 @subsubheading Example
30337
30338 @smallexample
30339 -exec-jump foo.c:10
30340 *running,thread-id="all"
30341 ^running
30342 @end smallexample
30343
30344
30345 @subheading The @code{-exec-next} Command
30346 @findex -exec-next
30347
30348 @subsubheading Synopsis
30349
30350 @smallexample
30351 -exec-next [--reverse]
30352 @end smallexample
30353
30354 Resumes execution of the inferior program, stopping when the beginning
30355 of the next source line is reached.
30356
30357 If the @samp{--reverse} option is specified, resumes reverse execution
30358 of the inferior program, stopping at the beginning of the previous
30359 source line. If you issue this command on the first line of a
30360 function, it will take you back to the caller of that function, to the
30361 source line where the function was called.
30362
30363
30364 @subsubheading @value{GDBN} Command
30365
30366 The corresponding @value{GDBN} command is @samp{next}.
30367
30368 @subsubheading Example
30369
30370 @smallexample
30371 -exec-next
30372 ^running
30373 (gdb)
30374 *stopped,reason="end-stepping-range",line="8",file="hello.c"
30375 (gdb)
30376 @end smallexample
30377
30378
30379 @subheading The @code{-exec-next-instruction} Command
30380 @findex -exec-next-instruction
30381
30382 @subsubheading Synopsis
30383
30384 @smallexample
30385 -exec-next-instruction [--reverse]
30386 @end smallexample
30387
30388 Executes one machine instruction. If the instruction is a function
30389 call, continues until the function returns. If the program stops at an
30390 instruction in the middle of a source line, the address will be
30391 printed as well.
30392
30393 If the @samp{--reverse} option is specified, resumes reverse execution
30394 of the inferior program, stopping at the previous instruction. If the
30395 previously executed instruction was a return from another function,
30396 it will continue to execute in reverse until the call to that function
30397 (from the current stack frame) is reached.
30398
30399 @subsubheading @value{GDBN} Command
30400
30401 The corresponding @value{GDBN} command is @samp{nexti}.
30402
30403 @subsubheading Example
30404
30405 @smallexample
30406 (gdb)
30407 -exec-next-instruction
30408 ^running
30409
30410 (gdb)
30411 *stopped,reason="end-stepping-range",
30412 addr="0x000100d4",line="5",file="hello.c"
30413 (gdb)
30414 @end smallexample
30415
30416
30417 @subheading The @code{-exec-return} Command
30418 @findex -exec-return
30419
30420 @subsubheading Synopsis
30421
30422 @smallexample
30423 -exec-return
30424 @end smallexample
30425
30426 Makes current function return immediately. Doesn't execute the inferior.
30427 Displays the new current frame.
30428
30429 @subsubheading @value{GDBN} Command
30430
30431 The corresponding @value{GDBN} command is @samp{return}.
30432
30433 @subsubheading Example
30434
30435 @smallexample
30436 (gdb)
30437 200-break-insert callee4
30438 200^done,bkpt=@{number="1",addr="0x00010734",
30439 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
30440 (gdb)
30441 000-exec-run
30442 000^running
30443 (gdb)
30444 000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
30445 frame=@{func="callee4",args=[],
30446 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30447 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
30448 arch="i386:x86_64"@}
30449 (gdb)
30450 205-break-delete
30451 205^done
30452 (gdb)
30453 111-exec-return
30454 111^done,frame=@{level="0",func="callee3",
30455 args=[@{name="strarg",
30456 value="0x11940 \"A string argument.\""@}],
30457 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30458 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30459 arch="i386:x86_64"@}
30460 (gdb)
30461 @end smallexample
30462
30463
30464 @subheading The @code{-exec-run} Command
30465 @findex -exec-run
30466
30467 @subsubheading Synopsis
30468
30469 @smallexample
30470 -exec-run [ --all | --thread-group N ] [ --start ]
30471 @end smallexample
30472
30473 Starts execution of the inferior from the beginning. The inferior
30474 executes until either a breakpoint is encountered or the program
30475 exits. In the latter case the output will include an exit code, if
30476 the program has exited exceptionally.
30477
30478 When neither the @samp{--all} nor the @samp{--thread-group} option
30479 is specified, the current inferior is started. If the
30480 @samp{--thread-group} option is specified, it should refer to a thread
30481 group of type @samp{process}, and that thread group will be started.
30482 If the @samp{--all} option is specified, then all inferiors will be started.
30483
30484 Using the @samp{--start} option instructs the debugger to stop
30485 the execution at the start of the inferior's main subprogram,
30486 following the same behavior as the @code{start} command
30487 (@pxref{Starting}).
30488
30489 @subsubheading @value{GDBN} Command
30490
30491 The corresponding @value{GDBN} command is @samp{run}.
30492
30493 @subsubheading Examples
30494
30495 @smallexample
30496 (gdb)
30497 -break-insert main
30498 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
30499 (gdb)
30500 -exec-run
30501 ^running
30502 (gdb)
30503 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
30504 frame=@{func="main",args=[],file="recursive2.c",
30505 fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
30506 (gdb)
30507 @end smallexample
30508
30509 @noindent
30510 Program exited normally:
30511
30512 @smallexample
30513 (gdb)
30514 -exec-run
30515 ^running
30516 (gdb)
30517 x = 55
30518 *stopped,reason="exited-normally"
30519 (gdb)
30520 @end smallexample
30521
30522 @noindent
30523 Program exited exceptionally:
30524
30525 @smallexample
30526 (gdb)
30527 -exec-run
30528 ^running
30529 (gdb)
30530 x = 55
30531 *stopped,reason="exited",exit-code="01"
30532 (gdb)
30533 @end smallexample
30534
30535 Another way the program can terminate is if it receives a signal such as
30536 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
30537
30538 @smallexample
30539 (gdb)
30540 *stopped,reason="exited-signalled",signal-name="SIGINT",
30541 signal-meaning="Interrupt"
30542 @end smallexample
30543
30544
30545 @c @subheading -exec-signal
30546
30547
30548 @subheading The @code{-exec-step} Command
30549 @findex -exec-step
30550
30551 @subsubheading Synopsis
30552
30553 @smallexample
30554 -exec-step [--reverse]
30555 @end smallexample
30556
30557 Resumes execution of the inferior program, stopping when the beginning
30558 of the next source line is reached, if the next source line is not a
30559 function call. If it is, stop at the first instruction of the called
30560 function. If the @samp{--reverse} option is specified, resumes reverse
30561 execution of the inferior program, stopping at the beginning of the
30562 previously executed source line.
30563
30564 @subsubheading @value{GDBN} Command
30565
30566 The corresponding @value{GDBN} command is @samp{step}.
30567
30568 @subsubheading Example
30569
30570 Stepping into a function:
30571
30572 @smallexample
30573 -exec-step
30574 ^running
30575 (gdb)
30576 *stopped,reason="end-stepping-range",
30577 frame=@{func="foo",args=[@{name="a",value="10"@},
30578 @{name="b",value="0"@}],file="recursive2.c",
30579 fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
30580 (gdb)
30581 @end smallexample
30582
30583 Regular stepping:
30584
30585 @smallexample
30586 -exec-step
30587 ^running
30588 (gdb)
30589 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
30590 (gdb)
30591 @end smallexample
30592
30593
30594 @subheading The @code{-exec-step-instruction} Command
30595 @findex -exec-step-instruction
30596
30597 @subsubheading Synopsis
30598
30599 @smallexample
30600 -exec-step-instruction [--reverse]
30601 @end smallexample
30602
30603 Resumes the inferior which executes one machine instruction. If the
30604 @samp{--reverse} option is specified, resumes reverse execution of the
30605 inferior program, stopping at the previously executed instruction.
30606 The output, once @value{GDBN} has stopped, will vary depending on
30607 whether we have stopped in the middle of a source line or not. In the
30608 former case, the address at which the program stopped will be printed
30609 as well.
30610
30611 @subsubheading @value{GDBN} Command
30612
30613 The corresponding @value{GDBN} command is @samp{stepi}.
30614
30615 @subsubheading Example
30616
30617 @smallexample
30618 (gdb)
30619 -exec-step-instruction
30620 ^running
30621
30622 (gdb)
30623 *stopped,reason="end-stepping-range",
30624 frame=@{func="foo",args=[],file="try.c",
30625 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
30626 (gdb)
30627 -exec-step-instruction
30628 ^running
30629
30630 (gdb)
30631 *stopped,reason="end-stepping-range",
30632 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
30633 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
30634 (gdb)
30635 @end smallexample
30636
30637
30638 @subheading The @code{-exec-until} Command
30639 @findex -exec-until
30640
30641 @subsubheading Synopsis
30642
30643 @smallexample
30644 -exec-until [ @var{location} ]
30645 @end smallexample
30646
30647 Executes the inferior until the @var{location} specified in the
30648 argument is reached. If there is no argument, the inferior executes
30649 until a source line greater than the current one is reached. The
30650 reason for stopping in this case will be @samp{location-reached}.
30651
30652 @subsubheading @value{GDBN} Command
30653
30654 The corresponding @value{GDBN} command is @samp{until}.
30655
30656 @subsubheading Example
30657
30658 @smallexample
30659 (gdb)
30660 -exec-until recursive2.c:6
30661 ^running
30662 (gdb)
30663 x = 55
30664 *stopped,reason="location-reached",frame=@{func="main",args=[],
30665 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
30666 arch="i386:x86_64"@}
30667 (gdb)
30668 @end smallexample
30669
30670 @ignore
30671 @subheading -file-clear
30672 Is this going away????
30673 @end ignore
30674
30675 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30676 @node GDB/MI Stack Manipulation
30677 @section @sc{gdb/mi} Stack Manipulation Commands
30678
30679 @subheading The @code{-enable-frame-filters} Command
30680 @findex -enable-frame-filters
30681
30682 @smallexample
30683 -enable-frame-filters
30684 @end smallexample
30685
30686 @value{GDBN} allows Python-based frame filters to affect the output of
30687 the MI commands relating to stack traces. As there is no way to
30688 implement this in a fully backward-compatible way, a front end must
30689 request that this functionality be enabled.
30690
30691 Once enabled, this feature cannot be disabled.
30692
30693 Note that if Python support has not been compiled into @value{GDBN},
30694 this command will still succeed (and do nothing).
30695
30696 @subheading The @code{-stack-info-frame} Command
30697 @findex -stack-info-frame
30698
30699 @subsubheading Synopsis
30700
30701 @smallexample
30702 -stack-info-frame
30703 @end smallexample
30704
30705 Get info on the selected frame.
30706
30707 @subsubheading @value{GDBN} Command
30708
30709 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
30710 (without arguments).
30711
30712 @subsubheading Example
30713
30714 @smallexample
30715 (gdb)
30716 -stack-info-frame
30717 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
30718 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30719 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
30720 arch="i386:x86_64"@}
30721 (gdb)
30722 @end smallexample
30723
30724 @subheading The @code{-stack-info-depth} Command
30725 @findex -stack-info-depth
30726
30727 @subsubheading Synopsis
30728
30729 @smallexample
30730 -stack-info-depth [ @var{max-depth} ]
30731 @end smallexample
30732
30733 Return the depth of the stack. If the integer argument @var{max-depth}
30734 is specified, do not count beyond @var{max-depth} frames.
30735
30736 @subsubheading @value{GDBN} Command
30737
30738 There's no equivalent @value{GDBN} command.
30739
30740 @subsubheading Example
30741
30742 For a stack with frame levels 0 through 11:
30743
30744 @smallexample
30745 (gdb)
30746 -stack-info-depth
30747 ^done,depth="12"
30748 (gdb)
30749 -stack-info-depth 4
30750 ^done,depth="4"
30751 (gdb)
30752 -stack-info-depth 12
30753 ^done,depth="12"
30754 (gdb)
30755 -stack-info-depth 11
30756 ^done,depth="11"
30757 (gdb)
30758 -stack-info-depth 13
30759 ^done,depth="12"
30760 (gdb)
30761 @end smallexample
30762
30763 @anchor{-stack-list-arguments}
30764 @subheading The @code{-stack-list-arguments} Command
30765 @findex -stack-list-arguments
30766
30767 @subsubheading Synopsis
30768
30769 @smallexample
30770 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
30771 [ @var{low-frame} @var{high-frame} ]
30772 @end smallexample
30773
30774 Display a list of the arguments for the frames between @var{low-frame}
30775 and @var{high-frame} (inclusive). If @var{low-frame} and
30776 @var{high-frame} are not provided, list the arguments for the whole
30777 call stack. If the two arguments are equal, show the single frame
30778 at the corresponding level. It is an error if @var{low-frame} is
30779 larger than the actual number of frames. On the other hand,
30780 @var{high-frame} may be larger than the actual number of frames, in
30781 which case only existing frames will be returned.
30782
30783 If @var{print-values} is 0 or @code{--no-values}, print only the names of
30784 the variables; if it is 1 or @code{--all-values}, print also their
30785 values; and if it is 2 or @code{--simple-values}, print the name,
30786 type and value for simple data types, and the name and type for arrays,
30787 structures and unions. If the option @code{--no-frame-filters} is
30788 supplied, then Python frame filters will not be executed.
30789
30790 If the @code{--skip-unavailable} option is specified, arguments that
30791 are not available are not listed. Partially available arguments
30792 are still displayed, however.
30793
30794 Use of this command to obtain arguments in a single frame is
30795 deprecated in favor of the @samp{-stack-list-variables} command.
30796
30797 @subsubheading @value{GDBN} Command
30798
30799 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
30800 @samp{gdb_get_args} command which partially overlaps with the
30801 functionality of @samp{-stack-list-arguments}.
30802
30803 @subsubheading Example
30804
30805 @smallexample
30806 (gdb)
30807 -stack-list-frames
30808 ^done,
30809 stack=[
30810 frame=@{level="0",addr="0x00010734",func="callee4",
30811 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30812 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
30813 arch="i386:x86_64"@},
30814 frame=@{level="1",addr="0x0001076c",func="callee3",
30815 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30816 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
30817 arch="i386:x86_64"@},
30818 frame=@{level="2",addr="0x0001078c",func="callee2",
30819 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30820 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
30821 arch="i386:x86_64"@},
30822 frame=@{level="3",addr="0x000107b4",func="callee1",
30823 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30824 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
30825 arch="i386:x86_64"@},
30826 frame=@{level="4",addr="0x000107e0",func="main",
30827 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30828 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
30829 arch="i386:x86_64"@}]
30830 (gdb)
30831 -stack-list-arguments 0
30832 ^done,
30833 stack-args=[
30834 frame=@{level="0",args=[]@},
30835 frame=@{level="1",args=[name="strarg"]@},
30836 frame=@{level="2",args=[name="intarg",name="strarg"]@},
30837 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
30838 frame=@{level="4",args=[]@}]
30839 (gdb)
30840 -stack-list-arguments 1
30841 ^done,
30842 stack-args=[
30843 frame=@{level="0",args=[]@},
30844 frame=@{level="1",
30845 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
30846 frame=@{level="2",args=[
30847 @{name="intarg",value="2"@},
30848 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
30849 @{frame=@{level="3",args=[
30850 @{name="intarg",value="2"@},
30851 @{name="strarg",value="0x11940 \"A string argument.\""@},
30852 @{name="fltarg",value="3.5"@}]@},
30853 frame=@{level="4",args=[]@}]
30854 (gdb)
30855 -stack-list-arguments 0 2 2
30856 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
30857 (gdb)
30858 -stack-list-arguments 1 2 2
30859 ^done,stack-args=[frame=@{level="2",
30860 args=[@{name="intarg",value="2"@},
30861 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
30862 (gdb)
30863 @end smallexample
30864
30865 @c @subheading -stack-list-exception-handlers
30866
30867
30868 @anchor{-stack-list-frames}
30869 @subheading The @code{-stack-list-frames} Command
30870 @findex -stack-list-frames
30871
30872 @subsubheading Synopsis
30873
30874 @smallexample
30875 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
30876 @end smallexample
30877
30878 List the frames currently on the stack. For each frame it displays the
30879 following info:
30880
30881 @table @samp
30882 @item @var{level}
30883 The frame number, 0 being the topmost frame, i.e., the innermost function.
30884 @item @var{addr}
30885 The @code{$pc} value for that frame.
30886 @item @var{func}
30887 Function name.
30888 @item @var{file}
30889 File name of the source file where the function lives.
30890 @item @var{fullname}
30891 The full file name of the source file where the function lives.
30892 @item @var{line}
30893 Line number corresponding to the @code{$pc}.
30894 @item @var{from}
30895 The shared library where this function is defined. This is only given
30896 if the frame's function is not known.
30897 @item @var{arch}
30898 Frame's architecture.
30899 @end table
30900
30901 If invoked without arguments, this command prints a backtrace for the
30902 whole stack. If given two integer arguments, it shows the frames whose
30903 levels are between the two arguments (inclusive). If the two arguments
30904 are equal, it shows the single frame at the corresponding level. It is
30905 an error if @var{low-frame} is larger than the actual number of
30906 frames. On the other hand, @var{high-frame} may be larger than the
30907 actual number of frames, in which case only existing frames will be
30908 returned. If the option @code{--no-frame-filters} is supplied, then
30909 Python frame filters will not be executed.
30910
30911 @subsubheading @value{GDBN} Command
30912
30913 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
30914
30915 @subsubheading Example
30916
30917 Full stack backtrace:
30918
30919 @smallexample
30920 (gdb)
30921 -stack-list-frames
30922 ^done,stack=
30923 [frame=@{level="0",addr="0x0001076c",func="foo",
30924 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
30925 arch="i386:x86_64"@},
30926 frame=@{level="1",addr="0x000107a4",func="foo",
30927 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30928 arch="i386:x86_64"@},
30929 frame=@{level="2",addr="0x000107a4",func="foo",
30930 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30931 arch="i386:x86_64"@},
30932 frame=@{level="3",addr="0x000107a4",func="foo",
30933 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30934 arch="i386:x86_64"@},
30935 frame=@{level="4",addr="0x000107a4",func="foo",
30936 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30937 arch="i386:x86_64"@},
30938 frame=@{level="5",addr="0x000107a4",func="foo",
30939 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30940 arch="i386:x86_64"@},
30941 frame=@{level="6",addr="0x000107a4",func="foo",
30942 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30943 arch="i386:x86_64"@},
30944 frame=@{level="7",addr="0x000107a4",func="foo",
30945 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30946 arch="i386:x86_64"@},
30947 frame=@{level="8",addr="0x000107a4",func="foo",
30948 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30949 arch="i386:x86_64"@},
30950 frame=@{level="9",addr="0x000107a4",func="foo",
30951 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30952 arch="i386:x86_64"@},
30953 frame=@{level="10",addr="0x000107a4",func="foo",
30954 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30955 arch="i386:x86_64"@},
30956 frame=@{level="11",addr="0x00010738",func="main",
30957 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
30958 arch="i386:x86_64"@}]
30959 (gdb)
30960 @end smallexample
30961
30962 Show frames between @var{low_frame} and @var{high_frame}:
30963
30964 @smallexample
30965 (gdb)
30966 -stack-list-frames 3 5
30967 ^done,stack=
30968 [frame=@{level="3",addr="0x000107a4",func="foo",
30969 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30970 arch="i386:x86_64"@},
30971 frame=@{level="4",addr="0x000107a4",func="foo",
30972 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30973 arch="i386:x86_64"@},
30974 frame=@{level="5",addr="0x000107a4",func="foo",
30975 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30976 arch="i386:x86_64"@}]
30977 (gdb)
30978 @end smallexample
30979
30980 Show a single frame:
30981
30982 @smallexample
30983 (gdb)
30984 -stack-list-frames 3 3
30985 ^done,stack=
30986 [frame=@{level="3",addr="0x000107a4",func="foo",
30987 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
30988 arch="i386:x86_64"@}]
30989 (gdb)
30990 @end smallexample
30991
30992
30993 @subheading The @code{-stack-list-locals} Command
30994 @findex -stack-list-locals
30995 @anchor{-stack-list-locals}
30996
30997 @subsubheading Synopsis
30998
30999 @smallexample
31000 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
31001 @end smallexample
31002
31003 Display the local variable names for the selected frame. If
31004 @var{print-values} is 0 or @code{--no-values}, print only the names of
31005 the variables; if it is 1 or @code{--all-values}, print also their
31006 values; and if it is 2 or @code{--simple-values}, print the name,
31007 type and value for simple data types, and the name and type for arrays,
31008 structures and unions. In this last case, a frontend can immediately
31009 display the value of simple data types and create variable objects for
31010 other data types when the user wishes to explore their values in
31011 more detail. If the option @code{--no-frame-filters} is supplied, then
31012 Python frame filters will not be executed.
31013
31014 If the @code{--skip-unavailable} option is specified, local variables
31015 that are not available are not listed. Partially available local
31016 variables are still displayed, however.
31017
31018 This command is deprecated in favor of the
31019 @samp{-stack-list-variables} command.
31020
31021 @subsubheading @value{GDBN} Command
31022
31023 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
31024
31025 @subsubheading Example
31026
31027 @smallexample
31028 (gdb)
31029 -stack-list-locals 0
31030 ^done,locals=[name="A",name="B",name="C"]
31031 (gdb)
31032 -stack-list-locals --all-values
31033 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
31034 @{name="C",value="@{1, 2, 3@}"@}]
31035 -stack-list-locals --simple-values
31036 ^done,locals=[@{name="A",type="int",value="1"@},
31037 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
31038 (gdb)
31039 @end smallexample
31040
31041 @anchor{-stack-list-variables}
31042 @subheading The @code{-stack-list-variables} Command
31043 @findex -stack-list-variables
31044
31045 @subsubheading Synopsis
31046
31047 @smallexample
31048 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
31049 @end smallexample
31050
31051 Display the names of local variables and function arguments for the selected frame. If
31052 @var{print-values} is 0 or @code{--no-values}, print only the names of
31053 the variables; if it is 1 or @code{--all-values}, print also their
31054 values; and if it is 2 or @code{--simple-values}, print the name,
31055 type and value for simple data types, and the name and type for arrays,
31056 structures and unions. If the option @code{--no-frame-filters} is
31057 supplied, then Python frame filters will not be executed.
31058
31059 If the @code{--skip-unavailable} option is specified, local variables
31060 and arguments that are not available are not listed. Partially
31061 available arguments and local variables are still displayed, however.
31062
31063 @subsubheading Example
31064
31065 @smallexample
31066 (gdb)
31067 -stack-list-variables --thread 1 --frame 0 --all-values
31068 ^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
31069 (gdb)
31070 @end smallexample
31071
31072
31073 @subheading The @code{-stack-select-frame} Command
31074 @findex -stack-select-frame
31075
31076 @subsubheading Synopsis
31077
31078 @smallexample
31079 -stack-select-frame @var{framenum}
31080 @end smallexample
31081
31082 Change the selected frame. Select a different frame @var{framenum} on
31083 the stack.
31084
31085 This command in deprecated in favor of passing the @samp{--frame}
31086 option to every command.
31087
31088 @subsubheading @value{GDBN} Command
31089
31090 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
31091 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
31092
31093 @subsubheading Example
31094
31095 @smallexample
31096 (gdb)
31097 -stack-select-frame 2
31098 ^done
31099 (gdb)
31100 @end smallexample
31101
31102 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31103 @node GDB/MI Variable Objects
31104 @section @sc{gdb/mi} Variable Objects
31105
31106 @ignore
31107
31108 @subheading Motivation for Variable Objects in @sc{gdb/mi}
31109
31110 For the implementation of a variable debugger window (locals, watched
31111 expressions, etc.), we are proposing the adaptation of the existing code
31112 used by @code{Insight}.
31113
31114 The two main reasons for that are:
31115
31116 @enumerate 1
31117 @item
31118 It has been proven in practice (it is already on its second generation).
31119
31120 @item
31121 It will shorten development time (needless to say how important it is
31122 now).
31123 @end enumerate
31124
31125 The original interface was designed to be used by Tcl code, so it was
31126 slightly changed so it could be used through @sc{gdb/mi}. This section
31127 describes the @sc{gdb/mi} operations that will be available and gives some
31128 hints about their use.
31129
31130 @emph{Note}: In addition to the set of operations described here, we
31131 expect the @sc{gui} implementation of a variable window to require, at
31132 least, the following operations:
31133
31134 @itemize @bullet
31135 @item @code{-gdb-show} @code{output-radix}
31136 @item @code{-stack-list-arguments}
31137 @item @code{-stack-list-locals}
31138 @item @code{-stack-select-frame}
31139 @end itemize
31140
31141 @end ignore
31142
31143 @subheading Introduction to Variable Objects
31144
31145 @cindex variable objects in @sc{gdb/mi}
31146
31147 Variable objects are "object-oriented" MI interface for examining and
31148 changing values of expressions. Unlike some other MI interfaces that
31149 work with expressions, variable objects are specifically designed for
31150 simple and efficient presentation in the frontend. A variable object
31151 is identified by string name. When a variable object is created, the
31152 frontend specifies the expression for that variable object. The
31153 expression can be a simple variable, or it can be an arbitrary complex
31154 expression, and can even involve CPU registers. After creating a
31155 variable object, the frontend can invoke other variable object
31156 operations---for example to obtain or change the value of a variable
31157 object, or to change display format.
31158
31159 Variable objects have hierarchical tree structure. Any variable object
31160 that corresponds to a composite type, such as structure in C, has
31161 a number of child variable objects, for example corresponding to each
31162 element of a structure. A child variable object can itself have
31163 children, recursively. Recursion ends when we reach
31164 leaf variable objects, which always have built-in types. Child variable
31165 objects are created only by explicit request, so if a frontend
31166 is not interested in the children of a particular variable object, no
31167 child will be created.
31168
31169 For a leaf variable object it is possible to obtain its value as a
31170 string, or set the value from a string. String value can be also
31171 obtained for a non-leaf variable object, but it's generally a string
31172 that only indicates the type of the object, and does not list its
31173 contents. Assignment to a non-leaf variable object is not allowed.
31174
31175 A frontend does not need to read the values of all variable objects each time
31176 the program stops. Instead, MI provides an update command that lists all
31177 variable objects whose values has changed since the last update
31178 operation. This considerably reduces the amount of data that must
31179 be transferred to the frontend. As noted above, children variable
31180 objects are created on demand, and only leaf variable objects have a
31181 real value. As result, gdb will read target memory only for leaf
31182 variables that frontend has created.
31183
31184 The automatic update is not always desirable. For example, a frontend
31185 might want to keep a value of some expression for future reference,
31186 and never update it. For another example, fetching memory is
31187 relatively slow for embedded targets, so a frontend might want
31188 to disable automatic update for the variables that are either not
31189 visible on the screen, or ``closed''. This is possible using so
31190 called ``frozen variable objects''. Such variable objects are never
31191 implicitly updated.
31192
31193 Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
31194 fixed variable object, the expression is parsed when the variable
31195 object is created, including associating identifiers to specific
31196 variables. The meaning of expression never changes. For a floating
31197 variable object the values of variables whose names appear in the
31198 expressions are re-evaluated every time in the context of the current
31199 frame. Consider this example:
31200
31201 @smallexample
31202 void do_work(...)
31203 @{
31204 struct work_state state;
31205
31206 if (...)
31207 do_work(...);
31208 @}
31209 @end smallexample
31210
31211 If a fixed variable object for the @code{state} variable is created in
31212 this function, and we enter the recursive call, the variable
31213 object will report the value of @code{state} in the top-level
31214 @code{do_work} invocation. On the other hand, a floating variable
31215 object will report the value of @code{state} in the current frame.
31216
31217 If an expression specified when creating a fixed variable object
31218 refers to a local variable, the variable object becomes bound to the
31219 thread and frame in which the variable object is created. When such
31220 variable object is updated, @value{GDBN} makes sure that the
31221 thread/frame combination the variable object is bound to still exists,
31222 and re-evaluates the variable object in context of that thread/frame.
31223
31224 The following is the complete set of @sc{gdb/mi} operations defined to
31225 access this functionality:
31226
31227 @multitable @columnfractions .4 .6
31228 @item @strong{Operation}
31229 @tab @strong{Description}
31230
31231 @item @code{-enable-pretty-printing}
31232 @tab enable Python-based pretty-printing
31233 @item @code{-var-create}
31234 @tab create a variable object
31235 @item @code{-var-delete}
31236 @tab delete the variable object and/or its children
31237 @item @code{-var-set-format}
31238 @tab set the display format of this variable
31239 @item @code{-var-show-format}
31240 @tab show the display format of this variable
31241 @item @code{-var-info-num-children}
31242 @tab tells how many children this object has
31243 @item @code{-var-list-children}
31244 @tab return a list of the object's children
31245 @item @code{-var-info-type}
31246 @tab show the type of this variable object
31247 @item @code{-var-info-expression}
31248 @tab print parent-relative expression that this variable object represents
31249 @item @code{-var-info-path-expression}
31250 @tab print full expression that this variable object represents
31251 @item @code{-var-show-attributes}
31252 @tab is this variable editable? does it exist here?
31253 @item @code{-var-evaluate-expression}
31254 @tab get the value of this variable
31255 @item @code{-var-assign}
31256 @tab set the value of this variable
31257 @item @code{-var-update}
31258 @tab update the variable and its children
31259 @item @code{-var-set-frozen}
31260 @tab set frozeness attribute
31261 @item @code{-var-set-update-range}
31262 @tab set range of children to display on update
31263 @end multitable
31264
31265 In the next subsection we describe each operation in detail and suggest
31266 how it can be used.
31267
31268 @subheading Description And Use of Operations on Variable Objects
31269
31270 @subheading The @code{-enable-pretty-printing} Command
31271 @findex -enable-pretty-printing
31272
31273 @smallexample
31274 -enable-pretty-printing
31275 @end smallexample
31276
31277 @value{GDBN} allows Python-based visualizers to affect the output of the
31278 MI variable object commands. However, because there was no way to
31279 implement this in a fully backward-compatible way, a front end must
31280 request that this functionality be enabled.
31281
31282 Once enabled, this feature cannot be disabled.
31283
31284 Note that if Python support has not been compiled into @value{GDBN},
31285 this command will still succeed (and do nothing).
31286
31287 This feature is currently (as of @value{GDBN} 7.0) experimental, and
31288 may work differently in future versions of @value{GDBN}.
31289
31290 @subheading The @code{-var-create} Command
31291 @findex -var-create
31292
31293 @subsubheading Synopsis
31294
31295 @smallexample
31296 -var-create @{@var{name} | "-"@}
31297 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
31298 @end smallexample
31299
31300 This operation creates a variable object, which allows the monitoring of
31301 a variable, the result of an expression, a memory cell or a CPU
31302 register.
31303
31304 The @var{name} parameter is the string by which the object can be
31305 referenced. It must be unique. If @samp{-} is specified, the varobj
31306 system will generate a string ``varNNNNNN'' automatically. It will be
31307 unique provided that one does not specify @var{name} of that format.
31308 The command fails if a duplicate name is found.
31309
31310 The frame under which the expression should be evaluated can be
31311 specified by @var{frame-addr}. A @samp{*} indicates that the current
31312 frame should be used. A @samp{@@} indicates that a floating variable
31313 object must be created.
31314
31315 @var{expression} is any expression valid on the current language set (must not
31316 begin with a @samp{*}), or one of the following:
31317
31318 @itemize @bullet
31319 @item
31320 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
31321
31322 @item
31323 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
31324
31325 @item
31326 @samp{$@var{regname}} --- a CPU register name
31327 @end itemize
31328
31329 @cindex dynamic varobj
31330 A varobj's contents may be provided by a Python-based pretty-printer. In this
31331 case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
31332 have slightly different semantics in some cases. If the
31333 @code{-enable-pretty-printing} command is not sent, then @value{GDBN}
31334 will never create a dynamic varobj. This ensures backward
31335 compatibility for existing clients.
31336
31337 @subsubheading Result
31338
31339 This operation returns attributes of the newly-created varobj. These
31340 are:
31341
31342 @table @samp
31343 @item name
31344 The name of the varobj.
31345
31346 @item numchild
31347 The number of children of the varobj. This number is not necessarily
31348 reliable for a dynamic varobj. Instead, you must examine the
31349 @samp{has_more} attribute.
31350
31351 @item value
31352 The varobj's scalar value. For a varobj whose type is some sort of
31353 aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
31354 will not be interesting.
31355
31356 @item type
31357 The varobj's type. This is a string representation of the type, as
31358 would be printed by the @value{GDBN} CLI. If @samp{print object}
31359 (@pxref{Print Settings, set print object}) is set to @code{on}, the
31360 @emph{actual} (derived) type of the object is shown rather than the
31361 @emph{declared} one.
31362
31363 @item thread-id
31364 If a variable object is bound to a specific thread, then this is the
31365 thread's global identifier.
31366
31367 @item has_more
31368 For a dynamic varobj, this indicates whether there appear to be any
31369 children available. For a non-dynamic varobj, this will be 0.
31370
31371 @item dynamic
31372 This attribute will be present and have the value @samp{1} if the
31373 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
31374 then this attribute will not be present.
31375
31376 @item displayhint
31377 A dynamic varobj can supply a display hint to the front end. The
31378 value comes directly from the Python pretty-printer object's
31379 @code{display_hint} method. @xref{Pretty Printing API}.
31380 @end table
31381
31382 Typical output will look like this:
31383
31384 @smallexample
31385 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
31386 has_more="@var{has_more}"
31387 @end smallexample
31388
31389
31390 @subheading The @code{-var-delete} Command
31391 @findex -var-delete
31392
31393 @subsubheading Synopsis
31394
31395 @smallexample
31396 -var-delete [ -c ] @var{name}
31397 @end smallexample
31398
31399 Deletes a previously created variable object and all of its children.
31400 With the @samp{-c} option, just deletes the children.
31401
31402 Returns an error if the object @var{name} is not found.
31403
31404
31405 @subheading The @code{-var-set-format} Command
31406 @findex -var-set-format
31407
31408 @subsubheading Synopsis
31409
31410 @smallexample
31411 -var-set-format @var{name} @var{format-spec}
31412 @end smallexample
31413
31414 Sets the output format for the value of the object @var{name} to be
31415 @var{format-spec}.
31416
31417 @anchor{-var-set-format}
31418 The syntax for the @var{format-spec} is as follows:
31419
31420 @smallexample
31421 @var{format-spec} @expansion{}
31422 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
31423 @end smallexample
31424
31425 The natural format is the default format choosen automatically
31426 based on the variable type (like decimal for an @code{int}, hex
31427 for pointers, etc.).
31428
31429 The zero-hexadecimal format has a representation similar to hexadecimal
31430 but with padding zeroes to the left of the value. For example, a 32-bit
31431 hexadecimal value of 0x1234 would be represented as 0x00001234 in the
31432 zero-hexadecimal format.
31433
31434 For a variable with children, the format is set only on the
31435 variable itself, and the children are not affected.
31436
31437 @subheading The @code{-var-show-format} Command
31438 @findex -var-show-format
31439
31440 @subsubheading Synopsis
31441
31442 @smallexample
31443 -var-show-format @var{name}
31444 @end smallexample
31445
31446 Returns the format used to display the value of the object @var{name}.
31447
31448 @smallexample
31449 @var{format} @expansion{}
31450 @var{format-spec}
31451 @end smallexample
31452
31453
31454 @subheading The @code{-var-info-num-children} Command
31455 @findex -var-info-num-children
31456
31457 @subsubheading Synopsis
31458
31459 @smallexample
31460 -var-info-num-children @var{name}
31461 @end smallexample
31462
31463 Returns the number of children of a variable object @var{name}:
31464
31465 @smallexample
31466 numchild=@var{n}
31467 @end smallexample
31468
31469 Note that this number is not completely reliable for a dynamic varobj.
31470 It will return the current number of children, but more children may
31471 be available.
31472
31473
31474 @subheading The @code{-var-list-children} Command
31475 @findex -var-list-children
31476
31477 @subsubheading Synopsis
31478
31479 @smallexample
31480 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
31481 @end smallexample
31482 @anchor{-var-list-children}
31483
31484 Return a list of the children of the specified variable object and
31485 create variable objects for them, if they do not already exist. With
31486 a single argument or if @var{print-values} has a value of 0 or
31487 @code{--no-values}, print only the names of the variables; if
31488 @var{print-values} is 1 or @code{--all-values}, also print their
31489 values; and if it is 2 or @code{--simple-values} print the name and
31490 value for simple data types and just the name for arrays, structures
31491 and unions.
31492
31493 @var{from} and @var{to}, if specified, indicate the range of children
31494 to report. If @var{from} or @var{to} is less than zero, the range is
31495 reset and all children will be reported. Otherwise, children starting
31496 at @var{from} (zero-based) and up to and excluding @var{to} will be
31497 reported.
31498
31499 If a child range is requested, it will only affect the current call to
31500 @code{-var-list-children}, but not future calls to @code{-var-update}.
31501 For this, you must instead use @code{-var-set-update-range}. The
31502 intent of this approach is to enable a front end to implement any
31503 update approach it likes; for example, scrolling a view may cause the
31504 front end to request more children with @code{-var-list-children}, and
31505 then the front end could call @code{-var-set-update-range} with a
31506 different range to ensure that future updates are restricted to just
31507 the visible items.
31508
31509 For each child the following results are returned:
31510
31511 @table @var
31512
31513 @item name
31514 Name of the variable object created for this child.
31515
31516 @item exp
31517 The expression to be shown to the user by the front end to designate this child.
31518 For example this may be the name of a structure member.
31519
31520 For a dynamic varobj, this value cannot be used to form an
31521 expression. There is no way to do this at all with a dynamic varobj.
31522
31523 For C/C@t{++} structures there are several pseudo children returned to
31524 designate access qualifiers. For these pseudo children @var{exp} is
31525 @samp{public}, @samp{private}, or @samp{protected}. In this case the
31526 type and value are not present.
31527
31528 A dynamic varobj will not report the access qualifying
31529 pseudo-children, regardless of the language. This information is not
31530 available at all with a dynamic varobj.
31531
31532 @item numchild
31533 Number of children this child has. For a dynamic varobj, this will be
31534 0.
31535
31536 @item type
31537 The type of the child. If @samp{print object}
31538 (@pxref{Print Settings, set print object}) is set to @code{on}, the
31539 @emph{actual} (derived) type of the object is shown rather than the
31540 @emph{declared} one.
31541
31542 @item value
31543 If values were requested, this is the value.
31544
31545 @item thread-id
31546 If this variable object is associated with a thread, this is the
31547 thread's global thread id. Otherwise this result is not present.
31548
31549 @item frozen
31550 If the variable object is frozen, this variable will be present with a value of 1.
31551
31552 @item displayhint
31553 A dynamic varobj can supply a display hint to the front end. The
31554 value comes directly from the Python pretty-printer object's
31555 @code{display_hint} method. @xref{Pretty Printing API}.
31556
31557 @item dynamic
31558 This attribute will be present and have the value @samp{1} if the
31559 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
31560 then this attribute will not be present.
31561
31562 @end table
31563
31564 The result may have its own attributes:
31565
31566 @table @samp
31567 @item displayhint
31568 A dynamic varobj can supply a display hint to the front end. The
31569 value comes directly from the Python pretty-printer object's
31570 @code{display_hint} method. @xref{Pretty Printing API}.
31571
31572 @item has_more
31573 This is an integer attribute which is nonzero if there are children
31574 remaining after the end of the selected range.
31575 @end table
31576
31577 @subsubheading Example
31578
31579 @smallexample
31580 (gdb)
31581 -var-list-children n
31582 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
31583 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
31584 (gdb)
31585 -var-list-children --all-values n
31586 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
31587 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
31588 @end smallexample
31589
31590
31591 @subheading The @code{-var-info-type} Command
31592 @findex -var-info-type
31593
31594 @subsubheading Synopsis
31595
31596 @smallexample
31597 -var-info-type @var{name}
31598 @end smallexample
31599
31600 Returns the type of the specified variable @var{name}. The type is
31601 returned as a string in the same format as it is output by the
31602 @value{GDBN} CLI:
31603
31604 @smallexample
31605 type=@var{typename}
31606 @end smallexample
31607
31608
31609 @subheading The @code{-var-info-expression} Command
31610 @findex -var-info-expression
31611
31612 @subsubheading Synopsis
31613
31614 @smallexample
31615 -var-info-expression @var{name}
31616 @end smallexample
31617
31618 Returns a string that is suitable for presenting this
31619 variable object in user interface. The string is generally
31620 not valid expression in the current language, and cannot be evaluated.
31621
31622 For example, if @code{a} is an array, and variable object
31623 @code{A} was created for @code{a}, then we'll get this output:
31624
31625 @smallexample
31626 (gdb) -var-info-expression A.1
31627 ^done,lang="C",exp="1"
31628 @end smallexample
31629
31630 @noindent
31631 Here, the value of @code{lang} is the language name, which can be
31632 found in @ref{Supported Languages}.
31633
31634 Note that the output of the @code{-var-list-children} command also
31635 includes those expressions, so the @code{-var-info-expression} command
31636 is of limited use.
31637
31638 @subheading The @code{-var-info-path-expression} Command
31639 @findex -var-info-path-expression
31640
31641 @subsubheading Synopsis
31642
31643 @smallexample
31644 -var-info-path-expression @var{name}
31645 @end smallexample
31646
31647 Returns an expression that can be evaluated in the current
31648 context and will yield the same value that a variable object has.
31649 Compare this with the @code{-var-info-expression} command, which
31650 result can be used only for UI presentation. Typical use of
31651 the @code{-var-info-path-expression} command is creating a
31652 watchpoint from a variable object.
31653
31654 This command is currently not valid for children of a dynamic varobj,
31655 and will give an error when invoked on one.
31656
31657 For example, suppose @code{C} is a C@t{++} class, derived from class
31658 @code{Base}, and that the @code{Base} class has a member called
31659 @code{m_size}. Assume a variable @code{c} is has the type of
31660 @code{C} and a variable object @code{C} was created for variable
31661 @code{c}. Then, we'll get this output:
31662 @smallexample
31663 (gdb) -var-info-path-expression C.Base.public.m_size
31664 ^done,path_expr=((Base)c).m_size)
31665 @end smallexample
31666
31667 @subheading The @code{-var-show-attributes} Command
31668 @findex -var-show-attributes
31669
31670 @subsubheading Synopsis
31671
31672 @smallexample
31673 -var-show-attributes @var{name}
31674 @end smallexample
31675
31676 List attributes of the specified variable object @var{name}:
31677
31678 @smallexample
31679 status=@var{attr} [ ( ,@var{attr} )* ]
31680 @end smallexample
31681
31682 @noindent
31683 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
31684
31685 @subheading The @code{-var-evaluate-expression} Command
31686 @findex -var-evaluate-expression
31687
31688 @subsubheading Synopsis
31689
31690 @smallexample
31691 -var-evaluate-expression [-f @var{format-spec}] @var{name}
31692 @end smallexample
31693
31694 Evaluates the expression that is represented by the specified variable
31695 object and returns its value as a string. The format of the string
31696 can be specified with the @samp{-f} option. The possible values of
31697 this option are the same as for @code{-var-set-format}
31698 (@pxref{-var-set-format}). If the @samp{-f} option is not specified,
31699 the current display format will be used. The current display format
31700 can be changed using the @code{-var-set-format} command.
31701
31702 @smallexample
31703 value=@var{value}
31704 @end smallexample
31705
31706 Note that one must invoke @code{-var-list-children} for a variable
31707 before the value of a child variable can be evaluated.
31708
31709 @subheading The @code{-var-assign} Command
31710 @findex -var-assign
31711
31712 @subsubheading Synopsis
31713
31714 @smallexample
31715 -var-assign @var{name} @var{expression}
31716 @end smallexample
31717
31718 Assigns the value of @var{expression} to the variable object specified
31719 by @var{name}. The object must be @samp{editable}. If the variable's
31720 value is altered by the assign, the variable will show up in any
31721 subsequent @code{-var-update} list.
31722
31723 @subsubheading Example
31724
31725 @smallexample
31726 (gdb)
31727 -var-assign var1 3
31728 ^done,value="3"
31729 (gdb)
31730 -var-update *
31731 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
31732 (gdb)
31733 @end smallexample
31734
31735 @subheading The @code{-var-update} Command
31736 @findex -var-update
31737
31738 @subsubheading Synopsis
31739
31740 @smallexample
31741 -var-update [@var{print-values}] @{@var{name} | "*"@}
31742 @end smallexample
31743
31744 Reevaluate the expressions corresponding to the variable object
31745 @var{name} and all its direct and indirect children, and return the
31746 list of variable objects whose values have changed; @var{name} must
31747 be a root variable object. Here, ``changed'' means that the result of
31748 @code{-var-evaluate-expression} before and after the
31749 @code{-var-update} is different. If @samp{*} is used as the variable
31750 object names, all existing variable objects are updated, except
31751 for frozen ones (@pxref{-var-set-frozen}). The option
31752 @var{print-values} determines whether both names and values, or just
31753 names are printed. The possible values of this option are the same
31754 as for @code{-var-list-children} (@pxref{-var-list-children}). It is
31755 recommended to use the @samp{--all-values} option, to reduce the
31756 number of MI commands needed on each program stop.
31757
31758 With the @samp{*} parameter, if a variable object is bound to a
31759 currently running thread, it will not be updated, without any
31760 diagnostic.
31761
31762 If @code{-var-set-update-range} was previously used on a varobj, then
31763 only the selected range of children will be reported.
31764
31765 @code{-var-update} reports all the changed varobjs in a tuple named
31766 @samp{changelist}.
31767
31768 Each item in the change list is itself a tuple holding:
31769
31770 @table @samp
31771 @item name
31772 The name of the varobj.
31773
31774 @item value
31775 If values were requested for this update, then this field will be
31776 present and will hold the value of the varobj.
31777
31778 @item in_scope
31779 @anchor{-var-update}
31780 This field is a string which may take one of three values:
31781
31782 @table @code
31783 @item "true"
31784 The variable object's current value is valid.
31785
31786 @item "false"
31787 The variable object does not currently hold a valid value but it may
31788 hold one in the future if its associated expression comes back into
31789 scope.
31790
31791 @item "invalid"
31792 The variable object no longer holds a valid value.
31793 This can occur when the executable file being debugged has changed,
31794 either through recompilation or by using the @value{GDBN} @code{file}
31795 command. The front end should normally choose to delete these variable
31796 objects.
31797 @end table
31798
31799 In the future new values may be added to this list so the front should
31800 be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
31801
31802 @item type_changed
31803 This is only present if the varobj is still valid. If the type
31804 changed, then this will be the string @samp{true}; otherwise it will
31805 be @samp{false}.
31806
31807 When a varobj's type changes, its children are also likely to have
31808 become incorrect. Therefore, the varobj's children are automatically
31809 deleted when this attribute is @samp{true}. Also, the varobj's update
31810 range, when set using the @code{-var-set-update-range} command, is
31811 unset.
31812
31813 @item new_type
31814 If the varobj's type changed, then this field will be present and will
31815 hold the new type.
31816
31817 @item new_num_children
31818 For a dynamic varobj, if the number of children changed, or if the
31819 type changed, this will be the new number of children.
31820
31821 The @samp{numchild} field in other varobj responses is generally not
31822 valid for a dynamic varobj -- it will show the number of children that
31823 @value{GDBN} knows about, but because dynamic varobjs lazily
31824 instantiate their children, this will not reflect the number of
31825 children which may be available.
31826
31827 The @samp{new_num_children} attribute only reports changes to the
31828 number of children known by @value{GDBN}. This is the only way to
31829 detect whether an update has removed children (which necessarily can
31830 only happen at the end of the update range).
31831
31832 @item displayhint
31833 The display hint, if any.
31834
31835 @item has_more
31836 This is an integer value, which will be 1 if there are more children
31837 available outside the varobj's update range.
31838
31839 @item dynamic
31840 This attribute will be present and have the value @samp{1} if the
31841 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
31842 then this attribute will not be present.
31843
31844 @item new_children
31845 If new children were added to a dynamic varobj within the selected
31846 update range (as set by @code{-var-set-update-range}), then they will
31847 be listed in this attribute.
31848 @end table
31849
31850 @subsubheading Example
31851
31852 @smallexample
31853 (gdb)
31854 -var-assign var1 3
31855 ^done,value="3"
31856 (gdb)
31857 -var-update --all-values var1
31858 ^done,changelist=[@{name="var1",value="3",in_scope="true",
31859 type_changed="false"@}]
31860 (gdb)
31861 @end smallexample
31862
31863 @subheading The @code{-var-set-frozen} Command
31864 @findex -var-set-frozen
31865 @anchor{-var-set-frozen}
31866
31867 @subsubheading Synopsis
31868
31869 @smallexample
31870 -var-set-frozen @var{name} @var{flag}
31871 @end smallexample
31872
31873 Set the frozenness flag on the variable object @var{name}. The
31874 @var{flag} parameter should be either @samp{1} to make the variable
31875 frozen or @samp{0} to make it unfrozen. If a variable object is
31876 frozen, then neither itself, nor any of its children, are
31877 implicitly updated by @code{-var-update} of
31878 a parent variable or by @code{-var-update *}. Only
31879 @code{-var-update} of the variable itself will update its value and
31880 values of its children. After a variable object is unfrozen, it is
31881 implicitly updated by all subsequent @code{-var-update} operations.
31882 Unfreezing a variable does not update it, only subsequent
31883 @code{-var-update} does.
31884
31885 @subsubheading Example
31886
31887 @smallexample
31888 (gdb)
31889 -var-set-frozen V 1
31890 ^done
31891 (gdb)
31892 @end smallexample
31893
31894 @subheading The @code{-var-set-update-range} command
31895 @findex -var-set-update-range
31896 @anchor{-var-set-update-range}
31897
31898 @subsubheading Synopsis
31899
31900 @smallexample
31901 -var-set-update-range @var{name} @var{from} @var{to}
31902 @end smallexample
31903
31904 Set the range of children to be returned by future invocations of
31905 @code{-var-update}.
31906
31907 @var{from} and @var{to} indicate the range of children to report. If
31908 @var{from} or @var{to} is less than zero, the range is reset and all
31909 children will be reported. Otherwise, children starting at @var{from}
31910 (zero-based) and up to and excluding @var{to} will be reported.
31911
31912 @subsubheading Example
31913
31914 @smallexample
31915 (gdb)
31916 -var-set-update-range V 1 2
31917 ^done
31918 @end smallexample
31919
31920 @subheading The @code{-var-set-visualizer} command
31921 @findex -var-set-visualizer
31922 @anchor{-var-set-visualizer}
31923
31924 @subsubheading Synopsis
31925
31926 @smallexample
31927 -var-set-visualizer @var{name} @var{visualizer}
31928 @end smallexample
31929
31930 Set a visualizer for the variable object @var{name}.
31931
31932 @var{visualizer} is the visualizer to use. The special value
31933 @samp{None} means to disable any visualizer in use.
31934
31935 If not @samp{None}, @var{visualizer} must be a Python expression.
31936 This expression must evaluate to a callable object which accepts a
31937 single argument. @value{GDBN} will call this object with the value of
31938 the varobj @var{name} as an argument (this is done so that the same
31939 Python pretty-printing code can be used for both the CLI and MI).
31940 When called, this object must return an object which conforms to the
31941 pretty-printing interface (@pxref{Pretty Printing API}).
31942
31943 The pre-defined function @code{gdb.default_visualizer} may be used to
31944 select a visualizer by following the built-in process
31945 (@pxref{Selecting Pretty-Printers}). This is done automatically when
31946 a varobj is created, and so ordinarily is not needed.
31947
31948 This feature is only available if Python support is enabled. The MI
31949 command @code{-list-features} (@pxref{GDB/MI Support Commands})
31950 can be used to check this.
31951
31952 @subsubheading Example
31953
31954 Resetting the visualizer:
31955
31956 @smallexample
31957 (gdb)
31958 -var-set-visualizer V None
31959 ^done
31960 @end smallexample
31961
31962 Reselecting the default (type-based) visualizer:
31963
31964 @smallexample
31965 (gdb)
31966 -var-set-visualizer V gdb.default_visualizer
31967 ^done
31968 @end smallexample
31969
31970 Suppose @code{SomeClass} is a visualizer class. A lambda expression
31971 can be used to instantiate this class for a varobj:
31972
31973 @smallexample
31974 (gdb)
31975 -var-set-visualizer V "lambda val: SomeClass()"
31976 ^done
31977 @end smallexample
31978
31979 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31980 @node GDB/MI Data Manipulation
31981 @section @sc{gdb/mi} Data Manipulation
31982
31983 @cindex data manipulation, in @sc{gdb/mi}
31984 @cindex @sc{gdb/mi}, data manipulation
31985 This section describes the @sc{gdb/mi} commands that manipulate data:
31986 examine memory and registers, evaluate expressions, etc.
31987
31988 For details about what an addressable memory unit is,
31989 @pxref{addressable memory unit}.
31990
31991 @c REMOVED FROM THE INTERFACE.
31992 @c @subheading -data-assign
31993 @c Change the value of a program variable. Plenty of side effects.
31994 @c @subsubheading GDB Command
31995 @c set variable
31996 @c @subsubheading Example
31997 @c N.A.
31998
31999 @subheading The @code{-data-disassemble} Command
32000 @findex -data-disassemble
32001
32002 @subsubheading Synopsis
32003
32004 @smallexample
32005 -data-disassemble
32006 [ -s @var{start-addr} -e @var{end-addr} ]
32007 | [ -a @var{addr} ]
32008 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
32009 -- @var{mode}
32010 @end smallexample
32011
32012 @noindent
32013 Where:
32014
32015 @table @samp
32016 @item @var{start-addr}
32017 is the beginning address (or @code{$pc})
32018 @item @var{end-addr}
32019 is the end address
32020 @item @var{addr}
32021 is an address anywhere within (or the name of) the function to
32022 disassemble. If an address is specified, the whole function
32023 surrounding that address will be disassembled. If a name is
32024 specified, the whole function with that name will be disassembled.
32025 @item @var{filename}
32026 is the name of the file to disassemble
32027 @item @var{linenum}
32028 is the line number to disassemble around
32029 @item @var{lines}
32030 is the number of disassembly lines to be produced. If it is -1,
32031 the whole function will be disassembled, in case no @var{end-addr} is
32032 specified. If @var{end-addr} is specified as a non-zero value, and
32033 @var{lines} is lower than the number of disassembly lines between
32034 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
32035 displayed; if @var{lines} is higher than the number of lines between
32036 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
32037 are displayed.
32038 @item @var{mode}
32039 is one of:
32040 @itemize @bullet
32041 @item 0 disassembly only
32042 @item 1 mixed source and disassembly (deprecated)
32043 @item 2 disassembly with raw opcodes
32044 @item 3 mixed source and disassembly with raw opcodes (deprecated)
32045 @item 4 mixed source and disassembly
32046 @item 5 mixed source and disassembly with raw opcodes
32047 @end itemize
32048
32049 Modes 1 and 3 are deprecated. The output is ``source centric''
32050 which hasn't proved useful in practice.
32051 @xref{Machine Code}, for a discussion of the difference between
32052 @code{/m} and @code{/s} output of the @code{disassemble} command.
32053 @end table
32054
32055 @subsubheading Result
32056
32057 The result of the @code{-data-disassemble} command will be a list named
32058 @samp{asm_insns}, the contents of this list depend on the @var{mode}
32059 used with the @code{-data-disassemble} command.
32060
32061 For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
32062 following fields:
32063
32064 @table @code
32065 @item address
32066 The address at which this instruction was disassembled.
32067
32068 @item func-name
32069 The name of the function this instruction is within.
32070
32071 @item offset
32072 The decimal offset in bytes from the start of @samp{func-name}.
32073
32074 @item inst
32075 The text disassembly for this @samp{address}.
32076
32077 @item opcodes
32078 This field is only present for modes 2, 3 and 5. This contains the raw opcode
32079 bytes for the @samp{inst} field.
32080
32081 @end table
32082
32083 For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
32084 @samp{src_and_asm_line}, each of which has the following fields:
32085
32086 @table @code
32087 @item line
32088 The line number within @samp{file}.
32089
32090 @item file
32091 The file name from the compilation unit. This might be an absolute
32092 file name or a relative file name depending on the compile command
32093 used.
32094
32095 @item fullname
32096 Absolute file name of @samp{file}. It is converted to a canonical form
32097 using the source file search path
32098 (@pxref{Source Path, ,Specifying Source Directories})
32099 and after resolving all the symbolic links.
32100
32101 If the source file is not found this field will contain the path as
32102 present in the debug information.
32103
32104 @item line_asm_insn
32105 This is a list of tuples containing the disassembly for @samp{line} in
32106 @samp{file}. The fields of each tuple are the same as for
32107 @code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
32108 @samp{func-name}, @samp{offset}, @samp{inst}, and optionally
32109 @samp{opcodes}.
32110
32111 @end table
32112
32113 Note that whatever included in the @samp{inst} field, is not
32114 manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
32115 adjust its format.
32116
32117 @subsubheading @value{GDBN} Command
32118
32119 The corresponding @value{GDBN} command is @samp{disassemble}.
32120
32121 @subsubheading Example
32122
32123 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
32124
32125 @smallexample
32126 (gdb)
32127 -data-disassemble -s $pc -e "$pc + 20" -- 0
32128 ^done,
32129 asm_insns=[
32130 @{address="0x000107c0",func-name="main",offset="4",
32131 inst="mov 2, %o0"@},
32132 @{address="0x000107c4",func-name="main",offset="8",
32133 inst="sethi %hi(0x11800), %o2"@},
32134 @{address="0x000107c8",func-name="main",offset="12",
32135 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
32136 @{address="0x000107cc",func-name="main",offset="16",
32137 inst="sethi %hi(0x11800), %o2"@},
32138 @{address="0x000107d0",func-name="main",offset="20",
32139 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
32140 (gdb)
32141 @end smallexample
32142
32143 Disassemble the whole @code{main} function. Line 32 is part of
32144 @code{main}.
32145
32146 @smallexample
32147 -data-disassemble -f basics.c -l 32 -- 0
32148 ^done,asm_insns=[
32149 @{address="0x000107bc",func-name="main",offset="0",
32150 inst="save %sp, -112, %sp"@},
32151 @{address="0x000107c0",func-name="main",offset="4",
32152 inst="mov 2, %o0"@},
32153 @{address="0x000107c4",func-name="main",offset="8",
32154 inst="sethi %hi(0x11800), %o2"@},
32155 [@dots{}]
32156 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
32157 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
32158 (gdb)
32159 @end smallexample
32160
32161 Disassemble 3 instructions from the start of @code{main}:
32162
32163 @smallexample
32164 (gdb)
32165 -data-disassemble -f basics.c -l 32 -n 3 -- 0
32166 ^done,asm_insns=[
32167 @{address="0x000107bc",func-name="main",offset="0",
32168 inst="save %sp, -112, %sp"@},
32169 @{address="0x000107c0",func-name="main",offset="4",
32170 inst="mov 2, %o0"@},
32171 @{address="0x000107c4",func-name="main",offset="8",
32172 inst="sethi %hi(0x11800), %o2"@}]
32173 (gdb)
32174 @end smallexample
32175
32176 Disassemble 3 instructions from the start of @code{main} in mixed mode:
32177
32178 @smallexample
32179 (gdb)
32180 -data-disassemble -f basics.c -l 32 -n 3 -- 1
32181 ^done,asm_insns=[
32182 src_and_asm_line=@{line="31",
32183 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
32184 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
32185 line_asm_insn=[@{address="0x000107bc",
32186 func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
32187 src_and_asm_line=@{line="32",
32188 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
32189 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
32190 line_asm_insn=[@{address="0x000107c0",
32191 func-name="main",offset="4",inst="mov 2, %o0"@},
32192 @{address="0x000107c4",func-name="main",offset="8",
32193 inst="sethi %hi(0x11800), %o2"@}]@}]
32194 (gdb)
32195 @end smallexample
32196
32197
32198 @subheading The @code{-data-evaluate-expression} Command
32199 @findex -data-evaluate-expression
32200
32201 @subsubheading Synopsis
32202
32203 @smallexample
32204 -data-evaluate-expression @var{expr}
32205 @end smallexample
32206
32207 Evaluate @var{expr} as an expression. The expression could contain an
32208 inferior function call. The function call will execute synchronously.
32209 If the expression contains spaces, it must be enclosed in double quotes.
32210
32211 @subsubheading @value{GDBN} Command
32212
32213 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
32214 @samp{call}. In @code{gdbtk} only, there's a corresponding
32215 @samp{gdb_eval} command.
32216
32217 @subsubheading Example
32218
32219 In the following example, the numbers that precede the commands are the
32220 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
32221 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
32222 output.
32223
32224 @smallexample
32225 211-data-evaluate-expression A
32226 211^done,value="1"
32227 (gdb)
32228 311-data-evaluate-expression &A
32229 311^done,value="0xefffeb7c"
32230 (gdb)
32231 411-data-evaluate-expression A+3
32232 411^done,value="4"
32233 (gdb)
32234 511-data-evaluate-expression "A + 3"
32235 511^done,value="4"
32236 (gdb)
32237 @end smallexample
32238
32239
32240 @subheading The @code{-data-list-changed-registers} Command
32241 @findex -data-list-changed-registers
32242
32243 @subsubheading Synopsis
32244
32245 @smallexample
32246 -data-list-changed-registers
32247 @end smallexample
32248
32249 Display a list of the registers that have changed.
32250
32251 @subsubheading @value{GDBN} Command
32252
32253 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
32254 has the corresponding command @samp{gdb_changed_register_list}.
32255
32256 @subsubheading Example
32257
32258 On a PPC MBX board:
32259
32260 @smallexample
32261 (gdb)
32262 -exec-continue
32263 ^running
32264
32265 (gdb)
32266 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
32267 func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
32268 line="5",arch="powerpc"@}
32269 (gdb)
32270 -data-list-changed-registers
32271 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
32272 "10","11","13","14","15","16","17","18","19","20","21","22","23",
32273 "24","25","26","27","28","30","31","64","65","66","67","69"]
32274 (gdb)
32275 @end smallexample
32276
32277
32278 @subheading The @code{-data-list-register-names} Command
32279 @findex -data-list-register-names
32280
32281 @subsubheading Synopsis
32282
32283 @smallexample
32284 -data-list-register-names [ ( @var{regno} )+ ]
32285 @end smallexample
32286
32287 Show a list of register names for the current target. If no arguments
32288 are given, it shows a list of the names of all the registers. If
32289 integer numbers are given as arguments, it will print a list of the
32290 names of the registers corresponding to the arguments. To ensure
32291 consistency between a register name and its number, the output list may
32292 include empty register names.
32293
32294 @subsubheading @value{GDBN} Command
32295
32296 @value{GDBN} does not have a command which corresponds to
32297 @samp{-data-list-register-names}. In @code{gdbtk} there is a
32298 corresponding command @samp{gdb_regnames}.
32299
32300 @subsubheading Example
32301
32302 For the PPC MBX board:
32303 @smallexample
32304 (gdb)
32305 -data-list-register-names
32306 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
32307 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
32308 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
32309 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
32310 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
32311 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
32312 "", "pc","ps","cr","lr","ctr","xer"]
32313 (gdb)
32314 -data-list-register-names 1 2 3
32315 ^done,register-names=["r1","r2","r3"]
32316 (gdb)
32317 @end smallexample
32318
32319 @subheading The @code{-data-list-register-values} Command
32320 @findex -data-list-register-values
32321
32322 @subsubheading Synopsis
32323
32324 @smallexample
32325 -data-list-register-values
32326 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
32327 @end smallexample
32328
32329 Display the registers' contents. The format according to which the
32330 registers' contents are to be returned is given by @var{fmt}, followed
32331 by an optional list of numbers specifying the registers to display. A
32332 missing list of numbers indicates that the contents of all the
32333 registers must be returned. The @code{--skip-unavailable} option
32334 indicates that only the available registers are to be returned.
32335
32336 Allowed formats for @var{fmt} are:
32337
32338 @table @code
32339 @item x
32340 Hexadecimal
32341 @item o
32342 Octal
32343 @item t
32344 Binary
32345 @item d
32346 Decimal
32347 @item r
32348 Raw
32349 @item N
32350 Natural
32351 @end table
32352
32353 @subsubheading @value{GDBN} Command
32354
32355 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
32356 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
32357
32358 @subsubheading Example
32359
32360 For a PPC MBX board (note: line breaks are for readability only, they
32361 don't appear in the actual output):
32362
32363 @smallexample
32364 (gdb)
32365 -data-list-register-values r 64 65
32366 ^done,register-values=[@{number="64",value="0xfe00a300"@},
32367 @{number="65",value="0x00029002"@}]
32368 (gdb)
32369 -data-list-register-values x
32370 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
32371 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
32372 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
32373 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
32374 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
32375 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
32376 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
32377 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
32378 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
32379 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
32380 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
32381 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
32382 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
32383 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
32384 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
32385 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
32386 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
32387 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
32388 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
32389 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
32390 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
32391 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
32392 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
32393 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
32394 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
32395 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
32396 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
32397 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
32398 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
32399 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
32400 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
32401 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
32402 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
32403 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
32404 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
32405 @{number="69",value="0x20002b03"@}]
32406 (gdb)
32407 @end smallexample
32408
32409
32410 @subheading The @code{-data-read-memory} Command
32411 @findex -data-read-memory
32412
32413 This command is deprecated, use @code{-data-read-memory-bytes} instead.
32414
32415 @subsubheading Synopsis
32416
32417 @smallexample
32418 -data-read-memory [ -o @var{byte-offset} ]
32419 @var{address} @var{word-format} @var{word-size}
32420 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
32421 @end smallexample
32422
32423 @noindent
32424 where:
32425
32426 @table @samp
32427 @item @var{address}
32428 An expression specifying the address of the first memory word to be
32429 read. Complex expressions containing embedded white space should be
32430 quoted using the C convention.
32431
32432 @item @var{word-format}
32433 The format to be used to print the memory words. The notation is the
32434 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
32435 ,Output Formats}).
32436
32437 @item @var{word-size}
32438 The size of each memory word in bytes.
32439
32440 @item @var{nr-rows}
32441 The number of rows in the output table.
32442
32443 @item @var{nr-cols}
32444 The number of columns in the output table.
32445
32446 @item @var{aschar}
32447 If present, indicates that each row should include an @sc{ascii} dump. The
32448 value of @var{aschar} is used as a padding character when a byte is not a
32449 member of the printable @sc{ascii} character set (printable @sc{ascii}
32450 characters are those whose code is between 32 and 126, inclusively).
32451
32452 @item @var{byte-offset}
32453 An offset to add to the @var{address} before fetching memory.
32454 @end table
32455
32456 This command displays memory contents as a table of @var{nr-rows} by
32457 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
32458 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
32459 (returned as @samp{total-bytes}). Should less than the requested number
32460 of bytes be returned by the target, the missing words are identified
32461 using @samp{N/A}. The number of bytes read from the target is returned
32462 in @samp{nr-bytes} and the starting address used to read memory in
32463 @samp{addr}.
32464
32465 The address of the next/previous row or page is available in
32466 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
32467 @samp{prev-page}.
32468
32469 @subsubheading @value{GDBN} Command
32470
32471 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
32472 @samp{gdb_get_mem} memory read command.
32473
32474 @subsubheading Example
32475
32476 Read six bytes of memory starting at @code{bytes+6} but then offset by
32477 @code{-6} bytes. Format as three rows of two columns. One byte per
32478 word. Display each word in hex.
32479
32480 @smallexample
32481 (gdb)
32482 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
32483 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
32484 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
32485 prev-page="0x0000138a",memory=[
32486 @{addr="0x00001390",data=["0x00","0x01"]@},
32487 @{addr="0x00001392",data=["0x02","0x03"]@},
32488 @{addr="0x00001394",data=["0x04","0x05"]@}]
32489 (gdb)
32490 @end smallexample
32491
32492 Read two bytes of memory starting at address @code{shorts + 64} and
32493 display as a single word formatted in decimal.
32494
32495 @smallexample
32496 (gdb)
32497 5-data-read-memory shorts+64 d 2 1 1
32498 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
32499 next-row="0x00001512",prev-row="0x0000150e",
32500 next-page="0x00001512",prev-page="0x0000150e",memory=[
32501 @{addr="0x00001510",data=["128"]@}]
32502 (gdb)
32503 @end smallexample
32504
32505 Read thirty two bytes of memory starting at @code{bytes+16} and format
32506 as eight rows of four columns. Include a string encoding with @samp{x}
32507 used as the non-printable character.
32508
32509 @smallexample
32510 (gdb)
32511 4-data-read-memory bytes+16 x 1 8 4 x
32512 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
32513 next-row="0x000013c0",prev-row="0x0000139c",
32514 next-page="0x000013c0",prev-page="0x00001380",memory=[
32515 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
32516 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
32517 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
32518 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
32519 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
32520 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
32521 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
32522 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
32523 (gdb)
32524 @end smallexample
32525
32526 @subheading The @code{-data-read-memory-bytes} Command
32527 @findex -data-read-memory-bytes
32528
32529 @subsubheading Synopsis
32530
32531 @smallexample
32532 -data-read-memory-bytes [ -o @var{offset} ]
32533 @var{address} @var{count}
32534 @end smallexample
32535
32536 @noindent
32537 where:
32538
32539 @table @samp
32540 @item @var{address}
32541 An expression specifying the address of the first addressable memory unit
32542 to be read. Complex expressions containing embedded white space should be
32543 quoted using the C convention.
32544
32545 @item @var{count}
32546 The number of addressable memory units to read. This should be an integer
32547 literal.
32548
32549 @item @var{offset}
32550 The offset relative to @var{address} at which to start reading. This
32551 should be an integer literal. This option is provided so that a frontend
32552 is not required to first evaluate address and then perform address
32553 arithmetics itself.
32554
32555 @end table
32556
32557 This command attempts to read all accessible memory regions in the
32558 specified range. First, all regions marked as unreadable in the memory
32559 map (if one is defined) will be skipped. @xref{Memory Region
32560 Attributes}. Second, @value{GDBN} will attempt to read the remaining
32561 regions. For each one, if reading full region results in an errors,
32562 @value{GDBN} will try to read a subset of the region.
32563
32564 In general, every single memory unit in the region may be readable or not,
32565 and the only way to read every readable unit is to try a read at
32566 every address, which is not practical. Therefore, @value{GDBN} will
32567 attempt to read all accessible memory units at either beginning or the end
32568 of the region, using a binary division scheme. This heuristic works
32569 well for reading accross a memory map boundary. Note that if a region
32570 has a readable range that is neither at the beginning or the end,
32571 @value{GDBN} will not read it.
32572
32573 The result record (@pxref{GDB/MI Result Records}) that is output of
32574 the command includes a field named @samp{memory} whose content is a
32575 list of tuples. Each tuple represent a successfully read memory block
32576 and has the following fields:
32577
32578 @table @code
32579 @item begin
32580 The start address of the memory block, as hexadecimal literal.
32581
32582 @item end
32583 The end address of the memory block, as hexadecimal literal.
32584
32585 @item offset
32586 The offset of the memory block, as hexadecimal literal, relative to
32587 the start address passed to @code{-data-read-memory-bytes}.
32588
32589 @item contents
32590 The contents of the memory block, in hex.
32591
32592 @end table
32593
32594
32595
32596 @subsubheading @value{GDBN} Command
32597
32598 The corresponding @value{GDBN} command is @samp{x}.
32599
32600 @subsubheading Example
32601
32602 @smallexample
32603 (gdb)
32604 -data-read-memory-bytes &a 10
32605 ^done,memory=[@{begin="0xbffff154",offset="0x00000000",
32606 end="0xbffff15e",
32607 contents="01000000020000000300"@}]
32608 (gdb)
32609 @end smallexample
32610
32611
32612 @subheading The @code{-data-write-memory-bytes} Command
32613 @findex -data-write-memory-bytes
32614
32615 @subsubheading Synopsis
32616
32617 @smallexample
32618 -data-write-memory-bytes @var{address} @var{contents}
32619 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
32620 @end smallexample
32621
32622 @noindent
32623 where:
32624
32625 @table @samp
32626 @item @var{address}
32627 An expression specifying the address of the first addressable memory unit
32628 to be written. Complex expressions containing embedded white space should
32629 be quoted using the C convention.
32630
32631 @item @var{contents}
32632 The hex-encoded data to write. It is an error if @var{contents} does
32633 not represent an integral number of addressable memory units.
32634
32635 @item @var{count}
32636 Optional argument indicating the number of addressable memory units to be
32637 written. If @var{count} is greater than @var{contents}' length,
32638 @value{GDBN} will repeatedly write @var{contents} until it fills
32639 @var{count} memory units.
32640
32641 @end table
32642
32643 @subsubheading @value{GDBN} Command
32644
32645 There's no corresponding @value{GDBN} command.
32646
32647 @subsubheading Example
32648
32649 @smallexample
32650 (gdb)
32651 -data-write-memory-bytes &a "aabbccdd"
32652 ^done
32653 (gdb)
32654 @end smallexample
32655
32656 @smallexample
32657 (gdb)
32658 -data-write-memory-bytes &a "aabbccdd" 16e
32659 ^done
32660 (gdb)
32661 @end smallexample
32662
32663 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32664 @node GDB/MI Tracepoint Commands
32665 @section @sc{gdb/mi} Tracepoint Commands
32666
32667 The commands defined in this section implement MI support for
32668 tracepoints. For detailed introduction, see @ref{Tracepoints}.
32669
32670 @subheading The @code{-trace-find} Command
32671 @findex -trace-find
32672
32673 @subsubheading Synopsis
32674
32675 @smallexample
32676 -trace-find @var{mode} [@var{parameters}@dots{}]
32677 @end smallexample
32678
32679 Find a trace frame using criteria defined by @var{mode} and
32680 @var{parameters}. The following table lists permissible
32681 modes and their parameters. For details of operation, see @ref{tfind}.
32682
32683 @table @samp
32684
32685 @item none
32686 No parameters are required. Stops examining trace frames.
32687
32688 @item frame-number
32689 An integer is required as parameter. Selects tracepoint frame with
32690 that index.
32691
32692 @item tracepoint-number
32693 An integer is required as parameter. Finds next
32694 trace frame that corresponds to tracepoint with the specified number.
32695
32696 @item pc
32697 An address is required as parameter. Finds
32698 next trace frame that corresponds to any tracepoint at the specified
32699 address.
32700
32701 @item pc-inside-range
32702 Two addresses are required as parameters. Finds next trace
32703 frame that corresponds to a tracepoint at an address inside the
32704 specified range. Both bounds are considered to be inside the range.
32705
32706 @item pc-outside-range
32707 Two addresses are required as parameters. Finds
32708 next trace frame that corresponds to a tracepoint at an address outside
32709 the specified range. Both bounds are considered to be inside the range.
32710
32711 @item line
32712 Line specification is required as parameter. @xref{Specify Location}.
32713 Finds next trace frame that corresponds to a tracepoint at
32714 the specified location.
32715
32716 @end table
32717
32718 If @samp{none} was passed as @var{mode}, the response does not
32719 have fields. Otherwise, the response may have the following fields:
32720
32721 @table @samp
32722 @item found
32723 This field has either @samp{0} or @samp{1} as the value, depending
32724 on whether a matching tracepoint was found.
32725
32726 @item traceframe
32727 The index of the found traceframe. This field is present iff
32728 the @samp{found} field has value of @samp{1}.
32729
32730 @item tracepoint
32731 The index of the found tracepoint. This field is present iff
32732 the @samp{found} field has value of @samp{1}.
32733
32734 @item frame
32735 The information about the frame corresponding to the found trace
32736 frame. This field is present only if a trace frame was found.
32737 @xref{GDB/MI Frame Information}, for description of this field.
32738
32739 @end table
32740
32741 @subsubheading @value{GDBN} Command
32742
32743 The corresponding @value{GDBN} command is @samp{tfind}.
32744
32745 @subheading -trace-define-variable
32746 @findex -trace-define-variable
32747
32748 @subsubheading Synopsis
32749
32750 @smallexample
32751 -trace-define-variable @var{name} [ @var{value} ]
32752 @end smallexample
32753
32754 Create trace variable @var{name} if it does not exist. If
32755 @var{value} is specified, sets the initial value of the specified
32756 trace variable to that value. Note that the @var{name} should start
32757 with the @samp{$} character.
32758
32759 @subsubheading @value{GDBN} Command
32760
32761 The corresponding @value{GDBN} command is @samp{tvariable}.
32762
32763 @subheading The @code{-trace-frame-collected} Command
32764 @findex -trace-frame-collected
32765
32766 @subsubheading Synopsis
32767
32768 @smallexample
32769 -trace-frame-collected
32770 [--var-print-values @var{var_pval}]
32771 [--comp-print-values @var{comp_pval}]
32772 [--registers-format @var{regformat}]
32773 [--memory-contents]
32774 @end smallexample
32775
32776 This command returns the set of collected objects, register names,
32777 trace state variable names, memory ranges and computed expressions
32778 that have been collected at a particular trace frame. The optional
32779 parameters to the command affect the output format in different ways.
32780 See the output description table below for more details.
32781
32782 The reported names can be used in the normal manner to create
32783 varobjs and inspect the objects themselves. The items returned by
32784 this command are categorized so that it is clear which is a variable,
32785 which is a register, which is a trace state variable, which is a
32786 memory range and which is a computed expression.
32787
32788 For instance, if the actions were
32789 @smallexample
32790 collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
32791 collect *(int*)0xaf02bef0@@40
32792 @end smallexample
32793
32794 @noindent
32795 the object collected in its entirety would be @code{myVar}. The
32796 object @code{myArray} would be partially collected, because only the
32797 element at index @code{myIndex} would be collected. The remaining
32798 objects would be computed expressions.
32799
32800 An example output would be:
32801
32802 @smallexample
32803 (gdb)
32804 -trace-frame-collected
32805 ^done,
32806 explicit-variables=[@{name="myVar",value="1"@}],
32807 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
32808 @{name="myObj.field",value="0"@},
32809 @{name="myPtr->field",value="1"@},
32810 @{name="myCount + 2",value="3"@},
32811 @{name="$tvar1 + 1",value="43970027"@}],
32812 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
32813 @{number="1",value="0x0"@},
32814 @{number="2",value="0x4"@},
32815 ...
32816 @{number="125",value="0x0"@}],
32817 tvars=[@{name="$tvar1",current="43970026"@}],
32818 memory=[@{address="0x0000000000602264",length="4"@},
32819 @{address="0x0000000000615bc0",length="4"@}]
32820 (gdb)
32821 @end smallexample
32822
32823 Where:
32824
32825 @table @code
32826 @item explicit-variables
32827 The set of objects that have been collected in their entirety (as
32828 opposed to collecting just a few elements of an array or a few struct
32829 members). For each object, its name and value are printed.
32830 The @code{--var-print-values} option affects how or whether the value
32831 field is output. If @var{var_pval} is 0, then print only the names;
32832 if it is 1, print also their values; and if it is 2, print the name,
32833 type and value for simple data types, and the name and type for
32834 arrays, structures and unions.
32835
32836 @item computed-expressions
32837 The set of computed expressions that have been collected at the
32838 current trace frame. The @code{--comp-print-values} option affects
32839 this set like the @code{--var-print-values} option affects the
32840 @code{explicit-variables} set. See above.
32841
32842 @item registers
32843 The registers that have been collected at the current trace frame.
32844 For each register collected, the name and current value are returned.
32845 The value is formatted according to the @code{--registers-format}
32846 option. See the @command{-data-list-register-values} command for a
32847 list of the allowed formats. The default is @samp{x}.
32848
32849 @item tvars
32850 The trace state variables that have been collected at the current
32851 trace frame. For each trace state variable collected, the name and
32852 current value are returned.
32853
32854 @item memory
32855 The set of memory ranges that have been collected at the current trace
32856 frame. Its content is a list of tuples. Each tuple represents a
32857 collected memory range and has the following fields:
32858
32859 @table @code
32860 @item address
32861 The start address of the memory range, as hexadecimal literal.
32862
32863 @item length
32864 The length of the memory range, as decimal literal.
32865
32866 @item contents
32867 The contents of the memory block, in hex. This field is only present
32868 if the @code{--memory-contents} option is specified.
32869
32870 @end table
32871
32872 @end table
32873
32874 @subsubheading @value{GDBN} Command
32875
32876 There is no corresponding @value{GDBN} command.
32877
32878 @subsubheading Example
32879
32880 @subheading -trace-list-variables
32881 @findex -trace-list-variables
32882
32883 @subsubheading Synopsis
32884
32885 @smallexample
32886 -trace-list-variables
32887 @end smallexample
32888
32889 Return a table of all defined trace variables. Each element of the
32890 table has the following fields:
32891
32892 @table @samp
32893 @item name
32894 The name of the trace variable. This field is always present.
32895
32896 @item initial
32897 The initial value. This is a 64-bit signed integer. This
32898 field is always present.
32899
32900 @item current
32901 The value the trace variable has at the moment. This is a 64-bit
32902 signed integer. This field is absent iff current value is
32903 not defined, for example if the trace was never run, or is
32904 presently running.
32905
32906 @end table
32907
32908 @subsubheading @value{GDBN} Command
32909
32910 The corresponding @value{GDBN} command is @samp{tvariables}.
32911
32912 @subsubheading Example
32913
32914 @smallexample
32915 (gdb)
32916 -trace-list-variables
32917 ^done,trace-variables=@{nr_rows="1",nr_cols="3",
32918 hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
32919 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
32920 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
32921 body=[variable=@{name="$trace_timestamp",initial="0"@}
32922 variable=@{name="$foo",initial="10",current="15"@}]@}
32923 (gdb)
32924 @end smallexample
32925
32926 @subheading -trace-save
32927 @findex -trace-save
32928
32929 @subsubheading Synopsis
32930
32931 @smallexample
32932 -trace-save [ -r ] [ -ctf ] @var{filename}
32933 @end smallexample
32934
32935 Saves the collected trace data to @var{filename}. Without the
32936 @samp{-r} option, the data is downloaded from the target and saved
32937 in a local file. With the @samp{-r} option the target is asked
32938 to perform the save.
32939
32940 By default, this command will save the trace in the tfile format. You can
32941 supply the optional @samp{-ctf} argument to save it the CTF format. See
32942 @ref{Trace Files} for more information about CTF.
32943
32944 @subsubheading @value{GDBN} Command
32945
32946 The corresponding @value{GDBN} command is @samp{tsave}.
32947
32948
32949 @subheading -trace-start
32950 @findex -trace-start
32951
32952 @subsubheading Synopsis
32953
32954 @smallexample
32955 -trace-start
32956 @end smallexample
32957
32958 Starts a tracing experiment. The result of this command does not
32959 have any fields.
32960
32961 @subsubheading @value{GDBN} Command
32962
32963 The corresponding @value{GDBN} command is @samp{tstart}.
32964
32965 @subheading -trace-status
32966 @findex -trace-status
32967
32968 @subsubheading Synopsis
32969
32970 @smallexample
32971 -trace-status
32972 @end smallexample
32973
32974 Obtains the status of a tracing experiment. The result may include
32975 the following fields:
32976
32977 @table @samp
32978
32979 @item supported
32980 May have a value of either @samp{0}, when no tracing operations are
32981 supported, @samp{1}, when all tracing operations are supported, or
32982 @samp{file} when examining trace file. In the latter case, examining
32983 of trace frame is possible but new tracing experiement cannot be
32984 started. This field is always present.
32985
32986 @item running
32987 May have a value of either @samp{0} or @samp{1} depending on whether
32988 tracing experiement is in progress on target. This field is present
32989 if @samp{supported} field is not @samp{0}.
32990
32991 @item stop-reason
32992 Report the reason why the tracing was stopped last time. This field
32993 may be absent iff tracing was never stopped on target yet. The
32994 value of @samp{request} means the tracing was stopped as result of
32995 the @code{-trace-stop} command. The value of @samp{overflow} means
32996 the tracing buffer is full. The value of @samp{disconnection} means
32997 tracing was automatically stopped when @value{GDBN} has disconnected.
32998 The value of @samp{passcount} means tracing was stopped when a
32999 tracepoint was passed a maximal number of times for that tracepoint.
33000 This field is present if @samp{supported} field is not @samp{0}.
33001
33002 @item stopping-tracepoint
33003 The number of tracepoint whose passcount as exceeded. This field is
33004 present iff the @samp{stop-reason} field has the value of
33005 @samp{passcount}.
33006
33007 @item frames
33008 @itemx frames-created
33009 The @samp{frames} field is a count of the total number of trace frames
33010 in the trace buffer, while @samp{frames-created} is the total created
33011 during the run, including ones that were discarded, such as when a
33012 circular trace buffer filled up. Both fields are optional.
33013
33014 @item buffer-size
33015 @itemx buffer-free
33016 These fields tell the current size of the tracing buffer and the
33017 remaining space. These fields are optional.
33018
33019 @item circular
33020 The value of the circular trace buffer flag. @code{1} means that the
33021 trace buffer is circular and old trace frames will be discarded if
33022 necessary to make room, @code{0} means that the trace buffer is linear
33023 and may fill up.
33024
33025 @item disconnected
33026 The value of the disconnected tracing flag. @code{1} means that
33027 tracing will continue after @value{GDBN} disconnects, @code{0} means
33028 that the trace run will stop.
33029
33030 @item trace-file
33031 The filename of the trace file being examined. This field is
33032 optional, and only present when examining a trace file.
33033
33034 @end table
33035
33036 @subsubheading @value{GDBN} Command
33037
33038 The corresponding @value{GDBN} command is @samp{tstatus}.
33039
33040 @subheading -trace-stop
33041 @findex -trace-stop
33042
33043 @subsubheading Synopsis
33044
33045 @smallexample
33046 -trace-stop
33047 @end smallexample
33048
33049 Stops a tracing experiment. The result of this command has the same
33050 fields as @code{-trace-status}, except that the @samp{supported} and
33051 @samp{running} fields are not output.
33052
33053 @subsubheading @value{GDBN} Command
33054
33055 The corresponding @value{GDBN} command is @samp{tstop}.
33056
33057
33058 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33059 @node GDB/MI Symbol Query
33060 @section @sc{gdb/mi} Symbol Query Commands
33061
33062
33063 @ignore
33064 @subheading The @code{-symbol-info-address} Command
33065 @findex -symbol-info-address
33066
33067 @subsubheading Synopsis
33068
33069 @smallexample
33070 -symbol-info-address @var{symbol}
33071 @end smallexample
33072
33073 Describe where @var{symbol} is stored.
33074
33075 @subsubheading @value{GDBN} Command
33076
33077 The corresponding @value{GDBN} command is @samp{info address}.
33078
33079 @subsubheading Example
33080 N.A.
33081
33082
33083 @subheading The @code{-symbol-info-file} Command
33084 @findex -symbol-info-file
33085
33086 @subsubheading Synopsis
33087
33088 @smallexample
33089 -symbol-info-file
33090 @end smallexample
33091
33092 Show the file for the symbol.
33093
33094 @subsubheading @value{GDBN} Command
33095
33096 There's no equivalent @value{GDBN} command. @code{gdbtk} has
33097 @samp{gdb_find_file}.
33098
33099 @subsubheading Example
33100 N.A.
33101
33102
33103 @subheading The @code{-symbol-info-function} Command
33104 @findex -symbol-info-function
33105
33106 @subsubheading Synopsis
33107
33108 @smallexample
33109 -symbol-info-function
33110 @end smallexample
33111
33112 Show which function the symbol lives in.
33113
33114 @subsubheading @value{GDBN} Command
33115
33116 @samp{gdb_get_function} in @code{gdbtk}.
33117
33118 @subsubheading Example
33119 N.A.
33120
33121
33122 @subheading The @code{-symbol-info-line} Command
33123 @findex -symbol-info-line
33124
33125 @subsubheading Synopsis
33126
33127 @smallexample
33128 -symbol-info-line
33129 @end smallexample
33130
33131 Show the core addresses of the code for a source line.
33132
33133 @subsubheading @value{GDBN} Command
33134
33135 The corresponding @value{GDBN} command is @samp{info line}.
33136 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
33137
33138 @subsubheading Example
33139 N.A.
33140
33141
33142 @subheading The @code{-symbol-info-symbol} Command
33143 @findex -symbol-info-symbol
33144
33145 @subsubheading Synopsis
33146
33147 @smallexample
33148 -symbol-info-symbol @var{addr}
33149 @end smallexample
33150
33151 Describe what symbol is at location @var{addr}.
33152
33153 @subsubheading @value{GDBN} Command
33154
33155 The corresponding @value{GDBN} command is @samp{info symbol}.
33156
33157 @subsubheading Example
33158 N.A.
33159
33160
33161 @subheading The @code{-symbol-list-functions} Command
33162 @findex -symbol-list-functions
33163
33164 @subsubheading Synopsis
33165
33166 @smallexample
33167 -symbol-list-functions
33168 @end smallexample
33169
33170 List the functions in the executable.
33171
33172 @subsubheading @value{GDBN} Command
33173
33174 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
33175 @samp{gdb_search} in @code{gdbtk}.
33176
33177 @subsubheading Example
33178 N.A.
33179 @end ignore
33180
33181
33182 @subheading The @code{-symbol-list-lines} Command
33183 @findex -symbol-list-lines
33184
33185 @subsubheading Synopsis
33186
33187 @smallexample
33188 -symbol-list-lines @var{filename}
33189 @end smallexample
33190
33191 Print the list of lines that contain code and their associated program
33192 addresses for the given source filename. The entries are sorted in
33193 ascending PC order.
33194
33195 @subsubheading @value{GDBN} Command
33196
33197 There is no corresponding @value{GDBN} command.
33198
33199 @subsubheading Example
33200 @smallexample
33201 (gdb)
33202 -symbol-list-lines basics.c
33203 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
33204 (gdb)
33205 @end smallexample
33206
33207
33208 @ignore
33209 @subheading The @code{-symbol-list-types} Command
33210 @findex -symbol-list-types
33211
33212 @subsubheading Synopsis
33213
33214 @smallexample
33215 -symbol-list-types
33216 @end smallexample
33217
33218 List all the type names.
33219
33220 @subsubheading @value{GDBN} Command
33221
33222 The corresponding commands are @samp{info types} in @value{GDBN},
33223 @samp{gdb_search} in @code{gdbtk}.
33224
33225 @subsubheading Example
33226 N.A.
33227
33228
33229 @subheading The @code{-symbol-list-variables} Command
33230 @findex -symbol-list-variables
33231
33232 @subsubheading Synopsis
33233
33234 @smallexample
33235 -symbol-list-variables
33236 @end smallexample
33237
33238 List all the global and static variable names.
33239
33240 @subsubheading @value{GDBN} Command
33241
33242 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
33243
33244 @subsubheading Example
33245 N.A.
33246
33247
33248 @subheading The @code{-symbol-locate} Command
33249 @findex -symbol-locate
33250
33251 @subsubheading Synopsis
33252
33253 @smallexample
33254 -symbol-locate
33255 @end smallexample
33256
33257 @subsubheading @value{GDBN} Command
33258
33259 @samp{gdb_loc} in @code{gdbtk}.
33260
33261 @subsubheading Example
33262 N.A.
33263
33264
33265 @subheading The @code{-symbol-type} Command
33266 @findex -symbol-type
33267
33268 @subsubheading Synopsis
33269
33270 @smallexample
33271 -symbol-type @var{variable}
33272 @end smallexample
33273
33274 Show type of @var{variable}.
33275
33276 @subsubheading @value{GDBN} Command
33277
33278 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
33279 @samp{gdb_obj_variable}.
33280
33281 @subsubheading Example
33282 N.A.
33283 @end ignore
33284
33285
33286 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33287 @node GDB/MI File Commands
33288 @section @sc{gdb/mi} File Commands
33289
33290 This section describes the GDB/MI commands to specify executable file names
33291 and to read in and obtain symbol table information.
33292
33293 @subheading The @code{-file-exec-and-symbols} Command
33294 @findex -file-exec-and-symbols
33295
33296 @subsubheading Synopsis
33297
33298 @smallexample
33299 -file-exec-and-symbols @var{file}
33300 @end smallexample
33301
33302 Specify the executable file to be debugged. This file is the one from
33303 which the symbol table is also read. If no file is specified, the
33304 command clears the executable and symbol information. If breakpoints
33305 are set when using this command with no arguments, @value{GDBN} will produce
33306 error messages. Otherwise, no output is produced, except a completion
33307 notification.
33308
33309 @subsubheading @value{GDBN} Command
33310
33311 The corresponding @value{GDBN} command is @samp{file}.
33312
33313 @subsubheading Example
33314
33315 @smallexample
33316 (gdb)
33317 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
33318 ^done
33319 (gdb)
33320 @end smallexample
33321
33322
33323 @subheading The @code{-file-exec-file} Command
33324 @findex -file-exec-file
33325
33326 @subsubheading Synopsis
33327
33328 @smallexample
33329 -file-exec-file @var{file}
33330 @end smallexample
33331
33332 Specify the executable file to be debugged. Unlike
33333 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
33334 from this file. If used without argument, @value{GDBN} clears the information
33335 about the executable file. No output is produced, except a completion
33336 notification.
33337
33338 @subsubheading @value{GDBN} Command
33339
33340 The corresponding @value{GDBN} command is @samp{exec-file}.
33341
33342 @subsubheading Example
33343
33344 @smallexample
33345 (gdb)
33346 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
33347 ^done
33348 (gdb)
33349 @end smallexample
33350
33351
33352 @ignore
33353 @subheading The @code{-file-list-exec-sections} Command
33354 @findex -file-list-exec-sections
33355
33356 @subsubheading Synopsis
33357
33358 @smallexample
33359 -file-list-exec-sections
33360 @end smallexample
33361
33362 List the sections of the current executable file.
33363
33364 @subsubheading @value{GDBN} Command
33365
33366 The @value{GDBN} command @samp{info file} shows, among the rest, the same
33367 information as this command. @code{gdbtk} has a corresponding command
33368 @samp{gdb_load_info}.
33369
33370 @subsubheading Example
33371 N.A.
33372 @end ignore
33373
33374
33375 @subheading The @code{-file-list-exec-source-file} Command
33376 @findex -file-list-exec-source-file
33377
33378 @subsubheading Synopsis
33379
33380 @smallexample
33381 -file-list-exec-source-file
33382 @end smallexample
33383
33384 List the line number, the current source file, and the absolute path
33385 to the current source file for the current executable. The macro
33386 information field has a value of @samp{1} or @samp{0} depending on
33387 whether or not the file includes preprocessor macro information.
33388
33389 @subsubheading @value{GDBN} Command
33390
33391 The @value{GDBN} equivalent is @samp{info source}
33392
33393 @subsubheading Example
33394
33395 @smallexample
33396 (gdb)
33397 123-file-list-exec-source-file
33398 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
33399 (gdb)
33400 @end smallexample
33401
33402
33403 @subheading The @code{-file-list-exec-source-files} Command
33404 @findex -file-list-exec-source-files
33405
33406 @subsubheading Synopsis
33407
33408 @smallexample
33409 -file-list-exec-source-files
33410 @end smallexample
33411
33412 List the source files for the current executable.
33413
33414 It will always output both the filename and fullname (absolute file
33415 name) of a source file.
33416
33417 @subsubheading @value{GDBN} Command
33418
33419 The @value{GDBN} equivalent is @samp{info sources}.
33420 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
33421
33422 @subsubheading Example
33423 @smallexample
33424 (gdb)
33425 -file-list-exec-source-files
33426 ^done,files=[
33427 @{file=foo.c,fullname=/home/foo.c@},
33428 @{file=/home/bar.c,fullname=/home/bar.c@},
33429 @{file=gdb_could_not_find_fullpath.c@}]
33430 (gdb)
33431 @end smallexample
33432
33433 @subheading The @code{-file-list-shared-libraries} Command
33434 @findex -file-list-shared-libraries
33435
33436 @subsubheading Synopsis
33437
33438 @smallexample
33439 -file-list-shared-libraries [ @var{regexp} ]
33440 @end smallexample
33441
33442 List the shared libraries in the program.
33443 With a regular expression @var{regexp}, only those libraries whose
33444 names match @var{regexp} are listed.
33445
33446 @subsubheading @value{GDBN} Command
33447
33448 The corresponding @value{GDBN} command is @samp{info shared}. The fields
33449 have a similar meaning to the @code{=library-loaded} notification.
33450 The @code{ranges} field specifies the multiple segments belonging to this
33451 library. Each range has the following fields:
33452
33453 @table @samp
33454 @item from
33455 The address defining the inclusive lower bound of the segment.
33456 @item to
33457 The address defining the exclusive upper bound of the segment.
33458 @end table
33459
33460 @subsubheading Example
33461 @smallexample
33462 (gdb)
33463 -file-list-exec-source-files
33464 ^done,shared-libraries=[
33465 @{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"@}]@},
33466 @{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"@}]@}]
33467 (gdb)
33468 @end smallexample
33469
33470
33471 @ignore
33472 @subheading The @code{-file-list-symbol-files} Command
33473 @findex -file-list-symbol-files
33474
33475 @subsubheading Synopsis
33476
33477 @smallexample
33478 -file-list-symbol-files
33479 @end smallexample
33480
33481 List symbol files.
33482
33483 @subsubheading @value{GDBN} Command
33484
33485 The corresponding @value{GDBN} command is @samp{info file} (part of it).
33486
33487 @subsubheading Example
33488 N.A.
33489 @end ignore
33490
33491
33492 @subheading The @code{-file-symbol-file} Command
33493 @findex -file-symbol-file
33494
33495 @subsubheading Synopsis
33496
33497 @smallexample
33498 -file-symbol-file @var{file}
33499 @end smallexample
33500
33501 Read symbol table info from the specified @var{file} argument. When
33502 used without arguments, clears @value{GDBN}'s symbol table info. No output is
33503 produced, except for a completion notification.
33504
33505 @subsubheading @value{GDBN} Command
33506
33507 The corresponding @value{GDBN} command is @samp{symbol-file}.
33508
33509 @subsubheading Example
33510
33511 @smallexample
33512 (gdb)
33513 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
33514 ^done
33515 (gdb)
33516 @end smallexample
33517
33518 @ignore
33519 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33520 @node GDB/MI Memory Overlay Commands
33521 @section @sc{gdb/mi} Memory Overlay Commands
33522
33523 The memory overlay commands are not implemented.
33524
33525 @c @subheading -overlay-auto
33526
33527 @c @subheading -overlay-list-mapping-state
33528
33529 @c @subheading -overlay-list-overlays
33530
33531 @c @subheading -overlay-map
33532
33533 @c @subheading -overlay-off
33534
33535 @c @subheading -overlay-on
33536
33537 @c @subheading -overlay-unmap
33538
33539 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33540 @node GDB/MI Signal Handling Commands
33541 @section @sc{gdb/mi} Signal Handling Commands
33542
33543 Signal handling commands are not implemented.
33544
33545 @c @subheading -signal-handle
33546
33547 @c @subheading -signal-list-handle-actions
33548
33549 @c @subheading -signal-list-signal-types
33550 @end ignore
33551
33552
33553 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33554 @node GDB/MI Target Manipulation
33555 @section @sc{gdb/mi} Target Manipulation Commands
33556
33557
33558 @subheading The @code{-target-attach} Command
33559 @findex -target-attach
33560
33561 @subsubheading Synopsis
33562
33563 @smallexample
33564 -target-attach @var{pid} | @var{gid} | @var{file}
33565 @end smallexample
33566
33567 Attach to a process @var{pid} or a file @var{file} outside of
33568 @value{GDBN}, or a thread group @var{gid}. If attaching to a thread
33569 group, the id previously returned by
33570 @samp{-list-thread-groups --available} must be used.
33571
33572 @subsubheading @value{GDBN} Command
33573
33574 The corresponding @value{GDBN} command is @samp{attach}.
33575
33576 @subsubheading Example
33577 @smallexample
33578 (gdb)
33579 -target-attach 34
33580 =thread-created,id="1"
33581 *stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
33582 ^done
33583 (gdb)
33584 @end smallexample
33585
33586 @ignore
33587 @subheading The @code{-target-compare-sections} Command
33588 @findex -target-compare-sections
33589
33590 @subsubheading Synopsis
33591
33592 @smallexample
33593 -target-compare-sections [ @var{section} ]
33594 @end smallexample
33595
33596 Compare data of section @var{section} on target to the exec file.
33597 Without the argument, all sections are compared.
33598
33599 @subsubheading @value{GDBN} Command
33600
33601 The @value{GDBN} equivalent is @samp{compare-sections}.
33602
33603 @subsubheading Example
33604 N.A.
33605 @end ignore
33606
33607
33608 @subheading The @code{-target-detach} Command
33609 @findex -target-detach
33610
33611 @subsubheading Synopsis
33612
33613 @smallexample
33614 -target-detach [ @var{pid} | @var{gid} ]
33615 @end smallexample
33616
33617 Detach from the remote target which normally resumes its execution.
33618 If either @var{pid} or @var{gid} is specified, detaches from either
33619 the specified process, or specified thread group. There's no output.
33620
33621 @subsubheading @value{GDBN} Command
33622
33623 The corresponding @value{GDBN} command is @samp{detach}.
33624
33625 @subsubheading Example
33626
33627 @smallexample
33628 (gdb)
33629 -target-detach
33630 ^done
33631 (gdb)
33632 @end smallexample
33633
33634
33635 @subheading The @code{-target-disconnect} Command
33636 @findex -target-disconnect
33637
33638 @subsubheading Synopsis
33639
33640 @smallexample
33641 -target-disconnect
33642 @end smallexample
33643
33644 Disconnect from the remote target. There's no output and the target is
33645 generally not resumed.
33646
33647 @subsubheading @value{GDBN} Command
33648
33649 The corresponding @value{GDBN} command is @samp{disconnect}.
33650
33651 @subsubheading Example
33652
33653 @smallexample
33654 (gdb)
33655 -target-disconnect
33656 ^done
33657 (gdb)
33658 @end smallexample
33659
33660
33661 @subheading The @code{-target-download} Command
33662 @findex -target-download
33663
33664 @subsubheading Synopsis
33665
33666 @smallexample
33667 -target-download
33668 @end smallexample
33669
33670 Loads the executable onto the remote target.
33671 It prints out an update message every half second, which includes the fields:
33672
33673 @table @samp
33674 @item section
33675 The name of the section.
33676 @item section-sent
33677 The size of what has been sent so far for that section.
33678 @item section-size
33679 The size of the section.
33680 @item total-sent
33681 The total size of what was sent so far (the current and the previous sections).
33682 @item total-size
33683 The size of the overall executable to download.
33684 @end table
33685
33686 @noindent
33687 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
33688 @sc{gdb/mi} Output Syntax}).
33689
33690 In addition, it prints the name and size of the sections, as they are
33691 downloaded. These messages include the following fields:
33692
33693 @table @samp
33694 @item section
33695 The name of the section.
33696 @item section-size
33697 The size of the section.
33698 @item total-size
33699 The size of the overall executable to download.
33700 @end table
33701
33702 @noindent
33703 At the end, a summary is printed.
33704
33705 @subsubheading @value{GDBN} Command
33706
33707 The corresponding @value{GDBN} command is @samp{load}.
33708
33709 @subsubheading Example
33710
33711 Note: each status message appears on a single line. Here the messages
33712 have been broken down so that they can fit onto a page.
33713
33714 @smallexample
33715 (gdb)
33716 -target-download
33717 +download,@{section=".text",section-size="6668",total-size="9880"@}
33718 +download,@{section=".text",section-sent="512",section-size="6668",
33719 total-sent="512",total-size="9880"@}
33720 +download,@{section=".text",section-sent="1024",section-size="6668",
33721 total-sent="1024",total-size="9880"@}
33722 +download,@{section=".text",section-sent="1536",section-size="6668",
33723 total-sent="1536",total-size="9880"@}
33724 +download,@{section=".text",section-sent="2048",section-size="6668",
33725 total-sent="2048",total-size="9880"@}
33726 +download,@{section=".text",section-sent="2560",section-size="6668",
33727 total-sent="2560",total-size="9880"@}
33728 +download,@{section=".text",section-sent="3072",section-size="6668",
33729 total-sent="3072",total-size="9880"@}
33730 +download,@{section=".text",section-sent="3584",section-size="6668",
33731 total-sent="3584",total-size="9880"@}
33732 +download,@{section=".text",section-sent="4096",section-size="6668",
33733 total-sent="4096",total-size="9880"@}
33734 +download,@{section=".text",section-sent="4608",section-size="6668",
33735 total-sent="4608",total-size="9880"@}
33736 +download,@{section=".text",section-sent="5120",section-size="6668",
33737 total-sent="5120",total-size="9880"@}
33738 +download,@{section=".text",section-sent="5632",section-size="6668",
33739 total-sent="5632",total-size="9880"@}
33740 +download,@{section=".text",section-sent="6144",section-size="6668",
33741 total-sent="6144",total-size="9880"@}
33742 +download,@{section=".text",section-sent="6656",section-size="6668",
33743 total-sent="6656",total-size="9880"@}
33744 +download,@{section=".init",section-size="28",total-size="9880"@}
33745 +download,@{section=".fini",section-size="28",total-size="9880"@}
33746 +download,@{section=".data",section-size="3156",total-size="9880"@}
33747 +download,@{section=".data",section-sent="512",section-size="3156",
33748 total-sent="7236",total-size="9880"@}
33749 +download,@{section=".data",section-sent="1024",section-size="3156",
33750 total-sent="7748",total-size="9880"@}
33751 +download,@{section=".data",section-sent="1536",section-size="3156",
33752 total-sent="8260",total-size="9880"@}
33753 +download,@{section=".data",section-sent="2048",section-size="3156",
33754 total-sent="8772",total-size="9880"@}
33755 +download,@{section=".data",section-sent="2560",section-size="3156",
33756 total-sent="9284",total-size="9880"@}
33757 +download,@{section=".data",section-sent="3072",section-size="3156",
33758 total-sent="9796",total-size="9880"@}
33759 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
33760 write-rate="429"
33761 (gdb)
33762 @end smallexample
33763
33764
33765 @ignore
33766 @subheading The @code{-target-exec-status} Command
33767 @findex -target-exec-status
33768
33769 @subsubheading Synopsis
33770
33771 @smallexample
33772 -target-exec-status
33773 @end smallexample
33774
33775 Provide information on the state of the target (whether it is running or
33776 not, for instance).
33777
33778 @subsubheading @value{GDBN} Command
33779
33780 There's no equivalent @value{GDBN} command.
33781
33782 @subsubheading Example
33783 N.A.
33784
33785
33786 @subheading The @code{-target-list-available-targets} Command
33787 @findex -target-list-available-targets
33788
33789 @subsubheading Synopsis
33790
33791 @smallexample
33792 -target-list-available-targets
33793 @end smallexample
33794
33795 List the possible targets to connect to.
33796
33797 @subsubheading @value{GDBN} Command
33798
33799 The corresponding @value{GDBN} command is @samp{help target}.
33800
33801 @subsubheading Example
33802 N.A.
33803
33804
33805 @subheading The @code{-target-list-current-targets} Command
33806 @findex -target-list-current-targets
33807
33808 @subsubheading Synopsis
33809
33810 @smallexample
33811 -target-list-current-targets
33812 @end smallexample
33813
33814 Describe the current target.
33815
33816 @subsubheading @value{GDBN} Command
33817
33818 The corresponding information is printed by @samp{info file} (among
33819 other things).
33820
33821 @subsubheading Example
33822 N.A.
33823
33824
33825 @subheading The @code{-target-list-parameters} Command
33826 @findex -target-list-parameters
33827
33828 @subsubheading Synopsis
33829
33830 @smallexample
33831 -target-list-parameters
33832 @end smallexample
33833
33834 @c ????
33835 @end ignore
33836
33837 @subsubheading @value{GDBN} Command
33838
33839 No equivalent.
33840
33841 @subsubheading Example
33842 N.A.
33843
33844 @subheading The @code{-target-flash-erase} Command
33845 @findex -target-flash-erase
33846
33847 @subsubheading Synopsis
33848
33849 @smallexample
33850 -target-flash-erase
33851 @end smallexample
33852
33853 Erases all known flash memory regions on the target.
33854
33855 The corresponding @value{GDBN} command is @samp{flash-erase}.
33856
33857 The output is a list of flash regions that have been erased, with starting
33858 addresses and memory region sizes.
33859
33860 @smallexample
33861 (gdb)
33862 -target-flash-erase
33863 ^done,erased-regions=@{address="0x0",size="0x40000"@}
33864 (gdb)
33865 @end smallexample
33866
33867 @subheading The @code{-target-select} Command
33868 @findex -target-select
33869
33870 @subsubheading Synopsis
33871
33872 @smallexample
33873 -target-select @var{type} @var{parameters @dots{}}
33874 @end smallexample
33875
33876 Connect @value{GDBN} to the remote target. This command takes two args:
33877
33878 @table @samp
33879 @item @var{type}
33880 The type of target, for instance @samp{remote}, etc.
33881 @item @var{parameters}
33882 Device names, host names and the like. @xref{Target Commands, ,
33883 Commands for Managing Targets}, for more details.
33884 @end table
33885
33886 The output is a connection notification, followed by the address at
33887 which the target program is, in the following form:
33888
33889 @smallexample
33890 ^connected,addr="@var{address}",func="@var{function name}",
33891 args=[@var{arg list}]
33892 @end smallexample
33893
33894 @subsubheading @value{GDBN} Command
33895
33896 The corresponding @value{GDBN} command is @samp{target}.
33897
33898 @subsubheading Example
33899
33900 @smallexample
33901 (gdb)
33902 -target-select remote /dev/ttya
33903 ^connected,addr="0xfe00a300",func="??",args=[]
33904 (gdb)
33905 @end smallexample
33906
33907 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33908 @node GDB/MI File Transfer Commands
33909 @section @sc{gdb/mi} File Transfer Commands
33910
33911
33912 @subheading The @code{-target-file-put} Command
33913 @findex -target-file-put
33914
33915 @subsubheading Synopsis
33916
33917 @smallexample
33918 -target-file-put @var{hostfile} @var{targetfile}
33919 @end smallexample
33920
33921 Copy file @var{hostfile} from the host system (the machine running
33922 @value{GDBN}) to @var{targetfile} on the target system.
33923
33924 @subsubheading @value{GDBN} Command
33925
33926 The corresponding @value{GDBN} command is @samp{remote put}.
33927
33928 @subsubheading Example
33929
33930 @smallexample
33931 (gdb)
33932 -target-file-put localfile remotefile
33933 ^done
33934 (gdb)
33935 @end smallexample
33936
33937
33938 @subheading The @code{-target-file-get} Command
33939 @findex -target-file-get
33940
33941 @subsubheading Synopsis
33942
33943 @smallexample
33944 -target-file-get @var{targetfile} @var{hostfile}
33945 @end smallexample
33946
33947 Copy file @var{targetfile} from the target system to @var{hostfile}
33948 on the host system.
33949
33950 @subsubheading @value{GDBN} Command
33951
33952 The corresponding @value{GDBN} command is @samp{remote get}.
33953
33954 @subsubheading Example
33955
33956 @smallexample
33957 (gdb)
33958 -target-file-get remotefile localfile
33959 ^done
33960 (gdb)
33961 @end smallexample
33962
33963
33964 @subheading The @code{-target-file-delete} Command
33965 @findex -target-file-delete
33966
33967 @subsubheading Synopsis
33968
33969 @smallexample
33970 -target-file-delete @var{targetfile}
33971 @end smallexample
33972
33973 Delete @var{targetfile} from the target system.
33974
33975 @subsubheading @value{GDBN} Command
33976
33977 The corresponding @value{GDBN} command is @samp{remote delete}.
33978
33979 @subsubheading Example
33980
33981 @smallexample
33982 (gdb)
33983 -target-file-delete remotefile
33984 ^done
33985 (gdb)
33986 @end smallexample
33987
33988
33989 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33990 @node GDB/MI Ada Exceptions Commands
33991 @section Ada Exceptions @sc{gdb/mi} Commands
33992
33993 @subheading The @code{-info-ada-exceptions} Command
33994 @findex -info-ada-exceptions
33995
33996 @subsubheading Synopsis
33997
33998 @smallexample
33999 -info-ada-exceptions [ @var{regexp}]
34000 @end smallexample
34001
34002 List all Ada exceptions defined within the program being debugged.
34003 With a regular expression @var{regexp}, only those exceptions whose
34004 names match @var{regexp} are listed.
34005
34006 @subsubheading @value{GDBN} Command
34007
34008 The corresponding @value{GDBN} command is @samp{info exceptions}.
34009
34010 @subsubheading Result
34011
34012 The result is a table of Ada exceptions. The following columns are
34013 defined for each exception:
34014
34015 @table @samp
34016 @item name
34017 The name of the exception.
34018
34019 @item address
34020 The address of the exception.
34021
34022 @end table
34023
34024 @subsubheading Example
34025
34026 @smallexample
34027 -info-ada-exceptions aint
34028 ^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
34029 hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
34030 @{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
34031 body=[@{name="constraint_error",address="0x0000000000613da0"@},
34032 @{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
34033 @end smallexample
34034
34035 @subheading Catching Ada Exceptions
34036
34037 The commands describing how to ask @value{GDBN} to stop when a program
34038 raises an exception are described at @ref{Ada Exception GDB/MI
34039 Catchpoint Commands}.
34040
34041
34042 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34043 @node GDB/MI Support Commands
34044 @section @sc{gdb/mi} Support Commands
34045
34046 Since new commands and features get regularly added to @sc{gdb/mi},
34047 some commands are available to help front-ends query the debugger
34048 about support for these capabilities. Similarly, it is also possible
34049 to query @value{GDBN} about target support of certain features.
34050
34051 @subheading The @code{-info-gdb-mi-command} Command
34052 @cindex @code{-info-gdb-mi-command}
34053 @findex -info-gdb-mi-command
34054
34055 @subsubheading Synopsis
34056
34057 @smallexample
34058 -info-gdb-mi-command @var{cmd_name}
34059 @end smallexample
34060
34061 Query support for the @sc{gdb/mi} command named @var{cmd_name}.
34062
34063 Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
34064 is technically not part of the command name (@pxref{GDB/MI Input
34065 Syntax}), and thus should be omitted in @var{cmd_name}. However,
34066 for ease of use, this command also accepts the form with the leading
34067 dash.
34068
34069 @subsubheading @value{GDBN} Command
34070
34071 There is no corresponding @value{GDBN} command.
34072
34073 @subsubheading Result
34074
34075 The result is a tuple. There is currently only one field:
34076
34077 @table @samp
34078 @item exists
34079 This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
34080 @code{"false"} otherwise.
34081
34082 @end table
34083
34084 @subsubheading Example
34085
34086 Here is an example where the @sc{gdb/mi} command does not exist:
34087
34088 @smallexample
34089 -info-gdb-mi-command unsupported-command
34090 ^done,command=@{exists="false"@}
34091 @end smallexample
34092
34093 @noindent
34094 And here is an example where the @sc{gdb/mi} command is known
34095 to the debugger:
34096
34097 @smallexample
34098 -info-gdb-mi-command symbol-list-lines
34099 ^done,command=@{exists="true"@}
34100 @end smallexample
34101
34102 @subheading The @code{-list-features} Command
34103 @findex -list-features
34104 @cindex supported @sc{gdb/mi} features, list
34105
34106 Returns a list of particular features of the MI protocol that
34107 this version of gdb implements. A feature can be a command,
34108 or a new field in an output of some command, or even an
34109 important bugfix. While a frontend can sometimes detect presence
34110 of a feature at runtime, it is easier to perform detection at debugger
34111 startup.
34112
34113 The command returns a list of strings, with each string naming an
34114 available feature. Each returned string is just a name, it does not
34115 have any internal structure. The list of possible feature names
34116 is given below.
34117
34118 Example output:
34119
34120 @smallexample
34121 (gdb) -list-features
34122 ^done,result=["feature1","feature2"]
34123 @end smallexample
34124
34125 The current list of features is:
34126
34127 @ftable @samp
34128 @item frozen-varobjs
34129 Indicates support for the @code{-var-set-frozen} command, as well
34130 as possible presense of the @code{frozen} field in the output
34131 of @code{-varobj-create}.
34132 @item pending-breakpoints
34133 Indicates support for the @option{-f} option to the @code{-break-insert}
34134 command.
34135 @item python
34136 Indicates Python scripting support, Python-based
34137 pretty-printing commands, and possible presence of the
34138 @samp{display_hint} field in the output of @code{-var-list-children}
34139 @item thread-info
34140 Indicates support for the @code{-thread-info} command.
34141 @item data-read-memory-bytes
34142 Indicates support for the @code{-data-read-memory-bytes} and the
34143 @code{-data-write-memory-bytes} commands.
34144 @item breakpoint-notifications
34145 Indicates that changes to breakpoints and breakpoints created via the
34146 CLI will be announced via async records.
34147 @item ada-task-info
34148 Indicates support for the @code{-ada-task-info} command.
34149 @item language-option
34150 Indicates that all @sc{gdb/mi} commands accept the @option{--language}
34151 option (@pxref{Context management}).
34152 @item info-gdb-mi-command
34153 Indicates support for the @code{-info-gdb-mi-command} command.
34154 @item undefined-command-error-code
34155 Indicates support for the "undefined-command" error code in error result
34156 records, produced when trying to execute an undefined @sc{gdb/mi} command
34157 (@pxref{GDB/MI Result Records}).
34158 @item exec-run-start-option
34159 Indicates that the @code{-exec-run} command supports the @option{--start}
34160 option (@pxref{GDB/MI Program Execution}).
34161 @item data-disassemble-a-option
34162 Indicates that the @code{-data-disassemble} command supports the @option{-a}
34163 option (@pxref{GDB/MI Data Manipulation}).
34164 @end ftable
34165
34166 @subheading The @code{-list-target-features} Command
34167 @findex -list-target-features
34168
34169 Returns a list of particular features that are supported by the
34170 target. Those features affect the permitted MI commands, but
34171 unlike the features reported by the @code{-list-features} command, the
34172 features depend on which target GDB is using at the moment. Whenever
34173 a target can change, due to commands such as @code{-target-select},
34174 @code{-target-attach} or @code{-exec-run}, the list of target features
34175 may change, and the frontend should obtain it again.
34176 Example output:
34177
34178 @smallexample
34179 (gdb) -list-target-features
34180 ^done,result=["async"]
34181 @end smallexample
34182
34183 The current list of features is:
34184
34185 @table @samp
34186 @item async
34187 Indicates that the target is capable of asynchronous command
34188 execution, which means that @value{GDBN} will accept further commands
34189 while the target is running.
34190
34191 @item reverse
34192 Indicates that the target is capable of reverse execution.
34193 @xref{Reverse Execution}, for more information.
34194
34195 @end table
34196
34197 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34198 @node GDB/MI Miscellaneous Commands
34199 @section Miscellaneous @sc{gdb/mi} Commands
34200
34201 @c @subheading -gdb-complete
34202
34203 @subheading The @code{-gdb-exit} Command
34204 @findex -gdb-exit
34205
34206 @subsubheading Synopsis
34207
34208 @smallexample
34209 -gdb-exit
34210 @end smallexample
34211
34212 Exit @value{GDBN} immediately.
34213
34214 @subsubheading @value{GDBN} Command
34215
34216 Approximately corresponds to @samp{quit}.
34217
34218 @subsubheading Example
34219
34220 @smallexample
34221 (gdb)
34222 -gdb-exit
34223 ^exit
34224 @end smallexample
34225
34226
34227 @ignore
34228 @subheading The @code{-exec-abort} Command
34229 @findex -exec-abort
34230
34231 @subsubheading Synopsis
34232
34233 @smallexample
34234 -exec-abort
34235 @end smallexample
34236
34237 Kill the inferior running program.
34238
34239 @subsubheading @value{GDBN} Command
34240
34241 The corresponding @value{GDBN} command is @samp{kill}.
34242
34243 @subsubheading Example
34244 N.A.
34245 @end ignore
34246
34247
34248 @subheading The @code{-gdb-set} Command
34249 @findex -gdb-set
34250
34251 @subsubheading Synopsis
34252
34253 @smallexample
34254 -gdb-set
34255 @end smallexample
34256
34257 Set an internal @value{GDBN} variable.
34258 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
34259
34260 @subsubheading @value{GDBN} Command
34261
34262 The corresponding @value{GDBN} command is @samp{set}.
34263
34264 @subsubheading Example
34265
34266 @smallexample
34267 (gdb)
34268 -gdb-set $foo=3
34269 ^done
34270 (gdb)
34271 @end smallexample
34272
34273
34274 @subheading The @code{-gdb-show} Command
34275 @findex -gdb-show
34276
34277 @subsubheading Synopsis
34278
34279 @smallexample
34280 -gdb-show
34281 @end smallexample
34282
34283 Show the current value of a @value{GDBN} variable.
34284
34285 @subsubheading @value{GDBN} Command
34286
34287 The corresponding @value{GDBN} command is @samp{show}.
34288
34289 @subsubheading Example
34290
34291 @smallexample
34292 (gdb)
34293 -gdb-show annotate
34294 ^done,value="0"
34295 (gdb)
34296 @end smallexample
34297
34298 @c @subheading -gdb-source
34299
34300
34301 @subheading The @code{-gdb-version} Command
34302 @findex -gdb-version
34303
34304 @subsubheading Synopsis
34305
34306 @smallexample
34307 -gdb-version
34308 @end smallexample
34309
34310 Show version information for @value{GDBN}. Used mostly in testing.
34311
34312 @subsubheading @value{GDBN} Command
34313
34314 The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
34315 default shows this information when you start an interactive session.
34316
34317 @subsubheading Example
34318
34319 @c This example modifies the actual output from GDB to avoid overfull
34320 @c box in TeX.
34321 @smallexample
34322 (gdb)
34323 -gdb-version
34324 ~GNU gdb 5.2.1
34325 ~Copyright 2000 Free Software Foundation, Inc.
34326 ~GDB is free software, covered by the GNU General Public License, and
34327 ~you are welcome to change it and/or distribute copies of it under
34328 ~ certain conditions.
34329 ~Type "show copying" to see the conditions.
34330 ~There is absolutely no warranty for GDB. Type "show warranty" for
34331 ~ details.
34332 ~This GDB was configured as
34333 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
34334 ^done
34335 (gdb)
34336 @end smallexample
34337
34338 @subheading The @code{-list-thread-groups} Command
34339 @findex -list-thread-groups
34340
34341 @subheading Synopsis
34342
34343 @smallexample
34344 -list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
34345 @end smallexample
34346
34347 Lists thread groups (@pxref{Thread groups}). When a single thread
34348 group is passed as the argument, lists the children of that group.
34349 When several thread group are passed, lists information about those
34350 thread groups. Without any parameters, lists information about all
34351 top-level thread groups.
34352
34353 Normally, thread groups that are being debugged are reported.
34354 With the @samp{--available} option, @value{GDBN} reports thread groups
34355 available on the target.
34356
34357 The output of this command may have either a @samp{threads} result or
34358 a @samp{groups} result. The @samp{thread} result has a list of tuples
34359 as value, with each tuple describing a thread (@pxref{GDB/MI Thread
34360 Information}). The @samp{groups} result has a list of tuples as value,
34361 each tuple describing a thread group. If top-level groups are
34362 requested (that is, no parameter is passed), or when several groups
34363 are passed, the output always has a @samp{groups} result. The format
34364 of the @samp{group} result is described below.
34365
34366 To reduce the number of roundtrips it's possible to list thread groups
34367 together with their children, by passing the @samp{--recurse} option
34368 and the recursion depth. Presently, only recursion depth of 1 is
34369 permitted. If this option is present, then every reported thread group
34370 will also include its children, either as @samp{group} or
34371 @samp{threads} field.
34372
34373 In general, any combination of option and parameters is permitted, with
34374 the following caveats:
34375
34376 @itemize @bullet
34377 @item
34378 When a single thread group is passed, the output will typically
34379 be the @samp{threads} result. Because threads may not contain
34380 anything, the @samp{recurse} option will be ignored.
34381
34382 @item
34383 When the @samp{--available} option is passed, limited information may
34384 be available. In particular, the list of threads of a process might
34385 be inaccessible. Further, specifying specific thread groups might
34386 not give any performance advantage over listing all thread groups.
34387 The frontend should assume that @samp{-list-thread-groups --available}
34388 is always an expensive operation and cache the results.
34389
34390 @end itemize
34391
34392 The @samp{groups} result is a list of tuples, where each tuple may
34393 have the following fields:
34394
34395 @table @code
34396 @item id
34397 Identifier of the thread group. This field is always present.
34398 The identifier is an opaque string; frontends should not try to
34399 convert it to an integer, even though it might look like one.
34400
34401 @item type
34402 The type of the thread group. At present, only @samp{process} is a
34403 valid type.
34404
34405 @item pid
34406 The target-specific process identifier. This field is only present
34407 for thread groups of type @samp{process} and only if the process exists.
34408
34409 @item exit-code
34410 The exit code of this group's last exited thread, formatted in octal.
34411 This field is only present for thread groups of type @samp{process} and
34412 only if the process is not running.
34413
34414 @item num_children
34415 The number of children this thread group has. This field may be
34416 absent for an available thread group.
34417
34418 @item threads
34419 This field has a list of tuples as value, each tuple describing a
34420 thread. It may be present if the @samp{--recurse} option is
34421 specified, and it's actually possible to obtain the threads.
34422
34423 @item cores
34424 This field is a list of integers, each identifying a core that one
34425 thread of the group is running on. This field may be absent if
34426 such information is not available.
34427
34428 @item executable
34429 The name of the executable file that corresponds to this thread group.
34430 The field is only present for thread groups of type @samp{process},
34431 and only if there is a corresponding executable file.
34432
34433 @end table
34434
34435 @subheading Example
34436
34437 @smallexample
34438 @value{GDBP}
34439 -list-thread-groups
34440 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
34441 -list-thread-groups 17
34442 ^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
34443 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
34444 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
34445 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
34446 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
34447 -list-thread-groups --available
34448 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
34449 -list-thread-groups --available --recurse 1
34450 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
34451 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
34452 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
34453 -list-thread-groups --available --recurse 1 17 18
34454 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
34455 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
34456 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
34457 @end smallexample
34458
34459 @subheading The @code{-info-os} Command
34460 @findex -info-os
34461
34462 @subsubheading Synopsis
34463
34464 @smallexample
34465 -info-os [ @var{type} ]
34466 @end smallexample
34467
34468 If no argument is supplied, the command returns a table of available
34469 operating-system-specific information types. If one of these types is
34470 supplied as an argument @var{type}, then the command returns a table
34471 of data of that type.
34472
34473 The types of information available depend on the target operating
34474 system.
34475
34476 @subsubheading @value{GDBN} Command
34477
34478 The corresponding @value{GDBN} command is @samp{info os}.
34479
34480 @subsubheading Example
34481
34482 When run on a @sc{gnu}/Linux system, the output will look something
34483 like this:
34484
34485 @smallexample
34486 @value{GDBP}
34487 -info-os
34488 ^done,OSDataTable=@{nr_rows="10",nr_cols="3",
34489 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
34490 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
34491 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
34492 body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
34493 col2="CPUs"@},
34494 item=@{col0="files",col1="Listing of all file descriptors",
34495 col2="File descriptors"@},
34496 item=@{col0="modules",col1="Listing of all loaded kernel modules",
34497 col2="Kernel modules"@},
34498 item=@{col0="msg",col1="Listing of all message queues",
34499 col2="Message queues"@},
34500 item=@{col0="processes",col1="Listing of all processes",
34501 col2="Processes"@},
34502 item=@{col0="procgroups",col1="Listing of all process groups",
34503 col2="Process groups"@},
34504 item=@{col0="semaphores",col1="Listing of all semaphores",
34505 col2="Semaphores"@},
34506 item=@{col0="shm",col1="Listing of all shared-memory regions",
34507 col2="Shared-memory regions"@},
34508 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
34509 col2="Sockets"@},
34510 item=@{col0="threads",col1="Listing of all threads",
34511 col2="Threads"@}]
34512 @value{GDBP}
34513 -info-os processes
34514 ^done,OSDataTable=@{nr_rows="190",nr_cols="4",
34515 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
34516 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
34517 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
34518 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
34519 body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
34520 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
34521 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
34522 ...
34523 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
34524 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
34525 (gdb)
34526 @end smallexample
34527
34528 (Note that the MI output here includes a @code{"Title"} column that
34529 does not appear in command-line @code{info os}; this column is useful
34530 for MI clients that want to enumerate the types of data, such as in a
34531 popup menu, but is needless clutter on the command line, and
34532 @code{info os} omits it.)
34533
34534 @subheading The @code{-add-inferior} Command
34535 @findex -add-inferior
34536
34537 @subheading Synopsis
34538
34539 @smallexample
34540 -add-inferior
34541 @end smallexample
34542
34543 Creates a new inferior (@pxref{Inferiors and Programs}). The created
34544 inferior is not associated with any executable. Such association may
34545 be established with the @samp{-file-exec-and-symbols} command
34546 (@pxref{GDB/MI File Commands}). The command response has a single
34547 field, @samp{inferior}, whose value is the identifier of the
34548 thread group corresponding to the new inferior.
34549
34550 @subheading Example
34551
34552 @smallexample
34553 @value{GDBP}
34554 -add-inferior
34555 ^done,inferior="i3"
34556 @end smallexample
34557
34558 @subheading The @code{-interpreter-exec} Command
34559 @findex -interpreter-exec
34560
34561 @subheading Synopsis
34562
34563 @smallexample
34564 -interpreter-exec @var{interpreter} @var{command}
34565 @end smallexample
34566 @anchor{-interpreter-exec}
34567
34568 Execute the specified @var{command} in the given @var{interpreter}.
34569
34570 @subheading @value{GDBN} Command
34571
34572 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
34573
34574 @subheading Example
34575
34576 @smallexample
34577 (gdb)
34578 -interpreter-exec console "break main"
34579 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
34580 &"During symbol reading, bad structure-type format.\n"
34581 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
34582 ^done
34583 (gdb)
34584 @end smallexample
34585
34586 @subheading The @code{-inferior-tty-set} Command
34587 @findex -inferior-tty-set
34588
34589 @subheading Synopsis
34590
34591 @smallexample
34592 -inferior-tty-set /dev/pts/1
34593 @end smallexample
34594
34595 Set terminal for future runs of the program being debugged.
34596
34597 @subheading @value{GDBN} Command
34598
34599 The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
34600
34601 @subheading Example
34602
34603 @smallexample
34604 (gdb)
34605 -inferior-tty-set /dev/pts/1
34606 ^done
34607 (gdb)
34608 @end smallexample
34609
34610 @subheading The @code{-inferior-tty-show} Command
34611 @findex -inferior-tty-show
34612
34613 @subheading Synopsis
34614
34615 @smallexample
34616 -inferior-tty-show
34617 @end smallexample
34618
34619 Show terminal for future runs of program being debugged.
34620
34621 @subheading @value{GDBN} Command
34622
34623 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
34624
34625 @subheading Example
34626
34627 @smallexample
34628 (gdb)
34629 -inferior-tty-set /dev/pts/1
34630 ^done
34631 (gdb)
34632 -inferior-tty-show
34633 ^done,inferior_tty_terminal="/dev/pts/1"
34634 (gdb)
34635 @end smallexample
34636
34637 @subheading The @code{-enable-timings} Command
34638 @findex -enable-timings
34639
34640 @subheading Synopsis
34641
34642 @smallexample
34643 -enable-timings [yes | no]
34644 @end smallexample
34645
34646 Toggle the printing of the wallclock, user and system times for an MI
34647 command as a field in its output. This command is to help frontend
34648 developers optimize the performance of their code. No argument is
34649 equivalent to @samp{yes}.
34650
34651 @subheading @value{GDBN} Command
34652
34653 No equivalent.
34654
34655 @subheading Example
34656
34657 @smallexample
34658 (gdb)
34659 -enable-timings
34660 ^done
34661 (gdb)
34662 -break-insert main
34663 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
34664 addr="0x080484ed",func="main",file="myprog.c",
34665 fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
34666 times="0"@},
34667 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
34668 (gdb)
34669 -enable-timings no
34670 ^done
34671 (gdb)
34672 -exec-run
34673 ^running
34674 (gdb)
34675 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
34676 frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
34677 @{name="argv",value="0xbfb60364"@}],file="myprog.c",
34678 fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
34679 (gdb)
34680 @end smallexample
34681
34682 @subheading The @code{-complete} Command
34683 @findex -complete
34684
34685 @subheading Synopsis
34686
34687 @smallexample
34688 -complete @var{command}
34689 @end smallexample
34690
34691 Show a list of completions for partially typed CLI @var{command}.
34692
34693 This command is intended for @sc{gdb/mi} frontends that cannot use two separate
34694 CLI and MI channels --- for example: because of lack of PTYs like on Windows or
34695 because @value{GDBN} is used remotely via a SSH connection.
34696
34697 @subheading Result
34698
34699 The result consists of two or three fields:
34700
34701 @table @samp
34702 @item completion
34703 This field contains the completed @var{command}. If @var{command}
34704 has no known completions, this field is omitted.
34705
34706 @item matches
34707 This field contains a (possibly empty) array of matches. It is always present.
34708
34709 @item max_completions_reached
34710 This field contains @code{1} if number of known completions is above
34711 @code{max-completions} limit (@pxref{Completion}), otherwise it contains
34712 @code{0}. It is always present.
34713
34714 @end table
34715
34716 @subheading @value{GDBN} Command
34717
34718 The corresponding @value{GDBN} command is @samp{complete}.
34719
34720 @subheading Example
34721
34722 @smallexample
34723 (gdb)
34724 -complete br
34725 ^done,completion="break",
34726 matches=["break","break-range"],
34727 max_completions_reached="0"
34728 (gdb)
34729 -complete "b ma"
34730 ^done,completion="b ma",
34731 matches=["b madvise","b main"],max_completions_reached="0"
34732 (gdb)
34733 -complete "b push_b"
34734 ^done,completion="b push_back(",
34735 matches=[
34736 "b A::push_back(void*)",
34737 "b std::string::push_back(char)",
34738 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
34739 max_completions_reached="0"
34740 (gdb)
34741 -complete "nonexist"
34742 ^done,matches=[],max_completions_reached="0"
34743 (gdb)
34744
34745 @end smallexample
34746
34747 @node Annotations
34748 @chapter @value{GDBN} Annotations
34749
34750 This chapter describes annotations in @value{GDBN}. Annotations were
34751 designed to interface @value{GDBN} to graphical user interfaces or other
34752 similar programs which want to interact with @value{GDBN} at a
34753 relatively high level.
34754
34755 The annotation mechanism has largely been superseded by @sc{gdb/mi}
34756 (@pxref{GDB/MI}).
34757
34758 @ignore
34759 This is Edition @value{EDITION}, @value{DATE}.
34760 @end ignore
34761
34762 @menu
34763 * Annotations Overview:: What annotations are; the general syntax.
34764 * Server Prefix:: Issuing a command without affecting user state.
34765 * Prompting:: Annotations marking @value{GDBN}'s need for input.
34766 * Errors:: Annotations for error messages.
34767 * Invalidation:: Some annotations describe things now invalid.
34768 * Annotations for Running::
34769 Whether the program is running, how it stopped, etc.
34770 * Source Annotations:: Annotations describing source code.
34771 @end menu
34772
34773 @node Annotations Overview
34774 @section What is an Annotation?
34775 @cindex annotations
34776
34777 Annotations start with a newline character, two @samp{control-z}
34778 characters, and the name of the annotation. If there is no additional
34779 information associated with this annotation, the name of the annotation
34780 is followed immediately by a newline. If there is additional
34781 information, the name of the annotation is followed by a space, the
34782 additional information, and a newline. The additional information
34783 cannot contain newline characters.
34784
34785 Any output not beginning with a newline and two @samp{control-z}
34786 characters denotes literal output from @value{GDBN}. Currently there is
34787 no need for @value{GDBN} to output a newline followed by two
34788 @samp{control-z} characters, but if there was such a need, the
34789 annotations could be extended with an @samp{escape} annotation which
34790 means those three characters as output.
34791
34792 The annotation @var{level}, which is specified using the
34793 @option{--annotate} command line option (@pxref{Mode Options}), controls
34794 how much information @value{GDBN} prints together with its prompt,
34795 values of expressions, source lines, and other types of output. Level 0
34796 is for no annotations, level 1 is for use when @value{GDBN} is run as a
34797 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
34798 for programs that control @value{GDBN}, and level 2 annotations have
34799 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
34800 Interface, annotate, GDB's Obsolete Annotations}).
34801
34802 @table @code
34803 @kindex set annotate
34804 @item set annotate @var{level}
34805 The @value{GDBN} command @code{set annotate} sets the level of
34806 annotations to the specified @var{level}.
34807
34808 @item show annotate
34809 @kindex show annotate
34810 Show the current annotation level.
34811 @end table
34812
34813 This chapter describes level 3 annotations.
34814
34815 A simple example of starting up @value{GDBN} with annotations is:
34816
34817 @smallexample
34818 $ @kbd{gdb --annotate=3}
34819 GNU gdb 6.0
34820 Copyright 2003 Free Software Foundation, Inc.
34821 GDB is free software, covered by the GNU General Public License,
34822 and you are welcome to change it and/or distribute copies of it
34823 under certain conditions.
34824 Type "show copying" to see the conditions.
34825 There is absolutely no warranty for GDB. Type "show warranty"
34826 for details.
34827 This GDB was configured as "i386-pc-linux-gnu"
34828
34829 ^Z^Zpre-prompt
34830 (@value{GDBP})
34831 ^Z^Zprompt
34832 @kbd{quit}
34833
34834 ^Z^Zpost-prompt
34835 $
34836 @end smallexample
34837
34838 Here @samp{quit} is input to @value{GDBN}; the rest is output from
34839 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
34840 denotes a @samp{control-z} character) are annotations; the rest is
34841 output from @value{GDBN}.
34842
34843 @node Server Prefix
34844 @section The Server Prefix
34845 @cindex server prefix
34846
34847 If you prefix a command with @samp{server } then it will not affect
34848 the command history, nor will it affect @value{GDBN}'s notion of which
34849 command to repeat if @key{RET} is pressed on a line by itself. This
34850 means that commands can be run behind a user's back by a front-end in
34851 a transparent manner.
34852
34853 The @code{server } prefix does not affect the recording of values into
34854 the value history; to print a value without recording it into the
34855 value history, use the @code{output} command instead of the
34856 @code{print} command.
34857
34858 Using this prefix also disables confirmation requests
34859 (@pxref{confirmation requests}).
34860
34861 @node Prompting
34862 @section Annotation for @value{GDBN} Input
34863
34864 @cindex annotations for prompts
34865 When @value{GDBN} prompts for input, it annotates this fact so it is possible
34866 to know when to send output, when the output from a given command is
34867 over, etc.
34868
34869 Different kinds of input each have a different @dfn{input type}. Each
34870 input type has three annotations: a @code{pre-} annotation, which
34871 denotes the beginning of any prompt which is being output, a plain
34872 annotation, which denotes the end of the prompt, and then a @code{post-}
34873 annotation which denotes the end of any echo which may (or may not) be
34874 associated with the input. For example, the @code{prompt} input type
34875 features the following annotations:
34876
34877 @smallexample
34878 ^Z^Zpre-prompt
34879 ^Z^Zprompt
34880 ^Z^Zpost-prompt
34881 @end smallexample
34882
34883 The input types are
34884
34885 @table @code
34886 @findex pre-prompt annotation
34887 @findex prompt annotation
34888 @findex post-prompt annotation
34889 @item prompt
34890 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
34891
34892 @findex pre-commands annotation
34893 @findex commands annotation
34894 @findex post-commands annotation
34895 @item commands
34896 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
34897 command. The annotations are repeated for each command which is input.
34898
34899 @findex pre-overload-choice annotation
34900 @findex overload-choice annotation
34901 @findex post-overload-choice annotation
34902 @item overload-choice
34903 When @value{GDBN} wants the user to select between various overloaded functions.
34904
34905 @findex pre-query annotation
34906 @findex query annotation
34907 @findex post-query annotation
34908 @item query
34909 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
34910
34911 @findex pre-prompt-for-continue annotation
34912 @findex prompt-for-continue annotation
34913 @findex post-prompt-for-continue annotation
34914 @item prompt-for-continue
34915 When @value{GDBN} is asking the user to press return to continue. Note: Don't
34916 expect this to work well; instead use @code{set height 0} to disable
34917 prompting. This is because the counting of lines is buggy in the
34918 presence of annotations.
34919 @end table
34920
34921 @node Errors
34922 @section Errors
34923 @cindex annotations for errors, warnings and interrupts
34924
34925 @findex quit annotation
34926 @smallexample
34927 ^Z^Zquit
34928 @end smallexample
34929
34930 This annotation occurs right before @value{GDBN} responds to an interrupt.
34931
34932 @findex error annotation
34933 @smallexample
34934 ^Z^Zerror
34935 @end smallexample
34936
34937 This annotation occurs right before @value{GDBN} responds to an error.
34938
34939 Quit and error annotations indicate that any annotations which @value{GDBN} was
34940 in the middle of may end abruptly. For example, if a
34941 @code{value-history-begin} annotation is followed by a @code{error}, one
34942 cannot expect to receive the matching @code{value-history-end}. One
34943 cannot expect not to receive it either, however; an error annotation
34944 does not necessarily mean that @value{GDBN} is immediately returning all the way
34945 to the top level.
34946
34947 @findex error-begin annotation
34948 A quit or error annotation may be preceded by
34949
34950 @smallexample
34951 ^Z^Zerror-begin
34952 @end smallexample
34953
34954 Any output between that and the quit or error annotation is the error
34955 message.
34956
34957 Warning messages are not yet annotated.
34958 @c If we want to change that, need to fix warning(), type_error(),
34959 @c range_error(), and possibly other places.
34960
34961 @node Invalidation
34962 @section Invalidation Notices
34963
34964 @cindex annotations for invalidation messages
34965 The following annotations say that certain pieces of state may have
34966 changed.
34967
34968 @table @code
34969 @findex frames-invalid annotation
34970 @item ^Z^Zframes-invalid
34971
34972 The frames (for example, output from the @code{backtrace} command) may
34973 have changed.
34974
34975 @findex breakpoints-invalid annotation
34976 @item ^Z^Zbreakpoints-invalid
34977
34978 The breakpoints may have changed. For example, the user just added or
34979 deleted a breakpoint.
34980 @end table
34981
34982 @node Annotations for Running
34983 @section Running the Program
34984 @cindex annotations for running programs
34985
34986 @findex starting annotation
34987 @findex stopping annotation
34988 When the program starts executing due to a @value{GDBN} command such as
34989 @code{step} or @code{continue},
34990
34991 @smallexample
34992 ^Z^Zstarting
34993 @end smallexample
34994
34995 is output. When the program stops,
34996
34997 @smallexample
34998 ^Z^Zstopped
34999 @end smallexample
35000
35001 is output. Before the @code{stopped} annotation, a variety of
35002 annotations describe how the program stopped.
35003
35004 @table @code
35005 @findex exited annotation
35006 @item ^Z^Zexited @var{exit-status}
35007 The program exited, and @var{exit-status} is the exit status (zero for
35008 successful exit, otherwise nonzero).
35009
35010 @findex signalled annotation
35011 @findex signal-name annotation
35012 @findex signal-name-end annotation
35013 @findex signal-string annotation
35014 @findex signal-string-end annotation
35015 @item ^Z^Zsignalled
35016 The program exited with a signal. After the @code{^Z^Zsignalled}, the
35017 annotation continues:
35018
35019 @smallexample
35020 @var{intro-text}
35021 ^Z^Zsignal-name
35022 @var{name}
35023 ^Z^Zsignal-name-end
35024 @var{middle-text}
35025 ^Z^Zsignal-string
35026 @var{string}
35027 ^Z^Zsignal-string-end
35028 @var{end-text}
35029 @end smallexample
35030
35031 @noindent
35032 where @var{name} is the name of the signal, such as @code{SIGILL} or
35033 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
35034 as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
35035 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
35036 user's benefit and have no particular format.
35037
35038 @findex signal annotation
35039 @item ^Z^Zsignal
35040 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
35041 just saying that the program received the signal, not that it was
35042 terminated with it.
35043
35044 @findex breakpoint annotation
35045 @item ^Z^Zbreakpoint @var{number}
35046 The program hit breakpoint number @var{number}.
35047
35048 @findex watchpoint annotation
35049 @item ^Z^Zwatchpoint @var{number}
35050 The program hit watchpoint number @var{number}.
35051 @end table
35052
35053 @node Source Annotations
35054 @section Displaying Source
35055 @cindex annotations for source display
35056
35057 @findex source annotation
35058 The following annotation is used instead of displaying source code:
35059
35060 @smallexample
35061 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
35062 @end smallexample
35063
35064 where @var{filename} is an absolute file name indicating which source
35065 file, @var{line} is the line number within that file (where 1 is the
35066 first line in the file), @var{character} is the character position
35067 within the file (where 0 is the first character in the file) (for most
35068 debug formats this will necessarily point to the beginning of a line),
35069 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
35070 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
35071 @var{addr} is the address in the target program associated with the
35072 source which is being displayed. The @var{addr} is in the form @samp{0x}
35073 followed by one or more lowercase hex digits (note that this does not
35074 depend on the language).
35075
35076 @node JIT Interface
35077 @chapter JIT Compilation Interface
35078 @cindex just-in-time compilation
35079 @cindex JIT compilation interface
35080
35081 This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
35082 interface. A JIT compiler is a program or library that generates native
35083 executable code at runtime and executes it, usually in order to achieve good
35084 performance while maintaining platform independence.
35085
35086 Programs that use JIT compilation are normally difficult to debug because
35087 portions of their code are generated at runtime, instead of being loaded from
35088 object files, which is where @value{GDBN} normally finds the program's symbols
35089 and debug information. In order to debug programs that use JIT compilation,
35090 @value{GDBN} has an interface that allows the program to register in-memory
35091 symbol files with @value{GDBN} at runtime.
35092
35093 If you are using @value{GDBN} to debug a program that uses this interface, then
35094 it should work transparently so long as you have not stripped the binary. If
35095 you are developing a JIT compiler, then the interface is documented in the rest
35096 of this chapter. At this time, the only known client of this interface is the
35097 LLVM JIT.
35098
35099 Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
35100 JIT compiler communicates with @value{GDBN} by writing data into a global
35101 variable and calling a fuction at a well-known symbol. When @value{GDBN}
35102 attaches, it reads a linked list of symbol files from the global variable to
35103 find existing code, and puts a breakpoint in the function so that it can find
35104 out about additional code.
35105
35106 @menu
35107 * Declarations:: Relevant C struct declarations
35108 * Registering Code:: Steps to register code
35109 * Unregistering Code:: Steps to unregister code
35110 * Custom Debug Info:: Emit debug information in a custom format
35111 @end menu
35112
35113 @node Declarations
35114 @section JIT Declarations
35115
35116 These are the relevant struct declarations that a C program should include to
35117 implement the interface:
35118
35119 @smallexample
35120 typedef enum
35121 @{
35122 JIT_NOACTION = 0,
35123 JIT_REGISTER_FN,
35124 JIT_UNREGISTER_FN
35125 @} jit_actions_t;
35126
35127 struct jit_code_entry
35128 @{
35129 struct jit_code_entry *next_entry;
35130 struct jit_code_entry *prev_entry;
35131 const char *symfile_addr;
35132 uint64_t symfile_size;
35133 @};
35134
35135 struct jit_descriptor
35136 @{
35137 uint32_t version;
35138 /* This type should be jit_actions_t, but we use uint32_t
35139 to be explicit about the bitwidth. */
35140 uint32_t action_flag;
35141 struct jit_code_entry *relevant_entry;
35142 struct jit_code_entry *first_entry;
35143 @};
35144
35145 /* GDB puts a breakpoint in this function. */
35146 void __attribute__((noinline)) __jit_debug_register_code() @{ @};
35147
35148 /* Make sure to specify the version statically, because the
35149 debugger may check the version before we can set it. */
35150 struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
35151 @end smallexample
35152
35153 If the JIT is multi-threaded, then it is important that the JIT synchronize any
35154 modifications to this global data properly, which can easily be done by putting
35155 a global mutex around modifications to these structures.
35156
35157 @node Registering Code
35158 @section Registering Code
35159
35160 To register code with @value{GDBN}, the JIT should follow this protocol:
35161
35162 @itemize @bullet
35163 @item
35164 Generate an object file in memory with symbols and other desired debug
35165 information. The file must include the virtual addresses of the sections.
35166
35167 @item
35168 Create a code entry for the file, which gives the start and size of the symbol
35169 file.
35170
35171 @item
35172 Add it to the linked list in the JIT descriptor.
35173
35174 @item
35175 Point the relevant_entry field of the descriptor at the entry.
35176
35177 @item
35178 Set @code{action_flag} to @code{JIT_REGISTER} and call
35179 @code{__jit_debug_register_code}.
35180 @end itemize
35181
35182 When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
35183 @code{relevant_entry} pointer so it doesn't have to walk the list looking for
35184 new code. However, the linked list must still be maintained in order to allow
35185 @value{GDBN} to attach to a running process and still find the symbol files.
35186
35187 @node Unregistering Code
35188 @section Unregistering Code
35189
35190 If code is freed, then the JIT should use the following protocol:
35191
35192 @itemize @bullet
35193 @item
35194 Remove the code entry corresponding to the code from the linked list.
35195
35196 @item
35197 Point the @code{relevant_entry} field of the descriptor at the code entry.
35198
35199 @item
35200 Set @code{action_flag} to @code{JIT_UNREGISTER} and call
35201 @code{__jit_debug_register_code}.
35202 @end itemize
35203
35204 If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
35205 and the JIT will leak the memory used for the associated symbol files.
35206
35207 @node Custom Debug Info
35208 @section Custom Debug Info
35209 @cindex custom JIT debug info
35210 @cindex JIT debug info reader
35211
35212 Generating debug information in platform-native file formats (like ELF
35213 or COFF) may be an overkill for JIT compilers; especially if all the
35214 debug info is used for is displaying a meaningful backtrace. The
35215 issue can be resolved by having the JIT writers decide on a debug info
35216 format and also provide a reader that parses the debug info generated
35217 by the JIT compiler. This section gives a brief overview on writing
35218 such a parser. More specific details can be found in the source file
35219 @file{gdb/jit-reader.in}, which is also installed as a header at
35220 @file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
35221
35222 The reader is implemented as a shared object (so this functionality is
35223 not available on platforms which don't allow loading shared objects at
35224 runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
35225 @code{jit-reader-unload} are provided, to be used to load and unload
35226 the readers from a preconfigured directory. Once loaded, the shared
35227 object is used the parse the debug information emitted by the JIT
35228 compiler.
35229
35230 @menu
35231 * Using JIT Debug Info Readers:: How to use supplied readers correctly
35232 * Writing JIT Debug Info Readers:: Creating a debug-info reader
35233 @end menu
35234
35235 @node Using JIT Debug Info Readers
35236 @subsection Using JIT Debug Info Readers
35237 @kindex jit-reader-load
35238 @kindex jit-reader-unload
35239
35240 Readers can be loaded and unloaded using the @code{jit-reader-load}
35241 and @code{jit-reader-unload} commands.
35242
35243 @table @code
35244 @item jit-reader-load @var{reader}
35245 Load the JIT reader named @var{reader}, which is a shared
35246 object specified as either an absolute or a relative file name. In
35247 the latter case, @value{GDBN} will try to load the reader from a
35248 pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
35249 system (here @var{libdir} is the system library directory, often
35250 @file{/usr/local/lib}).
35251
35252 Only one reader can be active at a time; trying to load a second
35253 reader when one is already loaded will result in @value{GDBN}
35254 reporting an error. A new JIT reader can be loaded by first unloading
35255 the current one using @code{jit-reader-unload} and then invoking
35256 @code{jit-reader-load}.
35257
35258 @item jit-reader-unload
35259 Unload the currently loaded JIT reader.
35260
35261 @end table
35262
35263 @node Writing JIT Debug Info Readers
35264 @subsection Writing JIT Debug Info Readers
35265 @cindex writing JIT debug info readers
35266
35267 As mentioned, a reader is essentially a shared object conforming to a
35268 certain ABI. This ABI is described in @file{jit-reader.h}.
35269
35270 @file{jit-reader.h} defines the structures, macros and functions
35271 required to write a reader. It is installed (along with
35272 @value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
35273 the system include directory.
35274
35275 Readers need to be released under a GPL compatible license. A reader
35276 can be declared as released under such a license by placing the macro
35277 @code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
35278
35279 The entry point for readers is the symbol @code{gdb_init_reader},
35280 which is expected to be a function with the prototype
35281
35282 @findex gdb_init_reader
35283 @smallexample
35284 extern struct gdb_reader_funcs *gdb_init_reader (void);
35285 @end smallexample
35286
35287 @cindex @code{struct gdb_reader_funcs}
35288
35289 @code{struct gdb_reader_funcs} contains a set of pointers to callback
35290 functions. These functions are executed to read the debug info
35291 generated by the JIT compiler (@code{read}), to unwind stack frames
35292 (@code{unwind}) and to create canonical frame IDs
35293 (@code{get_Frame_id}). It also has a callback that is called when the
35294 reader is being unloaded (@code{destroy}). The struct looks like this
35295
35296 @smallexample
35297 struct gdb_reader_funcs
35298 @{
35299 /* Must be set to GDB_READER_INTERFACE_VERSION. */
35300 int reader_version;
35301
35302 /* For use by the reader. */
35303 void *priv_data;
35304
35305 gdb_read_debug_info *read;
35306 gdb_unwind_frame *unwind;
35307 gdb_get_frame_id *get_frame_id;
35308 gdb_destroy_reader *destroy;
35309 @};
35310 @end smallexample
35311
35312 @cindex @code{struct gdb_symbol_callbacks}
35313 @cindex @code{struct gdb_unwind_callbacks}
35314
35315 The callbacks are provided with another set of callbacks by
35316 @value{GDBN} to do their job. For @code{read}, these callbacks are
35317 passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
35318 and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
35319 @code{struct gdb_symbol_callbacks} has callbacks to create new object
35320 files and new symbol tables inside those object files. @code{struct
35321 gdb_unwind_callbacks} has callbacks to read registers off the current
35322 frame and to write out the values of the registers in the previous
35323 frame. Both have a callback (@code{target_read}) to read bytes off the
35324 target's address space.
35325
35326 @node In-Process Agent
35327 @chapter In-Process Agent
35328 @cindex debugging agent
35329 The traditional debugging model is conceptually low-speed, but works fine,
35330 because most bugs can be reproduced in debugging-mode execution. However,
35331 as multi-core or many-core processors are becoming mainstream, and
35332 multi-threaded programs become more and more popular, there should be more
35333 and more bugs that only manifest themselves at normal-mode execution, for
35334 example, thread races, because debugger's interference with the program's
35335 timing may conceal the bugs. On the other hand, in some applications,
35336 it is not feasible for the debugger to interrupt the program's execution
35337 long enough for the developer to learn anything helpful about its behavior.
35338 If the program's correctness depends on its real-time behavior, delays
35339 introduced by a debugger might cause the program to fail, even when the
35340 code itself is correct. It is useful to be able to observe the program's
35341 behavior without interrupting it.
35342
35343 Therefore, traditional debugging model is too intrusive to reproduce
35344 some bugs. In order to reduce the interference with the program, we can
35345 reduce the number of operations performed by debugger. The
35346 @dfn{In-Process Agent}, a shared library, is running within the same
35347 process with inferior, and is able to perform some debugging operations
35348 itself. As a result, debugger is only involved when necessary, and
35349 performance of debugging can be improved accordingly. Note that
35350 interference with program can be reduced but can't be removed completely,
35351 because the in-process agent will still stop or slow down the program.
35352
35353 The in-process agent can interpret and execute Agent Expressions
35354 (@pxref{Agent Expressions}) during performing debugging operations. The
35355 agent expressions can be used for different purposes, such as collecting
35356 data in tracepoints, and condition evaluation in breakpoints.
35357
35358 @anchor{Control Agent}
35359 You can control whether the in-process agent is used as an aid for
35360 debugging with the following commands:
35361
35362 @table @code
35363 @kindex set agent on
35364 @item set agent on
35365 Causes the in-process agent to perform some operations on behalf of the
35366 debugger. Just which operations requested by the user will be done
35367 by the in-process agent depends on the its capabilities. For example,
35368 if you request to evaluate breakpoint conditions in the in-process agent,
35369 and the in-process agent has such capability as well, then breakpoint
35370 conditions will be evaluated in the in-process agent.
35371
35372 @kindex set agent off
35373 @item set agent off
35374 Disables execution of debugging operations by the in-process agent. All
35375 of the operations will be performed by @value{GDBN}.
35376
35377 @kindex show agent
35378 @item show agent
35379 Display the current setting of execution of debugging operations by
35380 the in-process agent.
35381 @end table
35382
35383 @menu
35384 * In-Process Agent Protocol::
35385 @end menu
35386
35387 @node In-Process Agent Protocol
35388 @section In-Process Agent Protocol
35389 @cindex in-process agent protocol
35390
35391 The in-process agent is able to communicate with both @value{GDBN} and
35392 GDBserver (@pxref{In-Process Agent}). This section documents the protocol
35393 used for communications between @value{GDBN} or GDBserver and the IPA.
35394 In general, @value{GDBN} or GDBserver sends commands
35395 (@pxref{IPA Protocol Commands}) and data to in-process agent, and then
35396 in-process agent replies back with the return result of the command, or
35397 some other information. The data sent to in-process agent is composed
35398 of primitive data types, such as 4-byte or 8-byte type, and composite
35399 types, which are called objects (@pxref{IPA Protocol Objects}).
35400
35401 @menu
35402 * IPA Protocol Objects::
35403 * IPA Protocol Commands::
35404 @end menu
35405
35406 @node IPA Protocol Objects
35407 @subsection IPA Protocol Objects
35408 @cindex ipa protocol objects
35409
35410 The commands sent to and results received from agent may contain some
35411 complex data types called @dfn{objects}.
35412
35413 The in-process agent is running on the same machine with @value{GDBN}
35414 or GDBserver, so it doesn't have to handle as much differences between
35415 two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
35416 However, there are still some differences of two ends in two processes:
35417
35418 @enumerate
35419 @item
35420 word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
35421 compiled as a 64-bit executable, while in-process agent is a 32-bit one.
35422 @item
35423 ABI. Some machines may have multiple types of ABI, @value{GDBN} or
35424 GDBserver is compiled with one, and in-process agent is compiled with
35425 the other one.
35426 @end enumerate
35427
35428 Here are the IPA Protocol Objects:
35429
35430 @enumerate
35431 @item
35432 agent expression object. It represents an agent expression
35433 (@pxref{Agent Expressions}).
35434 @anchor{agent expression object}
35435 @item
35436 tracepoint action object. It represents a tracepoint action
35437 (@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
35438 memory, static trace data and to evaluate expression.
35439 @anchor{tracepoint action object}
35440 @item
35441 tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
35442 @anchor{tracepoint object}
35443
35444 @end enumerate
35445
35446 The following table describes important attributes of each IPA protocol
35447 object:
35448
35449 @multitable @columnfractions .30 .20 .50
35450 @headitem Name @tab Size @tab Description
35451 @item @emph{agent expression object} @tab @tab
35452 @item length @tab 4 @tab length of bytes code
35453 @item byte code @tab @var{length} @tab contents of byte code
35454 @item @emph{tracepoint action for collecting memory} @tab @tab
35455 @item 'M' @tab 1 @tab type of tracepoint action
35456 @item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
35457 address of the lowest byte to collect, otherwise @var{addr} is the offset
35458 of @var{basereg} for memory collecting.
35459 @item len @tab 8 @tab length of memory for collecting
35460 @item basereg @tab 4 @tab the register number containing the starting
35461 memory address for collecting.
35462 @item @emph{tracepoint action for collecting registers} @tab @tab
35463 @item 'R' @tab 1 @tab type of tracepoint action
35464 @item @emph{tracepoint action for collecting static trace data} @tab @tab
35465 @item 'L' @tab 1 @tab type of tracepoint action
35466 @item @emph{tracepoint action for expression evaluation} @tab @tab
35467 @item 'X' @tab 1 @tab type of tracepoint action
35468 @item agent expression @tab length of @tab @ref{agent expression object}
35469 @item @emph{tracepoint object} @tab @tab
35470 @item number @tab 4 @tab number of tracepoint
35471 @item address @tab 8 @tab address of tracepoint inserted on
35472 @item type @tab 4 @tab type of tracepoint
35473 @item enabled @tab 1 @tab enable or disable of tracepoint
35474 @item step_count @tab 8 @tab step
35475 @item pass_count @tab 8 @tab pass
35476 @item numactions @tab 4 @tab number of tracepoint actions
35477 @item hit count @tab 8 @tab hit count
35478 @item trace frame usage @tab 8 @tab trace frame usage
35479 @item compiled_cond @tab 8 @tab compiled condition
35480 @item orig_size @tab 8 @tab orig size
35481 @item condition @tab 4 if condition is NULL otherwise length of
35482 @ref{agent expression object}
35483 @tab zero if condition is NULL, otherwise is
35484 @ref{agent expression object}
35485 @item actions @tab variable
35486 @tab numactions number of @ref{tracepoint action object}
35487 @end multitable
35488
35489 @node IPA Protocol Commands
35490 @subsection IPA Protocol Commands
35491 @cindex ipa protocol commands
35492
35493 The spaces in each command are delimiters to ease reading this commands
35494 specification. They don't exist in real commands.
35495
35496 @table @samp
35497
35498 @item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
35499 Installs a new fast tracepoint described by @var{tracepoint_object}
35500 (@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
35501 head of @dfn{jumppad}, which is used to jump to data collection routine
35502 in IPA finally.
35503
35504 Replies:
35505 @table @samp
35506 @item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
35507 @var{target_address} is address of tracepoint in the inferior.
35508 The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
35509 @var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
35510 The @var{fjump} contains a sequence of instructions jump to jumppad entry.
35511 The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
35512 @item E @var{NN}
35513 for an error
35514
35515 @end table
35516
35517 @item close
35518 Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
35519 is about to kill inferiors.
35520
35521 @item qTfSTM
35522 @xref{qTfSTM}.
35523 @item qTsSTM
35524 @xref{qTsSTM}.
35525 @item qTSTMat
35526 @xref{qTSTMat}.
35527 @item probe_marker_at:@var{address}
35528 Asks in-process agent to probe the marker at @var{address}.
35529
35530 Replies:
35531 @table @samp
35532 @item E @var{NN}
35533 for an error
35534 @end table
35535 @item unprobe_marker_at:@var{address}
35536 Asks in-process agent to unprobe the marker at @var{address}.
35537 @end table
35538
35539 @node GDB Bugs
35540 @chapter Reporting Bugs in @value{GDBN}
35541 @cindex bugs in @value{GDBN}
35542 @cindex reporting bugs in @value{GDBN}
35543
35544 Your bug reports play an essential role in making @value{GDBN} reliable.
35545
35546 Reporting a bug may help you by bringing a solution to your problem, or it
35547 may not. But in any case the principal function of a bug report is to help
35548 the entire community by making the next version of @value{GDBN} work better. Bug
35549 reports are your contribution to the maintenance of @value{GDBN}.
35550
35551 In order for a bug report to serve its purpose, you must include the
35552 information that enables us to fix the bug.
35553
35554 @menu
35555 * Bug Criteria:: Have you found a bug?
35556 * Bug Reporting:: How to report bugs
35557 @end menu
35558
35559 @node Bug Criteria
35560 @section Have You Found a Bug?
35561 @cindex bug criteria
35562
35563 If you are not sure whether you have found a bug, here are some guidelines:
35564
35565 @itemize @bullet
35566 @cindex fatal signal
35567 @cindex debugger crash
35568 @cindex crash of debugger
35569 @item
35570 If the debugger gets a fatal signal, for any input whatever, that is a
35571 @value{GDBN} bug. Reliable debuggers never crash.
35572
35573 @cindex error on valid input
35574 @item
35575 If @value{GDBN} produces an error message for valid input, that is a
35576 bug. (Note that if you're cross debugging, the problem may also be
35577 somewhere in the connection to the target.)
35578
35579 @cindex invalid input
35580 @item
35581 If @value{GDBN} does not produce an error message for invalid input,
35582 that is a bug. However, you should note that your idea of
35583 ``invalid input'' might be our idea of ``an extension'' or ``support
35584 for traditional practice''.
35585
35586 @item
35587 If you are an experienced user of debugging tools, your suggestions
35588 for improvement of @value{GDBN} are welcome in any case.
35589 @end itemize
35590
35591 @node Bug Reporting
35592 @section How to Report Bugs
35593 @cindex bug reports
35594 @cindex @value{GDBN} bugs, reporting
35595
35596 A number of companies and individuals offer support for @sc{gnu} products.
35597 If you obtained @value{GDBN} from a support organization, we recommend you
35598 contact that organization first.
35599
35600 You can find contact information for many support companies and
35601 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
35602 distribution.
35603 @c should add a web page ref...
35604
35605 @ifset BUGURL
35606 @ifset BUGURL_DEFAULT
35607 In any event, we also recommend that you submit bug reports for
35608 @value{GDBN}. The preferred method is to submit them directly using
35609 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
35610 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
35611 be used.
35612
35613 @strong{Do not send bug reports to @samp{info-gdb}, or to
35614 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
35615 not want to receive bug reports. Those that do have arranged to receive
35616 @samp{bug-gdb}.
35617
35618 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
35619 serves as a repeater. The mailing list and the newsgroup carry exactly
35620 the same messages. Often people think of posting bug reports to the
35621 newsgroup instead of mailing them. This appears to work, but it has one
35622 problem which can be crucial: a newsgroup posting often lacks a mail
35623 path back to the sender. Thus, if we need to ask for more information,
35624 we may be unable to reach you. For this reason, it is better to send
35625 bug reports to the mailing list.
35626 @end ifset
35627 @ifclear BUGURL_DEFAULT
35628 In any event, we also recommend that you submit bug reports for
35629 @value{GDBN} to @value{BUGURL}.
35630 @end ifclear
35631 @end ifset
35632
35633 The fundamental principle of reporting bugs usefully is this:
35634 @strong{report all the facts}. If you are not sure whether to state a
35635 fact or leave it out, state it!
35636
35637 Often people omit facts because they think they know what causes the
35638 problem and assume that some details do not matter. Thus, you might
35639 assume that the name of the variable you use in an example does not matter.
35640 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
35641 stray memory reference which happens to fetch from the location where that
35642 name is stored in memory; perhaps, if the name were different, the contents
35643 of that location would fool the debugger into doing the right thing despite
35644 the bug. Play it safe and give a specific, complete example. That is the
35645 easiest thing for you to do, and the most helpful.
35646
35647 Keep in mind that the purpose of a bug report is to enable us to fix the
35648 bug. It may be that the bug has been reported previously, but neither
35649 you nor we can know that unless your bug report is complete and
35650 self-contained.
35651
35652 Sometimes people give a few sketchy facts and ask, ``Does this ring a
35653 bell?'' Those bug reports are useless, and we urge everyone to
35654 @emph{refuse to respond to them} except to chide the sender to report
35655 bugs properly.
35656
35657 To enable us to fix the bug, you should include all these things:
35658
35659 @itemize @bullet
35660 @item
35661 The version of @value{GDBN}. @value{GDBN} announces it if you start
35662 with no arguments; you can also print it at any time using @code{show
35663 version}.
35664
35665 Without this, we will not know whether there is any point in looking for
35666 the bug in the current version of @value{GDBN}.
35667
35668 @item
35669 The type of machine you are using, and the operating system name and
35670 version number.
35671
35672 @item
35673 The details of the @value{GDBN} build-time configuration.
35674 @value{GDBN} shows these details if you invoke it with the
35675 @option{--configuration} command-line option, or if you type
35676 @code{show configuration} at @value{GDBN}'s prompt.
35677
35678 @item
35679 What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
35680 ``@value{GCC}--2.8.1''.
35681
35682 @item
35683 What compiler (and its version) was used to compile the program you are
35684 debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
35685 C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
35686 to get this information; for other compilers, see the documentation for
35687 those compilers.
35688
35689 @item
35690 The command arguments you gave the compiler to compile your example and
35691 observe the bug. For example, did you use @samp{-O}? To guarantee
35692 you will not omit something important, list them all. A copy of the
35693 Makefile (or the output from make) is sufficient.
35694
35695 If we were to try to guess the arguments, we would probably guess wrong
35696 and then we might not encounter the bug.
35697
35698 @item
35699 A complete input script, and all necessary source files, that will
35700 reproduce the bug.
35701
35702 @item
35703 A description of what behavior you observe that you believe is
35704 incorrect. For example, ``It gets a fatal signal.''
35705
35706 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
35707 will certainly notice it. But if the bug is incorrect output, we might
35708 not notice unless it is glaringly wrong. You might as well not give us
35709 a chance to make a mistake.
35710
35711 Even if the problem you experience is a fatal signal, you should still
35712 say so explicitly. Suppose something strange is going on, such as, your
35713 copy of @value{GDBN} is out of synch, or you have encountered a bug in
35714 the C library on your system. (This has happened!) Your copy might
35715 crash and ours would not. If you told us to expect a crash, then when
35716 ours fails to crash, we would know that the bug was not happening for
35717 us. If you had not told us to expect a crash, then we would not be able
35718 to draw any conclusion from our observations.
35719
35720 @pindex script
35721 @cindex recording a session script
35722 To collect all this information, you can use a session recording program
35723 such as @command{script}, which is available on many Unix systems.
35724 Just run your @value{GDBN} session inside @command{script} and then
35725 include the @file{typescript} file with your bug report.
35726
35727 Another way to record a @value{GDBN} session is to run @value{GDBN}
35728 inside Emacs and then save the entire buffer to a file.
35729
35730 @item
35731 If you wish to suggest changes to the @value{GDBN} source, send us context
35732 diffs. If you even discuss something in the @value{GDBN} source, refer to
35733 it by context, not by line number.
35734
35735 The line numbers in our development sources will not match those in your
35736 sources. Your line numbers would convey no useful information to us.
35737
35738 @end itemize
35739
35740 Here are some things that are not necessary:
35741
35742 @itemize @bullet
35743 @item
35744 A description of the envelope of the bug.
35745
35746 Often people who encounter a bug spend a lot of time investigating
35747 which changes to the input file will make the bug go away and which
35748 changes will not affect it.
35749
35750 This is often time consuming and not very useful, because the way we
35751 will find the bug is by running a single example under the debugger
35752 with breakpoints, not by pure deduction from a series of examples.
35753 We recommend that you save your time for something else.
35754
35755 Of course, if you can find a simpler example to report @emph{instead}
35756 of the original one, that is a convenience for us. Errors in the
35757 output will be easier to spot, running under the debugger will take
35758 less time, and so on.
35759
35760 However, simplification is not vital; if you do not want to do this,
35761 report the bug anyway and send us the entire test case you used.
35762
35763 @item
35764 A patch for the bug.
35765
35766 A patch for the bug does help us if it is a good one. But do not omit
35767 the necessary information, such as the test case, on the assumption that
35768 a patch is all we need. We might see problems with your patch and decide
35769 to fix the problem another way, or we might not understand it at all.
35770
35771 Sometimes with a program as complicated as @value{GDBN} it is very hard to
35772 construct an example that will make the program follow a certain path
35773 through the code. If you do not send us the example, we will not be able
35774 to construct one, so we will not be able to verify that the bug is fixed.
35775
35776 And if we cannot understand what bug you are trying to fix, or why your
35777 patch should be an improvement, we will not install it. A test case will
35778 help us to understand.
35779
35780 @item
35781 A guess about what the bug is or what it depends on.
35782
35783 Such guesses are usually wrong. Even we cannot guess right about such
35784 things without first using the debugger to find the facts.
35785 @end itemize
35786
35787 @c The readline documentation is distributed with the readline code
35788 @c and consists of the two following files:
35789 @c rluser.texi
35790 @c hsuser.texi
35791 @c Use -I with makeinfo to point to the appropriate directory,
35792 @c environment var TEXINPUTS with TeX.
35793 @ifclear SYSTEM_READLINE
35794 @include rluser.texi
35795 @include hsuser.texi
35796 @end ifclear
35797
35798 @node In Memoriam
35799 @appendix In Memoriam
35800
35801 The @value{GDBN} project mourns the loss of the following long-time
35802 contributors:
35803
35804 @table @code
35805 @item Fred Fish
35806 Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
35807 to Free Software in general. Outside of @value{GDBN}, he was known in
35808 the Amiga world for his series of Fish Disks, and the GeekGadget project.
35809
35810 @item Michael Snyder
35811 Michael was one of the Global Maintainers of the @value{GDBN} project,
35812 with contributions recorded as early as 1996, until 2011. In addition
35813 to his day to day participation, he was a large driving force behind
35814 adding Reverse Debugging to @value{GDBN}.
35815 @end table
35816
35817 Beyond their technical contributions to the project, they were also
35818 enjoyable members of the Free Software Community. We will miss them.
35819
35820 @node Formatting Documentation
35821 @appendix Formatting Documentation
35822
35823 @cindex @value{GDBN} reference card
35824 @cindex reference card
35825 The @value{GDBN} 4 release includes an already-formatted reference card, ready
35826 for printing with PostScript or Ghostscript, in the @file{gdb}
35827 subdirectory of the main source directory@footnote{In
35828 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
35829 release.}. If you can use PostScript or Ghostscript with your printer,
35830 you can print the reference card immediately with @file{refcard.ps}.
35831
35832 The release also includes the source for the reference card. You
35833 can format it, using @TeX{}, by typing:
35834
35835 @smallexample
35836 make refcard.dvi
35837 @end smallexample
35838
35839 The @value{GDBN} reference card is designed to print in @dfn{landscape}
35840 mode on US ``letter'' size paper;
35841 that is, on a sheet 11 inches wide by 8.5 inches
35842 high. You will need to specify this form of printing as an option to
35843 your @sc{dvi} output program.
35844
35845 @cindex documentation
35846
35847 All the documentation for @value{GDBN} comes as part of the machine-readable
35848 distribution. The documentation is written in Texinfo format, which is
35849 a documentation system that uses a single source file to produce both
35850 on-line information and a printed manual. You can use one of the Info
35851 formatting commands to create the on-line version of the documentation
35852 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
35853
35854 @value{GDBN} includes an already formatted copy of the on-line Info
35855 version of this manual in the @file{gdb} subdirectory. The main Info
35856 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
35857 subordinate files matching @samp{gdb.info*} in the same directory. If
35858 necessary, you can print out these files, or read them with any editor;
35859 but they are easier to read using the @code{info} subsystem in @sc{gnu}
35860 Emacs or the standalone @code{info} program, available as part of the
35861 @sc{gnu} Texinfo distribution.
35862
35863 If you want to format these Info files yourself, you need one of the
35864 Info formatting programs, such as @code{texinfo-format-buffer} or
35865 @code{makeinfo}.
35866
35867 If you have @code{makeinfo} installed, and are in the top level
35868 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
35869 version @value{GDBVN}), you can make the Info file by typing:
35870
35871 @smallexample
35872 cd gdb
35873 make gdb.info
35874 @end smallexample
35875
35876 If you want to typeset and print copies of this manual, you need @TeX{},
35877 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
35878 Texinfo definitions file.
35879
35880 @TeX{} is a typesetting program; it does not print files directly, but
35881 produces output files called @sc{dvi} files. To print a typeset
35882 document, you need a program to print @sc{dvi} files. If your system
35883 has @TeX{} installed, chances are it has such a program. The precise
35884 command to use depends on your system; @kbd{lpr -d} is common; another
35885 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
35886 require a file name without any extension or a @samp{.dvi} extension.
35887
35888 @TeX{} also requires a macro definitions file called
35889 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
35890 written in Texinfo format. On its own, @TeX{} cannot either read or
35891 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
35892 and is located in the @file{gdb-@var{version-number}/texinfo}
35893 directory.
35894
35895 If you have @TeX{} and a @sc{dvi} printer program installed, you can
35896 typeset and print this manual. First switch to the @file{gdb}
35897 subdirectory of the main source directory (for example, to
35898 @file{gdb-@value{GDBVN}/gdb}) and type:
35899
35900 @smallexample
35901 make gdb.dvi
35902 @end smallexample
35903
35904 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
35905
35906 @node Installing GDB
35907 @appendix Installing @value{GDBN}
35908 @cindex installation
35909
35910 @menu
35911 * Requirements:: Requirements for building @value{GDBN}
35912 * Running Configure:: Invoking the @value{GDBN} @file{configure} script
35913 * Separate Objdir:: Compiling @value{GDBN} in another directory
35914 * Config Names:: Specifying names for hosts and targets
35915 * Configure Options:: Summary of options for configure
35916 * System-wide configuration:: Having a system-wide init file
35917 @end menu
35918
35919 @node Requirements
35920 @section Requirements for Building @value{GDBN}
35921 @cindex building @value{GDBN}, requirements for
35922
35923 Building @value{GDBN} requires various tools and packages to be available.
35924 Other packages will be used only if they are found.
35925
35926 @heading Tools/Packages Necessary for Building @value{GDBN}
35927 @table @asis
35928 @item C@t{++}11 compiler
35929 @value{GDBN} is written in C@t{++}11. It should be buildable with any
35930 recent C@t{++}11 compiler, e.g.@: GCC.
35931
35932 @item GNU make
35933 @value{GDBN}'s build system relies on features only found in the GNU
35934 make program. Other variants of @code{make} will not work.
35935 @end table
35936
35937 @heading Tools/Packages Optional for Building @value{GDBN}
35938 @table @asis
35939 @item Expat
35940 @anchor{Expat}
35941 @value{GDBN} can use the Expat XML parsing library. This library may be
35942 included with your operating system distribution; if it is not, you
35943 can get the latest version from @url{http://expat.sourceforge.net}.
35944 The @file{configure} script will search for this library in several
35945 standard locations; if it is installed in an unusual path, you can
35946 use the @option{--with-libexpat-prefix} option to specify its location.
35947
35948 Expat is used for:
35949
35950 @itemize @bullet
35951 @item
35952 Remote protocol memory maps (@pxref{Memory Map Format})
35953 @item
35954 Target descriptions (@pxref{Target Descriptions})
35955 @item
35956 Remote shared library lists (@xref{Library List Format},
35957 or alternatively @pxref{Library List Format for SVR4 Targets})
35958 @item
35959 MS-Windows shared libraries (@pxref{Shared Libraries})
35960 @item
35961 Traceframe info (@pxref{Traceframe Info Format})
35962 @item
35963 Branch trace (@pxref{Branch Trace Format},
35964 @pxref{Branch Trace Configuration Format})
35965 @end itemize
35966
35967 @item Guile
35968 @value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
35969 default, @value{GDBN} will be compiled if the Guile libraries are
35970 installed and are found by @file{configure}. You can use the
35971 @code{--with-guile} option to request Guile, and pass either the Guile
35972 version number or the file name of the relevant @code{pkg-config}
35973 program to choose a particular version of Guile.
35974
35975 @item iconv
35976 @value{GDBN}'s features related to character sets (@pxref{Character
35977 Sets}) require a functioning @code{iconv} implementation. If you are
35978 on a GNU system, then this is provided by the GNU C Library. Some
35979 other systems also provide a working @code{iconv}.
35980
35981 If @value{GDBN} is using the @code{iconv} program which is installed
35982 in a non-standard place, you will need to tell @value{GDBN} where to
35983 find it. This is done with @option{--with-iconv-bin} which specifies
35984 the directory that contains the @code{iconv} program. This program is
35985 run in order to make a list of the available character sets.
35986
35987 On systems without @code{iconv}, you can install GNU Libiconv. If
35988 Libiconv is installed in a standard place, @value{GDBN} will
35989 automatically use it if it is needed. If you have previously
35990 installed Libiconv in a non-standard place, you can use the
35991 @option{--with-libiconv-prefix} option to @file{configure}.
35992
35993 @value{GDBN}'s top-level @file{configure} and @file{Makefile} will
35994 arrange to build Libiconv if a directory named @file{libiconv} appears
35995 in the top-most source directory. If Libiconv is built this way, and
35996 if the operating system does not provide a suitable @code{iconv}
35997 implementation, then the just-built library will automatically be used
35998 by @value{GDBN}. One easy way to set this up is to download GNU
35999 Libiconv, unpack it inside the top-level directory of the @value{GDBN}
36000 source tree, and then rename the directory holding the Libiconv source
36001 code to @samp{libiconv}.
36002
36003 @item lzma
36004 @value{GDBN} can support debugging sections that are compressed with
36005 the LZMA library. @xref{MiniDebugInfo}. If this library is not
36006 included with your operating system, you can find it in the xz package
36007 at @url{http://tukaani.org/xz/}. If the LZMA library is available in
36008 the usual place, then the @file{configure} script will use it
36009 automatically. If it is installed in an unusual path, you can use the
36010 @option{--with-lzma-prefix} option to specify its location.
36011
36012 @item MPFR
36013 @anchor{MPFR}
36014 @value{GDBN} can use the GNU MPFR multiple-precision floating-point
36015 library. This library may be included with your operating system
36016 distribution; if it is not, you can get the latest version from
36017 @url{http://www.mpfr.org}. The @file{configure} script will search
36018 for this library in several standard locations; if it is installed
36019 in an unusual path, you can use the @option{--with-libmpfr-prefix}
36020 option to specify its location.
36021
36022 GNU MPFR is used to emulate target floating-point arithmetic during
36023 expression evaluation when the target uses different floating-point
36024 formats than the host. If GNU MPFR it is not available, @value{GDBN}
36025 will fall back to using host floating-point arithmetic.
36026
36027 @item Python
36028 @value{GDBN} can be scripted using Python language. @xref{Python}.
36029 By default, @value{GDBN} will be compiled if the Python libraries are
36030 installed and are found by @file{configure}. You can use the
36031 @code{--with-python} option to request Python, and pass either the
36032 file name of the relevant @code{python} executable, or the name of the
36033 directory in which Python is installed, to choose a particular
36034 installation of Python.
36035
36036 @item zlib
36037 @cindex compressed debug sections
36038 @value{GDBN} will use the @samp{zlib} library, if available, to read
36039 compressed debug sections. Some linkers, such as GNU gold, are capable
36040 of producing binaries with compressed debug sections. If @value{GDBN}
36041 is compiled with @samp{zlib}, it will be able to read the debug
36042 information in such binaries.
36043
36044 The @samp{zlib} library is likely included with your operating system
36045 distribution; if it is not, you can get the latest version from
36046 @url{http://zlib.net}.
36047 @end table
36048
36049 @node Running Configure
36050 @section Invoking the @value{GDBN} @file{configure} Script
36051 @cindex configuring @value{GDBN}
36052 @value{GDBN} comes with a @file{configure} script that automates the process
36053 of preparing @value{GDBN} for installation; you can then use @code{make} to
36054 build the @code{gdb} program.
36055 @iftex
36056 @c irrelevant in info file; it's as current as the code it lives with.
36057 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
36058 look at the @file{README} file in the sources; we may have improved the
36059 installation procedures since publishing this manual.}
36060 @end iftex
36061
36062 The @value{GDBN} distribution includes all the source code you need for
36063 @value{GDBN} in a single directory, whose name is usually composed by
36064 appending the version number to @samp{gdb}.
36065
36066 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
36067 @file{gdb-@value{GDBVN}} directory. That directory contains:
36068
36069 @table @code
36070 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
36071 script for configuring @value{GDBN} and all its supporting libraries
36072
36073 @item gdb-@value{GDBVN}/gdb
36074 the source specific to @value{GDBN} itself
36075
36076 @item gdb-@value{GDBVN}/bfd
36077 source for the Binary File Descriptor library
36078
36079 @item gdb-@value{GDBVN}/include
36080 @sc{gnu} include files
36081
36082 @item gdb-@value{GDBVN}/libiberty
36083 source for the @samp{-liberty} free software library
36084
36085 @item gdb-@value{GDBVN}/opcodes
36086 source for the library of opcode tables and disassemblers
36087
36088 @item gdb-@value{GDBVN}/readline
36089 source for the @sc{gnu} command-line interface
36090 @end table
36091
36092 There may be other subdirectories as well.
36093
36094 The simplest way to configure and build @value{GDBN} is to run @file{configure}
36095 from the @file{gdb-@var{version-number}} source directory, which in
36096 this example is the @file{gdb-@value{GDBVN}} directory.
36097
36098 First switch to the @file{gdb-@var{version-number}} source directory
36099 if you are not already in it; then run @file{configure}. Pass the
36100 identifier for the platform on which @value{GDBN} will run as an
36101 argument.
36102
36103 For example:
36104
36105 @smallexample
36106 cd gdb-@value{GDBVN}
36107 ./configure
36108 make
36109 @end smallexample
36110
36111 Running @samp{configure} and then running @code{make} builds the
36112 included supporting libraries, then @code{gdb} itself. The configured
36113 source files, and the binaries, are left in the corresponding source
36114 directories.
36115
36116 @need 750
36117 @file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
36118 system does not recognize this automatically when you run a different
36119 shell, you may need to run @code{sh} on it explicitly:
36120
36121 @smallexample
36122 sh configure
36123 @end smallexample
36124
36125 You should run the @file{configure} script from the top directory in the
36126 source tree, the @file{gdb-@var{version-number}} directory. If you run
36127 @file{configure} from one of the subdirectories, you will configure only
36128 that subdirectory. That is usually not what you want. In particular,
36129 if you run the first @file{configure} from the @file{gdb} subdirectory
36130 of the @file{gdb-@var{version-number}} directory, you will omit the
36131 configuration of @file{bfd}, @file{readline}, and other sibling
36132 directories of the @file{gdb} subdirectory. This leads to build errors
36133 about missing include files such as @file{bfd/bfd.h}.
36134
36135 You can install @code{@value{GDBN}} anywhere. The best way to do this
36136 is to pass the @code{--prefix} option to @code{configure}, and then
36137 install it with @code{make install}.
36138
36139 @node Separate Objdir
36140 @section Compiling @value{GDBN} in Another Directory
36141
36142 If you want to run @value{GDBN} versions for several host or target machines,
36143 you need a different @code{gdb} compiled for each combination of
36144 host and target. @file{configure} is designed to make this easy by
36145 allowing you to generate each configuration in a separate subdirectory,
36146 rather than in the source directory. If your @code{make} program
36147 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
36148 @code{make} in each of these directories builds the @code{gdb}
36149 program specified there.
36150
36151 To build @code{gdb} in a separate directory, run @file{configure}
36152 with the @samp{--srcdir} option to specify where to find the source.
36153 (You also need to specify a path to find @file{configure}
36154 itself from your working directory. If the path to @file{configure}
36155 would be the same as the argument to @samp{--srcdir}, you can leave out
36156 the @samp{--srcdir} option; it is assumed.)
36157
36158 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
36159 separate directory for a Sun 4 like this:
36160
36161 @smallexample
36162 @group
36163 cd gdb-@value{GDBVN}
36164 mkdir ../gdb-sun4
36165 cd ../gdb-sun4
36166 ../gdb-@value{GDBVN}/configure
36167 make
36168 @end group
36169 @end smallexample
36170
36171 When @file{configure} builds a configuration using a remote source
36172 directory, it creates a tree for the binaries with the same structure
36173 (and using the same names) as the tree under the source directory. In
36174 the example, you'd find the Sun 4 library @file{libiberty.a} in the
36175 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
36176 @file{gdb-sun4/gdb}.
36177
36178 Make sure that your path to the @file{configure} script has just one
36179 instance of @file{gdb} in it. If your path to @file{configure} looks
36180 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
36181 one subdirectory of @value{GDBN}, not the whole package. This leads to
36182 build errors about missing include files such as @file{bfd/bfd.h}.
36183
36184 One popular reason to build several @value{GDBN} configurations in separate
36185 directories is to configure @value{GDBN} for cross-compiling (where
36186 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
36187 programs that run on another machine---the @dfn{target}).
36188 You specify a cross-debugging target by
36189 giving the @samp{--target=@var{target}} option to @file{configure}.
36190
36191 When you run @code{make} to build a program or library, you must run
36192 it in a configured directory---whatever directory you were in when you
36193 called @file{configure} (or one of its subdirectories).
36194
36195 The @code{Makefile} that @file{configure} generates in each source
36196 directory also runs recursively. If you type @code{make} in a source
36197 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
36198 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
36199 will build all the required libraries, and then build GDB.
36200
36201 When you have multiple hosts or targets configured in separate
36202 directories, you can run @code{make} on them in parallel (for example,
36203 if they are NFS-mounted on each of the hosts); they will not interfere
36204 with each other.
36205
36206 @node Config Names
36207 @section Specifying Names for Hosts and Targets
36208
36209 The specifications used for hosts and targets in the @file{configure}
36210 script are based on a three-part naming scheme, but some short predefined
36211 aliases are also supported. The full naming scheme encodes three pieces
36212 of information in the following pattern:
36213
36214 @smallexample
36215 @var{architecture}-@var{vendor}-@var{os}
36216 @end smallexample
36217
36218 For example, you can use the alias @code{sun4} as a @var{host} argument,
36219 or as the value for @var{target} in a @code{--target=@var{target}}
36220 option. The equivalent full name is @samp{sparc-sun-sunos4}.
36221
36222 The @file{configure} script accompanying @value{GDBN} does not provide
36223 any query facility to list all supported host and target names or
36224 aliases. @file{configure} calls the Bourne shell script
36225 @code{config.sub} to map abbreviations to full names; you can read the
36226 script, if you wish, or you can use it to test your guesses on
36227 abbreviations---for example:
36228
36229 @smallexample
36230 % sh config.sub i386-linux
36231 i386-pc-linux-gnu
36232 % sh config.sub alpha-linux
36233 alpha-unknown-linux-gnu
36234 % sh config.sub hp9k700
36235 hppa1.1-hp-hpux
36236 % sh config.sub sun4
36237 sparc-sun-sunos4.1.1
36238 % sh config.sub sun3
36239 m68k-sun-sunos4.1.1
36240 % sh config.sub i986v
36241 Invalid configuration `i986v': machine `i986v' not recognized
36242 @end smallexample
36243
36244 @noindent
36245 @code{config.sub} is also distributed in the @value{GDBN} source
36246 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
36247
36248 @node Configure Options
36249 @section @file{configure} Options
36250
36251 Here is a summary of the @file{configure} options and arguments that
36252 are most often useful for building @value{GDBN}. @file{configure}
36253 also has several other options not listed here. @inforef{Running
36254 configure scripts,,autoconf.info}, for a full
36255 explanation of @file{configure}.
36256
36257 @smallexample
36258 configure @r{[}--help@r{]}
36259 @r{[}--prefix=@var{dir}@r{]}
36260 @r{[}--exec-prefix=@var{dir}@r{]}
36261 @r{[}--srcdir=@var{dirname}@r{]}
36262 @r{[}--target=@var{target}@r{]}
36263 @end smallexample
36264
36265 @noindent
36266 You may introduce options with a single @samp{-} rather than
36267 @samp{--} if you prefer; but you may abbreviate option names if you use
36268 @samp{--}.
36269
36270 @table @code
36271 @item --help
36272 Display a quick summary of how to invoke @file{configure}.
36273
36274 @item --prefix=@var{dir}
36275 Configure the source to install programs and files under directory
36276 @file{@var{dir}}.
36277
36278 @item --exec-prefix=@var{dir}
36279 Configure the source to install programs under directory
36280 @file{@var{dir}}.
36281
36282 @c avoid splitting the warning from the explanation:
36283 @need 2000
36284 @item --srcdir=@var{dirname}
36285 Use this option to make configurations in directories separate from the
36286 @value{GDBN} source directories. Among other things, you can use this to
36287 build (or maintain) several configurations simultaneously, in separate
36288 directories. @file{configure} writes configuration-specific files in
36289 the current directory, but arranges for them to use the source in the
36290 directory @var{dirname}. @file{configure} creates directories under
36291 the working directory in parallel to the source directories below
36292 @var{dirname}.
36293
36294 @item --target=@var{target}
36295 Configure @value{GDBN} for cross-debugging programs running on the specified
36296 @var{target}. Without this option, @value{GDBN} is configured to debug
36297 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
36298
36299 There is no convenient way to generate a list of all available
36300 targets. Also see the @code{--enable-targets} option, below.
36301 @end table
36302
36303 There are many other options that are specific to @value{GDBN}. This
36304 lists just the most common ones; there are some very specialized
36305 options not described here.
36306
36307 @table @code
36308 @item --enable-targets=@r{[}@var{target}@r{]}@dots{}
36309 @itemx --enable-targets=all
36310 Configure @value{GDBN} for cross-debugging programs running on the
36311 specified list of targets. The special value @samp{all} configures
36312 @value{GDBN} for debugging programs running on any target it supports.
36313
36314 @item --with-gdb-datadir=@var{path}
36315 Set the @value{GDBN}-specific data directory. @value{GDBN} will look
36316 here for certain supporting files or scripts. This defaults to the
36317 @file{gdb} subdirectory of @samp{datadi} (which can be set using
36318 @code{--datadir}).
36319
36320 @item --with-relocated-sources=@var{dir}
36321 Sets up the default source path substitution rule so that directory
36322 names recorded in debug information will be automatically adjusted for
36323 any directory under @var{dir}. @var{dir} should be a subdirectory of
36324 @value{GDBN}'s configured prefix, the one mentioned in the
36325 @code{--prefix} or @code{--exec-prefix} options to configure. This
36326 option is useful if GDB is supposed to be moved to a different place
36327 after it is built.
36328
36329 @item --enable-64-bit-bfd
36330 Enable 64-bit support in BFD on 32-bit hosts.
36331
36332 @item --disable-gdbmi
36333 Build @value{GDBN} without the GDB/MI machine interface
36334 (@pxref{GDB/MI}).
36335
36336 @item --enable-tui
36337 Build @value{GDBN} with the text-mode full-screen user interface
36338 (TUI). Requires a curses library (ncurses and cursesX are also
36339 supported).
36340
36341 @item --with-curses
36342 Use the curses library instead of the termcap library, for text-mode
36343 terminal operations.
36344
36345 @item --with-libunwind-ia64
36346 Use the libunwind library for unwinding function call stack on ia64
36347 target platforms. See http://www.nongnu.org/libunwind/index.html for
36348 details.
36349
36350 @item --with-system-readline
36351 Use the readline library installed on the host, rather than the
36352 library supplied as part of @value{GDBN}.
36353
36354 @item --with-system-zlib
36355 Use the zlib library installed on the host, rather than the library
36356 supplied as part of @value{GDBN}.
36357
36358 @item --with-expat
36359 Build @value{GDBN} with Expat, a library for XML parsing. (Done by
36360 default if libexpat is installed and found at configure time.) This
36361 library is used to read XML files supplied with @value{GDBN}. If it
36362 is unavailable, some features, such as remote protocol memory maps,
36363 target descriptions, and shared library lists, that are based on XML
36364 files, will not be available in @value{GDBN}. If your host does not
36365 have libexpat installed, you can get the latest version from
36366 `http://expat.sourceforge.net'.
36367
36368 @item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
36369
36370 Build @value{GDBN} with GNU libiconv, a character set encoding
36371 conversion library. This is not done by default, as on GNU systems
36372 the @code{iconv} that is built in to the C library is sufficient. If
36373 your host does not have a working @code{iconv}, you can get the latest
36374 version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
36375
36376 @value{GDBN}'s build system also supports building GNU libiconv as
36377 part of the overall build. @xref{Requirements}.
36378
36379 @item --with-lzma
36380 Build @value{GDBN} with LZMA, a compression library. (Done by default
36381 if liblzma is installed and found at configure time.) LZMA is used by
36382 @value{GDBN}'s "mini debuginfo" feature, which is only useful on
36383 platforms using the ELF object file format. If your host does not
36384 have liblzma installed, you can get the latest version from
36385 `https://tukaani.org/xz/'.
36386
36387 @item --with-mpfr
36388 Build @value{GDBN} with GNU MPFR, a library for multiple-precision
36389 floating-point computation with correct rounding. (Done by default if
36390 GNU MPFR is installed and found at configure time.) This library is
36391 used to emulate target floating-point arithmetic during expression
36392 evaluation when the target uses different floating-point formats than
36393 the host. If GNU MPFR is not available, @value{GDBN} will fall back
36394 to using host floating-point arithmetic. If your host does not have
36395 GNU MPFR installed, you can get the latest version from
36396 `http://www.mpfr.org'.
36397
36398 @item --with-python@r{[}=@var{python}@r{]}
36399 Build @value{GDBN} with Python scripting support. (Done by default if
36400 libpython is present and found at configure time.) Python makes
36401 @value{GDBN} scripting much more powerful than the restricted CLI
36402 scripting language. If your host does not have Python installed, you
36403 can find it on `http://www.python.org/download/'. The oldest version
36404 of Python supported by GDB is 2.6. The optional argument @var{python}
36405 is used to find the Python headers and libraries. It can be either
36406 the name of a Python executable, or the name of the directory in which
36407 Python is installed.
36408
36409 @item --with-guile[=GUILE]'
36410 Build @value{GDBN} with GNU Guile scripting support. (Done by default
36411 if libguile is present and found at configure time.) If your host
36412 does not have Guile installed, you can find it at
36413 `https://www.gnu.org/software/guile/'. The optional argument GUILE
36414 can be a version number, which will cause @code{configure} to try to
36415 use that version of Guile; or the file name of a @code{pkg-config}
36416 executable, which will be queried to find the information needed to
36417 compile and link against Guile.
36418
36419 @item --without-included-regex
36420 Don't use the regex library included with @value{GDBN} (as part of the
36421 libiberty library). This is the default on hosts with version 2 of
36422 the GNU C library.
36423
36424 @item --with-sysroot=@var{dir}
36425 Use @var{dir} as the default system root directory for libraries whose
36426 file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
36427 @var{dir} can be modified at run time by using the @command{set
36428 sysroot} command.) If @var{dir} is under the @value{GDBN} configured
36429 prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
36430 default system root will be automatically adjusted if and when
36431 @value{GDBN} is moved to a different location.
36432
36433 @item --with-system-gdbinit=@var{file}
36434 Configure @value{GDBN} to automatically load a system-wide init file.
36435 @var{file} should be an absolute file name. If @var{file} is in a
36436 directory under the configured prefix, and @value{GDBN} is moved to
36437 another location after being built, the location of the system-wide
36438 init file will be adjusted accordingly.
36439
36440 @item --enable-build-warnings
36441 When building the @value{GDBN} sources, ask the compiler to warn about
36442 any code which looks even vaguely suspicious. It passes many
36443 different warning flags, depending on the exact version of the
36444 compiler you are using.
36445
36446 @item --enable-werror
36447 Treat compiler warnings as werrors. It adds the @code{-Werror} flag
36448 to the compiler, which will fail the compilation if the compiler
36449 outputs any warning messages.
36450
36451 @item --enable-ubsan
36452 Enable the GCC undefined behavior sanitizer. This is disabled by
36453 default, but passing @code{--enable-ubsan=yes} or
36454 @code{--enable-ubsan=auto} to @code{configure} will enable it. The
36455 undefined behavior sanitizer checks for C@t{++} undefined behavior.
36456 It has a performance cost, so if you are looking at @value{GDBN}'s
36457 performance, you should disable it. The undefined behavior sanitizer
36458 was first introduced in GCC 4.9.
36459 @end table
36460
36461 @node System-wide configuration
36462 @section System-wide configuration and settings
36463 @cindex system-wide init file
36464
36465 @value{GDBN} can be configured to have a system-wide init file;
36466 this file will be read and executed at startup (@pxref{Startup, , What
36467 @value{GDBN} does during startup}).
36468
36469 Here is the corresponding configure option:
36470
36471 @table @code
36472 @item --with-system-gdbinit=@var{file}
36473 Specify that the default location of the system-wide init file is
36474 @var{file}.
36475 @end table
36476
36477 If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
36478 it may be subject to relocation. Two possible cases:
36479
36480 @itemize @bullet
36481 @item
36482 If the default location of this init file contains @file{$prefix},
36483 it will be subject to relocation. Suppose that the configure options
36484 are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
36485 if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
36486 init file is looked for as @file{$install/etc/gdbinit} instead of
36487 @file{$prefix/etc/gdbinit}.
36488
36489 @item
36490 By contrast, if the default location does not contain the prefix,
36491 it will not be relocated. E.g.@: if @value{GDBN} has been configured with
36492 @option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
36493 then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
36494 wherever @value{GDBN} is installed.
36495 @end itemize
36496
36497 If the configured location of the system-wide init file (as given by the
36498 @option{--with-system-gdbinit} option at configure time) is in the
36499 data-directory (as specified by @option{--with-gdb-datadir} at configure
36500 time) or in one of its subdirectories, then @value{GDBN} will look for the
36501 system-wide init file in the directory specified by the
36502 @option{--data-directory} command-line option.
36503 Note that the system-wide init file is only read once, during @value{GDBN}
36504 initialization. If the data-directory is changed after @value{GDBN} has
36505 started with the @code{set data-directory} command, the file will not be
36506 reread.
36507
36508 @menu
36509 * System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
36510 @end menu
36511
36512 @node System-wide Configuration Scripts
36513 @subsection Installed System-wide Configuration Scripts
36514 @cindex system-wide configuration scripts
36515
36516 The @file{system-gdbinit} directory, located inside the data-directory
36517 (as specified by @option{--with-gdb-datadir} at configure time) contains
36518 a number of scripts which can be used as system-wide init files. To
36519 automatically source those scripts at startup, @value{GDBN} should be
36520 configured with @option{--with-system-gdbinit}. Otherwise, any user
36521 should be able to source them by hand as needed.
36522
36523 The following scripts are currently available:
36524 @itemize @bullet
36525
36526 @item @file{elinos.py}
36527 @pindex elinos.py
36528 @cindex ELinOS system-wide configuration script
36529 This script is useful when debugging a program on an ELinOS target.
36530 It takes advantage of the environment variables defined in a standard
36531 ELinOS environment in order to determine the location of the system
36532 shared libraries, and then sets the @samp{solib-absolute-prefix}
36533 and @samp{solib-search-path} variables appropriately.
36534
36535 @item @file{wrs-linux.py}
36536 @pindex wrs-linux.py
36537 @cindex Wind River Linux system-wide configuration script
36538 This script is useful when debugging a program on a target running
36539 Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
36540 the host-side sysroot used by the target system.
36541
36542 @end itemize
36543
36544 @node Maintenance Commands
36545 @appendix Maintenance Commands
36546 @cindex maintenance commands
36547 @cindex internal commands
36548
36549 In addition to commands intended for @value{GDBN} users, @value{GDBN}
36550 includes a number of commands intended for @value{GDBN} developers,
36551 that are not documented elsewhere in this manual. These commands are
36552 provided here for reference. (For commands that turn on debugging
36553 messages, see @ref{Debugging Output}.)
36554
36555 @table @code
36556 @kindex maint agent
36557 @kindex maint agent-eval
36558 @item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
36559 @itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
36560 Translate the given @var{expression} into remote agent bytecodes.
36561 This command is useful for debugging the Agent Expression mechanism
36562 (@pxref{Agent Expressions}). The @samp{agent} version produces an
36563 expression useful for data collection, such as by tracepoints, while
36564 @samp{maint agent-eval} produces an expression that evaluates directly
36565 to a result. For instance, a collection expression for @code{globa +
36566 globb} will include bytecodes to record four bytes of memory at each
36567 of the addresses of @code{globa} and @code{globb}, while discarding
36568 the result of the addition, while an evaluation expression will do the
36569 addition and return the sum.
36570 If @code{-at} is given, generate remote agent bytecode for @var{location}.
36571 If not, generate remote agent bytecode for current frame PC address.
36572
36573 @kindex maint agent-printf
36574 @item maint agent-printf @var{format},@var{expr},...
36575 Translate the given format string and list of argument expressions
36576 into remote agent bytecodes and display them as a disassembled list.
36577 This command is useful for debugging the agent version of dynamic
36578 printf (@pxref{Dynamic Printf}).
36579
36580 @kindex maint info breakpoints
36581 @item @anchor{maint info breakpoints}maint info breakpoints
36582 Using the same format as @samp{info breakpoints}, display both the
36583 breakpoints you've set explicitly, and those @value{GDBN} is using for
36584 internal purposes. Internal breakpoints are shown with negative
36585 breakpoint numbers. The type column identifies what kind of breakpoint
36586 is shown:
36587
36588 @table @code
36589 @item breakpoint
36590 Normal, explicitly set breakpoint.
36591
36592 @item watchpoint
36593 Normal, explicitly set watchpoint.
36594
36595 @item longjmp
36596 Internal breakpoint, used to handle correctly stepping through
36597 @code{longjmp} calls.
36598
36599 @item longjmp resume
36600 Internal breakpoint at the target of a @code{longjmp}.
36601
36602 @item until
36603 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
36604
36605 @item finish
36606 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
36607
36608 @item shlib events
36609 Shared library events.
36610
36611 @end table
36612
36613 @kindex maint info btrace
36614 @item maint info btrace
36615 Pint information about raw branch tracing data.
36616
36617 @kindex maint btrace packet-history
36618 @item maint btrace packet-history
36619 Print the raw branch trace packets that are used to compute the
36620 execution history for the @samp{record btrace} command. Both the
36621 information and the format in which it is printed depend on the btrace
36622 recording format.
36623
36624 @table @code
36625 @item bts
36626 For the BTS recording format, print a list of blocks of sequential
36627 code. For each block, the following information is printed:
36628
36629 @table @asis
36630 @item Block number
36631 Newer blocks have higher numbers. The oldest block has number zero.
36632 @item Lowest @samp{PC}
36633 @item Highest @samp{PC}
36634 @end table
36635
36636 @item pt
36637 For the Intel Processor Trace recording format, print a list of
36638 Intel Processor Trace packets. For each packet, the following
36639 information is printed:
36640
36641 @table @asis
36642 @item Packet number
36643 Newer packets have higher numbers. The oldest packet has number zero.
36644 @item Trace offset
36645 The packet's offset in the trace stream.
36646 @item Packet opcode and payload
36647 @end table
36648 @end table
36649
36650 @kindex maint btrace clear-packet-history
36651 @item maint btrace clear-packet-history
36652 Discards the cached packet history printed by the @samp{maint btrace
36653 packet-history} command. The history will be computed again when
36654 needed.
36655
36656 @kindex maint btrace clear
36657 @item maint btrace clear
36658 Discard the branch trace data. The data will be fetched anew and the
36659 branch trace will be recomputed when needed.
36660
36661 This implicitly truncates the branch trace to a single branch trace
36662 buffer. When updating branch trace incrementally, the branch trace
36663 available to @value{GDBN} may be bigger than a single branch trace
36664 buffer.
36665
36666 @kindex maint set btrace pt skip-pad
36667 @item maint set btrace pt skip-pad
36668 @kindex maint show btrace pt skip-pad
36669 @item maint show btrace pt skip-pad
36670 Control whether @value{GDBN} will skip PAD packets when computing the
36671 packet history.
36672
36673 @kindex set displaced-stepping
36674 @kindex show displaced-stepping
36675 @cindex displaced stepping support
36676 @cindex out-of-line single-stepping
36677 @item set displaced-stepping
36678 @itemx show displaced-stepping
36679 Control whether or not @value{GDBN} will do @dfn{displaced stepping}
36680 if the target supports it. Displaced stepping is a way to single-step
36681 over breakpoints without removing them from the inferior, by executing
36682 an out-of-line copy of the instruction that was originally at the
36683 breakpoint location. It is also known as out-of-line single-stepping.
36684
36685 @table @code
36686 @item set displaced-stepping on
36687 If the target architecture supports it, @value{GDBN} will use
36688 displaced stepping to step over breakpoints.
36689
36690 @item set displaced-stepping off
36691 @value{GDBN} will not use displaced stepping to step over breakpoints,
36692 even if such is supported by the target architecture.
36693
36694 @cindex non-stop mode, and @samp{set displaced-stepping}
36695 @item set displaced-stepping auto
36696 This is the default mode. @value{GDBN} will use displaced stepping
36697 only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
36698 architecture supports displaced stepping.
36699 @end table
36700
36701 @kindex maint check-psymtabs
36702 @item maint check-psymtabs
36703 Check the consistency of currently expanded psymtabs versus symtabs.
36704 Use this to check, for example, whether a symbol is in one but not the other.
36705
36706 @kindex maint check-symtabs
36707 @item maint check-symtabs
36708 Check the consistency of currently expanded symtabs.
36709
36710 @kindex maint expand-symtabs
36711 @item maint expand-symtabs [@var{regexp}]
36712 Expand symbol tables.
36713 If @var{regexp} is specified, only expand symbol tables for file
36714 names matching @var{regexp}.
36715
36716 @kindex maint set catch-demangler-crashes
36717 @kindex maint show catch-demangler-crashes
36718 @cindex demangler crashes
36719 @item maint set catch-demangler-crashes [on|off]
36720 @itemx maint show catch-demangler-crashes
36721 Control whether @value{GDBN} should attempt to catch crashes in the
36722 symbol name demangler. The default is to attempt to catch crashes.
36723 If enabled, the first time a crash is caught, a core file is created,
36724 the offending symbol is displayed and the user is presented with the
36725 option to terminate the current session.
36726
36727 @kindex maint cplus first_component
36728 @item maint cplus first_component @var{name}
36729 Print the first C@t{++} class/namespace component of @var{name}.
36730
36731 @kindex maint cplus namespace
36732 @item maint cplus namespace
36733 Print the list of possible C@t{++} namespaces.
36734
36735 @kindex maint deprecate
36736 @kindex maint undeprecate
36737 @cindex deprecated commands
36738 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
36739 @itemx maint undeprecate @var{command}
36740 Deprecate or undeprecate the named @var{command}. Deprecated commands
36741 cause @value{GDBN} to issue a warning when you use them. The optional
36742 argument @var{replacement} says which newer command should be used in
36743 favor of the deprecated one; if it is given, @value{GDBN} will mention
36744 the replacement as part of the warning.
36745
36746 @kindex maint dump-me
36747 @item maint dump-me
36748 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
36749 Cause a fatal signal in the debugger and force it to dump its core.
36750 This is supported only on systems which support aborting a program
36751 with the @code{SIGQUIT} signal.
36752
36753 @kindex maint internal-error
36754 @kindex maint internal-warning
36755 @kindex maint demangler-warning
36756 @cindex demangler crashes
36757 @item maint internal-error @r{[}@var{message-text}@r{]}
36758 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
36759 @itemx maint demangler-warning @r{[}@var{message-text}@r{]}
36760
36761 Cause @value{GDBN} to call the internal function @code{internal_error},
36762 @code{internal_warning} or @code{demangler_warning} and hence behave
36763 as though an internal problem has been detected. In addition to
36764 reporting the internal problem, these functions give the user the
36765 opportunity to either quit @value{GDBN} or (for @code{internal_error}
36766 and @code{internal_warning}) create a core file of the current
36767 @value{GDBN} session.
36768
36769 These commands take an optional parameter @var{message-text} that is
36770 used as the text of the error or warning message.
36771
36772 Here's an example of using @code{internal-error}:
36773
36774 @smallexample
36775 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
36776 @dots{}/maint.c:121: internal-error: testing, 1, 2
36777 A problem internal to GDB has been detected. Further
36778 debugging may prove unreliable.
36779 Quit this debugging session? (y or n) @kbd{n}
36780 Create a core file? (y or n) @kbd{n}
36781 (@value{GDBP})
36782 @end smallexample
36783
36784 @cindex @value{GDBN} internal error
36785 @cindex internal errors, control of @value{GDBN} behavior
36786 @cindex demangler crashes
36787
36788 @kindex maint set internal-error
36789 @kindex maint show internal-error
36790 @kindex maint set internal-warning
36791 @kindex maint show internal-warning
36792 @kindex maint set demangler-warning
36793 @kindex maint show demangler-warning
36794 @item maint set internal-error @var{action} [ask|yes|no]
36795 @itemx maint show internal-error @var{action}
36796 @itemx maint set internal-warning @var{action} [ask|yes|no]
36797 @itemx maint show internal-warning @var{action}
36798 @itemx maint set demangler-warning @var{action} [ask|yes|no]
36799 @itemx maint show demangler-warning @var{action}
36800 When @value{GDBN} reports an internal problem (error or warning) it
36801 gives the user the opportunity to both quit @value{GDBN} and create a
36802 core file of the current @value{GDBN} session. These commands let you
36803 override the default behaviour for each particular @var{action},
36804 described in the table below.
36805
36806 @table @samp
36807 @item quit
36808 You can specify that @value{GDBN} should always (yes) or never (no)
36809 quit. The default is to ask the user what to do.
36810
36811 @item corefile
36812 You can specify that @value{GDBN} should always (yes) or never (no)
36813 create a core file. The default is to ask the user what to do. Note
36814 that there is no @code{corefile} option for @code{demangler-warning}:
36815 demangler warnings always create a core file and this cannot be
36816 disabled.
36817 @end table
36818
36819 @kindex maint packet
36820 @item maint packet @var{text}
36821 If @value{GDBN} is talking to an inferior via the serial protocol,
36822 then this command sends the string @var{text} to the inferior, and
36823 displays the response packet. @value{GDBN} supplies the initial
36824 @samp{$} character, the terminating @samp{#} character, and the
36825 checksum.
36826
36827 @kindex maint print architecture
36828 @item maint print architecture @r{[}@var{file}@r{]}
36829 Print the entire architecture configuration. The optional argument
36830 @var{file} names the file where the output goes.
36831
36832 @kindex maint print c-tdesc @r{[}@var{file}@r{]}
36833 @item maint print c-tdesc
36834 Print the target description (@pxref{Target Descriptions}) as
36835 a C source file. By default, the target description is for the current
36836 target, but if the optional argument @var{file} is provided, that file
36837 is used to produce the description. The @var{file} should be an XML
36838 document, of the form described in @ref{Target Description Format}.
36839 The created source file is built into @value{GDBN} when @value{GDBN} is
36840 built again. This command is used by developers after they add or
36841 modify XML target descriptions.
36842
36843 @kindex maint check xml-descriptions
36844 @item maint check xml-descriptions @var{dir}
36845 Check that the target descriptions dynamically created by @value{GDBN}
36846 equal the descriptions created from XML files found in @var{dir}.
36847
36848 @anchor{maint check libthread-db}
36849 @kindex maint check libthread-db
36850 @item maint check libthread-db
36851 Run integrity checks on the current inferior's thread debugging
36852 library. This exercises all @code{libthread_db} functionality used by
36853 @value{GDBN} on GNU/Linux systems, and by extension also exercises the
36854 @code{proc_service} functions provided by @value{GDBN} that
36855 @code{libthread_db} uses. Note that parts of the test may be skipped
36856 on some platforms when debugging core files.
36857
36858 @kindex maint print dummy-frames
36859 @item maint print dummy-frames
36860 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
36861
36862 @smallexample
36863 (@value{GDBP}) @kbd{b add}
36864 @dots{}
36865 (@value{GDBP}) @kbd{print add(2,3)}
36866 Breakpoint 2, add (a=2, b=3) at @dots{}
36867 58 return (a + b);
36868 The program being debugged stopped while in a function called from GDB.
36869 @dots{}
36870 (@value{GDBP}) @kbd{maint print dummy-frames}
36871 0xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
36872 (@value{GDBP})
36873 @end smallexample
36874
36875 Takes an optional file parameter.
36876
36877 @kindex maint print registers
36878 @kindex maint print raw-registers
36879 @kindex maint print cooked-registers
36880 @kindex maint print register-groups
36881 @kindex maint print remote-registers
36882 @item maint print registers @r{[}@var{file}@r{]}
36883 @itemx maint print raw-registers @r{[}@var{file}@r{]}
36884 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
36885 @itemx maint print register-groups @r{[}@var{file}@r{]}
36886 @itemx maint print remote-registers @r{[}@var{file}@r{]}
36887 Print @value{GDBN}'s internal register data structures.
36888
36889 The command @code{maint print raw-registers} includes the contents of
36890 the raw register cache; the command @code{maint print
36891 cooked-registers} includes the (cooked) value of all registers,
36892 including registers which aren't available on the target nor visible
36893 to user; the command @code{maint print register-groups} includes the
36894 groups that each register is a member of; and the command @code{maint
36895 print remote-registers} includes the remote target's register numbers
36896 and offsets in the `G' packets.
36897
36898 These commands take an optional parameter, a file name to which to
36899 write the information.
36900
36901 @kindex maint print reggroups
36902 @item maint print reggroups @r{[}@var{file}@r{]}
36903 Print @value{GDBN}'s internal register group data structures. The
36904 optional argument @var{file} tells to what file to write the
36905 information.
36906
36907 The register groups info looks like this:
36908
36909 @smallexample
36910 (@value{GDBP}) @kbd{maint print reggroups}
36911 Group Type
36912 general user
36913 float user
36914 all user
36915 vector user
36916 system user
36917 save internal
36918 restore internal
36919 @end smallexample
36920
36921 @kindex flushregs
36922 @item flushregs
36923 This command forces @value{GDBN} to flush its internal register cache.
36924
36925 @kindex maint print objfiles
36926 @cindex info for known object files
36927 @item maint print objfiles @r{[}@var{regexp}@r{]}
36928 Print a dump of all known object files.
36929 If @var{regexp} is specified, only print object files whose names
36930 match @var{regexp}. For each object file, this command prints its name,
36931 address in memory, and all of its psymtabs and symtabs.
36932
36933 @kindex maint print user-registers
36934 @cindex user registers
36935 @item maint print user-registers
36936 List all currently available @dfn{user registers}. User registers
36937 typically provide alternate names for actual hardware registers. They
36938 include the four ``standard'' registers @code{$fp}, @code{$pc},
36939 @code{$sp}, and @code{$ps}. @xref{standard registers}. User
36940 registers can be used in expressions in the same way as the canonical
36941 register names, but only the latter are listed by the @code{info
36942 registers} and @code{maint print registers} commands.
36943
36944 @kindex maint print section-scripts
36945 @cindex info for known .debug_gdb_scripts-loaded scripts
36946 @item maint print section-scripts [@var{regexp}]
36947 Print a dump of scripts specified in the @code{.debug_gdb_section} section.
36948 If @var{regexp} is specified, only print scripts loaded by object files
36949 matching @var{regexp}.
36950 For each script, this command prints its name as specified in the objfile,
36951 and the full path if known.
36952 @xref{dotdebug_gdb_scripts section}.
36953
36954 @kindex maint print statistics
36955 @cindex bcache statistics
36956 @item maint print statistics
36957 This command prints, for each object file in the program, various data
36958 about that object file followed by the byte cache (@dfn{bcache})
36959 statistics for the object file. The objfile data includes the number
36960 of minimal, partial, full, and stabs symbols, the number of types
36961 defined by the objfile, the number of as yet unexpanded psym tables,
36962 the number of line tables and string tables, and the amount of memory
36963 used by the various tables. The bcache statistics include the counts,
36964 sizes, and counts of duplicates of all and unique objects, max,
36965 average, and median entry size, total memory used and its overhead and
36966 savings, and various measures of the hash table size and chain
36967 lengths.
36968
36969 @kindex maint print target-stack
36970 @cindex target stack description
36971 @item maint print target-stack
36972 A @dfn{target} is an interface between the debugger and a particular
36973 kind of file or process. Targets can be stacked in @dfn{strata},
36974 so that more than one target can potentially respond to a request.
36975 In particular, memory accesses will walk down the stack of targets
36976 until they find a target that is interested in handling that particular
36977 address.
36978
36979 This command prints a short description of each layer that was pushed on
36980 the @dfn{target stack}, starting from the top layer down to the bottom one.
36981
36982 @kindex maint print type
36983 @cindex type chain of a data type
36984 @item maint print type @var{expr}
36985 Print the type chain for a type specified by @var{expr}. The argument
36986 can be either a type name or a symbol. If it is a symbol, the type of
36987 that symbol is described. The type chain produced by this command is
36988 a recursive definition of the data type as stored in @value{GDBN}'s
36989 data structures, including its flags and contained types.
36990
36991 @kindex maint selftest
36992 @cindex self tests
36993 @item maint selftest @r{[}@var{filter}@r{]}
36994 Run any self tests that were compiled in to @value{GDBN}. This will
36995 print a message showing how many tests were run, and how many failed.
36996 If a @var{filter} is passed, only the tests with @var{filter} in their
36997 name will by ran.
36998
36999 @kindex maint info selftests
37000 @cindex self tests
37001 @item maint info selftests
37002 List the selftests compiled in to @value{GDBN}.
37003
37004 @kindex maint set dwarf always-disassemble
37005 @kindex maint show dwarf always-disassemble
37006 @item maint set dwarf always-disassemble
37007 @item maint show dwarf always-disassemble
37008 Control the behavior of @code{info address} when using DWARF debugging
37009 information.
37010
37011 The default is @code{off}, which means that @value{GDBN} should try to
37012 describe a variable's location in an easily readable format. When
37013 @code{on}, @value{GDBN} will instead display the DWARF location
37014 expression in an assembly-like format. Note that some locations are
37015 too complex for @value{GDBN} to describe simply; in this case you will
37016 always see the disassembly form.
37017
37018 Here is an example of the resulting disassembly:
37019
37020 @smallexample
37021 (gdb) info addr argc
37022 Symbol "argc" is a complex DWARF expression:
37023 1: DW_OP_fbreg 0
37024 @end smallexample
37025
37026 For more information on these expressions, see
37027 @uref{http://www.dwarfstd.org/, the DWARF standard}.
37028
37029 @kindex maint set dwarf max-cache-age
37030 @kindex maint show dwarf max-cache-age
37031 @item maint set dwarf max-cache-age
37032 @itemx maint show dwarf max-cache-age
37033 Control the DWARF compilation unit cache.
37034
37035 @cindex DWARF compilation units cache
37036 In object files with inter-compilation-unit references, such as those
37037 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
37038 reader needs to frequently refer to previously read compilation units.
37039 This setting controls how long a compilation unit will remain in the
37040 cache if it is not referenced. A higher limit means that cached
37041 compilation units will be stored in memory longer, and more total
37042 memory will be used. Setting it to zero disables caching, which will
37043 slow down @value{GDBN} startup, but reduce memory consumption.
37044
37045 @kindex maint set dwarf unwinders
37046 @kindex maint show dwarf unwinders
37047 @item maint set dwarf unwinders
37048 @itemx maint show dwarf unwinders
37049 Control use of the DWARF frame unwinders.
37050
37051 @cindex DWARF frame unwinders
37052 Many targets that support DWARF debugging use @value{GDBN}'s DWARF
37053 frame unwinders to build the backtrace. Many of these targets will
37054 also have a second mechanism for building the backtrace for use in
37055 cases where DWARF information is not available, this second mechanism
37056 is often an analysis of a function's prologue.
37057
37058 In order to extend testing coverage of the second level stack
37059 unwinding mechanisms it is helpful to be able to disable the DWARF
37060 stack unwinders, this can be done with this switch.
37061
37062 In normal use of @value{GDBN} disabling the DWARF unwinders is not
37063 advisable, there are cases that are better handled through DWARF than
37064 prologue analysis, and the debug experience is likely to be better
37065 with the DWARF frame unwinders enabled.
37066
37067 If DWARF frame unwinders are not supported for a particular target
37068 architecture, then enabling this flag does not cause them to be used.
37069 @kindex maint set profile
37070 @kindex maint show profile
37071 @cindex profiling GDB
37072 @item maint set profile
37073 @itemx maint show profile
37074 Control profiling of @value{GDBN}.
37075
37076 Profiling will be disabled until you use the @samp{maint set profile}
37077 command to enable it. When you enable profiling, the system will begin
37078 collecting timing and execution count data; when you disable profiling or
37079 exit @value{GDBN}, the results will be written to a log file. Remember that
37080 if you use profiling, @value{GDBN} will overwrite the profiling log file
37081 (often called @file{gmon.out}). If you have a record of important profiling
37082 data in a @file{gmon.out} file, be sure to move it to a safe location.
37083
37084 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
37085 compiled with the @samp{-pg} compiler option.
37086
37087 @kindex maint set show-debug-regs
37088 @kindex maint show show-debug-regs
37089 @cindex hardware debug registers
37090 @item maint set show-debug-regs
37091 @itemx maint show show-debug-regs
37092 Control whether to show variables that mirror the hardware debug
37093 registers. Use @code{on} to enable, @code{off} to disable. If
37094 enabled, the debug registers values are shown when @value{GDBN} inserts or
37095 removes a hardware breakpoint or watchpoint, and when the inferior
37096 triggers a hardware-assisted breakpoint or watchpoint.
37097
37098 @kindex maint set show-all-tib
37099 @kindex maint show show-all-tib
37100 @item maint set show-all-tib
37101 @itemx maint show show-all-tib
37102 Control whether to show all non zero areas within a 1k block starting
37103 at thread local base, when using the @samp{info w32 thread-information-block}
37104 command.
37105
37106 @kindex maint set target-async
37107 @kindex maint show target-async
37108 @item maint set target-async
37109 @itemx maint show target-async
37110 This controls whether @value{GDBN} targets operate in synchronous or
37111 asynchronous mode (@pxref{Background Execution}). Normally the
37112 default is asynchronous, if it is available; but this can be changed
37113 to more easily debug problems occurring only in synchronous mode.
37114
37115 @kindex maint set target-non-stop @var{mode} [on|off|auto]
37116 @kindex maint show target-non-stop
37117 @item maint set target-non-stop
37118 @itemx maint show target-non-stop
37119
37120 This controls whether @value{GDBN} targets always operate in non-stop
37121 mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
37122 Mode}). The default is @code{auto}, meaning non-stop mode is enabled
37123 if supported by the target.
37124
37125 @table @code
37126 @item maint set target-non-stop auto
37127 This is the default mode. @value{GDBN} controls the target in
37128 non-stop mode if the target supports it.
37129
37130 @item maint set target-non-stop on
37131 @value{GDBN} controls the target in non-stop mode even if the target
37132 does not indicate support.
37133
37134 @item maint set target-non-stop off
37135 @value{GDBN} does not control the target in non-stop mode even if the
37136 target supports it.
37137 @end table
37138
37139 @kindex maint set per-command
37140 @kindex maint show per-command
37141 @item maint set per-command
37142 @itemx maint show per-command
37143 @cindex resources used by commands
37144
37145 @value{GDBN} can display the resources used by each command.
37146 This is useful in debugging performance problems.
37147
37148 @table @code
37149 @item maint set per-command space [on|off]
37150 @itemx maint show per-command space
37151 Enable or disable the printing of the memory used by GDB for each command.
37152 If enabled, @value{GDBN} will display how much memory each command
37153 took, following the command's own output.
37154 This can also be requested by invoking @value{GDBN} with the
37155 @option{--statistics} command-line switch (@pxref{Mode Options}).
37156
37157 @item maint set per-command time [on|off]
37158 @itemx maint show per-command time
37159 Enable or disable the printing of the execution time of @value{GDBN}
37160 for each command.
37161 If enabled, @value{GDBN} will display how much time it
37162 took to execute each command, following the command's own output.
37163 Both CPU time and wallclock time are printed.
37164 Printing both is useful when trying to determine whether the cost is
37165 CPU or, e.g., disk/network latency.
37166 Note that the CPU time printed is for @value{GDBN} only, it does not include
37167 the execution time of the inferior because there's no mechanism currently
37168 to compute how much time was spent by @value{GDBN} and how much time was
37169 spent by the program been debugged.
37170 This can also be requested by invoking @value{GDBN} with the
37171 @option{--statistics} command-line switch (@pxref{Mode Options}).
37172
37173 @item maint set per-command symtab [on|off]
37174 @itemx maint show per-command symtab
37175 Enable or disable the printing of basic symbol table statistics
37176 for each command.
37177 If enabled, @value{GDBN} will display the following information:
37178
37179 @enumerate a
37180 @item
37181 number of symbol tables
37182 @item
37183 number of primary symbol tables
37184 @item
37185 number of blocks in the blockvector
37186 @end enumerate
37187 @end table
37188
37189 @kindex maint set check-libthread-db
37190 @kindex maint show check-libthread-db
37191 @item maint set check-libthread-db [on|off]
37192 @itemx maint show check-libthread-db
37193 Control whether @value{GDBN} should run integrity checks on inferior
37194 specific thread debugging libraries as they are loaded. The default
37195 is not to perform such checks. If any check fails @value{GDBN} will
37196 unload the library and continue searching for a suitable candidate as
37197 described in @ref{set libthread-db-search-path}. For more information
37198 about the tests, see @ref{maint check libthread-db}.
37199
37200 @kindex maint space
37201 @cindex memory used by commands
37202 @item maint space @var{value}
37203 An alias for @code{maint set per-command space}.
37204 A non-zero value enables it, zero disables it.
37205
37206 @kindex maint time
37207 @cindex time of command execution
37208 @item maint time @var{value}
37209 An alias for @code{maint set per-command time}.
37210 A non-zero value enables it, zero disables it.
37211
37212 @kindex maint translate-address
37213 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
37214 Find the symbol stored at the location specified by the address
37215 @var{addr} and an optional section name @var{section}. If found,
37216 @value{GDBN} prints the name of the closest symbol and an offset from
37217 the symbol's location to the specified address. This is similar to
37218 the @code{info address} command (@pxref{Symbols}), except that this
37219 command also allows to find symbols in other sections.
37220
37221 If section was not specified, the section in which the symbol was found
37222 is also printed. For dynamically linked executables, the name of
37223 executable or shared library containing the symbol is printed as well.
37224
37225 @end table
37226
37227 The following command is useful for non-interactive invocations of
37228 @value{GDBN}, such as in the test suite.
37229
37230 @table @code
37231 @item set watchdog @var{nsec}
37232 @kindex set watchdog
37233 @cindex watchdog timer
37234 @cindex timeout for commands
37235 Set the maximum number of seconds @value{GDBN} will wait for the
37236 target operation to finish. If this time expires, @value{GDBN}
37237 reports and error and the command is aborted.
37238
37239 @item show watchdog
37240 Show the current setting of the target wait timeout.
37241 @end table
37242
37243 @node Remote Protocol
37244 @appendix @value{GDBN} Remote Serial Protocol
37245
37246 @menu
37247 * Overview::
37248 * Packets::
37249 * Stop Reply Packets::
37250 * General Query Packets::
37251 * Architecture-Specific Protocol Details::
37252 * Tracepoint Packets::
37253 * Host I/O Packets::
37254 * Interrupts::
37255 * Notification Packets::
37256 * Remote Non-Stop::
37257 * Packet Acknowledgment::
37258 * Examples::
37259 * File-I/O Remote Protocol Extension::
37260 * Library List Format::
37261 * Library List Format for SVR4 Targets::
37262 * Memory Map Format::
37263 * Thread List Format::
37264 * Traceframe Info Format::
37265 * Branch Trace Format::
37266 * Branch Trace Configuration Format::
37267 @end menu
37268
37269 @node Overview
37270 @section Overview
37271
37272 There may be occasions when you need to know something about the
37273 protocol---for example, if there is only one serial port to your target
37274 machine, you might want your program to do something special if it
37275 recognizes a packet meant for @value{GDBN}.
37276
37277 In the examples below, @samp{->} and @samp{<-} are used to indicate
37278 transmitted and received data, respectively.
37279
37280 @cindex protocol, @value{GDBN} remote serial
37281 @cindex serial protocol, @value{GDBN} remote
37282 @cindex remote serial protocol
37283 All @value{GDBN} commands and responses (other than acknowledgments
37284 and notifications, see @ref{Notification Packets}) are sent as a
37285 @var{packet}. A @var{packet} is introduced with the character
37286 @samp{$}, the actual @var{packet-data}, and the terminating character
37287 @samp{#} followed by a two-digit @var{checksum}:
37288
37289 @smallexample
37290 @code{$}@var{packet-data}@code{#}@var{checksum}
37291 @end smallexample
37292 @noindent
37293
37294 @cindex checksum, for @value{GDBN} remote
37295 @noindent
37296 The two-digit @var{checksum} is computed as the modulo 256 sum of all
37297 characters between the leading @samp{$} and the trailing @samp{#} (an
37298 eight bit unsigned checksum).
37299
37300 Implementors should note that prior to @value{GDBN} 5.0 the protocol
37301 specification also included an optional two-digit @var{sequence-id}:
37302
37303 @smallexample
37304 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
37305 @end smallexample
37306
37307 @cindex sequence-id, for @value{GDBN} remote
37308 @noindent
37309 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
37310 has never output @var{sequence-id}s. Stubs that handle packets added
37311 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
37312
37313 When either the host or the target machine receives a packet, the first
37314 response expected is an acknowledgment: either @samp{+} (to indicate
37315 the package was received correctly) or @samp{-} (to request
37316 retransmission):
37317
37318 @smallexample
37319 -> @code{$}@var{packet-data}@code{#}@var{checksum}
37320 <- @code{+}
37321 @end smallexample
37322 @noindent
37323
37324 The @samp{+}/@samp{-} acknowledgments can be disabled
37325 once a connection is established.
37326 @xref{Packet Acknowledgment}, for details.
37327
37328 The host (@value{GDBN}) sends @var{command}s, and the target (the
37329 debugging stub incorporated in your program) sends a @var{response}. In
37330 the case of step and continue @var{command}s, the response is only sent
37331 when the operation has completed, and the target has again stopped all
37332 threads in all attached processes. This is the default all-stop mode
37333 behavior, but the remote protocol also supports @value{GDBN}'s non-stop
37334 execution mode; see @ref{Remote Non-Stop}, for details.
37335
37336 @var{packet-data} consists of a sequence of characters with the
37337 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
37338 exceptions).
37339
37340 @cindex remote protocol, field separator
37341 Fields within the packet should be separated using @samp{,} @samp{;} or
37342 @samp{:}. Except where otherwise noted all numbers are represented in
37343 @sc{hex} with leading zeros suppressed.
37344
37345 Implementors should note that prior to @value{GDBN} 5.0, the character
37346 @samp{:} could not appear as the third character in a packet (as it
37347 would potentially conflict with the @var{sequence-id}).
37348
37349 @cindex remote protocol, binary data
37350 @anchor{Binary Data}
37351 Binary data in most packets is encoded either as two hexadecimal
37352 digits per byte of binary data. This allowed the traditional remote
37353 protocol to work over connections which were only seven-bit clean.
37354 Some packets designed more recently assume an eight-bit clean
37355 connection, and use a more efficient encoding to send and receive
37356 binary data.
37357
37358 The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
37359 as an escape character. Any escaped byte is transmitted as the escape
37360 character followed by the original character XORed with @code{0x20}.
37361 For example, the byte @code{0x7d} would be transmitted as the two
37362 bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
37363 @code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
37364 @samp{@}}) must always be escaped. Responses sent by the stub
37365 must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
37366 is not interpreted as the start of a run-length encoded sequence
37367 (described next).
37368
37369 Response @var{data} can be run-length encoded to save space.
37370 Run-length encoding replaces runs of identical characters with one
37371 instance of the repeated character, followed by a @samp{*} and a
37372 repeat count. The repeat count is itself sent encoded, to avoid
37373 binary characters in @var{data}: a value of @var{n} is sent as
37374 @code{@var{n}+29}. For a repeat count greater or equal to 3, this
37375 produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
37376 code 32) for a repeat count of 3. (This is because run-length
37377 encoding starts to win for counts 3 or more.) Thus, for example,
37378 @samp{0* } is a run-length encoding of ``0000'': the space character
37379 after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
37380 3}} more times.
37381
37382 The printable characters @samp{#} and @samp{$} or with a numeric value
37383 greater than 126 must not be used. Runs of six repeats (@samp{#}) or
37384 seven repeats (@samp{$}) can be expanded using a repeat count of only
37385 five (@samp{"}). For example, @samp{00000000} can be encoded as
37386 @samp{0*"00}.
37387
37388 The error response returned for some packets includes a two character
37389 error number. That number is not well defined.
37390
37391 @cindex empty response, for unsupported packets
37392 For any @var{command} not supported by the stub, an empty response
37393 (@samp{$#00}) should be returned. That way it is possible to extend the
37394 protocol. A newer @value{GDBN} can tell if a packet is supported based
37395 on that response.
37396
37397 At a minimum, a stub is required to support the @samp{g} and @samp{G}
37398 commands for register access, and the @samp{m} and @samp{M} commands
37399 for memory access. Stubs that only control single-threaded targets
37400 can implement run control with the @samp{c} (continue), and @samp{s}
37401 (step) commands. Stubs that support multi-threading targets should
37402 support the @samp{vCont} command. All other commands are optional.
37403
37404 @node Packets
37405 @section Packets
37406
37407 The following table provides a complete list of all currently defined
37408 @var{command}s and their corresponding response @var{data}.
37409 @xref{File-I/O Remote Protocol Extension}, for details about the File
37410 I/O extension of the remote protocol.
37411
37412 Each packet's description has a template showing the packet's overall
37413 syntax, followed by an explanation of the packet's meaning. We
37414 include spaces in some of the templates for clarity; these are not
37415 part of the packet's syntax. No @value{GDBN} packet uses spaces to
37416 separate its components. For example, a template like @samp{foo
37417 @var{bar} @var{baz}} describes a packet beginning with the three ASCII
37418 bytes @samp{foo}, followed by a @var{bar}, followed directly by a
37419 @var{baz}. @value{GDBN} does not transmit a space character between the
37420 @samp{foo} and the @var{bar}, or between the @var{bar} and the
37421 @var{baz}.
37422
37423 @cindex @var{thread-id}, in remote protocol
37424 @anchor{thread-id syntax}
37425 Several packets and replies include a @var{thread-id} field to identify
37426 a thread. Normally these are positive numbers with a target-specific
37427 interpretation, formatted as big-endian hex strings. A @var{thread-id}
37428 can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
37429 pick any thread.
37430
37431 In addition, the remote protocol supports a multiprocess feature in
37432 which the @var{thread-id} syntax is extended to optionally include both
37433 process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
37434 The @var{pid} (process) and @var{tid} (thread) components each have the
37435 format described above: a positive number with target-specific
37436 interpretation formatted as a big-endian hex string, literal @samp{-1}
37437 to indicate all processes or threads (respectively), or @samp{0} to
37438 indicate an arbitrary process or thread. Specifying just a process, as
37439 @samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
37440 error to specify all processes but a specific thread, such as
37441 @samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
37442 for those packets and replies explicitly documented to include a process
37443 ID, rather than a @var{thread-id}.
37444
37445 The multiprocess @var{thread-id} syntax extensions are only used if both
37446 @value{GDBN} and the stub report support for the @samp{multiprocess}
37447 feature using @samp{qSupported}. @xref{multiprocess extensions}, for
37448 more information.
37449
37450 Note that all packet forms beginning with an upper- or lower-case
37451 letter, other than those described here, are reserved for future use.
37452
37453 Here are the packet descriptions.
37454
37455 @table @samp
37456
37457 @item !
37458 @cindex @samp{!} packet
37459 @anchor{extended mode}
37460 Enable extended mode. In extended mode, the remote server is made
37461 persistent. The @samp{R} packet is used to restart the program being
37462 debugged.
37463
37464 Reply:
37465 @table @samp
37466 @item OK
37467 The remote target both supports and has enabled extended mode.
37468 @end table
37469
37470 @item ?
37471 @cindex @samp{?} packet
37472 @anchor{? packet}
37473 Indicate the reason the target halted. The reply is the same as for
37474 step and continue. This packet has a special interpretation when the
37475 target is in non-stop mode; see @ref{Remote Non-Stop}.
37476
37477 Reply:
37478 @xref{Stop Reply Packets}, for the reply specifications.
37479
37480 @item A @var{arglen},@var{argnum},@var{arg},@dots{}
37481 @cindex @samp{A} packet
37482 Initialized @code{argv[]} array passed into program. @var{arglen}
37483 specifies the number of bytes in the hex encoded byte stream
37484 @var{arg}. See @code{gdbserver} for more details.
37485
37486 Reply:
37487 @table @samp
37488 @item OK
37489 The arguments were set.
37490 @item E @var{NN}
37491 An error occurred.
37492 @end table
37493
37494 @item b @var{baud}
37495 @cindex @samp{b} packet
37496 (Don't use this packet; its behavior is not well-defined.)
37497 Change the serial line speed to @var{baud}.
37498
37499 JTC: @emph{When does the transport layer state change? When it's
37500 received, or after the ACK is transmitted. In either case, there are
37501 problems if the command or the acknowledgment packet is dropped.}
37502
37503 Stan: @emph{If people really wanted to add something like this, and get
37504 it working for the first time, they ought to modify ser-unix.c to send
37505 some kind of out-of-band message to a specially-setup stub and have the
37506 switch happen "in between" packets, so that from remote protocol's point
37507 of view, nothing actually happened.}
37508
37509 @item B @var{addr},@var{mode}
37510 @cindex @samp{B} packet
37511 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
37512 breakpoint at @var{addr}.
37513
37514 Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
37515 (@pxref{insert breakpoint or watchpoint packet}).
37516
37517 @cindex @samp{bc} packet
37518 @anchor{bc}
37519 @item bc
37520 Backward continue. Execute the target system in reverse. No parameter.
37521 @xref{Reverse Execution}, for more information.
37522
37523 Reply:
37524 @xref{Stop Reply Packets}, for the reply specifications.
37525
37526 @cindex @samp{bs} packet
37527 @anchor{bs}
37528 @item bs
37529 Backward single step. Execute one instruction in reverse. No parameter.
37530 @xref{Reverse Execution}, for more information.
37531
37532 Reply:
37533 @xref{Stop Reply Packets}, for the reply specifications.
37534
37535 @item c @r{[}@var{addr}@r{]}
37536 @cindex @samp{c} packet
37537 Continue at @var{addr}, which is the address to resume. If @var{addr}
37538 is omitted, resume at current address.
37539
37540 This packet is deprecated for multi-threading support. @xref{vCont
37541 packet}.
37542
37543 Reply:
37544 @xref{Stop Reply Packets}, for the reply specifications.
37545
37546 @item C @var{sig}@r{[};@var{addr}@r{]}
37547 @cindex @samp{C} packet
37548 Continue with signal @var{sig} (hex signal number). If
37549 @samp{;@var{addr}} is omitted, resume at same address.
37550
37551 This packet is deprecated for multi-threading support. @xref{vCont
37552 packet}.
37553
37554 Reply:
37555 @xref{Stop Reply Packets}, for the reply specifications.
37556
37557 @item d
37558 @cindex @samp{d} packet
37559 Toggle debug flag.
37560
37561 Don't use this packet; instead, define a general set packet
37562 (@pxref{General Query Packets}).
37563
37564 @item D
37565 @itemx D;@var{pid}
37566 @cindex @samp{D} packet
37567 The first form of the packet is used to detach @value{GDBN} from the
37568 remote system. It is sent to the remote target
37569 before @value{GDBN} disconnects via the @code{detach} command.
37570
37571 The second form, including a process ID, is used when multiprocess
37572 protocol extensions are enabled (@pxref{multiprocess extensions}), to
37573 detach only a specific process. The @var{pid} is specified as a
37574 big-endian hex string.
37575
37576 Reply:
37577 @table @samp
37578 @item OK
37579 for success
37580 @item E @var{NN}
37581 for an error
37582 @end table
37583
37584 @item F @var{RC},@var{EE},@var{CF};@var{XX}
37585 @cindex @samp{F} packet
37586 A reply from @value{GDBN} to an @samp{F} packet sent by the target.
37587 This is part of the File-I/O protocol extension. @xref{File-I/O
37588 Remote Protocol Extension}, for the specification.
37589
37590 @item g
37591 @anchor{read registers packet}
37592 @cindex @samp{g} packet
37593 Read general registers.
37594
37595 Reply:
37596 @table @samp
37597 @item @var{XX@dots{}}
37598 Each byte of register data is described by two hex digits. The bytes
37599 with the register are transmitted in target byte order. The size of
37600 each register and their position within the @samp{g} packet are
37601 determined by the @value{GDBN} internal gdbarch functions
37602 @code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
37603
37604 When reading registers from a trace frame (@pxref{Analyze Collected
37605 Data,,Using the Collected Data}), the stub may also return a string of
37606 literal @samp{x}'s in place of the register data digits, to indicate
37607 that the corresponding register has not been collected, thus its value
37608 is unavailable. For example, for an architecture with 4 registers of
37609 4 bytes each, the following reply indicates to @value{GDBN} that
37610 registers 0 and 2 have not been collected, while registers 1 and 3
37611 have been collected, and both have zero value:
37612
37613 @smallexample
37614 -> @code{g}
37615 <- @code{xxxxxxxx00000000xxxxxxxx00000000}
37616 @end smallexample
37617
37618 @item E @var{NN}
37619 for an error.
37620 @end table
37621
37622 @item G @var{XX@dots{}}
37623 @cindex @samp{G} packet
37624 Write general registers. @xref{read registers packet}, for a
37625 description of the @var{XX@dots{}} data.
37626
37627 Reply:
37628 @table @samp
37629 @item OK
37630 for success
37631 @item E @var{NN}
37632 for an error
37633 @end table
37634
37635 @item H @var{op} @var{thread-id}
37636 @cindex @samp{H} packet
37637 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
37638 @samp{G}, et.al.). Depending on the operation to be performed, @var{op}
37639 should be @samp{c} for step and continue operations (note that this
37640 is deprecated, supporting the @samp{vCont} command is a better
37641 option), and @samp{g} for other operations. The thread designator
37642 @var{thread-id} has the format and interpretation described in
37643 @ref{thread-id syntax}.
37644
37645 Reply:
37646 @table @samp
37647 @item OK
37648 for success
37649 @item E @var{NN}
37650 for an error
37651 @end table
37652
37653 @c FIXME: JTC:
37654 @c 'H': How restrictive (or permissive) is the thread model. If a
37655 @c thread is selected and stopped, are other threads allowed
37656 @c to continue to execute? As I mentioned above, I think the
37657 @c semantics of each command when a thread is selected must be
37658 @c described. For example:
37659 @c
37660 @c 'g': If the stub supports threads and a specific thread is
37661 @c selected, returns the register block from that thread;
37662 @c otherwise returns current registers.
37663 @c
37664 @c 'G' If the stub supports threads and a specific thread is
37665 @c selected, sets the registers of the register block of
37666 @c that thread; otherwise sets current registers.
37667
37668 @item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
37669 @anchor{cycle step packet}
37670 @cindex @samp{i} packet
37671 Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
37672 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
37673 step starting at that address.
37674
37675 @item I
37676 @cindex @samp{I} packet
37677 Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
37678 step packet}.
37679
37680 @item k
37681 @cindex @samp{k} packet
37682 Kill request.
37683
37684 The exact effect of this packet is not specified.
37685
37686 For a bare-metal target, it may power cycle or reset the target
37687 system. For that reason, the @samp{k} packet has no reply.
37688
37689 For a single-process target, it may kill that process if possible.
37690
37691 A multiple-process target may choose to kill just one process, or all
37692 that are under @value{GDBN}'s control. For more precise control, use
37693 the vKill packet (@pxref{vKill packet}).
37694
37695 If the target system immediately closes the connection in response to
37696 @samp{k}, @value{GDBN} does not consider the lack of packet
37697 acknowledgment to be an error, and assumes the kill was successful.
37698
37699 If connected using @kbd{target extended-remote}, and the target does
37700 not close the connection in response to a kill request, @value{GDBN}
37701 probes the target state as if a new connection was opened
37702 (@pxref{? packet}).
37703
37704 @item m @var{addr},@var{length}
37705 @cindex @samp{m} packet
37706 Read @var{length} addressable memory units starting at address @var{addr}
37707 (@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
37708 any particular boundary.
37709
37710 The stub need not use any particular size or alignment when gathering
37711 data from memory for the response; even if @var{addr} is word-aligned
37712 and @var{length} is a multiple of the word size, the stub is free to
37713 use byte accesses, or not. For this reason, this packet may not be
37714 suitable for accessing memory-mapped I/O devices.
37715 @cindex alignment of remote memory accesses
37716 @cindex size of remote memory accesses
37717 @cindex memory, alignment and size of remote accesses
37718
37719 Reply:
37720 @table @samp
37721 @item @var{XX@dots{}}
37722 Memory contents; each byte is transmitted as a two-digit hexadecimal number.
37723 The reply may contain fewer addressable memory units than requested if the
37724 server was able to read only part of the region of memory.
37725 @item E @var{NN}
37726 @var{NN} is errno
37727 @end table
37728
37729 @item M @var{addr},@var{length}:@var{XX@dots{}}
37730 @cindex @samp{M} packet
37731 Write @var{length} addressable memory units starting at address @var{addr}
37732 (@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
37733 byte is transmitted as a two-digit hexadecimal number.
37734
37735 Reply:
37736 @table @samp
37737 @item OK
37738 for success
37739 @item E @var{NN}
37740 for an error (this includes the case where only part of the data was
37741 written).
37742 @end table
37743
37744 @item p @var{n}
37745 @cindex @samp{p} packet
37746 Read the value of register @var{n}; @var{n} is in hex.
37747 @xref{read registers packet}, for a description of how the returned
37748 register value is encoded.
37749
37750 Reply:
37751 @table @samp
37752 @item @var{XX@dots{}}
37753 the register's value
37754 @item E @var{NN}
37755 for an error
37756 @item @w{}
37757 Indicating an unrecognized @var{query}.
37758 @end table
37759
37760 @item P @var{n@dots{}}=@var{r@dots{}}
37761 @anchor{write register packet}
37762 @cindex @samp{P} packet
37763 Write register @var{n@dots{}} with value @var{r@dots{}}. The register
37764 number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
37765 digits for each byte in the register (target byte order).
37766
37767 Reply:
37768 @table @samp
37769 @item OK
37770 for success
37771 @item E @var{NN}
37772 for an error
37773 @end table
37774
37775 @item q @var{name} @var{params}@dots{}
37776 @itemx Q @var{name} @var{params}@dots{}
37777 @cindex @samp{q} packet
37778 @cindex @samp{Q} packet
37779 General query (@samp{q}) and set (@samp{Q}). These packets are
37780 described fully in @ref{General Query Packets}.
37781
37782 @item r
37783 @cindex @samp{r} packet
37784 Reset the entire system.
37785
37786 Don't use this packet; use the @samp{R} packet instead.
37787
37788 @item R @var{XX}
37789 @cindex @samp{R} packet
37790 Restart the program being debugged. The @var{XX}, while needed, is ignored.
37791 This packet is only available in extended mode (@pxref{extended mode}).
37792
37793 The @samp{R} packet has no reply.
37794
37795 @item s @r{[}@var{addr}@r{]}
37796 @cindex @samp{s} packet
37797 Single step, resuming at @var{addr}. If
37798 @var{addr} is omitted, resume at same address.
37799
37800 This packet is deprecated for multi-threading support. @xref{vCont
37801 packet}.
37802
37803 Reply:
37804 @xref{Stop Reply Packets}, for the reply specifications.
37805
37806 @item S @var{sig}@r{[};@var{addr}@r{]}
37807 @anchor{step with signal packet}
37808 @cindex @samp{S} packet
37809 Step with signal. This is analogous to the @samp{C} packet, but
37810 requests a single-step, rather than a normal resumption of execution.
37811
37812 This packet is deprecated for multi-threading support. @xref{vCont
37813 packet}.
37814
37815 Reply:
37816 @xref{Stop Reply Packets}, for the reply specifications.
37817
37818 @item t @var{addr}:@var{PP},@var{MM}
37819 @cindex @samp{t} packet
37820 Search backwards starting at address @var{addr} for a match with pattern
37821 @var{PP} and mask @var{MM}, both of which are are 4 byte long.
37822 There must be at least 3 digits in @var{addr}.
37823
37824 @item T @var{thread-id}
37825 @cindex @samp{T} packet
37826 Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
37827
37828 Reply:
37829 @table @samp
37830 @item OK
37831 thread is still alive
37832 @item E @var{NN}
37833 thread is dead
37834 @end table
37835
37836 @item v
37837 Packets starting with @samp{v} are identified by a multi-letter name,
37838 up to the first @samp{;} or @samp{?} (or the end of the packet).
37839
37840 @item vAttach;@var{pid}
37841 @cindex @samp{vAttach} packet
37842 Attach to a new process with the specified process ID @var{pid}.
37843 The process ID is a
37844 hexadecimal integer identifying the process. In all-stop mode, all
37845 threads in the attached process are stopped; in non-stop mode, it may be
37846 attached without being stopped if that is supported by the target.
37847
37848 @c In non-stop mode, on a successful vAttach, the stub should set the
37849 @c current thread to a thread of the newly-attached process. After
37850 @c attaching, GDB queries for the attached process's thread ID with qC.
37851 @c Also note that, from a user perspective, whether or not the
37852 @c target is stopped on attach in non-stop mode depends on whether you
37853 @c use the foreground or background version of the attach command, not
37854 @c on what vAttach does; GDB does the right thing with respect to either
37855 @c stopping or restarting threads.
37856
37857 This packet is only available in extended mode (@pxref{extended mode}).
37858
37859 Reply:
37860 @table @samp
37861 @item E @var{nn}
37862 for an error
37863 @item @r{Any stop packet}
37864 for success in all-stop mode (@pxref{Stop Reply Packets})
37865 @item OK
37866 for success in non-stop mode (@pxref{Remote Non-Stop})
37867 @end table
37868
37869 @item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
37870 @cindex @samp{vCont} packet
37871 @anchor{vCont packet}
37872 Resume the inferior, specifying different actions for each thread.
37873
37874 For each inferior thread, the leftmost action with a matching
37875 @var{thread-id} is applied. Threads that don't match any action
37876 remain in their current state. Thread IDs are specified using the
37877 syntax described in @ref{thread-id syntax}. If multiprocess
37878 extensions (@pxref{multiprocess extensions}) are supported, actions
37879 can be specified to match all threads in a process by using the
37880 @samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
37881 @var{thread-id} matches all threads. Specifying no actions is an
37882 error.
37883
37884 Currently supported actions are:
37885
37886 @table @samp
37887 @item c
37888 Continue.
37889 @item C @var{sig}
37890 Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
37891 @item s
37892 Step.
37893 @item S @var{sig}
37894 Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
37895 @item t
37896 Stop.
37897 @item r @var{start},@var{end}
37898 Step once, and then keep stepping as long as the thread stops at
37899 addresses between @var{start} (inclusive) and @var{end} (exclusive).
37900 The remote stub reports a stop reply when either the thread goes out
37901 of the range or is stopped due to an unrelated reason, such as hitting
37902 a breakpoint. @xref{range stepping}.
37903
37904 If the range is empty (@var{start} == @var{end}), then the action
37905 becomes equivalent to the @samp{s} action. In other words,
37906 single-step once, and report the stop (even if the stepped instruction
37907 jumps to @var{start}).
37908
37909 (A stop reply may be sent at any point even if the PC is still within
37910 the stepping range; for example, it is valid to implement this packet
37911 in a degenerate way as a single instruction step operation.)
37912
37913 @end table
37914
37915 The optional argument @var{addr} normally associated with the
37916 @samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
37917 not supported in @samp{vCont}.
37918
37919 The @samp{t} action is only relevant in non-stop mode
37920 (@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
37921 A stop reply should be generated for any affected thread not already stopped.
37922 When a thread is stopped by means of a @samp{t} action,
37923 the corresponding stop reply should indicate that the thread has stopped with
37924 signal @samp{0}, regardless of whether the target uses some other signal
37925 as an implementation detail.
37926
37927 The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
37928 @samp{r} actions for threads that are already running. Conversely,
37929 the server must ignore @samp{t} actions for threads that are already
37930 stopped.
37931
37932 @emph{Note:} In non-stop mode, a thread is considered running until
37933 @value{GDBN} acknowleges an asynchronous stop notification for it with
37934 the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
37935
37936 The stub must support @samp{vCont} if it reports support for
37937 multiprocess extensions (@pxref{multiprocess extensions}).
37938
37939 Reply:
37940 @xref{Stop Reply Packets}, for the reply specifications.
37941
37942 @item vCont?
37943 @cindex @samp{vCont?} packet
37944 Request a list of actions supported by the @samp{vCont} packet.
37945
37946 Reply:
37947 @table @samp
37948 @item vCont@r{[};@var{action}@dots{}@r{]}
37949 The @samp{vCont} packet is supported. Each @var{action} is a supported
37950 command in the @samp{vCont} packet.
37951 @item @w{}
37952 The @samp{vCont} packet is not supported.
37953 @end table
37954
37955 @anchor{vCtrlC packet}
37956 @item vCtrlC
37957 @cindex @samp{vCtrlC} packet
37958 Interrupt remote target as if a control-C was pressed on the remote
37959 terminal. This is the equivalent to reacting to the @code{^C}
37960 (@samp{\003}, the control-C character) character in all-stop mode
37961 while the target is running, except this works in non-stop mode.
37962 @xref{interrupting remote targets}, for more info on the all-stop
37963 variant.
37964
37965 Reply:
37966 @table @samp
37967 @item E @var{nn}
37968 for an error
37969 @item OK
37970 for success
37971 @end table
37972
37973 @item vFile:@var{operation}:@var{parameter}@dots{}
37974 @cindex @samp{vFile} packet
37975 Perform a file operation on the target system. For details,
37976 see @ref{Host I/O Packets}.
37977
37978 @item vFlashErase:@var{addr},@var{length}
37979 @cindex @samp{vFlashErase} packet
37980 Direct the stub to erase @var{length} bytes of flash starting at
37981 @var{addr}. The region may enclose any number of flash blocks, but
37982 its start and end must fall on block boundaries, as indicated by the
37983 flash block size appearing in the memory map (@pxref{Memory Map
37984 Format}). @value{GDBN} groups flash memory programming operations
37985 together, and sends a @samp{vFlashDone} request after each group; the
37986 stub is allowed to delay erase operation until the @samp{vFlashDone}
37987 packet is received.
37988
37989 Reply:
37990 @table @samp
37991 @item OK
37992 for success
37993 @item E @var{NN}
37994 for an error
37995 @end table
37996
37997 @item vFlashWrite:@var{addr}:@var{XX@dots{}}
37998 @cindex @samp{vFlashWrite} packet
37999 Direct the stub to write data to flash address @var{addr}. The data
38000 is passed in binary form using the same encoding as for the @samp{X}
38001 packet (@pxref{Binary Data}). The memory ranges specified by
38002 @samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
38003 not overlap, and must appear in order of increasing addresses
38004 (although @samp{vFlashErase} packets for higher addresses may already
38005 have been received; the ordering is guaranteed only between
38006 @samp{vFlashWrite} packets). If a packet writes to an address that was
38007 neither erased by a preceding @samp{vFlashErase} packet nor by some other
38008 target-specific method, the results are unpredictable.
38009
38010
38011 Reply:
38012 @table @samp
38013 @item OK
38014 for success
38015 @item E.memtype
38016 for vFlashWrite addressing non-flash memory
38017 @item E @var{NN}
38018 for an error
38019 @end table
38020
38021 @item vFlashDone
38022 @cindex @samp{vFlashDone} packet
38023 Indicate to the stub that flash programming operation is finished.
38024 The stub is permitted to delay or batch the effects of a group of
38025 @samp{vFlashErase} and @samp{vFlashWrite} packets until a
38026 @samp{vFlashDone} packet is received. The contents of the affected
38027 regions of flash memory are unpredictable until the @samp{vFlashDone}
38028 request is completed.
38029
38030 @item vKill;@var{pid}
38031 @cindex @samp{vKill} packet
38032 @anchor{vKill packet}
38033 Kill the process with the specified process ID @var{pid}, which is a
38034 hexadecimal integer identifying the process. This packet is used in
38035 preference to @samp{k} when multiprocess protocol extensions are
38036 supported; see @ref{multiprocess extensions}.
38037
38038 Reply:
38039 @table @samp
38040 @item E @var{nn}
38041 for an error
38042 @item OK
38043 for success
38044 @end table
38045
38046 @item vMustReplyEmpty
38047 @cindex @samp{vMustReplyEmpty} packet
38048 The correct reply to an unknown @samp{v} packet is to return the empty
38049 string, however, some older versions of @command{gdbserver} would
38050 incorrectly return @samp{OK} for unknown @samp{v} packets.
38051
38052 The @samp{vMustReplyEmpty} is used as a feature test to check how
38053 @command{gdbserver} handles unknown packets, it is important that this
38054 packet be handled in the same way as other unknown @samp{v} packets.
38055 If this packet is handled differently to other unknown @samp{v}
38056 packets then it is possile that @value{GDBN} may run into problems in
38057 other areas, specifically around use of @samp{vFile:setfs:}.
38058
38059 @item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
38060 @cindex @samp{vRun} packet
38061 Run the program @var{filename}, passing it each @var{argument} on its
38062 command line. The file and arguments are hex-encoded strings. If
38063 @var{filename} is an empty string, the stub may use a default program
38064 (e.g.@: the last program run). The program is created in the stopped
38065 state.
38066
38067 @c FIXME: What about non-stop mode?
38068
38069 This packet is only available in extended mode (@pxref{extended mode}).
38070
38071 Reply:
38072 @table @samp
38073 @item E @var{nn}
38074 for an error
38075 @item @r{Any stop packet}
38076 for success (@pxref{Stop Reply Packets})
38077 @end table
38078
38079 @item vStopped
38080 @cindex @samp{vStopped} packet
38081 @xref{Notification Packets}.
38082
38083 @item X @var{addr},@var{length}:@var{XX@dots{}}
38084 @anchor{X packet}
38085 @cindex @samp{X} packet
38086 Write data to memory, where the data is transmitted in binary.
38087 Memory is specified by its address @var{addr} and number of addressable memory
38088 units @var{length} (@pxref{addressable memory unit});
38089 @samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
38090
38091 Reply:
38092 @table @samp
38093 @item OK
38094 for success
38095 @item E @var{NN}
38096 for an error
38097 @end table
38098
38099 @item z @var{type},@var{addr},@var{kind}
38100 @itemx Z @var{type},@var{addr},@var{kind}
38101 @anchor{insert breakpoint or watchpoint packet}
38102 @cindex @samp{z} packet
38103 @cindex @samp{Z} packets
38104 Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
38105 watchpoint starting at address @var{address} of kind @var{kind}.
38106
38107 Each breakpoint and watchpoint packet @var{type} is documented
38108 separately.
38109
38110 @emph{Implementation notes: A remote target shall return an empty string
38111 for an unrecognized breakpoint or watchpoint packet @var{type}. A
38112 remote target shall support either both or neither of a given
38113 @samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
38114 avoid potential problems with duplicate packets, the operations should
38115 be implemented in an idempotent way.}
38116
38117 @item z0,@var{addr},@var{kind}
38118 @itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
38119 @cindex @samp{z0} packet
38120 @cindex @samp{Z0} packet
38121 Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
38122 @var{addr} of type @var{kind}.
38123
38124 A software breakpoint is implemented by replacing the instruction at
38125 @var{addr} with a software breakpoint or trap instruction. The
38126 @var{kind} is target-specific and typically indicates the size of the
38127 breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
38128 @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
38129 architectures have additional meanings for @var{kind}
38130 (@pxref{Architecture-Specific Protocol Details}); if no
38131 architecture-specific value is being used, it should be @samp{0}.
38132 @var{kind} is hex-encoded. @var{cond_list} is an optional list of
38133 conditional expressions in bytecode form that should be evaluated on
38134 the target's side. These are the conditions that should be taken into
38135 consideration when deciding if the breakpoint trigger should be
38136 reported back to @value{GDBN}.
38137
38138 See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
38139 for how to best report a software breakpoint event to @value{GDBN}.
38140
38141 The @var{cond_list} parameter is comprised of a series of expressions,
38142 concatenated without separators. Each expression has the following form:
38143
38144 @table @samp
38145
38146 @item X @var{len},@var{expr}
38147 @var{len} is the length of the bytecode expression and @var{expr} is the
38148 actual conditional expression in bytecode form.
38149
38150 @end table
38151
38152 The optional @var{cmd_list} parameter introduces commands that may be
38153 run on the target, rather than being reported back to @value{GDBN}.
38154 The parameter starts with a numeric flag @var{persist}; if the flag is
38155 nonzero, then the breakpoint may remain active and the commands
38156 continue to be run even when @value{GDBN} disconnects from the target.
38157 Following this flag is a series of expressions concatenated with no
38158 separators. Each expression has the following form:
38159
38160 @table @samp
38161
38162 @item X @var{len},@var{expr}
38163 @var{len} is the length of the bytecode expression and @var{expr} is the
38164 actual commands expression in bytecode form.
38165
38166 @end table
38167
38168 @emph{Implementation note: It is possible for a target to copy or move
38169 code that contains software breakpoints (e.g., when implementing
38170 overlays). The behavior of this packet, in the presence of such a
38171 target, is not defined.}
38172
38173 Reply:
38174 @table @samp
38175 @item OK
38176 success
38177 @item @w{}
38178 not supported
38179 @item E @var{NN}
38180 for an error
38181 @end table
38182
38183 @item z1,@var{addr},@var{kind}
38184 @itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
38185 @cindex @samp{z1} packet
38186 @cindex @samp{Z1} packet
38187 Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
38188 address @var{addr}.
38189
38190 A hardware breakpoint is implemented using a mechanism that is not
38191 dependent on being able to modify the target's memory. The
38192 @var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
38193 same meaning as in @samp{Z0} packets.
38194
38195 @emph{Implementation note: A hardware breakpoint is not affected by code
38196 movement.}
38197
38198 Reply:
38199 @table @samp
38200 @item OK
38201 success
38202 @item @w{}
38203 not supported
38204 @item E @var{NN}
38205 for an error
38206 @end table
38207
38208 @item z2,@var{addr},@var{kind}
38209 @itemx Z2,@var{addr},@var{kind}
38210 @cindex @samp{z2} packet
38211 @cindex @samp{Z2} packet
38212 Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
38213 The number of bytes to watch is specified by @var{kind}.
38214
38215 Reply:
38216 @table @samp
38217 @item OK
38218 success
38219 @item @w{}
38220 not supported
38221 @item E @var{NN}
38222 for an error
38223 @end table
38224
38225 @item z3,@var{addr},@var{kind}
38226 @itemx Z3,@var{addr},@var{kind}
38227 @cindex @samp{z3} packet
38228 @cindex @samp{Z3} packet
38229 Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
38230 The number of bytes to watch is specified by @var{kind}.
38231
38232 Reply:
38233 @table @samp
38234 @item OK
38235 success
38236 @item @w{}
38237 not supported
38238 @item E @var{NN}
38239 for an error
38240 @end table
38241
38242 @item z4,@var{addr},@var{kind}
38243 @itemx Z4,@var{addr},@var{kind}
38244 @cindex @samp{z4} packet
38245 @cindex @samp{Z4} packet
38246 Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
38247 The number of bytes to watch is specified by @var{kind}.
38248
38249 Reply:
38250 @table @samp
38251 @item OK
38252 success
38253 @item @w{}
38254 not supported
38255 @item E @var{NN}
38256 for an error
38257 @end table
38258
38259 @end table
38260
38261 @node Stop Reply Packets
38262 @section Stop Reply Packets
38263 @cindex stop reply packets
38264
38265 The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
38266 @samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
38267 receive any of the below as a reply. Except for @samp{?}
38268 and @samp{vStopped}, that reply is only returned
38269 when the target halts. In the below the exact meaning of @dfn{signal
38270 number} is defined by the header @file{include/gdb/signals.h} in the
38271 @value{GDBN} source code.
38272
38273 In non-stop mode, the server will simply reply @samp{OK} to commands
38274 such as @samp{vCont}; any stop will be the subject of a future
38275 notification. @xref{Remote Non-Stop}.
38276
38277 As in the description of request packets, we include spaces in the
38278 reply templates for clarity; these are not part of the reply packet's
38279 syntax. No @value{GDBN} stop reply packet uses spaces to separate its
38280 components.
38281
38282 @table @samp
38283
38284 @item S @var{AA}
38285 The program received signal number @var{AA} (a two-digit hexadecimal
38286 number). This is equivalent to a @samp{T} response with no
38287 @var{n}:@var{r} pairs.
38288
38289 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
38290 @cindex @samp{T} packet reply
38291 The program received signal number @var{AA} (a two-digit hexadecimal
38292 number). This is equivalent to an @samp{S} response, except that the
38293 @samp{@var{n}:@var{r}} pairs can carry values of important registers
38294 and other information directly in the stop reply packet, reducing
38295 round-trip latency. Single-step and breakpoint traps are reported
38296 this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
38297
38298 @itemize @bullet
38299 @item
38300 If @var{n} is a hexadecimal number, it is a register number, and the
38301 corresponding @var{r} gives that register's value. The data @var{r} is a
38302 series of bytes in target byte order, with each byte given by a
38303 two-digit hex number.
38304
38305 @item
38306 If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
38307 the stopped thread, as specified in @ref{thread-id syntax}.
38308
38309 @item
38310 If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
38311 the core on which the stop event was detected.
38312
38313 @item
38314 If @var{n} is a recognized @dfn{stop reason}, it describes a more
38315 specific event that stopped the target. The currently defined stop
38316 reasons are listed below. The @var{aa} should be @samp{05}, the trap
38317 signal. At most one stop reason should be present.
38318
38319 @item
38320 Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
38321 and go on to the next; this allows us to extend the protocol in the
38322 future.
38323 @end itemize
38324
38325 The currently defined stop reasons are:
38326
38327 @table @samp
38328 @item watch
38329 @itemx rwatch
38330 @itemx awatch
38331 The packet indicates a watchpoint hit, and @var{r} is the data address, in
38332 hex.
38333
38334 @item syscall_entry
38335 @itemx syscall_return
38336 The packet indicates a syscall entry or return, and @var{r} is the
38337 syscall number, in hex.
38338
38339 @cindex shared library events, remote reply
38340 @item library
38341 The packet indicates that the loaded libraries have changed.
38342 @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
38343 list of loaded libraries. The @var{r} part is ignored.
38344
38345 @cindex replay log events, remote reply
38346 @item replaylog
38347 The packet indicates that the target cannot continue replaying
38348 logged execution events, because it has reached the end (or the
38349 beginning when executing backward) of the log. The value of @var{r}
38350 will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
38351 for more information.
38352
38353 @item swbreak
38354 @anchor{swbreak stop reason}
38355 The packet indicates a software breakpoint instruction was executed,
38356 irrespective of whether it was @value{GDBN} that planted the
38357 breakpoint or the breakpoint is hardcoded in the program. The @var{r}
38358 part must be left empty.
38359
38360 On some architectures, such as x86, at the architecture level, when a
38361 breakpoint instruction executes the program counter points at the
38362 breakpoint address plus an offset. On such targets, the stub is
38363 responsible for adjusting the PC to point back at the breakpoint
38364 address.
38365
38366 This packet should not be sent by default; older @value{GDBN} versions
38367 did not support it. @value{GDBN} requests it, by supplying an
38368 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
38369 remote stub must also supply the appropriate @samp{qSupported} feature
38370 indicating support.
38371
38372 This packet is required for correct non-stop mode operation.
38373
38374 @item hwbreak
38375 The packet indicates the target stopped for a hardware breakpoint.
38376 The @var{r} part must be left empty.
38377
38378 The same remarks about @samp{qSupported} and non-stop mode above
38379 apply.
38380
38381 @cindex fork events, remote reply
38382 @item fork
38383 The packet indicates that @code{fork} was called, and @var{r}
38384 is the thread ID of the new child process. Refer to
38385 @ref{thread-id syntax} for the format of the @var{thread-id}
38386 field. This packet is only applicable to targets that support
38387 fork events.
38388
38389 This packet should not be sent by default; older @value{GDBN} versions
38390 did not support it. @value{GDBN} requests it, by supplying an
38391 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
38392 remote stub must also supply the appropriate @samp{qSupported} feature
38393 indicating support.
38394
38395 @cindex vfork events, remote reply
38396 @item vfork
38397 The packet indicates that @code{vfork} was called, and @var{r}
38398 is the thread ID of the new child process. Refer to
38399 @ref{thread-id syntax} for the format of the @var{thread-id}
38400 field. This packet is only applicable to targets that support
38401 vfork events.
38402
38403 This packet should not be sent by default; older @value{GDBN} versions
38404 did not support it. @value{GDBN} requests it, by supplying an
38405 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
38406 remote stub must also supply the appropriate @samp{qSupported} feature
38407 indicating support.
38408
38409 @cindex vforkdone events, remote reply
38410 @item vforkdone
38411 The packet indicates that a child process created by a vfork
38412 has either called @code{exec} or terminated, so that the
38413 address spaces of the parent and child process are no longer
38414 shared. The @var{r} part is ignored. This packet is only
38415 applicable to targets that support vforkdone events.
38416
38417 This packet should not be sent by default; older @value{GDBN} versions
38418 did not support it. @value{GDBN} requests it, by supplying an
38419 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
38420 remote stub must also supply the appropriate @samp{qSupported} feature
38421 indicating support.
38422
38423 @cindex exec events, remote reply
38424 @item exec
38425 The packet indicates that @code{execve} was called, and @var{r}
38426 is the absolute pathname of the file that was executed, in hex.
38427 This packet is only applicable to targets that support exec events.
38428
38429 This packet should not be sent by default; older @value{GDBN} versions
38430 did not support it. @value{GDBN} requests it, by supplying an
38431 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
38432 remote stub must also supply the appropriate @samp{qSupported} feature
38433 indicating support.
38434
38435 @cindex thread create event, remote reply
38436 @anchor{thread create event}
38437 @item create
38438 The packet indicates that the thread was just created. The new thread
38439 is stopped until @value{GDBN} sets it running with a resumption packet
38440 (@pxref{vCont packet}). This packet should not be sent by default;
38441 @value{GDBN} requests it with the @ref{QThreadEvents} packet. See
38442 also the @samp{w} (@pxref{thread exit event}) remote reply below. The
38443 @var{r} part is ignored.
38444
38445 @end table
38446
38447 @item W @var{AA}
38448 @itemx W @var{AA} ; process:@var{pid}
38449 The process exited, and @var{AA} is the exit status. This is only
38450 applicable to certain targets.
38451
38452 The second form of the response, including the process ID of the
38453 exited process, can be used only when @value{GDBN} has reported
38454 support for multiprocess protocol extensions; see @ref{multiprocess
38455 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
38456 hex strings.
38457
38458 @item X @var{AA}
38459 @itemx X @var{AA} ; process:@var{pid}
38460 The process terminated with signal @var{AA}.
38461
38462 The second form of the response, including the process ID of the
38463 terminated process, can be used only when @value{GDBN} has reported
38464 support for multiprocess protocol extensions; see @ref{multiprocess
38465 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
38466 hex strings.
38467
38468 @anchor{thread exit event}
38469 @cindex thread exit event, remote reply
38470 @item w @var{AA} ; @var{tid}
38471
38472 The thread exited, and @var{AA} is the exit status. This response
38473 should not be sent by default; @value{GDBN} requests it with the
38474 @ref{QThreadEvents} packet. See also @ref{thread create event} above.
38475 @var{AA} is formatted as a big-endian hex string.
38476
38477 @item N
38478 There are no resumed threads left in the target. In other words, even
38479 though the process is alive, the last resumed thread has exited. For
38480 example, say the target process has two threads: thread 1 and thread
38481 2. The client leaves thread 1 stopped, and resumes thread 2, which
38482 subsequently exits. At this point, even though the process is still
38483 alive, and thus no @samp{W} stop reply is sent, no thread is actually
38484 executing either. The @samp{N} stop reply thus informs the client
38485 that it can stop waiting for stop replies. This packet should not be
38486 sent by default; older @value{GDBN} versions did not support it.
38487 @value{GDBN} requests it, by supplying an appropriate
38488 @samp{qSupported} feature (@pxref{qSupported}). The remote stub must
38489 also supply the appropriate @samp{qSupported} feature indicating
38490 support.
38491
38492 @item O @var{XX}@dots{}
38493 @samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
38494 written as the program's console output. This can happen at any time
38495 while the program is running and the debugger should continue to wait
38496 for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
38497
38498 @item F @var{call-id},@var{parameter}@dots{}
38499 @var{call-id} is the identifier which says which host system call should
38500 be called. This is just the name of the function. Translation into the
38501 correct system call is only applicable as it's defined in @value{GDBN}.
38502 @xref{File-I/O Remote Protocol Extension}, for a list of implemented
38503 system calls.
38504
38505 @samp{@var{parameter}@dots{}} is a list of parameters as defined for
38506 this very system call.
38507
38508 The target replies with this packet when it expects @value{GDBN} to
38509 call a host system call on behalf of the target. @value{GDBN} replies
38510 with an appropriate @samp{F} packet and keeps up waiting for the next
38511 reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
38512 or @samp{s} action is expected to be continued. @xref{File-I/O Remote
38513 Protocol Extension}, for more details.
38514
38515 @end table
38516
38517 @node General Query Packets
38518 @section General Query Packets
38519 @cindex remote query requests
38520
38521 Packets starting with @samp{q} are @dfn{general query packets};
38522 packets starting with @samp{Q} are @dfn{general set packets}. General
38523 query and set packets are a semi-unified form for retrieving and
38524 sending information to and from the stub.
38525
38526 The initial letter of a query or set packet is followed by a name
38527 indicating what sort of thing the packet applies to. For example,
38528 @value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
38529 definitions with the stub. These packet names follow some
38530 conventions:
38531
38532 @itemize @bullet
38533 @item
38534 The name must not contain commas, colons or semicolons.
38535 @item
38536 Most @value{GDBN} query and set packets have a leading upper case
38537 letter.
38538 @item
38539 The names of custom vendor packets should use a company prefix, in
38540 lower case, followed by a period. For example, packets designed at
38541 the Acme Corporation might begin with @samp{qacme.foo} (for querying
38542 foos) or @samp{Qacme.bar} (for setting bars).
38543 @end itemize
38544
38545 The name of a query or set packet should be separated from any
38546 parameters by a @samp{:}; the parameters themselves should be
38547 separated by @samp{,} or @samp{;}. Stubs must be careful to match the
38548 full packet name, and check for a separator or the end of the packet,
38549 in case two packet names share a common prefix. New packets should not begin
38550 with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
38551 packets predate these conventions, and have arguments without any terminator
38552 for the packet name; we suspect they are in widespread use in places that
38553 are difficult to upgrade. The @samp{qC} packet has no arguments, but some
38554 existing stubs (e.g.@: RedBoot) are known to not check for the end of the
38555 packet.}.
38556
38557 Like the descriptions of the other packets, each description here
38558 has a template showing the packet's overall syntax, followed by an
38559 explanation of the packet's meaning. We include spaces in some of the
38560 templates for clarity; these are not part of the packet's syntax. No
38561 @value{GDBN} packet uses spaces to separate its components.
38562
38563 Here are the currently defined query and set packets:
38564
38565 @table @samp
38566
38567 @item QAgent:1
38568 @itemx QAgent:0
38569 Turn on or off the agent as a helper to perform some debugging operations
38570 delegated from @value{GDBN} (@pxref{Control Agent}).
38571
38572 @item QAllow:@var{op}:@var{val}@dots{}
38573 @cindex @samp{QAllow} packet
38574 Specify which operations @value{GDBN} expects to request of the
38575 target, as a semicolon-separated list of operation name and value
38576 pairs. Possible values for @var{op} include @samp{WriteReg},
38577 @samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
38578 @samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
38579 indicating that @value{GDBN} will not request the operation, or 1,
38580 indicating that it may. (The target can then use this to set up its
38581 own internals optimally, for instance if the debugger never expects to
38582 insert breakpoints, it may not need to install its own trap handler.)
38583
38584 @item qC
38585 @cindex current thread, remote request
38586 @cindex @samp{qC} packet
38587 Return the current thread ID.
38588
38589 Reply:
38590 @table @samp
38591 @item QC @var{thread-id}
38592 Where @var{thread-id} is a thread ID as documented in
38593 @ref{thread-id syntax}.
38594 @item @r{(anything else)}
38595 Any other reply implies the old thread ID.
38596 @end table
38597
38598 @item qCRC:@var{addr},@var{length}
38599 @cindex CRC of memory block, remote request
38600 @cindex @samp{qCRC} packet
38601 @anchor{qCRC packet}
38602 Compute the CRC checksum of a block of memory using CRC-32 defined in
38603 IEEE 802.3. The CRC is computed byte at a time, taking the most
38604 significant bit of each byte first. The initial pattern code
38605 @code{0xffffffff} is used to ensure leading zeros affect the CRC.
38606
38607 @emph{Note:} This is the same CRC used in validating separate debug
38608 files (@pxref{Separate Debug Files, , Debugging Information in Separate
38609 Files}). However the algorithm is slightly different. When validating
38610 separate debug files, the CRC is computed taking the @emph{least}
38611 significant bit of each byte first, and the final result is inverted to
38612 detect trailing zeros.
38613
38614 Reply:
38615 @table @samp
38616 @item E @var{NN}
38617 An error (such as memory fault)
38618 @item C @var{crc32}
38619 The specified memory region's checksum is @var{crc32}.
38620 @end table
38621
38622 @item QDisableRandomization:@var{value}
38623 @cindex disable address space randomization, remote request
38624 @cindex @samp{QDisableRandomization} packet
38625 Some target operating systems will randomize the virtual address space
38626 of the inferior process as a security feature, but provide a feature
38627 to disable such randomization, e.g.@: to allow for a more deterministic
38628 debugging experience. On such systems, this packet with a @var{value}
38629 of 1 directs the target to disable address space randomization for
38630 processes subsequently started via @samp{vRun} packets, while a packet
38631 with a @var{value} of 0 tells the target to enable address space
38632 randomization.
38633
38634 This packet is only available in extended mode (@pxref{extended mode}).
38635
38636 Reply:
38637 @table @samp
38638 @item OK
38639 The request succeeded.
38640
38641 @item E @var{nn}
38642 An error occurred. The error number @var{nn} is given as hex digits.
38643
38644 @item @w{}
38645 An empty reply indicates that @samp{QDisableRandomization} is not supported
38646 by the stub.
38647 @end table
38648
38649 This packet is not probed by default; the remote stub must request it,
38650 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
38651 This should only be done on targets that actually support disabling
38652 address space randomization.
38653
38654 @item QStartupWithShell:@var{value}
38655 @cindex startup with shell, remote request
38656 @cindex @samp{QStartupWithShell} packet
38657 On UNIX-like targets, it is possible to start the inferior using a
38658 shell program. This is the default behavior on both @value{GDBN} and
38659 @command{gdbserver} (@pxref{set startup-with-shell}). This packet is
38660 used to inform @command{gdbserver} whether it should start the
38661 inferior using a shell or not.
38662
38663 If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
38664 to start the inferior. If @var{value} is @samp{1},
38665 @command{gdbserver} will use a shell to start the inferior. All other
38666 values are considered an error.
38667
38668 This packet is only available in extended mode (@pxref{extended
38669 mode}).
38670
38671 Reply:
38672 @table @samp
38673 @item OK
38674 The request succeeded.
38675
38676 @item E @var{nn}
38677 An error occurred. The error number @var{nn} is given as hex digits.
38678 @end table
38679
38680 This packet is not probed by default; the remote stub must request it,
38681 by supplying an appropriate @samp{qSupported} response
38682 (@pxref{qSupported}). This should only be done on targets that
38683 actually support starting the inferior using a shell.
38684
38685 Use of this packet is controlled by the @code{set startup-with-shell}
38686 command; @pxref{set startup-with-shell}.
38687
38688 @item QEnvironmentHexEncoded:@var{hex-value}
38689 @anchor{QEnvironmentHexEncoded}
38690 @cindex set environment variable, remote request
38691 @cindex @samp{QEnvironmentHexEncoded} packet
38692 On UNIX-like targets, it is possible to set environment variables that
38693 will be passed to the inferior during the startup process. This
38694 packet is used to inform @command{gdbserver} of an environment
38695 variable that has been defined by the user on @value{GDBN} (@pxref{set
38696 environment}).
38697
38698 The packet is composed by @var{hex-value}, an hex encoded
38699 representation of the @var{name=value} format representing an
38700 environment variable. The name of the environment variable is
38701 represented by @var{name}, and the value to be assigned to the
38702 environment variable is represented by @var{value}. If the variable
38703 has no value (i.e., the value is @code{null}), then @var{value} will
38704 not be present.
38705
38706 This packet is only available in extended mode (@pxref{extended
38707 mode}).
38708
38709 Reply:
38710 @table @samp
38711 @item OK
38712 The request succeeded.
38713 @end table
38714
38715 This packet is not probed by default; the remote stub must request it,
38716 by supplying an appropriate @samp{qSupported} response
38717 (@pxref{qSupported}). This should only be done on targets that
38718 actually support passing environment variables to the starting
38719 inferior.
38720
38721 This packet is related to the @code{set environment} command;
38722 @pxref{set environment}.
38723
38724 @item QEnvironmentUnset:@var{hex-value}
38725 @anchor{QEnvironmentUnset}
38726 @cindex unset environment variable, remote request
38727 @cindex @samp{QEnvironmentUnset} packet
38728 On UNIX-like targets, it is possible to unset environment variables
38729 before starting the inferior in the remote target. This packet is
38730 used to inform @command{gdbserver} of an environment variable that has
38731 been unset by the user on @value{GDBN} (@pxref{unset environment}).
38732
38733 The packet is composed by @var{hex-value}, an hex encoded
38734 representation of the name of the environment variable to be unset.
38735
38736 This packet is only available in extended mode (@pxref{extended
38737 mode}).
38738
38739 Reply:
38740 @table @samp
38741 @item OK
38742 The request succeeded.
38743 @end table
38744
38745 This packet is not probed by default; the remote stub must request it,
38746 by supplying an appropriate @samp{qSupported} response
38747 (@pxref{qSupported}). This should only be done on targets that
38748 actually support passing environment variables to the starting
38749 inferior.
38750
38751 This packet is related to the @code{unset environment} command;
38752 @pxref{unset environment}.
38753
38754 @item QEnvironmentReset
38755 @anchor{QEnvironmentReset}
38756 @cindex reset environment, remote request
38757 @cindex @samp{QEnvironmentReset} packet
38758 On UNIX-like targets, this packet is used to reset the state of
38759 environment variables in the remote target before starting the
38760 inferior. In this context, reset means unsetting all environment
38761 variables that were previously set by the user (i.e., were not
38762 initially present in the environment). It is sent to
38763 @command{gdbserver} before the @samp{QEnvironmentHexEncoded}
38764 (@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
38765 (@pxref{QEnvironmentUnset}) packets.
38766
38767 This packet is only available in extended mode (@pxref{extended
38768 mode}).
38769
38770 Reply:
38771 @table @samp
38772 @item OK
38773 The request succeeded.
38774 @end table
38775
38776 This packet is not probed by default; the remote stub must request it,
38777 by supplying an appropriate @samp{qSupported} response
38778 (@pxref{qSupported}). This should only be done on targets that
38779 actually support passing environment variables to the starting
38780 inferior.
38781
38782 @item QSetWorkingDir:@r{[}@var{directory}@r{]}
38783 @anchor{QSetWorkingDir packet}
38784 @cindex set working directory, remote request
38785 @cindex @samp{QSetWorkingDir} packet
38786 This packet is used to inform the remote server of the intended
38787 current working directory for programs that are going to be executed.
38788
38789 The packet is composed by @var{directory}, an hex encoded
38790 representation of the directory that the remote inferior will use as
38791 its current working directory. If @var{directory} is an empty string,
38792 the remote server should reset the inferior's current working
38793 directory to its original, empty value.
38794
38795 This packet is only available in extended mode (@pxref{extended
38796 mode}).
38797
38798 Reply:
38799 @table @samp
38800 @item OK
38801 The request succeeded.
38802 @end table
38803
38804 @item qfThreadInfo
38805 @itemx qsThreadInfo
38806 @cindex list active threads, remote request
38807 @cindex @samp{qfThreadInfo} packet
38808 @cindex @samp{qsThreadInfo} packet
38809 Obtain a list of all active thread IDs from the target (OS). Since there
38810 may be too many active threads to fit into one reply packet, this query
38811 works iteratively: it may require more than one query/reply sequence to
38812 obtain the entire list of threads. The first query of the sequence will
38813 be the @samp{qfThreadInfo} query; subsequent queries in the
38814 sequence will be the @samp{qsThreadInfo} query.
38815
38816 NOTE: This packet replaces the @samp{qL} query (see below).
38817
38818 Reply:
38819 @table @samp
38820 @item m @var{thread-id}
38821 A single thread ID
38822 @item m @var{thread-id},@var{thread-id}@dots{}
38823 a comma-separated list of thread IDs
38824 @item l
38825 (lower case letter @samp{L}) denotes end of list.
38826 @end table
38827
38828 In response to each query, the target will reply with a list of one or
38829 more thread IDs, separated by commas.
38830 @value{GDBN} will respond to each reply with a request for more thread
38831 ids (using the @samp{qs} form of the query), until the target responds
38832 with @samp{l} (lower-case ell, for @dfn{last}).
38833 Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
38834 fields.
38835
38836 @emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
38837 initial connection with the remote target, and the very first thread ID
38838 mentioned in the reply will be stopped by @value{GDBN} in a subsequent
38839 message. Therefore, the stub should ensure that the first thread ID in
38840 the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
38841
38842 @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
38843 @cindex get thread-local storage address, remote request
38844 @cindex @samp{qGetTLSAddr} packet
38845 Fetch the address associated with thread local storage specified
38846 by @var{thread-id}, @var{offset}, and @var{lm}.
38847
38848 @var{thread-id} is the thread ID associated with the
38849 thread for which to fetch the TLS address. @xref{thread-id syntax}.
38850
38851 @var{offset} is the (big endian, hex encoded) offset associated with the
38852 thread local variable. (This offset is obtained from the debug
38853 information associated with the variable.)
38854
38855 @var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
38856 load module associated with the thread local storage. For example,
38857 a @sc{gnu}/Linux system will pass the link map address of the shared
38858 object associated with the thread local storage under consideration.
38859 Other operating environments may choose to represent the load module
38860 differently, so the precise meaning of this parameter will vary.
38861
38862 Reply:
38863 @table @samp
38864 @item @var{XX}@dots{}
38865 Hex encoded (big endian) bytes representing the address of the thread
38866 local storage requested.
38867
38868 @item E @var{nn}
38869 An error occurred. The error number @var{nn} is given as hex digits.
38870
38871 @item @w{}
38872 An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
38873 @end table
38874
38875 @item qGetTIBAddr:@var{thread-id}
38876 @cindex get thread information block address
38877 @cindex @samp{qGetTIBAddr} packet
38878 Fetch address of the Windows OS specific Thread Information Block.
38879
38880 @var{thread-id} is the thread ID associated with the thread.
38881
38882 Reply:
38883 @table @samp
38884 @item @var{XX}@dots{}
38885 Hex encoded (big endian) bytes representing the linear address of the
38886 thread information block.
38887
38888 @item E @var{nn}
38889 An error occured. This means that either the thread was not found, or the
38890 address could not be retrieved.
38891
38892 @item @w{}
38893 An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
38894 @end table
38895
38896 @item qL @var{startflag} @var{threadcount} @var{nextthread}
38897 Obtain thread information from RTOS. Where: @var{startflag} (one hex
38898 digit) is one to indicate the first query and zero to indicate a
38899 subsequent query; @var{threadcount} (two hex digits) is the maximum
38900 number of threads the response packet can contain; and @var{nextthread}
38901 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
38902 returned in the response as @var{argthread}.
38903
38904 Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
38905
38906 Reply:
38907 @table @samp
38908 @item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
38909 Where: @var{count} (two hex digits) is the number of threads being
38910 returned; @var{done} (one hex digit) is zero to indicate more threads
38911 and one indicates no further threads; @var{argthreadid} (eight hex
38912 digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
38913 is a sequence of thread IDs, @var{threadid} (eight hex
38914 digits), from the target. See @code{remote.c:parse_threadlist_response()}.
38915 @end table
38916
38917 @item qOffsets
38918 @cindex section offsets, remote request
38919 @cindex @samp{qOffsets} packet
38920 Get section offsets that the target used when relocating the downloaded
38921 image.
38922
38923 Reply:
38924 @table @samp
38925 @item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
38926 Relocate the @code{Text} section by @var{xxx} from its original address.
38927 Relocate the @code{Data} section by @var{yyy} from its original address.
38928 If the object file format provides segment information (e.g.@: @sc{elf}
38929 @samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
38930 segments by the supplied offsets.
38931
38932 @emph{Note: while a @code{Bss} offset may be included in the response,
38933 @value{GDBN} ignores this and instead applies the @code{Data} offset
38934 to the @code{Bss} section.}
38935
38936 @item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
38937 Relocate the first segment of the object file, which conventionally
38938 contains program code, to a starting address of @var{xxx}. If
38939 @samp{DataSeg} is specified, relocate the second segment, which
38940 conventionally contains modifiable data, to a starting address of
38941 @var{yyy}. @value{GDBN} will report an error if the object file
38942 does not contain segment information, or does not contain at least
38943 as many segments as mentioned in the reply. Extra segments are
38944 kept at fixed offsets relative to the last relocated segment.
38945 @end table
38946
38947 @item qP @var{mode} @var{thread-id}
38948 @cindex thread information, remote request
38949 @cindex @samp{qP} packet
38950 Returns information on @var{thread-id}. Where: @var{mode} is a hex
38951 encoded 32 bit mode; @var{thread-id} is a thread ID
38952 (@pxref{thread-id syntax}).
38953
38954 Don't use this packet; use the @samp{qThreadExtraInfo} query instead
38955 (see below).
38956
38957 Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
38958
38959 @item QNonStop:1
38960 @itemx QNonStop:0
38961 @cindex non-stop mode, remote request
38962 @cindex @samp{QNonStop} packet
38963 @anchor{QNonStop}
38964 Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
38965 @xref{Remote Non-Stop}, for more information.
38966
38967 Reply:
38968 @table @samp
38969 @item OK
38970 The request succeeded.
38971
38972 @item E @var{nn}
38973 An error occurred. The error number @var{nn} is given as hex digits.
38974
38975 @item @w{}
38976 An empty reply indicates that @samp{QNonStop} is not supported by
38977 the stub.
38978 @end table
38979
38980 This packet is not probed by default; the remote stub must request it,
38981 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
38982 Use of this packet is controlled by the @code{set non-stop} command;
38983 @pxref{Non-Stop Mode}.
38984
38985 @item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
38986 @itemx QCatchSyscalls:0
38987 @cindex catch syscalls from inferior, remote request
38988 @cindex @samp{QCatchSyscalls} packet
38989 @anchor{QCatchSyscalls}
38990 Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
38991 catching syscalls from the inferior process.
38992
38993 For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
38994 in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
38995 is listed, every system call should be reported.
38996
38997 Note that if a syscall not in the list is reported, @value{GDBN} will
38998 still filter the event according to its own list from all corresponding
38999 @code{catch syscall} commands. However, it is more efficient to only
39000 report the requested syscalls.
39001
39002 Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
39003 @samp{QCatchSyscalls:1} list is completely replaced by the new list.
39004
39005 If the inferior process execs, the state of @samp{QCatchSyscalls} is
39006 kept for the new process too. On targets where exec may affect syscall
39007 numbers, for example with exec between 32 and 64-bit processes, the
39008 client should send a new packet with the new syscall list.
39009
39010 Reply:
39011 @table @samp
39012 @item OK
39013 The request succeeded.
39014
39015 @item E @var{nn}
39016 An error occurred. @var{nn} are hex digits.
39017
39018 @item @w{}
39019 An empty reply indicates that @samp{QCatchSyscalls} is not supported by
39020 the stub.
39021 @end table
39022
39023 Use of this packet is controlled by the @code{set remote catch-syscalls}
39024 command (@pxref{Remote Configuration, set remote catch-syscalls}).
39025 This packet is not probed by default; the remote stub must request it,
39026 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
39027
39028 @item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
39029 @cindex pass signals to inferior, remote request
39030 @cindex @samp{QPassSignals} packet
39031 @anchor{QPassSignals}
39032 Each listed @var{signal} should be passed directly to the inferior process.
39033 Signals are numbered identically to continue packets and stop replies
39034 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
39035 strictly greater than the previous item. These signals do not need to stop
39036 the inferior, or be reported to @value{GDBN}. All other signals should be
39037 reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
39038 combine; any earlier @samp{QPassSignals} list is completely replaced by the
39039 new list. This packet improves performance when using @samp{handle
39040 @var{signal} nostop noprint pass}.
39041
39042 Reply:
39043 @table @samp
39044 @item OK
39045 The request succeeded.
39046
39047 @item E @var{nn}
39048 An error occurred. The error number @var{nn} is given as hex digits.
39049
39050 @item @w{}
39051 An empty reply indicates that @samp{QPassSignals} is not supported by
39052 the stub.
39053 @end table
39054
39055 Use of this packet is controlled by the @code{set remote pass-signals}
39056 command (@pxref{Remote Configuration, set remote pass-signals}).
39057 This packet is not probed by default; the remote stub must request it,
39058 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
39059
39060 @item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
39061 @cindex signals the inferior may see, remote request
39062 @cindex @samp{QProgramSignals} packet
39063 @anchor{QProgramSignals}
39064 Each listed @var{signal} may be delivered to the inferior process.
39065 Others should be silently discarded.
39066
39067 In some cases, the remote stub may need to decide whether to deliver a
39068 signal to the program or not without @value{GDBN} involvement. One
39069 example of that is while detaching --- the program's threads may have
39070 stopped for signals that haven't yet had a chance of being reported to
39071 @value{GDBN}, and so the remote stub can use the signal list specified
39072 by this packet to know whether to deliver or ignore those pending
39073 signals.
39074
39075 This does not influence whether to deliver a signal as requested by a
39076 resumption packet (@pxref{vCont packet}).
39077
39078 Signals are numbered identically to continue packets and stop replies
39079 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
39080 strictly greater than the previous item. Multiple
39081 @samp{QProgramSignals} packets do not combine; any earlier
39082 @samp{QProgramSignals} list is completely replaced by the new list.
39083
39084 Reply:
39085 @table @samp
39086 @item OK
39087 The request succeeded.
39088
39089 @item E @var{nn}
39090 An error occurred. The error number @var{nn} is given as hex digits.
39091
39092 @item @w{}
39093 An empty reply indicates that @samp{QProgramSignals} is not supported
39094 by the stub.
39095 @end table
39096
39097 Use of this packet is controlled by the @code{set remote program-signals}
39098 command (@pxref{Remote Configuration, set remote program-signals}).
39099 This packet is not probed by default; the remote stub must request it,
39100 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
39101
39102 @anchor{QThreadEvents}
39103 @item QThreadEvents:1
39104 @itemx QThreadEvents:0
39105 @cindex thread create/exit events, remote request
39106 @cindex @samp{QThreadEvents} packet
39107
39108 Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
39109 reporting of thread create and exit events. @xref{thread create
39110 event}, for the reply specifications. For example, this is used in
39111 non-stop mode when @value{GDBN} stops a set of threads and
39112 synchronously waits for the their corresponding stop replies. Without
39113 exit events, if one of the threads exits, @value{GDBN} would hang
39114 forever not knowing that it should no longer expect a stop for that
39115 same thread. @value{GDBN} does not enable this feature unless the
39116 stub reports that it supports it by including @samp{QThreadEvents+} in
39117 its @samp{qSupported} reply.
39118
39119 Reply:
39120 @table @samp
39121 @item OK
39122 The request succeeded.
39123
39124 @item E @var{nn}
39125 An error occurred. The error number @var{nn} is given as hex digits.
39126
39127 @item @w{}
39128 An empty reply indicates that @samp{QThreadEvents} is not supported by
39129 the stub.
39130 @end table
39131
39132 Use of this packet is controlled by the @code{set remote thread-events}
39133 command (@pxref{Remote Configuration, set remote thread-events}).
39134
39135 @item qRcmd,@var{command}
39136 @cindex execute remote command, remote request
39137 @cindex @samp{qRcmd} packet
39138 @var{command} (hex encoded) is passed to the local interpreter for
39139 execution. Invalid commands should be reported using the output
39140 string. Before the final result packet, the target may also respond
39141 with a number of intermediate @samp{O@var{output}} console output
39142 packets. @emph{Implementors should note that providing access to a
39143 stubs's interpreter may have security implications}.
39144
39145 Reply:
39146 @table @samp
39147 @item OK
39148 A command response with no output.
39149 @item @var{OUTPUT}
39150 A command response with the hex encoded output string @var{OUTPUT}.
39151 @item E @var{NN}
39152 Indicate a badly formed request.
39153 @item @w{}
39154 An empty reply indicates that @samp{qRcmd} is not recognized.
39155 @end table
39156
39157 (Note that the @code{qRcmd} packet's name is separated from the
39158 command by a @samp{,}, not a @samp{:}, contrary to the naming
39159 conventions above. Please don't use this packet as a model for new
39160 packets.)
39161
39162 @item qSearch:memory:@var{address};@var{length};@var{search-pattern}
39163 @cindex searching memory, in remote debugging
39164 @ifnotinfo
39165 @cindex @samp{qSearch:memory} packet
39166 @end ifnotinfo
39167 @cindex @samp{qSearch memory} packet
39168 @anchor{qSearch memory}
39169 Search @var{length} bytes at @var{address} for @var{search-pattern}.
39170 Both @var{address} and @var{length} are encoded in hex;
39171 @var{search-pattern} is a sequence of bytes, also hex encoded.
39172
39173 Reply:
39174 @table @samp
39175 @item 0
39176 The pattern was not found.
39177 @item 1,address
39178 The pattern was found at @var{address}.
39179 @item E @var{NN}
39180 A badly formed request or an error was encountered while searching memory.
39181 @item @w{}
39182 An empty reply indicates that @samp{qSearch:memory} is not recognized.
39183 @end table
39184
39185 @item QStartNoAckMode
39186 @cindex @samp{QStartNoAckMode} packet
39187 @anchor{QStartNoAckMode}
39188 Request that the remote stub disable the normal @samp{+}/@samp{-}
39189 protocol acknowledgments (@pxref{Packet Acknowledgment}).
39190
39191 Reply:
39192 @table @samp
39193 @item OK
39194 The stub has switched to no-acknowledgment mode.
39195 @value{GDBN} acknowledges this reponse,
39196 but neither the stub nor @value{GDBN} shall send or expect further
39197 @samp{+}/@samp{-} acknowledgments in the current connection.
39198 @item @w{}
39199 An empty reply indicates that the stub does not support no-acknowledgment mode.
39200 @end table
39201
39202 @item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
39203 @cindex supported packets, remote query
39204 @cindex features of the remote protocol
39205 @cindex @samp{qSupported} packet
39206 @anchor{qSupported}
39207 Tell the remote stub about features supported by @value{GDBN}, and
39208 query the stub for features it supports. This packet allows
39209 @value{GDBN} and the remote stub to take advantage of each others'
39210 features. @samp{qSupported} also consolidates multiple feature probes
39211 at startup, to improve @value{GDBN} performance---a single larger
39212 packet performs better than multiple smaller probe packets on
39213 high-latency links. Some features may enable behavior which must not
39214 be on by default, e.g.@: because it would confuse older clients or
39215 stubs. Other features may describe packets which could be
39216 automatically probed for, but are not. These features must be
39217 reported before @value{GDBN} will use them. This ``default
39218 unsupported'' behavior is not appropriate for all packets, but it
39219 helps to keep the initial connection time under control with new
39220 versions of @value{GDBN} which support increasing numbers of packets.
39221
39222 Reply:
39223 @table @samp
39224 @item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
39225 The stub supports or does not support each returned @var{stubfeature},
39226 depending on the form of each @var{stubfeature} (see below for the
39227 possible forms).
39228 @item @w{}
39229 An empty reply indicates that @samp{qSupported} is not recognized,
39230 or that no features needed to be reported to @value{GDBN}.
39231 @end table
39232
39233 The allowed forms for each feature (either a @var{gdbfeature} in the
39234 @samp{qSupported} packet, or a @var{stubfeature} in the response)
39235 are:
39236
39237 @table @samp
39238 @item @var{name}=@var{value}
39239 The remote protocol feature @var{name} is supported, and associated
39240 with the specified @var{value}. The format of @var{value} depends
39241 on the feature, but it must not include a semicolon.
39242 @item @var{name}+
39243 The remote protocol feature @var{name} is supported, and does not
39244 need an associated value.
39245 @item @var{name}-
39246 The remote protocol feature @var{name} is not supported.
39247 @item @var{name}?
39248 The remote protocol feature @var{name} may be supported, and
39249 @value{GDBN} should auto-detect support in some other way when it is
39250 needed. This form will not be used for @var{gdbfeature} notifications,
39251 but may be used for @var{stubfeature} responses.
39252 @end table
39253
39254 Whenever the stub receives a @samp{qSupported} request, the
39255 supplied set of @value{GDBN} features should override any previous
39256 request. This allows @value{GDBN} to put the stub in a known
39257 state, even if the stub had previously been communicating with
39258 a different version of @value{GDBN}.
39259
39260 The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
39261 are defined:
39262
39263 @table @samp
39264 @item multiprocess
39265 This feature indicates whether @value{GDBN} supports multiprocess
39266 extensions to the remote protocol. @value{GDBN} does not use such
39267 extensions unless the stub also reports that it supports them by
39268 including @samp{multiprocess+} in its @samp{qSupported} reply.
39269 @xref{multiprocess extensions}, for details.
39270
39271 @item xmlRegisters
39272 This feature indicates that @value{GDBN} supports the XML target
39273 description. If the stub sees @samp{xmlRegisters=} with target
39274 specific strings separated by a comma, it will report register
39275 description.
39276
39277 @item qRelocInsn
39278 This feature indicates whether @value{GDBN} supports the
39279 @samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
39280 instruction reply packet}).
39281
39282 @item swbreak
39283 This feature indicates whether @value{GDBN} supports the swbreak stop
39284 reason in stop replies. @xref{swbreak stop reason}, for details.
39285
39286 @item hwbreak
39287 This feature indicates whether @value{GDBN} supports the hwbreak stop
39288 reason in stop replies. @xref{swbreak stop reason}, for details.
39289
39290 @item fork-events
39291 This feature indicates whether @value{GDBN} supports fork event
39292 extensions to the remote protocol. @value{GDBN} does not use such
39293 extensions unless the stub also reports that it supports them by
39294 including @samp{fork-events+} in its @samp{qSupported} reply.
39295
39296 @item vfork-events
39297 This feature indicates whether @value{GDBN} supports vfork event
39298 extensions to the remote protocol. @value{GDBN} does not use such
39299 extensions unless the stub also reports that it supports them by
39300 including @samp{vfork-events+} in its @samp{qSupported} reply.
39301
39302 @item exec-events
39303 This feature indicates whether @value{GDBN} supports exec event
39304 extensions to the remote protocol. @value{GDBN} does not use such
39305 extensions unless the stub also reports that it supports them by
39306 including @samp{exec-events+} in its @samp{qSupported} reply.
39307
39308 @item vContSupported
39309 This feature indicates whether @value{GDBN} wants to know the
39310 supported actions in the reply to @samp{vCont?} packet.
39311 @end table
39312
39313 Stubs should ignore any unknown values for
39314 @var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
39315 packet supports receiving packets of unlimited length (earlier
39316 versions of @value{GDBN} may reject overly long responses). Additional values
39317 for @var{gdbfeature} may be defined in the future to let the stub take
39318 advantage of new features in @value{GDBN}, e.g.@: incompatible
39319 improvements in the remote protocol---the @samp{multiprocess} feature is
39320 an example of such a feature. The stub's reply should be independent
39321 of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
39322 describes all the features it supports, and then the stub replies with
39323 all the features it supports.
39324
39325 Similarly, @value{GDBN} will silently ignore unrecognized stub feature
39326 responses, as long as each response uses one of the standard forms.
39327
39328 Some features are flags. A stub which supports a flag feature
39329 should respond with a @samp{+} form response. Other features
39330 require values, and the stub should respond with an @samp{=}
39331 form response.
39332
39333 Each feature has a default value, which @value{GDBN} will use if
39334 @samp{qSupported} is not available or if the feature is not mentioned
39335 in the @samp{qSupported} response. The default values are fixed; a
39336 stub is free to omit any feature responses that match the defaults.
39337
39338 Not all features can be probed, but for those which can, the probing
39339 mechanism is useful: in some cases, a stub's internal
39340 architecture may not allow the protocol layer to know some information
39341 about the underlying target in advance. This is especially common in
39342 stubs which may be configured for multiple targets.
39343
39344 These are the currently defined stub features and their properties:
39345
39346 @multitable @columnfractions 0.35 0.2 0.12 0.2
39347 @c NOTE: The first row should be @headitem, but we do not yet require
39348 @c a new enough version of Texinfo (4.7) to use @headitem.
39349 @item Feature Name
39350 @tab Value Required
39351 @tab Default
39352 @tab Probe Allowed
39353
39354 @item @samp{PacketSize}
39355 @tab Yes
39356 @tab @samp{-}
39357 @tab No
39358
39359 @item @samp{qXfer:auxv:read}
39360 @tab No
39361 @tab @samp{-}
39362 @tab Yes
39363
39364 @item @samp{qXfer:btrace:read}
39365 @tab No
39366 @tab @samp{-}
39367 @tab Yes
39368
39369 @item @samp{qXfer:btrace-conf:read}
39370 @tab No
39371 @tab @samp{-}
39372 @tab Yes
39373
39374 @item @samp{qXfer:exec-file:read}
39375 @tab No
39376 @tab @samp{-}
39377 @tab Yes
39378
39379 @item @samp{qXfer:features:read}
39380 @tab No
39381 @tab @samp{-}
39382 @tab Yes
39383
39384 @item @samp{qXfer:libraries:read}
39385 @tab No
39386 @tab @samp{-}
39387 @tab Yes
39388
39389 @item @samp{qXfer:libraries-svr4:read}
39390 @tab No
39391 @tab @samp{-}
39392 @tab Yes
39393
39394 @item @samp{augmented-libraries-svr4-read}
39395 @tab No
39396 @tab @samp{-}
39397 @tab No
39398
39399 @item @samp{qXfer:memory-map:read}
39400 @tab No
39401 @tab @samp{-}
39402 @tab Yes
39403
39404 @item @samp{qXfer:sdata:read}
39405 @tab No
39406 @tab @samp{-}
39407 @tab Yes
39408
39409 @item @samp{qXfer:spu:read}
39410 @tab No
39411 @tab @samp{-}
39412 @tab Yes
39413
39414 @item @samp{qXfer:spu:write}
39415 @tab No
39416 @tab @samp{-}
39417 @tab Yes
39418
39419 @item @samp{qXfer:siginfo:read}
39420 @tab No
39421 @tab @samp{-}
39422 @tab Yes
39423
39424 @item @samp{qXfer:siginfo:write}
39425 @tab No
39426 @tab @samp{-}
39427 @tab Yes
39428
39429 @item @samp{qXfer:threads:read}
39430 @tab No
39431 @tab @samp{-}
39432 @tab Yes
39433
39434 @item @samp{qXfer:traceframe-info:read}
39435 @tab No
39436 @tab @samp{-}
39437 @tab Yes
39438
39439 @item @samp{qXfer:uib:read}
39440 @tab No
39441 @tab @samp{-}
39442 @tab Yes
39443
39444 @item @samp{qXfer:fdpic:read}
39445 @tab No
39446 @tab @samp{-}
39447 @tab Yes
39448
39449 @item @samp{Qbtrace:off}
39450 @tab Yes
39451 @tab @samp{-}
39452 @tab Yes
39453
39454 @item @samp{Qbtrace:bts}
39455 @tab Yes
39456 @tab @samp{-}
39457 @tab Yes
39458
39459 @item @samp{Qbtrace:pt}
39460 @tab Yes
39461 @tab @samp{-}
39462 @tab Yes
39463
39464 @item @samp{Qbtrace-conf:bts:size}
39465 @tab Yes
39466 @tab @samp{-}
39467 @tab Yes
39468
39469 @item @samp{Qbtrace-conf:pt:size}
39470 @tab Yes
39471 @tab @samp{-}
39472 @tab Yes
39473
39474 @item @samp{QNonStop}
39475 @tab No
39476 @tab @samp{-}
39477 @tab Yes
39478
39479 @item @samp{QCatchSyscalls}
39480 @tab No
39481 @tab @samp{-}
39482 @tab Yes
39483
39484 @item @samp{QPassSignals}
39485 @tab No
39486 @tab @samp{-}
39487 @tab Yes
39488
39489 @item @samp{QStartNoAckMode}
39490 @tab No
39491 @tab @samp{-}
39492 @tab Yes
39493
39494 @item @samp{multiprocess}
39495 @tab No
39496 @tab @samp{-}
39497 @tab No
39498
39499 @item @samp{ConditionalBreakpoints}
39500 @tab No
39501 @tab @samp{-}
39502 @tab No
39503
39504 @item @samp{ConditionalTracepoints}
39505 @tab No
39506 @tab @samp{-}
39507 @tab No
39508
39509 @item @samp{ReverseContinue}
39510 @tab No
39511 @tab @samp{-}
39512 @tab No
39513
39514 @item @samp{ReverseStep}
39515 @tab No
39516 @tab @samp{-}
39517 @tab No
39518
39519 @item @samp{TracepointSource}
39520 @tab No
39521 @tab @samp{-}
39522 @tab No
39523
39524 @item @samp{QAgent}
39525 @tab No
39526 @tab @samp{-}
39527 @tab No
39528
39529 @item @samp{QAllow}
39530 @tab No
39531 @tab @samp{-}
39532 @tab No
39533
39534 @item @samp{QDisableRandomization}
39535 @tab No
39536 @tab @samp{-}
39537 @tab No
39538
39539 @item @samp{EnableDisableTracepoints}
39540 @tab No
39541 @tab @samp{-}
39542 @tab No
39543
39544 @item @samp{QTBuffer:size}
39545 @tab No
39546 @tab @samp{-}
39547 @tab No
39548
39549 @item @samp{tracenz}
39550 @tab No
39551 @tab @samp{-}
39552 @tab No
39553
39554 @item @samp{BreakpointCommands}
39555 @tab No
39556 @tab @samp{-}
39557 @tab No
39558
39559 @item @samp{swbreak}
39560 @tab No
39561 @tab @samp{-}
39562 @tab No
39563
39564 @item @samp{hwbreak}
39565 @tab No
39566 @tab @samp{-}
39567 @tab No
39568
39569 @item @samp{fork-events}
39570 @tab No
39571 @tab @samp{-}
39572 @tab No
39573
39574 @item @samp{vfork-events}
39575 @tab No
39576 @tab @samp{-}
39577 @tab No
39578
39579 @item @samp{exec-events}
39580 @tab No
39581 @tab @samp{-}
39582 @tab No
39583
39584 @item @samp{QThreadEvents}
39585 @tab No
39586 @tab @samp{-}
39587 @tab No
39588
39589 @item @samp{no-resumed}
39590 @tab No
39591 @tab @samp{-}
39592 @tab No
39593
39594 @end multitable
39595
39596 These are the currently defined stub features, in more detail:
39597
39598 @table @samp
39599 @cindex packet size, remote protocol
39600 @item PacketSize=@var{bytes}
39601 The remote stub can accept packets up to at least @var{bytes} in
39602 length. @value{GDBN} will send packets up to this size for bulk
39603 transfers, and will never send larger packets. This is a limit on the
39604 data characters in the packet, including the frame and checksum.
39605 There is no trailing NUL byte in a remote protocol packet; if the stub
39606 stores packets in a NUL-terminated format, it should allow an extra
39607 byte in its buffer for the NUL. If this stub feature is not supported,
39608 @value{GDBN} guesses based on the size of the @samp{g} packet response.
39609
39610 @item qXfer:auxv:read
39611 The remote stub understands the @samp{qXfer:auxv:read} packet
39612 (@pxref{qXfer auxiliary vector read}).
39613
39614 @item qXfer:btrace:read
39615 The remote stub understands the @samp{qXfer:btrace:read}
39616 packet (@pxref{qXfer btrace read}).
39617
39618 @item qXfer:btrace-conf:read
39619 The remote stub understands the @samp{qXfer:btrace-conf:read}
39620 packet (@pxref{qXfer btrace-conf read}).
39621
39622 @item qXfer:exec-file:read
39623 The remote stub understands the @samp{qXfer:exec-file:read} packet
39624 (@pxref{qXfer executable filename read}).
39625
39626 @item qXfer:features:read
39627 The remote stub understands the @samp{qXfer:features:read} packet
39628 (@pxref{qXfer target description read}).
39629
39630 @item qXfer:libraries:read
39631 The remote stub understands the @samp{qXfer:libraries:read} packet
39632 (@pxref{qXfer library list read}).
39633
39634 @item qXfer:libraries-svr4:read
39635 The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
39636 (@pxref{qXfer svr4 library list read}).
39637
39638 @item augmented-libraries-svr4-read
39639 The remote stub understands the augmented form of the
39640 @samp{qXfer:libraries-svr4:read} packet
39641 (@pxref{qXfer svr4 library list read}).
39642
39643 @item qXfer:memory-map:read
39644 The remote stub understands the @samp{qXfer:memory-map:read} packet
39645 (@pxref{qXfer memory map read}).
39646
39647 @item qXfer:sdata:read
39648 The remote stub understands the @samp{qXfer:sdata:read} packet
39649 (@pxref{qXfer sdata read}).
39650
39651 @item qXfer:spu:read
39652 The remote stub understands the @samp{qXfer:spu:read} packet
39653 (@pxref{qXfer spu read}).
39654
39655 @item qXfer:spu:write
39656 The remote stub understands the @samp{qXfer:spu:write} packet
39657 (@pxref{qXfer spu write}).
39658
39659 @item qXfer:siginfo:read
39660 The remote stub understands the @samp{qXfer:siginfo:read} packet
39661 (@pxref{qXfer siginfo read}).
39662
39663 @item qXfer:siginfo:write
39664 The remote stub understands the @samp{qXfer:siginfo:write} packet
39665 (@pxref{qXfer siginfo write}).
39666
39667 @item qXfer:threads:read
39668 The remote stub understands the @samp{qXfer:threads:read} packet
39669 (@pxref{qXfer threads read}).
39670
39671 @item qXfer:traceframe-info:read
39672 The remote stub understands the @samp{qXfer:traceframe-info:read}
39673 packet (@pxref{qXfer traceframe info read}).
39674
39675 @item qXfer:uib:read
39676 The remote stub understands the @samp{qXfer:uib:read}
39677 packet (@pxref{qXfer unwind info block}).
39678
39679 @item qXfer:fdpic:read
39680 The remote stub understands the @samp{qXfer:fdpic:read}
39681 packet (@pxref{qXfer fdpic loadmap read}).
39682
39683 @item QNonStop
39684 The remote stub understands the @samp{QNonStop} packet
39685 (@pxref{QNonStop}).
39686
39687 @item QCatchSyscalls
39688 The remote stub understands the @samp{QCatchSyscalls} packet
39689 (@pxref{QCatchSyscalls}).
39690
39691 @item QPassSignals
39692 The remote stub understands the @samp{QPassSignals} packet
39693 (@pxref{QPassSignals}).
39694
39695 @item QStartNoAckMode
39696 The remote stub understands the @samp{QStartNoAckMode} packet and
39697 prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
39698
39699 @item multiprocess
39700 @anchor{multiprocess extensions}
39701 @cindex multiprocess extensions, in remote protocol
39702 The remote stub understands the multiprocess extensions to the remote
39703 protocol syntax. The multiprocess extensions affect the syntax of
39704 thread IDs in both packets and replies (@pxref{thread-id syntax}), and
39705 add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
39706 replies. Note that reporting this feature indicates support for the
39707 syntactic extensions only, not that the stub necessarily supports
39708 debugging of more than one process at a time. The stub must not use
39709 multiprocess extensions in packet replies unless @value{GDBN} has also
39710 indicated it supports them in its @samp{qSupported} request.
39711
39712 @item qXfer:osdata:read
39713 The remote stub understands the @samp{qXfer:osdata:read} packet
39714 ((@pxref{qXfer osdata read}).
39715
39716 @item ConditionalBreakpoints
39717 The target accepts and implements evaluation of conditional expressions
39718 defined for breakpoints. The target will only report breakpoint triggers
39719 when such conditions are true (@pxref{Conditions, ,Break Conditions}).
39720
39721 @item ConditionalTracepoints
39722 The remote stub accepts and implements conditional expressions defined
39723 for tracepoints (@pxref{Tracepoint Conditions}).
39724
39725 @item ReverseContinue
39726 The remote stub accepts and implements the reverse continue packet
39727 (@pxref{bc}).
39728
39729 @item ReverseStep
39730 The remote stub accepts and implements the reverse step packet
39731 (@pxref{bs}).
39732
39733 @item TracepointSource
39734 The remote stub understands the @samp{QTDPsrc} packet that supplies
39735 the source form of tracepoint definitions.
39736
39737 @item QAgent
39738 The remote stub understands the @samp{QAgent} packet.
39739
39740 @item QAllow
39741 The remote stub understands the @samp{QAllow} packet.
39742
39743 @item QDisableRandomization
39744 The remote stub understands the @samp{QDisableRandomization} packet.
39745
39746 @item StaticTracepoint
39747 @cindex static tracepoints, in remote protocol
39748 The remote stub supports static tracepoints.
39749
39750 @item InstallInTrace
39751 @anchor{install tracepoint in tracing}
39752 The remote stub supports installing tracepoint in tracing.
39753
39754 @item EnableDisableTracepoints
39755 The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
39756 @samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
39757 to be enabled and disabled while a trace experiment is running.
39758
39759 @item QTBuffer:size
39760 The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
39761 packet that allows to change the size of the trace buffer.
39762
39763 @item tracenz
39764 @cindex string tracing, in remote protocol
39765 The remote stub supports the @samp{tracenz} bytecode for collecting strings.
39766 See @ref{Bytecode Descriptions} for details about the bytecode.
39767
39768 @item BreakpointCommands
39769 @cindex breakpoint commands, in remote protocol
39770 The remote stub supports running a breakpoint's command list itself,
39771 rather than reporting the hit to @value{GDBN}.
39772
39773 @item Qbtrace:off
39774 The remote stub understands the @samp{Qbtrace:off} packet.
39775
39776 @item Qbtrace:bts
39777 The remote stub understands the @samp{Qbtrace:bts} packet.
39778
39779 @item Qbtrace:pt
39780 The remote stub understands the @samp{Qbtrace:pt} packet.
39781
39782 @item Qbtrace-conf:bts:size
39783 The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
39784
39785 @item Qbtrace-conf:pt:size
39786 The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
39787
39788 @item swbreak
39789 The remote stub reports the @samp{swbreak} stop reason for memory
39790 breakpoints.
39791
39792 @item hwbreak
39793 The remote stub reports the @samp{hwbreak} stop reason for hardware
39794 breakpoints.
39795
39796 @item fork-events
39797 The remote stub reports the @samp{fork} stop reason for fork events.
39798
39799 @item vfork-events
39800 The remote stub reports the @samp{vfork} stop reason for vfork events
39801 and vforkdone events.
39802
39803 @item exec-events
39804 The remote stub reports the @samp{exec} stop reason for exec events.
39805
39806 @item vContSupported
39807 The remote stub reports the supported actions in the reply to
39808 @samp{vCont?} packet.
39809
39810 @item QThreadEvents
39811 The remote stub understands the @samp{QThreadEvents} packet.
39812
39813 @item no-resumed
39814 The remote stub reports the @samp{N} stop reply.
39815
39816 @end table
39817
39818 @item qSymbol::
39819 @cindex symbol lookup, remote request
39820 @cindex @samp{qSymbol} packet
39821 Notify the target that @value{GDBN} is prepared to serve symbol lookup
39822 requests. Accept requests from the target for the values of symbols.
39823
39824 Reply:
39825 @table @samp
39826 @item OK
39827 The target does not need to look up any (more) symbols.
39828 @item qSymbol:@var{sym_name}
39829 The target requests the value of symbol @var{sym_name} (hex encoded).
39830 @value{GDBN} may provide the value by using the
39831 @samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
39832 below.
39833 @end table
39834
39835 @item qSymbol:@var{sym_value}:@var{sym_name}
39836 Set the value of @var{sym_name} to @var{sym_value}.
39837
39838 @var{sym_name} (hex encoded) is the name of a symbol whose value the
39839 target has previously requested.
39840
39841 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
39842 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
39843 will be empty.
39844
39845 Reply:
39846 @table @samp
39847 @item OK
39848 The target does not need to look up any (more) symbols.
39849 @item qSymbol:@var{sym_name}
39850 The target requests the value of a new symbol @var{sym_name} (hex
39851 encoded). @value{GDBN} will continue to supply the values of symbols
39852 (if available), until the target ceases to request them.
39853 @end table
39854
39855 @item qTBuffer
39856 @itemx QTBuffer
39857 @itemx QTDisconnected
39858 @itemx QTDP
39859 @itemx QTDPsrc
39860 @itemx QTDV
39861 @itemx qTfP
39862 @itemx qTfV
39863 @itemx QTFrame
39864 @itemx qTMinFTPILen
39865
39866 @xref{Tracepoint Packets}.
39867
39868 @item qThreadExtraInfo,@var{thread-id}
39869 @cindex thread attributes info, remote request
39870 @cindex @samp{qThreadExtraInfo} packet
39871 Obtain from the target OS a printable string description of thread
39872 attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
39873 for the forms of @var{thread-id}. This
39874 string may contain anything that the target OS thinks is interesting
39875 for @value{GDBN} to tell the user about the thread. The string is
39876 displayed in @value{GDBN}'s @code{info threads} display. Some
39877 examples of possible thread extra info strings are @samp{Runnable}, or
39878 @samp{Blocked on Mutex}.
39879
39880 Reply:
39881 @table @samp
39882 @item @var{XX}@dots{}
39883 Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
39884 comprising the printable string containing the extra information about
39885 the thread's attributes.
39886 @end table
39887
39888 (Note that the @code{qThreadExtraInfo} packet's name is separated from
39889 the command by a @samp{,}, not a @samp{:}, contrary to the naming
39890 conventions above. Please don't use this packet as a model for new
39891 packets.)
39892
39893 @item QTNotes
39894 @itemx qTP
39895 @itemx QTSave
39896 @itemx qTsP
39897 @itemx qTsV
39898 @itemx QTStart
39899 @itemx QTStop
39900 @itemx QTEnable
39901 @itemx QTDisable
39902 @itemx QTinit
39903 @itemx QTro
39904 @itemx qTStatus
39905 @itemx qTV
39906 @itemx qTfSTM
39907 @itemx qTsSTM
39908 @itemx qTSTMat
39909 @xref{Tracepoint Packets}.
39910
39911 @item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
39912 @cindex read special object, remote request
39913 @cindex @samp{qXfer} packet
39914 @anchor{qXfer read}
39915 Read uninterpreted bytes from the target's special data area
39916 identified by the keyword @var{object}. Request @var{length} bytes
39917 starting at @var{offset} bytes into the data. The content and
39918 encoding of @var{annex} is specific to @var{object}; it can supply
39919 additional details about what data to access.
39920
39921 Reply:
39922 @table @samp
39923 @item m @var{data}
39924 Data @var{data} (@pxref{Binary Data}) has been read from the
39925 target. There may be more data at a higher address (although
39926 it is permitted to return @samp{m} even for the last valid
39927 block of data, as long as at least one byte of data was read).
39928 It is possible for @var{data} to have fewer bytes than the @var{length} in the
39929 request.
39930
39931 @item l @var{data}
39932 Data @var{data} (@pxref{Binary Data}) has been read from the target.
39933 There is no more data to be read. It is possible for @var{data} to
39934 have fewer bytes than the @var{length} in the request.
39935
39936 @item l
39937 The @var{offset} in the request is at the end of the data.
39938 There is no more data to be read.
39939
39940 @item E00
39941 The request was malformed, or @var{annex} was invalid.
39942
39943 @item E @var{nn}
39944 The offset was invalid, or there was an error encountered reading the data.
39945 The @var{nn} part is a hex-encoded @code{errno} value.
39946
39947 @item @w{}
39948 An empty reply indicates the @var{object} string was not recognized by
39949 the stub, or that the object does not support reading.
39950 @end table
39951
39952 Here are the specific requests of this form defined so far. All the
39953 @samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
39954 formats, listed above.
39955
39956 @table @samp
39957 @item qXfer:auxv:read::@var{offset},@var{length}
39958 @anchor{qXfer auxiliary vector read}
39959 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
39960 auxiliary vector}. Note @var{annex} must be empty.
39961
39962 This packet is not probed by default; the remote stub must request it,
39963 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
39964
39965 @item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
39966 @anchor{qXfer btrace read}
39967
39968 Return a description of the current branch trace.
39969 @xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
39970 packet may have one of the following values:
39971
39972 @table @code
39973 @item all
39974 Returns all available branch trace.
39975
39976 @item new
39977 Returns all available branch trace if the branch trace changed since
39978 the last read request.
39979
39980 @item delta
39981 Returns the new branch trace since the last read request. Adds a new
39982 block to the end of the trace that begins at zero and ends at the source
39983 location of the first branch in the trace buffer. This extra block is
39984 used to stitch traces together.
39985
39986 If the trace buffer overflowed, returns an error indicating the overflow.
39987 @end table
39988
39989 This packet is not probed by default; the remote stub must request it
39990 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
39991
39992 @item qXfer:btrace-conf:read::@var{offset},@var{length}
39993 @anchor{qXfer btrace-conf read}
39994
39995 Return a description of the current branch trace configuration.
39996 @xref{Branch Trace Configuration Format}.
39997
39998 This packet is not probed by default; the remote stub must request it
39999 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40000
40001 @item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
40002 @anchor{qXfer executable filename read}
40003 Return the full absolute name of the file that was executed to create
40004 a process running on the remote system. The annex specifies the
40005 numeric process ID of the process to query, encoded as a hexadecimal
40006 number. If the annex part is empty the remote stub should return the
40007 filename corresponding to the currently executing process.
40008
40009 This packet is not probed by default; the remote stub must request it,
40010 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40011
40012 @item qXfer:features:read:@var{annex}:@var{offset},@var{length}
40013 @anchor{qXfer target description read}
40014 Access the @dfn{target description}. @xref{Target Descriptions}. The
40015 annex specifies which XML document to access. The main description is
40016 always loaded from the @samp{target.xml} annex.
40017
40018 This packet is not probed by default; the remote stub must request it,
40019 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40020
40021 @item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
40022 @anchor{qXfer library list read}
40023 Access the target's list of loaded libraries. @xref{Library List Format}.
40024 The annex part of the generic @samp{qXfer} packet must be empty
40025 (@pxref{qXfer read}).
40026
40027 Targets which maintain a list of libraries in the program's memory do
40028 not need to implement this packet; it is designed for platforms where
40029 the operating system manages the list of loaded libraries.
40030
40031 This packet is not probed by default; the remote stub must request it,
40032 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40033
40034 @item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
40035 @anchor{qXfer svr4 library list read}
40036 Access the target's list of loaded libraries when the target is an SVR4
40037 platform. @xref{Library List Format for SVR4 Targets}. The annex part
40038 of the generic @samp{qXfer} packet must be empty unless the remote
40039 stub indicated it supports the augmented form of this packet
40040 by supplying an appropriate @samp{qSupported} response
40041 (@pxref{qXfer read}, @ref{qSupported}).
40042
40043 This packet is optional for better performance on SVR4 targets.
40044 @value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
40045
40046 This packet is not probed by default; the remote stub must request it,
40047 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40048
40049 If the remote stub indicates it supports the augmented form of this
40050 packet then the annex part of the generic @samp{qXfer} packet may
40051 contain a semicolon-separated list of @samp{@var{name}=@var{value}}
40052 arguments. The currently supported arguments are:
40053
40054 @table @code
40055 @item start=@var{address}
40056 A hexadecimal number specifying the address of the @samp{struct
40057 link_map} to start reading the library list from. If unset or zero
40058 then the first @samp{struct link_map} in the library list will be
40059 chosen as the starting point.
40060
40061 @item prev=@var{address}
40062 A hexadecimal number specifying the address of the @samp{struct
40063 link_map} immediately preceding the @samp{struct link_map}
40064 specified by the @samp{start} argument. If unset or zero then
40065 the remote stub will expect that no @samp{struct link_map}
40066 exists prior to the starting point.
40067
40068 @end table
40069
40070 Arguments that are not understood by the remote stub will be silently
40071 ignored.
40072
40073 @item qXfer:memory-map:read::@var{offset},@var{length}
40074 @anchor{qXfer memory map read}
40075 Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
40076 annex part of the generic @samp{qXfer} packet must be empty
40077 (@pxref{qXfer read}).
40078
40079 This packet is not probed by default; the remote stub must request it,
40080 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40081
40082 @item qXfer:sdata:read::@var{offset},@var{length}
40083 @anchor{qXfer sdata read}
40084
40085 Read contents of the extra collected static tracepoint marker
40086 information. The annex part of the generic @samp{qXfer} packet must
40087 be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
40088 Action Lists}.
40089
40090 This packet is not probed by default; the remote stub must request it,
40091 by supplying an appropriate @samp{qSupported} response
40092 (@pxref{qSupported}).
40093
40094 @item qXfer:siginfo:read::@var{offset},@var{length}
40095 @anchor{qXfer siginfo read}
40096 Read contents of the extra signal information on the target
40097 system. The annex part of the generic @samp{qXfer} packet must be
40098 empty (@pxref{qXfer read}).
40099
40100 This packet is not probed by default; the remote stub must request it,
40101 by supplying an appropriate @samp{qSupported} response
40102 (@pxref{qSupported}).
40103
40104 @item qXfer:spu:read:@var{annex}:@var{offset},@var{length}
40105 @anchor{qXfer spu read}
40106 Read contents of an @code{spufs} file on the target system. The
40107 annex specifies which file to read; it must be of the form
40108 @file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
40109 in the target process, and @var{name} identifes the @code{spufs} file
40110 in that context to be accessed.
40111
40112 This packet is not probed by default; the remote stub must request it,
40113 by supplying an appropriate @samp{qSupported} response
40114 (@pxref{qSupported}).
40115
40116 @item qXfer:threads:read::@var{offset},@var{length}
40117 @anchor{qXfer threads read}
40118 Access the list of threads on target. @xref{Thread List Format}. The
40119 annex part of the generic @samp{qXfer} packet must be empty
40120 (@pxref{qXfer read}).
40121
40122 This packet is not probed by default; the remote stub must request it,
40123 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40124
40125 @item qXfer:traceframe-info:read::@var{offset},@var{length}
40126 @anchor{qXfer traceframe info read}
40127
40128 Return a description of the current traceframe's contents.
40129 @xref{Traceframe Info Format}. The annex part of the generic
40130 @samp{qXfer} packet must be empty (@pxref{qXfer read}).
40131
40132 This packet is not probed by default; the remote stub must request it,
40133 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40134
40135 @item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
40136 @anchor{qXfer unwind info block}
40137
40138 Return the unwind information block for @var{pc}. This packet is used
40139 on OpenVMS/ia64 to ask the kernel unwind information.
40140
40141 This packet is not probed by default.
40142
40143 @item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
40144 @anchor{qXfer fdpic loadmap read}
40145 Read contents of @code{loadmap}s on the target system. The
40146 annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
40147 executable @code{loadmap} or interpreter @code{loadmap} to read.
40148
40149 This packet is not probed by default; the remote stub must request it,
40150 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40151
40152 @item qXfer:osdata:read::@var{offset},@var{length}
40153 @anchor{qXfer osdata read}
40154 Access the target's @dfn{operating system information}.
40155 @xref{Operating System Information}.
40156
40157 @end table
40158
40159 @item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
40160 @cindex write data into object, remote request
40161 @anchor{qXfer write}
40162 Write uninterpreted bytes into the target's special data area
40163 identified by the keyword @var{object}, starting at @var{offset} bytes
40164 into the data. The binary-encoded data (@pxref{Binary Data}) to be
40165 written is given by @var{data}@dots{}. The content and encoding of @var{annex}
40166 is specific to @var{object}; it can supply additional details about what data
40167 to access.
40168
40169 Reply:
40170 @table @samp
40171 @item @var{nn}
40172 @var{nn} (hex encoded) is the number of bytes written.
40173 This may be fewer bytes than supplied in the request.
40174
40175 @item E00
40176 The request was malformed, or @var{annex} was invalid.
40177
40178 @item E @var{nn}
40179 The offset was invalid, or there was an error encountered writing the data.
40180 The @var{nn} part is a hex-encoded @code{errno} value.
40181
40182 @item @w{}
40183 An empty reply indicates the @var{object} string was not
40184 recognized by the stub, or that the object does not support writing.
40185 @end table
40186
40187 Here are the specific requests of this form defined so far. All the
40188 @samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
40189 formats, listed above.
40190
40191 @table @samp
40192 @item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
40193 @anchor{qXfer siginfo write}
40194 Write @var{data} to the extra signal information on the target system.
40195 The annex part of the generic @samp{qXfer} packet must be
40196 empty (@pxref{qXfer write}).
40197
40198 This packet is not probed by default; the remote stub must request it,
40199 by supplying an appropriate @samp{qSupported} response
40200 (@pxref{qSupported}).
40201
40202 @item qXfer:spu:write:@var{annex}:@var{offset}:@var{data}@dots{}
40203 @anchor{qXfer spu write}
40204 Write @var{data} to an @code{spufs} file on the target system. The
40205 annex specifies which file to write; it must be of the form
40206 @file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
40207 in the target process, and @var{name} identifes the @code{spufs} file
40208 in that context to be accessed.
40209
40210 This packet is not probed by default; the remote stub must request it,
40211 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40212 @end table
40213
40214 @item qXfer:@var{object}:@var{operation}:@dots{}
40215 Requests of this form may be added in the future. When a stub does
40216 not recognize the @var{object} keyword, or its support for
40217 @var{object} does not recognize the @var{operation} keyword, the stub
40218 must respond with an empty packet.
40219
40220 @item qAttached:@var{pid}
40221 @cindex query attached, remote request
40222 @cindex @samp{qAttached} packet
40223 Return an indication of whether the remote server attached to an
40224 existing process or created a new process. When the multiprocess
40225 protocol extensions are supported (@pxref{multiprocess extensions}),
40226 @var{pid} is an integer in hexadecimal format identifying the target
40227 process. Otherwise, @value{GDBN} will omit the @var{pid} field and
40228 the query packet will be simplified as @samp{qAttached}.
40229
40230 This query is used, for example, to know whether the remote process
40231 should be detached or killed when a @value{GDBN} session is ended with
40232 the @code{quit} command.
40233
40234 Reply:
40235 @table @samp
40236 @item 1
40237 The remote server attached to an existing process.
40238 @item 0
40239 The remote server created a new process.
40240 @item E @var{NN}
40241 A badly formed request or an error was encountered.
40242 @end table
40243
40244 @item Qbtrace:bts
40245 Enable branch tracing for the current thread using Branch Trace Store.
40246
40247 Reply:
40248 @table @samp
40249 @item OK
40250 Branch tracing has been enabled.
40251 @item E.errtext
40252 A badly formed request or an error was encountered.
40253 @end table
40254
40255 @item Qbtrace:pt
40256 Enable branch tracing for the current thread using Intel Processor Trace.
40257
40258 Reply:
40259 @table @samp
40260 @item OK
40261 Branch tracing has been enabled.
40262 @item E.errtext
40263 A badly formed request or an error was encountered.
40264 @end table
40265
40266 @item Qbtrace:off
40267 Disable branch tracing for the current thread.
40268
40269 Reply:
40270 @table @samp
40271 @item OK
40272 Branch tracing has been disabled.
40273 @item E.errtext
40274 A badly formed request or an error was encountered.
40275 @end table
40276
40277 @item Qbtrace-conf:bts:size=@var{value}
40278 Set the requested ring buffer size for new threads that use the
40279 btrace recording method in bts format.
40280
40281 Reply:
40282 @table @samp
40283 @item OK
40284 The ring buffer size has been set.
40285 @item E.errtext
40286 A badly formed request or an error was encountered.
40287 @end table
40288
40289 @item Qbtrace-conf:pt:size=@var{value}
40290 Set the requested ring buffer size for new threads that use the
40291 btrace recording method in pt format.
40292
40293 Reply:
40294 @table @samp
40295 @item OK
40296 The ring buffer size has been set.
40297 @item E.errtext
40298 A badly formed request or an error was encountered.
40299 @end table
40300
40301 @end table
40302
40303 @node Architecture-Specific Protocol Details
40304 @section Architecture-Specific Protocol Details
40305
40306 This section describes how the remote protocol is applied to specific
40307 target architectures. Also see @ref{Standard Target Features}, for
40308 details of XML target descriptions for each architecture.
40309
40310 @menu
40311 * ARM-Specific Protocol Details::
40312 * MIPS-Specific Protocol Details::
40313 @end menu
40314
40315 @node ARM-Specific Protocol Details
40316 @subsection @acronym{ARM}-specific Protocol Details
40317
40318 @menu
40319 * ARM Breakpoint Kinds::
40320 @end menu
40321
40322 @node ARM Breakpoint Kinds
40323 @subsubsection @acronym{ARM} Breakpoint Kinds
40324 @cindex breakpoint kinds, @acronym{ARM}
40325
40326 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
40327
40328 @table @r
40329
40330 @item 2
40331 16-bit Thumb mode breakpoint.
40332
40333 @item 3
40334 32-bit Thumb mode (Thumb-2) breakpoint.
40335
40336 @item 4
40337 32-bit @acronym{ARM} mode breakpoint.
40338
40339 @end table
40340
40341 @node MIPS-Specific Protocol Details
40342 @subsection @acronym{MIPS}-specific Protocol Details
40343
40344 @menu
40345 * MIPS Register packet Format::
40346 * MIPS Breakpoint Kinds::
40347 @end menu
40348
40349 @node MIPS Register packet Format
40350 @subsubsection @acronym{MIPS} Register Packet Format
40351 @cindex register packet format, @acronym{MIPS}
40352
40353 The following @code{g}/@code{G} packets have previously been defined.
40354 In the below, some thirty-two bit registers are transferred as
40355 sixty-four bits. Those registers should be zero/sign extended (which?)
40356 to fill the space allocated. Register bytes are transferred in target
40357 byte order. The two nibbles within a register byte are transferred
40358 most-significant -- least-significant.
40359
40360 @table @r
40361
40362 @item MIPS32
40363 All registers are transferred as thirty-two bit quantities in the order:
40364 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
40365 registers; fsr; fir; fp.
40366
40367 @item MIPS64
40368 All registers are transferred as sixty-four bit quantities (including
40369 thirty-two bit registers such as @code{sr}). The ordering is the same
40370 as @code{MIPS32}.
40371
40372 @end table
40373
40374 @node MIPS Breakpoint Kinds
40375 @subsubsection @acronym{MIPS} Breakpoint Kinds
40376 @cindex breakpoint kinds, @acronym{MIPS}
40377
40378 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
40379
40380 @table @r
40381
40382 @item 2
40383 16-bit @acronym{MIPS16} mode breakpoint.
40384
40385 @item 3
40386 16-bit @acronym{microMIPS} mode breakpoint.
40387
40388 @item 4
40389 32-bit standard @acronym{MIPS} mode breakpoint.
40390
40391 @item 5
40392 32-bit @acronym{microMIPS} mode breakpoint.
40393
40394 @end table
40395
40396 @node Tracepoint Packets
40397 @section Tracepoint Packets
40398 @cindex tracepoint packets
40399 @cindex packets, tracepoint
40400
40401 Here we describe the packets @value{GDBN} uses to implement
40402 tracepoints (@pxref{Tracepoints}).
40403
40404 @table @samp
40405
40406 @item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
40407 @cindex @samp{QTDP} packet
40408 Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
40409 is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
40410 the tracepoint is disabled. The @var{step} gives the tracepoint's step
40411 count, and @var{pass} gives its pass count. If an @samp{F} is present,
40412 then the tracepoint is to be a fast tracepoint, and the @var{flen} is
40413 the number of bytes that the target should copy elsewhere to make room
40414 for the tracepoint. If an @samp{X} is present, it introduces a
40415 tracepoint condition, which consists of a hexadecimal length, followed
40416 by a comma and hex-encoded bytes, in a manner similar to action
40417 encodings as described below. If the trailing @samp{-} is present,
40418 further @samp{QTDP} packets will follow to specify this tracepoint's
40419 actions.
40420
40421 Replies:
40422 @table @samp
40423 @item OK
40424 The packet was understood and carried out.
40425 @item qRelocInsn
40426 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
40427 @item @w{}
40428 The packet was not recognized.
40429 @end table
40430
40431 @item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
40432 Define actions to be taken when a tracepoint is hit. The @var{n} and
40433 @var{addr} must be the same as in the initial @samp{QTDP} packet for
40434 this tracepoint. This packet may only be sent immediately after
40435 another @samp{QTDP} packet that ended with a @samp{-}. If the
40436 trailing @samp{-} is present, further @samp{QTDP} packets will follow,
40437 specifying more actions for this tracepoint.
40438
40439 In the series of action packets for a given tracepoint, at most one
40440 can have an @samp{S} before its first @var{action}. If such a packet
40441 is sent, it and the following packets define ``while-stepping''
40442 actions. Any prior packets define ordinary actions --- that is, those
40443 taken when the tracepoint is first hit. If no action packet has an
40444 @samp{S}, then all the packets in the series specify ordinary
40445 tracepoint actions.
40446
40447 The @samp{@var{action}@dots{}} portion of the packet is a series of
40448 actions, concatenated without separators. Each action has one of the
40449 following forms:
40450
40451 @table @samp
40452
40453 @item R @var{mask}
40454 Collect the registers whose bits are set in @var{mask},
40455 a hexadecimal number whose @var{i}'th bit is set if register number
40456 @var{i} should be collected. (The least significant bit is numbered
40457 zero.) Note that @var{mask} may be any number of digits long; it may
40458 not fit in a 32-bit word.
40459
40460 @item M @var{basereg},@var{offset},@var{len}
40461 Collect @var{len} bytes of memory starting at the address in register
40462 number @var{basereg}, plus @var{offset}. If @var{basereg} is
40463 @samp{-1}, then the range has a fixed address: @var{offset} is the
40464 address of the lowest byte to collect. The @var{basereg},
40465 @var{offset}, and @var{len} parameters are all unsigned hexadecimal
40466 values (the @samp{-1} value for @var{basereg} is a special case).
40467
40468 @item X @var{len},@var{expr}
40469 Evaluate @var{expr}, whose length is @var{len}, and collect memory as
40470 it directs. The agent expression @var{expr} is as described in
40471 @ref{Agent Expressions}. Each byte of the expression is encoded as a
40472 two-digit hex number in the packet; @var{len} is the number of bytes
40473 in the expression (and thus one-half the number of hex digits in the
40474 packet).
40475
40476 @end table
40477
40478 Any number of actions may be packed together in a single @samp{QTDP}
40479 packet, as long as the packet does not exceed the maximum packet
40480 length (400 bytes, for many stubs). There may be only one @samp{R}
40481 action per tracepoint, and it must precede any @samp{M} or @samp{X}
40482 actions. Any registers referred to by @samp{M} and @samp{X} actions
40483 must be collected by a preceding @samp{R} action. (The
40484 ``while-stepping'' actions are treated as if they were attached to a
40485 separate tracepoint, as far as these restrictions are concerned.)
40486
40487 Replies:
40488 @table @samp
40489 @item OK
40490 The packet was understood and carried out.
40491 @item qRelocInsn
40492 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
40493 @item @w{}
40494 The packet was not recognized.
40495 @end table
40496
40497 @item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
40498 @cindex @samp{QTDPsrc} packet
40499 Specify a source string of tracepoint @var{n} at address @var{addr}.
40500 This is useful to get accurate reproduction of the tracepoints
40501 originally downloaded at the beginning of the trace run. The @var{type}
40502 is the name of the tracepoint part, such as @samp{cond} for the
40503 tracepoint's conditional expression (see below for a list of types), while
40504 @var{bytes} is the string, encoded in hexadecimal.
40505
40506 @var{start} is the offset of the @var{bytes} within the overall source
40507 string, while @var{slen} is the total length of the source string.
40508 This is intended for handling source strings that are longer than will
40509 fit in a single packet.
40510 @c Add detailed example when this info is moved into a dedicated
40511 @c tracepoint descriptions section.
40512
40513 The available string types are @samp{at} for the location,
40514 @samp{cond} for the conditional, and @samp{cmd} for an action command.
40515 @value{GDBN} sends a separate packet for each command in the action
40516 list, in the same order in which the commands are stored in the list.
40517
40518 The target does not need to do anything with source strings except
40519 report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
40520 query packets.
40521
40522 Although this packet is optional, and @value{GDBN} will only send it
40523 if the target replies with @samp{TracepointSource} @xref{General
40524 Query Packets}, it makes both disconnected tracing and trace files
40525 much easier to use. Otherwise the user must be careful that the
40526 tracepoints in effect while looking at trace frames are identical to
40527 the ones in effect during the trace run; even a small discrepancy
40528 could cause @samp{tdump} not to work, or a particular trace frame not
40529 be found.
40530
40531 @item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
40532 @cindex define trace state variable, remote request
40533 @cindex @samp{QTDV} packet
40534 Create a new trace state variable, number @var{n}, with an initial
40535 value of @var{value}, which is a 64-bit signed integer. Both @var{n}
40536 and @var{value} are encoded as hexadecimal values. @value{GDBN} has
40537 the option of not using this packet for initial values of zero; the
40538 target should simply create the trace state variables as they are
40539 mentioned in expressions. The value @var{builtin} should be 1 (one)
40540 if the trace state variable is builtin and 0 (zero) if it is not builtin.
40541 @value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
40542 @samp{qTsV} packet had it set. The contents of @var{name} is the
40543 hex-encoded name (without the leading @samp{$}) of the trace state
40544 variable.
40545
40546 @item QTFrame:@var{n}
40547 @cindex @samp{QTFrame} packet
40548 Select the @var{n}'th tracepoint frame from the buffer, and use the
40549 register and memory contents recorded there to answer subsequent
40550 request packets from @value{GDBN}.
40551
40552 A successful reply from the stub indicates that the stub has found the
40553 requested frame. The response is a series of parts, concatenated
40554 without separators, describing the frame we selected. Each part has
40555 one of the following forms:
40556
40557 @table @samp
40558 @item F @var{f}
40559 The selected frame is number @var{n} in the trace frame buffer;
40560 @var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
40561 was no frame matching the criteria in the request packet.
40562
40563 @item T @var{t}
40564 The selected trace frame records a hit of tracepoint number @var{t};
40565 @var{t} is a hexadecimal number.
40566
40567 @end table
40568
40569 @item QTFrame:pc:@var{addr}
40570 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
40571 currently selected frame whose PC is @var{addr};
40572 @var{addr} is a hexadecimal number.
40573
40574 @item QTFrame:tdp:@var{t}
40575 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
40576 currently selected frame that is a hit of tracepoint @var{t}; @var{t}
40577 is a hexadecimal number.
40578
40579 @item QTFrame:range:@var{start}:@var{end}
40580 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
40581 currently selected frame whose PC is between @var{start} (inclusive)
40582 and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
40583 numbers.
40584
40585 @item QTFrame:outside:@var{start}:@var{end}
40586 Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
40587 frame @emph{outside} the given range of addresses (exclusive).
40588
40589 @item qTMinFTPILen
40590 @cindex @samp{qTMinFTPILen} packet
40591 This packet requests the minimum length of instruction at which a fast
40592 tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
40593 the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
40594 it depends on the target system being able to create trampolines in
40595 the first 64K of memory, which might or might not be possible for that
40596 system. So the reply to this packet will be 4 if it is able to
40597 arrange for that.
40598
40599 Replies:
40600
40601 @table @samp
40602 @item 0
40603 The minimum instruction length is currently unknown.
40604 @item @var{length}
40605 The minimum instruction length is @var{length}, where @var{length}
40606 is a hexadecimal number greater or equal to 1. A reply
40607 of 1 means that a fast tracepoint may be placed on any instruction
40608 regardless of size.
40609 @item E
40610 An error has occurred.
40611 @item @w{}
40612 An empty reply indicates that the request is not supported by the stub.
40613 @end table
40614
40615 @item QTStart
40616 @cindex @samp{QTStart} packet
40617 Begin the tracepoint experiment. Begin collecting data from
40618 tracepoint hits in the trace frame buffer. This packet supports the
40619 @samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
40620 instruction reply packet}).
40621
40622 @item QTStop
40623 @cindex @samp{QTStop} packet
40624 End the tracepoint experiment. Stop collecting trace frames.
40625
40626 @item QTEnable:@var{n}:@var{addr}
40627 @anchor{QTEnable}
40628 @cindex @samp{QTEnable} packet
40629 Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
40630 experiment. If the tracepoint was previously disabled, then collection
40631 of data from it will resume.
40632
40633 @item QTDisable:@var{n}:@var{addr}
40634 @anchor{QTDisable}
40635 @cindex @samp{QTDisable} packet
40636 Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
40637 experiment. No more data will be collected from the tracepoint unless
40638 @samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
40639
40640 @item QTinit
40641 @cindex @samp{QTinit} packet
40642 Clear the table of tracepoints, and empty the trace frame buffer.
40643
40644 @item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
40645 @cindex @samp{QTro} packet
40646 Establish the given ranges of memory as ``transparent''. The stub
40647 will answer requests for these ranges from memory's current contents,
40648 if they were not collected as part of the tracepoint hit.
40649
40650 @value{GDBN} uses this to mark read-only regions of memory, like those
40651 containing program code. Since these areas never change, they should
40652 still have the same contents they did when the tracepoint was hit, so
40653 there's no reason for the stub to refuse to provide their contents.
40654
40655 @item QTDisconnected:@var{value}
40656 @cindex @samp{QTDisconnected} packet
40657 Set the choice to what to do with the tracing run when @value{GDBN}
40658 disconnects from the target. A @var{value} of 1 directs the target to
40659 continue the tracing run, while 0 tells the target to stop tracing if
40660 @value{GDBN} is no longer in the picture.
40661
40662 @item qTStatus
40663 @cindex @samp{qTStatus} packet
40664 Ask the stub if there is a trace experiment running right now.
40665
40666 The reply has the form:
40667
40668 @table @samp
40669
40670 @item T@var{running}@r{[};@var{field}@r{]}@dots{}
40671 @var{running} is a single digit @code{1} if the trace is presently
40672 running, or @code{0} if not. It is followed by semicolon-separated
40673 optional fields that an agent may use to report additional status.
40674
40675 @end table
40676
40677 If the trace is not running, the agent may report any of several
40678 explanations as one of the optional fields:
40679
40680 @table @samp
40681
40682 @item tnotrun:0
40683 No trace has been run yet.
40684
40685 @item tstop[:@var{text}]:0
40686 The trace was stopped by a user-originated stop command. The optional
40687 @var{text} field is a user-supplied string supplied as part of the
40688 stop command (for instance, an explanation of why the trace was
40689 stopped manually). It is hex-encoded.
40690
40691 @item tfull:0
40692 The trace stopped because the trace buffer filled up.
40693
40694 @item tdisconnected:0
40695 The trace stopped because @value{GDBN} disconnected from the target.
40696
40697 @item tpasscount:@var{tpnum}
40698 The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
40699
40700 @item terror:@var{text}:@var{tpnum}
40701 The trace stopped because tracepoint @var{tpnum} had an error. The
40702 string @var{text} is available to describe the nature of the error
40703 (for instance, a divide by zero in the condition expression); it
40704 is hex encoded.
40705
40706 @item tunknown:0
40707 The trace stopped for some other reason.
40708
40709 @end table
40710
40711 Additional optional fields supply statistical and other information.
40712 Although not required, they are extremely useful for users monitoring
40713 the progress of a trace run. If a trace has stopped, and these
40714 numbers are reported, they must reflect the state of the just-stopped
40715 trace.
40716
40717 @table @samp
40718
40719 @item tframes:@var{n}
40720 The number of trace frames in the buffer.
40721
40722 @item tcreated:@var{n}
40723 The total number of trace frames created during the run. This may
40724 be larger than the trace frame count, if the buffer is circular.
40725
40726 @item tsize:@var{n}
40727 The total size of the trace buffer, in bytes.
40728
40729 @item tfree:@var{n}
40730 The number of bytes still unused in the buffer.
40731
40732 @item circular:@var{n}
40733 The value of the circular trace buffer flag. @code{1} means that the
40734 trace buffer is circular and old trace frames will be discarded if
40735 necessary to make room, @code{0} means that the trace buffer is linear
40736 and may fill up.
40737
40738 @item disconn:@var{n}
40739 The value of the disconnected tracing flag. @code{1} means that
40740 tracing will continue after @value{GDBN} disconnects, @code{0} means
40741 that the trace run will stop.
40742
40743 @end table
40744
40745 @item qTP:@var{tp}:@var{addr}
40746 @cindex tracepoint status, remote request
40747 @cindex @samp{qTP} packet
40748 Ask the stub for the current state of tracepoint number @var{tp} at
40749 address @var{addr}.
40750
40751 Replies:
40752 @table @samp
40753 @item V@var{hits}:@var{usage}
40754 The tracepoint has been hit @var{hits} times so far during the trace
40755 run, and accounts for @var{usage} in the trace buffer. Note that
40756 @code{while-stepping} steps are not counted as separate hits, but the
40757 steps' space consumption is added into the usage number.
40758
40759 @end table
40760
40761 @item qTV:@var{var}
40762 @cindex trace state variable value, remote request
40763 @cindex @samp{qTV} packet
40764 Ask the stub for the value of the trace state variable number @var{var}.
40765
40766 Replies:
40767 @table @samp
40768 @item V@var{value}
40769 The value of the variable is @var{value}. This will be the current
40770 value of the variable if the user is examining a running target, or a
40771 saved value if the variable was collected in the trace frame that the
40772 user is looking at. Note that multiple requests may result in
40773 different reply values, such as when requesting values while the
40774 program is running.
40775
40776 @item U
40777 The value of the variable is unknown. This would occur, for example,
40778 if the user is examining a trace frame in which the requested variable
40779 was not collected.
40780 @end table
40781
40782 @item qTfP
40783 @cindex @samp{qTfP} packet
40784 @itemx qTsP
40785 @cindex @samp{qTsP} packet
40786 These packets request data about tracepoints that are being used by
40787 the target. @value{GDBN} sends @code{qTfP} to get the first piece
40788 of data, and multiple @code{qTsP} to get additional pieces. Replies
40789 to these packets generally take the form of the @code{QTDP} packets
40790 that define tracepoints. (FIXME add detailed syntax)
40791
40792 @item qTfV
40793 @cindex @samp{qTfV} packet
40794 @itemx qTsV
40795 @cindex @samp{qTsV} packet
40796 These packets request data about trace state variables that are on the
40797 target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
40798 and multiple @code{qTsV} to get additional variables. Replies to
40799 these packets follow the syntax of the @code{QTDV} packets that define
40800 trace state variables.
40801
40802 @item qTfSTM
40803 @itemx qTsSTM
40804 @anchor{qTfSTM}
40805 @anchor{qTsSTM}
40806 @cindex @samp{qTfSTM} packet
40807 @cindex @samp{qTsSTM} packet
40808 These packets request data about static tracepoint markers that exist
40809 in the target program. @value{GDBN} sends @code{qTfSTM} to get the
40810 first piece of data, and multiple @code{qTsSTM} to get additional
40811 pieces. Replies to these packets take the following form:
40812
40813 Reply:
40814 @table @samp
40815 @item m @var{address}:@var{id}:@var{extra}
40816 A single marker
40817 @item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
40818 a comma-separated list of markers
40819 @item l
40820 (lower case letter @samp{L}) denotes end of list.
40821 @item E @var{nn}
40822 An error occurred. The error number @var{nn} is given as hex digits.
40823 @item @w{}
40824 An empty reply indicates that the request is not supported by the
40825 stub.
40826 @end table
40827
40828 The @var{address} is encoded in hex;
40829 @var{id} and @var{extra} are strings encoded in hex.
40830
40831 In response to each query, the target will reply with a list of one or
40832 more markers, separated by commas. @value{GDBN} will respond to each
40833 reply with a request for more markers (using the @samp{qs} form of the
40834 query), until the target responds with @samp{l} (lower-case ell, for
40835 @dfn{last}).
40836
40837 @item qTSTMat:@var{address}
40838 @anchor{qTSTMat}
40839 @cindex @samp{qTSTMat} packet
40840 This packets requests data about static tracepoint markers in the
40841 target program at @var{address}. Replies to this packet follow the
40842 syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
40843 tracepoint markers.
40844
40845 @item QTSave:@var{filename}
40846 @cindex @samp{QTSave} packet
40847 This packet directs the target to save trace data to the file name
40848 @var{filename} in the target's filesystem. The @var{filename} is encoded
40849 as a hex string; the interpretation of the file name (relative vs
40850 absolute, wild cards, etc) is up to the target.
40851
40852 @item qTBuffer:@var{offset},@var{len}
40853 @cindex @samp{qTBuffer} packet
40854 Return up to @var{len} bytes of the current contents of trace buffer,
40855 starting at @var{offset}. The trace buffer is treated as if it were
40856 a contiguous collection of traceframes, as per the trace file format.
40857 The reply consists as many hex-encoded bytes as the target can deliver
40858 in a packet; it is not an error to return fewer than were asked for.
40859 A reply consisting of just @code{l} indicates that no bytes are
40860 available.
40861
40862 @item QTBuffer:circular:@var{value}
40863 This packet directs the target to use a circular trace buffer if
40864 @var{value} is 1, or a linear buffer if the value is 0.
40865
40866 @item QTBuffer:size:@var{size}
40867 @anchor{QTBuffer-size}
40868 @cindex @samp{QTBuffer size} packet
40869 This packet directs the target to make the trace buffer be of size
40870 @var{size} if possible. A value of @code{-1} tells the target to
40871 use whatever size it prefers.
40872
40873 @item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
40874 @cindex @samp{QTNotes} packet
40875 This packet adds optional textual notes to the trace run. Allowable
40876 types include @code{user}, @code{notes}, and @code{tstop}, the
40877 @var{text} fields are arbitrary strings, hex-encoded.
40878
40879 @end table
40880
40881 @subsection Relocate instruction reply packet
40882 When installing fast tracepoints in memory, the target may need to
40883 relocate the instruction currently at the tracepoint address to a
40884 different address in memory. For most instructions, a simple copy is
40885 enough, but, for example, call instructions that implicitly push the
40886 return address on the stack, and relative branches or other
40887 PC-relative instructions require offset adjustment, so that the effect
40888 of executing the instruction at a different address is the same as if
40889 it had executed in the original location.
40890
40891 In response to several of the tracepoint packets, the target may also
40892 respond with a number of intermediate @samp{qRelocInsn} request
40893 packets before the final result packet, to have @value{GDBN} handle
40894 this relocation operation. If a packet supports this mechanism, its
40895 documentation will explicitly say so. See for example the above
40896 descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
40897 format of the request is:
40898
40899 @table @samp
40900 @item qRelocInsn:@var{from};@var{to}
40901
40902 This requests @value{GDBN} to copy instruction at address @var{from}
40903 to address @var{to}, possibly adjusted so that executing the
40904 instruction at @var{to} has the same effect as executing it at
40905 @var{from}. @value{GDBN} writes the adjusted instruction to target
40906 memory starting at @var{to}.
40907 @end table
40908
40909 Replies:
40910 @table @samp
40911 @item qRelocInsn:@var{adjusted_size}
40912 Informs the stub the relocation is complete. The @var{adjusted_size} is
40913 the length in bytes of resulting relocated instruction sequence.
40914 @item E @var{NN}
40915 A badly formed request was detected, or an error was encountered while
40916 relocating the instruction.
40917 @end table
40918
40919 @node Host I/O Packets
40920 @section Host I/O Packets
40921 @cindex Host I/O, remote protocol
40922 @cindex file transfer, remote protocol
40923
40924 The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
40925 operations on the far side of a remote link. For example, Host I/O is
40926 used to upload and download files to a remote target with its own
40927 filesystem. Host I/O uses the same constant values and data structure
40928 layout as the target-initiated File-I/O protocol. However, the
40929 Host I/O packets are structured differently. The target-initiated
40930 protocol relies on target memory to store parameters and buffers.
40931 Host I/O requests are initiated by @value{GDBN}, and the
40932 target's memory is not involved. @xref{File-I/O Remote Protocol
40933 Extension}, for more details on the target-initiated protocol.
40934
40935 The Host I/O request packets all encode a single operation along with
40936 its arguments. They have this format:
40937
40938 @table @samp
40939
40940 @item vFile:@var{operation}: @var{parameter}@dots{}
40941 @var{operation} is the name of the particular request; the target
40942 should compare the entire packet name up to the second colon when checking
40943 for a supported operation. The format of @var{parameter} depends on
40944 the operation. Numbers are always passed in hexadecimal. Negative
40945 numbers have an explicit minus sign (i.e.@: two's complement is not
40946 used). Strings (e.g.@: filenames) are encoded as a series of
40947 hexadecimal bytes. The last argument to a system call may be a
40948 buffer of escaped binary data (@pxref{Binary Data}).
40949
40950 @end table
40951
40952 The valid responses to Host I/O packets are:
40953
40954 @table @samp
40955
40956 @item F @var{result} [, @var{errno}] [; @var{attachment}]
40957 @var{result} is the integer value returned by this operation, usually
40958 non-negative for success and -1 for errors. If an error has occured,
40959 @var{errno} will be included in the result specifying a
40960 value defined by the File-I/O protocol (@pxref{Errno Values}). For
40961 operations which return data, @var{attachment} supplies the data as a
40962 binary buffer. Binary buffers in response packets are escaped in the
40963 normal way (@pxref{Binary Data}). See the individual packet
40964 documentation for the interpretation of @var{result} and
40965 @var{attachment}.
40966
40967 @item @w{}
40968 An empty response indicates that this operation is not recognized.
40969
40970 @end table
40971
40972 These are the supported Host I/O operations:
40973
40974 @table @samp
40975 @item vFile:open: @var{filename}, @var{flags}, @var{mode}
40976 Open a file at @var{filename} and return a file descriptor for it, or
40977 return -1 if an error occurs. The @var{filename} is a string,
40978 @var{flags} is an integer indicating a mask of open flags
40979 (@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
40980 of mode bits to use if the file is created (@pxref{mode_t Values}).
40981 @xref{open}, for details of the open flags and mode values.
40982
40983 @item vFile:close: @var{fd}
40984 Close the open file corresponding to @var{fd} and return 0, or
40985 -1 if an error occurs.
40986
40987 @item vFile:pread: @var{fd}, @var{count}, @var{offset}
40988 Read data from the open file corresponding to @var{fd}. Up to
40989 @var{count} bytes will be read from the file, starting at @var{offset}
40990 relative to the start of the file. The target may read fewer bytes;
40991 common reasons include packet size limits and an end-of-file
40992 condition. The number of bytes read is returned. Zero should only be
40993 returned for a successful read at the end of the file, or if
40994 @var{count} was zero.
40995
40996 The data read should be returned as a binary attachment on success.
40997 If zero bytes were read, the response should include an empty binary
40998 attachment (i.e.@: a trailing semicolon). The return value is the
40999 number of target bytes read; the binary attachment may be longer if
41000 some characters were escaped.
41001
41002 @item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
41003 Write @var{data} (a binary buffer) to the open file corresponding
41004 to @var{fd}. Start the write at @var{offset} from the start of the
41005 file. Unlike many @code{write} system calls, there is no
41006 separate @var{count} argument; the length of @var{data} in the
41007 packet is used. @samp{vFile:write} returns the number of bytes written,
41008 which may be shorter than the length of @var{data}, or -1 if an
41009 error occurred.
41010
41011 @item vFile:fstat: @var{fd}
41012 Get information about the open file corresponding to @var{fd}.
41013 On success the information is returned as a binary attachment
41014 and the return value is the size of this attachment in bytes.
41015 If an error occurs the return value is -1. The format of the
41016 returned binary attachment is as described in @ref{struct stat}.
41017
41018 @item vFile:unlink: @var{filename}
41019 Delete the file at @var{filename} on the target. Return 0,
41020 or -1 if an error occurs. The @var{filename} is a string.
41021
41022 @item vFile:readlink: @var{filename}
41023 Read value of symbolic link @var{filename} on the target. Return
41024 the number of bytes read, or -1 if an error occurs.
41025
41026 The data read should be returned as a binary attachment on success.
41027 If zero bytes were read, the response should include an empty binary
41028 attachment (i.e.@: a trailing semicolon). The return value is the
41029 number of target bytes read; the binary attachment may be longer if
41030 some characters were escaped.
41031
41032 @item vFile:setfs: @var{pid}
41033 Select the filesystem on which @code{vFile} operations with
41034 @var{filename} arguments will operate. This is required for
41035 @value{GDBN} to be able to access files on remote targets where
41036 the remote stub does not share a common filesystem with the
41037 inferior(s).
41038
41039 If @var{pid} is nonzero, select the filesystem as seen by process
41040 @var{pid}. If @var{pid} is zero, select the filesystem as seen by
41041 the remote stub. Return 0 on success, or -1 if an error occurs.
41042 If @code{vFile:setfs:} indicates success, the selected filesystem
41043 remains selected until the next successful @code{vFile:setfs:}
41044 operation.
41045
41046 @end table
41047
41048 @node Interrupts
41049 @section Interrupts
41050 @cindex interrupts (remote protocol)
41051 @anchor{interrupting remote targets}
41052
41053 In all-stop mode, when a program on the remote target is running,
41054 @value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
41055 @code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
41056 is specified via @value{GDBN}'s @samp{interrupt-sequence}.
41057
41058 The precise meaning of @code{BREAK} is defined by the transport
41059 mechanism and may, in fact, be undefined. @value{GDBN} does not
41060 currently define a @code{BREAK} mechanism for any of the network
41061 interfaces except for TCP, in which case @value{GDBN} sends the
41062 @code{telnet} BREAK sequence.
41063
41064 @samp{Ctrl-C}, on the other hand, is defined and implemented for all
41065 transport mechanisms. It is represented by sending the single byte
41066 @code{0x03} without any of the usual packet overhead described in
41067 the Overview section (@pxref{Overview}). When a @code{0x03} byte is
41068 transmitted as part of a packet, it is considered to be packet data
41069 and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
41070 (@pxref{X packet}), used for binary downloads, may include an unescaped
41071 @code{0x03} as part of its packet.
41072
41073 @code{BREAK} followed by @code{g} is also known as Magic SysRq g.
41074 When Linux kernel receives this sequence from serial port,
41075 it stops execution and connects to gdb.
41076
41077 In non-stop mode, because packet resumptions are asynchronous
41078 (@pxref{vCont packet}), @value{GDBN} is always free to send a remote
41079 command to the remote stub, even when the target is running. For that
41080 reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
41081 packet}) with the usual packet framing instead of the single byte
41082 @code{0x03}.
41083
41084 Stubs are not required to recognize these interrupt mechanisms and the
41085 precise meaning associated with receipt of the interrupt is
41086 implementation defined. If the target supports debugging of multiple
41087 threads and/or processes, it should attempt to interrupt all
41088 currently-executing threads and processes.
41089 If the stub is successful at interrupting the
41090 running program, it should send one of the stop
41091 reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
41092 of successfully stopping the program in all-stop mode, and a stop reply
41093 for each stopped thread in non-stop mode.
41094 Interrupts received while the
41095 program is stopped are queued and the program will be interrupted when
41096 it is resumed next time.
41097
41098 @node Notification Packets
41099 @section Notification Packets
41100 @cindex notification packets
41101 @cindex packets, notification
41102
41103 The @value{GDBN} remote serial protocol includes @dfn{notifications},
41104 packets that require no acknowledgment. Both the GDB and the stub
41105 may send notifications (although the only notifications defined at
41106 present are sent by the stub). Notifications carry information
41107 without incurring the round-trip latency of an acknowledgment, and so
41108 are useful for low-impact communications where occasional packet loss
41109 is not a problem.
41110
41111 A notification packet has the form @samp{% @var{data} #
41112 @var{checksum}}, where @var{data} is the content of the notification,
41113 and @var{checksum} is a checksum of @var{data}, computed and formatted
41114 as for ordinary @value{GDBN} packets. A notification's @var{data}
41115 never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
41116 receiving a notification, the recipient sends no @samp{+} or @samp{-}
41117 to acknowledge the notification's receipt or to report its corruption.
41118
41119 Every notification's @var{data} begins with a name, which contains no
41120 colon characters, followed by a colon character.
41121
41122 Recipients should silently ignore corrupted notifications and
41123 notifications they do not understand. Recipients should restart
41124 timeout periods on receipt of a well-formed notification, whether or
41125 not they understand it.
41126
41127 Senders should only send the notifications described here when this
41128 protocol description specifies that they are permitted. In the
41129 future, we may extend the protocol to permit existing notifications in
41130 new contexts; this rule helps older senders avoid confusing newer
41131 recipients.
41132
41133 (Older versions of @value{GDBN} ignore bytes received until they see
41134 the @samp{$} byte that begins an ordinary packet, so new stubs may
41135 transmit notifications without fear of confusing older clients. There
41136 are no notifications defined for @value{GDBN} to send at the moment, but we
41137 assume that most older stubs would ignore them, as well.)
41138
41139 Each notification is comprised of three parts:
41140 @table @samp
41141 @item @var{name}:@var{event}
41142 The notification packet is sent by the side that initiates the
41143 exchange (currently, only the stub does that), with @var{event}
41144 carrying the specific information about the notification, and
41145 @var{name} specifying the name of the notification.
41146 @item @var{ack}
41147 The acknowledge sent by the other side, usually @value{GDBN}, to
41148 acknowledge the exchange and request the event.
41149 @end table
41150
41151 The purpose of an asynchronous notification mechanism is to report to
41152 @value{GDBN} that something interesting happened in the remote stub.
41153
41154 The remote stub may send notification @var{name}:@var{event}
41155 at any time, but @value{GDBN} acknowledges the notification when
41156 appropriate. The notification event is pending before @value{GDBN}
41157 acknowledges. Only one notification at a time may be pending; if
41158 additional events occur before @value{GDBN} has acknowledged the
41159 previous notification, they must be queued by the stub for later
41160 synchronous transmission in response to @var{ack} packets from
41161 @value{GDBN}. Because the notification mechanism is unreliable,
41162 the stub is permitted to resend a notification if it believes
41163 @value{GDBN} may not have received it.
41164
41165 Specifically, notifications may appear when @value{GDBN} is not
41166 otherwise reading input from the stub, or when @value{GDBN} is
41167 expecting to read a normal synchronous response or a
41168 @samp{+}/@samp{-} acknowledgment to a packet it has sent.
41169 Notification packets are distinct from any other communication from
41170 the stub so there is no ambiguity.
41171
41172 After receiving a notification, @value{GDBN} shall acknowledge it by
41173 sending a @var{ack} packet as a regular, synchronous request to the
41174 stub. Such acknowledgment is not required to happen immediately, as
41175 @value{GDBN} is permitted to send other, unrelated packets to the
41176 stub first, which the stub should process normally.
41177
41178 Upon receiving a @var{ack} packet, if the stub has other queued
41179 events to report to @value{GDBN}, it shall respond by sending a
41180 normal @var{event}. @value{GDBN} shall then send another @var{ack}
41181 packet to solicit further responses; again, it is permitted to send
41182 other, unrelated packets as well which the stub should process
41183 normally.
41184
41185 If the stub receives a @var{ack} packet and there are no additional
41186 @var{event} to report, the stub shall return an @samp{OK} response.
41187 At this point, @value{GDBN} has finished processing a notification
41188 and the stub has completed sending any queued events. @value{GDBN}
41189 won't accept any new notifications until the final @samp{OK} is
41190 received . If further notification events occur, the stub shall send
41191 a new notification, @value{GDBN} shall accept the notification, and
41192 the process shall be repeated.
41193
41194 The process of asynchronous notification can be illustrated by the
41195 following example:
41196 @smallexample
41197 <- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
41198 @code{...}
41199 -> @code{vStopped}
41200 <- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
41201 -> @code{vStopped}
41202 <- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
41203 -> @code{vStopped}
41204 <- @code{OK}
41205 @end smallexample
41206
41207 The following notifications are defined:
41208 @multitable @columnfractions 0.12 0.12 0.38 0.38
41209
41210 @item Notification
41211 @tab Ack
41212 @tab Event
41213 @tab Description
41214
41215 @item Stop
41216 @tab vStopped
41217 @tab @var{reply}. The @var{reply} has the form of a stop reply, as
41218 described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
41219 for information on how these notifications are acknowledged by
41220 @value{GDBN}.
41221 @tab Report an asynchronous stop event in non-stop mode.
41222
41223 @end multitable
41224
41225 @node Remote Non-Stop
41226 @section Remote Protocol Support for Non-Stop Mode
41227
41228 @value{GDBN}'s remote protocol supports non-stop debugging of
41229 multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
41230 supports non-stop mode, it should report that to @value{GDBN} by including
41231 @samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
41232
41233 @value{GDBN} typically sends a @samp{QNonStop} packet only when
41234 establishing a new connection with the stub. Entering non-stop mode
41235 does not alter the state of any currently-running threads, but targets
41236 must stop all threads in any already-attached processes when entering
41237 all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
41238 probe the target state after a mode change.
41239
41240 In non-stop mode, when an attached process encounters an event that
41241 would otherwise be reported with a stop reply, it uses the
41242 asynchronous notification mechanism (@pxref{Notification Packets}) to
41243 inform @value{GDBN}. In contrast to all-stop mode, where all threads
41244 in all processes are stopped when a stop reply is sent, in non-stop
41245 mode only the thread reporting the stop event is stopped. That is,
41246 when reporting a @samp{S} or @samp{T} response to indicate completion
41247 of a step operation, hitting a breakpoint, or a fault, only the
41248 affected thread is stopped; any other still-running threads continue
41249 to run. When reporting a @samp{W} or @samp{X} response, all running
41250 threads belonging to other attached processes continue to run.
41251
41252 In non-stop mode, the target shall respond to the @samp{?} packet as
41253 follows. First, any incomplete stop reply notification/@samp{vStopped}
41254 sequence in progress is abandoned. The target must begin a new
41255 sequence reporting stop events for all stopped threads, whether or not
41256 it has previously reported those events to @value{GDBN}. The first
41257 stop reply is sent as a synchronous reply to the @samp{?} packet, and
41258 subsequent stop replies are sent as responses to @samp{vStopped} packets
41259 using the mechanism described above. The target must not send
41260 asynchronous stop reply notifications until the sequence is complete.
41261 If all threads are running when the target receives the @samp{?} packet,
41262 or if the target is not attached to any process, it shall respond
41263 @samp{OK}.
41264
41265 If the stub supports non-stop mode, it should also support the
41266 @samp{swbreak} stop reason if software breakpoints are supported, and
41267 the @samp{hwbreak} stop reason if hardware breakpoints are supported
41268 (@pxref{swbreak stop reason}). This is because given the asynchronous
41269 nature of non-stop mode, between the time a thread hits a breakpoint
41270 and the time the event is finally processed by @value{GDBN}, the
41271 breakpoint may have already been removed from the target. Due to
41272 this, @value{GDBN} needs to be able to tell whether a trap stop was
41273 caused by a delayed breakpoint event, which should be ignored, as
41274 opposed to a random trap signal, which should be reported to the user.
41275 Note the @samp{swbreak} feature implies that the target is responsible
41276 for adjusting the PC when a software breakpoint triggers, if
41277 necessary, such as on the x86 architecture.
41278
41279 @node Packet Acknowledgment
41280 @section Packet Acknowledgment
41281
41282 @cindex acknowledgment, for @value{GDBN} remote
41283 @cindex packet acknowledgment, for @value{GDBN} remote
41284 By default, when either the host or the target machine receives a packet,
41285 the first response expected is an acknowledgment: either @samp{+} (to indicate
41286 the package was received correctly) or @samp{-} (to request retransmission).
41287 This mechanism allows the @value{GDBN} remote protocol to operate over
41288 unreliable transport mechanisms, such as a serial line.
41289
41290 In cases where the transport mechanism is itself reliable (such as a pipe or
41291 TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
41292 It may be desirable to disable them in that case to reduce communication
41293 overhead, or for other reasons. This can be accomplished by means of the
41294 @samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
41295
41296 When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
41297 expect @samp{+}/@samp{-} protocol acknowledgments. The packet
41298 and response format still includes the normal checksum, as described in
41299 @ref{Overview}, but the checksum may be ignored by the receiver.
41300
41301 If the stub supports @samp{QStartNoAckMode} and prefers to operate in
41302 no-acknowledgment mode, it should report that to @value{GDBN}
41303 by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
41304 @pxref{qSupported}.
41305 If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
41306 disabled via the @code{set remote noack-packet off} command
41307 (@pxref{Remote Configuration}),
41308 @value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
41309 Only then may the stub actually turn off packet acknowledgments.
41310 @value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
41311 response, which can be safely ignored by the stub.
41312
41313 Note that @code{set remote noack-packet} command only affects negotiation
41314 between @value{GDBN} and the stub when subsequent connections are made;
41315 it does not affect the protocol acknowledgment state for any current
41316 connection.
41317 Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
41318 new connection is established,
41319 there is also no protocol request to re-enable the acknowledgments
41320 for the current connection, once disabled.
41321
41322 @node Examples
41323 @section Examples
41324
41325 Example sequence of a target being re-started. Notice how the restart
41326 does not get any direct output:
41327
41328 @smallexample
41329 -> @code{R00}
41330 <- @code{+}
41331 @emph{target restarts}
41332 -> @code{?}
41333 <- @code{+}
41334 <- @code{T001:1234123412341234}
41335 -> @code{+}
41336 @end smallexample
41337
41338 Example sequence of a target being stepped by a single instruction:
41339
41340 @smallexample
41341 -> @code{G1445@dots{}}
41342 <- @code{+}
41343 -> @code{s}
41344 <- @code{+}
41345 @emph{time passes}
41346 <- @code{T001:1234123412341234}
41347 -> @code{+}
41348 -> @code{g}
41349 <- @code{+}
41350 <- @code{1455@dots{}}
41351 -> @code{+}
41352 @end smallexample
41353
41354 @node File-I/O Remote Protocol Extension
41355 @section File-I/O Remote Protocol Extension
41356 @cindex File-I/O remote protocol extension
41357
41358 @menu
41359 * File-I/O Overview::
41360 * Protocol Basics::
41361 * The F Request Packet::
41362 * The F Reply Packet::
41363 * The Ctrl-C Message::
41364 * Console I/O::
41365 * List of Supported Calls::
41366 * Protocol-specific Representation of Datatypes::
41367 * Constants::
41368 * File-I/O Examples::
41369 @end menu
41370
41371 @node File-I/O Overview
41372 @subsection File-I/O Overview
41373 @cindex file-i/o overview
41374
41375 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
41376 target to use the host's file system and console I/O to perform various
41377 system calls. System calls on the target system are translated into a
41378 remote protocol packet to the host system, which then performs the needed
41379 actions and returns a response packet to the target system.
41380 This simulates file system operations even on targets that lack file systems.
41381
41382 The protocol is defined to be independent of both the host and target systems.
41383 It uses its own internal representation of datatypes and values. Both
41384 @value{GDBN} and the target's @value{GDBN} stub are responsible for
41385 translating the system-dependent value representations into the internal
41386 protocol representations when data is transmitted.
41387
41388 The communication is synchronous. A system call is possible only when
41389 @value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
41390 or @samp{s} packets. While @value{GDBN} handles the request for a system call,
41391 the target is stopped to allow deterministic access to the target's
41392 memory. Therefore File-I/O is not interruptible by target signals. On
41393 the other hand, it is possible to interrupt File-I/O by a user interrupt
41394 (@samp{Ctrl-C}) within @value{GDBN}.
41395
41396 The target's request to perform a host system call does not finish
41397 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
41398 after finishing the system call, the target returns to continuing the
41399 previous activity (continue, step). No additional continue or step
41400 request from @value{GDBN} is required.
41401
41402 @smallexample
41403 (@value{GDBP}) continue
41404 <- target requests 'system call X'
41405 target is stopped, @value{GDBN} executes system call
41406 -> @value{GDBN} returns result
41407 ... target continues, @value{GDBN} returns to wait for the target
41408 <- target hits breakpoint and sends a Txx packet
41409 @end smallexample
41410
41411 The protocol only supports I/O on the console and to regular files on
41412 the host file system. Character or block special devices, pipes,
41413 named pipes, sockets or any other communication method on the host
41414 system are not supported by this protocol.
41415
41416 File I/O is not supported in non-stop mode.
41417
41418 @node Protocol Basics
41419 @subsection Protocol Basics
41420 @cindex protocol basics, file-i/o
41421
41422 The File-I/O protocol uses the @code{F} packet as the request as well
41423 as reply packet. Since a File-I/O system call can only occur when
41424 @value{GDBN} is waiting for a response from the continuing or stepping target,
41425 the File-I/O request is a reply that @value{GDBN} has to expect as a result
41426 of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
41427 This @code{F} packet contains all information needed to allow @value{GDBN}
41428 to call the appropriate host system call:
41429
41430 @itemize @bullet
41431 @item
41432 A unique identifier for the requested system call.
41433
41434 @item
41435 All parameters to the system call. Pointers are given as addresses
41436 in the target memory address space. Pointers to strings are given as
41437 pointer/length pair. Numerical values are given as they are.
41438 Numerical control flags are given in a protocol-specific representation.
41439
41440 @end itemize
41441
41442 At this point, @value{GDBN} has to perform the following actions.
41443
41444 @itemize @bullet
41445 @item
41446 If the parameters include pointer values to data needed as input to a
41447 system call, @value{GDBN} requests this data from the target with a
41448 standard @code{m} packet request. This additional communication has to be
41449 expected by the target implementation and is handled as any other @code{m}
41450 packet.
41451
41452 @item
41453 @value{GDBN} translates all value from protocol representation to host
41454 representation as needed. Datatypes are coerced into the host types.
41455
41456 @item
41457 @value{GDBN} calls the system call.
41458
41459 @item
41460 It then coerces datatypes back to protocol representation.
41461
41462 @item
41463 If the system call is expected to return data in buffer space specified
41464 by pointer parameters to the call, the data is transmitted to the
41465 target using a @code{M} or @code{X} packet. This packet has to be expected
41466 by the target implementation and is handled as any other @code{M} or @code{X}
41467 packet.
41468
41469 @end itemize
41470
41471 Eventually @value{GDBN} replies with another @code{F} packet which contains all
41472 necessary information for the target to continue. This at least contains
41473
41474 @itemize @bullet
41475 @item
41476 Return value.
41477
41478 @item
41479 @code{errno}, if has been changed by the system call.
41480
41481 @item
41482 ``Ctrl-C'' flag.
41483
41484 @end itemize
41485
41486 After having done the needed type and value coercion, the target continues
41487 the latest continue or step action.
41488
41489 @node The F Request Packet
41490 @subsection The @code{F} Request Packet
41491 @cindex file-i/o request packet
41492 @cindex @code{F} request packet
41493
41494 The @code{F} request packet has the following format:
41495
41496 @table @samp
41497 @item F@var{call-id},@var{parameter@dots{}}
41498
41499 @var{call-id} is the identifier to indicate the host system call to be called.
41500 This is just the name of the function.
41501
41502 @var{parameter@dots{}} are the parameters to the system call.
41503 Parameters are hexadecimal integer values, either the actual values in case
41504 of scalar datatypes, pointers to target buffer space in case of compound
41505 datatypes and unspecified memory areas, or pointer/length pairs in case
41506 of string parameters. These are appended to the @var{call-id} as a
41507 comma-delimited list. All values are transmitted in ASCII
41508 string representation, pointer/length pairs separated by a slash.
41509
41510 @end table
41511
41512
41513
41514 @node The F Reply Packet
41515 @subsection The @code{F} Reply Packet
41516 @cindex file-i/o reply packet
41517 @cindex @code{F} reply packet
41518
41519 The @code{F} reply packet has the following format:
41520
41521 @table @samp
41522
41523 @item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
41524
41525 @var{retcode} is the return code of the system call as hexadecimal value.
41526
41527 @var{errno} is the @code{errno} set by the call, in protocol-specific
41528 representation.
41529 This parameter can be omitted if the call was successful.
41530
41531 @var{Ctrl-C flag} is only sent if the user requested a break. In this
41532 case, @var{errno} must be sent as well, even if the call was successful.
41533 The @var{Ctrl-C flag} itself consists of the character @samp{C}:
41534
41535 @smallexample
41536 F0,0,C
41537 @end smallexample
41538
41539 @noindent
41540 or, if the call was interrupted before the host call has been performed:
41541
41542 @smallexample
41543 F-1,4,C
41544 @end smallexample
41545
41546 @noindent
41547 assuming 4 is the protocol-specific representation of @code{EINTR}.
41548
41549 @end table
41550
41551
41552 @node The Ctrl-C Message
41553 @subsection The @samp{Ctrl-C} Message
41554 @cindex ctrl-c message, in file-i/o protocol
41555
41556 If the @samp{Ctrl-C} flag is set in the @value{GDBN}
41557 reply packet (@pxref{The F Reply Packet}),
41558 the target should behave as if it had
41559 gotten a break message. The meaning for the target is ``system call
41560 interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
41561 (as with a break message) and return to @value{GDBN} with a @code{T02}
41562 packet.
41563
41564 It's important for the target to know in which
41565 state the system call was interrupted. There are two possible cases:
41566
41567 @itemize @bullet
41568 @item
41569 The system call hasn't been performed on the host yet.
41570
41571 @item
41572 The system call on the host has been finished.
41573
41574 @end itemize
41575
41576 These two states can be distinguished by the target by the value of the
41577 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
41578 call hasn't been performed. This is equivalent to the @code{EINTR} handling
41579 on POSIX systems. In any other case, the target may presume that the
41580 system call has been finished --- successfully or not --- and should behave
41581 as if the break message arrived right after the system call.
41582
41583 @value{GDBN} must behave reliably. If the system call has not been called
41584 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
41585 @code{errno} in the packet. If the system call on the host has been finished
41586 before the user requests a break, the full action must be finished by
41587 @value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
41588 The @code{F} packet may only be sent when either nothing has happened
41589 or the full action has been completed.
41590
41591 @node Console I/O
41592 @subsection Console I/O
41593 @cindex console i/o as part of file-i/o
41594
41595 By default and if not explicitly closed by the target system, the file
41596 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
41597 on the @value{GDBN} console is handled as any other file output operation
41598 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
41599 by @value{GDBN} so that after the target read request from file descriptor
41600 0 all following typing is buffered until either one of the following
41601 conditions is met:
41602
41603 @itemize @bullet
41604 @item
41605 The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
41606 @code{read}
41607 system call is treated as finished.
41608
41609 @item
41610 The user presses @key{RET}. This is treated as end of input with a trailing
41611 newline.
41612
41613 @item
41614 The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
41615 character (neither newline nor @samp{Ctrl-D}) is appended to the input.
41616
41617 @end itemize
41618
41619 If the user has typed more characters than fit in the buffer given to
41620 the @code{read} call, the trailing characters are buffered in @value{GDBN} until
41621 either another @code{read(0, @dots{})} is requested by the target, or debugging
41622 is stopped at the user's request.
41623
41624
41625 @node List of Supported Calls
41626 @subsection List of Supported Calls
41627 @cindex list of supported file-i/o calls
41628
41629 @menu
41630 * open::
41631 * close::
41632 * read::
41633 * write::
41634 * lseek::
41635 * rename::
41636 * unlink::
41637 * stat/fstat::
41638 * gettimeofday::
41639 * isatty::
41640 * system::
41641 @end menu
41642
41643 @node open
41644 @unnumberedsubsubsec open
41645 @cindex open, file-i/o system call
41646
41647 @table @asis
41648 @item Synopsis:
41649 @smallexample
41650 int open(const char *pathname, int flags);
41651 int open(const char *pathname, int flags, mode_t mode);
41652 @end smallexample
41653
41654 @item Request:
41655 @samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
41656
41657 @noindent
41658 @var{flags} is the bitwise @code{OR} of the following values:
41659
41660 @table @code
41661 @item O_CREAT
41662 If the file does not exist it will be created. The host
41663 rules apply as far as file ownership and time stamps
41664 are concerned.
41665
41666 @item O_EXCL
41667 When used with @code{O_CREAT}, if the file already exists it is
41668 an error and open() fails.
41669
41670 @item O_TRUNC
41671 If the file already exists and the open mode allows
41672 writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
41673 truncated to zero length.
41674
41675 @item O_APPEND
41676 The file is opened in append mode.
41677
41678 @item O_RDONLY
41679 The file is opened for reading only.
41680
41681 @item O_WRONLY
41682 The file is opened for writing only.
41683
41684 @item O_RDWR
41685 The file is opened for reading and writing.
41686 @end table
41687
41688 @noindent
41689 Other bits are silently ignored.
41690
41691
41692 @noindent
41693 @var{mode} is the bitwise @code{OR} of the following values:
41694
41695 @table @code
41696 @item S_IRUSR
41697 User has read permission.
41698
41699 @item S_IWUSR
41700 User has write permission.
41701
41702 @item S_IRGRP
41703 Group has read permission.
41704
41705 @item S_IWGRP
41706 Group has write permission.
41707
41708 @item S_IROTH
41709 Others have read permission.
41710
41711 @item S_IWOTH
41712 Others have write permission.
41713 @end table
41714
41715 @noindent
41716 Other bits are silently ignored.
41717
41718
41719 @item Return value:
41720 @code{open} returns the new file descriptor or -1 if an error
41721 occurred.
41722
41723 @item Errors:
41724
41725 @table @code
41726 @item EEXIST
41727 @var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
41728
41729 @item EISDIR
41730 @var{pathname} refers to a directory.
41731
41732 @item EACCES
41733 The requested access is not allowed.
41734
41735 @item ENAMETOOLONG
41736 @var{pathname} was too long.
41737
41738 @item ENOENT
41739 A directory component in @var{pathname} does not exist.
41740
41741 @item ENODEV
41742 @var{pathname} refers to a device, pipe, named pipe or socket.
41743
41744 @item EROFS
41745 @var{pathname} refers to a file on a read-only filesystem and
41746 write access was requested.
41747
41748 @item EFAULT
41749 @var{pathname} is an invalid pointer value.
41750
41751 @item ENOSPC
41752 No space on device to create the file.
41753
41754 @item EMFILE
41755 The process already has the maximum number of files open.
41756
41757 @item ENFILE
41758 The limit on the total number of files open on the system
41759 has been reached.
41760
41761 @item EINTR
41762 The call was interrupted by the user.
41763 @end table
41764
41765 @end table
41766
41767 @node close
41768 @unnumberedsubsubsec close
41769 @cindex close, file-i/o system call
41770
41771 @table @asis
41772 @item Synopsis:
41773 @smallexample
41774 int close(int fd);
41775 @end smallexample
41776
41777 @item Request:
41778 @samp{Fclose,@var{fd}}
41779
41780 @item Return value:
41781 @code{close} returns zero on success, or -1 if an error occurred.
41782
41783 @item Errors:
41784
41785 @table @code
41786 @item EBADF
41787 @var{fd} isn't a valid open file descriptor.
41788
41789 @item EINTR
41790 The call was interrupted by the user.
41791 @end table
41792
41793 @end table
41794
41795 @node read
41796 @unnumberedsubsubsec read
41797 @cindex read, file-i/o system call
41798
41799 @table @asis
41800 @item Synopsis:
41801 @smallexample
41802 int read(int fd, void *buf, unsigned int count);
41803 @end smallexample
41804
41805 @item Request:
41806 @samp{Fread,@var{fd},@var{bufptr},@var{count}}
41807
41808 @item Return value:
41809 On success, the number of bytes read is returned.
41810 Zero indicates end of file. If count is zero, read
41811 returns zero as well. On error, -1 is returned.
41812
41813 @item Errors:
41814
41815 @table @code
41816 @item EBADF
41817 @var{fd} is not a valid file descriptor or is not open for
41818 reading.
41819
41820 @item EFAULT
41821 @var{bufptr} is an invalid pointer value.
41822
41823 @item EINTR
41824 The call was interrupted by the user.
41825 @end table
41826
41827 @end table
41828
41829 @node write
41830 @unnumberedsubsubsec write
41831 @cindex write, file-i/o system call
41832
41833 @table @asis
41834 @item Synopsis:
41835 @smallexample
41836 int write(int fd, const void *buf, unsigned int count);
41837 @end smallexample
41838
41839 @item Request:
41840 @samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
41841
41842 @item Return value:
41843 On success, the number of bytes written are returned.
41844 Zero indicates nothing was written. On error, -1
41845 is returned.
41846
41847 @item Errors:
41848
41849 @table @code
41850 @item EBADF
41851 @var{fd} is not a valid file descriptor or is not open for
41852 writing.
41853
41854 @item EFAULT
41855 @var{bufptr} is an invalid pointer value.
41856
41857 @item EFBIG
41858 An attempt was made to write a file that exceeds the
41859 host-specific maximum file size allowed.
41860
41861 @item ENOSPC
41862 No space on device to write the data.
41863
41864 @item EINTR
41865 The call was interrupted by the user.
41866 @end table
41867
41868 @end table
41869
41870 @node lseek
41871 @unnumberedsubsubsec lseek
41872 @cindex lseek, file-i/o system call
41873
41874 @table @asis
41875 @item Synopsis:
41876 @smallexample
41877 long lseek (int fd, long offset, int flag);
41878 @end smallexample
41879
41880 @item Request:
41881 @samp{Flseek,@var{fd},@var{offset},@var{flag}}
41882
41883 @var{flag} is one of:
41884
41885 @table @code
41886 @item SEEK_SET
41887 The offset is set to @var{offset} bytes.
41888
41889 @item SEEK_CUR
41890 The offset is set to its current location plus @var{offset}
41891 bytes.
41892
41893 @item SEEK_END
41894 The offset is set to the size of the file plus @var{offset}
41895 bytes.
41896 @end table
41897
41898 @item Return value:
41899 On success, the resulting unsigned offset in bytes from
41900 the beginning of the file is returned. Otherwise, a
41901 value of -1 is returned.
41902
41903 @item Errors:
41904
41905 @table @code
41906 @item EBADF
41907 @var{fd} is not a valid open file descriptor.
41908
41909 @item ESPIPE
41910 @var{fd} is associated with the @value{GDBN} console.
41911
41912 @item EINVAL
41913 @var{flag} is not a proper value.
41914
41915 @item EINTR
41916 The call was interrupted by the user.
41917 @end table
41918
41919 @end table
41920
41921 @node rename
41922 @unnumberedsubsubsec rename
41923 @cindex rename, file-i/o system call
41924
41925 @table @asis
41926 @item Synopsis:
41927 @smallexample
41928 int rename(const char *oldpath, const char *newpath);
41929 @end smallexample
41930
41931 @item Request:
41932 @samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
41933
41934 @item Return value:
41935 On success, zero is returned. On error, -1 is returned.
41936
41937 @item Errors:
41938
41939 @table @code
41940 @item EISDIR
41941 @var{newpath} is an existing directory, but @var{oldpath} is not a
41942 directory.
41943
41944 @item EEXIST
41945 @var{newpath} is a non-empty directory.
41946
41947 @item EBUSY
41948 @var{oldpath} or @var{newpath} is a directory that is in use by some
41949 process.
41950
41951 @item EINVAL
41952 An attempt was made to make a directory a subdirectory
41953 of itself.
41954
41955 @item ENOTDIR
41956 A component used as a directory in @var{oldpath} or new
41957 path is not a directory. Or @var{oldpath} is a directory
41958 and @var{newpath} exists but is not a directory.
41959
41960 @item EFAULT
41961 @var{oldpathptr} or @var{newpathptr} are invalid pointer values.
41962
41963 @item EACCES
41964 No access to the file or the path of the file.
41965
41966 @item ENAMETOOLONG
41967
41968 @var{oldpath} or @var{newpath} was too long.
41969
41970 @item ENOENT
41971 A directory component in @var{oldpath} or @var{newpath} does not exist.
41972
41973 @item EROFS
41974 The file is on a read-only filesystem.
41975
41976 @item ENOSPC
41977 The device containing the file has no room for the new
41978 directory entry.
41979
41980 @item EINTR
41981 The call was interrupted by the user.
41982 @end table
41983
41984 @end table
41985
41986 @node unlink
41987 @unnumberedsubsubsec unlink
41988 @cindex unlink, file-i/o system call
41989
41990 @table @asis
41991 @item Synopsis:
41992 @smallexample
41993 int unlink(const char *pathname);
41994 @end smallexample
41995
41996 @item Request:
41997 @samp{Funlink,@var{pathnameptr}/@var{len}}
41998
41999 @item Return value:
42000 On success, zero is returned. On error, -1 is returned.
42001
42002 @item Errors:
42003
42004 @table @code
42005 @item EACCES
42006 No access to the file or the path of the file.
42007
42008 @item EPERM
42009 The system does not allow unlinking of directories.
42010
42011 @item EBUSY
42012 The file @var{pathname} cannot be unlinked because it's
42013 being used by another process.
42014
42015 @item EFAULT
42016 @var{pathnameptr} is an invalid pointer value.
42017
42018 @item ENAMETOOLONG
42019 @var{pathname} was too long.
42020
42021 @item ENOENT
42022 A directory component in @var{pathname} does not exist.
42023
42024 @item ENOTDIR
42025 A component of the path is not a directory.
42026
42027 @item EROFS
42028 The file is on a read-only filesystem.
42029
42030 @item EINTR
42031 The call was interrupted by the user.
42032 @end table
42033
42034 @end table
42035
42036 @node stat/fstat
42037 @unnumberedsubsubsec stat/fstat
42038 @cindex fstat, file-i/o system call
42039 @cindex stat, file-i/o system call
42040
42041 @table @asis
42042 @item Synopsis:
42043 @smallexample
42044 int stat(const char *pathname, struct stat *buf);
42045 int fstat(int fd, struct stat *buf);
42046 @end smallexample
42047
42048 @item Request:
42049 @samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
42050 @samp{Ffstat,@var{fd},@var{bufptr}}
42051
42052 @item Return value:
42053 On success, zero is returned. On error, -1 is returned.
42054
42055 @item Errors:
42056
42057 @table @code
42058 @item EBADF
42059 @var{fd} is not a valid open file.
42060
42061 @item ENOENT
42062 A directory component in @var{pathname} does not exist or the
42063 path is an empty string.
42064
42065 @item ENOTDIR
42066 A component of the path is not a directory.
42067
42068 @item EFAULT
42069 @var{pathnameptr} is an invalid pointer value.
42070
42071 @item EACCES
42072 No access to the file or the path of the file.
42073
42074 @item ENAMETOOLONG
42075 @var{pathname} was too long.
42076
42077 @item EINTR
42078 The call was interrupted by the user.
42079 @end table
42080
42081 @end table
42082
42083 @node gettimeofday
42084 @unnumberedsubsubsec gettimeofday
42085 @cindex gettimeofday, file-i/o system call
42086
42087 @table @asis
42088 @item Synopsis:
42089 @smallexample
42090 int gettimeofday(struct timeval *tv, void *tz);
42091 @end smallexample
42092
42093 @item Request:
42094 @samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
42095
42096 @item Return value:
42097 On success, 0 is returned, -1 otherwise.
42098
42099 @item Errors:
42100
42101 @table @code
42102 @item EINVAL
42103 @var{tz} is a non-NULL pointer.
42104
42105 @item EFAULT
42106 @var{tvptr} and/or @var{tzptr} is an invalid pointer value.
42107 @end table
42108
42109 @end table
42110
42111 @node isatty
42112 @unnumberedsubsubsec isatty
42113 @cindex isatty, file-i/o system call
42114
42115 @table @asis
42116 @item Synopsis:
42117 @smallexample
42118 int isatty(int fd);
42119 @end smallexample
42120
42121 @item Request:
42122 @samp{Fisatty,@var{fd}}
42123
42124 @item Return value:
42125 Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
42126
42127 @item Errors:
42128
42129 @table @code
42130 @item EINTR
42131 The call was interrupted by the user.
42132 @end table
42133
42134 @end table
42135
42136 Note that the @code{isatty} call is treated as a special case: it returns
42137 1 to the target if the file descriptor is attached
42138 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
42139 would require implementing @code{ioctl} and would be more complex than
42140 needed.
42141
42142
42143 @node system
42144 @unnumberedsubsubsec system
42145 @cindex system, file-i/o system call
42146
42147 @table @asis
42148 @item Synopsis:
42149 @smallexample
42150 int system(const char *command);
42151 @end smallexample
42152
42153 @item Request:
42154 @samp{Fsystem,@var{commandptr}/@var{len}}
42155
42156 @item Return value:
42157 If @var{len} is zero, the return value indicates whether a shell is
42158 available. A zero return value indicates a shell is not available.
42159 For non-zero @var{len}, the value returned is -1 on error and the
42160 return status of the command otherwise. Only the exit status of the
42161 command is returned, which is extracted from the host's @code{system}
42162 return value by calling @code{WEXITSTATUS(retval)}. In case
42163 @file{/bin/sh} could not be executed, 127 is returned.
42164
42165 @item Errors:
42166
42167 @table @code
42168 @item EINTR
42169 The call was interrupted by the user.
42170 @end table
42171
42172 @end table
42173
42174 @value{GDBN} takes over the full task of calling the necessary host calls
42175 to perform the @code{system} call. The return value of @code{system} on
42176 the host is simplified before it's returned
42177 to the target. Any termination signal information from the child process
42178 is discarded, and the return value consists
42179 entirely of the exit status of the called command.
42180
42181 Due to security concerns, the @code{system} call is by default refused
42182 by @value{GDBN}. The user has to allow this call explicitly with the
42183 @code{set remote system-call-allowed 1} command.
42184
42185 @table @code
42186 @item set remote system-call-allowed
42187 @kindex set remote system-call-allowed
42188 Control whether to allow the @code{system} calls in the File I/O
42189 protocol for the remote target. The default is zero (disabled).
42190
42191 @item show remote system-call-allowed
42192 @kindex show remote system-call-allowed
42193 Show whether the @code{system} calls are allowed in the File I/O
42194 protocol.
42195 @end table
42196
42197 @node Protocol-specific Representation of Datatypes
42198 @subsection Protocol-specific Representation of Datatypes
42199 @cindex protocol-specific representation of datatypes, in file-i/o protocol
42200
42201 @menu
42202 * Integral Datatypes::
42203 * Pointer Values::
42204 * Memory Transfer::
42205 * struct stat::
42206 * struct timeval::
42207 @end menu
42208
42209 @node Integral Datatypes
42210 @unnumberedsubsubsec Integral Datatypes
42211 @cindex integral datatypes, in file-i/o protocol
42212
42213 The integral datatypes used in the system calls are @code{int},
42214 @code{unsigned int}, @code{long}, @code{unsigned long},
42215 @code{mode_t}, and @code{time_t}.
42216
42217 @code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
42218 implemented as 32 bit values in this protocol.
42219
42220 @code{long} and @code{unsigned long} are implemented as 64 bit types.
42221
42222 @xref{Limits}, for corresponding MIN and MAX values (similar to those
42223 in @file{limits.h}) to allow range checking on host and target.
42224
42225 @code{time_t} datatypes are defined as seconds since the Epoch.
42226
42227 All integral datatypes transferred as part of a memory read or write of a
42228 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
42229 byte order.
42230
42231 @node Pointer Values
42232 @unnumberedsubsubsec Pointer Values
42233 @cindex pointer values, in file-i/o protocol
42234
42235 Pointers to target data are transmitted as they are. An exception
42236 is made for pointers to buffers for which the length isn't
42237 transmitted as part of the function call, namely strings. Strings
42238 are transmitted as a pointer/length pair, both as hex values, e.g.@:
42239
42240 @smallexample
42241 @code{1aaf/12}
42242 @end smallexample
42243
42244 @noindent
42245 which is a pointer to data of length 18 bytes at position 0x1aaf.
42246 The length is defined as the full string length in bytes, including
42247 the trailing null byte. For example, the string @code{"hello world"}
42248 at address 0x123456 is transmitted as
42249
42250 @smallexample
42251 @code{123456/d}
42252 @end smallexample
42253
42254 @node Memory Transfer
42255 @unnumberedsubsubsec Memory Transfer
42256 @cindex memory transfer, in file-i/o protocol
42257
42258 Structured data which is transferred using a memory read or write (for
42259 example, a @code{struct stat}) is expected to be in a protocol-specific format
42260 with all scalar multibyte datatypes being big endian. Translation to
42261 this representation needs to be done both by the target before the @code{F}
42262 packet is sent, and by @value{GDBN} before
42263 it transfers memory to the target. Transferred pointers to structured
42264 data should point to the already-coerced data at any time.
42265
42266
42267 @node struct stat
42268 @unnumberedsubsubsec struct stat
42269 @cindex struct stat, in file-i/o protocol
42270
42271 The buffer of type @code{struct stat} used by the target and @value{GDBN}
42272 is defined as follows:
42273
42274 @smallexample
42275 struct stat @{
42276 unsigned int st_dev; /* device */
42277 unsigned int st_ino; /* inode */
42278 mode_t st_mode; /* protection */
42279 unsigned int st_nlink; /* number of hard links */
42280 unsigned int st_uid; /* user ID of owner */
42281 unsigned int st_gid; /* group ID of owner */
42282 unsigned int st_rdev; /* device type (if inode device) */
42283 unsigned long st_size; /* total size, in bytes */
42284 unsigned long st_blksize; /* blocksize for filesystem I/O */
42285 unsigned long st_blocks; /* number of blocks allocated */
42286 time_t st_atime; /* time of last access */
42287 time_t st_mtime; /* time of last modification */
42288 time_t st_ctime; /* time of last change */
42289 @};
42290 @end smallexample
42291
42292 The integral datatypes conform to the definitions given in the
42293 appropriate section (see @ref{Integral Datatypes}, for details) so this
42294 structure is of size 64 bytes.
42295
42296 The values of several fields have a restricted meaning and/or
42297 range of values.
42298
42299 @table @code
42300
42301 @item st_dev
42302 A value of 0 represents a file, 1 the console.
42303
42304 @item st_ino
42305 No valid meaning for the target. Transmitted unchanged.
42306
42307 @item st_mode
42308 Valid mode bits are described in @ref{Constants}. Any other
42309 bits have currently no meaning for the target.
42310
42311 @item st_uid
42312 @itemx st_gid
42313 @itemx st_rdev
42314 No valid meaning for the target. Transmitted unchanged.
42315
42316 @item st_atime
42317 @itemx st_mtime
42318 @itemx st_ctime
42319 These values have a host and file system dependent
42320 accuracy. Especially on Windows hosts, the file system may not
42321 support exact timing values.
42322 @end table
42323
42324 The target gets a @code{struct stat} of the above representation and is
42325 responsible for coercing it to the target representation before
42326 continuing.
42327
42328 Note that due to size differences between the host, target, and protocol
42329 representations of @code{struct stat} members, these members could eventually
42330 get truncated on the target.
42331
42332 @node struct timeval
42333 @unnumberedsubsubsec struct timeval
42334 @cindex struct timeval, in file-i/o protocol
42335
42336 The buffer of type @code{struct timeval} used by the File-I/O protocol
42337 is defined as follows:
42338
42339 @smallexample
42340 struct timeval @{
42341 time_t tv_sec; /* second */
42342 long tv_usec; /* microsecond */
42343 @};
42344 @end smallexample
42345
42346 The integral datatypes conform to the definitions given in the
42347 appropriate section (see @ref{Integral Datatypes}, for details) so this
42348 structure is of size 8 bytes.
42349
42350 @node Constants
42351 @subsection Constants
42352 @cindex constants, in file-i/o protocol
42353
42354 The following values are used for the constants inside of the
42355 protocol. @value{GDBN} and target are responsible for translating these
42356 values before and after the call as needed.
42357
42358 @menu
42359 * Open Flags::
42360 * mode_t Values::
42361 * Errno Values::
42362 * Lseek Flags::
42363 * Limits::
42364 @end menu
42365
42366 @node Open Flags
42367 @unnumberedsubsubsec Open Flags
42368 @cindex open flags, in file-i/o protocol
42369
42370 All values are given in hexadecimal representation.
42371
42372 @smallexample
42373 O_RDONLY 0x0
42374 O_WRONLY 0x1
42375 O_RDWR 0x2
42376 O_APPEND 0x8
42377 O_CREAT 0x200
42378 O_TRUNC 0x400
42379 O_EXCL 0x800
42380 @end smallexample
42381
42382 @node mode_t Values
42383 @unnumberedsubsubsec mode_t Values
42384 @cindex mode_t values, in file-i/o protocol
42385
42386 All values are given in octal representation.
42387
42388 @smallexample
42389 S_IFREG 0100000
42390 S_IFDIR 040000
42391 S_IRUSR 0400
42392 S_IWUSR 0200
42393 S_IXUSR 0100
42394 S_IRGRP 040
42395 S_IWGRP 020
42396 S_IXGRP 010
42397 S_IROTH 04
42398 S_IWOTH 02
42399 S_IXOTH 01
42400 @end smallexample
42401
42402 @node Errno Values
42403 @unnumberedsubsubsec Errno Values
42404 @cindex errno values, in file-i/o protocol
42405
42406 All values are given in decimal representation.
42407
42408 @smallexample
42409 EPERM 1
42410 ENOENT 2
42411 EINTR 4
42412 EBADF 9
42413 EACCES 13
42414 EFAULT 14
42415 EBUSY 16
42416 EEXIST 17
42417 ENODEV 19
42418 ENOTDIR 20
42419 EISDIR 21
42420 EINVAL 22
42421 ENFILE 23
42422 EMFILE 24
42423 EFBIG 27
42424 ENOSPC 28
42425 ESPIPE 29
42426 EROFS 30
42427 ENAMETOOLONG 91
42428 EUNKNOWN 9999
42429 @end smallexample
42430
42431 @code{EUNKNOWN} is used as a fallback error value if a host system returns
42432 any error value not in the list of supported error numbers.
42433
42434 @node Lseek Flags
42435 @unnumberedsubsubsec Lseek Flags
42436 @cindex lseek flags, in file-i/o protocol
42437
42438 @smallexample
42439 SEEK_SET 0
42440 SEEK_CUR 1
42441 SEEK_END 2
42442 @end smallexample
42443
42444 @node Limits
42445 @unnumberedsubsubsec Limits
42446 @cindex limits, in file-i/o protocol
42447
42448 All values are given in decimal representation.
42449
42450 @smallexample
42451 INT_MIN -2147483648
42452 INT_MAX 2147483647
42453 UINT_MAX 4294967295
42454 LONG_MIN -9223372036854775808
42455 LONG_MAX 9223372036854775807
42456 ULONG_MAX 18446744073709551615
42457 @end smallexample
42458
42459 @node File-I/O Examples
42460 @subsection File-I/O Examples
42461 @cindex file-i/o examples
42462
42463 Example sequence of a write call, file descriptor 3, buffer is at target
42464 address 0x1234, 6 bytes should be written:
42465
42466 @smallexample
42467 <- @code{Fwrite,3,1234,6}
42468 @emph{request memory read from target}
42469 -> @code{m1234,6}
42470 <- XXXXXX
42471 @emph{return "6 bytes written"}
42472 -> @code{F6}
42473 @end smallexample
42474
42475 Example sequence of a read call, file descriptor 3, buffer is at target
42476 address 0x1234, 6 bytes should be read:
42477
42478 @smallexample
42479 <- @code{Fread,3,1234,6}
42480 @emph{request memory write to target}
42481 -> @code{X1234,6:XXXXXX}
42482 @emph{return "6 bytes read"}
42483 -> @code{F6}
42484 @end smallexample
42485
42486 Example sequence of a read call, call fails on the host due to invalid
42487 file descriptor (@code{EBADF}):
42488
42489 @smallexample
42490 <- @code{Fread,3,1234,6}
42491 -> @code{F-1,9}
42492 @end smallexample
42493
42494 Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
42495 host is called:
42496
42497 @smallexample
42498 <- @code{Fread,3,1234,6}
42499 -> @code{F-1,4,C}
42500 <- @code{T02}
42501 @end smallexample
42502
42503 Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
42504 host is called:
42505
42506 @smallexample
42507 <- @code{Fread,3,1234,6}
42508 -> @code{X1234,6:XXXXXX}
42509 <- @code{T02}
42510 @end smallexample
42511
42512 @node Library List Format
42513 @section Library List Format
42514 @cindex library list format, remote protocol
42515
42516 On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
42517 same process as your application to manage libraries. In this case,
42518 @value{GDBN} can use the loader's symbol table and normal memory
42519 operations to maintain a list of shared libraries. On other
42520 platforms, the operating system manages loaded libraries.
42521 @value{GDBN} can not retrieve the list of currently loaded libraries
42522 through memory operations, so it uses the @samp{qXfer:libraries:read}
42523 packet (@pxref{qXfer library list read}) instead. The remote stub
42524 queries the target's operating system and reports which libraries
42525 are loaded.
42526
42527 The @samp{qXfer:libraries:read} packet returns an XML document which
42528 lists loaded libraries and their offsets. Each library has an
42529 associated name and one or more segment or section base addresses,
42530 which report where the library was loaded in memory.
42531
42532 For the common case of libraries that are fully linked binaries, the
42533 library should have a list of segments. If the target supports
42534 dynamic linking of a relocatable object file, its library XML element
42535 should instead include a list of allocated sections. The segment or
42536 section bases are start addresses, not relocation offsets; they do not
42537 depend on the library's link-time base addresses.
42538
42539 @value{GDBN} must be linked with the Expat library to support XML
42540 library lists. @xref{Expat}.
42541
42542 A simple memory map, with one loaded library relocated by a single
42543 offset, looks like this:
42544
42545 @smallexample
42546 <library-list>
42547 <library name="/lib/libc.so.6">
42548 <segment address="0x10000000"/>
42549 </library>
42550 </library-list>
42551 @end smallexample
42552
42553 Another simple memory map, with one loaded library with three
42554 allocated sections (.text, .data, .bss), looks like this:
42555
42556 @smallexample
42557 <library-list>
42558 <library name="sharedlib.o">
42559 <section address="0x10000000"/>
42560 <section address="0x20000000"/>
42561 <section address="0x30000000"/>
42562 </library>
42563 </library-list>
42564 @end smallexample
42565
42566 The format of a library list is described by this DTD:
42567
42568 @smallexample
42569 <!-- library-list: Root element with versioning -->
42570 <!ELEMENT library-list (library)*>
42571 <!ATTLIST library-list version CDATA #FIXED "1.0">
42572 <!ELEMENT library (segment*, section*)>
42573 <!ATTLIST library name CDATA #REQUIRED>
42574 <!ELEMENT segment EMPTY>
42575 <!ATTLIST segment address CDATA #REQUIRED>
42576 <!ELEMENT section EMPTY>
42577 <!ATTLIST section address CDATA #REQUIRED>
42578 @end smallexample
42579
42580 In addition, segments and section descriptors cannot be mixed within a
42581 single library element, and you must supply at least one segment or
42582 section for each library.
42583
42584 @node Library List Format for SVR4 Targets
42585 @section Library List Format for SVR4 Targets
42586 @cindex library list format, remote protocol
42587
42588 On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
42589 (e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
42590 shared libraries. Still a special library list provided by this packet is
42591 more efficient for the @value{GDBN} remote protocol.
42592
42593 The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
42594 loaded libraries and their SVR4 linker parameters. For each library on SVR4
42595 target, the following parameters are reported:
42596
42597 @itemize @minus
42598 @item
42599 @code{name}, the absolute file name from the @code{l_name} field of
42600 @code{struct link_map}.
42601 @item
42602 @code{lm} with address of @code{struct link_map} used for TLS
42603 (Thread Local Storage) access.
42604 @item
42605 @code{l_addr}, the displacement as read from the field @code{l_addr} of
42606 @code{struct link_map}. For prelinked libraries this is not an absolute
42607 memory address. It is a displacement of absolute memory address against
42608 address the file was prelinked to during the library load.
42609 @item
42610 @code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
42611 @end itemize
42612
42613 Additionally the single @code{main-lm} attribute specifies address of
42614 @code{struct link_map} used for the main executable. This parameter is used
42615 for TLS access and its presence is optional.
42616
42617 @value{GDBN} must be linked with the Expat library to support XML
42618 SVR4 library lists. @xref{Expat}.
42619
42620 A simple memory map, with two loaded libraries (which do not use prelink),
42621 looks like this:
42622
42623 @smallexample
42624 <library-list-svr4 version="1.0" main-lm="0xe4f8f8">
42625 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
42626 l_ld="0xe4eefc"/>
42627 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
42628 l_ld="0x152350"/>
42629 </library-list-svr>
42630 @end smallexample
42631
42632 The format of an SVR4 library list is described by this DTD:
42633
42634 @smallexample
42635 <!-- library-list-svr4: Root element with versioning -->
42636 <!ELEMENT library-list-svr4 (library)*>
42637 <!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
42638 <!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
42639 <!ELEMENT library EMPTY>
42640 <!ATTLIST library name CDATA #REQUIRED>
42641 <!ATTLIST library lm CDATA #REQUIRED>
42642 <!ATTLIST library l_addr CDATA #REQUIRED>
42643 <!ATTLIST library l_ld CDATA #REQUIRED>
42644 @end smallexample
42645
42646 @node Memory Map Format
42647 @section Memory Map Format
42648 @cindex memory map format
42649
42650 To be able to write into flash memory, @value{GDBN} needs to obtain a
42651 memory map from the target. This section describes the format of the
42652 memory map.
42653
42654 The memory map is obtained using the @samp{qXfer:memory-map:read}
42655 (@pxref{qXfer memory map read}) packet and is an XML document that
42656 lists memory regions.
42657
42658 @value{GDBN} must be linked with the Expat library to support XML
42659 memory maps. @xref{Expat}.
42660
42661 The top-level structure of the document is shown below:
42662
42663 @smallexample
42664 <?xml version="1.0"?>
42665 <!DOCTYPE memory-map
42666 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
42667 "http://sourceware.org/gdb/gdb-memory-map.dtd">
42668 <memory-map>
42669 region...
42670 </memory-map>
42671 @end smallexample
42672
42673 Each region can be either:
42674
42675 @itemize
42676
42677 @item
42678 A region of RAM starting at @var{addr} and extending for @var{length}
42679 bytes from there:
42680
42681 @smallexample
42682 <memory type="ram" start="@var{addr}" length="@var{length}"/>
42683 @end smallexample
42684
42685
42686 @item
42687 A region of read-only memory:
42688
42689 @smallexample
42690 <memory type="rom" start="@var{addr}" length="@var{length}"/>
42691 @end smallexample
42692
42693
42694 @item
42695 A region of flash memory, with erasure blocks @var{blocksize}
42696 bytes in length:
42697
42698 @smallexample
42699 <memory type="flash" start="@var{addr}" length="@var{length}">
42700 <property name="blocksize">@var{blocksize}</property>
42701 </memory>
42702 @end smallexample
42703
42704 @end itemize
42705
42706 Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
42707 by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
42708 packets to write to addresses in such ranges.
42709
42710 The formal DTD for memory map format is given below:
42711
42712 @smallexample
42713 <!-- ................................................... -->
42714 <!-- Memory Map XML DTD ................................ -->
42715 <!-- File: memory-map.dtd .............................. -->
42716 <!-- .................................... .............. -->
42717 <!-- memory-map.dtd -->
42718 <!-- memory-map: Root element with versioning -->
42719 <!ELEMENT memory-map (memory)*>
42720 <!ATTLIST memory-map version CDATA #FIXED "1.0.0">
42721 <!ELEMENT memory (property)*>
42722 <!-- memory: Specifies a memory region,
42723 and its type, or device. -->
42724 <!ATTLIST memory type (ram|rom|flash) #REQUIRED
42725 start CDATA #REQUIRED
42726 length CDATA #REQUIRED>
42727 <!-- property: Generic attribute tag -->
42728 <!ELEMENT property (#PCDATA | property)*>
42729 <!ATTLIST property name (blocksize) #REQUIRED>
42730 @end smallexample
42731
42732 @node Thread List Format
42733 @section Thread List Format
42734 @cindex thread list format
42735
42736 To efficiently update the list of threads and their attributes,
42737 @value{GDBN} issues the @samp{qXfer:threads:read} packet
42738 (@pxref{qXfer threads read}) and obtains the XML document with
42739 the following structure:
42740
42741 @smallexample
42742 <?xml version="1.0"?>
42743 <threads>
42744 <thread id="id" core="0" name="name">
42745 ... description ...
42746 </thread>
42747 </threads>
42748 @end smallexample
42749
42750 Each @samp{thread} element must have the @samp{id} attribute that
42751 identifies the thread (@pxref{thread-id syntax}). The
42752 @samp{core} attribute, if present, specifies which processor core
42753 the thread was last executing on. The @samp{name} attribute, if
42754 present, specifies the human-readable name of the thread. The content
42755 of the of @samp{thread} element is interpreted as human-readable
42756 auxiliary information. The @samp{handle} attribute, if present,
42757 is a hex encoded representation of the thread handle.
42758
42759
42760 @node Traceframe Info Format
42761 @section Traceframe Info Format
42762 @cindex traceframe info format
42763
42764 To be able to know which objects in the inferior can be examined when
42765 inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
42766 memory ranges, registers and trace state variables that have been
42767 collected in a traceframe.
42768
42769 This list is obtained using the @samp{qXfer:traceframe-info:read}
42770 (@pxref{qXfer traceframe info read}) packet and is an XML document.
42771
42772 @value{GDBN} must be linked with the Expat library to support XML
42773 traceframe info discovery. @xref{Expat}.
42774
42775 The top-level structure of the document is shown below:
42776
42777 @smallexample
42778 <?xml version="1.0"?>
42779 <!DOCTYPE traceframe-info
42780 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
42781 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
42782 <traceframe-info>
42783 block...
42784 </traceframe-info>
42785 @end smallexample
42786
42787 Each traceframe block can be either:
42788
42789 @itemize
42790
42791 @item
42792 A region of collected memory starting at @var{addr} and extending for
42793 @var{length} bytes from there:
42794
42795 @smallexample
42796 <memory start="@var{addr}" length="@var{length}"/>
42797 @end smallexample
42798
42799 @item
42800 A block indicating trace state variable numbered @var{number} has been
42801 collected:
42802
42803 @smallexample
42804 <tvar id="@var{number}"/>
42805 @end smallexample
42806
42807 @end itemize
42808
42809 The formal DTD for the traceframe info format is given below:
42810
42811 @smallexample
42812 <!ELEMENT traceframe-info (memory | tvar)* >
42813 <!ATTLIST traceframe-info version CDATA #FIXED "1.0">
42814
42815 <!ELEMENT memory EMPTY>
42816 <!ATTLIST memory start CDATA #REQUIRED
42817 length CDATA #REQUIRED>
42818 <!ELEMENT tvar>
42819 <!ATTLIST tvar id CDATA #REQUIRED>
42820 @end smallexample
42821
42822 @node Branch Trace Format
42823 @section Branch Trace Format
42824 @cindex branch trace format
42825
42826 In order to display the branch trace of an inferior thread,
42827 @value{GDBN} needs to obtain the list of branches. This list is
42828 represented as list of sequential code blocks that are connected via
42829 branches. The code in each block has been executed sequentially.
42830
42831 This list is obtained using the @samp{qXfer:btrace:read}
42832 (@pxref{qXfer btrace read}) packet and is an XML document.
42833
42834 @value{GDBN} must be linked with the Expat library to support XML
42835 traceframe info discovery. @xref{Expat}.
42836
42837 The top-level structure of the document is shown below:
42838
42839 @smallexample
42840 <?xml version="1.0"?>
42841 <!DOCTYPE btrace
42842 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
42843 "http://sourceware.org/gdb/gdb-btrace.dtd">
42844 <btrace>
42845 block...
42846 </btrace>
42847 @end smallexample
42848
42849 @itemize
42850
42851 @item
42852 A block of sequentially executed instructions starting at @var{begin}
42853 and ending at @var{end}:
42854
42855 @smallexample
42856 <block begin="@var{begin}" end="@var{end}"/>
42857 @end smallexample
42858
42859 @end itemize
42860
42861 The formal DTD for the branch trace format is given below:
42862
42863 @smallexample
42864 <!ELEMENT btrace (block* | pt) >
42865 <!ATTLIST btrace version CDATA #FIXED "1.0">
42866
42867 <!ELEMENT block EMPTY>
42868 <!ATTLIST block begin CDATA #REQUIRED
42869 end CDATA #REQUIRED>
42870
42871 <!ELEMENT pt (pt-config?, raw?)>
42872
42873 <!ELEMENT pt-config (cpu?)>
42874
42875 <!ELEMENT cpu EMPTY>
42876 <!ATTLIST cpu vendor CDATA #REQUIRED
42877 family CDATA #REQUIRED
42878 model CDATA #REQUIRED
42879 stepping CDATA #REQUIRED>
42880
42881 <!ELEMENT raw (#PCDATA)>
42882 @end smallexample
42883
42884 @node Branch Trace Configuration Format
42885 @section Branch Trace Configuration Format
42886 @cindex branch trace configuration format
42887
42888 For each inferior thread, @value{GDBN} can obtain the branch trace
42889 configuration using the @samp{qXfer:btrace-conf:read}
42890 (@pxref{qXfer btrace-conf read}) packet.
42891
42892 The configuration describes the branch trace format and configuration
42893 settings for that format. The following information is described:
42894
42895 @table @code
42896 @item bts
42897 This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
42898 @table @code
42899 @item size
42900 The size of the @acronym{BTS} ring buffer in bytes.
42901 @end table
42902 @item pt
42903 This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
42904 PT}) format.
42905 @table @code
42906 @item size
42907 The size of the @acronym{Intel PT} ring buffer in bytes.
42908 @end table
42909 @end table
42910
42911 @value{GDBN} must be linked with the Expat library to support XML
42912 branch trace configuration discovery. @xref{Expat}.
42913
42914 The formal DTD for the branch trace configuration format is given below:
42915
42916 @smallexample
42917 <!ELEMENT btrace-conf (bts?, pt?)>
42918 <!ATTLIST btrace-conf version CDATA #FIXED "1.0">
42919
42920 <!ELEMENT bts EMPTY>
42921 <!ATTLIST bts size CDATA #IMPLIED>
42922
42923 <!ELEMENT pt EMPTY>
42924 <!ATTLIST pt size CDATA #IMPLIED>
42925 @end smallexample
42926
42927 @include agentexpr.texi
42928
42929 @node Target Descriptions
42930 @appendix Target Descriptions
42931 @cindex target descriptions
42932
42933 One of the challenges of using @value{GDBN} to debug embedded systems
42934 is that there are so many minor variants of each processor
42935 architecture in use. It is common practice for vendors to start with
42936 a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
42937 and then make changes to adapt it to a particular market niche. Some
42938 architectures have hundreds of variants, available from dozens of
42939 vendors. This leads to a number of problems:
42940
42941 @itemize @bullet
42942 @item
42943 With so many different customized processors, it is difficult for
42944 the @value{GDBN} maintainers to keep up with the changes.
42945 @item
42946 Since individual variants may have short lifetimes or limited
42947 audiences, it may not be worthwhile to carry information about every
42948 variant in the @value{GDBN} source tree.
42949 @item
42950 When @value{GDBN} does support the architecture of the embedded system
42951 at hand, the task of finding the correct architecture name to give the
42952 @command{set architecture} command can be error-prone.
42953 @end itemize
42954
42955 To address these problems, the @value{GDBN} remote protocol allows a
42956 target system to not only identify itself to @value{GDBN}, but to
42957 actually describe its own features. This lets @value{GDBN} support
42958 processor variants it has never seen before --- to the extent that the
42959 descriptions are accurate, and that @value{GDBN} understands them.
42960
42961 @value{GDBN} must be linked with the Expat library to support XML
42962 target descriptions. @xref{Expat}.
42963
42964 @menu
42965 * Retrieving Descriptions:: How descriptions are fetched from a target.
42966 * Target Description Format:: The contents of a target description.
42967 * Predefined Target Types:: Standard types available for target
42968 descriptions.
42969 * Enum Target Types:: How to define enum target types.
42970 * Standard Target Features:: Features @value{GDBN} knows about.
42971 @end menu
42972
42973 @node Retrieving Descriptions
42974 @section Retrieving Descriptions
42975
42976 Target descriptions can be read from the target automatically, or
42977 specified by the user manually. The default behavior is to read the
42978 description from the target. @value{GDBN} retrieves it via the remote
42979 protocol using @samp{qXfer} requests (@pxref{General Query Packets,
42980 qXfer}). The @var{annex} in the @samp{qXfer} packet will be
42981 @samp{target.xml}. The contents of the @samp{target.xml} annex are an
42982 XML document, of the form described in @ref{Target Description
42983 Format}.
42984
42985 Alternatively, you can specify a file to read for the target description.
42986 If a file is set, the target will not be queried. The commands to
42987 specify a file are:
42988
42989 @table @code
42990 @cindex set tdesc filename
42991 @item set tdesc filename @var{path}
42992 Read the target description from @var{path}.
42993
42994 @cindex unset tdesc filename
42995 @item unset tdesc filename
42996 Do not read the XML target description from a file. @value{GDBN}
42997 will use the description supplied by the current target.
42998
42999 @cindex show tdesc filename
43000 @item show tdesc filename
43001 Show the filename to read for a target description, if any.
43002 @end table
43003
43004
43005 @node Target Description Format
43006 @section Target Description Format
43007 @cindex target descriptions, XML format
43008
43009 A target description annex is an @uref{http://www.w3.org/XML/, XML}
43010 document which complies with the Document Type Definition provided in
43011 the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
43012 means you can use generally available tools like @command{xmllint} to
43013 check that your feature descriptions are well-formed and valid.
43014 However, to help people unfamiliar with XML write descriptions for
43015 their targets, we also describe the grammar here.
43016
43017 Target descriptions can identify the architecture of the remote target
43018 and (for some architectures) provide information about custom register
43019 sets. They can also identify the OS ABI of the remote target.
43020 @value{GDBN} can use this information to autoconfigure for your
43021 target, or to warn you if you connect to an unsupported target.
43022
43023 Here is a simple target description:
43024
43025 @smallexample
43026 <target version="1.0">
43027 <architecture>i386:x86-64</architecture>
43028 </target>
43029 @end smallexample
43030
43031 @noindent
43032 This minimal description only says that the target uses
43033 the x86-64 architecture.
43034
43035 A target description has the following overall form, with [ ] marking
43036 optional elements and @dots{} marking repeatable elements. The elements
43037 are explained further below.
43038
43039 @smallexample
43040 <?xml version="1.0"?>
43041 <!DOCTYPE target SYSTEM "gdb-target.dtd">
43042 <target version="1.0">
43043 @r{[}@var{architecture}@r{]}
43044 @r{[}@var{osabi}@r{]}
43045 @r{[}@var{compatible}@r{]}
43046 @r{[}@var{feature}@dots{}@r{]}
43047 </target>
43048 @end smallexample
43049
43050 @noindent
43051 The description is generally insensitive to whitespace and line
43052 breaks, under the usual common-sense rules. The XML version
43053 declaration and document type declaration can generally be omitted
43054 (@value{GDBN} does not require them), but specifying them may be
43055 useful for XML validation tools. The @samp{version} attribute for
43056 @samp{<target>} may also be omitted, but we recommend
43057 including it; if future versions of @value{GDBN} use an incompatible
43058 revision of @file{gdb-target.dtd}, they will detect and report
43059 the version mismatch.
43060
43061 @subsection Inclusion
43062 @cindex target descriptions, inclusion
43063 @cindex XInclude
43064 @ifnotinfo
43065 @cindex <xi:include>
43066 @end ifnotinfo
43067
43068 It can sometimes be valuable to split a target description up into
43069 several different annexes, either for organizational purposes, or to
43070 share files between different possible target descriptions. You can
43071 divide a description into multiple files by replacing any element of
43072 the target description with an inclusion directive of the form:
43073
43074 @smallexample
43075 <xi:include href="@var{document}"/>
43076 @end smallexample
43077
43078 @noindent
43079 When @value{GDBN} encounters an element of this form, it will retrieve
43080 the named XML @var{document}, and replace the inclusion directive with
43081 the contents of that document. If the current description was read
43082 using @samp{qXfer}, then so will be the included document;
43083 @var{document} will be interpreted as the name of an annex. If the
43084 current description was read from a file, @value{GDBN} will look for
43085 @var{document} as a file in the same directory where it found the
43086 original description.
43087
43088 @subsection Architecture
43089 @cindex <architecture>
43090
43091 An @samp{<architecture>} element has this form:
43092
43093 @smallexample
43094 <architecture>@var{arch}</architecture>
43095 @end smallexample
43096
43097 @var{arch} is one of the architectures from the set accepted by
43098 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
43099
43100 @subsection OS ABI
43101 @cindex @code{<osabi>}
43102
43103 This optional field was introduced in @value{GDBN} version 7.0.
43104 Previous versions of @value{GDBN} ignore it.
43105
43106 An @samp{<osabi>} element has this form:
43107
43108 @smallexample
43109 <osabi>@var{abi-name}</osabi>
43110 @end smallexample
43111
43112 @var{abi-name} is an OS ABI name from the same selection accepted by
43113 @w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
43114
43115 @subsection Compatible Architecture
43116 @cindex @code{<compatible>}
43117
43118 This optional field was introduced in @value{GDBN} version 7.0.
43119 Previous versions of @value{GDBN} ignore it.
43120
43121 A @samp{<compatible>} element has this form:
43122
43123 @smallexample
43124 <compatible>@var{arch}</compatible>
43125 @end smallexample
43126
43127 @var{arch} is one of the architectures from the set accepted by
43128 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
43129
43130 A @samp{<compatible>} element is used to specify that the target
43131 is able to run binaries in some other than the main target architecture
43132 given by the @samp{<architecture>} element. For example, on the
43133 Cell Broadband Engine, the main architecture is @code{powerpc:common}
43134 or @code{powerpc:common64}, but the system is able to run binaries
43135 in the @code{spu} architecture as well. The way to describe this
43136 capability with @samp{<compatible>} is as follows:
43137
43138 @smallexample
43139 <architecture>powerpc:common</architecture>
43140 <compatible>spu</compatible>
43141 @end smallexample
43142
43143 @subsection Features
43144 @cindex <feature>
43145
43146 Each @samp{<feature>} describes some logical portion of the target
43147 system. Features are currently used to describe available CPU
43148 registers and the types of their contents. A @samp{<feature>} element
43149 has this form:
43150
43151 @smallexample
43152 <feature name="@var{name}">
43153 @r{[}@var{type}@dots{}@r{]}
43154 @var{reg}@dots{}
43155 </feature>
43156 @end smallexample
43157
43158 @noindent
43159 Each feature's name should be unique within the description. The name
43160 of a feature does not matter unless @value{GDBN} has some special
43161 knowledge of the contents of that feature; if it does, the feature
43162 should have its standard name. @xref{Standard Target Features}.
43163
43164 @subsection Types
43165
43166 Any register's value is a collection of bits which @value{GDBN} must
43167 interpret. The default interpretation is a two's complement integer,
43168 but other types can be requested by name in the register description.
43169 Some predefined types are provided by @value{GDBN} (@pxref{Predefined
43170 Target Types}), and the description can define additional composite
43171 and enum types.
43172
43173 Each type element must have an @samp{id} attribute, which gives
43174 a unique (within the containing @samp{<feature>}) name to the type.
43175 Types must be defined before they are used.
43176
43177 @cindex <vector>
43178 Some targets offer vector registers, which can be treated as arrays
43179 of scalar elements. These types are written as @samp{<vector>} elements,
43180 specifying the array element type, @var{type}, and the number of elements,
43181 @var{count}:
43182
43183 @smallexample
43184 <vector id="@var{id}" type="@var{type}" count="@var{count}"/>
43185 @end smallexample
43186
43187 @cindex <union>
43188 If a register's value is usefully viewed in multiple ways, define it
43189 with a union type containing the useful representations. The
43190 @samp{<union>} element contains one or more @samp{<field>} elements,
43191 each of which has a @var{name} and a @var{type}:
43192
43193 @smallexample
43194 <union id="@var{id}">
43195 <field name="@var{name}" type="@var{type}"/>
43196 @dots{}
43197 </union>
43198 @end smallexample
43199
43200 @cindex <struct>
43201 @cindex <flags>
43202 If a register's value is composed from several separate values, define
43203 it with either a structure type or a flags type.
43204 A flags type may only contain bitfields.
43205 A structure type may either contain only bitfields or contain no bitfields.
43206 If the value contains only bitfields, its total size in bytes must be
43207 specified.
43208
43209 Non-bitfield values have a @var{name} and @var{type}.
43210
43211 @smallexample
43212 <struct id="@var{id}">
43213 <field name="@var{name}" type="@var{type}"/>
43214 @dots{}
43215 </struct>
43216 @end smallexample
43217
43218 Both @var{name} and @var{type} values are required.
43219 No implicit padding is added.
43220
43221 Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
43222
43223 @smallexample
43224 <struct id="@var{id}" size="@var{size}">
43225 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
43226 @dots{}
43227 </struct>
43228 @end smallexample
43229
43230 @smallexample
43231 <flags id="@var{id}" size="@var{size}">
43232 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
43233 @dots{}
43234 </flags>
43235 @end smallexample
43236
43237 The @var{name} value is required.
43238 Bitfield values may be named with the empty string, @samp{""},
43239 in which case the field is ``filler'' and its value is not printed.
43240 Not all bits need to be specified, so ``filler'' fields are optional.
43241
43242 The @var{start} and @var{end} values are required, and @var{type}
43243 is optional.
43244 The field's @var{start} must be less than or equal to its @var{end},
43245 and zero represents the least significant bit.
43246
43247 The default value of @var{type} is @code{bool} for single bit fields,
43248 and an unsigned integer otherwise.
43249
43250 Which to choose? Structures or flags?
43251
43252 Registers defined with @samp{flags} have these advantages over
43253 defining them with @samp{struct}:
43254
43255 @itemize @bullet
43256 @item
43257 Arithmetic may be performed on them as if they were integers.
43258 @item
43259 They are printed in a more readable fashion.
43260 @end itemize
43261
43262 Registers defined with @samp{struct} have one advantage over
43263 defining them with @samp{flags}:
43264
43265 @itemize @bullet
43266 @item
43267 One can fetch individual fields like in @samp{C}.
43268
43269 @smallexample
43270 (gdb) print $my_struct_reg.field3
43271 $1 = 42
43272 @end smallexample
43273
43274 @end itemize
43275
43276 @subsection Registers
43277 @cindex <reg>
43278
43279 Each register is represented as an element with this form:
43280
43281 @smallexample
43282 <reg name="@var{name}"
43283 bitsize="@var{size}"
43284 @r{[}regnum="@var{num}"@r{]}
43285 @r{[}save-restore="@var{save-restore}"@r{]}
43286 @r{[}type="@var{type}"@r{]}
43287 @r{[}group="@var{group}"@r{]}/>
43288 @end smallexample
43289
43290 @noindent
43291 The components are as follows:
43292
43293 @table @var
43294
43295 @item name
43296 The register's name; it must be unique within the target description.
43297
43298 @item bitsize
43299 The register's size, in bits.
43300
43301 @item regnum
43302 The register's number. If omitted, a register's number is one greater
43303 than that of the previous register (either in the current feature or in
43304 a preceding feature); the first register in the target description
43305 defaults to zero. This register number is used to read or write
43306 the register; e.g.@: it is used in the remote @code{p} and @code{P}
43307 packets, and registers appear in the @code{g} and @code{G} packets
43308 in order of increasing register number.
43309
43310 @item save-restore
43311 Whether the register should be preserved across inferior function
43312 calls; this must be either @code{yes} or @code{no}. The default is
43313 @code{yes}, which is appropriate for most registers except for
43314 some system control registers; this is not related to the target's
43315 ABI.
43316
43317 @item type
43318 The type of the register. It may be a predefined type, a type
43319 defined in the current feature, or one of the special types @code{int}
43320 and @code{float}. @code{int} is an integer type of the correct size
43321 for @var{bitsize}, and @code{float} is a floating point type (in the
43322 architecture's normal floating point format) of the correct size for
43323 @var{bitsize}. The default is @code{int}.
43324
43325 @item group
43326 The register group to which this register belongs. It can be one of the
43327 standard register groups @code{general}, @code{float}, @code{vector} or an
43328 arbitrary string. Group names should be limited to alphanumeric characters.
43329 If a group name is made up of multiple words the words may be separated by
43330 hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
43331 @var{group} is specified, @value{GDBN} will not display the register in
43332 @code{info registers}.
43333
43334 @end table
43335
43336 @node Predefined Target Types
43337 @section Predefined Target Types
43338 @cindex target descriptions, predefined types
43339
43340 Type definitions in the self-description can build up composite types
43341 from basic building blocks, but can not define fundamental types. Instead,
43342 standard identifiers are provided by @value{GDBN} for the fundamental
43343 types. The currently supported types are:
43344
43345 @table @code
43346
43347 @item bool
43348 Boolean type, occupying a single bit.
43349
43350 @item int8
43351 @itemx int16
43352 @itemx int24
43353 @itemx int32
43354 @itemx int64
43355 @itemx int128
43356 Signed integer types holding the specified number of bits.
43357
43358 @item uint8
43359 @itemx uint16
43360 @itemx uint24
43361 @itemx uint32
43362 @itemx uint64
43363 @itemx uint128
43364 Unsigned integer types holding the specified number of bits.
43365
43366 @item code_ptr
43367 @itemx data_ptr
43368 Pointers to unspecified code and data. The program counter and
43369 any dedicated return address register may be marked as code
43370 pointers; printing a code pointer converts it into a symbolic
43371 address. The stack pointer and any dedicated address registers
43372 may be marked as data pointers.
43373
43374 @item ieee_single
43375 Single precision IEEE floating point.
43376
43377 @item ieee_double
43378 Double precision IEEE floating point.
43379
43380 @item arm_fpa_ext
43381 The 12-byte extended precision format used by ARM FPA registers.
43382
43383 @item i387_ext
43384 The 10-byte extended precision format used by x87 registers.
43385
43386 @item i386_eflags
43387 32bit @sc{eflags} register used by x86.
43388
43389 @item i386_mxcsr
43390 32bit @sc{mxcsr} register used by x86.
43391
43392 @end table
43393
43394 @node Enum Target Types
43395 @section Enum Target Types
43396 @cindex target descriptions, enum types
43397
43398 Enum target types are useful in @samp{struct} and @samp{flags}
43399 register descriptions. @xref{Target Description Format}.
43400
43401 Enum types have a name, size and a list of name/value pairs.
43402
43403 @smallexample
43404 <enum id="@var{id}" size="@var{size}">
43405 <evalue name="@var{name}" value="@var{value}"/>
43406 @dots{}
43407 </enum>
43408 @end smallexample
43409
43410 Enums must be defined before they are used.
43411
43412 @smallexample
43413 <enum id="levels_type" size="4">
43414 <evalue name="low" value="0"/>
43415 <evalue name="high" value="1"/>
43416 </enum>
43417 <flags id="flags_type" size="4">
43418 <field name="X" start="0"/>
43419 <field name="LEVEL" start="1" end="1" type="levels_type"/>
43420 </flags>
43421 <reg name="flags" bitsize="32" type="flags_type"/>
43422 @end smallexample
43423
43424 Given that description, a value of 3 for the @samp{flags} register
43425 would be printed as:
43426
43427 @smallexample
43428 (gdb) info register flags
43429 flags 0x3 [ X LEVEL=high ]
43430 @end smallexample
43431
43432 @node Standard Target Features
43433 @section Standard Target Features
43434 @cindex target descriptions, standard features
43435
43436 A target description must contain either no registers or all the
43437 target's registers. If the description contains no registers, then
43438 @value{GDBN} will assume a default register layout, selected based on
43439 the architecture. If the description contains any registers, the
43440 default layout will not be used; the standard registers must be
43441 described in the target description, in such a way that @value{GDBN}
43442 can recognize them.
43443
43444 This is accomplished by giving specific names to feature elements
43445 which contain standard registers. @value{GDBN} will look for features
43446 with those names and verify that they contain the expected registers;
43447 if any known feature is missing required registers, or if any required
43448 feature is missing, @value{GDBN} will reject the target
43449 description. You can add additional registers to any of the
43450 standard features --- @value{GDBN} will display them just as if
43451 they were added to an unrecognized feature.
43452
43453 This section lists the known features and their expected contents.
43454 Sample XML documents for these features are included in the
43455 @value{GDBN} source tree, in the directory @file{gdb/features}.
43456
43457 Names recognized by @value{GDBN} should include the name of the
43458 company or organization which selected the name, and the overall
43459 architecture to which the feature applies; so e.g.@: the feature
43460 containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
43461
43462 The names of registers are not case sensitive for the purpose
43463 of recognizing standard features, but @value{GDBN} will only display
43464 registers using the capitalization used in the description.
43465
43466 @menu
43467 * AArch64 Features::
43468 * ARC Features::
43469 * ARM Features::
43470 * i386 Features::
43471 * MicroBlaze Features::
43472 * MIPS Features::
43473 * M68K Features::
43474 * NDS32 Features::
43475 * Nios II Features::
43476 * OpenRISC 1000 Features::
43477 * PowerPC Features::
43478 * RISC-V Features::
43479 * S/390 and System z Features::
43480 * Sparc Features::
43481 * TIC6x Features::
43482 @end menu
43483
43484
43485 @node AArch64 Features
43486 @subsection AArch64 Features
43487 @cindex target descriptions, AArch64 features
43488
43489 The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
43490 targets. It should contain registers @samp{x0} through @samp{x30},
43491 @samp{sp}, @samp{pc}, and @samp{cpsr}.
43492
43493 The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
43494 it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
43495 and @samp{fpcr}.
43496
43497 The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
43498 it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
43499 through @samp{p15}, @samp{ffr} and @samp{vg}.
43500
43501 The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
43502 it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
43503
43504 @node ARC Features
43505 @subsection ARC Features
43506 @cindex target descriptions, ARC Features
43507
43508 ARC processors are highly configurable, so even core registers and their number
43509 are not completely predetermined. In addition flags and PC registers which are
43510 important to @value{GDBN} are not ``core'' registers in ARC. It is required
43511 that one of the core registers features is present.
43512 @samp{org.gnu.gdb.arc.aux-minimal} feature is mandatory.
43513
43514 The @samp{org.gnu.gdb.arc.core.v2} feature is required for ARC EM and ARC HS
43515 targets with a normal register file. It should contain registers @samp{r0}
43516 through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
43517 @samp{lp_count} and @samp{pcl}. This feature may contain register @samp{ilink}
43518 and any of extension core registers @samp{r32} through @samp{r59/acch}.
43519 @samp{ilink} and extension core registers are not available to read/write, when
43520 debugging GNU/Linux applications, thus @samp{ilink} is made optional.
43521
43522 The @samp{org.gnu.gdb.arc.core-reduced.v2} feature is required for ARC EM and
43523 ARC HS targets with a reduced register file. It should contain registers
43524 @samp{r0} through @samp{r3}, @samp{r10} through @samp{r15}, @samp{gp},
43525 @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink}, @samp{lp_count} and @samp{pcl}.
43526 This feature may contain register @samp{ilink} and any of extension core
43527 registers @samp{r32} through @samp{r59/acch}.
43528
43529 The @samp{org.gnu.gdb.arc.core.arcompact} feature is required for ARCompact
43530 targets with a normal register file. It should contain registers @samp{r0}
43531 through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
43532 @samp{lp_count} and @samp{pcl}. This feature may contain registers
43533 @samp{ilink1}, @samp{ilink2} and any of extension core registers @samp{r32}
43534 through @samp{r59/acch}. @samp{ilink1} and @samp{ilink2} and extension core
43535 registers are not available when debugging GNU/Linux applications. The only
43536 difference with @samp{org.gnu.gdb.arc.core.v2} feature is in the names of
43537 @samp{ilink1} and @samp{ilink2} registers and that @samp{r30} is mandatory in
43538 ARC v2, but @samp{ilink2} is optional on ARCompact.
43539
43540 The @samp{org.gnu.gdb.arc.aux-minimal} feature is required for all ARC
43541 targets. It should contain registers @samp{pc} and @samp{status32}.
43542
43543 @node ARM Features
43544 @subsection ARM Features
43545 @cindex target descriptions, ARM features
43546
43547 The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
43548 ARM targets.
43549 It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
43550 @samp{lr}, @samp{pc}, and @samp{cpsr}.
43551
43552 For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
43553 feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
43554 registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
43555 and @samp{xpsr}.
43556
43557 The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
43558 should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
43559
43560 The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
43561 it should contain at least registers @samp{wR0} through @samp{wR15} and
43562 @samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
43563 @samp{wCSSF}, and @samp{wCASF} registers are optional.
43564
43565 The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
43566 should contain at least registers @samp{d0} through @samp{d15}. If
43567 they are present, @samp{d16} through @samp{d31} should also be included.
43568 @value{GDBN} will synthesize the single-precision registers from
43569 halves of the double-precision registers.
43570
43571 The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
43572 need to contain registers; it instructs @value{GDBN} to display the
43573 VFP double-precision registers as vectors and to synthesize the
43574 quad-precision registers from pairs of double-precision registers.
43575 If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
43576 be present and include 32 double-precision registers.
43577
43578 @node i386 Features
43579 @subsection i386 Features
43580 @cindex target descriptions, i386 features
43581
43582 The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
43583 targets. It should describe the following registers:
43584
43585 @itemize @minus
43586 @item
43587 @samp{eax} through @samp{edi} plus @samp{eip} for i386
43588 @item
43589 @samp{rax} through @samp{r15} plus @samp{rip} for amd64
43590 @item
43591 @samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
43592 @samp{fs}, @samp{gs}
43593 @item
43594 @samp{st0} through @samp{st7}
43595 @item
43596 @samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
43597 @samp{foseg}, @samp{fooff} and @samp{fop}
43598 @end itemize
43599
43600 The register sets may be different, depending on the target.
43601
43602 The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
43603 describe registers:
43604
43605 @itemize @minus
43606 @item
43607 @samp{xmm0} through @samp{xmm7} for i386
43608 @item
43609 @samp{xmm0} through @samp{xmm15} for amd64
43610 @item
43611 @samp{mxcsr}
43612 @end itemize
43613
43614 The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
43615 @samp{org.gnu.gdb.i386.sse} feature. It should
43616 describe the upper 128 bits of @sc{ymm} registers:
43617
43618 @itemize @minus
43619 @item
43620 @samp{ymm0h} through @samp{ymm7h} for i386
43621 @item
43622 @samp{ymm0h} through @samp{ymm15h} for amd64
43623 @end itemize
43624
43625 The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
43626 Memory Protection Extension (MPX). It should describe the following registers:
43627
43628 @itemize @minus
43629 @item
43630 @samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
43631 @item
43632 @samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
43633 @end itemize
43634
43635 The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
43636 describe a single register, @samp{orig_eax}.
43637
43638 The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
43639 describe two system registers: @samp{fs_base} and @samp{gs_base}.
43640
43641 The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
43642 @samp{org.gnu.gdb.i386.avx} feature. It should
43643 describe additional @sc{xmm} registers:
43644
43645 @itemize @minus
43646 @item
43647 @samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
43648 @end itemize
43649
43650 It should describe the upper 128 bits of additional @sc{ymm} registers:
43651
43652 @itemize @minus
43653 @item
43654 @samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
43655 @end itemize
43656
43657 It should
43658 describe the upper 256 bits of @sc{zmm} registers:
43659
43660 @itemize @minus
43661 @item
43662 @samp{zmm0h} through @samp{zmm7h} for i386.
43663 @item
43664 @samp{zmm0h} through @samp{zmm15h} for amd64.
43665 @end itemize
43666
43667 It should
43668 describe the additional @sc{zmm} registers:
43669
43670 @itemize @minus
43671 @item
43672 @samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
43673 @end itemize
43674
43675 The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
43676 describe a single register, @samp{pkru}. It is a 32-bit register
43677 valid for i386 and amd64.
43678
43679 @node MicroBlaze Features
43680 @subsection MicroBlaze Features
43681 @cindex target descriptions, MicroBlaze features
43682
43683 The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
43684 targets. It should contain registers @samp{r0} through @samp{r31},
43685 @samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
43686 @samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
43687 @samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
43688
43689 The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
43690 If present, it should contain registers @samp{rshr} and @samp{rslr}
43691
43692 @node MIPS Features
43693 @subsection @acronym{MIPS} Features
43694 @cindex target descriptions, @acronym{MIPS} features
43695
43696 The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
43697 It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
43698 @samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
43699 on the target.
43700
43701 The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
43702 contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
43703 registers. They may be 32-bit or 64-bit depending on the target.
43704
43705 The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
43706 it may be optional in a future version of @value{GDBN}. It should
43707 contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
43708 @samp{fir}. They may be 32-bit or 64-bit depending on the target.
43709
43710 The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
43711 contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
43712 @samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
43713 be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
43714
43715 The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
43716 contain a single register, @samp{restart}, which is used by the
43717 Linux kernel to control restartable syscalls.
43718
43719 @node M68K Features
43720 @subsection M68K Features
43721 @cindex target descriptions, M68K features
43722
43723 @table @code
43724 @item @samp{org.gnu.gdb.m68k.core}
43725 @itemx @samp{org.gnu.gdb.coldfire.core}
43726 @itemx @samp{org.gnu.gdb.fido.core}
43727 One of those features must be always present.
43728 The feature that is present determines which flavor of m68k is
43729 used. The feature that is present should contain registers
43730 @samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
43731 @samp{sp}, @samp{ps} and @samp{pc}.
43732
43733 @item @samp{org.gnu.gdb.coldfire.fp}
43734 This feature is optional. If present, it should contain registers
43735 @samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
43736 @samp{fpiaddr}.
43737 @end table
43738
43739 @node NDS32 Features
43740 @subsection NDS32 Features
43741 @cindex target descriptions, NDS32 features
43742
43743 The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
43744 targets. It should contain at least registers @samp{r0} through
43745 @samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
43746 and @samp{pc}.
43747
43748 The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
43749 it should contain 64-bit double-precision floating-point registers
43750 @samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
43751 @samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
43752
43753 @emph{Note:} The first sixteen 64-bit double-precision floating-point
43754 registers are overlapped with the thirty-two 32-bit single-precision
43755 floating-point registers. The 32-bit single-precision registers, if
43756 not being listed explicitly, will be synthesized from halves of the
43757 overlapping 64-bit double-precision registers. Listing 32-bit
43758 single-precision registers explicitly is deprecated, and the
43759 support to it could be totally removed some day.
43760
43761 @node Nios II Features
43762 @subsection Nios II Features
43763 @cindex target descriptions, Nios II features
43764
43765 The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
43766 targets. It should contain the 32 core registers (@samp{zero},
43767 @samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
43768 @samp{pc}, and the 16 control registers (@samp{status} through
43769 @samp{mpuacc}).
43770
43771 @node OpenRISC 1000 Features
43772 @subsection Openrisc 1000 Features
43773 @cindex target descriptions, OpenRISC 1000 features
43774
43775 The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
43776 targets. It should contain the 32 general purpose registers (@samp{r0}
43777 through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
43778
43779 @node PowerPC Features
43780 @subsection PowerPC Features
43781 @cindex target descriptions, PowerPC features
43782
43783 The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
43784 targets. It should contain registers @samp{r0} through @samp{r31},
43785 @samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
43786 @samp{xer}. They may be 32-bit or 64-bit depending on the target.
43787
43788 The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
43789 contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
43790
43791 The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
43792 contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
43793 @samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
43794 through @samp{v31} as aliases for the corresponding @samp{vrX}
43795 registers.
43796
43797 The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
43798 contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
43799 combine these registers with the floating point registers (@samp{f0}
43800 through @samp{f31}) and the altivec registers (@samp{vr0} through
43801 @samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
43802 @samp{vs63}, the set of vector-scalar registers for POWER7.
43803 Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
43804 @samp{org.gnu.gdb.power.altivec}.
43805
43806 The @samp{org.gnu.gdb.power.spe} feature is optional. It should
43807 contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
43808 @samp{spefscr}. SPE targets should provide 32-bit registers in
43809 @samp{org.gnu.gdb.power.core} and provide the upper halves in
43810 @samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
43811 these to present registers @samp{ev0} through @samp{ev31} to the
43812 user.
43813
43814 The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
43815 contain the 64-bit register @samp{ppr}.
43816
43817 The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
43818 contain the 64-bit register @samp{dscr}.
43819
43820 The @samp{org.gnu.gdb.power.tar} feature is optional. It should
43821 contain the 64-bit register @samp{tar}.
43822
43823 The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
43824 contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
43825 64-bit wide.
43826
43827 The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
43828 contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
43829 and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
43830 server PMU registers provided by @sc{gnu}/Linux.
43831
43832 The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
43833 contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
43834 64-bit wide.
43835
43836 The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
43837 contain the checkpointed general-purpose registers @samp{cr0} through
43838 @samp{cr31}, as well as the checkpointed registers @samp{clr} and
43839 @samp{cctr}. These registers may all be either 32-bit or 64-bit
43840 depending on the target. It should also contain the checkpointed
43841 registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
43842 wide.
43843
43844 The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
43845 contain the checkpointed 64-bit floating-point registers @samp{cf0}
43846 through @samp{cf31}, as well as the checkpointed 64-bit register
43847 @samp{cfpscr}.
43848
43849 The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
43850 should contain the checkpointed altivec registers @samp{cvr0} through
43851 @samp{cvr31}, all 128-bit wide. It should also contain the
43852 checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
43853 wide.
43854
43855 The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
43856 contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
43857 will combine these registers with the checkpointed floating point
43858 registers (@samp{cf0} through @samp{cf31}) and the checkpointed
43859 altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
43860 128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
43861 @samp{cvs63}. Therefore, this feature requires both
43862 @samp{org.gnu.gdb.power.htm.altivec} and
43863 @samp{org.gnu.gdb.power.htm.fpu}.
43864
43865 The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
43866 contain the 64-bit checkpointed register @samp{cppr}.
43867
43868 The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
43869 contain the 64-bit checkpointed register @samp{cdscr}.
43870
43871 The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
43872 contain the 64-bit checkpointed register @samp{ctar}.
43873
43874
43875 @node RISC-V Features
43876 @subsection RISC-V Features
43877 @cindex target descriptions, RISC-V Features
43878
43879 The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
43880 targets. It should contain the registers @samp{x0} through
43881 @samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
43882 @samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
43883 etc).
43884
43885 The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
43886 should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
43887 @samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
43888 architectural register names, or the ABI names can be used.
43889
43890 The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
43891 it should contain registers that are not backed by real registers on
43892 the target, but are instead virtual, where the register value is
43893 derived from other target state. In many ways these are like
43894 @value{GDBN}s pseudo-registers, except implemented by the target.
43895 Currently the only register expected in this set is the one byte
43896 @samp{priv} register that contains the target's privilege level in the
43897 least significant two bits.
43898
43899 The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
43900 should contain all of the target's standard CSRs. Standard CSRs are
43901 those defined in the RISC-V specification documents. There is some
43902 overlap between this feature and the fpu feature; the @samp{fflags},
43903 @samp{frm}, and @samp{fcsr} registers could be in either feature. The
43904 expectation is that these registers will be in the fpu feature if the
43905 target has floating point hardware, but can be moved into the csr
43906 feature if the target has the floating point control registers, but no
43907 other floating point hardware.
43908
43909 @node S/390 and System z Features
43910 @subsection S/390 and System z Features
43911 @cindex target descriptions, S/390 features
43912 @cindex target descriptions, System z features
43913
43914 The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
43915 System z targets. It should contain the PSW and the 16 general
43916 registers. In particular, System z targets should provide the 64-bit
43917 registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
43918 S/390 targets should provide the 32-bit versions of these registers.
43919 A System z target that runs in 31-bit addressing mode should provide
43920 32-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
43921 register's upper halves @samp{r0h} through @samp{r15h}, and their
43922 lower halves @samp{r0l} through @samp{r15l}.
43923
43924 The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
43925 contain the 64-bit registers @samp{f0} through @samp{f15}, and
43926 @samp{fpc}.
43927
43928 The @samp{org.gnu.gdb.s390.acr} feature is required. It should
43929 contain the 32-bit registers @samp{acr0} through @samp{acr15}.
43930
43931 The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
43932 contain the register @samp{orig_r2}, which is 64-bit wide on System z
43933 targets and 32-bit otherwise. In addition, the feature may contain
43934 the @samp{last_break} register, whose width depends on the addressing
43935 mode, as well as the @samp{system_call} register, which is always
43936 32-bit wide.
43937
43938 The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
43939 contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
43940 @samp{atia}, and @samp{tr0} through @samp{tr15}.
43941
43942 The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
43943 64-bit wide registers @samp{v0l} through @samp{v15l}, which will be
43944 combined by @value{GDBN} with the floating point registers @samp{f0}
43945 through @samp{f15} to present the 128-bit wide vector registers
43946 @samp{v0} through @samp{v15}. In addition, this feature should
43947 contain the 128-bit wide vector registers @samp{v16} through
43948 @samp{v31}.
43949
43950 The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
43951 the 64-bit wide guarded-storage-control registers @samp{gsd},
43952 @samp{gssm}, and @samp{gsepla}.
43953
43954 The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
43955 the 64-bit wide guarded-storage broadcast control registers
43956 @samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
43957
43958 @node Sparc Features
43959 @subsection Sparc Features
43960 @cindex target descriptions, sparc32 features
43961 @cindex target descriptions, sparc64 features
43962 The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
43963 targets. It should describe the following registers:
43964
43965 @itemize @minus
43966 @item
43967 @samp{g0} through @samp{g7}
43968 @item
43969 @samp{o0} through @samp{o7}
43970 @item
43971 @samp{l0} through @samp{l7}
43972 @item
43973 @samp{i0} through @samp{i7}
43974 @end itemize
43975
43976 They may be 32-bit or 64-bit depending on the target.
43977
43978 Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
43979 targets. It should describe the following registers:
43980
43981 @itemize @minus
43982 @item
43983 @samp{f0} through @samp{f31}
43984 @item
43985 @samp{f32} through @samp{f62} for sparc64
43986 @end itemize
43987
43988 The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
43989 targets. It should describe the following registers:
43990
43991 @itemize @minus
43992 @item
43993 @samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
43994 @samp{fsr}, and @samp{csr} for sparc32
43995 @item
43996 @samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
43997 for sparc64
43998 @end itemize
43999
44000 @node TIC6x Features
44001 @subsection TMS320C6x Features
44002 @cindex target descriptions, TIC6x features
44003 @cindex target descriptions, TMS320C6x features
44004 The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
44005 targets. It should contain registers @samp{A0} through @samp{A15},
44006 registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
44007
44008 The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
44009 contain registers @samp{A16} through @samp{A31} and @samp{B16}
44010 through @samp{B31}.
44011
44012 The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
44013 contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
44014
44015 @node Operating System Information
44016 @appendix Operating System Information
44017 @cindex operating system information
44018
44019 @menu
44020 * Process list::
44021 @end menu
44022
44023 Users of @value{GDBN} often wish to obtain information about the state of
44024 the operating system running on the target---for example the list of
44025 processes, or the list of open files. This section describes the
44026 mechanism that makes it possible. This mechanism is similar to the
44027 target features mechanism (@pxref{Target Descriptions}), but focuses
44028 on a different aspect of target.
44029
44030 Operating system information is retrived from the target via the
44031 remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
44032 read}). The object name in the request should be @samp{osdata}, and
44033 the @var{annex} identifies the data to be fetched.
44034
44035 @node Process list
44036 @appendixsection Process list
44037 @cindex operating system information, process list
44038
44039 When requesting the process list, the @var{annex} field in the
44040 @samp{qXfer} request should be @samp{processes}. The returned data is
44041 an XML document. The formal syntax of this document is defined in
44042 @file{gdb/features/osdata.dtd}.
44043
44044 An example document is:
44045
44046 @smallexample
44047 <?xml version="1.0"?>
44048 <!DOCTYPE target SYSTEM "osdata.dtd">
44049 <osdata type="processes">
44050 <item>
44051 <column name="pid">1</column>
44052 <column name="user">root</column>
44053 <column name="command">/sbin/init</column>
44054 <column name="cores">1,2,3</column>
44055 </item>
44056 </osdata>
44057 @end smallexample
44058
44059 Each item should include a column whose name is @samp{pid}. The value
44060 of that column should identify the process on the target. The
44061 @samp{user} and @samp{command} columns are optional, and will be
44062 displayed by @value{GDBN}. The @samp{cores} column, if present,
44063 should contain a comma-separated list of cores that this process
44064 is running on. Target may provide additional columns,
44065 which @value{GDBN} currently ignores.
44066
44067 @node Trace File Format
44068 @appendix Trace File Format
44069 @cindex trace file format
44070
44071 The trace file comes in three parts: a header, a textual description
44072 section, and a trace frame section with binary data.
44073
44074 The header has the form @code{\x7fTRACE0\n}. The first byte is
44075 @code{0x7f} so as to indicate that the file contains binary data,
44076 while the @code{0} is a version number that may have different values
44077 in the future.
44078
44079 The description section consists of multiple lines of @sc{ascii} text
44080 separated by newline characters (@code{0xa}). The lines may include a
44081 variety of optional descriptive or context-setting information, such
44082 as tracepoint definitions or register set size. @value{GDBN} will
44083 ignore any line that it does not recognize. An empty line marks the end
44084 of this section.
44085
44086 @table @code
44087 @item R @var{size}
44088 Specifies the size of a register block in bytes. This is equal to the
44089 size of a @code{g} packet payload in the remote protocol. @var{size}
44090 is an ascii decimal number. There should be only one such line in
44091 a single trace file.
44092
44093 @item status @var{status}
44094 Trace status. @var{status} has the same format as a @code{qTStatus}
44095 remote packet reply. There should be only one such line in a single trace
44096 file.
44097
44098 @item tp @var{payload}
44099 Tracepoint definition. The @var{payload} has the same format as
44100 @code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
44101 may take multiple lines of definition, corresponding to the multiple
44102 reply packets.
44103
44104 @item tsv @var{payload}
44105 Trace state variable definition. The @var{payload} has the same format as
44106 @code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
44107 may take multiple lines of definition, corresponding to the multiple
44108 reply packets.
44109
44110 @item tdesc @var{payload}
44111 Target description in XML format. The @var{payload} is a single line of
44112 the XML file. All such lines should be concatenated together to get
44113 the original XML file. This file is in the same format as @code{qXfer}
44114 @code{features} payload, and corresponds to the main @code{target.xml}
44115 file. Includes are not allowed.
44116
44117 @end table
44118
44119 The trace frame section consists of a number of consecutive frames.
44120 Each frame begins with a two-byte tracepoint number, followed by a
44121 four-byte size giving the amount of data in the frame. The data in
44122 the frame consists of a number of blocks, each introduced by a
44123 character indicating its type (at least register, memory, and trace
44124 state variable). The data in this section is raw binary, not a
44125 hexadecimal or other encoding; its endianness matches the target's
44126 endianness.
44127
44128 @c FIXME bi-arch may require endianness/arch info in description section
44129
44130 @table @code
44131 @item R @var{bytes}
44132 Register block. The number and ordering of bytes matches that of a
44133 @code{g} packet in the remote protocol. Note that these are the
44134 actual bytes, in target order, not a hexadecimal encoding.
44135
44136 @item M @var{address} @var{length} @var{bytes}...
44137 Memory block. This is a contiguous block of memory, at the 8-byte
44138 address @var{address}, with a 2-byte length @var{length}, followed by
44139 @var{length} bytes.
44140
44141 @item V @var{number} @var{value}
44142 Trace state variable block. This records the 8-byte signed value
44143 @var{value} of trace state variable numbered @var{number}.
44144
44145 @end table
44146
44147 Future enhancements of the trace file format may include additional types
44148 of blocks.
44149
44150 @node Index Section Format
44151 @appendix @code{.gdb_index} section format
44152 @cindex .gdb_index section format
44153 @cindex index section format
44154
44155 This section documents the index section that is created by @code{save
44156 gdb-index} (@pxref{Index Files}). The index section is
44157 DWARF-specific; some knowledge of DWARF is assumed in this
44158 description.
44159
44160 The mapped index file format is designed to be directly
44161 @code{mmap}able on any architecture. In most cases, a datum is
44162 represented using a little-endian 32-bit integer value, called an
44163 @code{offset_type}. Big endian machines must byte-swap the values
44164 before using them. Exceptions to this rule are noted. The data is
44165 laid out such that alignment is always respected.
44166
44167 A mapped index consists of several areas, laid out in order.
44168
44169 @enumerate
44170 @item
44171 The file header. This is a sequence of values, of @code{offset_type}
44172 unless otherwise noted:
44173
44174 @enumerate
44175 @item
44176 The version number, currently 8. Versions 1, 2 and 3 are obsolete.
44177 Version 4 uses a different hashing function from versions 5 and 6.
44178 Version 6 includes symbols for inlined functions, whereas versions 4
44179 and 5 do not. Version 7 adds attributes to the CU indices in the
44180 symbol table. Version 8 specifies that symbols from DWARF type units
44181 (@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
44182 compilation unit (@samp{DW_TAG_comp_unit}) using the type.
44183
44184 @value{GDBN} will only read version 4, 5, or 6 indices
44185 by specifying @code{set use-deprecated-index-sections on}.
44186 GDB has a workaround for potentially broken version 7 indices so it is
44187 currently not flagged as deprecated.
44188
44189 @item
44190 The offset, from the start of the file, of the CU list.
44191
44192 @item
44193 The offset, from the start of the file, of the types CU list. Note
44194 that this area can be empty, in which case this offset will be equal
44195 to the next offset.
44196
44197 @item
44198 The offset, from the start of the file, of the address area.
44199
44200 @item
44201 The offset, from the start of the file, of the symbol table.
44202
44203 @item
44204 The offset, from the start of the file, of the constant pool.
44205 @end enumerate
44206
44207 @item
44208 The CU list. This is a sequence of pairs of 64-bit little-endian
44209 values, sorted by the CU offset. The first element in each pair is
44210 the offset of a CU in the @code{.debug_info} section. The second
44211 element in each pair is the length of that CU. References to a CU
44212 elsewhere in the map are done using a CU index, which is just the
44213 0-based index into this table. Note that if there are type CUs, then
44214 conceptually CUs and type CUs form a single list for the purposes of
44215 CU indices.
44216
44217 @item
44218 The types CU list. This is a sequence of triplets of 64-bit
44219 little-endian values. In a triplet, the first value is the CU offset,
44220 the second value is the type offset in the CU, and the third value is
44221 the type signature. The types CU list is not sorted.
44222
44223 @item
44224 The address area. The address area consists of a sequence of address
44225 entries. Each address entry has three elements:
44226
44227 @enumerate
44228 @item
44229 The low address. This is a 64-bit little-endian value.
44230
44231 @item
44232 The high address. This is a 64-bit little-endian value. Like
44233 @code{DW_AT_high_pc}, the value is one byte beyond the end.
44234
44235 @item
44236 The CU index. This is an @code{offset_type} value.
44237 @end enumerate
44238
44239 @item
44240 The symbol table. This is an open-addressed hash table. The size of
44241 the hash table is always a power of 2.
44242
44243 Each slot in the hash table consists of a pair of @code{offset_type}
44244 values. The first value is the offset of the symbol's name in the
44245 constant pool. The second value is the offset of the CU vector in the
44246 constant pool.
44247
44248 If both values are 0, then this slot in the hash table is empty. This
44249 is ok because while 0 is a valid constant pool index, it cannot be a
44250 valid index for both a string and a CU vector.
44251
44252 The hash value for a table entry is computed by applying an
44253 iterative hash function to the symbol's name. Starting with an
44254 initial value of @code{r = 0}, each (unsigned) character @samp{c} in
44255 the string is incorporated into the hash using the formula depending on the
44256 index version:
44257
44258 @table @asis
44259 @item Version 4
44260 The formula is @code{r = r * 67 + c - 113}.
44261
44262 @item Versions 5 to 7
44263 The formula is @code{r = r * 67 + tolower (c) - 113}.
44264 @end table
44265
44266 The terminating @samp{\0} is not incorporated into the hash.
44267
44268 The step size used in the hash table is computed via
44269 @code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
44270 value, and @samp{size} is the size of the hash table. The step size
44271 is used to find the next candidate slot when handling a hash
44272 collision.
44273
44274 The names of C@t{++} symbols in the hash table are canonicalized. We
44275 don't currently have a simple description of the canonicalization
44276 algorithm; if you intend to create new index sections, you must read
44277 the code.
44278
44279 @item
44280 The constant pool. This is simply a bunch of bytes. It is organized
44281 so that alignment is correct: CU vectors are stored first, followed by
44282 strings.
44283
44284 A CU vector in the constant pool is a sequence of @code{offset_type}
44285 values. The first value is the number of CU indices in the vector.
44286 Each subsequent value is the index and symbol attributes of a CU in
44287 the CU list. This element in the hash table is used to indicate which
44288 CUs define the symbol and how the symbol is used.
44289 See below for the format of each CU index+attributes entry.
44290
44291 A string in the constant pool is zero-terminated.
44292 @end enumerate
44293
44294 Attributes were added to CU index values in @code{.gdb_index} version 7.
44295 If a symbol has multiple uses within a CU then there is one
44296 CU index+attributes value for each use.
44297
44298 The format of each CU index+attributes entry is as follows
44299 (bit 0 = LSB):
44300
44301 @table @asis
44302
44303 @item Bits 0-23
44304 This is the index of the CU in the CU list.
44305 @item Bits 24-27
44306 These bits are reserved for future purposes and must be zero.
44307 @item Bits 28-30
44308 The kind of the symbol in the CU.
44309
44310 @table @asis
44311 @item 0
44312 This value is reserved and should not be used.
44313 By reserving zero the full @code{offset_type} value is backwards compatible
44314 with previous versions of the index.
44315 @item 1
44316 The symbol is a type.
44317 @item 2
44318 The symbol is a variable or an enum value.
44319 @item 3
44320 The symbol is a function.
44321 @item 4
44322 Any other kind of symbol.
44323 @item 5,6,7
44324 These values are reserved.
44325 @end table
44326
44327 @item Bit 31
44328 This bit is zero if the value is global and one if it is static.
44329
44330 The determination of whether a symbol is global or static is complicated.
44331 The authorative reference is the file @file{dwarf2read.c} in
44332 @value{GDBN} sources.
44333
44334 @end table
44335
44336 This pseudo-code describes the computation of a symbol's kind and
44337 global/static attributes in the index.
44338
44339 @smallexample
44340 is_external = get_attribute (die, DW_AT_external);
44341 language = get_attribute (cu_die, DW_AT_language);
44342 switch (die->tag)
44343 @{
44344 case DW_TAG_typedef:
44345 case DW_TAG_base_type:
44346 case DW_TAG_subrange_type:
44347 kind = TYPE;
44348 is_static = 1;
44349 break;
44350 case DW_TAG_enumerator:
44351 kind = VARIABLE;
44352 is_static = language != CPLUS;
44353 break;
44354 case DW_TAG_subprogram:
44355 kind = FUNCTION;
44356 is_static = ! (is_external || language == ADA);
44357 break;
44358 case DW_TAG_constant:
44359 kind = VARIABLE;
44360 is_static = ! is_external;
44361 break;
44362 case DW_TAG_variable:
44363 kind = VARIABLE;
44364 is_static = ! is_external;
44365 break;
44366 case DW_TAG_namespace:
44367 kind = TYPE;
44368 is_static = 0;
44369 break;
44370 case DW_TAG_class_type:
44371 case DW_TAG_interface_type:
44372 case DW_TAG_structure_type:
44373 case DW_TAG_union_type:
44374 case DW_TAG_enumeration_type:
44375 kind = TYPE;
44376 is_static = language != CPLUS;
44377 break;
44378 default:
44379 assert (0);
44380 @}
44381 @end smallexample
44382
44383 @node Man Pages
44384 @appendix Manual pages
44385 @cindex Man pages
44386
44387 @menu
44388 * gdb man:: The GNU Debugger man page
44389 * gdbserver man:: Remote Server for the GNU Debugger man page
44390 * gcore man:: Generate a core file of a running program
44391 * gdbinit man:: gdbinit scripts
44392 * gdb-add-index man:: Add index files to speed up GDB
44393 @end menu
44394
44395 @node gdb man
44396 @heading gdb man
44397
44398 @c man title gdb The GNU Debugger
44399
44400 @c man begin SYNOPSIS gdb
44401 gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
44402 [@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
44403 [@option{-b}@w{ }@var{bps}]
44404 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
44405 [@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
44406 [@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
44407 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
44408 [@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
44409 @c man end
44410
44411 @c man begin DESCRIPTION gdb
44412 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
44413 going on ``inside'' another program while it executes -- or what another
44414 program was doing at the moment it crashed.
44415
44416 @value{GDBN} can do four main kinds of things (plus other things in support of
44417 these) to help you catch bugs in the act:
44418
44419 @itemize @bullet
44420 @item
44421 Start your program, specifying anything that might affect its behavior.
44422
44423 @item
44424 Make your program stop on specified conditions.
44425
44426 @item
44427 Examine what has happened, when your program has stopped.
44428
44429 @item
44430 Change things in your program, so you can experiment with correcting the
44431 effects of one bug and go on to learn about another.
44432 @end itemize
44433
44434 You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
44435 Modula-2.
44436
44437 @value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
44438 commands from the terminal until you tell it to exit with the @value{GDBN}
44439 command @code{quit}. You can get online help from @value{GDBN} itself
44440 by using the command @code{help}.
44441
44442 You can run @code{gdb} with no arguments or options; but the most
44443 usual way to start @value{GDBN} is with one argument or two, specifying an
44444 executable program as the argument:
44445
44446 @smallexample
44447 gdb program
44448 @end smallexample
44449
44450 You can also start with both an executable program and a core file specified:
44451
44452 @smallexample
44453 gdb program core
44454 @end smallexample
44455
44456 You can, instead, specify a process ID as a second argument, if you want
44457 to debug a running process:
44458
44459 @smallexample
44460 gdb program 1234
44461 gdb -p 1234
44462 @end smallexample
44463
44464 @noindent
44465 would attach @value{GDBN} to process @code{1234} (unless you also have a file
44466 named @file{1234}; @value{GDBN} does check for a core file first).
44467 With option @option{-p} you can omit the @var{program} filename.
44468
44469 Here are some of the most frequently needed @value{GDBN} commands:
44470
44471 @c pod2man highlights the right hand side of the @item lines.
44472 @table @env
44473 @item break [@var{file}:]@var{function}
44474 Set a breakpoint at @var{function} (in @var{file}).
44475
44476 @item run [@var{arglist}]
44477 Start your program (with @var{arglist}, if specified).
44478
44479 @item bt
44480 Backtrace: display the program stack.
44481
44482 @item print @var{expr}
44483 Display the value of an expression.
44484
44485 @item c
44486 Continue running your program (after stopping, e.g. at a breakpoint).
44487
44488 @item next
44489 Execute next program line (after stopping); step @emph{over} any
44490 function calls in the line.
44491
44492 @item edit [@var{file}:]@var{function}
44493 look at the program line where it is presently stopped.
44494
44495 @item list [@var{file}:]@var{function}
44496 type the text of the program in the vicinity of where it is presently stopped.
44497
44498 @item step
44499 Execute next program line (after stopping); step @emph{into} any
44500 function calls in the line.
44501
44502 @item help [@var{name}]
44503 Show information about @value{GDBN} command @var{name}, or general information
44504 about using @value{GDBN}.
44505
44506 @item quit
44507 Exit from @value{GDBN}.
44508 @end table
44509
44510 @ifset man
44511 For full details on @value{GDBN},
44512 see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
44513 by Richard M. Stallman and Roland H. Pesch. The same text is available online
44514 as the @code{gdb} entry in the @code{info} program.
44515 @end ifset
44516 @c man end
44517
44518 @c man begin OPTIONS gdb
44519 Any arguments other than options specify an executable
44520 file and core file (or process ID); that is, the first argument
44521 encountered with no
44522 associated option flag is equivalent to a @option{-se} option, and the second,
44523 if any, is equivalent to a @option{-c} option if it's the name of a file.
44524 Many options have
44525 both long and short forms; both are shown here. The long forms are also
44526 recognized if you truncate them, so long as enough of the option is
44527 present to be unambiguous. (If you prefer, you can flag option
44528 arguments with @option{+} rather than @option{-}, though we illustrate the
44529 more usual convention.)
44530
44531 All the options and command line arguments you give are processed
44532 in sequential order. The order makes a difference when the @option{-x}
44533 option is used.
44534
44535 @table @env
44536 @item -help
44537 @itemx -h
44538 List all options, with brief explanations.
44539
44540 @item -symbols=@var{file}
44541 @itemx -s @var{file}
44542 Read symbol table from file @var{file}.
44543
44544 @item -write
44545 Enable writing into executable and core files.
44546
44547 @item -exec=@var{file}
44548 @itemx -e @var{file}
44549 Use file @var{file} as the executable file to execute when
44550 appropriate, and for examining pure data in conjunction with a core
44551 dump.
44552
44553 @item -se=@var{file}
44554 Read symbol table from file @var{file} and use it as the executable
44555 file.
44556
44557 @item -core=@var{file}
44558 @itemx -c @var{file}
44559 Use file @var{file} as a core dump to examine.
44560
44561 @item -command=@var{file}
44562 @itemx -x @var{file}
44563 Execute @value{GDBN} commands from file @var{file}.
44564
44565 @item -ex @var{command}
44566 Execute given @value{GDBN} @var{command}.
44567
44568 @item -directory=@var{directory}
44569 @itemx -d @var{directory}
44570 Add @var{directory} to the path to search for source files.
44571
44572 @item -nh
44573 Do not execute commands from @file{~/.gdbinit}.
44574
44575 @item -nx
44576 @itemx -n
44577 Do not execute commands from any @file{.gdbinit} initialization files.
44578
44579 @item -quiet
44580 @itemx -q
44581 ``Quiet''. Do not print the introductory and copyright messages. These
44582 messages are also suppressed in batch mode.
44583
44584 @item -batch
44585 Run in batch mode. Exit with status @code{0} after processing all the command
44586 files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
44587 Exit with nonzero status if an error occurs in executing the @value{GDBN}
44588 commands in the command files.
44589
44590 Batch mode may be useful for running @value{GDBN} as a filter, for example to
44591 download and run a program on another computer; in order to make this
44592 more useful, the message
44593
44594 @smallexample
44595 Program exited normally.
44596 @end smallexample
44597
44598 @noindent
44599 (which is ordinarily issued whenever a program running under @value{GDBN} control
44600 terminates) is not issued when running in batch mode.
44601
44602 @item -cd=@var{directory}
44603 Run @value{GDBN} using @var{directory} as its working directory,
44604 instead of the current directory.
44605
44606 @item -fullname
44607 @itemx -f
44608 Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
44609 @value{GDBN} to output the full file name and line number in a standard,
44610 recognizable fashion each time a stack frame is displayed (which
44611 includes each time the program stops). This recognizable format looks
44612 like two @samp{\032} characters, followed by the file name, line number
44613 and character position separated by colons, and a newline. The
44614 Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
44615 characters as a signal to display the source code for the frame.
44616
44617 @item -b @var{bps}
44618 Set the line speed (baud rate or bits per second) of any serial
44619 interface used by @value{GDBN} for remote debugging.
44620
44621 @item -tty=@var{device}
44622 Run using @var{device} for your program's standard input and output.
44623 @end table
44624 @c man end
44625
44626 @c man begin SEEALSO gdb
44627 @ifset man
44628 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
44629 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
44630 documentation are properly installed at your site, the command
44631
44632 @smallexample
44633 info gdb
44634 @end smallexample
44635
44636 @noindent
44637 should give you access to the complete manual.
44638
44639 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
44640 Richard M. Stallman and Roland H. Pesch, July 1991.
44641 @end ifset
44642 @c man end
44643
44644 @node gdbserver man
44645 @heading gdbserver man
44646
44647 @c man title gdbserver Remote Server for the GNU Debugger
44648 @format
44649 @c man begin SYNOPSIS gdbserver
44650 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
44651
44652 gdbserver --attach @var{comm} @var{pid}
44653
44654 gdbserver --multi @var{comm}
44655 @c man end
44656 @end format
44657
44658 @c man begin DESCRIPTION gdbserver
44659 @command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
44660 than the one which is running the program being debugged.
44661
44662 @ifclear man
44663 @subheading Usage (server (target) side)
44664 @end ifclear
44665 @ifset man
44666 Usage (server (target) side):
44667 @end ifset
44668
44669 First, you need to have a copy of the program you want to debug put onto
44670 the target system. The program can be stripped to save space if needed, as
44671 @command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
44672 the @value{GDBN} running on the host system.
44673
44674 To use the server, you log on to the target system, and run the @command{gdbserver}
44675 program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
44676 your program, and (c) its arguments. The general syntax is:
44677
44678 @smallexample
44679 target> gdbserver @var{comm} @var{program} [@var{args} ...]
44680 @end smallexample
44681
44682 For example, using a serial port, you might say:
44683
44684 @smallexample
44685 @ifset man
44686 @c @file would wrap it as F</dev/com1>.
44687 target> gdbserver /dev/com1 emacs foo.txt
44688 @end ifset
44689 @ifclear man
44690 target> gdbserver @file{/dev/com1} emacs foo.txt
44691 @end ifclear
44692 @end smallexample
44693
44694 This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
44695 to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
44696 waits patiently for the host @value{GDBN} to communicate with it.
44697
44698 To use a TCP connection, you could say:
44699
44700 @smallexample
44701 target> gdbserver host:2345 emacs foo.txt
44702 @end smallexample
44703
44704 This says pretty much the same thing as the last example, except that we are
44705 going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
44706 that we are expecting to see a TCP connection from @code{host} to local TCP port
44707 2345. (Currently, the @code{host} part is ignored.) You can choose any number you
44708 want for the port number as long as it does not conflict with any existing TCP
44709 ports on the target system. This same port number must be used in the host
44710 @value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
44711 you chose a port number that conflicts with another service, @command{gdbserver} will
44712 print an error message and exit.
44713
44714 @command{gdbserver} can also attach to running programs.
44715 This is accomplished via the @option{--attach} argument. The syntax is:
44716
44717 @smallexample
44718 target> gdbserver --attach @var{comm} @var{pid}
44719 @end smallexample
44720
44721 @var{pid} is the process ID of a currently running process. It isn't
44722 necessary to point @command{gdbserver} at a binary for the running process.
44723
44724 To start @code{gdbserver} without supplying an initial command to run
44725 or process ID to attach, use the @option{--multi} command line option.
44726 In such case you should connect using @kbd{target extended-remote} to start
44727 the program you want to debug.
44728
44729 @smallexample
44730 target> gdbserver --multi @var{comm}
44731 @end smallexample
44732
44733 @ifclear man
44734 @subheading Usage (host side)
44735 @end ifclear
44736 @ifset man
44737 Usage (host side):
44738 @end ifset
44739
44740 You need an unstripped copy of the target program on your host system, since
44741 @value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
44742 would, with the target program as the first argument. (You may need to use the
44743 @option{--baud} option if the serial line is running at anything except 9600 baud.)
44744 That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
44745 new command you need to know about is @code{target remote}
44746 (or @code{target extended-remote}). Its argument is either
44747 a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
44748 descriptor. For example:
44749
44750 @smallexample
44751 @ifset man
44752 @c @file would wrap it as F</dev/ttyb>.
44753 (gdb) target remote /dev/ttyb
44754 @end ifset
44755 @ifclear man
44756 (gdb) target remote @file{/dev/ttyb}
44757 @end ifclear
44758 @end smallexample
44759
44760 @noindent
44761 communicates with the server via serial line @file{/dev/ttyb}, and:
44762
44763 @smallexample
44764 (gdb) target remote the-target:2345
44765 @end smallexample
44766
44767 @noindent
44768 communicates via a TCP connection to port 2345 on host `the-target', where
44769 you previously started up @command{gdbserver} with the same port number. Note that for
44770 TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
44771 command, otherwise you may get an error that looks something like
44772 `Connection refused'.
44773
44774 @command{gdbserver} can also debug multiple inferiors at once,
44775 described in
44776 @ifset man
44777 the @value{GDBN} manual in node @code{Inferiors and Programs}
44778 -- shell command @code{info -f gdb -n 'Inferiors and Programs'}.
44779 @end ifset
44780 @ifclear man
44781 @ref{Inferiors and Programs}.
44782 @end ifclear
44783 In such case use the @code{extended-remote} @value{GDBN} command variant:
44784
44785 @smallexample
44786 (gdb) target extended-remote the-target:2345
44787 @end smallexample
44788
44789 The @command{gdbserver} option @option{--multi} may or may not be used in such
44790 case.
44791 @c man end
44792
44793 @c man begin OPTIONS gdbserver
44794 There are three different modes for invoking @command{gdbserver}:
44795
44796 @itemize @bullet
44797
44798 @item
44799 Debug a specific program specified by its program name:
44800
44801 @smallexample
44802 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
44803 @end smallexample
44804
44805 The @var{comm} parameter specifies how should the server communicate
44806 with @value{GDBN}; it is either a device name (to use a serial line),
44807 a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
44808 stdin/stdout of @code{gdbserver}. Specify the name of the program to
44809 debug in @var{prog}. Any remaining arguments will be passed to the
44810 program verbatim. When the program exits, @value{GDBN} will close the
44811 connection, and @code{gdbserver} will exit.
44812
44813 @item
44814 Debug a specific program by specifying the process ID of a running
44815 program:
44816
44817 @smallexample
44818 gdbserver --attach @var{comm} @var{pid}
44819 @end smallexample
44820
44821 The @var{comm} parameter is as described above. Supply the process ID
44822 of a running program in @var{pid}; @value{GDBN} will do everything
44823 else. Like with the previous mode, when the process @var{pid} exits,
44824 @value{GDBN} will close the connection, and @code{gdbserver} will exit.
44825
44826 @item
44827 Multi-process mode -- debug more than one program/process:
44828
44829 @smallexample
44830 gdbserver --multi @var{comm}
44831 @end smallexample
44832
44833 In this mode, @value{GDBN} can instruct @command{gdbserver} which
44834 command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
44835 close the connection when a process being debugged exits, so you can
44836 debug several processes in the same session.
44837 @end itemize
44838
44839 In each of the modes you may specify these options:
44840
44841 @table @env
44842
44843 @item --help
44844 List all options, with brief explanations.
44845
44846 @item --version
44847 This option causes @command{gdbserver} to print its version number and exit.
44848
44849 @item --attach
44850 @command{gdbserver} will attach to a running program. The syntax is:
44851
44852 @smallexample
44853 target> gdbserver --attach @var{comm} @var{pid}
44854 @end smallexample
44855
44856 @var{pid} is the process ID of a currently running process. It isn't
44857 necessary to point @command{gdbserver} at a binary for the running process.
44858
44859 @item --multi
44860 To start @code{gdbserver} without supplying an initial command to run
44861 or process ID to attach, use this command line option.
44862 Then you can connect using @kbd{target extended-remote} and start
44863 the program you want to debug. The syntax is:
44864
44865 @smallexample
44866 target> gdbserver --multi @var{comm}
44867 @end smallexample
44868
44869 @item --debug
44870 Instruct @code{gdbserver} to display extra status information about the debugging
44871 process.
44872 This option is intended for @code{gdbserver} development and for bug reports to
44873 the developers.
44874
44875 @item --remote-debug
44876 Instruct @code{gdbserver} to display remote protocol debug output.
44877 This option is intended for @code{gdbserver} development and for bug reports to
44878 the developers.
44879
44880 @item --debug-file=@var{filename}
44881 Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
44882 This option is intended for @code{gdbserver} development and for bug reports to
44883 the developers.
44884
44885 @item --debug-format=option1@r{[},option2,...@r{]}
44886 Instruct @code{gdbserver} to include extra information in each line
44887 of debugging output.
44888 @xref{Other Command-Line Arguments for gdbserver}.
44889
44890 @item --wrapper
44891 Specify a wrapper to launch programs
44892 for debugging. The option should be followed by the name of the
44893 wrapper, then any command-line arguments to pass to the wrapper, then
44894 @kbd{--} indicating the end of the wrapper arguments.
44895
44896 @item --once
44897 By default, @command{gdbserver} keeps the listening TCP port open, so that
44898 additional connections are possible. However, if you start @code{gdbserver}
44899 with the @option{--once} option, it will stop listening for any further
44900 connection attempts after connecting to the first @value{GDBN} session.
44901
44902 @c --disable-packet is not documented for users.
44903
44904 @c --disable-randomization and --no-disable-randomization are superseded by
44905 @c QDisableRandomization.
44906
44907 @end table
44908 @c man end
44909
44910 @c man begin SEEALSO gdbserver
44911 @ifset man
44912 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
44913 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
44914 documentation are properly installed at your site, the command
44915
44916 @smallexample
44917 info gdb
44918 @end smallexample
44919
44920 should give you access to the complete manual.
44921
44922 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
44923 Richard M. Stallman and Roland H. Pesch, July 1991.
44924 @end ifset
44925 @c man end
44926
44927 @node gcore man
44928 @heading gcore
44929
44930 @c man title gcore Generate a core file of a running program
44931
44932 @format
44933 @c man begin SYNOPSIS gcore
44934 gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
44935 @c man end
44936 @end format
44937
44938 @c man begin DESCRIPTION gcore
44939 Generate core dumps of one or more running programs with process IDs
44940 @var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
44941 is equivalent to one produced by the kernel when the process crashes
44942 (and when @kbd{ulimit -c} was used to set up an appropriate core dump
44943 limit). However, unlike after a crash, after @command{gcore} finishes
44944 its job the program remains running without any change.
44945 @c man end
44946
44947 @c man begin OPTIONS gcore
44948 @table @env
44949 @item -a
44950 Dump all memory mappings. The actual effect of this option depends on
44951 the Operating System. On @sc{gnu}/Linux, it will disable
44952 @code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
44953 enable @code{dump-excluded-mappings} (@pxref{set
44954 dump-excluded-mappings}).
44955
44956 @item -o @var{prefix}
44957 The optional argument @var{prefix} specifies the prefix to be used
44958 when composing the file names of the core dumps. The file name is
44959 composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
44960 process ID of the running program being analyzed by @command{gcore}.
44961 If not specified, @var{prefix} defaults to @var{gcore}.
44962 @end table
44963 @c man end
44964
44965 @c man begin SEEALSO gcore
44966 @ifset man
44967 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
44968 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
44969 documentation are properly installed at your site, the command
44970
44971 @smallexample
44972 info gdb
44973 @end smallexample
44974
44975 @noindent
44976 should give you access to the complete manual.
44977
44978 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
44979 Richard M. Stallman and Roland H. Pesch, July 1991.
44980 @end ifset
44981 @c man end
44982
44983 @node gdbinit man
44984 @heading gdbinit
44985
44986 @c man title gdbinit GDB initialization scripts
44987
44988 @format
44989 @c man begin SYNOPSIS gdbinit
44990 @ifset SYSTEM_GDBINIT
44991 @value{SYSTEM_GDBINIT}
44992 @end ifset
44993
44994 ~/.gdbinit
44995
44996 ./.gdbinit
44997 @c man end
44998 @end format
44999
45000 @c man begin DESCRIPTION gdbinit
45001 These files contain @value{GDBN} commands to automatically execute during
45002 @value{GDBN} startup. The lines of contents are canned sequences of commands,
45003 described in
45004 @ifset man
45005 the @value{GDBN} manual in node @code{Sequences}
45006 -- shell command @code{info -f gdb -n Sequences}.
45007 @end ifset
45008 @ifclear man
45009 @ref{Sequences}.
45010 @end ifclear
45011
45012 Please read more in
45013 @ifset man
45014 the @value{GDBN} manual in node @code{Startup}
45015 -- shell command @code{info -f gdb -n Startup}.
45016 @end ifset
45017 @ifclear man
45018 @ref{Startup}.
45019 @end ifclear
45020
45021 @table @env
45022 @ifset SYSTEM_GDBINIT
45023 @item @value{SYSTEM_GDBINIT}
45024 @end ifset
45025 @ifclear SYSTEM_GDBINIT
45026 @item (not enabled with @code{--with-system-gdbinit} during compilation)
45027 @end ifclear
45028 System-wide initialization file. It is executed unless user specified
45029 @value{GDBN} option @code{-nx} or @code{-n}.
45030 See more in
45031 @ifset man
45032 the @value{GDBN} manual in node @code{System-wide configuration}
45033 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
45034 @end ifset
45035 @ifclear man
45036 @ref{System-wide configuration}.
45037 @end ifclear
45038
45039 @item ~/.gdbinit
45040 User initialization file. It is executed unless user specified
45041 @value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
45042
45043 @item ./.gdbinit
45044 Initialization file for current directory. It may need to be enabled with
45045 @value{GDBN} security command @code{set auto-load local-gdbinit}.
45046 See more in
45047 @ifset man
45048 the @value{GDBN} manual in node @code{Init File in the Current Directory}
45049 -- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
45050 @end ifset
45051 @ifclear man
45052 @ref{Init File in the Current Directory}.
45053 @end ifclear
45054 @end table
45055 @c man end
45056
45057 @c man begin SEEALSO gdbinit
45058 @ifset man
45059 gdb(1), @code{info -f gdb -n Startup}
45060
45061 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
45062 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
45063 documentation are properly installed at your site, the command
45064
45065 @smallexample
45066 info gdb
45067 @end smallexample
45068
45069 should give you access to the complete manual.
45070
45071 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
45072 Richard M. Stallman and Roland H. Pesch, July 1991.
45073 @end ifset
45074 @c man end
45075
45076 @node gdb-add-index man
45077 @heading gdb-add-index
45078 @pindex gdb-add-index
45079 @anchor{gdb-add-index}
45080
45081 @c man title gdb-add-index Add index files to speed up GDB
45082
45083 @c man begin SYNOPSIS gdb-add-index
45084 gdb-add-index @var{filename}
45085 @c man end
45086
45087 @c man begin DESCRIPTION gdb-add-index
45088 When @value{GDBN} finds a symbol file, it scans the symbols in the
45089 file in order to construct an internal symbol table. This lets most
45090 @value{GDBN} operations work quickly--at the cost of a delay early on.
45091 For large programs, this delay can be quite lengthy, so @value{GDBN}
45092 provides a way to build an index, which speeds up startup.
45093
45094 To determine whether a file contains such an index, use the command
45095 @kbd{readelf -S filename}: the index is stored in a section named
45096 @code{.gdb_index}. The index file can only be produced on systems
45097 which use ELF binaries and DWARF debug information (i.e., sections
45098 named @code{.debug_*}).
45099
45100 @command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
45101 in the @env{PATH} environment variable. If you want to use different
45102 versions of these programs, you can specify them through the
45103 @env{GDB} and @env{OBJDUMP} environment variables.
45104
45105 See more in
45106 @ifset man
45107 the @value{GDBN} manual in node @code{Index Files}
45108 -- shell command @kbd{info -f gdb -n "Index Files"}.
45109 @end ifset
45110 @ifclear man
45111 @ref{Index Files}.
45112 @end ifclear
45113 @c man end
45114
45115 @c man begin SEEALSO gdb-add-index
45116 @ifset man
45117 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
45118 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
45119 documentation are properly installed at your site, the command
45120
45121 @smallexample
45122 info gdb
45123 @end smallexample
45124
45125 should give you access to the complete manual.
45126
45127 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
45128 Richard M. Stallman and Roland H. Pesch, July 1991.
45129 @end ifset
45130 @c man end
45131
45132 @include gpl.texi
45133
45134 @node GNU Free Documentation License
45135 @appendix GNU Free Documentation License
45136 @include fdl.texi
45137
45138 @node Concept Index
45139 @unnumbered Concept Index
45140
45141 @printindex cp
45142
45143 @node Command and Variable Index
45144 @unnumbered Command, Variable, and Function Index
45145
45146 @printindex fn
45147
45148 @tex
45149 % I think something like @@colophon should be in texinfo. In the
45150 % meantime:
45151 \long\def\colophon{\hbox to0pt{}\vfill
45152 \centerline{The body of this manual is set in}
45153 \centerline{\fontname\tenrm,}
45154 \centerline{with headings in {\bf\fontname\tenbf}}
45155 \centerline{and examples in {\tt\fontname\tentt}.}
45156 \centerline{{\it\fontname\tenit\/},}
45157 \centerline{{\bf\fontname\tenbf}, and}
45158 \centerline{{\sl\fontname\tensl\/}}
45159 \centerline{are used for emphasis.}\vfill}
45160 \page\colophon
45161 % Blame: doc@@cygnus.com, 1991.
45162 @end tex
45163
45164 @bye
This page took 0.938702 seconds and 3 git commands to generate.