guile.texi (Basic Guile): Fix some typos.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright (C) 1988-2014 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-2014 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-2014 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 @node Sample Session
545 @chapter A Sample @value{GDBN} Session
546
547 You can use this manual at your leisure to read all about @value{GDBN}.
548 However, a handful of commands are enough to get started using the
549 debugger. This chapter illustrates those commands.
550
551 @iftex
552 In this sample session, we emphasize user input like this: @b{input},
553 to make it easier to pick out from the surrounding output.
554 @end iftex
555
556 @c FIXME: this example may not be appropriate for some configs, where
557 @c FIXME...primary interest is in remote use.
558
559 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
560 processor) exhibits the following bug: sometimes, when we change its
561 quote strings from the default, the commands used to capture one macro
562 definition within another stop working. In the following short @code{m4}
563 session, we define a macro @code{foo} which expands to @code{0000}; we
564 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
565 same thing. However, when we change the open quote string to
566 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
567 procedure fails to define a new synonym @code{baz}:
568
569 @smallexample
570 $ @b{cd gnu/m4}
571 $ @b{./m4}
572 @b{define(foo,0000)}
573
574 @b{foo}
575 0000
576 @b{define(bar,defn(`foo'))}
577
578 @b{bar}
579 0000
580 @b{changequote(<QUOTE>,<UNQUOTE>)}
581
582 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
583 @b{baz}
584 @b{Ctrl-d}
585 m4: End of input: 0: fatal error: EOF in string
586 @end smallexample
587
588 @noindent
589 Let us use @value{GDBN} to try to see what is going on.
590
591 @smallexample
592 $ @b{@value{GDBP} m4}
593 @c FIXME: this falsifies the exact text played out, to permit smallbook
594 @c FIXME... format to come out better.
595 @value{GDBN} is free software and you are welcome to distribute copies
596 of it under certain conditions; type "show copying" to see
597 the conditions.
598 There is absolutely no warranty for @value{GDBN}; type "show warranty"
599 for details.
600
601 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
602 (@value{GDBP})
603 @end smallexample
604
605 @noindent
606 @value{GDBN} reads only enough symbol data to know where to find the
607 rest when needed; as a result, the first prompt comes up very quickly.
608 We now tell @value{GDBN} to use a narrower display width than usual, so
609 that examples fit in this manual.
610
611 @smallexample
612 (@value{GDBP}) @b{set width 70}
613 @end smallexample
614
615 @noindent
616 We need to see how the @code{m4} built-in @code{changequote} works.
617 Having looked at the source, we know the relevant subroutine is
618 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
619 @code{break} command.
620
621 @smallexample
622 (@value{GDBP}) @b{break m4_changequote}
623 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
624 @end smallexample
625
626 @noindent
627 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
628 control; as long as control does not reach the @code{m4_changequote}
629 subroutine, the program runs as usual:
630
631 @smallexample
632 (@value{GDBP}) @b{run}
633 Starting program: /work/Editorial/gdb/gnu/m4/m4
634 @b{define(foo,0000)}
635
636 @b{foo}
637 0000
638 @end smallexample
639
640 @noindent
641 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
642 suspends execution of @code{m4}, displaying information about the
643 context where it stops.
644
645 @smallexample
646 @b{changequote(<QUOTE>,<UNQUOTE>)}
647
648 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
649 at builtin.c:879
650 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
651 @end smallexample
652
653 @noindent
654 Now we use the command @code{n} (@code{next}) to advance execution to
655 the next line of the current function.
656
657 @smallexample
658 (@value{GDBP}) @b{n}
659 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
660 : nil,
661 @end smallexample
662
663 @noindent
664 @code{set_quotes} looks like a promising subroutine. We can go into it
665 by using the command @code{s} (@code{step}) instead of @code{next}.
666 @code{step} goes to the next line to be executed in @emph{any}
667 subroutine, so it steps into @code{set_quotes}.
668
669 @smallexample
670 (@value{GDBP}) @b{s}
671 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
672 at input.c:530
673 530 if (lquote != def_lquote)
674 @end smallexample
675
676 @noindent
677 The display that shows the subroutine where @code{m4} is now
678 suspended (and its arguments) is called a stack frame display. It
679 shows a summary of the stack. We can use the @code{backtrace}
680 command (which can also be spelled @code{bt}), to see where we are
681 in the stack as a whole: the @code{backtrace} command displays a
682 stack frame for each active subroutine.
683
684 @smallexample
685 (@value{GDBP}) @b{bt}
686 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
687 at input.c:530
688 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
689 at builtin.c:882
690 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
691 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
692 at macro.c:71
693 #4 0x79dc in expand_input () at macro.c:40
694 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
695 @end smallexample
696
697 @noindent
698 We step through a few more lines to see what happens. The first two
699 times, we can use @samp{s}; the next two times we use @code{n} to avoid
700 falling into the @code{xstrdup} subroutine.
701
702 @smallexample
703 (@value{GDBP}) @b{s}
704 0x3b5c 532 if (rquote != def_rquote)
705 (@value{GDBP}) @b{s}
706 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
707 def_lquote : xstrdup(lq);
708 (@value{GDBP}) @b{n}
709 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
710 : xstrdup(rq);
711 (@value{GDBP}) @b{n}
712 538 len_lquote = strlen(rquote);
713 @end smallexample
714
715 @noindent
716 The last line displayed looks a little odd; we can examine the variables
717 @code{lquote} and @code{rquote} to see if they are in fact the new left
718 and right quotes we specified. We use the command @code{p}
719 (@code{print}) to see their values.
720
721 @smallexample
722 (@value{GDBP}) @b{p lquote}
723 $1 = 0x35d40 "<QUOTE>"
724 (@value{GDBP}) @b{p rquote}
725 $2 = 0x35d50 "<UNQUOTE>"
726 @end smallexample
727
728 @noindent
729 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
730 To look at some context, we can display ten lines of source
731 surrounding the current line with the @code{l} (@code{list}) command.
732
733 @smallexample
734 (@value{GDBP}) @b{l}
735 533 xfree(rquote);
736 534
737 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
738 : xstrdup (lq);
739 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
740 : xstrdup (rq);
741 537
742 538 len_lquote = strlen(rquote);
743 539 len_rquote = strlen(lquote);
744 540 @}
745 541
746 542 void
747 @end smallexample
748
749 @noindent
750 Let us step past the two lines that set @code{len_lquote} and
751 @code{len_rquote}, and then examine the values of those variables.
752
753 @smallexample
754 (@value{GDBP}) @b{n}
755 539 len_rquote = strlen(lquote);
756 (@value{GDBP}) @b{n}
757 540 @}
758 (@value{GDBP}) @b{p len_lquote}
759 $3 = 9
760 (@value{GDBP}) @b{p len_rquote}
761 $4 = 7
762 @end smallexample
763
764 @noindent
765 That certainly looks wrong, assuming @code{len_lquote} and
766 @code{len_rquote} are meant to be the lengths of @code{lquote} and
767 @code{rquote} respectively. We can set them to better values using
768 the @code{p} command, since it can print the value of
769 any expression---and that expression can include subroutine calls and
770 assignments.
771
772 @smallexample
773 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
774 $5 = 7
775 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
776 $6 = 9
777 @end smallexample
778
779 @noindent
780 Is that enough to fix the problem of using the new quotes with the
781 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
782 executing with the @code{c} (@code{continue}) command, and then try the
783 example that caused trouble initially:
784
785 @smallexample
786 (@value{GDBP}) @b{c}
787 Continuing.
788
789 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
790
791 baz
792 0000
793 @end smallexample
794
795 @noindent
796 Success! The new quotes now work just as well as the default ones. The
797 problem seems to have been just the two typos defining the wrong
798 lengths. We allow @code{m4} exit by giving it an EOF as input:
799
800 @smallexample
801 @b{Ctrl-d}
802 Program exited normally.
803 @end smallexample
804
805 @noindent
806 The message @samp{Program exited normally.} is from @value{GDBN}; it
807 indicates @code{m4} has finished executing. We can end our @value{GDBN}
808 session with the @value{GDBN} @code{quit} command.
809
810 @smallexample
811 (@value{GDBP}) @b{quit}
812 @end smallexample
813
814 @node Invocation
815 @chapter Getting In and Out of @value{GDBN}
816
817 This chapter discusses how to start @value{GDBN}, and how to get out of it.
818 The essentials are:
819 @itemize @bullet
820 @item
821 type @samp{@value{GDBP}} to start @value{GDBN}.
822 @item
823 type @kbd{quit} or @kbd{Ctrl-d} to exit.
824 @end itemize
825
826 @menu
827 * Invoking GDB:: How to start @value{GDBN}
828 * Quitting GDB:: How to quit @value{GDBN}
829 * Shell Commands:: How to use shell commands inside @value{GDBN}
830 * Logging Output:: How to log @value{GDBN}'s output to a file
831 @end menu
832
833 @node Invoking GDB
834 @section Invoking @value{GDBN}
835
836 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
837 @value{GDBN} reads commands from the terminal until you tell it to exit.
838
839 You can also run @code{@value{GDBP}} with a variety of arguments and options,
840 to specify more of your debugging environment at the outset.
841
842 The command-line options described here are designed
843 to cover a variety of situations; in some environments, some of these
844 options may effectively be unavailable.
845
846 The most usual way to start @value{GDBN} is with one argument,
847 specifying an executable program:
848
849 @smallexample
850 @value{GDBP} @var{program}
851 @end smallexample
852
853 @noindent
854 You can also start with both an executable program and a core file
855 specified:
856
857 @smallexample
858 @value{GDBP} @var{program} @var{core}
859 @end smallexample
860
861 You can, instead, specify a process ID as a second argument, if you want
862 to debug a running process:
863
864 @smallexample
865 @value{GDBP} @var{program} 1234
866 @end smallexample
867
868 @noindent
869 would attach @value{GDBN} to process @code{1234} (unless you also have a file
870 named @file{1234}; @value{GDBN} does check for a core file first).
871
872 Taking advantage of the second command-line argument requires a fairly
873 complete operating system; when you use @value{GDBN} as a remote
874 debugger attached to a bare board, there may not be any notion of
875 ``process'', and there is often no way to get a core dump. @value{GDBN}
876 will warn you if it is unable to attach or to read core dumps.
877
878 You can optionally have @code{@value{GDBP}} pass any arguments after the
879 executable file to the inferior using @code{--args}. This option stops
880 option processing.
881 @smallexample
882 @value{GDBP} --args gcc -O2 -c foo.c
883 @end smallexample
884 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
885 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
886
887 You can run @code{@value{GDBP}} without printing the front material, which describes
888 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
889
890 @smallexample
891 @value{GDBP} -silent
892 @end smallexample
893
894 @noindent
895 You can further control how @value{GDBN} starts up by using command-line
896 options. @value{GDBN} itself can remind you of the options available.
897
898 @noindent
899 Type
900
901 @smallexample
902 @value{GDBP} -help
903 @end smallexample
904
905 @noindent
906 to display all available options and briefly describe their use
907 (@samp{@value{GDBP} -h} is a shorter equivalent).
908
909 All options and command line arguments you give are processed
910 in sequential order. The order makes a difference when the
911 @samp{-x} option is used.
912
913
914 @menu
915 * File Options:: Choosing files
916 * Mode Options:: Choosing modes
917 * Startup:: What @value{GDBN} does during startup
918 @end menu
919
920 @node File Options
921 @subsection Choosing Files
922
923 When @value{GDBN} starts, it reads any arguments other than options as
924 specifying an executable file and core file (or process ID). This is
925 the same as if the arguments were specified by the @samp{-se} and
926 @samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
927 first argument that does not have an associated option flag as
928 equivalent to the @samp{-se} option followed by that argument; and the
929 second argument that does not have an associated option flag, if any, as
930 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
931 If the second argument begins with a decimal digit, @value{GDBN} will
932 first attempt to attach to it as a process, and if that fails, attempt
933 to open it as a corefile. If you have a corefile whose name begins with
934 a digit, you can prevent @value{GDBN} from treating it as a pid by
935 prefixing it with @file{./}, e.g.@: @file{./12345}.
936
937 If @value{GDBN} has not been configured to included core file support,
938 such as for most embedded targets, then it will complain about a second
939 argument and ignore it.
940
941 Many options have both long and short forms; both are shown in the
942 following list. @value{GDBN} also recognizes the long forms if you truncate
943 them, so long as enough of the option is present to be unambiguous.
944 (If you prefer, you can flag option arguments with @samp{--} rather
945 than @samp{-}, though we illustrate the more usual convention.)
946
947 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
948 @c way, both those who look for -foo and --foo in the index, will find
949 @c it.
950
951 @table @code
952 @item -symbols @var{file}
953 @itemx -s @var{file}
954 @cindex @code{--symbols}
955 @cindex @code{-s}
956 Read symbol table from file @var{file}.
957
958 @item -exec @var{file}
959 @itemx -e @var{file}
960 @cindex @code{--exec}
961 @cindex @code{-e}
962 Use file @var{file} as the executable file to execute when appropriate,
963 and for examining pure data in conjunction with a core dump.
964
965 @item -se @var{file}
966 @cindex @code{--se}
967 Read symbol table from file @var{file} and use it as the executable
968 file.
969
970 @item -core @var{file}
971 @itemx -c @var{file}
972 @cindex @code{--core}
973 @cindex @code{-c}
974 Use file @var{file} as a core dump to examine.
975
976 @item -pid @var{number}
977 @itemx -p @var{number}
978 @cindex @code{--pid}
979 @cindex @code{-p}
980 Connect to process ID @var{number}, as with the @code{attach} command.
981
982 @item -command @var{file}
983 @itemx -x @var{file}
984 @cindex @code{--command}
985 @cindex @code{-x}
986 Execute commands from file @var{file}. The contents of this file is
987 evaluated exactly as the @code{source} command would.
988 @xref{Command Files,, Command files}.
989
990 @item -eval-command @var{command}
991 @itemx -ex @var{command}
992 @cindex @code{--eval-command}
993 @cindex @code{-ex}
994 Execute a single @value{GDBN} command.
995
996 This option may be used multiple times to call multiple commands. It may
997 also be interleaved with @samp{-command} as required.
998
999 @smallexample
1000 @value{GDBP} -ex 'target sim' -ex 'load' \
1001 -x setbreakpoints -ex 'run' a.out
1002 @end smallexample
1003
1004 @item -init-command @var{file}
1005 @itemx -ix @var{file}
1006 @cindex @code{--init-command}
1007 @cindex @code{-ix}
1008 Execute commands from file @var{file} before loading the inferior (but
1009 after loading gdbinit files).
1010 @xref{Startup}.
1011
1012 @item -init-eval-command @var{command}
1013 @itemx -iex @var{command}
1014 @cindex @code{--init-eval-command}
1015 @cindex @code{-iex}
1016 Execute a single @value{GDBN} command before loading the inferior (but
1017 after loading gdbinit files).
1018 @xref{Startup}.
1019
1020 @item -directory @var{directory}
1021 @itemx -d @var{directory}
1022 @cindex @code{--directory}
1023 @cindex @code{-d}
1024 Add @var{directory} to the path to search for source and script files.
1025
1026 @item -r
1027 @itemx -readnow
1028 @cindex @code{--readnow}
1029 @cindex @code{-r}
1030 Read each symbol file's entire symbol table immediately, rather than
1031 the default, which is to read it incrementally as it is needed.
1032 This makes startup slower, but makes future operations faster.
1033
1034 @end table
1035
1036 @node Mode Options
1037 @subsection Choosing Modes
1038
1039 You can run @value{GDBN} in various alternative modes---for example, in
1040 batch mode or quiet mode.
1041
1042 @table @code
1043 @anchor{-nx}
1044 @item -nx
1045 @itemx -n
1046 @cindex @code{--nx}
1047 @cindex @code{-n}
1048 Do not execute commands found in any initialization file.
1049 There are three init files, loaded in the following order:
1050
1051 @table @code
1052 @item @file{system.gdbinit}
1053 This is the system-wide init file.
1054 Its location is specified with the @code{--with-system-gdbinit}
1055 configure option (@pxref{System-wide configuration}).
1056 It is loaded first when @value{GDBN} starts, before command line options
1057 have been processed.
1058 @item @file{~/.gdbinit}
1059 This is the init file in your home directory.
1060 It is loaded next, after @file{system.gdbinit}, and before
1061 command options have been processed.
1062 @item @file{./.gdbinit}
1063 This is the init file in the current directory.
1064 It is loaded last, after command line options other than @code{-x} and
1065 @code{-ex} have been processed. Command line options @code{-x} and
1066 @code{-ex} are processed last, after @file{./.gdbinit} has been loaded.
1067 @end table
1068
1069 For further documentation on startup processing, @xref{Startup}.
1070 For documentation on how to write command files,
1071 @xref{Command Files,,Command Files}.
1072
1073 @anchor{-nh}
1074 @item -nh
1075 @cindex @code{--nh}
1076 Do not execute commands found in @file{~/.gdbinit}, the init file
1077 in your home directory.
1078 @xref{Startup}.
1079
1080 @item -quiet
1081 @itemx -silent
1082 @itemx -q
1083 @cindex @code{--quiet}
1084 @cindex @code{--silent}
1085 @cindex @code{-q}
1086 ``Quiet''. Do not print the introductory and copyright messages. These
1087 messages are also suppressed in batch mode.
1088
1089 @item -batch
1090 @cindex @code{--batch}
1091 Run in batch mode. Exit with status @code{0} after processing all the
1092 command files specified with @samp{-x} (and all commands from
1093 initialization files, if not inhibited with @samp{-n}). Exit with
1094 nonzero status if an error occurs in executing the @value{GDBN} commands
1095 in the command files. Batch mode also disables pagination, sets unlimited
1096 terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1097 off} were in effect (@pxref{Messages/Warnings}).
1098
1099 Batch mode may be useful for running @value{GDBN} as a filter, for
1100 example to download and run a program on another computer; in order to
1101 make this more useful, the message
1102
1103 @smallexample
1104 Program exited normally.
1105 @end smallexample
1106
1107 @noindent
1108 (which is ordinarily issued whenever a program running under
1109 @value{GDBN} control terminates) is not issued when running in batch
1110 mode.
1111
1112 @item -batch-silent
1113 @cindex @code{--batch-silent}
1114 Run in batch mode exactly like @samp{-batch}, but totally silently. All
1115 @value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1116 unaffected). This is much quieter than @samp{-silent} and would be useless
1117 for an interactive session.
1118
1119 This is particularly useful when using targets that give @samp{Loading section}
1120 messages, for example.
1121
1122 Note that targets that give their output via @value{GDBN}, as opposed to
1123 writing directly to @code{stdout}, will also be made silent.
1124
1125 @item -return-child-result
1126 @cindex @code{--return-child-result}
1127 The return code from @value{GDBN} will be the return code from the child
1128 process (the process being debugged), with the following exceptions:
1129
1130 @itemize @bullet
1131 @item
1132 @value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1133 internal error. In this case the exit code is the same as it would have been
1134 without @samp{-return-child-result}.
1135 @item
1136 The user quits with an explicit value. E.g., @samp{quit 1}.
1137 @item
1138 The child process never runs, or is not allowed to terminate, in which case
1139 the exit code will be -1.
1140 @end itemize
1141
1142 This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1143 when @value{GDBN} is being used as a remote program loader or simulator
1144 interface.
1145
1146 @item -nowindows
1147 @itemx -nw
1148 @cindex @code{--nowindows}
1149 @cindex @code{-nw}
1150 ``No windows''. If @value{GDBN} comes with a graphical user interface
1151 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1152 interface. If no GUI is available, this option has no effect.
1153
1154 @item -windows
1155 @itemx -w
1156 @cindex @code{--windows}
1157 @cindex @code{-w}
1158 If @value{GDBN} includes a GUI, then this option requires it to be
1159 used if possible.
1160
1161 @item -cd @var{directory}
1162 @cindex @code{--cd}
1163 Run @value{GDBN} using @var{directory} as its working directory,
1164 instead of the current directory.
1165
1166 @item -data-directory @var{directory}
1167 @itemx -D @var{directory}
1168 @cindex @code{--data-directory}
1169 @cindex @code{-D}
1170 Run @value{GDBN} using @var{directory} as its data directory.
1171 The data directory is where @value{GDBN} searches for its
1172 auxiliary files. @xref{Data Files}.
1173
1174 @item -fullname
1175 @itemx -f
1176 @cindex @code{--fullname}
1177 @cindex @code{-f}
1178 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1179 subprocess. It tells @value{GDBN} to output the full file name and line
1180 number in a standard, recognizable fashion each time a stack frame is
1181 displayed (which includes each time your program stops). This
1182 recognizable format looks like two @samp{\032} characters, followed by
1183 the file name, line number and character position separated by colons,
1184 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1185 @samp{\032} characters as a signal to display the source code for the
1186 frame.
1187
1188 @item -annotate @var{level}
1189 @cindex @code{--annotate}
1190 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1191 effect is identical to using @samp{set annotate @var{level}}
1192 (@pxref{Annotations}). The annotation @var{level} controls how much
1193 information @value{GDBN} prints together with its prompt, values of
1194 expressions, source lines, and other types of output. Level 0 is the
1195 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1196 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1197 that control @value{GDBN}, and level 2 has been deprecated.
1198
1199 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1200 (@pxref{GDB/MI}).
1201
1202 @item --args
1203 @cindex @code{--args}
1204 Change interpretation of command line so that arguments following the
1205 executable file are passed as command line arguments to the inferior.
1206 This option stops option processing.
1207
1208 @item -baud @var{bps}
1209 @itemx -b @var{bps}
1210 @cindex @code{--baud}
1211 @cindex @code{-b}
1212 Set the line speed (baud rate or bits per second) of any serial
1213 interface used by @value{GDBN} for remote debugging.
1214
1215 @item -l @var{timeout}
1216 @cindex @code{-l}
1217 Set the timeout (in seconds) of any communication used by @value{GDBN}
1218 for remote debugging.
1219
1220 @item -tty @var{device}
1221 @itemx -t @var{device}
1222 @cindex @code{--tty}
1223 @cindex @code{-t}
1224 Run using @var{device} for your program's standard input and output.
1225 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1226
1227 @c resolve the situation of these eventually
1228 @item -tui
1229 @cindex @code{--tui}
1230 Activate the @dfn{Text User Interface} when starting. The Text User
1231 Interface manages several text windows on the terminal, showing
1232 source, assembly, registers and @value{GDBN} command outputs
1233 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1234 option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1235 Using @value{GDBN} under @sc{gnu} Emacs}).
1236
1237 @c @item -xdb
1238 @c @cindex @code{--xdb}
1239 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1240 @c For information, see the file @file{xdb_trans.html}, which is usually
1241 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1242 @c systems.
1243
1244 @item -interpreter @var{interp}
1245 @cindex @code{--interpreter}
1246 Use the interpreter @var{interp} for interface with the controlling
1247 program or device. This option is meant to be set by programs which
1248 communicate with @value{GDBN} using it as a back end.
1249 @xref{Interpreters, , Command Interpreters}.
1250
1251 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1252 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1253 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
1254 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1255 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1256 @sc{gdb/mi} interfaces are no longer supported.
1257
1258 @item -write
1259 @cindex @code{--write}
1260 Open the executable and core files for both reading and writing. This
1261 is equivalent to the @samp{set write on} command inside @value{GDBN}
1262 (@pxref{Patching}).
1263
1264 @item -statistics
1265 @cindex @code{--statistics}
1266 This option causes @value{GDBN} to print statistics about time and
1267 memory usage after it completes each command and returns to the prompt.
1268
1269 @item -version
1270 @cindex @code{--version}
1271 This option causes @value{GDBN} to print its version number and
1272 no-warranty blurb, and exit.
1273
1274 @item -configuration
1275 @cindex @code{--configuration}
1276 This option causes @value{GDBN} to print details about its build-time
1277 configuration parameters, and then exit. These details can be
1278 important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1279
1280 @end table
1281
1282 @node Startup
1283 @subsection What @value{GDBN} Does During Startup
1284 @cindex @value{GDBN} startup
1285
1286 Here's the description of what @value{GDBN} does during session startup:
1287
1288 @enumerate
1289 @item
1290 Sets up the command interpreter as specified by the command line
1291 (@pxref{Mode Options, interpreter}).
1292
1293 @item
1294 @cindex init file
1295 Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1296 used when building @value{GDBN}; @pxref{System-wide configuration,
1297 ,System-wide configuration and settings}) and executes all the commands in
1298 that file.
1299
1300 @anchor{Home Directory Init File}
1301 @item
1302 Reads the init file (if any) in your home directory@footnote{On
1303 DOS/Windows systems, the home directory is the one pointed to by the
1304 @code{HOME} environment variable.} and executes all the commands in
1305 that file.
1306
1307 @anchor{Option -init-eval-command}
1308 @item
1309 Executes commands and command files specified by the @samp{-iex} and
1310 @samp{-ix} options in their specified order. Usually you should use the
1311 @samp{-ex} and @samp{-x} options instead, but this way you can apply
1312 settings before @value{GDBN} init files get executed and before inferior
1313 gets loaded.
1314
1315 @item
1316 Processes command line options and operands.
1317
1318 @anchor{Init File in the Current Directory during Startup}
1319 @item
1320 Reads and executes the commands from init file (if any) in the current
1321 working directory as long as @samp{set auto-load local-gdbinit} is set to
1322 @samp{on} (@pxref{Init File in the Current Directory}).
1323 This is only done if the current directory is
1324 different from your home directory. Thus, you can have more than one
1325 init file, one generic in your home directory, and another, specific
1326 to the program you are debugging, in the directory where you invoke
1327 @value{GDBN}.
1328
1329 @item
1330 If the command line specified a program to debug, or a process to
1331 attach to, or a core file, @value{GDBN} loads any auto-loaded
1332 scripts provided for the program or for its loaded shared libraries.
1333 @xref{Auto-loading}.
1334
1335 If you wish to disable the auto-loading during startup,
1336 you must do something like the following:
1337
1338 @smallexample
1339 $ gdb -iex "set auto-load python-scripts off" myprogram
1340 @end smallexample
1341
1342 Option @samp{-ex} does not work because the auto-loading is then turned
1343 off too late.
1344
1345 @item
1346 Executes commands and command files specified by the @samp{-ex} and
1347 @samp{-x} options in their specified order. @xref{Command Files}, for
1348 more details about @value{GDBN} command files.
1349
1350 @item
1351 Reads the command history recorded in the @dfn{history file}.
1352 @xref{Command History}, for more details about the command history and the
1353 files where @value{GDBN} records it.
1354 @end enumerate
1355
1356 Init files use the same syntax as @dfn{command files} (@pxref{Command
1357 Files}) and are processed by @value{GDBN} in the same way. The init
1358 file in your home directory can set options (such as @samp{set
1359 complaints}) that affect subsequent processing of command line options
1360 and operands. Init files are not executed if you use the @samp{-nx}
1361 option (@pxref{Mode Options, ,Choosing Modes}).
1362
1363 To display the list of init files loaded by gdb at startup, you
1364 can use @kbd{gdb --help}.
1365
1366 @cindex init file name
1367 @cindex @file{.gdbinit}
1368 @cindex @file{gdb.ini}
1369 The @value{GDBN} init files are normally called @file{.gdbinit}.
1370 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1371 the limitations of file names imposed by DOS filesystems. The Windows
1372 port of @value{GDBN} uses the standard name, but if it finds a
1373 @file{gdb.ini} file in your home directory, it warns you about that
1374 and suggests to rename the file to the standard name.
1375
1376
1377 @node Quitting GDB
1378 @section Quitting @value{GDBN}
1379 @cindex exiting @value{GDBN}
1380 @cindex leaving @value{GDBN}
1381
1382 @table @code
1383 @kindex quit @r{[}@var{expression}@r{]}
1384 @kindex q @r{(@code{quit})}
1385 @item quit @r{[}@var{expression}@r{]}
1386 @itemx q
1387 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1388 @code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
1389 do not supply @var{expression}, @value{GDBN} will terminate normally;
1390 otherwise it will terminate using the result of @var{expression} as the
1391 error code.
1392 @end table
1393
1394 @cindex interrupt
1395 An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
1396 terminates the action of any @value{GDBN} command that is in progress and
1397 returns to @value{GDBN} command level. It is safe to type the interrupt
1398 character at any time because @value{GDBN} does not allow it to take effect
1399 until a time when it is safe.
1400
1401 If you have been using @value{GDBN} to control an attached process or
1402 device, you can release it with the @code{detach} command
1403 (@pxref{Attach, ,Debugging an Already-running Process}).
1404
1405 @node Shell Commands
1406 @section Shell Commands
1407
1408 If you need to execute occasional shell commands during your
1409 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1410 just use the @code{shell} command.
1411
1412 @table @code
1413 @kindex shell
1414 @kindex !
1415 @cindex shell escape
1416 @item shell @var{command-string}
1417 @itemx !@var{command-string}
1418 Invoke a standard shell to execute @var{command-string}.
1419 Note that no space is needed between @code{!} and @var{command-string}.
1420 If it exists, the environment variable @code{SHELL} determines which
1421 shell to run. Otherwise @value{GDBN} uses the default shell
1422 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1423 @end table
1424
1425 The utility @code{make} is often needed in development environments.
1426 You do not have to use the @code{shell} command for this purpose in
1427 @value{GDBN}:
1428
1429 @table @code
1430 @kindex make
1431 @cindex calling make
1432 @item make @var{make-args}
1433 Execute the @code{make} program with the specified
1434 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1435 @end table
1436
1437 @node Logging Output
1438 @section Logging Output
1439 @cindex logging @value{GDBN} output
1440 @cindex save @value{GDBN} output to a file
1441
1442 You may want to save the output of @value{GDBN} commands to a file.
1443 There are several commands to control @value{GDBN}'s logging.
1444
1445 @table @code
1446 @kindex set logging
1447 @item set logging on
1448 Enable logging.
1449 @item set logging off
1450 Disable logging.
1451 @cindex logging file name
1452 @item set logging file @var{file}
1453 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1454 @item set logging overwrite [on|off]
1455 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1456 you want @code{set logging on} to overwrite the logfile instead.
1457 @item set logging redirect [on|off]
1458 By default, @value{GDBN} output will go to both the terminal and the logfile.
1459 Set @code{redirect} if you want output to go only to the log file.
1460 @kindex show logging
1461 @item show logging
1462 Show the current values of the logging settings.
1463 @end table
1464
1465 @node Commands
1466 @chapter @value{GDBN} Commands
1467
1468 You can abbreviate a @value{GDBN} command to the first few letters of the command
1469 name, if that abbreviation is unambiguous; and you can repeat certain
1470 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1471 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1472 show you the alternatives available, if there is more than one possibility).
1473
1474 @menu
1475 * Command Syntax:: How to give commands to @value{GDBN}
1476 * Completion:: Command completion
1477 * Help:: How to ask @value{GDBN} for help
1478 @end menu
1479
1480 @node Command Syntax
1481 @section Command Syntax
1482
1483 A @value{GDBN} command is a single line of input. There is no limit on
1484 how long it can be. It starts with a command name, which is followed by
1485 arguments whose meaning depends on the command name. For example, the
1486 command @code{step} accepts an argument which is the number of times to
1487 step, as in @samp{step 5}. You can also use the @code{step} command
1488 with no arguments. Some commands do not allow any arguments.
1489
1490 @cindex abbreviation
1491 @value{GDBN} command names may always be truncated if that abbreviation is
1492 unambiguous. Other possible command abbreviations are listed in the
1493 documentation for individual commands. In some cases, even ambiguous
1494 abbreviations are allowed; for example, @code{s} is specially defined as
1495 equivalent to @code{step} even though there are other commands whose
1496 names start with @code{s}. You can test abbreviations by using them as
1497 arguments to the @code{help} command.
1498
1499 @cindex repeating commands
1500 @kindex RET @r{(repeat last command)}
1501 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1502 repeat the previous command. Certain commands (for example, @code{run})
1503 will not repeat this way; these are commands whose unintentional
1504 repetition might cause trouble and which you are unlikely to want to
1505 repeat. User-defined commands can disable this feature; see
1506 @ref{Define, dont-repeat}.
1507
1508 The @code{list} and @code{x} commands, when you repeat them with
1509 @key{RET}, construct new arguments rather than repeating
1510 exactly as typed. This permits easy scanning of source or memory.
1511
1512 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1513 output, in a way similar to the common utility @code{more}
1514 (@pxref{Screen Size,,Screen Size}). Since it is easy to press one
1515 @key{RET} too many in this situation, @value{GDBN} disables command
1516 repetition after any command that generates this sort of display.
1517
1518 @kindex # @r{(a comment)}
1519 @cindex comment
1520 Any text from a @kbd{#} to the end of the line is a comment; it does
1521 nothing. This is useful mainly in command files (@pxref{Command
1522 Files,,Command Files}).
1523
1524 @cindex repeating command sequences
1525 @kindex Ctrl-o @r{(operate-and-get-next)}
1526 The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
1527 commands. This command accepts the current line, like @key{RET}, and
1528 then fetches the next line relative to the current line from the history
1529 for editing.
1530
1531 @node Completion
1532 @section Command Completion
1533
1534 @cindex completion
1535 @cindex word completion
1536 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1537 only one possibility; it can also show you what the valid possibilities
1538 are for the next word in a command, at any time. This works for @value{GDBN}
1539 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1540
1541 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1542 of a word. If there is only one possibility, @value{GDBN} fills in the
1543 word, and waits for you to finish the command (or press @key{RET} to
1544 enter it). For example, if you type
1545
1546 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1547 @c complete accuracy in these examples; space introduced for clarity.
1548 @c If texinfo enhancements make it unnecessary, it would be nice to
1549 @c replace " @key" by "@key" in the following...
1550 @smallexample
1551 (@value{GDBP}) info bre @key{TAB}
1552 @end smallexample
1553
1554 @noindent
1555 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1556 the only @code{info} subcommand beginning with @samp{bre}:
1557
1558 @smallexample
1559 (@value{GDBP}) info breakpoints
1560 @end smallexample
1561
1562 @noindent
1563 You can either press @key{RET} at this point, to run the @code{info
1564 breakpoints} command, or backspace and enter something else, if
1565 @samp{breakpoints} does not look like the command you expected. (If you
1566 were sure you wanted @code{info breakpoints} in the first place, you
1567 might as well just type @key{RET} immediately after @samp{info bre},
1568 to exploit command abbreviations rather than command completion).
1569
1570 If there is more than one possibility for the next word when you press
1571 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1572 characters and try again, or just press @key{TAB} a second time;
1573 @value{GDBN} displays all the possible completions for that word. For
1574 example, you might want to set a breakpoint on a subroutine whose name
1575 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1576 just sounds the bell. Typing @key{TAB} again displays all the
1577 function names in your program that begin with those characters, for
1578 example:
1579
1580 @smallexample
1581 (@value{GDBP}) b make_ @key{TAB}
1582 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1583 make_a_section_from_file make_environ
1584 make_abs_section make_function_type
1585 make_blockvector make_pointer_type
1586 make_cleanup make_reference_type
1587 make_command make_symbol_completion_list
1588 (@value{GDBP}) b make_
1589 @end smallexample
1590
1591 @noindent
1592 After displaying the available possibilities, @value{GDBN} copies your
1593 partial input (@samp{b make_} in the example) so you can finish the
1594 command.
1595
1596 If you just want to see the list of alternatives in the first place, you
1597 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1598 means @kbd{@key{META} ?}. You can type this either by holding down a
1599 key designated as the @key{META} shift on your keyboard (if there is
1600 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1601
1602 @cindex quotes in commands
1603 @cindex completion of quoted strings
1604 Sometimes the string you need, while logically a ``word'', may contain
1605 parentheses or other characters that @value{GDBN} normally excludes from
1606 its notion of a word. To permit word completion to work in this
1607 situation, you may enclose words in @code{'} (single quote marks) in
1608 @value{GDBN} commands.
1609
1610 The most likely situation where you might need this is in typing the
1611 name of a C@t{++} function. This is because C@t{++} allows function
1612 overloading (multiple definitions of the same function, distinguished
1613 by argument type). For example, when you want to set a breakpoint you
1614 may need to distinguish whether you mean the version of @code{name}
1615 that takes an @code{int} parameter, @code{name(int)}, or the version
1616 that takes a @code{float} parameter, @code{name(float)}. To use the
1617 word-completion facilities in this situation, type a single quote
1618 @code{'} at the beginning of the function name. This alerts
1619 @value{GDBN} that it may need to consider more information than usual
1620 when you press @key{TAB} or @kbd{M-?} to request word completion:
1621
1622 @smallexample
1623 (@value{GDBP}) b 'bubble( @kbd{M-?}
1624 bubble(double,double) bubble(int,int)
1625 (@value{GDBP}) b 'bubble(
1626 @end smallexample
1627
1628 In some cases, @value{GDBN} can tell that completing a name requires using
1629 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1630 completing as much as it can) if you do not type the quote in the first
1631 place:
1632
1633 @smallexample
1634 (@value{GDBP}) b bub @key{TAB}
1635 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1636 (@value{GDBP}) b 'bubble(
1637 @end smallexample
1638
1639 @noindent
1640 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1641 you have not yet started typing the argument list when you ask for
1642 completion on an overloaded symbol.
1643
1644 For more information about overloaded functions, see @ref{C Plus Plus
1645 Expressions, ,C@t{++} Expressions}. You can use the command @code{set
1646 overload-resolution off} to disable overload resolution;
1647 see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
1648
1649 @cindex completion of structure field names
1650 @cindex structure field name completion
1651 @cindex completion of union field names
1652 @cindex union field name completion
1653 When completing in an expression which looks up a field in a
1654 structure, @value{GDBN} also tries@footnote{The completer can be
1655 confused by certain kinds of invalid expressions. Also, it only
1656 examines the static type of the expression, not the dynamic type.} to
1657 limit completions to the field names available in the type of the
1658 left-hand-side:
1659
1660 @smallexample
1661 (@value{GDBP}) p gdb_stdout.@kbd{M-?}
1662 magic to_fputs to_rewind
1663 to_data to_isatty to_write
1664 to_delete to_put to_write_async_safe
1665 to_flush to_read
1666 @end smallexample
1667
1668 @noindent
1669 This is because the @code{gdb_stdout} is a variable of the type
1670 @code{struct ui_file} that is defined in @value{GDBN} sources as
1671 follows:
1672
1673 @smallexample
1674 struct ui_file
1675 @{
1676 int *magic;
1677 ui_file_flush_ftype *to_flush;
1678 ui_file_write_ftype *to_write;
1679 ui_file_write_async_safe_ftype *to_write_async_safe;
1680 ui_file_fputs_ftype *to_fputs;
1681 ui_file_read_ftype *to_read;
1682 ui_file_delete_ftype *to_delete;
1683 ui_file_isatty_ftype *to_isatty;
1684 ui_file_rewind_ftype *to_rewind;
1685 ui_file_put_ftype *to_put;
1686 void *to_data;
1687 @}
1688 @end smallexample
1689
1690
1691 @node Help
1692 @section Getting Help
1693 @cindex online documentation
1694 @kindex help
1695
1696 You can always ask @value{GDBN} itself for information on its commands,
1697 using the command @code{help}.
1698
1699 @table @code
1700 @kindex h @r{(@code{help})}
1701 @item help
1702 @itemx h
1703 You can use @code{help} (abbreviated @code{h}) with no arguments to
1704 display a short list of named classes of commands:
1705
1706 @smallexample
1707 (@value{GDBP}) help
1708 List of classes of commands:
1709
1710 aliases -- Aliases of other commands
1711 breakpoints -- Making program stop at certain points
1712 data -- Examining data
1713 files -- Specifying and examining files
1714 internals -- Maintenance commands
1715 obscure -- Obscure features
1716 running -- Running the program
1717 stack -- Examining the stack
1718 status -- Status inquiries
1719 support -- Support facilities
1720 tracepoints -- Tracing of program execution without
1721 stopping the program
1722 user-defined -- User-defined commands
1723
1724 Type "help" followed by a class name for a list of
1725 commands in that class.
1726 Type "help" followed by command name for full
1727 documentation.
1728 Command name abbreviations are allowed if unambiguous.
1729 (@value{GDBP})
1730 @end smallexample
1731 @c the above line break eliminates huge line overfull...
1732
1733 @item help @var{class}
1734 Using one of the general help classes as an argument, you can get a
1735 list of the individual commands in that class. For example, here is the
1736 help display for the class @code{status}:
1737
1738 @smallexample
1739 (@value{GDBP}) help status
1740 Status inquiries.
1741
1742 List of commands:
1743
1744 @c Line break in "show" line falsifies real output, but needed
1745 @c to fit in smallbook page size.
1746 info -- Generic command for showing things
1747 about the program being debugged
1748 show -- Generic command for showing things
1749 about the debugger
1750
1751 Type "help" followed by command name for full
1752 documentation.
1753 Command name abbreviations are allowed if unambiguous.
1754 (@value{GDBP})
1755 @end smallexample
1756
1757 @item help @var{command}
1758 With a command name as @code{help} argument, @value{GDBN} displays a
1759 short paragraph on how to use that command.
1760
1761 @kindex apropos
1762 @item apropos @var{args}
1763 The @code{apropos} command searches through all of the @value{GDBN}
1764 commands, and their documentation, for the regular expression specified in
1765 @var{args}. It prints out all matches found. For example:
1766
1767 @smallexample
1768 apropos alias
1769 @end smallexample
1770
1771 @noindent
1772 results in:
1773
1774 @smallexample
1775 @c @group
1776 alias -- Define a new command that is an alias of an existing command
1777 aliases -- Aliases of other commands
1778 d -- Delete some breakpoints or auto-display expressions
1779 del -- Delete some breakpoints or auto-display expressions
1780 delete -- Delete some breakpoints or auto-display expressions
1781 @c @end group
1782 @end smallexample
1783
1784 @kindex complete
1785 @item complete @var{args}
1786 The @code{complete @var{args}} command lists all the possible completions
1787 for the beginning of a command. Use @var{args} to specify the beginning of the
1788 command you want completed. For example:
1789
1790 @smallexample
1791 complete i
1792 @end smallexample
1793
1794 @noindent results in:
1795
1796 @smallexample
1797 @group
1798 if
1799 ignore
1800 info
1801 inspect
1802 @end group
1803 @end smallexample
1804
1805 @noindent This is intended for use by @sc{gnu} Emacs.
1806 @end table
1807
1808 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1809 and @code{show} to inquire about the state of your program, or the state
1810 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1811 manual introduces each of them in the appropriate context. The listings
1812 under @code{info} and under @code{show} in the Command, Variable, and
1813 Function Index point to all the sub-commands. @xref{Command and Variable
1814 Index}.
1815
1816 @c @group
1817 @table @code
1818 @kindex info
1819 @kindex i @r{(@code{info})}
1820 @item info
1821 This command (abbreviated @code{i}) is for describing the state of your
1822 program. For example, you can show the arguments passed to a function
1823 with @code{info args}, list the registers currently in use with @code{info
1824 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1825 You can get a complete list of the @code{info} sub-commands with
1826 @w{@code{help info}}.
1827
1828 @kindex set
1829 @item set
1830 You can assign the result of an expression to an environment variable with
1831 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1832 @code{set prompt $}.
1833
1834 @kindex show
1835 @item show
1836 In contrast to @code{info}, @code{show} is for describing the state of
1837 @value{GDBN} itself.
1838 You can change most of the things you can @code{show}, by using the
1839 related command @code{set}; for example, you can control what number
1840 system is used for displays with @code{set radix}, or simply inquire
1841 which is currently in use with @code{show radix}.
1842
1843 @kindex info set
1844 To display all the settable parameters and their current
1845 values, you can use @code{show} with no arguments; you may also use
1846 @code{info set}. Both commands produce the same display.
1847 @c FIXME: "info set" violates the rule that "info" is for state of
1848 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1849 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1850 @end table
1851 @c @end group
1852
1853 Here are several miscellaneous @code{show} subcommands, all of which are
1854 exceptional in lacking corresponding @code{set} commands:
1855
1856 @table @code
1857 @kindex show version
1858 @cindex @value{GDBN} version number
1859 @item show version
1860 Show what version of @value{GDBN} is running. You should include this
1861 information in @value{GDBN} bug-reports. If multiple versions of
1862 @value{GDBN} are in use at your site, you may need to determine which
1863 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1864 commands are introduced, and old ones may wither away. Also, many
1865 system vendors ship variant versions of @value{GDBN}, and there are
1866 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1867 The version number is the same as the one announced when you start
1868 @value{GDBN}.
1869
1870 @kindex show copying
1871 @kindex info copying
1872 @cindex display @value{GDBN} copyright
1873 @item show copying
1874 @itemx info copying
1875 Display information about permission for copying @value{GDBN}.
1876
1877 @kindex show warranty
1878 @kindex info warranty
1879 @item show warranty
1880 @itemx info warranty
1881 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1882 if your version of @value{GDBN} comes with one.
1883
1884 @kindex show configuration
1885 @item show configuration
1886 Display detailed information about the way @value{GDBN} was configured
1887 when it was built. This displays the optional arguments passed to the
1888 @file{configure} script and also configuration parameters detected
1889 automatically by @command{configure}. When reporting a @value{GDBN}
1890 bug (@pxref{GDB Bugs}), it is important to include this information in
1891 your report.
1892
1893 @end table
1894
1895 @node Running
1896 @chapter Running Programs Under @value{GDBN}
1897
1898 When you run a program under @value{GDBN}, you must first generate
1899 debugging information when you compile it.
1900
1901 You may start @value{GDBN} with its arguments, if any, in an environment
1902 of your choice. If you are doing native debugging, you may redirect
1903 your program's input and output, debug an already running process, or
1904 kill a child process.
1905
1906 @menu
1907 * Compilation:: Compiling for debugging
1908 * Starting:: Starting your program
1909 * Arguments:: Your program's arguments
1910 * Environment:: Your program's environment
1911
1912 * Working Directory:: Your program's working directory
1913 * Input/Output:: Your program's input and output
1914 * Attach:: Debugging an already-running process
1915 * Kill Process:: Killing the child process
1916
1917 * Inferiors and Programs:: Debugging multiple inferiors and programs
1918 * Threads:: Debugging programs with multiple threads
1919 * Forks:: Debugging forks
1920 * Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
1921 @end menu
1922
1923 @node Compilation
1924 @section Compiling for Debugging
1925
1926 In order to debug a program effectively, you need to generate
1927 debugging information when you compile it. This debugging information
1928 is stored in the object file; it describes the data type of each
1929 variable or function and the correspondence between source line numbers
1930 and addresses in the executable code.
1931
1932 To request debugging information, specify the @samp{-g} option when you run
1933 the compiler.
1934
1935 Programs that are to be shipped to your customers are compiled with
1936 optimizations, using the @samp{-O} compiler option. However, some
1937 compilers are unable to handle the @samp{-g} and @samp{-O} options
1938 together. Using those compilers, you cannot generate optimized
1939 executables containing debugging information.
1940
1941 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1942 without @samp{-O}, making it possible to debug optimized code. We
1943 recommend that you @emph{always} use @samp{-g} whenever you compile a
1944 program. You may think your program is correct, but there is no sense
1945 in pushing your luck. For more information, see @ref{Optimized Code}.
1946
1947 Older versions of the @sc{gnu} C compiler permitted a variant option
1948 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1949 format; if your @sc{gnu} C compiler has this option, do not use it.
1950
1951 @value{GDBN} knows about preprocessor macros and can show you their
1952 expansion (@pxref{Macros}). Most compilers do not include information
1953 about preprocessor macros in the debugging information if you specify
1954 the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
1955 the @sc{gnu} C compiler, provides macro information if you are using
1956 the DWARF debugging format, and specify the option @option{-g3}.
1957
1958 @xref{Debugging Options,,Options for Debugging Your Program or GCC,
1959 gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}, for more
1960 information on @value{NGCC} options affecting debug information.
1961
1962 You will have the best debugging experience if you use the latest
1963 version of the DWARF debugging format that your compiler supports.
1964 DWARF is currently the most expressive and best supported debugging
1965 format in @value{GDBN}.
1966
1967 @need 2000
1968 @node Starting
1969 @section Starting your Program
1970 @cindex starting
1971 @cindex running
1972
1973 @table @code
1974 @kindex run
1975 @kindex r @r{(@code{run})}
1976 @item run
1977 @itemx r
1978 Use the @code{run} command to start your program under @value{GDBN}.
1979 You must first specify the program name (except on VxWorks) with an
1980 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1981 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1982 (@pxref{Files, ,Commands to Specify Files}).
1983
1984 @end table
1985
1986 If you are running your program in an execution environment that
1987 supports processes, @code{run} creates an inferior process and makes
1988 that process run your program. In some environments without processes,
1989 @code{run} jumps to the start of your program. Other targets,
1990 like @samp{remote}, are always running. If you get an error
1991 message like this one:
1992
1993 @smallexample
1994 The "remote" target does not support "run".
1995 Try "help target" or "continue".
1996 @end smallexample
1997
1998 @noindent
1999 then use @code{continue} to run your program. You may need @code{load}
2000 first (@pxref{load}).
2001
2002 The execution of a program is affected by certain information it
2003 receives from its superior. @value{GDBN} provides ways to specify this
2004 information, which you must do @emph{before} starting your program. (You
2005 can change it after starting your program, but such changes only affect
2006 your program the next time you start it.) This information may be
2007 divided into four categories:
2008
2009 @table @asis
2010 @item The @emph{arguments.}
2011 Specify the arguments to give your program as the arguments of the
2012 @code{run} command. If a shell is available on your target, the shell
2013 is used to pass the arguments, so that you may use normal conventions
2014 (such as wildcard expansion or variable substitution) in describing
2015 the arguments.
2016 In Unix systems, you can control which shell is used with the
2017 @code{SHELL} environment variable. If you do not define @code{SHELL},
2018 @value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2019 use of any shell with the @code{set startup-with-shell} command (see
2020 below for details).
2021
2022 @item The @emph{environment.}
2023 Your program normally inherits its environment from @value{GDBN}, but you can
2024 use the @value{GDBN} commands @code{set environment} and @code{unset
2025 environment} to change parts of the environment that affect
2026 your program. @xref{Environment, ,Your Program's Environment}.
2027
2028 @item The @emph{working directory.}
2029 Your program inherits its working directory from @value{GDBN}. You can set
2030 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
2031 @xref{Working Directory, ,Your Program's Working Directory}.
2032
2033 @item The @emph{standard input and output.}
2034 Your program normally uses the same device for standard input and
2035 standard output as @value{GDBN} is using. You can redirect input and output
2036 in the @code{run} command line, or you can use the @code{tty} command to
2037 set a different device for your program.
2038 @xref{Input/Output, ,Your Program's Input and Output}.
2039
2040 @cindex pipes
2041 @emph{Warning:} While input and output redirection work, you cannot use
2042 pipes to pass the output of the program you are debugging to another
2043 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2044 wrong program.
2045 @end table
2046
2047 When you issue the @code{run} command, your program begins to execute
2048 immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
2049 of how to arrange for your program to stop. Once your program has
2050 stopped, you may call functions in your program, using the @code{print}
2051 or @code{call} commands. @xref{Data, ,Examining Data}.
2052
2053 If the modification time of your symbol file has changed since the last
2054 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2055 table, and reads it again. When it does this, @value{GDBN} tries to retain
2056 your current breakpoints.
2057
2058 @table @code
2059 @kindex start
2060 @item start
2061 @cindex run to main procedure
2062 The name of the main procedure can vary from language to language.
2063 With C or C@t{++}, the main procedure name is always @code{main}, but
2064 other languages such as Ada do not require a specific name for their
2065 main procedure. The debugger provides a convenient way to start the
2066 execution of the program and to stop at the beginning of the main
2067 procedure, depending on the language used.
2068
2069 The @samp{start} command does the equivalent of setting a temporary
2070 breakpoint at the beginning of the main procedure and then invoking
2071 the @samp{run} command.
2072
2073 @cindex elaboration phase
2074 Some programs contain an @dfn{elaboration} phase where some startup code is
2075 executed before the main procedure is called. This depends on the
2076 languages used to write your program. In C@t{++}, for instance,
2077 constructors for static and global objects are executed before
2078 @code{main} is called. It is therefore possible that the debugger stops
2079 before reaching the main procedure. However, the temporary breakpoint
2080 will remain to halt execution.
2081
2082 Specify the arguments to give to your program as arguments to the
2083 @samp{start} command. These arguments will be given verbatim to the
2084 underlying @samp{run} command. Note that the same arguments will be
2085 reused if no argument is provided during subsequent calls to
2086 @samp{start} or @samp{run}.
2087
2088 It is sometimes necessary to debug the program during elaboration. In
2089 these cases, using the @code{start} command would stop the execution of
2090 your program too late, as the program would have already completed the
2091 elaboration phase. Under these circumstances, insert breakpoints in your
2092 elaboration code before running your program.
2093
2094 @anchor{set exec-wrapper}
2095 @kindex set exec-wrapper
2096 @item set exec-wrapper @var{wrapper}
2097 @itemx show exec-wrapper
2098 @itemx unset exec-wrapper
2099 When @samp{exec-wrapper} is set, the specified wrapper is used to
2100 launch programs for debugging. @value{GDBN} starts your program
2101 with a shell command of the form @kbd{exec @var{wrapper}
2102 @var{program}}. Quoting is added to @var{program} and its
2103 arguments, but not to @var{wrapper}, so you should add quotes if
2104 appropriate for your shell. The wrapper runs until it executes
2105 your program, and then @value{GDBN} takes control.
2106
2107 You can use any program that eventually calls @code{execve} with
2108 its arguments as a wrapper. Several standard Unix utilities do
2109 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2110 with @code{exec "$@@"} will also work.
2111
2112 For example, you can use @code{env} to pass an environment variable to
2113 the debugged program, without setting the variable in your shell's
2114 environment:
2115
2116 @smallexample
2117 (@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2118 (@value{GDBP}) run
2119 @end smallexample
2120
2121 This command is available when debugging locally on most targets, excluding
2122 @sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2123
2124 @kindex set startup-with-shell
2125 @item set startup-with-shell
2126 @itemx set startup-with-shell on
2127 @itemx set startup-with-shell off
2128 @itemx show set startup-with-shell
2129 On Unix systems, by default, if a shell is available on your target,
2130 @value{GDBN}) uses it to start your program. Arguments of the
2131 @code{run} command are passed to the shell, which does variable
2132 substitution, expands wildcard characters and performs redirection of
2133 I/O. In some circumstances, it may be useful to disable such use of a
2134 shell, for example, when debugging the shell itself or diagnosing
2135 startup failures such as:
2136
2137 @smallexample
2138 (@value{GDBP}) run
2139 Starting program: ./a.out
2140 During startup program terminated with signal SIGSEGV, Segmentation fault.
2141 @end smallexample
2142
2143 @noindent
2144 which indicates the shell or the wrapper specified with
2145 @samp{exec-wrapper} crashed, not your program. Most often, this is
2146 caused by something odd in your shell's non-interactive mode
2147 initialization file---such as @file{.cshrc} for C-shell,
2148 $@file{.zshenv} for the Z shell, or the file specified in the
2149 @samp{BASH_ENV} environment variable for BASH.
2150
2151 @anchor{set auto-connect-native-target}
2152 @kindex set auto-connect-native-target
2153 @item set auto-connect-native-target
2154 @itemx set auto-connect-native-target on
2155 @itemx set auto-connect-native-target off
2156 @itemx show auto-connect-native-target
2157
2158 By default, if not connected to any target yet (e.g., with
2159 @code{target remote}), the @code{run} command starts your program as a
2160 native process under @value{GDBN}, on your local machine. If you're
2161 sure you don't want to debug programs on your local machine, you can
2162 tell @value{GDBN} to not connect to the native target automatically
2163 with the @code{set auto-connect-native-target off} command.
2164
2165 If @code{on}, which is the default, and if @value{GDBN} is not
2166 connected to a target already, the @code{run} command automaticaly
2167 connects to the native target, if one is available.
2168
2169 If @code{off}, and if @value{GDBN} is not connected to a target
2170 already, the @code{run} command fails with an error:
2171
2172 @smallexample
2173 (@value{GDBP}) run
2174 Don't know how to run. Try "help target".
2175 @end smallexample
2176
2177 If @value{GDBN} is already connected to a target, @value{GDBN} always
2178 uses it with the @code{run} command.
2179
2180 In any case, you can explicitly connect to the native target with the
2181 @code{target native} command. For example,
2182
2183 @smallexample
2184 (@value{GDBP}) set auto-connect-native-target off
2185 (@value{GDBP}) run
2186 Don't know how to run. Try "help target".
2187 (@value{GDBP}) target native
2188 (@value{GDBP}) run
2189 Starting program: ./a.out
2190 [Inferior 1 (process 10421) exited normally]
2191 @end smallexample
2192
2193 In case you connected explicitly to the @code{native} target,
2194 @value{GDBN} remains connected even if all inferiors exit, ready for
2195 the next @code{run} command. Use the @code{disconnect} command to
2196 disconnect.
2197
2198 Examples of other commands that likewise respect the
2199 @code{auto-connect-native-target} setting: @code{attach}, @code{info
2200 proc}, @code{info os}.
2201
2202 @kindex set disable-randomization
2203 @item set disable-randomization
2204 @itemx set disable-randomization on
2205 This option (enabled by default in @value{GDBN}) will turn off the native
2206 randomization of the virtual address space of the started program. This option
2207 is useful for multiple debugging sessions to make the execution better
2208 reproducible and memory addresses reusable across debugging sessions.
2209
2210 This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2211 On @sc{gnu}/Linux you can get the same behavior using
2212
2213 @smallexample
2214 (@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2215 @end smallexample
2216
2217 @item set disable-randomization off
2218 Leave the behavior of the started executable unchanged. Some bugs rear their
2219 ugly heads only when the program is loaded at certain addresses. If your bug
2220 disappears when you run the program under @value{GDBN}, that might be because
2221 @value{GDBN} by default disables the address randomization on platforms, such
2222 as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2223 disable-randomization off} to try to reproduce such elusive bugs.
2224
2225 On targets where it is available, virtual address space randomization
2226 protects the programs against certain kinds of security attacks. In these
2227 cases the attacker needs to know the exact location of a concrete executable
2228 code. Randomizing its location makes it impossible to inject jumps misusing
2229 a code at its expected addresses.
2230
2231 Prelinking shared libraries provides a startup performance advantage but it
2232 makes addresses in these libraries predictable for privileged processes by
2233 having just unprivileged access at the target system. Reading the shared
2234 library binary gives enough information for assembling the malicious code
2235 misusing it. Still even a prelinked shared library can get loaded at a new
2236 random address just requiring the regular relocation process during the
2237 startup. Shared libraries not already prelinked are always loaded at
2238 a randomly chosen address.
2239
2240 Position independent executables (PIE) contain position independent code
2241 similar to the shared libraries and therefore such executables get loaded at
2242 a randomly chosen address upon startup. PIE executables always load even
2243 already prelinked shared libraries at a random address. You can build such
2244 executable using @command{gcc -fPIE -pie}.
2245
2246 Heap (malloc storage), stack and custom mmap areas are always placed randomly
2247 (as long as the randomization is enabled).
2248
2249 @item show disable-randomization
2250 Show the current setting of the explicit disable of the native randomization of
2251 the virtual address space of the started program.
2252
2253 @end table
2254
2255 @node Arguments
2256 @section Your Program's Arguments
2257
2258 @cindex arguments (to your program)
2259 The arguments to your program can be specified by the arguments of the
2260 @code{run} command.
2261 They are passed to a shell, which expands wildcard characters and
2262 performs redirection of I/O, and thence to your program. Your
2263 @code{SHELL} environment variable (if it exists) specifies what shell
2264 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
2265 the default shell (@file{/bin/sh} on Unix).
2266
2267 On non-Unix systems, the program is usually invoked directly by
2268 @value{GDBN}, which emulates I/O redirection via the appropriate system
2269 calls, and the wildcard characters are expanded by the startup code of
2270 the program, not by the shell.
2271
2272 @code{run} with no arguments uses the same arguments used by the previous
2273 @code{run}, or those set by the @code{set args} command.
2274
2275 @table @code
2276 @kindex set args
2277 @item set args
2278 Specify the arguments to be used the next time your program is run. If
2279 @code{set args} has no arguments, @code{run} executes your program
2280 with no arguments. Once you have run your program with arguments,
2281 using @code{set args} before the next @code{run} is the only way to run
2282 it again without arguments.
2283
2284 @kindex show args
2285 @item show args
2286 Show the arguments to give your program when it is started.
2287 @end table
2288
2289 @node Environment
2290 @section Your Program's Environment
2291
2292 @cindex environment (of your program)
2293 The @dfn{environment} consists of a set of environment variables and
2294 their values. Environment variables conventionally record such things as
2295 your user name, your home directory, your terminal type, and your search
2296 path for programs to run. Usually you set up environment variables with
2297 the shell and they are inherited by all the other programs you run. When
2298 debugging, it can be useful to try running your program with a modified
2299 environment without having to start @value{GDBN} over again.
2300
2301 @table @code
2302 @kindex path
2303 @item path @var{directory}
2304 Add @var{directory} to the front of the @code{PATH} environment variable
2305 (the search path for executables) that will be passed to your program.
2306 The value of @code{PATH} used by @value{GDBN} does not change.
2307 You may specify several directory names, separated by whitespace or by a
2308 system-dependent separator character (@samp{:} on Unix, @samp{;} on
2309 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2310 is moved to the front, so it is searched sooner.
2311
2312 You can use the string @samp{$cwd} to refer to whatever is the current
2313 working directory at the time @value{GDBN} searches the path. If you
2314 use @samp{.} instead, it refers to the directory where you executed the
2315 @code{path} command. @value{GDBN} replaces @samp{.} in the
2316 @var{directory} argument (with the current path) before adding
2317 @var{directory} to the search path.
2318 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2319 @c document that, since repeating it would be a no-op.
2320
2321 @kindex show paths
2322 @item show paths
2323 Display the list of search paths for executables (the @code{PATH}
2324 environment variable).
2325
2326 @kindex show environment
2327 @item show environment @r{[}@var{varname}@r{]}
2328 Print the value of environment variable @var{varname} to be given to
2329 your program when it starts. If you do not supply @var{varname},
2330 print the names and values of all environment variables to be given to
2331 your program. You can abbreviate @code{environment} as @code{env}.
2332
2333 @kindex set environment
2334 @item set environment @var{varname} @r{[}=@var{value}@r{]}
2335 Set environment variable @var{varname} to @var{value}. The value
2336 changes for your program (and the shell @value{GDBN} uses to launch
2337 it), not for @value{GDBN} itself. The @var{value} may be any string; the
2338 values of environment variables are just strings, and any
2339 interpretation is supplied by your program itself. The @var{value}
2340 parameter is optional; if it is eliminated, the variable is set to a
2341 null value.
2342 @c "any string" here does not include leading, trailing
2343 @c blanks. Gnu asks: does anyone care?
2344
2345 For example, this command:
2346
2347 @smallexample
2348 set env USER = foo
2349 @end smallexample
2350
2351 @noindent
2352 tells the debugged program, when subsequently run, that its user is named
2353 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2354 are not actually required.)
2355
2356 Note that on Unix systems, @value{GDBN} runs your program via a shell,
2357 which also inherits the environment set with @code{set environment}.
2358 If necessary, you can avoid that by using the @samp{env} program as a
2359 wrapper instead of using @code{set environment}. @xref{set
2360 exec-wrapper}, for an example doing just that.
2361
2362 @kindex unset environment
2363 @item unset environment @var{varname}
2364 Remove variable @var{varname} from the environment to be passed to your
2365 program. This is different from @samp{set env @var{varname} =};
2366 @code{unset environment} removes the variable from the environment,
2367 rather than assigning it an empty value.
2368 @end table
2369
2370 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2371 the shell indicated by your @code{SHELL} environment variable if it
2372 exists (or @code{/bin/sh} if not). If your @code{SHELL} variable
2373 names a shell that runs an initialization file when started
2374 non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2375 for the Z shell, or the file specified in the @samp{BASH_ENV}
2376 environment variable for BASH---any variables you set in that file
2377 affect your program. You may wish to move setting of environment
2378 variables to files that are only run when you sign on, such as
2379 @file{.login} or @file{.profile}.
2380
2381 @node Working Directory
2382 @section Your Program's Working Directory
2383
2384 @cindex working directory (of your program)
2385 Each time you start your program with @code{run}, it inherits its
2386 working directory from the current working directory of @value{GDBN}.
2387 The @value{GDBN} working directory is initially whatever it inherited
2388 from its parent process (typically the shell), but you can specify a new
2389 working directory in @value{GDBN} with the @code{cd} command.
2390
2391 The @value{GDBN} working directory also serves as a default for the commands
2392 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
2393 Specify Files}.
2394
2395 @table @code
2396 @kindex cd
2397 @cindex change working directory
2398 @item cd @r{[}@var{directory}@r{]}
2399 Set the @value{GDBN} working directory to @var{directory}. If not
2400 given, @var{directory} uses @file{'~'}.
2401
2402 @kindex pwd
2403 @item pwd
2404 Print the @value{GDBN} working directory.
2405 @end table
2406
2407 It is generally impossible to find the current working directory of
2408 the process being debugged (since a program can change its directory
2409 during its run). If you work on a system where @value{GDBN} is
2410 configured with the @file{/proc} support, you can use the @code{info
2411 proc} command (@pxref{SVR4 Process Information}) to find out the
2412 current working directory of the debuggee.
2413
2414 @node Input/Output
2415 @section Your Program's Input and Output
2416
2417 @cindex redirection
2418 @cindex i/o
2419 @cindex terminal
2420 By default, the program you run under @value{GDBN} does input and output to
2421 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2422 to its own terminal modes to interact with you, but it records the terminal
2423 modes your program was using and switches back to them when you continue
2424 running your program.
2425
2426 @table @code
2427 @kindex info terminal
2428 @item info terminal
2429 Displays information recorded by @value{GDBN} about the terminal modes your
2430 program is using.
2431 @end table
2432
2433 You can redirect your program's input and/or output using shell
2434 redirection with the @code{run} command. For example,
2435
2436 @smallexample
2437 run > outfile
2438 @end smallexample
2439
2440 @noindent
2441 starts your program, diverting its output to the file @file{outfile}.
2442
2443 @kindex tty
2444 @cindex controlling terminal
2445 Another way to specify where your program should do input and output is
2446 with the @code{tty} command. This command accepts a file name as
2447 argument, and causes this file to be the default for future @code{run}
2448 commands. It also resets the controlling terminal for the child
2449 process, for future @code{run} commands. For example,
2450
2451 @smallexample
2452 tty /dev/ttyb
2453 @end smallexample
2454
2455 @noindent
2456 directs that processes started with subsequent @code{run} commands
2457 default to do input and output on the terminal @file{/dev/ttyb} and have
2458 that as their controlling terminal.
2459
2460 An explicit redirection in @code{run} overrides the @code{tty} command's
2461 effect on the input/output device, but not its effect on the controlling
2462 terminal.
2463
2464 When you use the @code{tty} command or redirect input in the @code{run}
2465 command, only the input @emph{for your program} is affected. The input
2466 for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2467 for @code{set inferior-tty}.
2468
2469 @cindex inferior tty
2470 @cindex set inferior controlling terminal
2471 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2472 display the name of the terminal that will be used for future runs of your
2473 program.
2474
2475 @table @code
2476 @item set inferior-tty /dev/ttyb
2477 @kindex set inferior-tty
2478 Set the tty for the program being debugged to /dev/ttyb.
2479
2480 @item show inferior-tty
2481 @kindex show inferior-tty
2482 Show the current tty for the program being debugged.
2483 @end table
2484
2485 @node Attach
2486 @section Debugging an Already-running Process
2487 @kindex attach
2488 @cindex attach
2489
2490 @table @code
2491 @item attach @var{process-id}
2492 This command attaches to a running process---one that was started
2493 outside @value{GDBN}. (@code{info files} shows your active
2494 targets.) The command takes as argument a process ID. The usual way to
2495 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2496 or with the @samp{jobs -l} shell command.
2497
2498 @code{attach} does not repeat if you press @key{RET} a second time after
2499 executing the command.
2500 @end table
2501
2502 To use @code{attach}, your program must be running in an environment
2503 which supports processes; for example, @code{attach} does not work for
2504 programs on bare-board targets that lack an operating system. You must
2505 also have permission to send the process a signal.
2506
2507 When you use @code{attach}, the debugger finds the program running in
2508 the process first by looking in the current working directory, then (if
2509 the program is not found) by using the source file search path
2510 (@pxref{Source Path, ,Specifying Source Directories}). You can also use
2511 the @code{file} command to load the program. @xref{Files, ,Commands to
2512 Specify Files}.
2513
2514 The first thing @value{GDBN} does after arranging to debug the specified
2515 process is to stop it. You can examine and modify an attached process
2516 with all the @value{GDBN} commands that are ordinarily available when
2517 you start processes with @code{run}. You can insert breakpoints; you
2518 can step and continue; you can modify storage. If you would rather the
2519 process continue running, you may use the @code{continue} command after
2520 attaching @value{GDBN} to the process.
2521
2522 @table @code
2523 @kindex detach
2524 @item detach
2525 When you have finished debugging the attached process, you can use the
2526 @code{detach} command to release it from @value{GDBN} control. Detaching
2527 the process continues its execution. After the @code{detach} command,
2528 that process and @value{GDBN} become completely independent once more, and you
2529 are ready to @code{attach} another process or start one with @code{run}.
2530 @code{detach} does not repeat if you press @key{RET} again after
2531 executing the command.
2532 @end table
2533
2534 If you exit @value{GDBN} while you have an attached process, you detach
2535 that process. If you use the @code{run} command, you kill that process.
2536 By default, @value{GDBN} asks for confirmation if you try to do either of these
2537 things; you can control whether or not you need to confirm by using the
2538 @code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
2539 Messages}).
2540
2541 @node Kill Process
2542 @section Killing the Child Process
2543
2544 @table @code
2545 @kindex kill
2546 @item kill
2547 Kill the child process in which your program is running under @value{GDBN}.
2548 @end table
2549
2550 This command is useful if you wish to debug a core dump instead of a
2551 running process. @value{GDBN} ignores any core dump file while your program
2552 is running.
2553
2554 On some operating systems, a program cannot be executed outside @value{GDBN}
2555 while you have breakpoints set on it inside @value{GDBN}. You can use the
2556 @code{kill} command in this situation to permit running your program
2557 outside the debugger.
2558
2559 The @code{kill} command is also useful if you wish to recompile and
2560 relink your program, since on many systems it is impossible to modify an
2561 executable file while it is running in a process. In this case, when you
2562 next type @code{run}, @value{GDBN} notices that the file has changed, and
2563 reads the symbol table again (while trying to preserve your current
2564 breakpoint settings).
2565
2566 @node Inferiors and Programs
2567 @section Debugging Multiple Inferiors and Programs
2568
2569 @value{GDBN} lets you run and debug multiple programs in a single
2570 session. In addition, @value{GDBN} on some systems may let you run
2571 several programs simultaneously (otherwise you have to exit from one
2572 before starting another). In the most general case, you can have
2573 multiple threads of execution in each of multiple processes, launched
2574 from multiple executables.
2575
2576 @cindex inferior
2577 @value{GDBN} represents the state of each program execution with an
2578 object called an @dfn{inferior}. An inferior typically corresponds to
2579 a process, but is more general and applies also to targets that do not
2580 have processes. Inferiors may be created before a process runs, and
2581 may be retained after a process exits. Inferiors have unique
2582 identifiers that are different from process ids. Usually each
2583 inferior will also have its own distinct address space, although some
2584 embedded targets may have several inferiors running in different parts
2585 of a single address space. Each inferior may in turn have multiple
2586 threads running in it.
2587
2588 To find out what inferiors exist at any moment, use @w{@code{info
2589 inferiors}}:
2590
2591 @table @code
2592 @kindex info inferiors
2593 @item info inferiors
2594 Print a list of all inferiors currently being managed by @value{GDBN}.
2595
2596 @value{GDBN} displays for each inferior (in this order):
2597
2598 @enumerate
2599 @item
2600 the inferior number assigned by @value{GDBN}
2601
2602 @item
2603 the target system's inferior identifier
2604
2605 @item
2606 the name of the executable the inferior is running.
2607
2608 @end enumerate
2609
2610 @noindent
2611 An asterisk @samp{*} preceding the @value{GDBN} inferior number
2612 indicates the current inferior.
2613
2614 For example,
2615 @end table
2616 @c end table here to get a little more width for example
2617
2618 @smallexample
2619 (@value{GDBP}) info inferiors
2620 Num Description Executable
2621 2 process 2307 hello
2622 * 1 process 3401 goodbye
2623 @end smallexample
2624
2625 To switch focus between inferiors, use the @code{inferior} command:
2626
2627 @table @code
2628 @kindex inferior @var{infno}
2629 @item inferior @var{infno}
2630 Make inferior number @var{infno} the current inferior. The argument
2631 @var{infno} is the inferior number assigned by @value{GDBN}, as shown
2632 in the first field of the @samp{info inferiors} display.
2633 @end table
2634
2635
2636 You can get multiple executables into a debugging session via the
2637 @code{add-inferior} and @w{@code{clone-inferior}} commands. On some
2638 systems @value{GDBN} can add inferiors to the debug session
2639 automatically by following calls to @code{fork} and @code{exec}. To
2640 remove inferiors from the debugging session use the
2641 @w{@code{remove-inferiors}} command.
2642
2643 @table @code
2644 @kindex add-inferior
2645 @item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ]
2646 Adds @var{n} inferiors to be run using @var{executable} as the
2647 executable; @var{n} defaults to 1. If no executable is specified,
2648 the inferiors begins empty, with no program. You can still assign or
2649 change the program assigned to the inferior at any time by using the
2650 @code{file} command with the executable name as its argument.
2651
2652 @kindex clone-inferior
2653 @item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
2654 Adds @var{n} inferiors ready to execute the same program as inferior
2655 @var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
2656 number of the current inferior. This is a convenient command when you
2657 want to run another instance of the inferior you are debugging.
2658
2659 @smallexample
2660 (@value{GDBP}) info inferiors
2661 Num Description Executable
2662 * 1 process 29964 helloworld
2663 (@value{GDBP}) clone-inferior
2664 Added inferior 2.
2665 1 inferiors added.
2666 (@value{GDBP}) info inferiors
2667 Num Description Executable
2668 2 <null> helloworld
2669 * 1 process 29964 helloworld
2670 @end smallexample
2671
2672 You can now simply switch focus to inferior 2 and run it.
2673
2674 @kindex remove-inferiors
2675 @item remove-inferiors @var{infno}@dots{}
2676 Removes the inferior or inferiors @var{infno}@dots{}. It is not
2677 possible to remove an inferior that is running with this command. For
2678 those, use the @code{kill} or @code{detach} command first.
2679
2680 @end table
2681
2682 To quit debugging one of the running inferiors that is not the current
2683 inferior, you can either detach from it by using the @w{@code{detach
2684 inferior}} command (allowing it to run independently), or kill it
2685 using the @w{@code{kill inferiors}} command:
2686
2687 @table @code
2688 @kindex detach inferiors @var{infno}@dots{}
2689 @item detach inferior @var{infno}@dots{}
2690 Detach from the inferior or inferiors identified by @value{GDBN}
2691 inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
2692 still stays on the list of inferiors shown by @code{info inferiors},
2693 but its Description will show @samp{<null>}.
2694
2695 @kindex kill inferiors @var{infno}@dots{}
2696 @item kill inferiors @var{infno}@dots{}
2697 Kill the inferior or inferiors identified by @value{GDBN} inferior
2698 number(s) @var{infno}@dots{}. Note that the inferior's entry still
2699 stays on the list of inferiors shown by @code{info inferiors}, but its
2700 Description will show @samp{<null>}.
2701 @end table
2702
2703 After the successful completion of a command such as @code{detach},
2704 @code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
2705 a normal process exit, the inferior is still valid and listed with
2706 @code{info inferiors}, ready to be restarted.
2707
2708
2709 To be notified when inferiors are started or exit under @value{GDBN}'s
2710 control use @w{@code{set print inferior-events}}:
2711
2712 @table @code
2713 @kindex set print inferior-events
2714 @cindex print messages on inferior start and exit
2715 @item set print inferior-events
2716 @itemx set print inferior-events on
2717 @itemx set print inferior-events off
2718 The @code{set print inferior-events} command allows you to enable or
2719 disable printing of messages when @value{GDBN} notices that new
2720 inferiors have started or that inferiors have exited or have been
2721 detached. By default, these messages will not be printed.
2722
2723 @kindex show print inferior-events
2724 @item show print inferior-events
2725 Show whether messages will be printed when @value{GDBN} detects that
2726 inferiors have started, exited or have been detached.
2727 @end table
2728
2729 Many commands will work the same with multiple programs as with a
2730 single program: e.g., @code{print myglobal} will simply display the
2731 value of @code{myglobal} in the current inferior.
2732
2733
2734 Occasionaly, when debugging @value{GDBN} itself, it may be useful to
2735 get more info about the relationship of inferiors, programs, address
2736 spaces in a debug session. You can do that with the @w{@code{maint
2737 info program-spaces}} command.
2738
2739 @table @code
2740 @kindex maint info program-spaces
2741 @item maint info program-spaces
2742 Print a list of all program spaces currently being managed by
2743 @value{GDBN}.
2744
2745 @value{GDBN} displays for each program space (in this order):
2746
2747 @enumerate
2748 @item
2749 the program space number assigned by @value{GDBN}
2750
2751 @item
2752 the name of the executable loaded into the program space, with e.g.,
2753 the @code{file} command.
2754
2755 @end enumerate
2756
2757 @noindent
2758 An asterisk @samp{*} preceding the @value{GDBN} program space number
2759 indicates the current program space.
2760
2761 In addition, below each program space line, @value{GDBN} prints extra
2762 information that isn't suitable to display in tabular form. For
2763 example, the list of inferiors bound to the program space.
2764
2765 @smallexample
2766 (@value{GDBP}) maint info program-spaces
2767 Id Executable
2768 2 goodbye
2769 Bound inferiors: ID 1 (process 21561)
2770 * 1 hello
2771 @end smallexample
2772
2773 Here we can see that no inferior is running the program @code{hello},
2774 while @code{process 21561} is running the program @code{goodbye}. On
2775 some targets, it is possible that multiple inferiors are bound to the
2776 same program space. The most common example is that of debugging both
2777 the parent and child processes of a @code{vfork} call. For example,
2778
2779 @smallexample
2780 (@value{GDBP}) maint info program-spaces
2781 Id Executable
2782 * 1 vfork-test
2783 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
2784 @end smallexample
2785
2786 Here, both inferior 2 and inferior 1 are running in the same program
2787 space as a result of inferior 1 having executed a @code{vfork} call.
2788 @end table
2789
2790 @node Threads
2791 @section Debugging Programs with Multiple Threads
2792
2793 @cindex threads of execution
2794 @cindex multiple threads
2795 @cindex switching threads
2796 In some operating systems, such as HP-UX and Solaris, a single program
2797 may have more than one @dfn{thread} of execution. The precise semantics
2798 of threads differ from one operating system to another, but in general
2799 the threads of a single program are akin to multiple processes---except
2800 that they share one address space (that is, they can all examine and
2801 modify the same variables). On the other hand, each thread has its own
2802 registers and execution stack, and perhaps private memory.
2803
2804 @value{GDBN} provides these facilities for debugging multi-thread
2805 programs:
2806
2807 @itemize @bullet
2808 @item automatic notification of new threads
2809 @item @samp{thread @var{threadno}}, a command to switch among threads
2810 @item @samp{info threads}, a command to inquire about existing threads
2811 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2812 a command to apply a command to a list of threads
2813 @item thread-specific breakpoints
2814 @item @samp{set print thread-events}, which controls printing of
2815 messages on thread start and exit.
2816 @item @samp{set libthread-db-search-path @var{path}}, which lets
2817 the user specify which @code{libthread_db} to use if the default choice
2818 isn't compatible with the program.
2819 @end itemize
2820
2821 @quotation
2822 @emph{Warning:} These facilities are not yet available on every
2823 @value{GDBN} configuration where the operating system supports threads.
2824 If your @value{GDBN} does not support threads, these commands have no
2825 effect. For example, a system without thread support shows no output
2826 from @samp{info threads}, and always rejects the @code{thread} command,
2827 like this:
2828
2829 @smallexample
2830 (@value{GDBP}) info threads
2831 (@value{GDBP}) thread 1
2832 Thread ID 1 not known. Use the "info threads" command to
2833 see the IDs of currently known threads.
2834 @end smallexample
2835 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2836 @c doesn't support threads"?
2837 @end quotation
2838
2839 @cindex focus of debugging
2840 @cindex current thread
2841 The @value{GDBN} thread debugging facility allows you to observe all
2842 threads while your program runs---but whenever @value{GDBN} takes
2843 control, one thread in particular is always the focus of debugging.
2844 This thread is called the @dfn{current thread}. Debugging commands show
2845 program information from the perspective of the current thread.
2846
2847 @cindex @code{New} @var{systag} message
2848 @cindex thread identifier (system)
2849 @c FIXME-implementors!! It would be more helpful if the [New...] message
2850 @c included GDB's numeric thread handle, so you could just go to that
2851 @c thread without first checking `info threads'.
2852 Whenever @value{GDBN} detects a new thread in your program, it displays
2853 the target system's identification for the thread with a message in the
2854 form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
2855 whose form varies depending on the particular system. For example, on
2856 @sc{gnu}/Linux, you might see
2857
2858 @smallexample
2859 [New Thread 0x41e02940 (LWP 25582)]
2860 @end smallexample
2861
2862 @noindent
2863 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2864 the @var{systag} is simply something like @samp{process 368}, with no
2865 further qualifier.
2866
2867 @c FIXME!! (1) Does the [New...] message appear even for the very first
2868 @c thread of a program, or does it only appear for the
2869 @c second---i.e.@: when it becomes obvious we have a multithread
2870 @c program?
2871 @c (2) *Is* there necessarily a first thread always? Or do some
2872 @c multithread systems permit starting a program with multiple
2873 @c threads ab initio?
2874
2875 @cindex thread number
2876 @cindex thread identifier (GDB)
2877 For debugging purposes, @value{GDBN} associates its own thread
2878 number---always a single integer---with each thread in your program.
2879
2880 @table @code
2881 @kindex info threads
2882 @item info threads @r{[}@var{id}@dots{}@r{]}
2883 Display a summary of all threads currently in your program. Optional
2884 argument @var{id}@dots{} is one or more thread ids separated by spaces, and
2885 means to print information only about the specified thread or threads.
2886 @value{GDBN} displays for each thread (in this order):
2887
2888 @enumerate
2889 @item
2890 the thread number assigned by @value{GDBN}
2891
2892 @item
2893 the target system's thread identifier (@var{systag})
2894
2895 @item
2896 the thread's name, if one is known. A thread can either be named by
2897 the user (see @code{thread name}, below), or, in some cases, by the
2898 program itself.
2899
2900 @item
2901 the current stack frame summary for that thread
2902 @end enumerate
2903
2904 @noindent
2905 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2906 indicates the current thread.
2907
2908 For example,
2909 @end table
2910 @c end table here to get a little more width for example
2911
2912 @smallexample
2913 (@value{GDBP}) info threads
2914 Id Target Id Frame
2915 3 process 35 thread 27 0x34e5 in sigpause ()
2916 2 process 35 thread 23 0x34e5 in sigpause ()
2917 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2918 at threadtest.c:68
2919 @end smallexample
2920
2921 On Solaris, you can display more information about user threads with a
2922 Solaris-specific command:
2923
2924 @table @code
2925 @item maint info sol-threads
2926 @kindex maint info sol-threads
2927 @cindex thread info (Solaris)
2928 Display info on Solaris user threads.
2929 @end table
2930
2931 @table @code
2932 @kindex thread @var{threadno}
2933 @item thread @var{threadno}
2934 Make thread number @var{threadno} the current thread. The command
2935 argument @var{threadno} is the internal @value{GDBN} thread number, as
2936 shown in the first field of the @samp{info threads} display.
2937 @value{GDBN} responds by displaying the system identifier of the thread
2938 you selected, and its current stack frame summary:
2939
2940 @smallexample
2941 (@value{GDBP}) thread 2
2942 [Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
2943 #0 some_function (ignore=0x0) at example.c:8
2944 8 printf ("hello\n");
2945 @end smallexample
2946
2947 @noindent
2948 As with the @samp{[New @dots{}]} message, the form of the text after
2949 @samp{Switching to} depends on your system's conventions for identifying
2950 threads.
2951
2952 @vindex $_thread@r{, convenience variable}
2953 The debugger convenience variable @samp{$_thread} contains the number
2954 of the current thread. You may find this useful in writing breakpoint
2955 conditional expressions, command scripts, and so forth. See
2956 @xref{Convenience Vars,, Convenience Variables}, for general
2957 information on convenience variables.
2958
2959 @kindex thread apply
2960 @cindex apply command to several threads
2961 @item thread apply [@var{threadno} | all] @var{command}
2962 The @code{thread apply} command allows you to apply the named
2963 @var{command} to one or more threads. Specify the numbers of the
2964 threads that you want affected with the command argument
2965 @var{threadno}. It can be a single thread number, one of the numbers
2966 shown in the first field of the @samp{info threads} display; or it
2967 could be a range of thread numbers, as in @code{2-4}. To apply a
2968 command to all threads, type @kbd{thread apply all @var{command}}.
2969
2970 @kindex thread name
2971 @cindex name a thread
2972 @item thread name [@var{name}]
2973 This command assigns a name to the current thread. If no argument is
2974 given, any existing user-specified name is removed. The thread name
2975 appears in the @samp{info threads} display.
2976
2977 On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
2978 determine the name of the thread as given by the OS. On these
2979 systems, a name specified with @samp{thread name} will override the
2980 system-give name, and removing the user-specified name will cause
2981 @value{GDBN} to once again display the system-specified name.
2982
2983 @kindex thread find
2984 @cindex search for a thread
2985 @item thread find [@var{regexp}]
2986 Search for and display thread ids whose name or @var{systag}
2987 matches the supplied regular expression.
2988
2989 As well as being the complement to the @samp{thread name} command,
2990 this command also allows you to identify a thread by its target
2991 @var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
2992 is the LWP id.
2993
2994 @smallexample
2995 (@value{GDBN}) thread find 26688
2996 Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
2997 (@value{GDBN}) info thread 4
2998 Id Target Id Frame
2999 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3000 @end smallexample
3001
3002 @kindex set print thread-events
3003 @cindex print messages on thread start and exit
3004 @item set print thread-events
3005 @itemx set print thread-events on
3006 @itemx set print thread-events off
3007 The @code{set print thread-events} command allows you to enable or
3008 disable printing of messages when @value{GDBN} notices that new threads have
3009 started or that threads have exited. By default, these messages will
3010 be printed if detection of these events is supported by the target.
3011 Note that these messages cannot be disabled on all targets.
3012
3013 @kindex show print thread-events
3014 @item show print thread-events
3015 Show whether messages will be printed when @value{GDBN} detects that threads
3016 have started and exited.
3017 @end table
3018
3019 @xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
3020 more information about how @value{GDBN} behaves when you stop and start
3021 programs with multiple threads.
3022
3023 @xref{Set Watchpoints,,Setting Watchpoints}, for information about
3024 watchpoints in programs with multiple threads.
3025
3026 @anchor{set libthread-db-search-path}
3027 @table @code
3028 @kindex set libthread-db-search-path
3029 @cindex search path for @code{libthread_db}
3030 @item set libthread-db-search-path @r{[}@var{path}@r{]}
3031 If this variable is set, @var{path} is a colon-separated list of
3032 directories @value{GDBN} will use to search for @code{libthread_db}.
3033 If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
3034 its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
3035 Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3036 macro.
3037
3038 On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3039 @code{libthread_db} library to obtain information about threads in the
3040 inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
3041 to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3042 specific thread debugging library loading is enabled
3043 by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
3044
3045 A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3046 refers to the default system directories that are
3047 normally searched for loading shared libraries. The @samp{$sdir} entry
3048 is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3049 (@pxref{libthread_db.so.1 file}).
3050
3051 A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3052 refers to the directory from which @code{libpthread}
3053 was loaded in the inferior process.
3054
3055 For any @code{libthread_db} library @value{GDBN} finds in above directories,
3056 @value{GDBN} attempts to initialize it with the current inferior process.
3057 If this initialization fails (which could happen because of a version
3058 mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3059 will unload @code{libthread_db}, and continue with the next directory.
3060 If none of @code{libthread_db} libraries initialize successfully,
3061 @value{GDBN} will issue a warning and thread debugging will be disabled.
3062
3063 Setting @code{libthread-db-search-path} is currently implemented
3064 only on some platforms.
3065
3066 @kindex show libthread-db-search-path
3067 @item show libthread-db-search-path
3068 Display current libthread_db search path.
3069
3070 @kindex set debug libthread-db
3071 @kindex show debug libthread-db
3072 @cindex debugging @code{libthread_db}
3073 @item set debug libthread-db
3074 @itemx show debug libthread-db
3075 Turns on or off display of @code{libthread_db}-related events.
3076 Use @code{1} to enable, @code{0} to disable.
3077 @end table
3078
3079 @node Forks
3080 @section Debugging Forks
3081
3082 @cindex fork, debugging programs which call
3083 @cindex multiple processes
3084 @cindex processes, multiple
3085 On most systems, @value{GDBN} has no special support for debugging
3086 programs which create additional processes using the @code{fork}
3087 function. When a program forks, @value{GDBN} will continue to debug the
3088 parent process and the child process will run unimpeded. If you have
3089 set a breakpoint in any code which the child then executes, the child
3090 will get a @code{SIGTRAP} signal which (unless it catches the signal)
3091 will cause it to terminate.
3092
3093 However, if you want to debug the child process there is a workaround
3094 which isn't too painful. Put a call to @code{sleep} in the code which
3095 the child process executes after the fork. It may be useful to sleep
3096 only if a certain environment variable is set, or a certain file exists,
3097 so that the delay need not occur when you don't want to run @value{GDBN}
3098 on the child. While the child is sleeping, use the @code{ps} program to
3099 get its process ID. Then tell @value{GDBN} (a new invocation of
3100 @value{GDBN} if you are also debugging the parent process) to attach to
3101 the child process (@pxref{Attach}). From that point on you can debug
3102 the child process just like any other process which you attached to.
3103
3104 On some systems, @value{GDBN} provides support for debugging programs that
3105 create additional processes using the @code{fork} or @code{vfork} functions.
3106 Currently, the only platforms with this feature are HP-UX (11.x and later
3107 only?) and @sc{gnu}/Linux (kernel version 2.5.60 and later).
3108
3109 By default, when a program forks, @value{GDBN} will continue to debug
3110 the parent process and the child process will run unimpeded.
3111
3112 If you want to follow the child process instead of the parent process,
3113 use the command @w{@code{set follow-fork-mode}}.
3114
3115 @table @code
3116 @kindex set follow-fork-mode
3117 @item set follow-fork-mode @var{mode}
3118 Set the debugger response to a program call of @code{fork} or
3119 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
3120 process. The @var{mode} argument can be:
3121
3122 @table @code
3123 @item parent
3124 The original process is debugged after a fork. The child process runs
3125 unimpeded. This is the default.
3126
3127 @item child
3128 The new process is debugged after a fork. The parent process runs
3129 unimpeded.
3130
3131 @end table
3132
3133 @kindex show follow-fork-mode
3134 @item show follow-fork-mode
3135 Display the current debugger response to a @code{fork} or @code{vfork} call.
3136 @end table
3137
3138 @cindex debugging multiple processes
3139 On Linux, if you want to debug both the parent and child processes, use the
3140 command @w{@code{set detach-on-fork}}.
3141
3142 @table @code
3143 @kindex set detach-on-fork
3144 @item set detach-on-fork @var{mode}
3145 Tells gdb whether to detach one of the processes after a fork, or
3146 retain debugger control over them both.
3147
3148 @table @code
3149 @item on
3150 The child process (or parent process, depending on the value of
3151 @code{follow-fork-mode}) will be detached and allowed to run
3152 independently. This is the default.
3153
3154 @item off
3155 Both processes will be held under the control of @value{GDBN}.
3156 One process (child or parent, depending on the value of
3157 @code{follow-fork-mode}) is debugged as usual, while the other
3158 is held suspended.
3159
3160 @end table
3161
3162 @kindex show detach-on-fork
3163 @item show detach-on-fork
3164 Show whether detach-on-fork mode is on/off.
3165 @end table
3166
3167 If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3168 will retain control of all forked processes (including nested forks).
3169 You can list the forked processes under the control of @value{GDBN} by
3170 using the @w{@code{info inferiors}} command, and switch from one fork
3171 to another by using the @code{inferior} command (@pxref{Inferiors and
3172 Programs, ,Debugging Multiple Inferiors and Programs}).
3173
3174 To quit debugging one of the forked processes, you can either detach
3175 from it by using the @w{@code{detach inferiors}} command (allowing it
3176 to run independently), or kill it using the @w{@code{kill inferiors}}
3177 command. @xref{Inferiors and Programs, ,Debugging Multiple Inferiors
3178 and Programs}.
3179
3180 If you ask to debug a child process and a @code{vfork} is followed by an
3181 @code{exec}, @value{GDBN} executes the new target up to the first
3182 breakpoint in the new target. If you have a breakpoint set on
3183 @code{main} in your original program, the breakpoint will also be set on
3184 the child process's @code{main}.
3185
3186 On some systems, when a child process is spawned by @code{vfork}, you
3187 cannot debug the child or parent until an @code{exec} call completes.
3188
3189 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
3190 call executes, the new target restarts. To restart the parent
3191 process, use the @code{file} command with the parent executable name
3192 as its argument. By default, after an @code{exec} call executes,
3193 @value{GDBN} discards the symbols of the previous executable image.
3194 You can change this behaviour with the @w{@code{set follow-exec-mode}}
3195 command.
3196
3197 @table @code
3198 @kindex set follow-exec-mode
3199 @item set follow-exec-mode @var{mode}
3200
3201 Set debugger response to a program call of @code{exec}. An
3202 @code{exec} call replaces the program image of a process.
3203
3204 @code{follow-exec-mode} can be:
3205
3206 @table @code
3207 @item new
3208 @value{GDBN} creates a new inferior and rebinds the process to this
3209 new inferior. The program the process was running before the
3210 @code{exec} call can be restarted afterwards by restarting the
3211 original inferior.
3212
3213 For example:
3214
3215 @smallexample
3216 (@value{GDBP}) info inferiors
3217 (gdb) info inferior
3218 Id Description Executable
3219 * 1 <null> prog1
3220 (@value{GDBP}) run
3221 process 12020 is executing new program: prog2
3222 Program exited normally.
3223 (@value{GDBP}) info inferiors
3224 Id Description Executable
3225 * 2 <null> prog2
3226 1 <null> prog1
3227 @end smallexample
3228
3229 @item same
3230 @value{GDBN} keeps the process bound to the same inferior. The new
3231 executable image replaces the previous executable loaded in the
3232 inferior. Restarting the inferior after the @code{exec} call, with
3233 e.g., the @code{run} command, restarts the executable the process was
3234 running after the @code{exec} call. This is the default mode.
3235
3236 For example:
3237
3238 @smallexample
3239 (@value{GDBP}) info inferiors
3240 Id Description Executable
3241 * 1 <null> prog1
3242 (@value{GDBP}) run
3243 process 12020 is executing new program: prog2
3244 Program exited normally.
3245 (@value{GDBP}) info inferiors
3246 Id Description Executable
3247 * 1 <null> prog2
3248 @end smallexample
3249
3250 @end table
3251 @end table
3252
3253 You can use the @code{catch} command to make @value{GDBN} stop whenever
3254 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
3255 Catchpoints, ,Setting Catchpoints}.
3256
3257 @node Checkpoint/Restart
3258 @section Setting a @emph{Bookmark} to Return to Later
3259
3260 @cindex checkpoint
3261 @cindex restart
3262 @cindex bookmark
3263 @cindex snapshot of a process
3264 @cindex rewind program state
3265
3266 On certain operating systems@footnote{Currently, only
3267 @sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3268 program's state, called a @dfn{checkpoint}, and come back to it
3269 later.
3270
3271 Returning to a checkpoint effectively undoes everything that has
3272 happened in the program since the @code{checkpoint} was saved. This
3273 includes changes in memory, registers, and even (within some limits)
3274 system state. Effectively, it is like going back in time to the
3275 moment when the checkpoint was saved.
3276
3277 Thus, if you're stepping thru a program and you think you're
3278 getting close to the point where things go wrong, you can save
3279 a checkpoint. Then, if you accidentally go too far and miss
3280 the critical statement, instead of having to restart your program
3281 from the beginning, you can just go back to the checkpoint and
3282 start again from there.
3283
3284 This can be especially useful if it takes a lot of time or
3285 steps to reach the point where you think the bug occurs.
3286
3287 To use the @code{checkpoint}/@code{restart} method of debugging:
3288
3289 @table @code
3290 @kindex checkpoint
3291 @item checkpoint
3292 Save a snapshot of the debugged program's current execution state.
3293 The @code{checkpoint} command takes no arguments, but each checkpoint
3294 is assigned a small integer id, similar to a breakpoint id.
3295
3296 @kindex info checkpoints
3297 @item info checkpoints
3298 List the checkpoints that have been saved in the current debugging
3299 session. For each checkpoint, the following information will be
3300 listed:
3301
3302 @table @code
3303 @item Checkpoint ID
3304 @item Process ID
3305 @item Code Address
3306 @item Source line, or label
3307 @end table
3308
3309 @kindex restart @var{checkpoint-id}
3310 @item restart @var{checkpoint-id}
3311 Restore the program state that was saved as checkpoint number
3312 @var{checkpoint-id}. All program variables, registers, stack frames
3313 etc.@: will be returned to the values that they had when the checkpoint
3314 was saved. In essence, gdb will ``wind back the clock'' to the point
3315 in time when the checkpoint was saved.
3316
3317 Note that breakpoints, @value{GDBN} variables, command history etc.
3318 are not affected by restoring a checkpoint. In general, a checkpoint
3319 only restores things that reside in the program being debugged, not in
3320 the debugger.
3321
3322 @kindex delete checkpoint @var{checkpoint-id}
3323 @item delete checkpoint @var{checkpoint-id}
3324 Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
3325
3326 @end table
3327
3328 Returning to a previously saved checkpoint will restore the user state
3329 of the program being debugged, plus a significant subset of the system
3330 (OS) state, including file pointers. It won't ``un-write'' data from
3331 a file, but it will rewind the file pointer to the previous location,
3332 so that the previously written data can be overwritten. For files
3333 opened in read mode, the pointer will also be restored so that the
3334 previously read data can be read again.
3335
3336 Of course, characters that have been sent to a printer (or other
3337 external device) cannot be ``snatched back'', and characters received
3338 from eg.@: a serial device can be removed from internal program buffers,
3339 but they cannot be ``pushed back'' into the serial pipeline, ready to
3340 be received again. Similarly, the actual contents of files that have
3341 been changed cannot be restored (at this time).
3342
3343 However, within those constraints, you actually can ``rewind'' your
3344 program to a previously saved point in time, and begin debugging it
3345 again --- and you can change the course of events so as to debug a
3346 different execution path this time.
3347
3348 @cindex checkpoints and process id
3349 Finally, there is one bit of internal program state that will be
3350 different when you return to a checkpoint --- the program's process
3351 id. Each checkpoint will have a unique process id (or @var{pid}),
3352 and each will be different from the program's original @var{pid}.
3353 If your program has saved a local copy of its process id, this could
3354 potentially pose a problem.
3355
3356 @subsection A Non-obvious Benefit of Using Checkpoints
3357
3358 On some systems such as @sc{gnu}/Linux, address space randomization
3359 is performed on new processes for security reasons. This makes it
3360 difficult or impossible to set a breakpoint, or watchpoint, on an
3361 absolute address if you have to restart the program, since the
3362 absolute location of a symbol will change from one execution to the
3363 next.
3364
3365 A checkpoint, however, is an @emph{identical} copy of a process.
3366 Therefore if you create a checkpoint at (eg.@:) the start of main,
3367 and simply return to that checkpoint instead of restarting the
3368 process, you can avoid the effects of address randomization and
3369 your symbols will all stay in the same place.
3370
3371 @node Stopping
3372 @chapter Stopping and Continuing
3373
3374 The principal purposes of using a debugger are so that you can stop your
3375 program before it terminates; or so that, if your program runs into
3376 trouble, you can investigate and find out why.
3377
3378 Inside @value{GDBN}, your program may stop for any of several reasons,
3379 such as a signal, a breakpoint, or reaching a new line after a
3380 @value{GDBN} command such as @code{step}. You may then examine and
3381 change variables, set new breakpoints or remove old ones, and then
3382 continue execution. Usually, the messages shown by @value{GDBN} provide
3383 ample explanation of the status of your program---but you can also
3384 explicitly request this information at any time.
3385
3386 @table @code
3387 @kindex info program
3388 @item info program
3389 Display information about the status of your program: whether it is
3390 running or not, what process it is, and why it stopped.
3391 @end table
3392
3393 @menu
3394 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
3395 * Continuing and Stepping:: Resuming execution
3396 * Skipping Over Functions and Files::
3397 Skipping over functions and files
3398 * Signals:: Signals
3399 * Thread Stops:: Stopping and starting multi-thread programs
3400 @end menu
3401
3402 @node Breakpoints
3403 @section Breakpoints, Watchpoints, and Catchpoints
3404
3405 @cindex breakpoints
3406 A @dfn{breakpoint} makes your program stop whenever a certain point in
3407 the program is reached. For each breakpoint, you can add conditions to
3408 control in finer detail whether your program stops. You can set
3409 breakpoints with the @code{break} command and its variants (@pxref{Set
3410 Breaks, ,Setting Breakpoints}), to specify the place where your program
3411 should stop by line number, function name or exact address in the
3412 program.
3413
3414 On some systems, you can set breakpoints in shared libraries before
3415 the executable is run. There is a minor limitation on HP-UX systems:
3416 you must wait until the executable is run in order to set breakpoints
3417 in shared library routines that are not called directly by the program
3418 (for example, routines that are arguments in a @code{pthread_create}
3419 call).
3420
3421 @cindex watchpoints
3422 @cindex data breakpoints
3423 @cindex memory tracing
3424 @cindex breakpoint on memory address
3425 @cindex breakpoint on variable modification
3426 A @dfn{watchpoint} is a special breakpoint that stops your program
3427 when the value of an expression changes. The expression may be a value
3428 of a variable, or it could involve values of one or more variables
3429 combined by operators, such as @samp{a + b}. This is sometimes called
3430 @dfn{data breakpoints}. You must use a different command to set
3431 watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
3432 from that, you can manage a watchpoint like any other breakpoint: you
3433 enable, disable, and delete both breakpoints and watchpoints using the
3434 same commands.
3435
3436 You can arrange to have values from your program displayed automatically
3437 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
3438 Automatic Display}.
3439
3440 @cindex catchpoints
3441 @cindex breakpoint on events
3442 A @dfn{catchpoint} is another special breakpoint that stops your program
3443 when a certain kind of event occurs, such as the throwing of a C@t{++}
3444 exception or the loading of a library. As with watchpoints, you use a
3445 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
3446 Catchpoints}), but aside from that, you can manage a catchpoint like any
3447 other breakpoint. (To stop when your program receives a signal, use the
3448 @code{handle} command; see @ref{Signals, ,Signals}.)
3449
3450 @cindex breakpoint numbers
3451 @cindex numbers for breakpoints
3452 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
3453 catchpoint when you create it; these numbers are successive integers
3454 starting with one. In many of the commands for controlling various
3455 features of breakpoints you use the breakpoint number to say which
3456 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
3457 @dfn{disabled}; if disabled, it has no effect on your program until you
3458 enable it again.
3459
3460 @cindex breakpoint ranges
3461 @cindex ranges of breakpoints
3462 Some @value{GDBN} commands accept a range of breakpoints on which to
3463 operate. A breakpoint range is either a single breakpoint number, like
3464 @samp{5}, or two such numbers, in increasing order, separated by a
3465 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
3466 all breakpoints in that range are operated on.
3467
3468 @menu
3469 * Set Breaks:: Setting breakpoints
3470 * Set Watchpoints:: Setting watchpoints
3471 * Set Catchpoints:: Setting catchpoints
3472 * Delete Breaks:: Deleting breakpoints
3473 * Disabling:: Disabling breakpoints
3474 * Conditions:: Break conditions
3475 * Break Commands:: Breakpoint command lists
3476 * Dynamic Printf:: Dynamic printf
3477 * Save Breakpoints:: How to save breakpoints in a file
3478 * Static Probe Points:: Listing static probe points
3479 * Error in Breakpoints:: ``Cannot insert breakpoints''
3480 * Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
3481 @end menu
3482
3483 @node Set Breaks
3484 @subsection Setting Breakpoints
3485
3486 @c FIXME LMB what does GDB do if no code on line of breakpt?
3487 @c consider in particular declaration with/without initialization.
3488 @c
3489 @c FIXME 2 is there stuff on this already? break at fun start, already init?
3490
3491 @kindex break
3492 @kindex b @r{(@code{break})}
3493 @vindex $bpnum@r{, convenience variable}
3494 @cindex latest breakpoint
3495 Breakpoints are set with the @code{break} command (abbreviated
3496 @code{b}). The debugger convenience variable @samp{$bpnum} records the
3497 number of the breakpoint you've set most recently; see @ref{Convenience
3498 Vars,, Convenience Variables}, for a discussion of what you can do with
3499 convenience variables.
3500
3501 @table @code
3502 @item break @var{location}
3503 Set a breakpoint at the given @var{location}, which can specify a
3504 function name, a line number, or an address of an instruction.
3505 (@xref{Specify Location}, for a list of all the possible ways to
3506 specify a @var{location}.) The breakpoint will stop your program just
3507 before it executes any of the code in the specified @var{location}.
3508
3509 When using source languages that permit overloading of symbols, such as
3510 C@t{++}, a function name may refer to more than one possible place to break.
3511 @xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
3512 that situation.
3513
3514 It is also possible to insert a breakpoint that will stop the program
3515 only if a specific thread (@pxref{Thread-Specific Breakpoints})
3516 or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
3517
3518 @item break
3519 When called without any arguments, @code{break} sets a breakpoint at
3520 the next instruction to be executed in the selected stack frame
3521 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
3522 innermost, this makes your program stop as soon as control
3523 returns to that frame. This is similar to the effect of a
3524 @code{finish} command in the frame inside the selected frame---except
3525 that @code{finish} does not leave an active breakpoint. If you use
3526 @code{break} without an argument in the innermost frame, @value{GDBN} stops
3527 the next time it reaches the current location; this may be useful
3528 inside loops.
3529
3530 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
3531 least one instruction has been executed. If it did not do this, you
3532 would be unable to proceed past a breakpoint without first disabling the
3533 breakpoint. This rule applies whether or not the breakpoint already
3534 existed when your program stopped.
3535
3536 @item break @dots{} if @var{cond}
3537 Set a breakpoint with condition @var{cond}; evaluate the expression
3538 @var{cond} each time the breakpoint is reached, and stop only if the
3539 value is nonzero---that is, if @var{cond} evaluates as true.
3540 @samp{@dots{}} stands for one of the possible arguments described
3541 above (or no argument) specifying where to break. @xref{Conditions,
3542 ,Break Conditions}, for more information on breakpoint conditions.
3543
3544 @kindex tbreak
3545 @item tbreak @var{args}
3546 Set a breakpoint enabled only for one stop. The @var{args} are the
3547 same as for the @code{break} command, and the breakpoint is set in the same
3548 way, but the breakpoint is automatically deleted after the first time your
3549 program stops there. @xref{Disabling, ,Disabling Breakpoints}.
3550
3551 @kindex hbreak
3552 @cindex hardware breakpoints
3553 @item hbreak @var{args}
3554 Set a hardware-assisted breakpoint. The @var{args} are the same as for the
3555 @code{break} command and the breakpoint is set in the same way, but the
3556 breakpoint requires hardware support and some target hardware may not
3557 have this support. The main purpose of this is EPROM/ROM code
3558 debugging, so you can set a breakpoint at an instruction without
3559 changing the instruction. This can be used with the new trap-generation
3560 provided by SPARClite DSU and most x86-based targets. These targets
3561 will generate traps when a program accesses some data or instruction
3562 address that is assigned to the debug registers. However the hardware
3563 breakpoint registers can take a limited number of breakpoints. For
3564 example, on the DSU, only two data breakpoints can be set at a time, and
3565 @value{GDBN} will reject this command if more than two are used. Delete
3566 or disable unused hardware breakpoints before setting new ones
3567 (@pxref{Disabling, ,Disabling Breakpoints}).
3568 @xref{Conditions, ,Break Conditions}.
3569 For remote targets, you can restrict the number of hardware
3570 breakpoints @value{GDBN} will use, see @ref{set remote
3571 hardware-breakpoint-limit}.
3572
3573 @kindex thbreak
3574 @item thbreak @var{args}
3575 Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
3576 are the same as for the @code{hbreak} command and the breakpoint is set in
3577 the same way. However, like the @code{tbreak} command,
3578 the breakpoint is automatically deleted after the
3579 first time your program stops there. Also, like the @code{hbreak}
3580 command, the breakpoint requires hardware support and some target hardware
3581 may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
3582 See also @ref{Conditions, ,Break Conditions}.
3583
3584 @kindex rbreak
3585 @cindex regular expression
3586 @cindex breakpoints at functions matching a regexp
3587 @cindex set breakpoints in many functions
3588 @item rbreak @var{regex}
3589 Set breakpoints on all functions matching the regular expression
3590 @var{regex}. This command sets an unconditional breakpoint on all
3591 matches, printing a list of all breakpoints it set. Once these
3592 breakpoints are set, they are treated just like the breakpoints set with
3593 the @code{break} command. You can delete them, disable them, or make
3594 them conditional the same way as any other breakpoint.
3595
3596 The syntax of the regular expression is the standard one used with tools
3597 like @file{grep}. Note that this is different from the syntax used by
3598 shells, so for instance @code{foo*} matches all functions that include
3599 an @code{fo} followed by zero or more @code{o}s. There is an implicit
3600 @code{.*} leading and trailing the regular expression you supply, so to
3601 match only functions that begin with @code{foo}, use @code{^foo}.
3602
3603 @cindex non-member C@t{++} functions, set breakpoint in
3604 When debugging C@t{++} programs, @code{rbreak} is useful for setting
3605 breakpoints on overloaded functions that are not members of any special
3606 classes.
3607
3608 @cindex set breakpoints on all functions
3609 The @code{rbreak} command can be used to set breakpoints in
3610 @strong{all} the functions in a program, like this:
3611
3612 @smallexample
3613 (@value{GDBP}) rbreak .
3614 @end smallexample
3615
3616 @item rbreak @var{file}:@var{regex}
3617 If @code{rbreak} is called with a filename qualification, it limits
3618 the search for functions matching the given regular expression to the
3619 specified @var{file}. This can be used, for example, to set breakpoints on
3620 every function in a given file:
3621
3622 @smallexample
3623 (@value{GDBP}) rbreak file.c:.
3624 @end smallexample
3625
3626 The colon separating the filename qualifier from the regex may
3627 optionally be surrounded by spaces.
3628
3629 @kindex info breakpoints
3630 @cindex @code{$_} and @code{info breakpoints}
3631 @item info breakpoints @r{[}@var{n}@dots{}@r{]}
3632 @itemx info break @r{[}@var{n}@dots{}@r{]}
3633 Print a table of all breakpoints, watchpoints, and catchpoints set and
3634 not deleted. Optional argument @var{n} means print information only
3635 about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
3636 For each breakpoint, following columns are printed:
3637
3638 @table @emph
3639 @item Breakpoint Numbers
3640 @item Type
3641 Breakpoint, watchpoint, or catchpoint.
3642 @item Disposition
3643 Whether the breakpoint is marked to be disabled or deleted when hit.
3644 @item Enabled or Disabled
3645 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
3646 that are not enabled.
3647 @item Address
3648 Where the breakpoint is in your program, as a memory address. For a
3649 pending breakpoint whose address is not yet known, this field will
3650 contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
3651 library that has the symbol or line referred by breakpoint is loaded.
3652 See below for details. A breakpoint with several locations will
3653 have @samp{<MULTIPLE>} in this field---see below for details.
3654 @item What
3655 Where the breakpoint is in the source for your program, as a file and
3656 line number. For a pending breakpoint, the original string passed to
3657 the breakpoint command will be listed as it cannot be resolved until
3658 the appropriate shared library is loaded in the future.
3659 @end table
3660
3661 @noindent
3662 If a breakpoint is conditional, there are two evaluation modes: ``host'' and
3663 ``target''. If mode is ``host'', breakpoint condition evaluation is done by
3664 @value{GDBN} on the host's side. If it is ``target'', then the condition
3665 is evaluated by the target. The @code{info break} command shows
3666 the condition on the line following the affected breakpoint, together with
3667 its condition evaluation mode in between parentheses.
3668
3669 Breakpoint commands, if any, are listed after that. A pending breakpoint is
3670 allowed to have a condition specified for it. The condition is not parsed for
3671 validity until a shared library is loaded that allows the pending
3672 breakpoint to resolve to a valid location.
3673
3674 @noindent
3675 @code{info break} with a breakpoint
3676 number @var{n} as argument lists only that breakpoint. The
3677 convenience variable @code{$_} and the default examining-address for
3678 the @code{x} command are set to the address of the last breakpoint
3679 listed (@pxref{Memory, ,Examining Memory}).
3680
3681 @noindent
3682 @code{info break} displays a count of the number of times the breakpoint
3683 has been hit. This is especially useful in conjunction with the
3684 @code{ignore} command. You can ignore a large number of breakpoint
3685 hits, look at the breakpoint info to see how many times the breakpoint
3686 was hit, and then run again, ignoring one less than that number. This
3687 will get you quickly to the last hit of that breakpoint.
3688
3689 @noindent
3690 For a breakpoints with an enable count (xref) greater than 1,
3691 @code{info break} also displays that count.
3692
3693 @end table
3694
3695 @value{GDBN} allows you to set any number of breakpoints at the same place in
3696 your program. There is nothing silly or meaningless about this. When
3697 the breakpoints are conditional, this is even useful
3698 (@pxref{Conditions, ,Break Conditions}).
3699
3700 @cindex multiple locations, breakpoints
3701 @cindex breakpoints, multiple locations
3702 It is possible that a breakpoint corresponds to several locations
3703 in your program. Examples of this situation are:
3704
3705 @itemize @bullet
3706 @item
3707 Multiple functions in the program may have the same name.
3708
3709 @item
3710 For a C@t{++} constructor, the @value{NGCC} compiler generates several
3711 instances of the function body, used in different cases.
3712
3713 @item
3714 For a C@t{++} template function, a given line in the function can
3715 correspond to any number of instantiations.
3716
3717 @item
3718 For an inlined function, a given source line can correspond to
3719 several places where that function is inlined.
3720 @end itemize
3721
3722 In all those cases, @value{GDBN} will insert a breakpoint at all
3723 the relevant locations.
3724
3725 A breakpoint with multiple locations is displayed in the breakpoint
3726 table using several rows---one header row, followed by one row for
3727 each breakpoint location. The header row has @samp{<MULTIPLE>} in the
3728 address column. The rows for individual locations contain the actual
3729 addresses for locations, and show the functions to which those
3730 locations belong. The number column for a location is of the form
3731 @var{breakpoint-number}.@var{location-number}.
3732
3733 For example:
3734
3735 @smallexample
3736 Num Type Disp Enb Address What
3737 1 breakpoint keep y <MULTIPLE>
3738 stop only if i==1
3739 breakpoint already hit 1 time
3740 1.1 y 0x080486a2 in void foo<int>() at t.cc:8
3741 1.2 y 0x080486ca in void foo<double>() at t.cc:8
3742 @end smallexample
3743
3744 Each location can be individually enabled or disabled by passing
3745 @var{breakpoint-number}.@var{location-number} as argument to the
3746 @code{enable} and @code{disable} commands. Note that you cannot
3747 delete the individual locations from the list, you can only delete the
3748 entire list of locations that belong to their parent breakpoint (with
3749 the @kbd{delete @var{num}} command, where @var{num} is the number of
3750 the parent breakpoint, 1 in the above example). Disabling or enabling
3751 the parent breakpoint (@pxref{Disabling}) affects all of the locations
3752 that belong to that breakpoint.
3753
3754 @cindex pending breakpoints
3755 It's quite common to have a breakpoint inside a shared library.
3756 Shared libraries can be loaded and unloaded explicitly,
3757 and possibly repeatedly, as the program is executed. To support
3758 this use case, @value{GDBN} updates breakpoint locations whenever
3759 any shared library is loaded or unloaded. Typically, you would
3760 set a breakpoint in a shared library at the beginning of your
3761 debugging session, when the library is not loaded, and when the
3762 symbols from the library are not available. When you try to set
3763 breakpoint, @value{GDBN} will ask you if you want to set
3764 a so called @dfn{pending breakpoint}---breakpoint whose address
3765 is not yet resolved.
3766
3767 After the program is run, whenever a new shared library is loaded,
3768 @value{GDBN} reevaluates all the breakpoints. When a newly loaded
3769 shared library contains the symbol or line referred to by some
3770 pending breakpoint, that breakpoint is resolved and becomes an
3771 ordinary breakpoint. When a library is unloaded, all breakpoints
3772 that refer to its symbols or source lines become pending again.
3773
3774 This logic works for breakpoints with multiple locations, too. For
3775 example, if you have a breakpoint in a C@t{++} template function, and
3776 a newly loaded shared library has an instantiation of that template,
3777 a new location is added to the list of locations for the breakpoint.
3778
3779 Except for having unresolved address, pending breakpoints do not
3780 differ from regular breakpoints. You can set conditions or commands,
3781 enable and disable them and perform other breakpoint operations.
3782
3783 @value{GDBN} provides some additional commands for controlling what
3784 happens when the @samp{break} command cannot resolve breakpoint
3785 address specification to an address:
3786
3787 @kindex set breakpoint pending
3788 @kindex show breakpoint pending
3789 @table @code
3790 @item set breakpoint pending auto
3791 This is the default behavior. When @value{GDBN} cannot find the breakpoint
3792 location, it queries you whether a pending breakpoint should be created.
3793
3794 @item set breakpoint pending on
3795 This indicates that an unrecognized breakpoint location should automatically
3796 result in a pending breakpoint being created.
3797
3798 @item set breakpoint pending off
3799 This indicates that pending breakpoints are not to be created. Any
3800 unrecognized breakpoint location results in an error. This setting does
3801 not affect any pending breakpoints previously created.
3802
3803 @item show breakpoint pending
3804 Show the current behavior setting for creating pending breakpoints.
3805 @end table
3806
3807 The settings above only affect the @code{break} command and its
3808 variants. Once breakpoint is set, it will be automatically updated
3809 as shared libraries are loaded and unloaded.
3810
3811 @cindex automatic hardware breakpoints
3812 For some targets, @value{GDBN} can automatically decide if hardware or
3813 software breakpoints should be used, depending on whether the
3814 breakpoint address is read-only or read-write. This applies to
3815 breakpoints set with the @code{break} command as well as to internal
3816 breakpoints set by commands like @code{next} and @code{finish}. For
3817 breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
3818 breakpoints.
3819
3820 You can control this automatic behaviour with the following commands::
3821
3822 @kindex set breakpoint auto-hw
3823 @kindex show breakpoint auto-hw
3824 @table @code
3825 @item set breakpoint auto-hw on
3826 This is the default behavior. When @value{GDBN} sets a breakpoint, it
3827 will try to use the target memory map to decide if software or hardware
3828 breakpoint must be used.
3829
3830 @item set breakpoint auto-hw off
3831 This indicates @value{GDBN} should not automatically select breakpoint
3832 type. If the target provides a memory map, @value{GDBN} will warn when
3833 trying to set software breakpoint at a read-only address.
3834 @end table
3835
3836 @value{GDBN} normally implements breakpoints by replacing the program code
3837 at the breakpoint address with a special instruction, which, when
3838 executed, given control to the debugger. By default, the program
3839 code is so modified only when the program is resumed. As soon as
3840 the program stops, @value{GDBN} restores the original instructions. This
3841 behaviour guards against leaving breakpoints inserted in the
3842 target should gdb abrubptly disconnect. However, with slow remote
3843 targets, inserting and removing breakpoint can reduce the performance.
3844 This behavior can be controlled with the following commands::
3845
3846 @kindex set breakpoint always-inserted
3847 @kindex show breakpoint always-inserted
3848 @table @code
3849 @item set breakpoint always-inserted off
3850 All breakpoints, including newly added by the user, are inserted in
3851 the target only when the target is resumed. All breakpoints are
3852 removed from the target when it stops.
3853
3854 @item set breakpoint always-inserted on
3855 Causes all breakpoints to be inserted in the target at all times. If
3856 the user adds a new breakpoint, or changes an existing breakpoint, the
3857 breakpoints in the target are updated immediately. A breakpoint is
3858 removed from the target only when breakpoint itself is removed.
3859
3860 @cindex non-stop mode, and @code{breakpoint always-inserted}
3861 @item set breakpoint always-inserted auto
3862 This is the default mode. If @value{GDBN} is controlling the inferior
3863 in non-stop mode (@pxref{Non-Stop Mode}), gdb behaves as if
3864 @code{breakpoint always-inserted} mode is on. If @value{GDBN} is
3865 controlling the inferior in all-stop mode, @value{GDBN} behaves as if
3866 @code{breakpoint always-inserted} mode is off.
3867 @end table
3868
3869 @value{GDBN} handles conditional breakpoints by evaluating these conditions
3870 when a breakpoint breaks. If the condition is true, then the process being
3871 debugged stops, otherwise the process is resumed.
3872
3873 If the target supports evaluating conditions on its end, @value{GDBN} may
3874 download the breakpoint, together with its conditions, to it.
3875
3876 This feature can be controlled via the following commands:
3877
3878 @kindex set breakpoint condition-evaluation
3879 @kindex show breakpoint condition-evaluation
3880 @table @code
3881 @item set breakpoint condition-evaluation host
3882 This option commands @value{GDBN} to evaluate the breakpoint
3883 conditions on the host's side. Unconditional breakpoints are sent to
3884 the target which in turn receives the triggers and reports them back to GDB
3885 for condition evaluation. This is the standard evaluation mode.
3886
3887 @item set breakpoint condition-evaluation target
3888 This option commands @value{GDBN} to download breakpoint conditions
3889 to the target at the moment of their insertion. The target
3890 is responsible for evaluating the conditional expression and reporting
3891 breakpoint stop events back to @value{GDBN} whenever the condition
3892 is true. Due to limitations of target-side evaluation, some conditions
3893 cannot be evaluated there, e.g., conditions that depend on local data
3894 that is only known to the host. Examples include
3895 conditional expressions involving convenience variables, complex types
3896 that cannot be handled by the agent expression parser and expressions
3897 that are too long to be sent over to the target, specially when the
3898 target is a remote system. In these cases, the conditions will be
3899 evaluated by @value{GDBN}.
3900
3901 @item set breakpoint condition-evaluation auto
3902 This is the default mode. If the target supports evaluating breakpoint
3903 conditions on its end, @value{GDBN} will download breakpoint conditions to
3904 the target (limitations mentioned previously apply). If the target does
3905 not support breakpoint condition evaluation, then @value{GDBN} will fallback
3906 to evaluating all these conditions on the host's side.
3907 @end table
3908
3909
3910 @cindex negative breakpoint numbers
3911 @cindex internal @value{GDBN} breakpoints
3912 @value{GDBN} itself sometimes sets breakpoints in your program for
3913 special purposes, such as proper handling of @code{longjmp} (in C
3914 programs). These internal breakpoints are assigned negative numbers,
3915 starting with @code{-1}; @samp{info breakpoints} does not display them.
3916 You can see these breakpoints with the @value{GDBN} maintenance command
3917 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
3918
3919
3920 @node Set Watchpoints
3921 @subsection Setting Watchpoints
3922
3923 @cindex setting watchpoints
3924 You can use a watchpoint to stop execution whenever the value of an
3925 expression changes, without having to predict a particular place where
3926 this may happen. (This is sometimes called a @dfn{data breakpoint}.)
3927 The expression may be as simple as the value of a single variable, or
3928 as complex as many variables combined by operators. Examples include:
3929
3930 @itemize @bullet
3931 @item
3932 A reference to the value of a single variable.
3933
3934 @item
3935 An address cast to an appropriate data type. For example,
3936 @samp{*(int *)0x12345678} will watch a 4-byte region at the specified
3937 address (assuming an @code{int} occupies 4 bytes).
3938
3939 @item
3940 An arbitrarily complex expression, such as @samp{a*b + c/d}. The
3941 expression can use any operators valid in the program's native
3942 language (@pxref{Languages}).
3943 @end itemize
3944
3945 You can set a watchpoint on an expression even if the expression can
3946 not be evaluated yet. For instance, you can set a watchpoint on
3947 @samp{*global_ptr} before @samp{global_ptr} is initialized.
3948 @value{GDBN} will stop when your program sets @samp{global_ptr} and
3949 the expression produces a valid value. If the expression becomes
3950 valid in some other way than changing a variable (e.g.@: if the memory
3951 pointed to by @samp{*global_ptr} becomes readable as the result of a
3952 @code{malloc} call), @value{GDBN} may not stop until the next time
3953 the expression changes.
3954
3955 @cindex software watchpoints
3956 @cindex hardware watchpoints
3957 Depending on your system, watchpoints may be implemented in software or
3958 hardware. @value{GDBN} does software watchpointing by single-stepping your
3959 program and testing the variable's value each time, which is hundreds of
3960 times slower than normal execution. (But this may still be worth it, to
3961 catch errors where you have no clue what part of your program is the
3962 culprit.)
3963
3964 On some systems, such as HP-UX, PowerPC, @sc{gnu}/Linux and most other
3965 x86-based targets, @value{GDBN} includes support for hardware
3966 watchpoints, which do not slow down the running of your program.
3967
3968 @table @code
3969 @kindex watch
3970 @item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
3971 Set a watchpoint for an expression. @value{GDBN} will break when the
3972 expression @var{expr} is written into by the program and its value
3973 changes. The simplest (and the most popular) use of this command is
3974 to watch the value of a single variable:
3975
3976 @smallexample
3977 (@value{GDBP}) watch foo
3978 @end smallexample
3979
3980 If the command includes a @code{@r{[}thread @var{threadnum}@r{]}}
3981 argument, @value{GDBN} breaks only when the thread identified by
3982 @var{threadnum} changes the value of @var{expr}. If any other threads
3983 change the value of @var{expr}, @value{GDBN} will not break. Note
3984 that watchpoints restricted to a single thread in this way only work
3985 with Hardware Watchpoints.
3986
3987 Ordinarily a watchpoint respects the scope of variables in @var{expr}
3988 (see below). The @code{-location} argument tells @value{GDBN} to
3989 instead watch the memory referred to by @var{expr}. In this case,
3990 @value{GDBN} will evaluate @var{expr}, take the address of the result,
3991 and watch the memory at that address. The type of the result is used
3992 to determine the size of the watched memory. If the expression's
3993 result does not have an address, then @value{GDBN} will print an
3994 error.
3995
3996 The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
3997 of masked watchpoints, if the current architecture supports this
3998 feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
3999 Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4000 to an address to watch. The mask specifies that some bits of an address
4001 (the bits which are reset in the mask) should be ignored when matching
4002 the address accessed by the inferior against the watchpoint address.
4003 Thus, a masked watchpoint watches many addresses simultaneously---those
4004 addresses whose unmasked bits are identical to the unmasked bits in the
4005 watchpoint address. The @code{mask} argument implies @code{-location}.
4006 Examples:
4007
4008 @smallexample
4009 (@value{GDBP}) watch foo mask 0xffff00ff
4010 (@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4011 @end smallexample
4012
4013 @kindex rwatch
4014 @item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
4015 Set a watchpoint that will break when the value of @var{expr} is read
4016 by the program.
4017
4018 @kindex awatch
4019 @item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
4020 Set a watchpoint that will break when @var{expr} is either read from
4021 or written into by the program.
4022
4023 @kindex info watchpoints @r{[}@var{n}@dots{}@r{]}
4024 @item info watchpoints @r{[}@var{n}@dots{}@r{]}
4025 This command prints a list of watchpoints, using the same format as
4026 @code{info break} (@pxref{Set Breaks}).
4027 @end table
4028
4029 If you watch for a change in a numerically entered address you need to
4030 dereference it, as the address itself is just a constant number which will
4031 never change. @value{GDBN} refuses to create a watchpoint that watches
4032 a never-changing value:
4033
4034 @smallexample
4035 (@value{GDBP}) watch 0x600850
4036 Cannot watch constant value 0x600850.
4037 (@value{GDBP}) watch *(int *) 0x600850
4038 Watchpoint 1: *(int *) 6293584
4039 @end smallexample
4040
4041 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4042 watchpoints execute very quickly, and the debugger reports a change in
4043 value at the exact instruction where the change occurs. If @value{GDBN}
4044 cannot set a hardware watchpoint, it sets a software watchpoint, which
4045 executes more slowly and reports the change in value at the next
4046 @emph{statement}, not the instruction, after the change occurs.
4047
4048 @cindex use only software watchpoints
4049 You can force @value{GDBN} to use only software watchpoints with the
4050 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4051 zero, @value{GDBN} will never try to use hardware watchpoints, even if
4052 the underlying system supports them. (Note that hardware-assisted
4053 watchpoints that were set @emph{before} setting
4054 @code{can-use-hw-watchpoints} to zero will still use the hardware
4055 mechanism of watching expression values.)
4056
4057 @table @code
4058 @item set can-use-hw-watchpoints
4059 @kindex set can-use-hw-watchpoints
4060 Set whether or not to use hardware watchpoints.
4061
4062 @item show can-use-hw-watchpoints
4063 @kindex show can-use-hw-watchpoints
4064 Show the current mode of using hardware watchpoints.
4065 @end table
4066
4067 For remote targets, you can restrict the number of hardware
4068 watchpoints @value{GDBN} will use, see @ref{set remote
4069 hardware-breakpoint-limit}.
4070
4071 When you issue the @code{watch} command, @value{GDBN} reports
4072
4073 @smallexample
4074 Hardware watchpoint @var{num}: @var{expr}
4075 @end smallexample
4076
4077 @noindent
4078 if it was able to set a hardware watchpoint.
4079
4080 Currently, the @code{awatch} and @code{rwatch} commands can only set
4081 hardware watchpoints, because accesses to data that don't change the
4082 value of the watched expression cannot be detected without examining
4083 every instruction as it is being executed, and @value{GDBN} does not do
4084 that currently. If @value{GDBN} finds that it is unable to set a
4085 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4086 will print a message like this:
4087
4088 @smallexample
4089 Expression cannot be implemented with read/access watchpoint.
4090 @end smallexample
4091
4092 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4093 data type of the watched expression is wider than what a hardware
4094 watchpoint on the target machine can handle. For example, some systems
4095 can only watch regions that are up to 4 bytes wide; on such systems you
4096 cannot set hardware watchpoints for an expression that yields a
4097 double-precision floating-point number (which is typically 8 bytes
4098 wide). As a work-around, it might be possible to break the large region
4099 into a series of smaller ones and watch them with separate watchpoints.
4100
4101 If you set too many hardware watchpoints, @value{GDBN} might be unable
4102 to insert all of them when you resume the execution of your program.
4103 Since the precise number of active watchpoints is unknown until such
4104 time as the program is about to be resumed, @value{GDBN} might not be
4105 able to warn you about this when you set the watchpoints, and the
4106 warning will be printed only when the program is resumed:
4107
4108 @smallexample
4109 Hardware watchpoint @var{num}: Could not insert watchpoint
4110 @end smallexample
4111
4112 @noindent
4113 If this happens, delete or disable some of the watchpoints.
4114
4115 Watching complex expressions that reference many variables can also
4116 exhaust the resources available for hardware-assisted watchpoints.
4117 That's because @value{GDBN} needs to watch every variable in the
4118 expression with separately allocated resources.
4119
4120 If you call a function interactively using @code{print} or @code{call},
4121 any watchpoints you have set will be inactive until @value{GDBN} reaches another
4122 kind of breakpoint or the call completes.
4123
4124 @value{GDBN} automatically deletes watchpoints that watch local
4125 (automatic) variables, or expressions that involve such variables, when
4126 they go out of scope, that is, when the execution leaves the block in
4127 which these variables were defined. In particular, when the program
4128 being debugged terminates, @emph{all} local variables go out of scope,
4129 and so only watchpoints that watch global variables remain set. If you
4130 rerun the program, you will need to set all such watchpoints again. One
4131 way of doing that would be to set a code breakpoint at the entry to the
4132 @code{main} function and when it breaks, set all the watchpoints.
4133
4134 @cindex watchpoints and threads
4135 @cindex threads and watchpoints
4136 In multi-threaded programs, watchpoints will detect changes to the
4137 watched expression from every thread.
4138
4139 @quotation
4140 @emph{Warning:} In multi-threaded programs, software watchpoints
4141 have only limited usefulness. If @value{GDBN} creates a software
4142 watchpoint, it can only watch the value of an expression @emph{in a
4143 single thread}. If you are confident that the expression can only
4144 change due to the current thread's activity (and if you are also
4145 confident that no other thread can become current), then you can use
4146 software watchpoints as usual. However, @value{GDBN} may not notice
4147 when a non-current thread's activity changes the expression. (Hardware
4148 watchpoints, in contrast, watch an expression in all threads.)
4149 @end quotation
4150
4151 @xref{set remote hardware-watchpoint-limit}.
4152
4153 @node Set Catchpoints
4154 @subsection Setting Catchpoints
4155 @cindex catchpoints, setting
4156 @cindex exception handlers
4157 @cindex event handling
4158
4159 You can use @dfn{catchpoints} to cause the debugger to stop for certain
4160 kinds of program events, such as C@t{++} exceptions or the loading of a
4161 shared library. Use the @code{catch} command to set a catchpoint.
4162
4163 @table @code
4164 @kindex catch
4165 @item catch @var{event}
4166 Stop when @var{event} occurs. The @var{event} can be any of the following:
4167
4168 @table @code
4169 @item throw @r{[}@var{regexp}@r{]}
4170 @itemx rethrow @r{[}@var{regexp}@r{]}
4171 @itemx catch @r{[}@var{regexp}@r{]}
4172 @kindex catch throw
4173 @kindex catch rethrow
4174 @kindex catch catch
4175 @cindex stop on C@t{++} exceptions
4176 The throwing, re-throwing, or catching of a C@t{++} exception.
4177
4178 If @var{regexp} is given, then only exceptions whose type matches the
4179 regular expression will be caught.
4180
4181 @vindex $_exception@r{, convenience variable}
4182 The convenience variable @code{$_exception} is available at an
4183 exception-related catchpoint, on some systems. This holds the
4184 exception being thrown.
4185
4186 There are currently some limitations to C@t{++} exception handling in
4187 @value{GDBN}:
4188
4189 @itemize @bullet
4190 @item
4191 The support for these commands is system-dependent. Currently, only
4192 systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4193 supported.
4194
4195 @item
4196 The regular expression feature and the @code{$_exception} convenience
4197 variable rely on the presence of some SDT probes in @code{libstdc++}.
4198 If these probes are not present, then these features cannot be used.
4199 These probes were first available in the GCC 4.8 release, but whether
4200 or not they are available in your GCC also depends on how it was
4201 built.
4202
4203 @item
4204 The @code{$_exception} convenience variable is only valid at the
4205 instruction at which an exception-related catchpoint is set.
4206
4207 @item
4208 When an exception-related catchpoint is hit, @value{GDBN} stops at a
4209 location in the system library which implements runtime exception
4210 support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4211 (@pxref{Selection}) to get to your code.
4212
4213 @item
4214 If you call a function interactively, @value{GDBN} normally returns
4215 control to you when the function has finished executing. If the call
4216 raises an exception, however, the call may bypass the mechanism that
4217 returns control to you and cause your program either to abort or to
4218 simply continue running until it hits a breakpoint, catches a signal
4219 that @value{GDBN} is listening for, or exits. This is the case even if
4220 you set a catchpoint for the exception; catchpoints on exceptions are
4221 disabled within interactive calls. @xref{Calling}, for information on
4222 controlling this with @code{set unwind-on-terminating-exception}.
4223
4224 @item
4225 You cannot raise an exception interactively.
4226
4227 @item
4228 You cannot install an exception handler interactively.
4229 @end itemize
4230
4231 @item exception
4232 @kindex catch exception
4233 @cindex Ada exception catching
4234 @cindex catch Ada exceptions
4235 An Ada exception being raised. If an exception name is specified
4236 at the end of the command (eg @code{catch exception Program_Error}),
4237 the debugger will stop only when this specific exception is raised.
4238 Otherwise, the debugger stops execution when any Ada exception is raised.
4239
4240 When inserting an exception catchpoint on a user-defined exception whose
4241 name is identical to one of the exceptions defined by the language, the
4242 fully qualified name must be used as the exception name. Otherwise,
4243 @value{GDBN} will assume that it should stop on the pre-defined exception
4244 rather than the user-defined one. For instance, assuming an exception
4245 called @code{Constraint_Error} is defined in package @code{Pck}, then
4246 the command to use to catch such exceptions is @kbd{catch exception
4247 Pck.Constraint_Error}.
4248
4249 @item exception unhandled
4250 @kindex catch exception unhandled
4251 An exception that was raised but is not handled by the program.
4252
4253 @item assert
4254 @kindex catch assert
4255 A failed Ada assertion.
4256
4257 @item exec
4258 @kindex catch exec
4259 @cindex break on fork/exec
4260 A call to @code{exec}. This is currently only available for HP-UX
4261 and @sc{gnu}/Linux.
4262
4263 @item syscall
4264 @itemx syscall @r{[}@var{name} @r{|} @var{number}@r{]} @dots{}
4265 @kindex catch syscall
4266 @cindex break on a system call.
4267 A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
4268 syscall is a mechanism for application programs to request a service
4269 from the operating system (OS) or one of the OS system services.
4270 @value{GDBN} can catch some or all of the syscalls issued by the
4271 debuggee, and show the related information for each syscall. If no
4272 argument is specified, calls to and returns from all system calls
4273 will be caught.
4274
4275 @var{name} can be any system call name that is valid for the
4276 underlying OS. Just what syscalls are valid depends on the OS. On
4277 GNU and Unix systems, you can find the full list of valid syscall
4278 names on @file{/usr/include/asm/unistd.h}.
4279
4280 @c For MS-Windows, the syscall names and the corresponding numbers
4281 @c can be found, e.g., on this URL:
4282 @c http://www.metasploit.com/users/opcode/syscalls.html
4283 @c but we don't support Windows syscalls yet.
4284
4285 Normally, @value{GDBN} knows in advance which syscalls are valid for
4286 each OS, so you can use the @value{GDBN} command-line completion
4287 facilities (@pxref{Completion,, command completion}) to list the
4288 available choices.
4289
4290 You may also specify the system call numerically. A syscall's
4291 number is the value passed to the OS's syscall dispatcher to
4292 identify the requested service. When you specify the syscall by its
4293 name, @value{GDBN} uses its database of syscalls to convert the name
4294 into the corresponding numeric code, but using the number directly
4295 may be useful if @value{GDBN}'s database does not have the complete
4296 list of syscalls on your system (e.g., because @value{GDBN} lags
4297 behind the OS upgrades).
4298
4299 The example below illustrates how this command works if you don't provide
4300 arguments to it:
4301
4302 @smallexample
4303 (@value{GDBP}) catch syscall
4304 Catchpoint 1 (syscall)
4305 (@value{GDBP}) r
4306 Starting program: /tmp/catch-syscall
4307
4308 Catchpoint 1 (call to syscall 'close'), \
4309 0xffffe424 in __kernel_vsyscall ()
4310 (@value{GDBP}) c
4311 Continuing.
4312
4313 Catchpoint 1 (returned from syscall 'close'), \
4314 0xffffe424 in __kernel_vsyscall ()
4315 (@value{GDBP})
4316 @end smallexample
4317
4318 Here is an example of catching a system call by name:
4319
4320 @smallexample
4321 (@value{GDBP}) catch syscall chroot
4322 Catchpoint 1 (syscall 'chroot' [61])
4323 (@value{GDBP}) r
4324 Starting program: /tmp/catch-syscall
4325
4326 Catchpoint 1 (call to syscall 'chroot'), \
4327 0xffffe424 in __kernel_vsyscall ()
4328 (@value{GDBP}) c
4329 Continuing.
4330
4331 Catchpoint 1 (returned from syscall 'chroot'), \
4332 0xffffe424 in __kernel_vsyscall ()
4333 (@value{GDBP})
4334 @end smallexample
4335
4336 An example of specifying a system call numerically. In the case
4337 below, the syscall number has a corresponding entry in the XML
4338 file, so @value{GDBN} finds its name and prints it:
4339
4340 @smallexample
4341 (@value{GDBP}) catch syscall 252
4342 Catchpoint 1 (syscall(s) 'exit_group')
4343 (@value{GDBP}) r
4344 Starting program: /tmp/catch-syscall
4345
4346 Catchpoint 1 (call to syscall 'exit_group'), \
4347 0xffffe424 in __kernel_vsyscall ()
4348 (@value{GDBP}) c
4349 Continuing.
4350
4351 Program exited normally.
4352 (@value{GDBP})
4353 @end smallexample
4354
4355 However, there can be situations when there is no corresponding name
4356 in XML file for that syscall number. In this case, @value{GDBN} prints
4357 a warning message saying that it was not able to find the syscall name,
4358 but the catchpoint will be set anyway. See the example below:
4359
4360 @smallexample
4361 (@value{GDBP}) catch syscall 764
4362 warning: The number '764' does not represent a known syscall.
4363 Catchpoint 2 (syscall 764)
4364 (@value{GDBP})
4365 @end smallexample
4366
4367 If you configure @value{GDBN} using the @samp{--without-expat} option,
4368 it will not be able to display syscall names. Also, if your
4369 architecture does not have an XML file describing its system calls,
4370 you will not be able to see the syscall names. It is important to
4371 notice that these two features are used for accessing the syscall
4372 name database. In either case, you will see a warning like this:
4373
4374 @smallexample
4375 (@value{GDBP}) catch syscall
4376 warning: Could not open "syscalls/i386-linux.xml"
4377 warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
4378 GDB will not be able to display syscall names.
4379 Catchpoint 1 (syscall)
4380 (@value{GDBP})
4381 @end smallexample
4382
4383 Of course, the file name will change depending on your architecture and system.
4384
4385 Still using the example above, you can also try to catch a syscall by its
4386 number. In this case, you would see something like:
4387
4388 @smallexample
4389 (@value{GDBP}) catch syscall 252
4390 Catchpoint 1 (syscall(s) 252)
4391 @end smallexample
4392
4393 Again, in this case @value{GDBN} would not be able to display syscall's names.
4394
4395 @item fork
4396 @kindex catch fork
4397 A call to @code{fork}. This is currently only available for HP-UX
4398 and @sc{gnu}/Linux.
4399
4400 @item vfork
4401 @kindex catch vfork
4402 A call to @code{vfork}. This is currently only available for HP-UX
4403 and @sc{gnu}/Linux.
4404
4405 @item load @r{[}regexp@r{]}
4406 @itemx unload @r{[}regexp@r{]}
4407 @kindex catch load
4408 @kindex catch unload
4409 The loading or unloading of a shared library. If @var{regexp} is
4410 given, then the catchpoint will stop only if the regular expression
4411 matches one of the affected libraries.
4412
4413 @item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
4414 @kindex catch signal
4415 The delivery of a signal.
4416
4417 With no arguments, this catchpoint will catch any signal that is not
4418 used internally by @value{GDBN}, specifically, all signals except
4419 @samp{SIGTRAP} and @samp{SIGINT}.
4420
4421 With the argument @samp{all}, all signals, including those used by
4422 @value{GDBN}, will be caught. This argument cannot be used with other
4423 signal names.
4424
4425 Otherwise, the arguments are a list of signal names as given to
4426 @code{handle} (@pxref{Signals}). Only signals specified in this list
4427 will be caught.
4428
4429 One reason that @code{catch signal} can be more useful than
4430 @code{handle} is that you can attach commands and conditions to the
4431 catchpoint.
4432
4433 When a signal is caught by a catchpoint, the signal's @code{stop} and
4434 @code{print} settings, as specified by @code{handle}, are ignored.
4435 However, whether the signal is still delivered to the inferior depends
4436 on the @code{pass} setting; this can be changed in the catchpoint's
4437 commands.
4438
4439 @end table
4440
4441 @item tcatch @var{event}
4442 @kindex tcatch
4443 Set a catchpoint that is enabled only for one stop. The catchpoint is
4444 automatically deleted after the first time the event is caught.
4445
4446 @end table
4447
4448 Use the @code{info break} command to list the current catchpoints.
4449
4450
4451 @node Delete Breaks
4452 @subsection Deleting Breakpoints
4453
4454 @cindex clearing breakpoints, watchpoints, catchpoints
4455 @cindex deleting breakpoints, watchpoints, catchpoints
4456 It is often necessary to eliminate a breakpoint, watchpoint, or
4457 catchpoint once it has done its job and you no longer want your program
4458 to stop there. This is called @dfn{deleting} the breakpoint. A
4459 breakpoint that has been deleted no longer exists; it is forgotten.
4460
4461 With the @code{clear} command you can delete breakpoints according to
4462 where they are in your program. With the @code{delete} command you can
4463 delete individual breakpoints, watchpoints, or catchpoints by specifying
4464 their breakpoint numbers.
4465
4466 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
4467 automatically ignores breakpoints on the first instruction to be executed
4468 when you continue execution without changing the execution address.
4469
4470 @table @code
4471 @kindex clear
4472 @item clear
4473 Delete any breakpoints at the next instruction to be executed in the
4474 selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
4475 the innermost frame is selected, this is a good way to delete a
4476 breakpoint where your program just stopped.
4477
4478 @item clear @var{location}
4479 Delete any breakpoints set at the specified @var{location}.
4480 @xref{Specify Location}, for the various forms of @var{location}; the
4481 most useful ones are listed below:
4482
4483 @table @code
4484 @item clear @var{function}
4485 @itemx clear @var{filename}:@var{function}
4486 Delete any breakpoints set at entry to the named @var{function}.
4487
4488 @item clear @var{linenum}
4489 @itemx clear @var{filename}:@var{linenum}
4490 Delete any breakpoints set at or within the code of the specified
4491 @var{linenum} of the specified @var{filename}.
4492 @end table
4493
4494 @cindex delete breakpoints
4495 @kindex delete
4496 @kindex d @r{(@code{delete})}
4497 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
4498 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
4499 ranges specified as arguments. If no argument is specified, delete all
4500 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
4501 confirm off}). You can abbreviate this command as @code{d}.
4502 @end table
4503
4504 @node Disabling
4505 @subsection Disabling Breakpoints
4506
4507 @cindex enable/disable a breakpoint
4508 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
4509 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
4510 it had been deleted, but remembers the information on the breakpoint so
4511 that you can @dfn{enable} it again later.
4512
4513 You disable and enable breakpoints, watchpoints, and catchpoints with
4514 the @code{enable} and @code{disable} commands, optionally specifying
4515 one or more breakpoint numbers as arguments. Use @code{info break} to
4516 print a list of all breakpoints, watchpoints, and catchpoints if you
4517 do not know which numbers to use.
4518
4519 Disabling and enabling a breakpoint that has multiple locations
4520 affects all of its locations.
4521
4522 A breakpoint, watchpoint, or catchpoint can have any of several
4523 different states of enablement:
4524
4525 @itemize @bullet
4526 @item
4527 Enabled. The breakpoint stops your program. A breakpoint set
4528 with the @code{break} command starts out in this state.
4529 @item
4530 Disabled. The breakpoint has no effect on your program.
4531 @item
4532 Enabled once. The breakpoint stops your program, but then becomes
4533 disabled.
4534 @item
4535 Enabled for a count. The breakpoint stops your program for the next
4536 N times, then becomes disabled.
4537 @item
4538 Enabled for deletion. The breakpoint stops your program, but
4539 immediately after it does so it is deleted permanently. A breakpoint
4540 set with the @code{tbreak} command starts out in this state.
4541 @end itemize
4542
4543 You can use the following commands to enable or disable breakpoints,
4544 watchpoints, and catchpoints:
4545
4546 @table @code
4547 @kindex disable
4548 @kindex dis @r{(@code{disable})}
4549 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
4550 Disable the specified breakpoints---or all breakpoints, if none are
4551 listed. A disabled breakpoint has no effect but is not forgotten. All
4552 options such as ignore-counts, conditions and commands are remembered in
4553 case the breakpoint is enabled again later. You may abbreviate
4554 @code{disable} as @code{dis}.
4555
4556 @kindex enable
4557 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
4558 Enable the specified breakpoints (or all defined breakpoints). They
4559 become effective once again in stopping your program.
4560
4561 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
4562 Enable the specified breakpoints temporarily. @value{GDBN} disables any
4563 of these breakpoints immediately after stopping your program.
4564
4565 @item enable @r{[}breakpoints@r{]} count @var{count} @var{range}@dots{}
4566 Enable the specified breakpoints temporarily. @value{GDBN} records
4567 @var{count} with each of the specified breakpoints, and decrements a
4568 breakpoint's count when it is hit. When any count reaches 0,
4569 @value{GDBN} disables that breakpoint. If a breakpoint has an ignore
4570 count (@pxref{Conditions, ,Break Conditions}), that will be
4571 decremented to 0 before @var{count} is affected.
4572
4573 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
4574 Enable the specified breakpoints to work once, then die. @value{GDBN}
4575 deletes any of these breakpoints as soon as your program stops there.
4576 Breakpoints set by the @code{tbreak} command start out in this state.
4577 @end table
4578
4579 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
4580 @c confusing: tbreak is also initially enabled.
4581 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
4582 ,Setting Breakpoints}), breakpoints that you set are initially enabled;
4583 subsequently, they become disabled or enabled only when you use one of
4584 the commands above. (The command @code{until} can set and delete a
4585 breakpoint of its own, but it does not change the state of your other
4586 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
4587 Stepping}.)
4588
4589 @node Conditions
4590 @subsection Break Conditions
4591 @cindex conditional breakpoints
4592 @cindex breakpoint conditions
4593
4594 @c FIXME what is scope of break condition expr? Context where wanted?
4595 @c in particular for a watchpoint?
4596 The simplest sort of breakpoint breaks every time your program reaches a
4597 specified place. You can also specify a @dfn{condition} for a
4598 breakpoint. A condition is just a Boolean expression in your
4599 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
4600 a condition evaluates the expression each time your program reaches it,
4601 and your program stops only if the condition is @emph{true}.
4602
4603 This is the converse of using assertions for program validation; in that
4604 situation, you want to stop when the assertion is violated---that is,
4605 when the condition is false. In C, if you want to test an assertion expressed
4606 by the condition @var{assert}, you should set the condition
4607 @samp{! @var{assert}} on the appropriate breakpoint.
4608
4609 Conditions are also accepted for watchpoints; you may not need them,
4610 since a watchpoint is inspecting the value of an expression anyhow---but
4611 it might be simpler, say, to just set a watchpoint on a variable name,
4612 and specify a condition that tests whether the new value is an interesting
4613 one.
4614
4615 Break conditions can have side effects, and may even call functions in
4616 your program. This can be useful, for example, to activate functions
4617 that log program progress, or to use your own print functions to
4618 format special data structures. The effects are completely predictable
4619 unless there is another enabled breakpoint at the same address. (In
4620 that case, @value{GDBN} might see the other breakpoint first and stop your
4621 program without checking the condition of this one.) Note that
4622 breakpoint commands are usually more convenient and flexible than break
4623 conditions for the
4624 purpose of performing side effects when a breakpoint is reached
4625 (@pxref{Break Commands, ,Breakpoint Command Lists}).
4626
4627 Breakpoint conditions can also be evaluated on the target's side if
4628 the target supports it. Instead of evaluating the conditions locally,
4629 @value{GDBN} encodes the expression into an agent expression
4630 (@pxref{Agent Expressions}) suitable for execution on the target,
4631 independently of @value{GDBN}. Global variables become raw memory
4632 locations, locals become stack accesses, and so forth.
4633
4634 In this case, @value{GDBN} will only be notified of a breakpoint trigger
4635 when its condition evaluates to true. This mechanism may provide faster
4636 response times depending on the performance characteristics of the target
4637 since it does not need to keep @value{GDBN} informed about
4638 every breakpoint trigger, even those with false conditions.
4639
4640 Break conditions can be specified when a breakpoint is set, by using
4641 @samp{if} in the arguments to the @code{break} command. @xref{Set
4642 Breaks, ,Setting Breakpoints}. They can also be changed at any time
4643 with the @code{condition} command.
4644
4645 You can also use the @code{if} keyword with the @code{watch} command.
4646 The @code{catch} command does not recognize the @code{if} keyword;
4647 @code{condition} is the only way to impose a further condition on a
4648 catchpoint.
4649
4650 @table @code
4651 @kindex condition
4652 @item condition @var{bnum} @var{expression}
4653 Specify @var{expression} as the break condition for breakpoint,
4654 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
4655 breakpoint @var{bnum} stops your program only if the value of
4656 @var{expression} is true (nonzero, in C). When you use
4657 @code{condition}, @value{GDBN} checks @var{expression} immediately for
4658 syntactic correctness, and to determine whether symbols in it have
4659 referents in the context of your breakpoint. If @var{expression} uses
4660 symbols not referenced in the context of the breakpoint, @value{GDBN}
4661 prints an error message:
4662
4663 @smallexample
4664 No symbol "foo" in current context.
4665 @end smallexample
4666
4667 @noindent
4668 @value{GDBN} does
4669 not actually evaluate @var{expression} at the time the @code{condition}
4670 command (or a command that sets a breakpoint with a condition, like
4671 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
4672
4673 @item condition @var{bnum}
4674 Remove the condition from breakpoint number @var{bnum}. It becomes
4675 an ordinary unconditional breakpoint.
4676 @end table
4677
4678 @cindex ignore count (of breakpoint)
4679 A special case of a breakpoint condition is to stop only when the
4680 breakpoint has been reached a certain number of times. This is so
4681 useful that there is a special way to do it, using the @dfn{ignore
4682 count} of the breakpoint. Every breakpoint has an ignore count, which
4683 is an integer. Most of the time, the ignore count is zero, and
4684 therefore has no effect. But if your program reaches a breakpoint whose
4685 ignore count is positive, then instead of stopping, it just decrements
4686 the ignore count by one and continues. As a result, if the ignore count
4687 value is @var{n}, the breakpoint does not stop the next @var{n} times
4688 your program reaches it.
4689
4690 @table @code
4691 @kindex ignore
4692 @item ignore @var{bnum} @var{count}
4693 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
4694 The next @var{count} times the breakpoint is reached, your program's
4695 execution does not stop; other than to decrement the ignore count, @value{GDBN}
4696 takes no action.
4697
4698 To make the breakpoint stop the next time it is reached, specify
4699 a count of zero.
4700
4701 When you use @code{continue} to resume execution of your program from a
4702 breakpoint, you can specify an ignore count directly as an argument to
4703 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
4704 Stepping,,Continuing and Stepping}.
4705
4706 If a breakpoint has a positive ignore count and a condition, the
4707 condition is not checked. Once the ignore count reaches zero,
4708 @value{GDBN} resumes checking the condition.
4709
4710 You could achieve the effect of the ignore count with a condition such
4711 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
4712 is decremented each time. @xref{Convenience Vars, ,Convenience
4713 Variables}.
4714 @end table
4715
4716 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
4717
4718
4719 @node Break Commands
4720 @subsection Breakpoint Command Lists
4721
4722 @cindex breakpoint commands
4723 You can give any breakpoint (or watchpoint or catchpoint) a series of
4724 commands to execute when your program stops due to that breakpoint. For
4725 example, you might want to print the values of certain expressions, or
4726 enable other breakpoints.
4727
4728 @table @code
4729 @kindex commands
4730 @kindex end@r{ (breakpoint commands)}
4731 @item commands @r{[}@var{range}@dots{}@r{]}
4732 @itemx @dots{} @var{command-list} @dots{}
4733 @itemx end
4734 Specify a list of commands for the given breakpoints. The commands
4735 themselves appear on the following lines. Type a line containing just
4736 @code{end} to terminate the commands.
4737
4738 To remove all commands from a breakpoint, type @code{commands} and
4739 follow it immediately with @code{end}; that is, give no commands.
4740
4741 With no argument, @code{commands} refers to the last breakpoint,
4742 watchpoint, or catchpoint set (not to the breakpoint most recently
4743 encountered). If the most recent breakpoints were set with a single
4744 command, then the @code{commands} will apply to all the breakpoints
4745 set by that command. This applies to breakpoints set by
4746 @code{rbreak}, and also applies when a single @code{break} command
4747 creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
4748 Expressions}).
4749 @end table
4750
4751 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
4752 disabled within a @var{command-list}.
4753
4754 You can use breakpoint commands to start your program up again. Simply
4755 use the @code{continue} command, or @code{step}, or any other command
4756 that resumes execution.
4757
4758 Any other commands in the command list, after a command that resumes
4759 execution, are ignored. This is because any time you resume execution
4760 (even with a simple @code{next} or @code{step}), you may encounter
4761 another breakpoint---which could have its own command list, leading to
4762 ambiguities about which list to execute.
4763
4764 @kindex silent
4765 If the first command you specify in a command list is @code{silent}, the
4766 usual message about stopping at a breakpoint is not printed. This may
4767 be desirable for breakpoints that are to print a specific message and
4768 then continue. If none of the remaining commands print anything, you
4769 see no sign that the breakpoint was reached. @code{silent} is
4770 meaningful only at the beginning of a breakpoint command list.
4771
4772 The commands @code{echo}, @code{output}, and @code{printf} allow you to
4773 print precisely controlled output, and are often useful in silent
4774 breakpoints. @xref{Output, ,Commands for Controlled Output}.
4775
4776 For example, here is how you could use breakpoint commands to print the
4777 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
4778
4779 @smallexample
4780 break foo if x>0
4781 commands
4782 silent
4783 printf "x is %d\n",x
4784 cont
4785 end
4786 @end smallexample
4787
4788 One application for breakpoint commands is to compensate for one bug so
4789 you can test for another. Put a breakpoint just after the erroneous line
4790 of code, give it a condition to detect the case in which something
4791 erroneous has been done, and give it commands to assign correct values
4792 to any variables that need them. End with the @code{continue} command
4793 so that your program does not stop, and start with the @code{silent}
4794 command so that no output is produced. Here is an example:
4795
4796 @smallexample
4797 break 403
4798 commands
4799 silent
4800 set x = y + 4
4801 cont
4802 end
4803 @end smallexample
4804
4805 @node Dynamic Printf
4806 @subsection Dynamic Printf
4807
4808 @cindex dynamic printf
4809 @cindex dprintf
4810 The dynamic printf command @code{dprintf} combines a breakpoint with
4811 formatted printing of your program's data to give you the effect of
4812 inserting @code{printf} calls into your program on-the-fly, without
4813 having to recompile it.
4814
4815 In its most basic form, the output goes to the GDB console. However,
4816 you can set the variable @code{dprintf-style} for alternate handling.
4817 For instance, you can ask to format the output by calling your
4818 program's @code{printf} function. This has the advantage that the
4819 characters go to the program's output device, so they can recorded in
4820 redirects to files and so forth.
4821
4822 If you are doing remote debugging with a stub or agent, you can also
4823 ask to have the printf handled by the remote agent. In addition to
4824 ensuring that the output goes to the remote program's device along
4825 with any other output the program might produce, you can also ask that
4826 the dprintf remain active even after disconnecting from the remote
4827 target. Using the stub/agent is also more efficient, as it can do
4828 everything without needing to communicate with @value{GDBN}.
4829
4830 @table @code
4831 @kindex dprintf
4832 @item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
4833 Whenever execution reaches @var{location}, print the values of one or
4834 more @var{expressions} under the control of the string @var{template}.
4835 To print several values, separate them with commas.
4836
4837 @item set dprintf-style @var{style}
4838 Set the dprintf output to be handled in one of several different
4839 styles enumerated below. A change of style affects all existing
4840 dynamic printfs immediately. (If you need individual control over the
4841 print commands, simply define normal breakpoints with
4842 explicitly-supplied command lists.)
4843
4844 @item gdb
4845 @kindex dprintf-style gdb
4846 Handle the output using the @value{GDBN} @code{printf} command.
4847
4848 @item call
4849 @kindex dprintf-style call
4850 Handle the output by calling a function in your program (normally
4851 @code{printf}).
4852
4853 @item agent
4854 @kindex dprintf-style agent
4855 Have the remote debugging agent (such as @code{gdbserver}) handle
4856 the output itself. This style is only available for agents that
4857 support running commands on the target.
4858
4859 @item set dprintf-function @var{function}
4860 Set the function to call if the dprintf style is @code{call}. By
4861 default its value is @code{printf}. You may set it to any expression.
4862 that @value{GDBN} can evaluate to a function, as per the @code{call}
4863 command.
4864
4865 @item set dprintf-channel @var{channel}
4866 Set a ``channel'' for dprintf. If set to a non-empty value,
4867 @value{GDBN} will evaluate it as an expression and pass the result as
4868 a first argument to the @code{dprintf-function}, in the manner of
4869 @code{fprintf} and similar functions. Otherwise, the dprintf format
4870 string will be the first argument, in the manner of @code{printf}.
4871
4872 As an example, if you wanted @code{dprintf} output to go to a logfile
4873 that is a standard I/O stream assigned to the variable @code{mylog},
4874 you could do the following:
4875
4876 @example
4877 (gdb) set dprintf-style call
4878 (gdb) set dprintf-function fprintf
4879 (gdb) set dprintf-channel mylog
4880 (gdb) dprintf 25,"at line 25, glob=%d\n",glob
4881 Dprintf 1 at 0x123456: file main.c, line 25.
4882 (gdb) info break
4883 1 dprintf keep y 0x00123456 in main at main.c:25
4884 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
4885 continue
4886 (gdb)
4887 @end example
4888
4889 Note that the @code{info break} displays the dynamic printf commands
4890 as normal breakpoint commands; you can thus easily see the effect of
4891 the variable settings.
4892
4893 @item set disconnected-dprintf on
4894 @itemx set disconnected-dprintf off
4895 @kindex set disconnected-dprintf
4896 Choose whether @code{dprintf} commands should continue to run if
4897 @value{GDBN} has disconnected from the target. This only applies
4898 if the @code{dprintf-style} is @code{agent}.
4899
4900 @item show disconnected-dprintf off
4901 @kindex show disconnected-dprintf
4902 Show the current choice for disconnected @code{dprintf}.
4903
4904 @end table
4905
4906 @value{GDBN} does not check the validity of function and channel,
4907 relying on you to supply values that are meaningful for the contexts
4908 in which they are being used. For instance, the function and channel
4909 may be the values of local variables, but if that is the case, then
4910 all enabled dynamic prints must be at locations within the scope of
4911 those locals. If evaluation fails, @value{GDBN} will report an error.
4912
4913 @node Save Breakpoints
4914 @subsection How to save breakpoints to a file
4915
4916 To save breakpoint definitions to a file use the @w{@code{save
4917 breakpoints}} command.
4918
4919 @table @code
4920 @kindex save breakpoints
4921 @cindex save breakpoints to a file for future sessions
4922 @item save breakpoints [@var{filename}]
4923 This command saves all current breakpoint definitions together with
4924 their commands and ignore counts, into a file @file{@var{filename}}
4925 suitable for use in a later debugging session. This includes all
4926 types of breakpoints (breakpoints, watchpoints, catchpoints,
4927 tracepoints). To read the saved breakpoint definitions, use the
4928 @code{source} command (@pxref{Command Files}). Note that watchpoints
4929 with expressions involving local variables may fail to be recreated
4930 because it may not be possible to access the context where the
4931 watchpoint is valid anymore. Because the saved breakpoint definitions
4932 are simply a sequence of @value{GDBN} commands that recreate the
4933 breakpoints, you can edit the file in your favorite editing program,
4934 and remove the breakpoint definitions you're not interested in, or
4935 that can no longer be recreated.
4936 @end table
4937
4938 @node Static Probe Points
4939 @subsection Static Probe Points
4940
4941 @cindex static probe point, SystemTap
4942 @value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
4943 for Statically Defined Tracing, and the probes are designed to have a tiny
4944 runtime code and data footprint, and no dynamic relocations. They are
4945 usable from assembly, C and C@t{++} languages. See
4946 @uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
4947 for a good reference on how the @acronym{SDT} probes are implemented.
4948
4949 Currently, @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
4950 @acronym{SDT} probes are supported on ELF-compatible systems. See
4951 @uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
4952 for more information on how to add @code{SystemTap} @acronym{SDT} probes
4953 in your applications.
4954
4955 @cindex semaphores on static probe points
4956 Some probes have an associated semaphore variable; for instance, this
4957 happens automatically if you defined your probe using a DTrace-style
4958 @file{.d} file. If your probe has a semaphore, @value{GDBN} will
4959 automatically enable it when you specify a breakpoint using the
4960 @samp{-probe-stap} notation. But, if you put a breakpoint at a probe's
4961 location by some other method (e.g., @code{break file:line}), then
4962 @value{GDBN} will not automatically set the semaphore.
4963
4964 You can examine the available static static probes using @code{info
4965 probes}, with optional arguments:
4966
4967 @table @code
4968 @kindex info probes
4969 @item info probes stap @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
4970 If given, @var{provider} is a regular expression used to match against provider
4971 names when selecting which probes to list. If omitted, probes by all
4972 probes from all providers are listed.
4973
4974 If given, @var{name} is a regular expression to match against probe names
4975 when selecting which probes to list. If omitted, probe names are not
4976 considered when deciding whether to display them.
4977
4978 If given, @var{objfile} is a regular expression used to select which
4979 object files (executable or shared libraries) to examine. If not
4980 given, all object files are considered.
4981
4982 @item info probes all
4983 List the available static probes, from all types.
4984 @end table
4985
4986 @vindex $_probe_arg@r{, convenience variable}
4987 A probe may specify up to twelve arguments. These are available at the
4988 point at which the probe is defined---that is, when the current PC is
4989 at the probe's location. The arguments are available using the
4990 convenience variables (@pxref{Convenience Vars})
4991 @code{$_probe_arg0}@dots{}@code{$_probe_arg11}. Each probe argument is
4992 an integer of the appropriate size; types are not preserved. The
4993 convenience variable @code{$_probe_argc} holds the number of arguments
4994 at the current probe point.
4995
4996 These variables are always available, but attempts to access them at
4997 any location other than a probe point will cause @value{GDBN} to give
4998 an error message.
4999
5000
5001 @c @ifclear BARETARGET
5002 @node Error in Breakpoints
5003 @subsection ``Cannot insert breakpoints''
5004
5005 If you request too many active hardware-assisted breakpoints and
5006 watchpoints, you will see this error message:
5007
5008 @c FIXME: the precise wording of this message may change; the relevant
5009 @c source change is not committed yet (Sep 3, 1999).
5010 @smallexample
5011 Stopped; cannot insert breakpoints.
5012 You may have requested too many hardware breakpoints and watchpoints.
5013 @end smallexample
5014
5015 @noindent
5016 This message is printed when you attempt to resume the program, since
5017 only then @value{GDBN} knows exactly how many hardware breakpoints and
5018 watchpoints it needs to insert.
5019
5020 When this message is printed, you need to disable or remove some of the
5021 hardware-assisted breakpoints and watchpoints, and then continue.
5022
5023 @node Breakpoint-related Warnings
5024 @subsection ``Breakpoint address adjusted...''
5025 @cindex breakpoint address adjusted
5026
5027 Some processor architectures place constraints on the addresses at
5028 which breakpoints may be placed. For architectures thus constrained,
5029 @value{GDBN} will attempt to adjust the breakpoint's address to comply
5030 with the constraints dictated by the architecture.
5031
5032 One example of such an architecture is the Fujitsu FR-V. The FR-V is
5033 a VLIW architecture in which a number of RISC-like instructions may be
5034 bundled together for parallel execution. The FR-V architecture
5035 constrains the location of a breakpoint instruction within such a
5036 bundle to the instruction with the lowest address. @value{GDBN}
5037 honors this constraint by adjusting a breakpoint's address to the
5038 first in the bundle.
5039
5040 It is not uncommon for optimized code to have bundles which contain
5041 instructions from different source statements, thus it may happen that
5042 a breakpoint's address will be adjusted from one source statement to
5043 another. Since this adjustment may significantly alter @value{GDBN}'s
5044 breakpoint related behavior from what the user expects, a warning is
5045 printed when the breakpoint is first set and also when the breakpoint
5046 is hit.
5047
5048 A warning like the one below is printed when setting a breakpoint
5049 that's been subject to address adjustment:
5050
5051 @smallexample
5052 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5053 @end smallexample
5054
5055 Such warnings are printed both for user settable and @value{GDBN}'s
5056 internal breakpoints. If you see one of these warnings, you should
5057 verify that a breakpoint set at the adjusted address will have the
5058 desired affect. If not, the breakpoint in question may be removed and
5059 other breakpoints may be set which will have the desired behavior.
5060 E.g., it may be sufficient to place the breakpoint at a later
5061 instruction. A conditional breakpoint may also be useful in some
5062 cases to prevent the breakpoint from triggering too often.
5063
5064 @value{GDBN} will also issue a warning when stopping at one of these
5065 adjusted breakpoints:
5066
5067 @smallexample
5068 warning: Breakpoint 1 address previously adjusted from 0x00010414
5069 to 0x00010410.
5070 @end smallexample
5071
5072 When this warning is encountered, it may be too late to take remedial
5073 action except in cases where the breakpoint is hit earlier or more
5074 frequently than expected.
5075
5076 @node Continuing and Stepping
5077 @section Continuing and Stepping
5078
5079 @cindex stepping
5080 @cindex continuing
5081 @cindex resuming execution
5082 @dfn{Continuing} means resuming program execution until your program
5083 completes normally. In contrast, @dfn{stepping} means executing just
5084 one more ``step'' of your program, where ``step'' may mean either one
5085 line of source code, or one machine instruction (depending on what
5086 particular command you use). Either when continuing or when stepping,
5087 your program may stop even sooner, due to a breakpoint or a signal. (If
5088 it stops due to a signal, you may want to use @code{handle}, or use
5089 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
5090
5091 @table @code
5092 @kindex continue
5093 @kindex c @r{(@code{continue})}
5094 @kindex fg @r{(resume foreground execution)}
5095 @item continue @r{[}@var{ignore-count}@r{]}
5096 @itemx c @r{[}@var{ignore-count}@r{]}
5097 @itemx fg @r{[}@var{ignore-count}@r{]}
5098 Resume program execution, at the address where your program last stopped;
5099 any breakpoints set at that address are bypassed. The optional argument
5100 @var{ignore-count} allows you to specify a further number of times to
5101 ignore a breakpoint at this location; its effect is like that of
5102 @code{ignore} (@pxref{Conditions, ,Break Conditions}).
5103
5104 The argument @var{ignore-count} is meaningful only when your program
5105 stopped due to a breakpoint. At other times, the argument to
5106 @code{continue} is ignored.
5107
5108 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
5109 debugged program is deemed to be the foreground program) are provided
5110 purely for convenience, and have exactly the same behavior as
5111 @code{continue}.
5112 @end table
5113
5114 To resume execution at a different place, you can use @code{return}
5115 (@pxref{Returning, ,Returning from a Function}) to go back to the
5116 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
5117 Different Address}) to go to an arbitrary location in your program.
5118
5119 A typical technique for using stepping is to set a breakpoint
5120 (@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
5121 beginning of the function or the section of your program where a problem
5122 is believed to lie, run your program until it stops at that breakpoint,
5123 and then step through the suspect area, examining the variables that are
5124 interesting, until you see the problem happen.
5125
5126 @table @code
5127 @kindex step
5128 @kindex s @r{(@code{step})}
5129 @item step
5130 Continue running your program until control reaches a different source
5131 line, then stop it and return control to @value{GDBN}. This command is
5132 abbreviated @code{s}.
5133
5134 @quotation
5135 @c "without debugging information" is imprecise; actually "without line
5136 @c numbers in the debugging information". (gcc -g1 has debugging info but
5137 @c not line numbers). But it seems complex to try to make that
5138 @c distinction here.
5139 @emph{Warning:} If you use the @code{step} command while control is
5140 within a function that was compiled without debugging information,
5141 execution proceeds until control reaches a function that does have
5142 debugging information. Likewise, it will not step into a function which
5143 is compiled without debugging information. To step through functions
5144 without debugging information, use the @code{stepi} command, described
5145 below.
5146 @end quotation
5147
5148 The @code{step} command only stops at the first instruction of a source
5149 line. This prevents the multiple stops that could otherwise occur in
5150 @code{switch} statements, @code{for} loops, etc. @code{step} continues
5151 to stop if a function that has debugging information is called within
5152 the line. In other words, @code{step} @emph{steps inside} any functions
5153 called within the line.
5154
5155 Also, the @code{step} command only enters a function if there is line
5156 number information for the function. Otherwise it acts like the
5157 @code{next} command. This avoids problems when using @code{cc -gl}
5158 on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5159 was any debugging information about the routine.
5160
5161 @item step @var{count}
5162 Continue running as in @code{step}, but do so @var{count} times. If a
5163 breakpoint is reached, or a signal not related to stepping occurs before
5164 @var{count} steps, stepping stops right away.
5165
5166 @kindex next
5167 @kindex n @r{(@code{next})}
5168 @item next @r{[}@var{count}@r{]}
5169 Continue to the next source line in the current (innermost) stack frame.
5170 This is similar to @code{step}, but function calls that appear within
5171 the line of code are executed without stopping. Execution stops when
5172 control reaches a different line of code at the original stack level
5173 that was executing when you gave the @code{next} command. This command
5174 is abbreviated @code{n}.
5175
5176 An argument @var{count} is a repeat count, as for @code{step}.
5177
5178
5179 @c FIX ME!! Do we delete this, or is there a way it fits in with
5180 @c the following paragraph? --- Vctoria
5181 @c
5182 @c @code{next} within a function that lacks debugging information acts like
5183 @c @code{step}, but any function calls appearing within the code of the
5184 @c function are executed without stopping.
5185
5186 The @code{next} command only stops at the first instruction of a
5187 source line. This prevents multiple stops that could otherwise occur in
5188 @code{switch} statements, @code{for} loops, etc.
5189
5190 @kindex set step-mode
5191 @item set step-mode
5192 @cindex functions without line info, and stepping
5193 @cindex stepping into functions with no line info
5194 @itemx set step-mode on
5195 The @code{set step-mode on} command causes the @code{step} command to
5196 stop at the first instruction of a function which contains no debug line
5197 information rather than stepping over it.
5198
5199 This is useful in cases where you may be interested in inspecting the
5200 machine instructions of a function which has no symbolic info and do not
5201 want @value{GDBN} to automatically skip over this function.
5202
5203 @item set step-mode off
5204 Causes the @code{step} command to step over any functions which contains no
5205 debug information. This is the default.
5206
5207 @item show step-mode
5208 Show whether @value{GDBN} will stop in or step over functions without
5209 source line debug information.
5210
5211 @kindex finish
5212 @kindex fin @r{(@code{finish})}
5213 @item finish
5214 Continue running until just after function in the selected stack frame
5215 returns. Print the returned value (if any). This command can be
5216 abbreviated as @code{fin}.
5217
5218 Contrast this with the @code{return} command (@pxref{Returning,
5219 ,Returning from a Function}).
5220
5221 @kindex until
5222 @kindex u @r{(@code{until})}
5223 @cindex run until specified location
5224 @item until
5225 @itemx u
5226 Continue running until a source line past the current line, in the
5227 current stack frame, is reached. This command is used to avoid single
5228 stepping through a loop more than once. It is like the @code{next}
5229 command, except that when @code{until} encounters a jump, it
5230 automatically continues execution until the program counter is greater
5231 than the address of the jump.
5232
5233 This means that when you reach the end of a loop after single stepping
5234 though it, @code{until} makes your program continue execution until it
5235 exits the loop. In contrast, a @code{next} command at the end of a loop
5236 simply steps back to the beginning of the loop, which forces you to step
5237 through the next iteration.
5238
5239 @code{until} always stops your program if it attempts to exit the current
5240 stack frame.
5241
5242 @code{until} may produce somewhat counterintuitive results if the order
5243 of machine code does not match the order of the source lines. For
5244 example, in the following excerpt from a debugging session, the @code{f}
5245 (@code{frame}) command shows that execution is stopped at line
5246 @code{206}; yet when we use @code{until}, we get to line @code{195}:
5247
5248 @smallexample
5249 (@value{GDBP}) f
5250 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
5251 206 expand_input();
5252 (@value{GDBP}) until
5253 195 for ( ; argc > 0; NEXTARG) @{
5254 @end smallexample
5255
5256 This happened because, for execution efficiency, the compiler had
5257 generated code for the loop closure test at the end, rather than the
5258 start, of the loop---even though the test in a C @code{for}-loop is
5259 written before the body of the loop. The @code{until} command appeared
5260 to step back to the beginning of the loop when it advanced to this
5261 expression; however, it has not really gone to an earlier
5262 statement---not in terms of the actual machine code.
5263
5264 @code{until} with no argument works by means of single
5265 instruction stepping, and hence is slower than @code{until} with an
5266 argument.
5267
5268 @item until @var{location}
5269 @itemx u @var{location}
5270 Continue running your program until either the specified @var{location} is
5271 reached, or the current stack frame returns. The location is any of
5272 the forms described in @ref{Specify Location}.
5273 This form of the command uses temporary breakpoints, and
5274 hence is quicker than @code{until} without an argument. The specified
5275 location is actually reached only if it is in the current frame. This
5276 implies that @code{until} can be used to skip over recursive function
5277 invocations. For instance in the code below, if the current location is
5278 line @code{96}, issuing @code{until 99} will execute the program up to
5279 line @code{99} in the same invocation of factorial, i.e., after the inner
5280 invocations have returned.
5281
5282 @smallexample
5283 94 int factorial (int value)
5284 95 @{
5285 96 if (value > 1) @{
5286 97 value *= factorial (value - 1);
5287 98 @}
5288 99 return (value);
5289 100 @}
5290 @end smallexample
5291
5292
5293 @kindex advance @var{location}
5294 @item advance @var{location}
5295 Continue running the program up to the given @var{location}. An argument is
5296 required, which should be of one of the forms described in
5297 @ref{Specify Location}.
5298 Execution will also stop upon exit from the current stack
5299 frame. This command is similar to @code{until}, but @code{advance} will
5300 not skip over recursive function calls, and the target location doesn't
5301 have to be in the same frame as the current one.
5302
5303
5304 @kindex stepi
5305 @kindex si @r{(@code{stepi})}
5306 @item stepi
5307 @itemx stepi @var{arg}
5308 @itemx si
5309 Execute one machine instruction, then stop and return to the debugger.
5310
5311 It is often useful to do @samp{display/i $pc} when stepping by machine
5312 instructions. This makes @value{GDBN} automatically display the next
5313 instruction to be executed, each time your program stops. @xref{Auto
5314 Display,, Automatic Display}.
5315
5316 An argument is a repeat count, as in @code{step}.
5317
5318 @need 750
5319 @kindex nexti
5320 @kindex ni @r{(@code{nexti})}
5321 @item nexti
5322 @itemx nexti @var{arg}
5323 @itemx ni
5324 Execute one machine instruction, but if it is a function call,
5325 proceed until the function returns.
5326
5327 An argument is a repeat count, as in @code{next}.
5328
5329 @end table
5330
5331 @anchor{range stepping}
5332 @cindex range stepping
5333 @cindex target-assisted range stepping
5334 By default, and if available, @value{GDBN} makes use of
5335 target-assisted @dfn{range stepping}. In other words, whenever you
5336 use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
5337 tells the target to step the corresponding range of instruction
5338 addresses instead of issuing multiple single-steps. This speeds up
5339 line stepping, particularly for remote targets. Ideally, there should
5340 be no reason you would want to turn range stepping off. However, it's
5341 possible that a bug in the debug info, a bug in the remote stub (for
5342 remote targets), or even a bug in @value{GDBN} could make line
5343 stepping behave incorrectly when target-assisted range stepping is
5344 enabled. You can use the following command to turn off range stepping
5345 if necessary:
5346
5347 @table @code
5348 @kindex set range-stepping
5349 @kindex show range-stepping
5350 @item set range-stepping
5351 @itemx show range-stepping
5352 Control whether range stepping is enabled.
5353
5354 If @code{on}, and the target supports it, @value{GDBN} tells the
5355 target to step a range of addresses itself, instead of issuing
5356 multiple single-steps. If @code{off}, @value{GDBN} always issues
5357 single-steps, even if range stepping is supported by the target. The
5358 default is @code{on}.
5359
5360 @end table
5361
5362 @node Skipping Over Functions and Files
5363 @section Skipping Over Functions and Files
5364 @cindex skipping over functions and files
5365
5366 The program you are debugging may contain some functions which are
5367 uninteresting to debug. The @code{skip} comand lets you tell @value{GDBN} to
5368 skip a function or all functions in a file when stepping.
5369
5370 For example, consider the following C function:
5371
5372 @smallexample
5373 101 int func()
5374 102 @{
5375 103 foo(boring());
5376 104 bar(boring());
5377 105 @}
5378 @end smallexample
5379
5380 @noindent
5381 Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
5382 are not interested in stepping through @code{boring}. If you run @code{step}
5383 at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
5384 step over both @code{foo} and @code{boring}!
5385
5386 One solution is to @code{step} into @code{boring} and use the @code{finish}
5387 command to immediately exit it. But this can become tedious if @code{boring}
5388 is called from many places.
5389
5390 A more flexible solution is to execute @kbd{skip boring}. This instructs
5391 @value{GDBN} never to step into @code{boring}. Now when you execute
5392 @code{step} at line 103, you'll step over @code{boring} and directly into
5393 @code{foo}.
5394
5395 You can also instruct @value{GDBN} to skip all functions in a file, with, for
5396 example, @code{skip file boring.c}.
5397
5398 @table @code
5399 @kindex skip function
5400 @item skip @r{[}@var{linespec}@r{]}
5401 @itemx skip function @r{[}@var{linespec}@r{]}
5402 After running this command, the function named by @var{linespec} or the
5403 function containing the line named by @var{linespec} will be skipped over when
5404 stepping. @xref{Specify Location}.
5405
5406 If you do not specify @var{linespec}, the function you're currently debugging
5407 will be skipped.
5408
5409 (If you have a function called @code{file} that you want to skip, use
5410 @kbd{skip function file}.)
5411
5412 @kindex skip file
5413 @item skip file @r{[}@var{filename}@r{]}
5414 After running this command, any function whose source lives in @var{filename}
5415 will be skipped over when stepping.
5416
5417 If you do not specify @var{filename}, functions whose source lives in the file
5418 you're currently debugging will be skipped.
5419 @end table
5420
5421 Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
5422 These are the commands for managing your list of skips:
5423
5424 @table @code
5425 @kindex info skip
5426 @item info skip @r{[}@var{range}@r{]}
5427 Print details about the specified skip(s). If @var{range} is not specified,
5428 print a table with details about all functions and files marked for skipping.
5429 @code{info skip} prints the following information about each skip:
5430
5431 @table @emph
5432 @item Identifier
5433 A number identifying this skip.
5434 @item Type
5435 The type of this skip, either @samp{function} or @samp{file}.
5436 @item Enabled or Disabled
5437 Enabled skips are marked with @samp{y}. Disabled skips are marked with @samp{n}.
5438 @item Address
5439 For function skips, this column indicates the address in memory of the function
5440 being skipped. If you've set a function skip on a function which has not yet
5441 been loaded, this field will contain @samp{<PENDING>}. Once a shared library
5442 which has the function is loaded, @code{info skip} will show the function's
5443 address here.
5444 @item What
5445 For file skips, this field contains the filename being skipped. For functions
5446 skips, this field contains the function name and its line number in the file
5447 where it is defined.
5448 @end table
5449
5450 @kindex skip delete
5451 @item skip delete @r{[}@var{range}@r{]}
5452 Delete the specified skip(s). If @var{range} is not specified, delete all
5453 skips.
5454
5455 @kindex skip enable
5456 @item skip enable @r{[}@var{range}@r{]}
5457 Enable the specified skip(s). If @var{range} is not specified, enable all
5458 skips.
5459
5460 @kindex skip disable
5461 @item skip disable @r{[}@var{range}@r{]}
5462 Disable the specified skip(s). If @var{range} is not specified, disable all
5463 skips.
5464
5465 @end table
5466
5467 @node Signals
5468 @section Signals
5469 @cindex signals
5470
5471 A signal is an asynchronous event that can happen in a program. The
5472 operating system defines the possible kinds of signals, and gives each
5473 kind a name and a number. For example, in Unix @code{SIGINT} is the
5474 signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
5475 @code{SIGSEGV} is the signal a program gets from referencing a place in
5476 memory far away from all the areas in use; @code{SIGALRM} occurs when
5477 the alarm clock timer goes off (which happens only if your program has
5478 requested an alarm).
5479
5480 @cindex fatal signals
5481 Some signals, including @code{SIGALRM}, are a normal part of the
5482 functioning of your program. Others, such as @code{SIGSEGV}, indicate
5483 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
5484 program has not specified in advance some other way to handle the signal.
5485 @code{SIGINT} does not indicate an error in your program, but it is normally
5486 fatal so it can carry out the purpose of the interrupt: to kill the program.
5487
5488 @value{GDBN} has the ability to detect any occurrence of a signal in your
5489 program. You can tell @value{GDBN} in advance what to do for each kind of
5490 signal.
5491
5492 @cindex handling signals
5493 Normally, @value{GDBN} is set up to let the non-erroneous signals like
5494 @code{SIGALRM} be silently passed to your program
5495 (so as not to interfere with their role in the program's functioning)
5496 but to stop your program immediately whenever an error signal happens.
5497 You can change these settings with the @code{handle} command.
5498
5499 @table @code
5500 @kindex info signals
5501 @kindex info handle
5502 @item info signals
5503 @itemx info handle
5504 Print a table of all the kinds of signals and how @value{GDBN} has been told to
5505 handle each one. You can use this to see the signal numbers of all
5506 the defined types of signals.
5507
5508 @item info signals @var{sig}
5509 Similar, but print information only about the specified signal number.
5510
5511 @code{info handle} is an alias for @code{info signals}.
5512
5513 @item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5514 Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
5515 for details about this command.
5516
5517 @kindex handle
5518 @item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
5519 Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
5520 can be the number of a signal or its name (with or without the
5521 @samp{SIG} at the beginning); a list of signal numbers of the form
5522 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
5523 known signals. Optional arguments @var{keywords}, described below,
5524 say what change to make.
5525 @end table
5526
5527 @c @group
5528 The keywords allowed by the @code{handle} command can be abbreviated.
5529 Their full names are:
5530
5531 @table @code
5532 @item nostop
5533 @value{GDBN} should not stop your program when this signal happens. It may
5534 still print a message telling you that the signal has come in.
5535
5536 @item stop
5537 @value{GDBN} should stop your program when this signal happens. This implies
5538 the @code{print} keyword as well.
5539
5540 @item print
5541 @value{GDBN} should print a message when this signal happens.
5542
5543 @item noprint
5544 @value{GDBN} should not mention the occurrence of the signal at all. This
5545 implies the @code{nostop} keyword as well.
5546
5547 @item pass
5548 @itemx noignore
5549 @value{GDBN} should allow your program to see this signal; your program
5550 can handle the signal, or else it may terminate if the signal is fatal
5551 and not handled. @code{pass} and @code{noignore} are synonyms.
5552
5553 @item nopass
5554 @itemx ignore
5555 @value{GDBN} should not allow your program to see this signal.
5556 @code{nopass} and @code{ignore} are synonyms.
5557 @end table
5558 @c @end group
5559
5560 When a signal stops your program, the signal is not visible to the
5561 program until you
5562 continue. Your program sees the signal then, if @code{pass} is in
5563 effect for the signal in question @emph{at that time}. In other words,
5564 after @value{GDBN} reports a signal, you can use the @code{handle}
5565 command with @code{pass} or @code{nopass} to control whether your
5566 program sees that signal when you continue.
5567
5568 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
5569 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
5570 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
5571 erroneous signals.
5572
5573 You can also use the @code{signal} command to prevent your program from
5574 seeing a signal, or cause it to see a signal it normally would not see,
5575 or to give it any signal at any time. For example, if your program stopped
5576 due to some sort of memory reference error, you might store correct
5577 values into the erroneous variables and continue, hoping to see more
5578 execution; but your program would probably terminate immediately as
5579 a result of the fatal signal once it saw the signal. To prevent this,
5580 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5581 Program a Signal}.
5582
5583 @cindex extra signal information
5584 @anchor{extra signal information}
5585
5586 On some targets, @value{GDBN} can inspect extra signal information
5587 associated with the intercepted signal, before it is actually
5588 delivered to the program being debugged. This information is exported
5589 by the convenience variable @code{$_siginfo}, and consists of data
5590 that is passed by the kernel to the signal handler at the time of the
5591 receipt of a signal. The data type of the information itself is
5592 target dependent. You can see the data type using the @code{ptype
5593 $_siginfo} command. On Unix systems, it typically corresponds to the
5594 standard @code{siginfo_t} type, as defined in the @file{signal.h}
5595 system header.
5596
5597 Here's an example, on a @sc{gnu}/Linux system, printing the stray
5598 referenced address that raised a segmentation fault.
5599
5600 @smallexample
5601 @group
5602 (@value{GDBP}) continue
5603 Program received signal SIGSEGV, Segmentation fault.
5604 0x0000000000400766 in main ()
5605 69 *(int *)p = 0;
5606 (@value{GDBP}) ptype $_siginfo
5607 type = struct @{
5608 int si_signo;
5609 int si_errno;
5610 int si_code;
5611 union @{
5612 int _pad[28];
5613 struct @{...@} _kill;
5614 struct @{...@} _timer;
5615 struct @{...@} _rt;
5616 struct @{...@} _sigchld;
5617 struct @{...@} _sigfault;
5618 struct @{...@} _sigpoll;
5619 @} _sifields;
5620 @}
5621 (@value{GDBP}) ptype $_siginfo._sifields._sigfault
5622 type = struct @{
5623 void *si_addr;
5624 @}
5625 (@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
5626 $1 = (void *) 0x7ffff7ff7000
5627 @end group
5628 @end smallexample
5629
5630 Depending on target support, @code{$_siginfo} may also be writable.
5631
5632 @node Thread Stops
5633 @section Stopping and Starting Multi-thread Programs
5634
5635 @cindex stopped threads
5636 @cindex threads, stopped
5637
5638 @cindex continuing threads
5639 @cindex threads, continuing
5640
5641 @value{GDBN} supports debugging programs with multiple threads
5642 (@pxref{Threads,, Debugging Programs with Multiple Threads}). There
5643 are two modes of controlling execution of your program within the
5644 debugger. In the default mode, referred to as @dfn{all-stop mode},
5645 when any thread in your program stops (for example, at a breakpoint
5646 or while being stepped), all other threads in the program are also stopped by
5647 @value{GDBN}. On some targets, @value{GDBN} also supports
5648 @dfn{non-stop mode}, in which other threads can continue to run freely while
5649 you examine the stopped thread in the debugger.
5650
5651 @menu
5652 * All-Stop Mode:: All threads stop when GDB takes control
5653 * Non-Stop Mode:: Other threads continue to execute
5654 * Background Execution:: Running your program asynchronously
5655 * Thread-Specific Breakpoints:: Controlling breakpoints
5656 * Interrupted System Calls:: GDB may interfere with system calls
5657 * Observer Mode:: GDB does not alter program behavior
5658 @end menu
5659
5660 @node All-Stop Mode
5661 @subsection All-Stop Mode
5662
5663 @cindex all-stop mode
5664
5665 In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
5666 @emph{all} threads of execution stop, not just the current thread. This
5667 allows you to examine the overall state of the program, including
5668 switching between threads, without worrying that things may change
5669 underfoot.
5670
5671 Conversely, whenever you restart the program, @emph{all} threads start
5672 executing. @emph{This is true even when single-stepping} with commands
5673 like @code{step} or @code{next}.
5674
5675 In particular, @value{GDBN} cannot single-step all threads in lockstep.
5676 Since thread scheduling is up to your debugging target's operating
5677 system (not controlled by @value{GDBN}), other threads may
5678 execute more than one statement while the current thread completes a
5679 single step. Moreover, in general other threads stop in the middle of a
5680 statement, rather than at a clean statement boundary, when the program
5681 stops.
5682
5683 You might even find your program stopped in another thread after
5684 continuing or even single-stepping. This happens whenever some other
5685 thread runs into a breakpoint, a signal, or an exception before the
5686 first thread completes whatever you requested.
5687
5688 @cindex automatic thread selection
5689 @cindex switching threads automatically
5690 @cindex threads, automatic switching
5691 Whenever @value{GDBN} stops your program, due to a breakpoint or a
5692 signal, it automatically selects the thread where that breakpoint or
5693 signal happened. @value{GDBN} alerts you to the context switch with a
5694 message such as @samp{[Switching to Thread @var{n}]} to identify the
5695 thread.
5696
5697 On some OSes, you can modify @value{GDBN}'s default behavior by
5698 locking the OS scheduler to allow only a single thread to run.
5699
5700 @table @code
5701 @item set scheduler-locking @var{mode}
5702 @cindex scheduler locking mode
5703 @cindex lock scheduler
5704 Set the scheduler locking mode. If it is @code{off}, then there is no
5705 locking and any thread may run at any time. If @code{on}, then only the
5706 current thread may run when the inferior is resumed. The @code{step}
5707 mode optimizes for single-stepping; it prevents other threads
5708 from preempting the current thread while you are stepping, so that
5709 the focus of debugging does not change unexpectedly.
5710 Other threads only rarely (or never) get a chance to run
5711 when you step. They are more likely to run when you @samp{next} over a
5712 function call, and they are completely free to run when you use commands
5713 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
5714 thread hits a breakpoint during its timeslice, @value{GDBN} does not change
5715 the current thread away from the thread that you are debugging.
5716
5717 @item show scheduler-locking
5718 Display the current scheduler locking mode.
5719 @end table
5720
5721 @cindex resume threads of multiple processes simultaneously
5722 By default, when you issue one of the execution commands such as
5723 @code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
5724 threads of the current inferior to run. For example, if @value{GDBN}
5725 is attached to two inferiors, each with two threads, the
5726 @code{continue} command resumes only the two threads of the current
5727 inferior. This is useful, for example, when you debug a program that
5728 forks and you want to hold the parent stopped (so that, for instance,
5729 it doesn't run to exit), while you debug the child. In other
5730 situations, you may not be interested in inspecting the current state
5731 of any of the processes @value{GDBN} is attached to, and you may want
5732 to resume them all until some breakpoint is hit. In the latter case,
5733 you can instruct @value{GDBN} to allow all threads of all the
5734 inferiors to run with the @w{@code{set schedule-multiple}} command.
5735
5736 @table @code
5737 @kindex set schedule-multiple
5738 @item set schedule-multiple
5739 Set the mode for allowing threads of multiple processes to be resumed
5740 when an execution command is issued. When @code{on}, all threads of
5741 all processes are allowed to run. When @code{off}, only the threads
5742 of the current process are resumed. The default is @code{off}. The
5743 @code{scheduler-locking} mode takes precedence when set to @code{on},
5744 or while you are stepping and set to @code{step}.
5745
5746 @item show schedule-multiple
5747 Display the current mode for resuming the execution of threads of
5748 multiple processes.
5749 @end table
5750
5751 @node Non-Stop Mode
5752 @subsection Non-Stop Mode
5753
5754 @cindex non-stop mode
5755
5756 @c This section is really only a place-holder, and needs to be expanded
5757 @c with more details.
5758
5759 For some multi-threaded targets, @value{GDBN} supports an optional
5760 mode of operation in which you can examine stopped program threads in
5761 the debugger while other threads continue to execute freely. This
5762 minimizes intrusion when debugging live systems, such as programs
5763 where some threads have real-time constraints or must continue to
5764 respond to external events. This is referred to as @dfn{non-stop} mode.
5765
5766 In non-stop mode, when a thread stops to report a debugging event,
5767 @emph{only} that thread is stopped; @value{GDBN} does not stop other
5768 threads as well, in contrast to the all-stop mode behavior. Additionally,
5769 execution commands such as @code{continue} and @code{step} apply by default
5770 only to the current thread in non-stop mode, rather than all threads as
5771 in all-stop mode. This allows you to control threads explicitly in
5772 ways that are not possible in all-stop mode --- for example, stepping
5773 one thread while allowing others to run freely, stepping
5774 one thread while holding all others stopped, or stepping several threads
5775 independently and simultaneously.
5776
5777 To enter non-stop mode, use this sequence of commands before you run
5778 or attach to your program:
5779
5780 @smallexample
5781 # Enable the async interface.
5782 set target-async 1
5783
5784 # If using the CLI, pagination breaks non-stop.
5785 set pagination off
5786
5787 # Finally, turn it on!
5788 set non-stop on
5789 @end smallexample
5790
5791 You can use these commands to manipulate the non-stop mode setting:
5792
5793 @table @code
5794 @kindex set non-stop
5795 @item set non-stop on
5796 Enable selection of non-stop mode.
5797 @item set non-stop off
5798 Disable selection of non-stop mode.
5799 @kindex show non-stop
5800 @item show non-stop
5801 Show the current non-stop enablement setting.
5802 @end table
5803
5804 Note these commands only reflect whether non-stop mode is enabled,
5805 not whether the currently-executing program is being run in non-stop mode.
5806 In particular, the @code{set non-stop} preference is only consulted when
5807 @value{GDBN} starts or connects to the target program, and it is generally
5808 not possible to switch modes once debugging has started. Furthermore,
5809 since not all targets support non-stop mode, even when you have enabled
5810 non-stop mode, @value{GDBN} may still fall back to all-stop operation by
5811 default.
5812
5813 In non-stop mode, all execution commands apply only to the current thread
5814 by default. That is, @code{continue} only continues one thread.
5815 To continue all threads, issue @code{continue -a} or @code{c -a}.
5816
5817 You can use @value{GDBN}'s background execution commands
5818 (@pxref{Background Execution}) to run some threads in the background
5819 while you continue to examine or step others from @value{GDBN}.
5820 The MI execution commands (@pxref{GDB/MI Program Execution}) are
5821 always executed asynchronously in non-stop mode.
5822
5823 Suspending execution is done with the @code{interrupt} command when
5824 running in the background, or @kbd{Ctrl-c} during foreground execution.
5825 In all-stop mode, this stops the whole process;
5826 but in non-stop mode the interrupt applies only to the current thread.
5827 To stop the whole program, use @code{interrupt -a}.
5828
5829 Other execution commands do not currently support the @code{-a} option.
5830
5831 In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
5832 that thread current, as it does in all-stop mode. This is because the
5833 thread stop notifications are asynchronous with respect to @value{GDBN}'s
5834 command interpreter, and it would be confusing if @value{GDBN} unexpectedly
5835 changed to a different thread just as you entered a command to operate on the
5836 previously current thread.
5837
5838 @node Background Execution
5839 @subsection Background Execution
5840
5841 @cindex foreground execution
5842 @cindex background execution
5843 @cindex asynchronous execution
5844 @cindex execution, foreground, background and asynchronous
5845
5846 @value{GDBN}'s execution commands have two variants: the normal
5847 foreground (synchronous) behavior, and a background
5848 (asynchronous) behavior. In foreground execution, @value{GDBN} waits for
5849 the program to report that some thread has stopped before prompting for
5850 another command. In background execution, @value{GDBN} immediately gives
5851 a command prompt so that you can issue other commands while your program runs.
5852
5853 You need to explicitly enable asynchronous mode before you can use
5854 background execution commands. You can use these commands to
5855 manipulate the asynchronous mode setting:
5856
5857 @table @code
5858 @kindex set target-async
5859 @item set target-async on
5860 Enable asynchronous mode.
5861 @item set target-async off
5862 Disable asynchronous mode.
5863 @kindex show target-async
5864 @item show target-async
5865 Show the current target-async setting.
5866 @end table
5867
5868 If the target doesn't support async mode, @value{GDBN} issues an error
5869 message if you attempt to use the background execution commands.
5870
5871 To specify background execution, add a @code{&} to the command. For example,
5872 the background form of the @code{continue} command is @code{continue&}, or
5873 just @code{c&}. The execution commands that accept background execution
5874 are:
5875
5876 @table @code
5877 @kindex run&
5878 @item run
5879 @xref{Starting, , Starting your Program}.
5880
5881 @item attach
5882 @kindex attach&
5883 @xref{Attach, , Debugging an Already-running Process}.
5884
5885 @item step
5886 @kindex step&
5887 @xref{Continuing and Stepping, step}.
5888
5889 @item stepi
5890 @kindex stepi&
5891 @xref{Continuing and Stepping, stepi}.
5892
5893 @item next
5894 @kindex next&
5895 @xref{Continuing and Stepping, next}.
5896
5897 @item nexti
5898 @kindex nexti&
5899 @xref{Continuing and Stepping, nexti}.
5900
5901 @item continue
5902 @kindex continue&
5903 @xref{Continuing and Stepping, continue}.
5904
5905 @item finish
5906 @kindex finish&
5907 @xref{Continuing and Stepping, finish}.
5908
5909 @item until
5910 @kindex until&
5911 @xref{Continuing and Stepping, until}.
5912
5913 @end table
5914
5915 Background execution is especially useful in conjunction with non-stop
5916 mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
5917 However, you can also use these commands in the normal all-stop mode with
5918 the restriction that you cannot issue another execution command until the
5919 previous one finishes. Examples of commands that are valid in all-stop
5920 mode while the program is running include @code{help} and @code{info break}.
5921
5922 You can interrupt your program while it is running in the background by
5923 using the @code{interrupt} command.
5924
5925 @table @code
5926 @kindex interrupt
5927 @item interrupt
5928 @itemx interrupt -a
5929
5930 Suspend execution of the running program. In all-stop mode,
5931 @code{interrupt} stops the whole process, but in non-stop mode, it stops
5932 only the current thread. To stop the whole program in non-stop mode,
5933 use @code{interrupt -a}.
5934 @end table
5935
5936 @node Thread-Specific Breakpoints
5937 @subsection Thread-Specific Breakpoints
5938
5939 When your program has multiple threads (@pxref{Threads,, Debugging
5940 Programs with Multiple Threads}), you can choose whether to set
5941 breakpoints on all threads, or on a particular thread.
5942
5943 @table @code
5944 @cindex breakpoints and threads
5945 @cindex thread breakpoints
5946 @kindex break @dots{} thread @var{threadno}
5947 @item break @var{linespec} thread @var{threadno}
5948 @itemx break @var{linespec} thread @var{threadno} if @dots{}
5949 @var{linespec} specifies source lines; there are several ways of
5950 writing them (@pxref{Specify Location}), but the effect is always to
5951 specify some source line.
5952
5953 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
5954 to specify that you only want @value{GDBN} to stop the program when a
5955 particular thread reaches this breakpoint. The @var{threadno} specifier
5956 is one of the numeric thread identifiers assigned by @value{GDBN}, shown
5957 in the first column of the @samp{info threads} display.
5958
5959 If you do not specify @samp{thread @var{threadno}} when you set a
5960 breakpoint, the breakpoint applies to @emph{all} threads of your
5961 program.
5962
5963 You can use the @code{thread} qualifier on conditional breakpoints as
5964 well; in this case, place @samp{thread @var{threadno}} before or
5965 after the breakpoint condition, like this:
5966
5967 @smallexample
5968 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
5969 @end smallexample
5970
5971 @end table
5972
5973 Thread-specific breakpoints are automatically deleted when
5974 @value{GDBN} detects the corresponding thread is no longer in the
5975 thread list. For example:
5976
5977 @smallexample
5978 (@value{GDBP}) c
5979 Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
5980 @end smallexample
5981
5982 There are several ways for a thread to disappear, such as a regular
5983 thread exit, but also when you detach from the process with the
5984 @code{detach} command (@pxref{Attach, ,Debugging an Already-running
5985 Process}), or if @value{GDBN} loses the remote connection
5986 (@pxref{Remote Debugging}), etc. Note that with some targets,
5987 @value{GDBN} is only able to detect a thread has exited when the user
5988 explictly asks for the thread list with the @code{info threads}
5989 command.
5990
5991 @node Interrupted System Calls
5992 @subsection Interrupted System Calls
5993
5994 @cindex thread breakpoints and system calls
5995 @cindex system calls and thread breakpoints
5996 @cindex premature return from system calls
5997 There is an unfortunate side effect when using @value{GDBN} to debug
5998 multi-threaded programs. If one thread stops for a
5999 breakpoint, or for some other reason, and another thread is blocked in a
6000 system call, then the system call may return prematurely. This is a
6001 consequence of the interaction between multiple threads and the signals
6002 that @value{GDBN} uses to implement breakpoints and other events that
6003 stop execution.
6004
6005 To handle this problem, your program should check the return value of
6006 each system call and react appropriately. This is good programming
6007 style anyways.
6008
6009 For example, do not write code like this:
6010
6011 @smallexample
6012 sleep (10);
6013 @end smallexample
6014
6015 The call to @code{sleep} will return early if a different thread stops
6016 at a breakpoint or for some other reason.
6017
6018 Instead, write this:
6019
6020 @smallexample
6021 int unslept = 10;
6022 while (unslept > 0)
6023 unslept = sleep (unslept);
6024 @end smallexample
6025
6026 A system call is allowed to return early, so the system is still
6027 conforming to its specification. But @value{GDBN} does cause your
6028 multi-threaded program to behave differently than it would without
6029 @value{GDBN}.
6030
6031 Also, @value{GDBN} uses internal breakpoints in the thread library to
6032 monitor certain events such as thread creation and thread destruction.
6033 When such an event happens, a system call in another thread may return
6034 prematurely, even though your program does not appear to stop.
6035
6036 @node Observer Mode
6037 @subsection Observer Mode
6038
6039 If you want to build on non-stop mode and observe program behavior
6040 without any chance of disruption by @value{GDBN}, you can set
6041 variables to disable all of the debugger's attempts to modify state,
6042 whether by writing memory, inserting breakpoints, etc. These operate
6043 at a low level, intercepting operations from all commands.
6044
6045 When all of these are set to @code{off}, then @value{GDBN} is said to
6046 be @dfn{observer mode}. As a convenience, the variable
6047 @code{observer} can be set to disable these, plus enable non-stop
6048 mode.
6049
6050 Note that @value{GDBN} will not prevent you from making nonsensical
6051 combinations of these settings. For instance, if you have enabled
6052 @code{may-insert-breakpoints} but disabled @code{may-write-memory},
6053 then breakpoints that work by writing trap instructions into the code
6054 stream will still not be able to be placed.
6055
6056 @table @code
6057
6058 @kindex observer
6059 @item set observer on
6060 @itemx set observer off
6061 When set to @code{on}, this disables all the permission variables
6062 below (except for @code{insert-fast-tracepoints}), plus enables
6063 non-stop debugging. Setting this to @code{off} switches back to
6064 normal debugging, though remaining in non-stop mode.
6065
6066 @item show observer
6067 Show whether observer mode is on or off.
6068
6069 @kindex may-write-registers
6070 @item set may-write-registers on
6071 @itemx set may-write-registers off
6072 This controls whether @value{GDBN} will attempt to alter the values of
6073 registers, such as with assignment expressions in @code{print}, or the
6074 @code{jump} command. It defaults to @code{on}.
6075
6076 @item show may-write-registers
6077 Show the current permission to write registers.
6078
6079 @kindex may-write-memory
6080 @item set may-write-memory on
6081 @itemx set may-write-memory off
6082 This controls whether @value{GDBN} will attempt to alter the contents
6083 of memory, such as with assignment expressions in @code{print}. It
6084 defaults to @code{on}.
6085
6086 @item show may-write-memory
6087 Show the current permission to write memory.
6088
6089 @kindex may-insert-breakpoints
6090 @item set may-insert-breakpoints on
6091 @itemx set may-insert-breakpoints off
6092 This controls whether @value{GDBN} will attempt to insert breakpoints.
6093 This affects all breakpoints, including internal breakpoints defined
6094 by @value{GDBN}. It defaults to @code{on}.
6095
6096 @item show may-insert-breakpoints
6097 Show the current permission to insert breakpoints.
6098
6099 @kindex may-insert-tracepoints
6100 @item set may-insert-tracepoints on
6101 @itemx set may-insert-tracepoints off
6102 This controls whether @value{GDBN} will attempt to insert (regular)
6103 tracepoints at the beginning of a tracing experiment. It affects only
6104 non-fast tracepoints, fast tracepoints being under the control of
6105 @code{may-insert-fast-tracepoints}. It defaults to @code{on}.
6106
6107 @item show may-insert-tracepoints
6108 Show the current permission to insert tracepoints.
6109
6110 @kindex may-insert-fast-tracepoints
6111 @item set may-insert-fast-tracepoints on
6112 @itemx set may-insert-fast-tracepoints off
6113 This controls whether @value{GDBN} will attempt to insert fast
6114 tracepoints at the beginning of a tracing experiment. It affects only
6115 fast tracepoints, regular (non-fast) tracepoints being under the
6116 control of @code{may-insert-tracepoints}. It defaults to @code{on}.
6117
6118 @item show may-insert-fast-tracepoints
6119 Show the current permission to insert fast tracepoints.
6120
6121 @kindex may-interrupt
6122 @item set may-interrupt on
6123 @itemx set may-interrupt off
6124 This controls whether @value{GDBN} will attempt to interrupt or stop
6125 program execution. When this variable is @code{off}, the
6126 @code{interrupt} command will have no effect, nor will
6127 @kbd{Ctrl-c}. It defaults to @code{on}.
6128
6129 @item show may-interrupt
6130 Show the current permission to interrupt or stop the program.
6131
6132 @end table
6133
6134 @node Reverse Execution
6135 @chapter Running programs backward
6136 @cindex reverse execution
6137 @cindex running programs backward
6138
6139 When you are debugging a program, it is not unusual to realize that
6140 you have gone too far, and some event of interest has already happened.
6141 If the target environment supports it, @value{GDBN} can allow you to
6142 ``rewind'' the program by running it backward.
6143
6144 A target environment that supports reverse execution should be able
6145 to ``undo'' the changes in machine state that have taken place as the
6146 program was executing normally. Variables, registers etc.@: should
6147 revert to their previous values. Obviously this requires a great
6148 deal of sophistication on the part of the target environment; not
6149 all target environments can support reverse execution.
6150
6151 When a program is executed in reverse, the instructions that
6152 have most recently been executed are ``un-executed'', in reverse
6153 order. The program counter runs backward, following the previous
6154 thread of execution in reverse. As each instruction is ``un-executed'',
6155 the values of memory and/or registers that were changed by that
6156 instruction are reverted to their previous states. After executing
6157 a piece of source code in reverse, all side effects of that code
6158 should be ``undone'', and all variables should be returned to their
6159 prior values@footnote{
6160 Note that some side effects are easier to undo than others. For instance,
6161 memory and registers are relatively easy, but device I/O is hard. Some
6162 targets may be able undo things like device I/O, and some may not.
6163
6164 The contract between @value{GDBN} and the reverse executing target
6165 requires only that the target do something reasonable when
6166 @value{GDBN} tells it to execute backwards, and then report the
6167 results back to @value{GDBN}. Whatever the target reports back to
6168 @value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
6169 assumes that the memory and registers that the target reports are in a
6170 consistant state, but @value{GDBN} accepts whatever it is given.
6171 }.
6172
6173 If you are debugging in a target environment that supports
6174 reverse execution, @value{GDBN} provides the following commands.
6175
6176 @table @code
6177 @kindex reverse-continue
6178 @kindex rc @r{(@code{reverse-continue})}
6179 @item reverse-continue @r{[}@var{ignore-count}@r{]}
6180 @itemx rc @r{[}@var{ignore-count}@r{]}
6181 Beginning at the point where your program last stopped, start executing
6182 in reverse. Reverse execution will stop for breakpoints and synchronous
6183 exceptions (signals), just like normal execution. Behavior of
6184 asynchronous signals depends on the target environment.
6185
6186 @kindex reverse-step
6187 @kindex rs @r{(@code{step})}
6188 @item reverse-step @r{[}@var{count}@r{]}
6189 Run the program backward until control reaches the start of a
6190 different source line; then stop it, and return control to @value{GDBN}.
6191
6192 Like the @code{step} command, @code{reverse-step} will only stop
6193 at the beginning of a source line. It ``un-executes'' the previously
6194 executed source line. If the previous source line included calls to
6195 debuggable functions, @code{reverse-step} will step (backward) into
6196 the called function, stopping at the beginning of the @emph{last}
6197 statement in the called function (typically a return statement).
6198
6199 Also, as with the @code{step} command, if non-debuggable functions are
6200 called, @code{reverse-step} will run thru them backward without stopping.
6201
6202 @kindex reverse-stepi
6203 @kindex rsi @r{(@code{reverse-stepi})}
6204 @item reverse-stepi @r{[}@var{count}@r{]}
6205 Reverse-execute one machine instruction. Note that the instruction
6206 to be reverse-executed is @emph{not} the one pointed to by the program
6207 counter, but the instruction executed prior to that one. For instance,
6208 if the last instruction was a jump, @code{reverse-stepi} will take you
6209 back from the destination of the jump to the jump instruction itself.
6210
6211 @kindex reverse-next
6212 @kindex rn @r{(@code{reverse-next})}
6213 @item reverse-next @r{[}@var{count}@r{]}
6214 Run backward to the beginning of the previous line executed in
6215 the current (innermost) stack frame. If the line contains function
6216 calls, they will be ``un-executed'' without stopping. Starting from
6217 the first line of a function, @code{reverse-next} will take you back
6218 to the caller of that function, @emph{before} the function was called,
6219 just as the normal @code{next} command would take you from the last
6220 line of a function back to its return to its caller
6221 @footnote{Unless the code is too heavily optimized.}.
6222
6223 @kindex reverse-nexti
6224 @kindex rni @r{(@code{reverse-nexti})}
6225 @item reverse-nexti @r{[}@var{count}@r{]}
6226 Like @code{nexti}, @code{reverse-nexti} executes a single instruction
6227 in reverse, except that called functions are ``un-executed'' atomically.
6228 That is, if the previously executed instruction was a return from
6229 another function, @code{reverse-nexti} will continue to execute
6230 in reverse until the call to that function (from the current stack
6231 frame) is reached.
6232
6233 @kindex reverse-finish
6234 @item reverse-finish
6235 Just as the @code{finish} command takes you to the point where the
6236 current function returns, @code{reverse-finish} takes you to the point
6237 where it was called. Instead of ending up at the end of the current
6238 function invocation, you end up at the beginning.
6239
6240 @kindex set exec-direction
6241 @item set exec-direction
6242 Set the direction of target execution.
6243 @item set exec-direction reverse
6244 @cindex execute forward or backward in time
6245 @value{GDBN} will perform all execution commands in reverse, until the
6246 exec-direction mode is changed to ``forward''. Affected commands include
6247 @code{step, stepi, next, nexti, continue, and finish}. The @code{return}
6248 command cannot be used in reverse mode.
6249 @item set exec-direction forward
6250 @value{GDBN} will perform all execution commands in the normal fashion.
6251 This is the default.
6252 @end table
6253
6254
6255 @node Process Record and Replay
6256 @chapter Recording Inferior's Execution and Replaying It
6257 @cindex process record and replay
6258 @cindex recording inferior's execution and replaying it
6259
6260 On some platforms, @value{GDBN} provides a special @dfn{process record
6261 and replay} target that can record a log of the process execution, and
6262 replay it later with both forward and reverse execution commands.
6263
6264 @cindex replay mode
6265 When this target is in use, if the execution log includes the record
6266 for the next instruction, @value{GDBN} will debug in @dfn{replay
6267 mode}. In the replay mode, the inferior does not really execute code
6268 instructions. Instead, all the events that normally happen during
6269 code execution are taken from the execution log. While code is not
6270 really executed in replay mode, the values of registers (including the
6271 program counter register) and the memory of the inferior are still
6272 changed as they normally would. Their contents are taken from the
6273 execution log.
6274
6275 @cindex record mode
6276 If the record for the next instruction is not in the execution log,
6277 @value{GDBN} will debug in @dfn{record mode}. In this mode, the
6278 inferior executes normally, and @value{GDBN} records the execution log
6279 for future replay.
6280
6281 The process record and replay target supports reverse execution
6282 (@pxref{Reverse Execution}), even if the platform on which the
6283 inferior runs does not. However, the reverse execution is limited in
6284 this case by the range of the instructions recorded in the execution
6285 log. In other words, reverse execution on platforms that don't
6286 support it directly can only be done in the replay mode.
6287
6288 When debugging in the reverse direction, @value{GDBN} will work in
6289 replay mode as long as the execution log includes the record for the
6290 previous instruction; otherwise, it will work in record mode, if the
6291 platform supports reverse execution, or stop if not.
6292
6293 For architecture environments that support process record and replay,
6294 @value{GDBN} provides the following commands:
6295
6296 @table @code
6297 @kindex target record
6298 @kindex target record-full
6299 @kindex target record-btrace
6300 @kindex record
6301 @kindex record full
6302 @kindex record btrace
6303 @kindex rec
6304 @kindex rec full
6305 @kindex rec btrace
6306 @item record @var{method}
6307 This command starts the process record and replay target. The
6308 recording method can be specified as parameter. Without a parameter
6309 the command uses the @code{full} recording method. The following
6310 recording methods are available:
6311
6312 @table @code
6313 @item full
6314 Full record/replay recording using @value{GDBN}'s software record and
6315 replay implementation. This method allows replaying and reverse
6316 execution.
6317
6318 @item btrace
6319 Hardware-supported instruction recording. This method does not record
6320 data. Further, the data is collected in a ring buffer so old data will
6321 be overwritten when the buffer is full. It allows limited replay and
6322 reverse execution.
6323
6324 This recording method may not be available on all processors.
6325 @end table
6326
6327 The process record and replay target can only debug a process that is
6328 already running. Therefore, you need first to start the process with
6329 the @kbd{run} or @kbd{start} commands, and then start the recording
6330 with the @kbd{record @var{method}} command.
6331
6332 Both @code{record @var{method}} and @code{rec @var{method}} are
6333 aliases of @code{target record-@var{method}}.
6334
6335 @cindex displaced stepping, and process record and replay
6336 Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
6337 will be automatically disabled when process record and replay target
6338 is started. That's because the process record and replay target
6339 doesn't support displaced stepping.
6340
6341 @cindex non-stop mode, and process record and replay
6342 @cindex asynchronous execution, and process record and replay
6343 If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
6344 the asynchronous execution mode (@pxref{Background Execution}), not
6345 all recording methods are available. The @code{full} recording method
6346 does not support these two modes.
6347
6348 @kindex record stop
6349 @kindex rec s
6350 @item record stop
6351 Stop the process record and replay target. When process record and
6352 replay target stops, the entire execution log will be deleted and the
6353 inferior will either be terminated, or will remain in its final state.
6354
6355 When you stop the process record and replay target in record mode (at
6356 the end of the execution log), the inferior will be stopped at the
6357 next instruction that would have been recorded. In other words, if
6358 you record for a while and then stop recording, the inferior process
6359 will be left in the same state as if the recording never happened.
6360
6361 On the other hand, if the process record and replay target is stopped
6362 while in replay mode (that is, not at the end of the execution log,
6363 but at some earlier point), the inferior process will become ``live''
6364 at that earlier state, and it will then be possible to continue the
6365 usual ``live'' debugging of the process from that state.
6366
6367 When the inferior process exits, or @value{GDBN} detaches from it,
6368 process record and replay target will automatically stop itself.
6369
6370 @kindex record goto
6371 @item record goto
6372 Go to a specific location in the execution log. There are several
6373 ways to specify the location to go to:
6374
6375 @table @code
6376 @item record goto begin
6377 @itemx record goto start
6378 Go to the beginning of the execution log.
6379
6380 @item record goto end
6381 Go to the end of the execution log.
6382
6383 @item record goto @var{n}
6384 Go to instruction number @var{n} in the execution log.
6385 @end table
6386
6387 @kindex record save
6388 @item record save @var{filename}
6389 Save the execution log to a file @file{@var{filename}}.
6390 Default filename is @file{gdb_record.@var{process_id}}, where
6391 @var{process_id} is the process ID of the inferior.
6392
6393 This command may not be available for all recording methods.
6394
6395 @kindex record restore
6396 @item record restore @var{filename}
6397 Restore the execution log from a file @file{@var{filename}}.
6398 File must have been created with @code{record save}.
6399
6400 @kindex set record full
6401 @item set record full insn-number-max @var{limit}
6402 @itemx set record full insn-number-max unlimited
6403 Set the limit of instructions to be recorded for the @code{full}
6404 recording method. Default value is 200000.
6405
6406 If @var{limit} is a positive number, then @value{GDBN} will start
6407 deleting instructions from the log once the number of the record
6408 instructions becomes greater than @var{limit}. For every new recorded
6409 instruction, @value{GDBN} will delete the earliest recorded
6410 instruction to keep the number of recorded instructions at the limit.
6411 (Since deleting recorded instructions loses information, @value{GDBN}
6412 lets you control what happens when the limit is reached, by means of
6413 the @code{stop-at-limit} option, described below.)
6414
6415 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
6416 delete recorded instructions from the execution log. The number of
6417 recorded instructions is limited only by the available memory.
6418
6419 @kindex show record full
6420 @item show record full insn-number-max
6421 Show the limit of instructions to be recorded with the @code{full}
6422 recording method.
6423
6424 @item set record full stop-at-limit
6425 Control the behavior of the @code{full} recording method when the
6426 number of recorded instructions reaches the limit. If ON (the
6427 default), @value{GDBN} will stop when the limit is reached for the
6428 first time and ask you whether you want to stop the inferior or
6429 continue running it and recording the execution log. If you decide
6430 to continue recording, each new recorded instruction will cause the
6431 oldest one to be deleted.
6432
6433 If this option is OFF, @value{GDBN} will automatically delete the
6434 oldest record to make room for each new one, without asking.
6435
6436 @item show record full stop-at-limit
6437 Show the current setting of @code{stop-at-limit}.
6438
6439 @item set record full memory-query
6440 Control the behavior when @value{GDBN} is unable to record memory
6441 changes caused by an instruction for the @code{full} recording method.
6442 If ON, @value{GDBN} will query whether to stop the inferior in that
6443 case.
6444
6445 If this option is OFF (the default), @value{GDBN} will automatically
6446 ignore the effect of such instructions on memory. Later, when
6447 @value{GDBN} replays this execution log, it will mark the log of this
6448 instruction as not accessible, and it will not affect the replay
6449 results.
6450
6451 @item show record full memory-query
6452 Show the current setting of @code{memory-query}.
6453
6454 @kindex set record btrace
6455 The @code{btrace} record target does not trace data. As a
6456 convenience, when replaying, @value{GDBN} reads read-only memory off
6457 the live program directly, assuming that the addresses of the
6458 read-only areas don't change. This for example makes it possible to
6459 disassemble code while replaying, but not to print variables.
6460 In some cases, being able to inspect variables might be useful.
6461 You can use the following command for that:
6462
6463 @item set record btrace replay-memory-access
6464 Control the behavior of the @code{btrace} recording method when
6465 accessing memory during replay. If @code{read-only} (the default),
6466 @value{GDBN} will only allow accesses to read-only memory.
6467 If @code{read-write}, @value{GDBN} will allow accesses to read-only
6468 and to read-write memory. Beware that the accessed memory corresponds
6469 to the live target and not necessarily to the current replay
6470 position.
6471
6472 @kindex show record btrace
6473 @item show record btrace replay-memory-access
6474 Show the current setting of @code{replay-memory-access}.
6475
6476 @kindex info record
6477 @item info record
6478 Show various statistics about the recording depending on the recording
6479 method:
6480
6481 @table @code
6482 @item full
6483 For the @code{full} recording method, it shows the state of process
6484 record and its in-memory execution log buffer, including:
6485
6486 @itemize @bullet
6487 @item
6488 Whether in record mode or replay mode.
6489 @item
6490 Lowest recorded instruction number (counting from when the current execution log started recording instructions).
6491 @item
6492 Highest recorded instruction number.
6493 @item
6494 Current instruction about to be replayed (if in replay mode).
6495 @item
6496 Number of instructions contained in the execution log.
6497 @item
6498 Maximum number of instructions that may be contained in the execution log.
6499 @end itemize
6500
6501 @item btrace
6502 For the @code{btrace} recording method, it shows the number of
6503 instructions that have been recorded and the number of blocks of
6504 sequential control-flow that is formed by the recorded instructions.
6505 @end table
6506
6507 @kindex record delete
6508 @kindex rec del
6509 @item record delete
6510 When record target runs in replay mode (``in the past''), delete the
6511 subsequent execution log and begin to record a new execution log starting
6512 from the current address. This means you will abandon the previously
6513 recorded ``future'' and begin recording a new ``future''.
6514
6515 @kindex record instruction-history
6516 @kindex rec instruction-history
6517 @item record instruction-history
6518 Disassembles instructions from the recorded execution log. By
6519 default, ten instructions are disassembled. This can be changed using
6520 the @code{set record instruction-history-size} command. Instructions
6521 are printed in execution order. There are several ways to specify
6522 what part of the execution log to disassemble:
6523
6524 @table @code
6525 @item record instruction-history @var{insn}
6526 Disassembles ten instructions starting from instruction number
6527 @var{insn}.
6528
6529 @item record instruction-history @var{insn}, +/-@var{n}
6530 Disassembles @var{n} instructions around instruction number
6531 @var{insn}. If @var{n} is preceded with @code{+}, disassembles
6532 @var{n} instructions after instruction number @var{insn}. If
6533 @var{n} is preceded with @code{-}, disassembles @var{n}
6534 instructions before instruction number @var{insn}.
6535
6536 @item record instruction-history
6537 Disassembles ten more instructions after the last disassembly.
6538
6539 @item record instruction-history -
6540 Disassembles ten more instructions before the last disassembly.
6541
6542 @item record instruction-history @var{begin} @var{end}
6543 Disassembles instructions beginning with instruction number
6544 @var{begin} until instruction number @var{end}. The instruction
6545 number @var{end} is included.
6546 @end table
6547
6548 This command may not be available for all recording methods.
6549
6550 @kindex set record
6551 @item set record instruction-history-size @var{size}
6552 @itemx set record instruction-history-size unlimited
6553 Define how many instructions to disassemble in the @code{record
6554 instruction-history} command. The default value is 10.
6555 A @var{size} of @code{unlimited} means unlimited instructions.
6556
6557 @kindex show record
6558 @item show record instruction-history-size
6559 Show how many instructions to disassemble in the @code{record
6560 instruction-history} command.
6561
6562 @kindex record function-call-history
6563 @kindex rec function-call-history
6564 @item record function-call-history
6565 Prints the execution history at function granularity. It prints one
6566 line for each sequence of instructions that belong to the same
6567 function giving the name of that function, the source lines
6568 for this instruction sequence (if the @code{/l} modifier is
6569 specified), and the instructions numbers that form the sequence (if
6570 the @code{/i} modifier is specified). The function names are indented
6571 to reflect the call stack depth if the @code{/c} modifier is
6572 specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
6573 given together.
6574
6575 @smallexample
6576 (@value{GDBP}) @b{list 1, 10}
6577 1 void foo (void)
6578 2 @{
6579 3 @}
6580 4
6581 5 void bar (void)
6582 6 @{
6583 7 ...
6584 8 foo ();
6585 9 ...
6586 10 @}
6587 (@value{GDBP}) @b{record function-call-history /ilc}
6588 1 bar inst 1,4 at foo.c:6,8
6589 2 foo inst 5,10 at foo.c:2,3
6590 3 bar inst 11,13 at foo.c:9,10
6591 @end smallexample
6592
6593 By default, ten lines are printed. This can be changed using the
6594 @code{set record function-call-history-size} command. Functions are
6595 printed in execution order. There are several ways to specify what
6596 to print:
6597
6598 @table @code
6599 @item record function-call-history @var{func}
6600 Prints ten functions starting from function number @var{func}.
6601
6602 @item record function-call-history @var{func}, +/-@var{n}
6603 Prints @var{n} functions around function number @var{func}. If
6604 @var{n} is preceded with @code{+}, prints @var{n} functions after
6605 function number @var{func}. If @var{n} is preceded with @code{-},
6606 prints @var{n} functions before function number @var{func}.
6607
6608 @item record function-call-history
6609 Prints ten more functions after the last ten-line print.
6610
6611 @item record function-call-history -
6612 Prints ten more functions before the last ten-line print.
6613
6614 @item record function-call-history @var{begin} @var{end}
6615 Prints functions beginning with function number @var{begin} until
6616 function number @var{end}. The function number @var{end} is included.
6617 @end table
6618
6619 This command may not be available for all recording methods.
6620
6621 @item set record function-call-history-size @var{size}
6622 @itemx set record function-call-history-size unlimited
6623 Define how many lines to print in the
6624 @code{record function-call-history} command. The default value is 10.
6625 A size of @code{unlimited} means unlimited lines.
6626
6627 @item show record function-call-history-size
6628 Show how many lines to print in the
6629 @code{record function-call-history} command.
6630 @end table
6631
6632
6633 @node Stack
6634 @chapter Examining the Stack
6635
6636 When your program has stopped, the first thing you need to know is where it
6637 stopped and how it got there.
6638
6639 @cindex call stack
6640 Each time your program performs a function call, information about the call
6641 is generated.
6642 That information includes the location of the call in your program,
6643 the arguments of the call,
6644 and the local variables of the function being called.
6645 The information is saved in a block of data called a @dfn{stack frame}.
6646 The stack frames are allocated in a region of memory called the @dfn{call
6647 stack}.
6648
6649 When your program stops, the @value{GDBN} commands for examining the
6650 stack allow you to see all of this information.
6651
6652 @cindex selected frame
6653 One of the stack frames is @dfn{selected} by @value{GDBN} and many
6654 @value{GDBN} commands refer implicitly to the selected frame. In
6655 particular, whenever you ask @value{GDBN} for the value of a variable in
6656 your program, the value is found in the selected frame. There are
6657 special @value{GDBN} commands to select whichever frame you are
6658 interested in. @xref{Selection, ,Selecting a Frame}.
6659
6660 When your program stops, @value{GDBN} automatically selects the
6661 currently executing frame and describes it briefly, similar to the
6662 @code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
6663
6664 @menu
6665 * Frames:: Stack frames
6666 * Backtrace:: Backtraces
6667 * Frame Filter Management:: Managing frame filters
6668 * Selection:: Selecting a frame
6669 * Frame Info:: Information on a frame
6670
6671 @end menu
6672
6673 @node Frames
6674 @section Stack Frames
6675
6676 @cindex frame, definition
6677 @cindex stack frame
6678 The call stack is divided up into contiguous pieces called @dfn{stack
6679 frames}, or @dfn{frames} for short; each frame is the data associated
6680 with one call to one function. The frame contains the arguments given
6681 to the function, the function's local variables, and the address at
6682 which the function is executing.
6683
6684 @cindex initial frame
6685 @cindex outermost frame
6686 @cindex innermost frame
6687 When your program is started, the stack has only one frame, that of the
6688 function @code{main}. This is called the @dfn{initial} frame or the
6689 @dfn{outermost} frame. Each time a function is called, a new frame is
6690 made. Each time a function returns, the frame for that function invocation
6691 is eliminated. If a function is recursive, there can be many frames for
6692 the same function. The frame for the function in which execution is
6693 actually occurring is called the @dfn{innermost} frame. This is the most
6694 recently created of all the stack frames that still exist.
6695
6696 @cindex frame pointer
6697 Inside your program, stack frames are identified by their addresses. A
6698 stack frame consists of many bytes, each of which has its own address; each
6699 kind of computer has a convention for choosing one byte whose
6700 address serves as the address of the frame. Usually this address is kept
6701 in a register called the @dfn{frame pointer register}
6702 (@pxref{Registers, $fp}) while execution is going on in that frame.
6703
6704 @cindex frame number
6705 @value{GDBN} assigns numbers to all existing stack frames, starting with
6706 zero for the innermost frame, one for the frame that called it,
6707 and so on upward. These numbers do not really exist in your program;
6708 they are assigned by @value{GDBN} to give you a way of designating stack
6709 frames in @value{GDBN} commands.
6710
6711 @c The -fomit-frame-pointer below perennially causes hbox overflow
6712 @c underflow problems.
6713 @cindex frameless execution
6714 Some compilers provide a way to compile functions so that they operate
6715 without stack frames. (For example, the @value{NGCC} option
6716 @smallexample
6717 @samp{-fomit-frame-pointer}
6718 @end smallexample
6719 generates functions without a frame.)
6720 This is occasionally done with heavily used library functions to save
6721 the frame setup time. @value{GDBN} has limited facilities for dealing
6722 with these function invocations. If the innermost function invocation
6723 has no stack frame, @value{GDBN} nevertheless regards it as though
6724 it had a separate frame, which is numbered zero as usual, allowing
6725 correct tracing of the function call chain. However, @value{GDBN} has
6726 no provision for frameless functions elsewhere in the stack.
6727
6728 @table @code
6729 @kindex frame@r{, command}
6730 @cindex current stack frame
6731 @item frame @r{[}@var{framespec}@r{]}
6732 The @code{frame} command allows you to move from one stack frame to another,
6733 and to print the stack frame you select. The @var{framespec} may be either the
6734 address of the frame or the stack frame number. Without an argument,
6735 @code{frame} prints the current stack frame.
6736
6737 @kindex select-frame
6738 @cindex selecting frame silently
6739 @item select-frame
6740 The @code{select-frame} command allows you to move from one stack frame
6741 to another without printing the frame. This is the silent version of
6742 @code{frame}.
6743 @end table
6744
6745 @node Backtrace
6746 @section Backtraces
6747
6748 @cindex traceback
6749 @cindex call stack traces
6750 A backtrace is a summary of how your program got where it is. It shows one
6751 line per frame, for many frames, starting with the currently executing
6752 frame (frame zero), followed by its caller (frame one), and on up the
6753 stack.
6754
6755 @anchor{backtrace-command}
6756 @table @code
6757 @kindex backtrace
6758 @kindex bt @r{(@code{backtrace})}
6759 @item backtrace
6760 @itemx bt
6761 Print a backtrace of the entire stack: one line per frame for all
6762 frames in the stack.
6763
6764 You can stop the backtrace at any time by typing the system interrupt
6765 character, normally @kbd{Ctrl-c}.
6766
6767 @item backtrace @var{n}
6768 @itemx bt @var{n}
6769 Similar, but print only the innermost @var{n} frames.
6770
6771 @item backtrace -@var{n}
6772 @itemx bt -@var{n}
6773 Similar, but print only the outermost @var{n} frames.
6774
6775 @item backtrace full
6776 @itemx bt full
6777 @itemx bt full @var{n}
6778 @itemx bt full -@var{n}
6779 Print the values of the local variables also. As described above,
6780 @var{n} specifies the number of frames to print.
6781
6782 @item backtrace no-filters
6783 @itemx bt no-filters
6784 @itemx bt no-filters @var{n}
6785 @itemx bt no-filters -@var{n}
6786 @itemx bt no-filters full
6787 @itemx bt no-filters full @var{n}
6788 @itemx bt no-filters full -@var{n}
6789 Do not run Python frame filters on this backtrace. @xref{Frame
6790 Filter API}, for more information. Additionally use @ref{disable
6791 frame-filter all} to turn off all frame filters. This is only
6792 relevant when @value{GDBN} has been configured with @code{Python}
6793 support.
6794 @end table
6795
6796 @kindex where
6797 @kindex info stack
6798 The names @code{where} and @code{info stack} (abbreviated @code{info s})
6799 are additional aliases for @code{backtrace}.
6800
6801 @cindex multiple threads, backtrace
6802 In a multi-threaded program, @value{GDBN} by default shows the
6803 backtrace only for the current thread. To display the backtrace for
6804 several or all of the threads, use the command @code{thread apply}
6805 (@pxref{Threads, thread apply}). For example, if you type @kbd{thread
6806 apply all backtrace}, @value{GDBN} will display the backtrace for all
6807 the threads; this is handy when you debug a core dump of a
6808 multi-threaded program.
6809
6810 Each line in the backtrace shows the frame number and the function name.
6811 The program counter value is also shown---unless you use @code{set
6812 print address off}. The backtrace also shows the source file name and
6813 line number, as well as the arguments to the function. The program
6814 counter value is omitted if it is at the beginning of the code for that
6815 line number.
6816
6817 Here is an example of a backtrace. It was made with the command
6818 @samp{bt 3}, so it shows the innermost three frames.
6819
6820 @smallexample
6821 @group
6822 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
6823 at builtin.c:993
6824 #1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
6825 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
6826 at macro.c:71
6827 (More stack frames follow...)
6828 @end group
6829 @end smallexample
6830
6831 @noindent
6832 The display for frame zero does not begin with a program counter
6833 value, indicating that your program has stopped at the beginning of the
6834 code for line @code{993} of @code{builtin.c}.
6835
6836 @noindent
6837 The value of parameter @code{data} in frame 1 has been replaced by
6838 @code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
6839 only if it is a scalar (integer, pointer, enumeration, etc). See command
6840 @kbd{set print frame-arguments} in @ref{Print Settings} for more details
6841 on how to configure the way function parameter values are printed.
6842
6843 @cindex optimized out, in backtrace
6844 @cindex function call arguments, optimized out
6845 If your program was compiled with optimizations, some compilers will
6846 optimize away arguments passed to functions if those arguments are
6847 never used after the call. Such optimizations generate code that
6848 passes arguments through registers, but doesn't store those arguments
6849 in the stack frame. @value{GDBN} has no way of displaying such
6850 arguments in stack frames other than the innermost one. Here's what
6851 such a backtrace might look like:
6852
6853 @smallexample
6854 @group
6855 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
6856 at builtin.c:993
6857 #1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
6858 #2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
6859 at macro.c:71
6860 (More stack frames follow...)
6861 @end group
6862 @end smallexample
6863
6864 @noindent
6865 The values of arguments that were not saved in their stack frames are
6866 shown as @samp{<optimized out>}.
6867
6868 If you need to display the values of such optimized-out arguments,
6869 either deduce that from other variables whose values depend on the one
6870 you are interested in, or recompile without optimizations.
6871
6872 @cindex backtrace beyond @code{main} function
6873 @cindex program entry point
6874 @cindex startup code, and backtrace
6875 Most programs have a standard user entry point---a place where system
6876 libraries and startup code transition into user code. For C this is
6877 @code{main}@footnote{
6878 Note that embedded programs (the so-called ``free-standing''
6879 environment) are not required to have a @code{main} function as the
6880 entry point. They could even have multiple entry points.}.
6881 When @value{GDBN} finds the entry function in a backtrace
6882 it will terminate the backtrace, to avoid tracing into highly
6883 system-specific (and generally uninteresting) code.
6884
6885 If you need to examine the startup code, or limit the number of levels
6886 in a backtrace, you can change this behavior:
6887
6888 @table @code
6889 @item set backtrace past-main
6890 @itemx set backtrace past-main on
6891 @kindex set backtrace
6892 Backtraces will continue past the user entry point.
6893
6894 @item set backtrace past-main off
6895 Backtraces will stop when they encounter the user entry point. This is the
6896 default.
6897
6898 @item show backtrace past-main
6899 @kindex show backtrace
6900 Display the current user entry point backtrace policy.
6901
6902 @item set backtrace past-entry
6903 @itemx set backtrace past-entry on
6904 Backtraces will continue past the internal entry point of an application.
6905 This entry point is encoded by the linker when the application is built,
6906 and is likely before the user entry point @code{main} (or equivalent) is called.
6907
6908 @item set backtrace past-entry off
6909 Backtraces will stop when they encounter the internal entry point of an
6910 application. This is the default.
6911
6912 @item show backtrace past-entry
6913 Display the current internal entry point backtrace policy.
6914
6915 @item set backtrace limit @var{n}
6916 @itemx set backtrace limit 0
6917 @itemx set backtrace limit unlimited
6918 @cindex backtrace limit
6919 Limit the backtrace to @var{n} levels. A value of @code{unlimited}
6920 or zero means unlimited levels.
6921
6922 @item show backtrace limit
6923 Display the current limit on backtrace levels.
6924 @end table
6925
6926 You can control how file names are displayed.
6927
6928 @table @code
6929 @item set filename-display
6930 @itemx set filename-display relative
6931 @cindex filename-display
6932 Display file names relative to the compilation directory. This is the default.
6933
6934 @item set filename-display basename
6935 Display only basename of a filename.
6936
6937 @item set filename-display absolute
6938 Display an absolute filename.
6939
6940 @item show filename-display
6941 Show the current way to display filenames.
6942 @end table
6943
6944 @node Frame Filter Management
6945 @section Management of Frame Filters.
6946 @cindex managing frame filters
6947
6948 Frame filters are Python based utilities to manage and decorate the
6949 output of frames. @xref{Frame Filter API}, for further information.
6950
6951 Managing frame filters is performed by several commands available
6952 within @value{GDBN}, detailed here.
6953
6954 @table @code
6955 @kindex info frame-filter
6956 @item info frame-filter
6957 Print a list of installed frame filters from all dictionaries, showing
6958 their name, priority and enabled status.
6959
6960 @kindex disable frame-filter
6961 @anchor{disable frame-filter all}
6962 @item disable frame-filter @var{filter-dictionary} @var{filter-name}
6963 Disable a frame filter in the dictionary matching
6964 @var{filter-dictionary} and @var{filter-name}. The
6965 @var{filter-dictionary} may be @code{all}, @code{global},
6966 @code{progspace}, or the name of the object file where the frame filter
6967 dictionary resides. When @code{all} is specified, all frame filters
6968 across all dictionaries are disabled. The @var{filter-name} is the name
6969 of the frame filter and is used when @code{all} is not the option for
6970 @var{filter-dictionary}. A disabled frame-filter is not deleted, it
6971 may be enabled again later.
6972
6973 @kindex enable frame-filter
6974 @item enable frame-filter @var{filter-dictionary} @var{filter-name}
6975 Enable a frame filter in the dictionary matching
6976 @var{filter-dictionary} and @var{filter-name}. The
6977 @var{filter-dictionary} may be @code{all}, @code{global},
6978 @code{progspace} or the name of the object file where the frame filter
6979 dictionary resides. When @code{all} is specified, all frame filters across
6980 all dictionaries are enabled. The @var{filter-name} is the name of the frame
6981 filter and is used when @code{all} is not the option for
6982 @var{filter-dictionary}.
6983
6984 Example:
6985
6986 @smallexample
6987 (gdb) info frame-filter
6988
6989 global frame-filters:
6990 Priority Enabled Name
6991 1000 No PrimaryFunctionFilter
6992 100 Yes Reverse
6993
6994 progspace /build/test frame-filters:
6995 Priority Enabled Name
6996 100 Yes ProgspaceFilter
6997
6998 objfile /build/test frame-filters:
6999 Priority Enabled Name
7000 999 Yes BuildProgra Filter
7001
7002 (gdb) disable frame-filter /build/test BuildProgramFilter
7003 (gdb) info frame-filter
7004
7005 global frame-filters:
7006 Priority Enabled Name
7007 1000 No PrimaryFunctionFilter
7008 100 Yes Reverse
7009
7010 progspace /build/test frame-filters:
7011 Priority Enabled Name
7012 100 Yes ProgspaceFilter
7013
7014 objfile /build/test frame-filters:
7015 Priority Enabled Name
7016 999 No BuildProgramFilter
7017
7018 (gdb) enable frame-filter global PrimaryFunctionFilter
7019 (gdb) info frame-filter
7020
7021 global frame-filters:
7022 Priority Enabled Name
7023 1000 Yes PrimaryFunctionFilter
7024 100 Yes Reverse
7025
7026 progspace /build/test frame-filters:
7027 Priority Enabled Name
7028 100 Yes ProgspaceFilter
7029
7030 objfile /build/test frame-filters:
7031 Priority Enabled Name
7032 999 No BuildProgramFilter
7033 @end smallexample
7034
7035 @kindex set frame-filter priority
7036 @item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
7037 Set the @var{priority} of a frame filter in the dictionary matching
7038 @var{filter-dictionary}, and the frame filter name matching
7039 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
7040 @code{progspace} or the name of the object file where the frame filter
7041 dictionary resides. The @var{priority} is an integer.
7042
7043 @kindex show frame-filter priority
7044 @item show frame-filter priority @var{filter-dictionary} @var{filter-name}
7045 Show the @var{priority} of a frame filter in the dictionary matching
7046 @var{filter-dictionary}, and the frame filter name matching
7047 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
7048 @code{progspace} or the name of the object file where the frame filter
7049 dictionary resides.
7050
7051 Example:
7052
7053 @smallexample
7054 (gdb) info frame-filter
7055
7056 global frame-filters:
7057 Priority Enabled Name
7058 1000 Yes PrimaryFunctionFilter
7059 100 Yes Reverse
7060
7061 progspace /build/test frame-filters:
7062 Priority Enabled Name
7063 100 Yes ProgspaceFilter
7064
7065 objfile /build/test frame-filters:
7066 Priority Enabled Name
7067 999 No BuildProgramFilter
7068
7069 (gdb) set frame-filter priority global Reverse 50
7070 (gdb) info frame-filter
7071
7072 global frame-filters:
7073 Priority Enabled Name
7074 1000 Yes PrimaryFunctionFilter
7075 50 Yes Reverse
7076
7077 progspace /build/test frame-filters:
7078 Priority Enabled Name
7079 100 Yes ProgspaceFilter
7080
7081 objfile /build/test frame-filters:
7082 Priority Enabled Name
7083 999 No BuildProgramFilter
7084 @end smallexample
7085 @end table
7086
7087 @node Selection
7088 @section Selecting a Frame
7089
7090 Most commands for examining the stack and other data in your program work on
7091 whichever stack frame is selected at the moment. Here are the commands for
7092 selecting a stack frame; all of them finish by printing a brief description
7093 of the stack frame just selected.
7094
7095 @table @code
7096 @kindex frame@r{, selecting}
7097 @kindex f @r{(@code{frame})}
7098 @item frame @var{n}
7099 @itemx f @var{n}
7100 Select frame number @var{n}. Recall that frame zero is the innermost
7101 (currently executing) frame, frame one is the frame that called the
7102 innermost one, and so on. The highest-numbered frame is the one for
7103 @code{main}.
7104
7105 @item frame @var{addr}
7106 @itemx f @var{addr}
7107 Select the frame at address @var{addr}. This is useful mainly if the
7108 chaining of stack frames has been damaged by a bug, making it
7109 impossible for @value{GDBN} to assign numbers properly to all frames. In
7110 addition, this can be useful when your program has multiple stacks and
7111 switches between them.
7112
7113 On the SPARC architecture, @code{frame} needs two addresses to
7114 select an arbitrary frame: a frame pointer and a stack pointer.
7115
7116 On the @acronym{MIPS} and Alpha architecture, it needs two addresses: a stack
7117 pointer and a program counter.
7118
7119 On the 29k architecture, it needs three addresses: a register stack
7120 pointer, a program counter, and a memory stack pointer.
7121
7122 @kindex up
7123 @item up @var{n}
7124 Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
7125 numbers @var{n}, this advances toward the outermost frame, to higher
7126 frame numbers, to frames that have existed longer.
7127
7128 @kindex down
7129 @kindex do @r{(@code{down})}
7130 @item down @var{n}
7131 Move @var{n} frames down the stack; @var{n} defaults to 1. For
7132 positive numbers @var{n}, this advances toward the innermost frame, to
7133 lower frame numbers, to frames that were created more recently.
7134 You may abbreviate @code{down} as @code{do}.
7135 @end table
7136
7137 All of these commands end by printing two lines of output describing the
7138 frame. The first line shows the frame number, the function name, the
7139 arguments, and the source file and line number of execution in that
7140 frame. The second line shows the text of that source line.
7141
7142 @need 1000
7143 For example:
7144
7145 @smallexample
7146 @group
7147 (@value{GDBP}) up
7148 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
7149 at env.c:10
7150 10 read_input_file (argv[i]);
7151 @end group
7152 @end smallexample
7153
7154 After such a printout, the @code{list} command with no arguments
7155 prints ten lines centered on the point of execution in the frame.
7156 You can also edit the program at the point of execution with your favorite
7157 editing program by typing @code{edit}.
7158 @xref{List, ,Printing Source Lines},
7159 for details.
7160
7161 @table @code
7162 @kindex down-silently
7163 @kindex up-silently
7164 @item up-silently @var{n}
7165 @itemx down-silently @var{n}
7166 These two commands are variants of @code{up} and @code{down},
7167 respectively; they differ in that they do their work silently, without
7168 causing display of the new frame. They are intended primarily for use
7169 in @value{GDBN} command scripts, where the output might be unnecessary and
7170 distracting.
7171 @end table
7172
7173 @node Frame Info
7174 @section Information About a Frame
7175
7176 There are several other commands to print information about the selected
7177 stack frame.
7178
7179 @table @code
7180 @item frame
7181 @itemx f
7182 When used without any argument, this command does not change which
7183 frame is selected, but prints a brief description of the currently
7184 selected stack frame. It can be abbreviated @code{f}. With an
7185 argument, this command is used to select a stack frame.
7186 @xref{Selection, ,Selecting a Frame}.
7187
7188 @kindex info frame
7189 @kindex info f @r{(@code{info frame})}
7190 @item info frame
7191 @itemx info f
7192 This command prints a verbose description of the selected stack frame,
7193 including:
7194
7195 @itemize @bullet
7196 @item
7197 the address of the frame
7198 @item
7199 the address of the next frame down (called by this frame)
7200 @item
7201 the address of the next frame up (caller of this frame)
7202 @item
7203 the language in which the source code corresponding to this frame is written
7204 @item
7205 the address of the frame's arguments
7206 @item
7207 the address of the frame's local variables
7208 @item
7209 the program counter saved in it (the address of execution in the caller frame)
7210 @item
7211 which registers were saved in the frame
7212 @end itemize
7213
7214 @noindent The verbose description is useful when
7215 something has gone wrong that has made the stack format fail to fit
7216 the usual conventions.
7217
7218 @item info frame @var{addr}
7219 @itemx info f @var{addr}
7220 Print a verbose description of the frame at address @var{addr}, without
7221 selecting that frame. The selected frame remains unchanged by this
7222 command. This requires the same kind of address (more than one for some
7223 architectures) that you specify in the @code{frame} command.
7224 @xref{Selection, ,Selecting a Frame}.
7225
7226 @kindex info args
7227 @item info args
7228 Print the arguments of the selected frame, each on a separate line.
7229
7230 @item info locals
7231 @kindex info locals
7232 Print the local variables of the selected frame, each on a separate
7233 line. These are all variables (declared either static or automatic)
7234 accessible at the point of execution of the selected frame.
7235
7236 @end table
7237
7238
7239 @node Source
7240 @chapter Examining Source Files
7241
7242 @value{GDBN} can print parts of your program's source, since the debugging
7243 information recorded in the program tells @value{GDBN} what source files were
7244 used to build it. When your program stops, @value{GDBN} spontaneously prints
7245 the line where it stopped. Likewise, when you select a stack frame
7246 (@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
7247 execution in that frame has stopped. You can print other portions of
7248 source files by explicit command.
7249
7250 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
7251 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7252 @value{GDBN} under @sc{gnu} Emacs}.
7253
7254 @menu
7255 * List:: Printing source lines
7256 * Specify Location:: How to specify code locations
7257 * Edit:: Editing source files
7258 * Search:: Searching source files
7259 * Source Path:: Specifying source directories
7260 * Machine Code:: Source and machine code
7261 @end menu
7262
7263 @node List
7264 @section Printing Source Lines
7265
7266 @kindex list
7267 @kindex l @r{(@code{list})}
7268 To print lines from a source file, use the @code{list} command
7269 (abbreviated @code{l}). By default, ten lines are printed.
7270 There are several ways to specify what part of the file you want to
7271 print; see @ref{Specify Location}, for the full list.
7272
7273 Here are the forms of the @code{list} command most commonly used:
7274
7275 @table @code
7276 @item list @var{linenum}
7277 Print lines centered around line number @var{linenum} in the
7278 current source file.
7279
7280 @item list @var{function}
7281 Print lines centered around the beginning of function
7282 @var{function}.
7283
7284 @item list
7285 Print more lines. If the last lines printed were printed with a
7286 @code{list} command, this prints lines following the last lines
7287 printed; however, if the last line printed was a solitary line printed
7288 as part of displaying a stack frame (@pxref{Stack, ,Examining the
7289 Stack}), this prints lines centered around that line.
7290
7291 @item list -
7292 Print lines just before the lines last printed.
7293 @end table
7294
7295 @cindex @code{list}, how many lines to display
7296 By default, @value{GDBN} prints ten source lines with any of these forms of
7297 the @code{list} command. You can change this using @code{set listsize}:
7298
7299 @table @code
7300 @kindex set listsize
7301 @item set listsize @var{count}
7302 @itemx set listsize unlimited
7303 Make the @code{list} command display @var{count} source lines (unless
7304 the @code{list} argument explicitly specifies some other number).
7305 Setting @var{count} to @code{unlimited} or 0 means there's no limit.
7306
7307 @kindex show listsize
7308 @item show listsize
7309 Display the number of lines that @code{list} prints.
7310 @end table
7311
7312 Repeating a @code{list} command with @key{RET} discards the argument,
7313 so it is equivalent to typing just @code{list}. This is more useful
7314 than listing the same lines again. An exception is made for an
7315 argument of @samp{-}; that argument is preserved in repetition so that
7316 each repetition moves up in the source file.
7317
7318 In general, the @code{list} command expects you to supply zero, one or two
7319 @dfn{linespecs}. Linespecs specify source lines; there are several ways
7320 of writing them (@pxref{Specify Location}), but the effect is always
7321 to specify some source line.
7322
7323 Here is a complete description of the possible arguments for @code{list}:
7324
7325 @table @code
7326 @item list @var{linespec}
7327 Print lines centered around the line specified by @var{linespec}.
7328
7329 @item list @var{first},@var{last}
7330 Print lines from @var{first} to @var{last}. Both arguments are
7331 linespecs. When a @code{list} command has two linespecs, and the
7332 source file of the second linespec is omitted, this refers to
7333 the same source file as the first linespec.
7334
7335 @item list ,@var{last}
7336 Print lines ending with @var{last}.
7337
7338 @item list @var{first},
7339 Print lines starting with @var{first}.
7340
7341 @item list +
7342 Print lines just after the lines last printed.
7343
7344 @item list -
7345 Print lines just before the lines last printed.
7346
7347 @item list
7348 As described in the preceding table.
7349 @end table
7350
7351 @node Specify Location
7352 @section Specifying a Location
7353 @cindex specifying location
7354 @cindex linespec
7355
7356 Several @value{GDBN} commands accept arguments that specify a location
7357 of your program's code. Since @value{GDBN} is a source-level
7358 debugger, a location usually specifies some line in the source code;
7359 for that reason, locations are also known as @dfn{linespecs}.
7360
7361 Here are all the different ways of specifying a code location that
7362 @value{GDBN} understands:
7363
7364 @table @code
7365 @item @var{linenum}
7366 Specifies the line number @var{linenum} of the current source file.
7367
7368 @item -@var{offset}
7369 @itemx +@var{offset}
7370 Specifies the line @var{offset} lines before or after the @dfn{current
7371 line}. For the @code{list} command, the current line is the last one
7372 printed; for the breakpoint commands, this is the line at which
7373 execution stopped in the currently selected @dfn{stack frame}
7374 (@pxref{Frames, ,Frames}, for a description of stack frames.) When
7375 used as the second of the two linespecs in a @code{list} command,
7376 this specifies the line @var{offset} lines up or down from the first
7377 linespec.
7378
7379 @item @var{filename}:@var{linenum}
7380 Specifies the line @var{linenum} in the source file @var{filename}.
7381 If @var{filename} is a relative file name, then it will match any
7382 source file name with the same trailing components. For example, if
7383 @var{filename} is @samp{gcc/expr.c}, then it will match source file
7384 name of @file{/build/trunk/gcc/expr.c}, but not
7385 @file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
7386
7387 @item @var{function}
7388 Specifies the line that begins the body of the function @var{function}.
7389 For example, in C, this is the line with the open brace.
7390
7391 @item @var{function}:@var{label}
7392 Specifies the line where @var{label} appears in @var{function}.
7393
7394 @item @var{filename}:@var{function}
7395 Specifies the line that begins the body of the function @var{function}
7396 in the file @var{filename}. You only need the file name with a
7397 function name to avoid ambiguity when there are identically named
7398 functions in different source files.
7399
7400 @item @var{label}
7401 Specifies the line at which the label named @var{label} appears.
7402 @value{GDBN} searches for the label in the function corresponding to
7403 the currently selected stack frame. If there is no current selected
7404 stack frame (for instance, if the inferior is not running), then
7405 @value{GDBN} will not search for a label.
7406
7407 @item *@var{address}
7408 Specifies the program address @var{address}. For line-oriented
7409 commands, such as @code{list} and @code{edit}, this specifies a source
7410 line that contains @var{address}. For @code{break} and other
7411 breakpoint oriented commands, this can be used to set breakpoints in
7412 parts of your program which do not have debugging information or
7413 source files.
7414
7415 Here @var{address} may be any expression valid in the current working
7416 language (@pxref{Languages, working language}) that specifies a code
7417 address. In addition, as a convenience, @value{GDBN} extends the
7418 semantics of expressions used in locations to cover the situations
7419 that frequently happen during debugging. Here are the various forms
7420 of @var{address}:
7421
7422 @table @code
7423 @item @var{expression}
7424 Any expression valid in the current working language.
7425
7426 @item @var{funcaddr}
7427 An address of a function or procedure derived from its name. In C,
7428 C@t{++}, Java, Objective-C, Fortran, minimal, and assembly, this is
7429 simply the function's name @var{function} (and actually a special case
7430 of a valid expression). In Pascal and Modula-2, this is
7431 @code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
7432 (although the Pascal form also works).
7433
7434 This form specifies the address of the function's first instruction,
7435 before the stack frame and arguments have been set up.
7436
7437 @item '@var{filename}'::@var{funcaddr}
7438 Like @var{funcaddr} above, but also specifies the name of the source
7439 file explicitly. This is useful if the name of the function does not
7440 specify the function unambiguously, e.g., if there are several
7441 functions with identical names in different source files.
7442 @end table
7443
7444 @cindex breakpoint at static probe point
7445 @item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
7446 The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
7447 applications to embed static probes. @xref{Static Probe Points}, for more
7448 information on finding and using static probes. This form of linespec
7449 specifies the location of such a static probe.
7450
7451 If @var{objfile} is given, only probes coming from that shared library
7452 or executable matching @var{objfile} as a regular expression are considered.
7453 If @var{provider} is given, then only probes from that provider are considered.
7454 If several probes match the spec, @value{GDBN} will insert a breakpoint at
7455 each one of those probes.
7456
7457 @end table
7458
7459
7460 @node Edit
7461 @section Editing Source Files
7462 @cindex editing source files
7463
7464 @kindex edit
7465 @kindex e @r{(@code{edit})}
7466 To edit the lines in a source file, use the @code{edit} command.
7467 The editing program of your choice
7468 is invoked with the current line set to
7469 the active line in the program.
7470 Alternatively, there are several ways to specify what part of the file you
7471 want to print if you want to see other parts of the program:
7472
7473 @table @code
7474 @item edit @var{location}
7475 Edit the source file specified by @code{location}. Editing starts at
7476 that @var{location}, e.g., at the specified source line of the
7477 specified file. @xref{Specify Location}, for all the possible forms
7478 of the @var{location} argument; here are the forms of the @code{edit}
7479 command most commonly used:
7480
7481 @table @code
7482 @item edit @var{number}
7483 Edit the current source file with @var{number} as the active line number.
7484
7485 @item edit @var{function}
7486 Edit the file containing @var{function} at the beginning of its definition.
7487 @end table
7488
7489 @end table
7490
7491 @subsection Choosing your Editor
7492 You can customize @value{GDBN} to use any editor you want
7493 @footnote{
7494 The only restriction is that your editor (say @code{ex}), recognizes the
7495 following command-line syntax:
7496 @smallexample
7497 ex +@var{number} file
7498 @end smallexample
7499 The optional numeric value +@var{number} specifies the number of the line in
7500 the file where to start editing.}.
7501 By default, it is @file{@value{EDITOR}}, but you can change this
7502 by setting the environment variable @code{EDITOR} before using
7503 @value{GDBN}. For example, to configure @value{GDBN} to use the
7504 @code{vi} editor, you could use these commands with the @code{sh} shell:
7505 @smallexample
7506 EDITOR=/usr/bin/vi
7507 export EDITOR
7508 gdb @dots{}
7509 @end smallexample
7510 or in the @code{csh} shell,
7511 @smallexample
7512 setenv EDITOR /usr/bin/vi
7513 gdb @dots{}
7514 @end smallexample
7515
7516 @node Search
7517 @section Searching Source Files
7518 @cindex searching source files
7519
7520 There are two commands for searching through the current source file for a
7521 regular expression.
7522
7523 @table @code
7524 @kindex search
7525 @kindex forward-search
7526 @kindex fo @r{(@code{forward-search})}
7527 @item forward-search @var{regexp}
7528 @itemx search @var{regexp}
7529 The command @samp{forward-search @var{regexp}} checks each line,
7530 starting with the one following the last line listed, for a match for
7531 @var{regexp}. It lists the line that is found. You can use the
7532 synonym @samp{search @var{regexp}} or abbreviate the command name as
7533 @code{fo}.
7534
7535 @kindex reverse-search
7536 @item reverse-search @var{regexp}
7537 The command @samp{reverse-search @var{regexp}} checks each line, starting
7538 with the one before the last line listed and going backward, for a match
7539 for @var{regexp}. It lists the line that is found. You can abbreviate
7540 this command as @code{rev}.
7541 @end table
7542
7543 @node Source Path
7544 @section Specifying Source Directories
7545
7546 @cindex source path
7547 @cindex directories for source files
7548 Executable programs sometimes do not record the directories of the source
7549 files from which they were compiled, just the names. Even when they do,
7550 the directories could be moved between the compilation and your debugging
7551 session. @value{GDBN} has a list of directories to search for source files;
7552 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
7553 it tries all the directories in the list, in the order they are present
7554 in the list, until it finds a file with the desired name.
7555
7556 For example, suppose an executable references the file
7557 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
7558 @file{/mnt/cross}. The file is first looked up literally; if this
7559 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
7560 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
7561 message is printed. @value{GDBN} does not look up the parts of the
7562 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
7563 Likewise, the subdirectories of the source path are not searched: if
7564 the source path is @file{/mnt/cross}, and the binary refers to
7565 @file{foo.c}, @value{GDBN} would not find it under
7566 @file{/mnt/cross/usr/src/foo-1.0/lib}.
7567
7568 Plain file names, relative file names with leading directories, file
7569 names containing dots, etc.@: are all treated as described above; for
7570 instance, if the source path is @file{/mnt/cross}, and the source file
7571 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
7572 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
7573 that---@file{/mnt/cross/foo.c}.
7574
7575 Note that the executable search path is @emph{not} used to locate the
7576 source files.
7577
7578 Whenever you reset or rearrange the source path, @value{GDBN} clears out
7579 any information it has cached about where source files are found and where
7580 each line is in the file.
7581
7582 @kindex directory
7583 @kindex dir
7584 When you start @value{GDBN}, its source path includes only @samp{cdir}
7585 and @samp{cwd}, in that order.
7586 To add other directories, use the @code{directory} command.
7587
7588 The search path is used to find both program source files and @value{GDBN}
7589 script files (read using the @samp{-command} option and @samp{source} command).
7590
7591 In addition to the source path, @value{GDBN} provides a set of commands
7592 that manage a list of source path substitution rules. A @dfn{substitution
7593 rule} specifies how to rewrite source directories stored in the program's
7594 debug information in case the sources were moved to a different
7595 directory between compilation and debugging. A rule is made of
7596 two strings, the first specifying what needs to be rewritten in
7597 the path, and the second specifying how it should be rewritten.
7598 In @ref{set substitute-path}, we name these two parts @var{from} and
7599 @var{to} respectively. @value{GDBN} does a simple string replacement
7600 of @var{from} with @var{to} at the start of the directory part of the
7601 source file name, and uses that result instead of the original file
7602 name to look up the sources.
7603
7604 Using the previous example, suppose the @file{foo-1.0} tree has been
7605 moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
7606 @value{GDBN} to replace @file{/usr/src} in all source path names with
7607 @file{/mnt/cross}. The first lookup will then be
7608 @file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
7609 of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
7610 substitution rule, use the @code{set substitute-path} command
7611 (@pxref{set substitute-path}).
7612
7613 To avoid unexpected substitution results, a rule is applied only if the
7614 @var{from} part of the directory name ends at a directory separator.
7615 For instance, a rule substituting @file{/usr/source} into
7616 @file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
7617 not to @file{/usr/sourceware/foo-2.0}. And because the substitution
7618 is applied only at the beginning of the directory name, this rule will
7619 not be applied to @file{/root/usr/source/baz.c} either.
7620
7621 In many cases, you can achieve the same result using the @code{directory}
7622 command. However, @code{set substitute-path} can be more efficient in
7623 the case where the sources are organized in a complex tree with multiple
7624 subdirectories. With the @code{directory} command, you need to add each
7625 subdirectory of your project. If you moved the entire tree while
7626 preserving its internal organization, then @code{set substitute-path}
7627 allows you to direct the debugger to all the sources with one single
7628 command.
7629
7630 @code{set substitute-path} is also more than just a shortcut command.
7631 The source path is only used if the file at the original location no
7632 longer exists. On the other hand, @code{set substitute-path} modifies
7633 the debugger behavior to look at the rewritten location instead. So, if
7634 for any reason a source file that is not relevant to your executable is
7635 located at the original location, a substitution rule is the only
7636 method available to point @value{GDBN} at the new location.
7637
7638 @cindex @samp{--with-relocated-sources}
7639 @cindex default source path substitution
7640 You can configure a default source path substitution rule by
7641 configuring @value{GDBN} with the
7642 @samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
7643 should be the name of a directory under @value{GDBN}'s configured
7644 prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
7645 directory names in debug information under @var{dir} will be adjusted
7646 automatically if the installed @value{GDBN} is moved to a new
7647 location. This is useful if @value{GDBN}, libraries or executables
7648 with debug information and corresponding source code are being moved
7649 together.
7650
7651 @table @code
7652 @item directory @var{dirname} @dots{}
7653 @item dir @var{dirname} @dots{}
7654 Add directory @var{dirname} to the front of the source path. Several
7655 directory names may be given to this command, separated by @samp{:}
7656 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
7657 part of absolute file names) or
7658 whitespace. You may specify a directory that is already in the source
7659 path; this moves it forward, so @value{GDBN} searches it sooner.
7660
7661 @kindex cdir
7662 @kindex cwd
7663 @vindex $cdir@r{, convenience variable}
7664 @vindex $cwd@r{, convenience variable}
7665 @cindex compilation directory
7666 @cindex current directory
7667 @cindex working directory
7668 @cindex directory, current
7669 @cindex directory, compilation
7670 You can use the string @samp{$cdir} to refer to the compilation
7671 directory (if one is recorded), and @samp{$cwd} to refer to the current
7672 working directory. @samp{$cwd} is not the same as @samp{.}---the former
7673 tracks the current working directory as it changes during your @value{GDBN}
7674 session, while the latter is immediately expanded to the current
7675 directory at the time you add an entry to the source path.
7676
7677 @item directory
7678 Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
7679
7680 @c RET-repeat for @code{directory} is explicitly disabled, but since
7681 @c repeating it would be a no-op we do not say that. (thanks to RMS)
7682
7683 @item set directories @var{path-list}
7684 @kindex set directories
7685 Set the source path to @var{path-list}.
7686 @samp{$cdir:$cwd} are added if missing.
7687
7688 @item show directories
7689 @kindex show directories
7690 Print the source path: show which directories it contains.
7691
7692 @anchor{set substitute-path}
7693 @item set substitute-path @var{from} @var{to}
7694 @kindex set substitute-path
7695 Define a source path substitution rule, and add it at the end of the
7696 current list of existing substitution rules. If a rule with the same
7697 @var{from} was already defined, then the old rule is also deleted.
7698
7699 For example, if the file @file{/foo/bar/baz.c} was moved to
7700 @file{/mnt/cross/baz.c}, then the command
7701
7702 @smallexample
7703 (@value{GDBP}) set substitute-path /usr/src /mnt/cross
7704 @end smallexample
7705
7706 @noindent
7707 will tell @value{GDBN} to replace @samp{/usr/src} with
7708 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
7709 @file{baz.c} even though it was moved.
7710
7711 In the case when more than one substitution rule have been defined,
7712 the rules are evaluated one by one in the order where they have been
7713 defined. The first one matching, if any, is selected to perform
7714 the substitution.
7715
7716 For instance, if we had entered the following commands:
7717
7718 @smallexample
7719 (@value{GDBP}) set substitute-path /usr/src/include /mnt/include
7720 (@value{GDBP}) set substitute-path /usr/src /mnt/src
7721 @end smallexample
7722
7723 @noindent
7724 @value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
7725 @file{/mnt/include/defs.h} by using the first rule. However, it would
7726 use the second rule to rewrite @file{/usr/src/lib/foo.c} into
7727 @file{/mnt/src/lib/foo.c}.
7728
7729
7730 @item unset substitute-path [path]
7731 @kindex unset substitute-path
7732 If a path is specified, search the current list of substitution rules
7733 for a rule that would rewrite that path. Delete that rule if found.
7734 A warning is emitted by the debugger if no rule could be found.
7735
7736 If no path is specified, then all substitution rules are deleted.
7737
7738 @item show substitute-path [path]
7739 @kindex show substitute-path
7740 If a path is specified, then print the source path substitution rule
7741 which would rewrite that path, if any.
7742
7743 If no path is specified, then print all existing source path substitution
7744 rules.
7745
7746 @end table
7747
7748 If your source path is cluttered with directories that are no longer of
7749 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
7750 versions of source. You can correct the situation as follows:
7751
7752 @enumerate
7753 @item
7754 Use @code{directory} with no argument to reset the source path to its default value.
7755
7756 @item
7757 Use @code{directory} with suitable arguments to reinstall the
7758 directories you want in the source path. You can add all the
7759 directories in one command.
7760 @end enumerate
7761
7762 @node Machine Code
7763 @section Source and Machine Code
7764 @cindex source line and its code address
7765
7766 You can use the command @code{info line} to map source lines to program
7767 addresses (and vice versa), and the command @code{disassemble} to display
7768 a range of addresses as machine instructions. You can use the command
7769 @code{set disassemble-next-line} to set whether to disassemble next
7770 source line when execution stops. When run under @sc{gnu} Emacs
7771 mode, the @code{info line} command causes the arrow to point to the
7772 line specified. Also, @code{info line} prints addresses in symbolic form as
7773 well as hex.
7774
7775 @table @code
7776 @kindex info line
7777 @item info line @var{linespec}
7778 Print the starting and ending addresses of the compiled code for
7779 source line @var{linespec}. You can specify source lines in any of
7780 the ways documented in @ref{Specify Location}.
7781 @end table
7782
7783 For example, we can use @code{info line} to discover the location of
7784 the object code for the first line of function
7785 @code{m4_changequote}:
7786
7787 @c FIXME: I think this example should also show the addresses in
7788 @c symbolic form, as they usually would be displayed.
7789 @smallexample
7790 (@value{GDBP}) info line m4_changequote
7791 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
7792 @end smallexample
7793
7794 @noindent
7795 @cindex code address and its source line
7796 We can also inquire (using @code{*@var{addr}} as the form for
7797 @var{linespec}) what source line covers a particular address:
7798 @smallexample
7799 (@value{GDBP}) info line *0x63ff
7800 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
7801 @end smallexample
7802
7803 @cindex @code{$_} and @code{info line}
7804 @cindex @code{x} command, default address
7805 @kindex x@r{(examine), and} info line
7806 After @code{info line}, the default address for the @code{x} command
7807 is changed to the starting address of the line, so that @samp{x/i} is
7808 sufficient to begin examining the machine code (@pxref{Memory,
7809 ,Examining Memory}). Also, this address is saved as the value of the
7810 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
7811 Variables}).
7812
7813 @table @code
7814 @kindex disassemble
7815 @cindex assembly instructions
7816 @cindex instructions, assembly
7817 @cindex machine instructions
7818 @cindex listing machine instructions
7819 @item disassemble
7820 @itemx disassemble /m
7821 @itemx disassemble /r
7822 This specialized command dumps a range of memory as machine
7823 instructions. It can also print mixed source+disassembly by specifying
7824 the @code{/m} modifier and print the raw instructions in hex as well as
7825 in symbolic form by specifying the @code{/r}.
7826 The default memory range is the function surrounding the
7827 program counter of the selected frame. A single argument to this
7828 command is a program counter value; @value{GDBN} dumps the function
7829 surrounding this value. When two arguments are given, they should
7830 be separated by a comma, possibly surrounded by whitespace. The
7831 arguments specify a range of addresses to dump, in one of two forms:
7832
7833 @table @code
7834 @item @var{start},@var{end}
7835 the addresses from @var{start} (inclusive) to @var{end} (exclusive)
7836 @item @var{start},+@var{length}
7837 the addresses from @var{start} (inclusive) to
7838 @code{@var{start}+@var{length}} (exclusive).
7839 @end table
7840
7841 @noindent
7842 When 2 arguments are specified, the name of the function is also
7843 printed (since there could be several functions in the given range).
7844
7845 The argument(s) can be any expression yielding a numeric value, such as
7846 @samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
7847
7848 If the range of memory being disassembled contains current program counter,
7849 the instruction at that location is shown with a @code{=>} marker.
7850 @end table
7851
7852 The following example shows the disassembly of a range of addresses of
7853 HP PA-RISC 2.0 code:
7854
7855 @smallexample
7856 (@value{GDBP}) disas 0x32c4, 0x32e4
7857 Dump of assembler code from 0x32c4 to 0x32e4:
7858 0x32c4 <main+204>: addil 0,dp
7859 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
7860 0x32cc <main+212>: ldil 0x3000,r31
7861 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
7862 0x32d4 <main+220>: ldo 0(r31),rp
7863 0x32d8 <main+224>: addil -0x800,dp
7864 0x32dc <main+228>: ldo 0x588(r1),r26
7865 0x32e0 <main+232>: ldil 0x3000,r31
7866 End of assembler dump.
7867 @end smallexample
7868
7869 Here is an example showing mixed source+assembly for Intel x86, when the
7870 program is stopped just after function prologue:
7871
7872 @smallexample
7873 (@value{GDBP}) disas /m main
7874 Dump of assembler code for function main:
7875 5 @{
7876 0x08048330 <+0>: push %ebp
7877 0x08048331 <+1>: mov %esp,%ebp
7878 0x08048333 <+3>: sub $0x8,%esp
7879 0x08048336 <+6>: and $0xfffffff0,%esp
7880 0x08048339 <+9>: sub $0x10,%esp
7881
7882 6 printf ("Hello.\n");
7883 => 0x0804833c <+12>: movl $0x8048440,(%esp)
7884 0x08048343 <+19>: call 0x8048284 <puts@@plt>
7885
7886 7 return 0;
7887 8 @}
7888 0x08048348 <+24>: mov $0x0,%eax
7889 0x0804834d <+29>: leave
7890 0x0804834e <+30>: ret
7891
7892 End of assembler dump.
7893 @end smallexample
7894
7895 Here is another example showing raw instructions in hex for AMD x86-64,
7896
7897 @smallexample
7898 (gdb) disas /r 0x400281,+10
7899 Dump of assembler code from 0x400281 to 0x40028b:
7900 0x0000000000400281: 38 36 cmp %dh,(%rsi)
7901 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
7902 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
7903 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
7904 End of assembler dump.
7905 @end smallexample
7906
7907 Addresses cannot be specified as a linespec (@pxref{Specify Location}).
7908 So, for example, if you want to disassemble function @code{bar}
7909 in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
7910 and not @samp{disassemble foo.c:bar}.
7911
7912 Some architectures have more than one commonly-used set of instruction
7913 mnemonics or other syntax.
7914
7915 For programs that were dynamically linked and use shared libraries,
7916 instructions that call functions or branch to locations in the shared
7917 libraries might show a seemingly bogus location---it's actually a
7918 location of the relocation table. On some architectures, @value{GDBN}
7919 might be able to resolve these to actual function names.
7920
7921 @table @code
7922 @kindex set disassembly-flavor
7923 @cindex Intel disassembly flavor
7924 @cindex AT&T disassembly flavor
7925 @item set disassembly-flavor @var{instruction-set}
7926 Select the instruction set to use when disassembling the
7927 program via the @code{disassemble} or @code{x/i} commands.
7928
7929 Currently this command is only defined for the Intel x86 family. You
7930 can set @var{instruction-set} to either @code{intel} or @code{att}.
7931 The default is @code{att}, the AT&T flavor used by default by Unix
7932 assemblers for x86-based targets.
7933
7934 @kindex show disassembly-flavor
7935 @item show disassembly-flavor
7936 Show the current setting of the disassembly flavor.
7937 @end table
7938
7939 @table @code
7940 @kindex set disassemble-next-line
7941 @kindex show disassemble-next-line
7942 @item set disassemble-next-line
7943 @itemx show disassemble-next-line
7944 Control whether or not @value{GDBN} will disassemble the next source
7945 line or instruction when execution stops. If ON, @value{GDBN} will
7946 display disassembly of the next source line when execution of the
7947 program being debugged stops. This is @emph{in addition} to
7948 displaying the source line itself, which @value{GDBN} always does if
7949 possible. If the next source line cannot be displayed for some reason
7950 (e.g., if @value{GDBN} cannot find the source file, or there's no line
7951 info in the debug info), @value{GDBN} will display disassembly of the
7952 next @emph{instruction} instead of showing the next source line. If
7953 AUTO, @value{GDBN} will display disassembly of next instruction only
7954 if the source line cannot be displayed. This setting causes
7955 @value{GDBN} to display some feedback when you step through a function
7956 with no line info or whose source file is unavailable. The default is
7957 OFF, which means never display the disassembly of the next line or
7958 instruction.
7959 @end table
7960
7961
7962 @node Data
7963 @chapter Examining Data
7964
7965 @cindex printing data
7966 @cindex examining data
7967 @kindex print
7968 @kindex inspect
7969 The usual way to examine data in your program is with the @code{print}
7970 command (abbreviated @code{p}), or its synonym @code{inspect}. It
7971 evaluates and prints the value of an expression of the language your
7972 program is written in (@pxref{Languages, ,Using @value{GDBN} with
7973 Different Languages}). It may also print the expression using a
7974 Python-based pretty-printer (@pxref{Pretty Printing}).
7975
7976 @table @code
7977 @item print @var{expr}
7978 @itemx print /@var{f} @var{expr}
7979 @var{expr} is an expression (in the source language). By default the
7980 value of @var{expr} is printed in a format appropriate to its data type;
7981 you can choose a different format by specifying @samp{/@var{f}}, where
7982 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
7983 Formats}.
7984
7985 @item print
7986 @itemx print /@var{f}
7987 @cindex reprint the last value
7988 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
7989 @dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
7990 conveniently inspect the same value in an alternative format.
7991 @end table
7992
7993 A more low-level way of examining data is with the @code{x} command.
7994 It examines data in memory at a specified address and prints it in a
7995 specified format. @xref{Memory, ,Examining Memory}.
7996
7997 If you are interested in information about types, or about how the
7998 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
7999 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
8000 Table}.
8001
8002 @cindex exploring hierarchical data structures
8003 @kindex explore
8004 Another way of examining values of expressions and type information is
8005 through the Python extension command @code{explore} (available only if
8006 the @value{GDBN} build is configured with @code{--with-python}). It
8007 offers an interactive way to start at the highest level (or, the most
8008 abstract level) of the data type of an expression (or, the data type
8009 itself) and explore all the way down to leaf scalar values/fields
8010 embedded in the higher level data types.
8011
8012 @table @code
8013 @item explore @var{arg}
8014 @var{arg} is either an expression (in the source language), or a type
8015 visible in the current context of the program being debugged.
8016 @end table
8017
8018 The working of the @code{explore} command can be illustrated with an
8019 example. If a data type @code{struct ComplexStruct} is defined in your
8020 C program as
8021
8022 @smallexample
8023 struct SimpleStruct
8024 @{
8025 int i;
8026 double d;
8027 @};
8028
8029 struct ComplexStruct
8030 @{
8031 struct SimpleStruct *ss_p;
8032 int arr[10];
8033 @};
8034 @end smallexample
8035
8036 @noindent
8037 followed by variable declarations as
8038
8039 @smallexample
8040 struct SimpleStruct ss = @{ 10, 1.11 @};
8041 struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
8042 @end smallexample
8043
8044 @noindent
8045 then, the value of the variable @code{cs} can be explored using the
8046 @code{explore} command as follows.
8047
8048 @smallexample
8049 (gdb) explore cs
8050 The value of `cs' is a struct/class of type `struct ComplexStruct' with
8051 the following fields:
8052
8053 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
8054 arr = <Enter 1 to explore this field of type `int [10]'>
8055
8056 Enter the field number of choice:
8057 @end smallexample
8058
8059 @noindent
8060 Since the fields of @code{cs} are not scalar values, you are being
8061 prompted to chose the field you want to explore. Let's say you choose
8062 the field @code{ss_p} by entering @code{0}. Then, since this field is a
8063 pointer, you will be asked if it is pointing to a single value. From
8064 the declaration of @code{cs} above, it is indeed pointing to a single
8065 value, hence you enter @code{y}. If you enter @code{n}, then you will
8066 be asked if it were pointing to an array of values, in which case this
8067 field will be explored as if it were an array.
8068
8069 @smallexample
8070 `cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
8071 Continue exploring it as a pointer to a single value [y/n]: y
8072 The value of `*(cs.ss_p)' is a struct/class of type `struct
8073 SimpleStruct' with the following fields:
8074
8075 i = 10 .. (Value of type `int')
8076 d = 1.1100000000000001 .. (Value of type `double')
8077
8078 Press enter to return to parent value:
8079 @end smallexample
8080
8081 @noindent
8082 If the field @code{arr} of @code{cs} was chosen for exploration by
8083 entering @code{1} earlier, then since it is as array, you will be
8084 prompted to enter the index of the element in the array that you want
8085 to explore.
8086
8087 @smallexample
8088 `cs.arr' is an array of `int'.
8089 Enter the index of the element you want to explore in `cs.arr': 5
8090
8091 `(cs.arr)[5]' is a scalar value of type `int'.
8092
8093 (cs.arr)[5] = 4
8094
8095 Press enter to return to parent value:
8096 @end smallexample
8097
8098 In general, at any stage of exploration, you can go deeper towards the
8099 leaf values by responding to the prompts appropriately, or hit the
8100 return key to return to the enclosing data structure (the @i{higher}
8101 level data structure).
8102
8103 Similar to exploring values, you can use the @code{explore} command to
8104 explore types. Instead of specifying a value (which is typically a
8105 variable name or an expression valid in the current context of the
8106 program being debugged), you specify a type name. If you consider the
8107 same example as above, your can explore the type
8108 @code{struct ComplexStruct} by passing the argument
8109 @code{struct ComplexStruct} to the @code{explore} command.
8110
8111 @smallexample
8112 (gdb) explore struct ComplexStruct
8113 @end smallexample
8114
8115 @noindent
8116 By responding to the prompts appropriately in the subsequent interactive
8117 session, you can explore the type @code{struct ComplexStruct} in a
8118 manner similar to how the value @code{cs} was explored in the above
8119 example.
8120
8121 The @code{explore} command also has two sub-commands,
8122 @code{explore value} and @code{explore type}. The former sub-command is
8123 a way to explicitly specify that value exploration of the argument is
8124 being invoked, while the latter is a way to explicitly specify that type
8125 exploration of the argument is being invoked.
8126
8127 @table @code
8128 @item explore value @var{expr}
8129 @cindex explore value
8130 This sub-command of @code{explore} explores the value of the
8131 expression @var{expr} (if @var{expr} is an expression valid in the
8132 current context of the program being debugged). The behavior of this
8133 command is identical to that of the behavior of the @code{explore}
8134 command being passed the argument @var{expr}.
8135
8136 @item explore type @var{arg}
8137 @cindex explore type
8138 This sub-command of @code{explore} explores the type of @var{arg} (if
8139 @var{arg} is a type visible in the current context of program being
8140 debugged), or the type of the value/expression @var{arg} (if @var{arg}
8141 is an expression valid in the current context of the program being
8142 debugged). If @var{arg} is a type, then the behavior of this command is
8143 identical to that of the @code{explore} command being passed the
8144 argument @var{arg}. If @var{arg} is an expression, then the behavior of
8145 this command will be identical to that of the @code{explore} command
8146 being passed the type of @var{arg} as the argument.
8147 @end table
8148
8149 @menu
8150 * Expressions:: Expressions
8151 * Ambiguous Expressions:: Ambiguous Expressions
8152 * Variables:: Program variables
8153 * Arrays:: Artificial arrays
8154 * Output Formats:: Output formats
8155 * Memory:: Examining memory
8156 * Auto Display:: Automatic display
8157 * Print Settings:: Print settings
8158 * Pretty Printing:: Python pretty printing
8159 * Value History:: Value history
8160 * Convenience Vars:: Convenience variables
8161 * Convenience Funs:: Convenience functions
8162 * Registers:: Registers
8163 * Floating Point Hardware:: Floating point hardware
8164 * Vector Unit:: Vector Unit
8165 * OS Information:: Auxiliary data provided by operating system
8166 * Memory Region Attributes:: Memory region attributes
8167 * Dump/Restore Files:: Copy between memory and a file
8168 * Core File Generation:: Cause a program dump its core
8169 * Character Sets:: Debugging programs that use a different
8170 character set than GDB does
8171 * Caching Target Data:: Data caching for targets
8172 * Searching Memory:: Searching memory for a sequence of bytes
8173 @end menu
8174
8175 @node Expressions
8176 @section Expressions
8177
8178 @cindex expressions
8179 @code{print} and many other @value{GDBN} commands accept an expression and
8180 compute its value. Any kind of constant, variable or operator defined
8181 by the programming language you are using is valid in an expression in
8182 @value{GDBN}. This includes conditional expressions, function calls,
8183 casts, and string constants. It also includes preprocessor macros, if
8184 you compiled your program to include this information; see
8185 @ref{Compilation}.
8186
8187 @cindex arrays in expressions
8188 @value{GDBN} supports array constants in expressions input by
8189 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
8190 you can use the command @code{print @{1, 2, 3@}} to create an array
8191 of three integers. If you pass an array to a function or assign it
8192 to a program variable, @value{GDBN} copies the array to memory that
8193 is @code{malloc}ed in the target program.
8194
8195 Because C is so widespread, most of the expressions shown in examples in
8196 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
8197 Languages}, for information on how to use expressions in other
8198 languages.
8199
8200 In this section, we discuss operators that you can use in @value{GDBN}
8201 expressions regardless of your programming language.
8202
8203 @cindex casts, in expressions
8204 Casts are supported in all languages, not just in C, because it is so
8205 useful to cast a number into a pointer in order to examine a structure
8206 at that address in memory.
8207 @c FIXME: casts supported---Mod2 true?
8208
8209 @value{GDBN} supports these operators, in addition to those common
8210 to programming languages:
8211
8212 @table @code
8213 @item @@
8214 @samp{@@} is a binary operator for treating parts of memory as arrays.
8215 @xref{Arrays, ,Artificial Arrays}, for more information.
8216
8217 @item ::
8218 @samp{::} allows you to specify a variable in terms of the file or
8219 function where it is defined. @xref{Variables, ,Program Variables}.
8220
8221 @cindex @{@var{type}@}
8222 @cindex type casting memory
8223 @cindex memory, viewing as typed object
8224 @cindex casts, to view memory
8225 @item @{@var{type}@} @var{addr}
8226 Refers to an object of type @var{type} stored at address @var{addr} in
8227 memory. The address @var{addr} may be any expression whose value is
8228 an integer or pointer (but parentheses are required around binary
8229 operators, just as in a cast). This construct is allowed regardless
8230 of what kind of data is normally supposed to reside at @var{addr}.
8231 @end table
8232
8233 @node Ambiguous Expressions
8234 @section Ambiguous Expressions
8235 @cindex ambiguous expressions
8236
8237 Expressions can sometimes contain some ambiguous elements. For instance,
8238 some programming languages (notably Ada, C@t{++} and Objective-C) permit
8239 a single function name to be defined several times, for application in
8240 different contexts. This is called @dfn{overloading}. Another example
8241 involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
8242 templates and is typically instantiated several times, resulting in
8243 the same function name being defined in different contexts.
8244
8245 In some cases and depending on the language, it is possible to adjust
8246 the expression to remove the ambiguity. For instance in C@t{++}, you
8247 can specify the signature of the function you want to break on, as in
8248 @kbd{break @var{function}(@var{types})}. In Ada, using the fully
8249 qualified name of your function often makes the expression unambiguous
8250 as well.
8251
8252 When an ambiguity that needs to be resolved is detected, the debugger
8253 has the capability to display a menu of numbered choices for each
8254 possibility, and then waits for the selection with the prompt @samp{>}.
8255 The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
8256 aborts the current command. If the command in which the expression was
8257 used allows more than one choice to be selected, the next option in the
8258 menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
8259 choices.
8260
8261 For example, the following session excerpt shows an attempt to set a
8262 breakpoint at the overloaded symbol @code{String::after}.
8263 We choose three particular definitions of that function name:
8264
8265 @c FIXME! This is likely to change to show arg type lists, at least
8266 @smallexample
8267 @group
8268 (@value{GDBP}) b String::after
8269 [0] cancel
8270 [1] all
8271 [2] file:String.cc; line number:867
8272 [3] file:String.cc; line number:860
8273 [4] file:String.cc; line number:875
8274 [5] file:String.cc; line number:853
8275 [6] file:String.cc; line number:846
8276 [7] file:String.cc; line number:735
8277 > 2 4 6
8278 Breakpoint 1 at 0xb26c: file String.cc, line 867.
8279 Breakpoint 2 at 0xb344: file String.cc, line 875.
8280 Breakpoint 3 at 0xafcc: file String.cc, line 846.
8281 Multiple breakpoints were set.
8282 Use the "delete" command to delete unwanted
8283 breakpoints.
8284 (@value{GDBP})
8285 @end group
8286 @end smallexample
8287
8288 @table @code
8289 @kindex set multiple-symbols
8290 @item set multiple-symbols @var{mode}
8291 @cindex multiple-symbols menu
8292
8293 This option allows you to adjust the debugger behavior when an expression
8294 is ambiguous.
8295
8296 By default, @var{mode} is set to @code{all}. If the command with which
8297 the expression is used allows more than one choice, then @value{GDBN}
8298 automatically selects all possible choices. For instance, inserting
8299 a breakpoint on a function using an ambiguous name results in a breakpoint
8300 inserted on each possible match. However, if a unique choice must be made,
8301 then @value{GDBN} uses the menu to help you disambiguate the expression.
8302 For instance, printing the address of an overloaded function will result
8303 in the use of the menu.
8304
8305 When @var{mode} is set to @code{ask}, the debugger always uses the menu
8306 when an ambiguity is detected.
8307
8308 Finally, when @var{mode} is set to @code{cancel}, the debugger reports
8309 an error due to the ambiguity and the command is aborted.
8310
8311 @kindex show multiple-symbols
8312 @item show multiple-symbols
8313 Show the current value of the @code{multiple-symbols} setting.
8314 @end table
8315
8316 @node Variables
8317 @section Program Variables
8318
8319 The most common kind of expression to use is the name of a variable
8320 in your program.
8321
8322 Variables in expressions are understood in the selected stack frame
8323 (@pxref{Selection, ,Selecting a Frame}); they must be either:
8324
8325 @itemize @bullet
8326 @item
8327 global (or file-static)
8328 @end itemize
8329
8330 @noindent or
8331
8332 @itemize @bullet
8333 @item
8334 visible according to the scope rules of the
8335 programming language from the point of execution in that frame
8336 @end itemize
8337
8338 @noindent This means that in the function
8339
8340 @smallexample
8341 foo (a)
8342 int a;
8343 @{
8344 bar (a);
8345 @{
8346 int b = test ();
8347 bar (b);
8348 @}
8349 @}
8350 @end smallexample
8351
8352 @noindent
8353 you can examine and use the variable @code{a} whenever your program is
8354 executing within the function @code{foo}, but you can only use or
8355 examine the variable @code{b} while your program is executing inside
8356 the block where @code{b} is declared.
8357
8358 @cindex variable name conflict
8359 There is an exception: you can refer to a variable or function whose
8360 scope is a single source file even if the current execution point is not
8361 in this file. But it is possible to have more than one such variable or
8362 function with the same name (in different source files). If that
8363 happens, referring to that name has unpredictable effects. If you wish,
8364 you can specify a static variable in a particular function or file by
8365 using the colon-colon (@code{::}) notation:
8366
8367 @cindex colon-colon, context for variables/functions
8368 @ifnotinfo
8369 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
8370 @cindex @code{::}, context for variables/functions
8371 @end ifnotinfo
8372 @smallexample
8373 @var{file}::@var{variable}
8374 @var{function}::@var{variable}
8375 @end smallexample
8376
8377 @noindent
8378 Here @var{file} or @var{function} is the name of the context for the
8379 static @var{variable}. In the case of file names, you can use quotes to
8380 make sure @value{GDBN} parses the file name as a single word---for example,
8381 to print a global value of @code{x} defined in @file{f2.c}:
8382
8383 @smallexample
8384 (@value{GDBP}) p 'f2.c'::x
8385 @end smallexample
8386
8387 The @code{::} notation is normally used for referring to
8388 static variables, since you typically disambiguate uses of local variables
8389 in functions by selecting the appropriate frame and using the
8390 simple name of the variable. However, you may also use this notation
8391 to refer to local variables in frames enclosing the selected frame:
8392
8393 @smallexample
8394 void
8395 foo (int a)
8396 @{
8397 if (a < 10)
8398 bar (a);
8399 else
8400 process (a); /* Stop here */
8401 @}
8402
8403 int
8404 bar (int a)
8405 @{
8406 foo (a + 5);
8407 @}
8408 @end smallexample
8409
8410 @noindent
8411 For example, if there is a breakpoint at the commented line,
8412 here is what you might see
8413 when the program stops after executing the call @code{bar(0)}:
8414
8415 @smallexample
8416 (@value{GDBP}) p a
8417 $1 = 10
8418 (@value{GDBP}) p bar::a
8419 $2 = 5
8420 (@value{GDBP}) up 2
8421 #2 0x080483d0 in foo (a=5) at foobar.c:12
8422 (@value{GDBP}) p a
8423 $3 = 5
8424 (@value{GDBP}) p bar::a
8425 $4 = 0
8426 @end smallexample
8427
8428 @cindex C@t{++} scope resolution
8429 These uses of @samp{::} are very rarely in conflict with the very
8430 similar use of the same notation in C@t{++}. When they are in
8431 conflict, the C@t{++} meaning takes precedence; however, this can be
8432 overridden by quoting the file or function name with single quotes.
8433
8434 For example, suppose the program is stopped in a method of a class
8435 that has a field named @code{includefile}, and there is also an
8436 include file named @file{includefile} that defines a variable,
8437 @code{some_global}.
8438
8439 @smallexample
8440 (@value{GDBP}) p includefile
8441 $1 = 23
8442 (@value{GDBP}) p includefile::some_global
8443 A syntax error in expression, near `'.
8444 (@value{GDBP}) p 'includefile'::some_global
8445 $2 = 27
8446 @end smallexample
8447
8448 @cindex wrong values
8449 @cindex variable values, wrong
8450 @cindex function entry/exit, wrong values of variables
8451 @cindex optimized code, wrong values of variables
8452 @quotation
8453 @emph{Warning:} Occasionally, a local variable may appear to have the
8454 wrong value at certain points in a function---just after entry to a new
8455 scope, and just before exit.
8456 @end quotation
8457 You may see this problem when you are stepping by machine instructions.
8458 This is because, on most machines, it takes more than one instruction to
8459 set up a stack frame (including local variable definitions); if you are
8460 stepping by machine instructions, variables may appear to have the wrong
8461 values until the stack frame is completely built. On exit, it usually
8462 also takes more than one machine instruction to destroy a stack frame;
8463 after you begin stepping through that group of instructions, local
8464 variable definitions may be gone.
8465
8466 This may also happen when the compiler does significant optimizations.
8467 To be sure of always seeing accurate values, turn off all optimization
8468 when compiling.
8469
8470 @cindex ``No symbol "foo" in current context''
8471 Another possible effect of compiler optimizations is to optimize
8472 unused variables out of existence, or assign variables to registers (as
8473 opposed to memory addresses). Depending on the support for such cases
8474 offered by the debug info format used by the compiler, @value{GDBN}
8475 might not be able to display values for such local variables. If that
8476 happens, @value{GDBN} will print a message like this:
8477
8478 @smallexample
8479 No symbol "foo" in current context.
8480 @end smallexample
8481
8482 To solve such problems, either recompile without optimizations, or use a
8483 different debug info format, if the compiler supports several such
8484 formats. @xref{Compilation}, for more information on choosing compiler
8485 options. @xref{C, ,C and C@t{++}}, for more information about debug
8486 info formats that are best suited to C@t{++} programs.
8487
8488 If you ask to print an object whose contents are unknown to
8489 @value{GDBN}, e.g., because its data type is not completely specified
8490 by the debug information, @value{GDBN} will say @samp{<incomplete
8491 type>}. @xref{Symbols, incomplete type}, for more about this.
8492
8493 If you append @kbd{@@entry} string to a function parameter name you get its
8494 value at the time the function got called. If the value is not available an
8495 error message is printed. Entry values are available only with some compilers.
8496 Entry values are normally also printed at the function parameter list according
8497 to @ref{set print entry-values}.
8498
8499 @smallexample
8500 Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
8501 29 i++;
8502 (gdb) next
8503 30 e (i);
8504 (gdb) print i
8505 $1 = 31
8506 (gdb) print i@@entry
8507 $2 = 30
8508 @end smallexample
8509
8510 Strings are identified as arrays of @code{char} values without specified
8511 signedness. Arrays of either @code{signed char} or @code{unsigned char} get
8512 printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
8513 @code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
8514 defines literal string type @code{"char"} as @code{char} without a sign.
8515 For program code
8516
8517 @smallexample
8518 char var0[] = "A";
8519 signed char var1[] = "A";
8520 @end smallexample
8521
8522 You get during debugging
8523 @smallexample
8524 (gdb) print var0
8525 $1 = "A"
8526 (gdb) print var1
8527 $2 = @{65 'A', 0 '\0'@}
8528 @end smallexample
8529
8530 @node Arrays
8531 @section Artificial Arrays
8532
8533 @cindex artificial array
8534 @cindex arrays
8535 @kindex @@@r{, referencing memory as an array}
8536 It is often useful to print out several successive objects of the
8537 same type in memory; a section of an array, or an array of
8538 dynamically determined size for which only a pointer exists in the
8539 program.
8540
8541 You can do this by referring to a contiguous span of memory as an
8542 @dfn{artificial array}, using the binary operator @samp{@@}. The left
8543 operand of @samp{@@} should be the first element of the desired array
8544 and be an individual object. The right operand should be the desired length
8545 of the array. The result is an array value whose elements are all of
8546 the type of the left argument. The first element is actually the left
8547 argument; the second element comes from bytes of memory immediately
8548 following those that hold the first element, and so on. Here is an
8549 example. If a program says
8550
8551 @smallexample
8552 int *array = (int *) malloc (len * sizeof (int));
8553 @end smallexample
8554
8555 @noindent
8556 you can print the contents of @code{array} with
8557
8558 @smallexample
8559 p *array@@len
8560 @end smallexample
8561
8562 The left operand of @samp{@@} must reside in memory. Array values made
8563 with @samp{@@} in this way behave just like other arrays in terms of
8564 subscripting, and are coerced to pointers when used in expressions.
8565 Artificial arrays most often appear in expressions via the value history
8566 (@pxref{Value History, ,Value History}), after printing one out.
8567
8568 Another way to create an artificial array is to use a cast.
8569 This re-interprets a value as if it were an array.
8570 The value need not be in memory:
8571 @smallexample
8572 (@value{GDBP}) p/x (short[2])0x12345678
8573 $1 = @{0x1234, 0x5678@}
8574 @end smallexample
8575
8576 As a convenience, if you leave the array length out (as in
8577 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
8578 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
8579 @smallexample
8580 (@value{GDBP}) p/x (short[])0x12345678
8581 $2 = @{0x1234, 0x5678@}
8582 @end smallexample
8583
8584 Sometimes the artificial array mechanism is not quite enough; in
8585 moderately complex data structures, the elements of interest may not
8586 actually be adjacent---for example, if you are interested in the values
8587 of pointers in an array. One useful work-around in this situation is
8588 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
8589 Variables}) as a counter in an expression that prints the first
8590 interesting value, and then repeat that expression via @key{RET}. For
8591 instance, suppose you have an array @code{dtab} of pointers to
8592 structures, and you are interested in the values of a field @code{fv}
8593 in each structure. Here is an example of what you might type:
8594
8595 @smallexample
8596 set $i = 0
8597 p dtab[$i++]->fv
8598 @key{RET}
8599 @key{RET}
8600 @dots{}
8601 @end smallexample
8602
8603 @node Output Formats
8604 @section Output Formats
8605
8606 @cindex formatted output
8607 @cindex output formats
8608 By default, @value{GDBN} prints a value according to its data type. Sometimes
8609 this is not what you want. For example, you might want to print a number
8610 in hex, or a pointer in decimal. Or you might want to view data in memory
8611 at a certain address as a character string or as an instruction. To do
8612 these things, specify an @dfn{output format} when you print a value.
8613
8614 The simplest use of output formats is to say how to print a value
8615 already computed. This is done by starting the arguments of the
8616 @code{print} command with a slash and a format letter. The format
8617 letters supported are:
8618
8619 @table @code
8620 @item x
8621 Regard the bits of the value as an integer, and print the integer in
8622 hexadecimal.
8623
8624 @item d
8625 Print as integer in signed decimal.
8626
8627 @item u
8628 Print as integer in unsigned decimal.
8629
8630 @item o
8631 Print as integer in octal.
8632
8633 @item t
8634 Print as integer in binary. The letter @samp{t} stands for ``two''.
8635 @footnote{@samp{b} cannot be used because these format letters are also
8636 used with the @code{x} command, where @samp{b} stands for ``byte'';
8637 see @ref{Memory,,Examining Memory}.}
8638
8639 @item a
8640 @cindex unknown address, locating
8641 @cindex locate address
8642 Print as an address, both absolute in hexadecimal and as an offset from
8643 the nearest preceding symbol. You can use this format used to discover
8644 where (in what function) an unknown address is located:
8645
8646 @smallexample
8647 (@value{GDBP}) p/a 0x54320
8648 $3 = 0x54320 <_initialize_vx+396>
8649 @end smallexample
8650
8651 @noindent
8652 The command @code{info symbol 0x54320} yields similar results.
8653 @xref{Symbols, info symbol}.
8654
8655 @item c
8656 Regard as an integer and print it as a character constant. This
8657 prints both the numerical value and its character representation. The
8658 character representation is replaced with the octal escape @samp{\nnn}
8659 for characters outside the 7-bit @sc{ascii} range.
8660
8661 Without this format, @value{GDBN} displays @code{char},
8662 @w{@code{unsigned char}}, and @w{@code{signed char}} data as character
8663 constants. Single-byte members of vectors are displayed as integer
8664 data.
8665
8666 @item f
8667 Regard the bits of the value as a floating point number and print
8668 using typical floating point syntax.
8669
8670 @item s
8671 @cindex printing strings
8672 @cindex printing byte arrays
8673 Regard as a string, if possible. With this format, pointers to single-byte
8674 data are displayed as null-terminated strings and arrays of single-byte data
8675 are displayed as fixed-length strings. Other values are displayed in their
8676 natural types.
8677
8678 Without this format, @value{GDBN} displays pointers to and arrays of
8679 @code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
8680 strings. Single-byte members of a vector are displayed as an integer
8681 array.
8682
8683 @item z
8684 Like @samp{x} formatting, the value is treated as an integer and
8685 printed as hexadecimal, but leading zeros are printed to pad the value
8686 to the size of the integer type.
8687
8688 @item r
8689 @cindex raw printing
8690 Print using the @samp{raw} formatting. By default, @value{GDBN} will
8691 use a Python-based pretty-printer, if one is available (@pxref{Pretty
8692 Printing}). This typically results in a higher-level display of the
8693 value's contents. The @samp{r} format bypasses any Python
8694 pretty-printer which might exist.
8695 @end table
8696
8697 For example, to print the program counter in hex (@pxref{Registers}), type
8698
8699 @smallexample
8700 p/x $pc
8701 @end smallexample
8702
8703 @noindent
8704 Note that no space is required before the slash; this is because command
8705 names in @value{GDBN} cannot contain a slash.
8706
8707 To reprint the last value in the value history with a different format,
8708 you can use the @code{print} command with just a format and no
8709 expression. For example, @samp{p/x} reprints the last value in hex.
8710
8711 @node Memory
8712 @section Examining Memory
8713
8714 You can use the command @code{x} (for ``examine'') to examine memory in
8715 any of several formats, independently of your program's data types.
8716
8717 @cindex examining memory
8718 @table @code
8719 @kindex x @r{(examine memory)}
8720 @item x/@var{nfu} @var{addr}
8721 @itemx x @var{addr}
8722 @itemx x
8723 Use the @code{x} command to examine memory.
8724 @end table
8725
8726 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
8727 much memory to display and how to format it; @var{addr} is an
8728 expression giving the address where you want to start displaying memory.
8729 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
8730 Several commands set convenient defaults for @var{addr}.
8731
8732 @table @r
8733 @item @var{n}, the repeat count
8734 The repeat count is a decimal integer; the default is 1. It specifies
8735 how much memory (counting by units @var{u}) to display.
8736 @c This really is **decimal**; unaffected by 'set radix' as of GDB
8737 @c 4.1.2.
8738
8739 @item @var{f}, the display format
8740 The display format is one of the formats used by @code{print}
8741 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
8742 @samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
8743 The default is @samp{x} (hexadecimal) initially. The default changes
8744 each time you use either @code{x} or @code{print}.
8745
8746 @item @var{u}, the unit size
8747 The unit size is any of
8748
8749 @table @code
8750 @item b
8751 Bytes.
8752 @item h
8753 Halfwords (two bytes).
8754 @item w
8755 Words (four bytes). This is the initial default.
8756 @item g
8757 Giant words (eight bytes).
8758 @end table
8759
8760 Each time you specify a unit size with @code{x}, that size becomes the
8761 default unit the next time you use @code{x}. For the @samp{i} format,
8762 the unit size is ignored and is normally not written. For the @samp{s} format,
8763 the unit size defaults to @samp{b}, unless it is explicitly given.
8764 Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
8765 32-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
8766 Note that the results depend on the programming language of the
8767 current compilation unit. If the language is C, the @samp{s}
8768 modifier will use the UTF-16 encoding while @samp{w} will use
8769 UTF-32. The encoding is set by the programming language and cannot
8770 be altered.
8771
8772 @item @var{addr}, starting display address
8773 @var{addr} is the address where you want @value{GDBN} to begin displaying
8774 memory. The expression need not have a pointer value (though it may);
8775 it is always interpreted as an integer address of a byte of memory.
8776 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
8777 @var{addr} is usually just after the last address examined---but several
8778 other commands also set the default address: @code{info breakpoints} (to
8779 the address of the last breakpoint listed), @code{info line} (to the
8780 starting address of a line), and @code{print} (if you use it to display
8781 a value from memory).
8782 @end table
8783
8784 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
8785 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
8786 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
8787 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
8788 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
8789
8790 Since the letters indicating unit sizes are all distinct from the
8791 letters specifying output formats, you do not have to remember whether
8792 unit size or format comes first; either order works. The output
8793 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
8794 (However, the count @var{n} must come first; @samp{wx4} does not work.)
8795
8796 Even though the unit size @var{u} is ignored for the formats @samp{s}
8797 and @samp{i}, you might still want to use a count @var{n}; for example,
8798 @samp{3i} specifies that you want to see three machine instructions,
8799 including any operands. For convenience, especially when used with
8800 the @code{display} command, the @samp{i} format also prints branch delay
8801 slot instructions, if any, beyond the count specified, which immediately
8802 follow the last instruction that is within the count. The command
8803 @code{disassemble} gives an alternative way of inspecting machine
8804 instructions; see @ref{Machine Code,,Source and Machine Code}.
8805
8806 All the defaults for the arguments to @code{x} are designed to make it
8807 easy to continue scanning memory with minimal specifications each time
8808 you use @code{x}. For example, after you have inspected three machine
8809 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
8810 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
8811 the repeat count @var{n} is used again; the other arguments default as
8812 for successive uses of @code{x}.
8813
8814 When examining machine instructions, the instruction at current program
8815 counter is shown with a @code{=>} marker. For example:
8816
8817 @smallexample
8818 (@value{GDBP}) x/5i $pc-6
8819 0x804837f <main+11>: mov %esp,%ebp
8820 0x8048381 <main+13>: push %ecx
8821 0x8048382 <main+14>: sub $0x4,%esp
8822 => 0x8048385 <main+17>: movl $0x8048460,(%esp)
8823 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
8824 @end smallexample
8825
8826 @cindex @code{$_}, @code{$__}, and value history
8827 The addresses and contents printed by the @code{x} command are not saved
8828 in the value history because there is often too much of them and they
8829 would get in the way. Instead, @value{GDBN} makes these values available for
8830 subsequent use in expressions as values of the convenience variables
8831 @code{$_} and @code{$__}. After an @code{x} command, the last address
8832 examined is available for use in expressions in the convenience variable
8833 @code{$_}. The contents of that address, as examined, are available in
8834 the convenience variable @code{$__}.
8835
8836 If the @code{x} command has a repeat count, the address and contents saved
8837 are from the last memory unit printed; this is not the same as the last
8838 address printed if several units were printed on the last line of output.
8839
8840 @cindex remote memory comparison
8841 @cindex target memory comparison
8842 @cindex verify remote memory image
8843 @cindex verify target memory image
8844 When you are debugging a program running on a remote target machine
8845 (@pxref{Remote Debugging}), you may wish to verify the program's image
8846 in the remote machine's memory against the executable file you
8847 downloaded to the target. Or, on any target, you may want to check
8848 whether the program has corrupted its own read-only sections. The
8849 @code{compare-sections} command is provided for such situations.
8850
8851 @table @code
8852 @kindex compare-sections
8853 @item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
8854 Compare the data of a loadable section @var{section-name} in the
8855 executable file of the program being debugged with the same section in
8856 the target machine's memory, and report any mismatches. With no
8857 arguments, compares all loadable sections. With an argument of
8858 @code{-r}, compares all loadable read-only sections.
8859
8860 Note: for remote targets, this command can be accelerated if the
8861 target supports computing the CRC checksum of a block of memory
8862 (@pxref{qCRC packet}).
8863 @end table
8864
8865 @node Auto Display
8866 @section Automatic Display
8867 @cindex automatic display
8868 @cindex display of expressions
8869
8870 If you find that you want to print the value of an expression frequently
8871 (to see how it changes), you might want to add it to the @dfn{automatic
8872 display list} so that @value{GDBN} prints its value each time your program stops.
8873 Each expression added to the list is given a number to identify it;
8874 to remove an expression from the list, you specify that number.
8875 The automatic display looks like this:
8876
8877 @smallexample
8878 2: foo = 38
8879 3: bar[5] = (struct hack *) 0x3804
8880 @end smallexample
8881
8882 @noindent
8883 This display shows item numbers, expressions and their current values. As with
8884 displays you request manually using @code{x} or @code{print}, you can
8885 specify the output format you prefer; in fact, @code{display} decides
8886 whether to use @code{print} or @code{x} depending your format
8887 specification---it uses @code{x} if you specify either the @samp{i}
8888 or @samp{s} format, or a unit size; otherwise it uses @code{print}.
8889
8890 @table @code
8891 @kindex display
8892 @item display @var{expr}
8893 Add the expression @var{expr} to the list of expressions to display
8894 each time your program stops. @xref{Expressions, ,Expressions}.
8895
8896 @code{display} does not repeat if you press @key{RET} again after using it.
8897
8898 @item display/@var{fmt} @var{expr}
8899 For @var{fmt} specifying only a display format and not a size or
8900 count, add the expression @var{expr} to the auto-display list but
8901 arrange to display it each time in the specified format @var{fmt}.
8902 @xref{Output Formats,,Output Formats}.
8903
8904 @item display/@var{fmt} @var{addr}
8905 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
8906 number of units, add the expression @var{addr} as a memory address to
8907 be examined each time your program stops. Examining means in effect
8908 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
8909 @end table
8910
8911 For example, @samp{display/i $pc} can be helpful, to see the machine
8912 instruction about to be executed each time execution stops (@samp{$pc}
8913 is a common name for the program counter; @pxref{Registers, ,Registers}).
8914
8915 @table @code
8916 @kindex delete display
8917 @kindex undisplay
8918 @item undisplay @var{dnums}@dots{}
8919 @itemx delete display @var{dnums}@dots{}
8920 Remove items from the list of expressions to display. Specify the
8921 numbers of the displays that you want affected with the command
8922 argument @var{dnums}. It can be a single display number, one of the
8923 numbers shown in the first field of the @samp{info display} display;
8924 or it could be a range of display numbers, as in @code{2-4}.
8925
8926 @code{undisplay} does not repeat if you press @key{RET} after using it.
8927 (Otherwise you would just get the error @samp{No display number @dots{}}.)
8928
8929 @kindex disable display
8930 @item disable display @var{dnums}@dots{}
8931 Disable the display of item numbers @var{dnums}. A disabled display
8932 item is not printed automatically, but is not forgotten. It may be
8933 enabled again later. Specify the numbers of the displays that you
8934 want affected with the command argument @var{dnums}. It can be a
8935 single display number, one of the numbers shown in the first field of
8936 the @samp{info display} display; or it could be a range of display
8937 numbers, as in @code{2-4}.
8938
8939 @kindex enable display
8940 @item enable display @var{dnums}@dots{}
8941 Enable display of item numbers @var{dnums}. It becomes effective once
8942 again in auto display of its expression, until you specify otherwise.
8943 Specify the numbers of the displays that you want affected with the
8944 command argument @var{dnums}. It can be a single display number, one
8945 of the numbers shown in the first field of the @samp{info display}
8946 display; or it could be a range of display numbers, as in @code{2-4}.
8947
8948 @item display
8949 Display the current values of the expressions on the list, just as is
8950 done when your program stops.
8951
8952 @kindex info display
8953 @item info display
8954 Print the list of expressions previously set up to display
8955 automatically, each one with its item number, but without showing the
8956 values. This includes disabled expressions, which are marked as such.
8957 It also includes expressions which would not be displayed right now
8958 because they refer to automatic variables not currently available.
8959 @end table
8960
8961 @cindex display disabled out of scope
8962 If a display expression refers to local variables, then it does not make
8963 sense outside the lexical context for which it was set up. Such an
8964 expression is disabled when execution enters a context where one of its
8965 variables is not defined. For example, if you give the command
8966 @code{display last_char} while inside a function with an argument
8967 @code{last_char}, @value{GDBN} displays this argument while your program
8968 continues to stop inside that function. When it stops elsewhere---where
8969 there is no variable @code{last_char}---the display is disabled
8970 automatically. The next time your program stops where @code{last_char}
8971 is meaningful, you can enable the display expression once again.
8972
8973 @node Print Settings
8974 @section Print Settings
8975
8976 @cindex format options
8977 @cindex print settings
8978 @value{GDBN} provides the following ways to control how arrays, structures,
8979 and symbols are printed.
8980
8981 @noindent
8982 These settings are useful for debugging programs in any language:
8983
8984 @table @code
8985 @kindex set print
8986 @item set print address
8987 @itemx set print address on
8988 @cindex print/don't print memory addresses
8989 @value{GDBN} prints memory addresses showing the location of stack
8990 traces, structure values, pointer values, breakpoints, and so forth,
8991 even when it also displays the contents of those addresses. The default
8992 is @code{on}. For example, this is what a stack frame display looks like with
8993 @code{set print address on}:
8994
8995 @smallexample
8996 @group
8997 (@value{GDBP}) f
8998 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
8999 at input.c:530
9000 530 if (lquote != def_lquote)
9001 @end group
9002 @end smallexample
9003
9004 @item set print address off
9005 Do not print addresses when displaying their contents. For example,
9006 this is the same stack frame displayed with @code{set print address off}:
9007
9008 @smallexample
9009 @group
9010 (@value{GDBP}) set print addr off
9011 (@value{GDBP}) f
9012 #0 set_quotes (lq="<<", rq=">>") at input.c:530
9013 530 if (lquote != def_lquote)
9014 @end group
9015 @end smallexample
9016
9017 You can use @samp{set print address off} to eliminate all machine
9018 dependent displays from the @value{GDBN} interface. For example, with
9019 @code{print address off}, you should get the same text for backtraces on
9020 all machines---whether or not they involve pointer arguments.
9021
9022 @kindex show print
9023 @item show print address
9024 Show whether or not addresses are to be printed.
9025 @end table
9026
9027 When @value{GDBN} prints a symbolic address, it normally prints the
9028 closest earlier symbol plus an offset. If that symbol does not uniquely
9029 identify the address (for example, it is a name whose scope is a single
9030 source file), you may need to clarify. One way to do this is with
9031 @code{info line}, for example @samp{info line *0x4537}. Alternately,
9032 you can set @value{GDBN} to print the source file and line number when
9033 it prints a symbolic address:
9034
9035 @table @code
9036 @item set print symbol-filename on
9037 @cindex source file and line of a symbol
9038 @cindex symbol, source file and line
9039 Tell @value{GDBN} to print the source file name and line number of a
9040 symbol in the symbolic form of an address.
9041
9042 @item set print symbol-filename off
9043 Do not print source file name and line number of a symbol. This is the
9044 default.
9045
9046 @item show print symbol-filename
9047 Show whether or not @value{GDBN} will print the source file name and
9048 line number of a symbol in the symbolic form of an address.
9049 @end table
9050
9051 Another situation where it is helpful to show symbol filenames and line
9052 numbers is when disassembling code; @value{GDBN} shows you the line
9053 number and source file that corresponds to each instruction.
9054
9055 Also, you may wish to see the symbolic form only if the address being
9056 printed is reasonably close to the closest earlier symbol:
9057
9058 @table @code
9059 @item set print max-symbolic-offset @var{max-offset}
9060 @itemx set print max-symbolic-offset unlimited
9061 @cindex maximum value for offset of closest symbol
9062 Tell @value{GDBN} to only display the symbolic form of an address if the
9063 offset between the closest earlier symbol and the address is less than
9064 @var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
9065 to always print the symbolic form of an address if any symbol precedes
9066 it. Zero is equivalent to @code{unlimited}.
9067
9068 @item show print max-symbolic-offset
9069 Ask how large the maximum offset is that @value{GDBN} prints in a
9070 symbolic address.
9071 @end table
9072
9073 @cindex wild pointer, interpreting
9074 @cindex pointer, finding referent
9075 If you have a pointer and you are not sure where it points, try
9076 @samp{set print symbol-filename on}. Then you can determine the name
9077 and source file location of the variable where it points, using
9078 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
9079 For example, here @value{GDBN} shows that a variable @code{ptt} points
9080 at another variable @code{t}, defined in @file{hi2.c}:
9081
9082 @smallexample
9083 (@value{GDBP}) set print symbol-filename on
9084 (@value{GDBP}) p/a ptt
9085 $4 = 0xe008 <t in hi2.c>
9086 @end smallexample
9087
9088 @quotation
9089 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
9090 does not show the symbol name and filename of the referent, even with
9091 the appropriate @code{set print} options turned on.
9092 @end quotation
9093
9094 You can also enable @samp{/a}-like formatting all the time using
9095 @samp{set print symbol on}:
9096
9097 @table @code
9098 @item set print symbol on
9099 Tell @value{GDBN} to print the symbol corresponding to an address, if
9100 one exists.
9101
9102 @item set print symbol off
9103 Tell @value{GDBN} not to print the symbol corresponding to an
9104 address. In this mode, @value{GDBN} will still print the symbol
9105 corresponding to pointers to functions. This is the default.
9106
9107 @item show print symbol
9108 Show whether @value{GDBN} will display the symbol corresponding to an
9109 address.
9110 @end table
9111
9112 Other settings control how different kinds of objects are printed:
9113
9114 @table @code
9115 @item set print array
9116 @itemx set print array on
9117 @cindex pretty print arrays
9118 Pretty print arrays. This format is more convenient to read,
9119 but uses more space. The default is off.
9120
9121 @item set print array off
9122 Return to compressed format for arrays.
9123
9124 @item show print array
9125 Show whether compressed or pretty format is selected for displaying
9126 arrays.
9127
9128 @cindex print array indexes
9129 @item set print array-indexes
9130 @itemx set print array-indexes on
9131 Print the index of each element when displaying arrays. May be more
9132 convenient to locate a given element in the array or quickly find the
9133 index of a given element in that printed array. The default is off.
9134
9135 @item set print array-indexes off
9136 Stop printing element indexes when displaying arrays.
9137
9138 @item show print array-indexes
9139 Show whether the index of each element is printed when displaying
9140 arrays.
9141
9142 @item set print elements @var{number-of-elements}
9143 @itemx set print elements unlimited
9144 @cindex number of array elements to print
9145 @cindex limit on number of printed array elements
9146 Set a limit on how many elements of an array @value{GDBN} will print.
9147 If @value{GDBN} is printing a large array, it stops printing after it has
9148 printed the number of elements set by the @code{set print elements} command.
9149 This limit also applies to the display of strings.
9150 When @value{GDBN} starts, this limit is set to 200.
9151 Setting @var{number-of-elements} to @code{unlimited} or zero means
9152 that the number of elements to print is unlimited.
9153
9154 @item show print elements
9155 Display the number of elements of a large array that @value{GDBN} will print.
9156 If the number is 0, then the printing is unlimited.
9157
9158 @item set print frame-arguments @var{value}
9159 @kindex set print frame-arguments
9160 @cindex printing frame argument values
9161 @cindex print all frame argument values
9162 @cindex print frame argument values for scalars only
9163 @cindex do not print frame argument values
9164 This command allows to control how the values of arguments are printed
9165 when the debugger prints a frame (@pxref{Frames}). The possible
9166 values are:
9167
9168 @table @code
9169 @item all
9170 The values of all arguments are printed.
9171
9172 @item scalars
9173 Print the value of an argument only if it is a scalar. The value of more
9174 complex arguments such as arrays, structures, unions, etc, is replaced
9175 by @code{@dots{}}. This is the default. Here is an example where
9176 only scalar arguments are shown:
9177
9178 @smallexample
9179 #1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
9180 at frame-args.c:23
9181 @end smallexample
9182
9183 @item none
9184 None of the argument values are printed. Instead, the value of each argument
9185 is replaced by @code{@dots{}}. In this case, the example above now becomes:
9186
9187 @smallexample
9188 #1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
9189 at frame-args.c:23
9190 @end smallexample
9191 @end table
9192
9193 By default, only scalar arguments are printed. This command can be used
9194 to configure the debugger to print the value of all arguments, regardless
9195 of their type. However, it is often advantageous to not print the value
9196 of more complex parameters. For instance, it reduces the amount of
9197 information printed in each frame, making the backtrace more readable.
9198 Also, it improves performance when displaying Ada frames, because
9199 the computation of large arguments can sometimes be CPU-intensive,
9200 especially in large applications. Setting @code{print frame-arguments}
9201 to @code{scalars} (the default) or @code{none} avoids this computation,
9202 thus speeding up the display of each Ada frame.
9203
9204 @item show print frame-arguments
9205 Show how the value of arguments should be displayed when printing a frame.
9206
9207 @item set print raw frame-arguments on
9208 Print frame arguments in raw, non pretty-printed, form.
9209
9210 @item set print raw frame-arguments off
9211 Print frame arguments in pretty-printed form, if there is a pretty-printer
9212 for the value (@pxref{Pretty Printing}),
9213 otherwise print the value in raw form.
9214 This is the default.
9215
9216 @item show print raw frame-arguments
9217 Show whether to print frame arguments in raw form.
9218
9219 @anchor{set print entry-values}
9220 @item set print entry-values @var{value}
9221 @kindex set print entry-values
9222 Set printing of frame argument values at function entry. In some cases
9223 @value{GDBN} can determine the value of function argument which was passed by
9224 the function caller, even if the value was modified inside the called function
9225 and therefore is different. With optimized code, the current value could be
9226 unavailable, but the entry value may still be known.
9227
9228 The default value is @code{default} (see below for its description). Older
9229 @value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
9230 this feature will behave in the @code{default} setting the same way as with the
9231 @code{no} setting.
9232
9233 This functionality is currently supported only by DWARF 2 debugging format and
9234 the compiler has to produce @samp{DW_TAG_GNU_call_site} tags. With
9235 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
9236 this information.
9237
9238 The @var{value} parameter can be one of the following:
9239
9240 @table @code
9241 @item no
9242 Print only actual parameter values, never print values from function entry
9243 point.
9244 @smallexample
9245 #0 equal (val=5)
9246 #0 different (val=6)
9247 #0 lost (val=<optimized out>)
9248 #0 born (val=10)
9249 #0 invalid (val=<optimized out>)
9250 @end smallexample
9251
9252 @item only
9253 Print only parameter values from function entry point. The actual parameter
9254 values are never printed.
9255 @smallexample
9256 #0 equal (val@@entry=5)
9257 #0 different (val@@entry=5)
9258 #0 lost (val@@entry=5)
9259 #0 born (val@@entry=<optimized out>)
9260 #0 invalid (val@@entry=<optimized out>)
9261 @end smallexample
9262
9263 @item preferred
9264 Print only parameter values from function entry point. If value from function
9265 entry point is not known while the actual value is known, print the actual
9266 value for such parameter.
9267 @smallexample
9268 #0 equal (val@@entry=5)
9269 #0 different (val@@entry=5)
9270 #0 lost (val@@entry=5)
9271 #0 born (val=10)
9272 #0 invalid (val@@entry=<optimized out>)
9273 @end smallexample
9274
9275 @item if-needed
9276 Print actual parameter values. If actual parameter value is not known while
9277 value from function entry point is known, print the entry point value for such
9278 parameter.
9279 @smallexample
9280 #0 equal (val=5)
9281 #0 different (val=6)
9282 #0 lost (val@@entry=5)
9283 #0 born (val=10)
9284 #0 invalid (val=<optimized out>)
9285 @end smallexample
9286
9287 @item both
9288 Always print both the actual parameter value and its value from function entry
9289 point, even if values of one or both are not available due to compiler
9290 optimizations.
9291 @smallexample
9292 #0 equal (val=5, val@@entry=5)
9293 #0 different (val=6, val@@entry=5)
9294 #0 lost (val=<optimized out>, val@@entry=5)
9295 #0 born (val=10, val@@entry=<optimized out>)
9296 #0 invalid (val=<optimized out>, val@@entry=<optimized out>)
9297 @end smallexample
9298
9299 @item compact
9300 Print the actual parameter value if it is known and also its value from
9301 function entry point if it is known. If neither is known, print for the actual
9302 value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
9303 values are known and identical, print the shortened
9304 @code{param=param@@entry=VALUE} notation.
9305 @smallexample
9306 #0 equal (val=val@@entry=5)
9307 #0 different (val=6, val@@entry=5)
9308 #0 lost (val@@entry=5)
9309 #0 born (val=10)
9310 #0 invalid (val=<optimized out>)
9311 @end smallexample
9312
9313 @item default
9314 Always print the actual parameter value. Print also its value from function
9315 entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
9316 if both values are known and identical, print the shortened
9317 @code{param=param@@entry=VALUE} notation.
9318 @smallexample
9319 #0 equal (val=val@@entry=5)
9320 #0 different (val=6, val@@entry=5)
9321 #0 lost (val=<optimized out>, val@@entry=5)
9322 #0 born (val=10)
9323 #0 invalid (val=<optimized out>)
9324 @end smallexample
9325 @end table
9326
9327 For analysis messages on possible failures of frame argument values at function
9328 entry resolution see @ref{set debug entry-values}.
9329
9330 @item show print entry-values
9331 Show the method being used for printing of frame argument values at function
9332 entry.
9333
9334 @item set print repeats @var{number-of-repeats}
9335 @itemx set print repeats unlimited
9336 @cindex repeated array elements
9337 Set the threshold for suppressing display of repeated array
9338 elements. When the number of consecutive identical elements of an
9339 array exceeds the threshold, @value{GDBN} prints the string
9340 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
9341 identical repetitions, instead of displaying the identical elements
9342 themselves. Setting the threshold to @code{unlimited} or zero will
9343 cause all elements to be individually printed. The default threshold
9344 is 10.
9345
9346 @item show print repeats
9347 Display the current threshold for printing repeated identical
9348 elements.
9349
9350 @item set print null-stop
9351 @cindex @sc{null} elements in arrays
9352 Cause @value{GDBN} to stop printing the characters of an array when the first
9353 @sc{null} is encountered. This is useful when large arrays actually
9354 contain only short strings.
9355 The default is off.
9356
9357 @item show print null-stop
9358 Show whether @value{GDBN} stops printing an array on the first
9359 @sc{null} character.
9360
9361 @item set print pretty on
9362 @cindex print structures in indented form
9363 @cindex indentation in structure display
9364 Cause @value{GDBN} to print structures in an indented format with one member
9365 per line, like this:
9366
9367 @smallexample
9368 @group
9369 $1 = @{
9370 next = 0x0,
9371 flags = @{
9372 sweet = 1,
9373 sour = 1
9374 @},
9375 meat = 0x54 "Pork"
9376 @}
9377 @end group
9378 @end smallexample
9379
9380 @item set print pretty off
9381 Cause @value{GDBN} to print structures in a compact format, like this:
9382
9383 @smallexample
9384 @group
9385 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
9386 meat = 0x54 "Pork"@}
9387 @end group
9388 @end smallexample
9389
9390 @noindent
9391 This is the default format.
9392
9393 @item show print pretty
9394 Show which format @value{GDBN} is using to print structures.
9395
9396 @item set print sevenbit-strings on
9397 @cindex eight-bit characters in strings
9398 @cindex octal escapes in strings
9399 Print using only seven-bit characters; if this option is set,
9400 @value{GDBN} displays any eight-bit characters (in strings or
9401 character values) using the notation @code{\}@var{nnn}. This setting is
9402 best if you are working in English (@sc{ascii}) and you use the
9403 high-order bit of characters as a marker or ``meta'' bit.
9404
9405 @item set print sevenbit-strings off
9406 Print full eight-bit characters. This allows the use of more
9407 international character sets, and is the default.
9408
9409 @item show print sevenbit-strings
9410 Show whether or not @value{GDBN} is printing only seven-bit characters.
9411
9412 @item set print union on
9413 @cindex unions in structures, printing
9414 Tell @value{GDBN} to print unions which are contained in structures
9415 and other unions. This is the default setting.
9416
9417 @item set print union off
9418 Tell @value{GDBN} not to print unions which are contained in
9419 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
9420 instead.
9421
9422 @item show print union
9423 Ask @value{GDBN} whether or not it will print unions which are contained in
9424 structures and other unions.
9425
9426 For example, given the declarations
9427
9428 @smallexample
9429 typedef enum @{Tree, Bug@} Species;
9430 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
9431 typedef enum @{Caterpillar, Cocoon, Butterfly@}
9432 Bug_forms;
9433
9434 struct thing @{
9435 Species it;
9436 union @{
9437 Tree_forms tree;
9438 Bug_forms bug;
9439 @} form;
9440 @};
9441
9442 struct thing foo = @{Tree, @{Acorn@}@};
9443 @end smallexample
9444
9445 @noindent
9446 with @code{set print union on} in effect @samp{p foo} would print
9447
9448 @smallexample
9449 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
9450 @end smallexample
9451
9452 @noindent
9453 and with @code{set print union off} in effect it would print
9454
9455 @smallexample
9456 $1 = @{it = Tree, form = @{...@}@}
9457 @end smallexample
9458
9459 @noindent
9460 @code{set print union} affects programs written in C-like languages
9461 and in Pascal.
9462 @end table
9463
9464 @need 1000
9465 @noindent
9466 These settings are of interest when debugging C@t{++} programs:
9467
9468 @table @code
9469 @cindex demangling C@t{++} names
9470 @item set print demangle
9471 @itemx set print demangle on
9472 Print C@t{++} names in their source form rather than in the encoded
9473 (``mangled'') form passed to the assembler and linker for type-safe
9474 linkage. The default is on.
9475
9476 @item show print demangle
9477 Show whether C@t{++} names are printed in mangled or demangled form.
9478
9479 @item set print asm-demangle
9480 @itemx set print asm-demangle on
9481 Print C@t{++} names in their source form rather than their mangled form, even
9482 in assembler code printouts such as instruction disassemblies.
9483 The default is off.
9484
9485 @item show print asm-demangle
9486 Show whether C@t{++} names in assembly listings are printed in mangled
9487 or demangled form.
9488
9489 @cindex C@t{++} symbol decoding style
9490 @cindex symbol decoding style, C@t{++}
9491 @kindex set demangle-style
9492 @item set demangle-style @var{style}
9493 Choose among several encoding schemes used by different compilers to
9494 represent C@t{++} names. The choices for @var{style} are currently:
9495
9496 @table @code
9497 @item auto
9498 Allow @value{GDBN} to choose a decoding style by inspecting your program.
9499 This is the default.
9500
9501 @item gnu
9502 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
9503
9504 @item hp
9505 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
9506
9507 @item lucid
9508 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
9509
9510 @item arm
9511 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
9512 @strong{Warning:} this setting alone is not sufficient to allow
9513 debugging @code{cfront}-generated executables. @value{GDBN} would
9514 require further enhancement to permit that.
9515
9516 @end table
9517 If you omit @var{style}, you will see a list of possible formats.
9518
9519 @item show demangle-style
9520 Display the encoding style currently in use for decoding C@t{++} symbols.
9521
9522 @item set print object
9523 @itemx set print object on
9524 @cindex derived type of an object, printing
9525 @cindex display derived types
9526 When displaying a pointer to an object, identify the @emph{actual}
9527 (derived) type of the object rather than the @emph{declared} type, using
9528 the virtual function table. Note that the virtual function table is
9529 required---this feature can only work for objects that have run-time
9530 type identification; a single virtual method in the object's declared
9531 type is sufficient. Note that this setting is also taken into account when
9532 working with variable objects via MI (@pxref{GDB/MI}).
9533
9534 @item set print object off
9535 Display only the declared type of objects, without reference to the
9536 virtual function table. This is the default setting.
9537
9538 @item show print object
9539 Show whether actual, or declared, object types are displayed.
9540
9541 @item set print static-members
9542 @itemx set print static-members on
9543 @cindex static members of C@t{++} objects
9544 Print static members when displaying a C@t{++} object. The default is on.
9545
9546 @item set print static-members off
9547 Do not print static members when displaying a C@t{++} object.
9548
9549 @item show print static-members
9550 Show whether C@t{++} static members are printed or not.
9551
9552 @item set print pascal_static-members
9553 @itemx set print pascal_static-members on
9554 @cindex static members of Pascal objects
9555 @cindex Pascal objects, static members display
9556 Print static members when displaying a Pascal object. The default is on.
9557
9558 @item set print pascal_static-members off
9559 Do not print static members when displaying a Pascal object.
9560
9561 @item show print pascal_static-members
9562 Show whether Pascal static members are printed or not.
9563
9564 @c These don't work with HP ANSI C++ yet.
9565 @item set print vtbl
9566 @itemx set print vtbl on
9567 @cindex pretty print C@t{++} virtual function tables
9568 @cindex virtual functions (C@t{++}) display
9569 @cindex VTBL display
9570 Pretty print C@t{++} virtual function tables. The default is off.
9571 (The @code{vtbl} commands do not work on programs compiled with the HP
9572 ANSI C@t{++} compiler (@code{aCC}).)
9573
9574 @item set print vtbl off
9575 Do not pretty print C@t{++} virtual function tables.
9576
9577 @item show print vtbl
9578 Show whether C@t{++} virtual function tables are pretty printed, or not.
9579 @end table
9580
9581 @node Pretty Printing
9582 @section Pretty Printing
9583
9584 @value{GDBN} provides a mechanism to allow pretty-printing of values using
9585 Python code. It greatly simplifies the display of complex objects. This
9586 mechanism works for both MI and the CLI.
9587
9588 @menu
9589 * Pretty-Printer Introduction:: Introduction to pretty-printers
9590 * Pretty-Printer Example:: An example pretty-printer
9591 * Pretty-Printer Commands:: Pretty-printer commands
9592 @end menu
9593
9594 @node Pretty-Printer Introduction
9595 @subsection Pretty-Printer Introduction
9596
9597 When @value{GDBN} prints a value, it first sees if there is a pretty-printer
9598 registered for the value. If there is then @value{GDBN} invokes the
9599 pretty-printer to print the value. Otherwise the value is printed normally.
9600
9601 Pretty-printers are normally named. This makes them easy to manage.
9602 The @samp{info pretty-printer} command will list all the installed
9603 pretty-printers with their names.
9604 If a pretty-printer can handle multiple data types, then its
9605 @dfn{subprinters} are the printers for the individual data types.
9606 Each such subprinter has its own name.
9607 The format of the name is @var{printer-name};@var{subprinter-name}.
9608
9609 Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
9610 Typically they are automatically loaded and registered when the corresponding
9611 debug information is loaded, thus making them available without having to
9612 do anything special.
9613
9614 There are three places where a pretty-printer can be registered.
9615
9616 @itemize @bullet
9617 @item
9618 Pretty-printers registered globally are available when debugging
9619 all inferiors.
9620
9621 @item
9622 Pretty-printers registered with a program space are available only
9623 when debugging that program.
9624 @xref{Progspaces In Python}, for more details on program spaces in Python.
9625
9626 @item
9627 Pretty-printers registered with an objfile are loaded and unloaded
9628 with the corresponding objfile (e.g., shared library).
9629 @xref{Objfiles In Python}, for more details on objfiles in Python.
9630 @end itemize
9631
9632 @xref{Selecting Pretty-Printers}, for further information on how
9633 pretty-printers are selected,
9634
9635 @xref{Writing a Pretty-Printer}, for implementing pretty printers
9636 for new types.
9637
9638 @node Pretty-Printer Example
9639 @subsection Pretty-Printer Example
9640
9641 Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
9642
9643 @smallexample
9644 (@value{GDBP}) print s
9645 $1 = @{
9646 static npos = 4294967295,
9647 _M_dataplus = @{
9648 <std::allocator<char>> = @{
9649 <__gnu_cxx::new_allocator<char>> = @{
9650 <No data fields>@}, <No data fields>
9651 @},
9652 members of std::basic_string<char, std::char_traits<char>,
9653 std::allocator<char> >::_Alloc_hider:
9654 _M_p = 0x804a014 "abcd"
9655 @}
9656 @}
9657 @end smallexample
9658
9659 With a pretty-printer for @code{std::string} only the contents are printed:
9660
9661 @smallexample
9662 (@value{GDBP}) print s
9663 $2 = "abcd"
9664 @end smallexample
9665
9666 @node Pretty-Printer Commands
9667 @subsection Pretty-Printer Commands
9668 @cindex pretty-printer commands
9669
9670 @table @code
9671 @kindex info pretty-printer
9672 @item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9673 Print the list of installed pretty-printers.
9674 This includes disabled pretty-printers, which are marked as such.
9675
9676 @var{object-regexp} is a regular expression matching the objects
9677 whose pretty-printers to list.
9678 Objects can be @code{global}, the program space's file
9679 (@pxref{Progspaces In Python}),
9680 and the object files within that program space (@pxref{Objfiles In Python}).
9681 @xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
9682 looks up a printer from these three objects.
9683
9684 @var{name-regexp} is a regular expression matching the name of the printers
9685 to list.
9686
9687 @kindex disable pretty-printer
9688 @item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9689 Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
9690 A disabled pretty-printer is not forgotten, it may be enabled again later.
9691
9692 @kindex enable pretty-printer
9693 @item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9694 Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
9695 @end table
9696
9697 Example:
9698
9699 Suppose we have three pretty-printers installed: one from library1.so
9700 named @code{foo} that prints objects of type @code{foo}, and
9701 another from library2.so named @code{bar} that prints two types of objects,
9702 @code{bar1} and @code{bar2}.
9703
9704 @smallexample
9705 (gdb) info pretty-printer
9706 library1.so:
9707 foo
9708 library2.so:
9709 bar
9710 bar1
9711 bar2
9712 (gdb) info pretty-printer library2
9713 library2.so:
9714 bar
9715 bar1
9716 bar2
9717 (gdb) disable pretty-printer library1
9718 1 printer disabled
9719 2 of 3 printers enabled
9720 (gdb) info pretty-printer
9721 library1.so:
9722 foo [disabled]
9723 library2.so:
9724 bar
9725 bar1
9726 bar2
9727 (gdb) disable pretty-printer library2 bar:bar1
9728 1 printer disabled
9729 1 of 3 printers enabled
9730 (gdb) info pretty-printer library2
9731 library1.so:
9732 foo [disabled]
9733 library2.so:
9734 bar
9735 bar1 [disabled]
9736 bar2
9737 (gdb) disable pretty-printer library2 bar
9738 1 printer disabled
9739 0 of 3 printers enabled
9740 (gdb) info pretty-printer library2
9741 library1.so:
9742 foo [disabled]
9743 library2.so:
9744 bar [disabled]
9745 bar1 [disabled]
9746 bar2
9747 @end smallexample
9748
9749 Note that for @code{bar} the entire printer can be disabled,
9750 as can each individual subprinter.
9751
9752 @node Value History
9753 @section Value History
9754
9755 @cindex value history
9756 @cindex history of values printed by @value{GDBN}
9757 Values printed by the @code{print} command are saved in the @value{GDBN}
9758 @dfn{value history}. This allows you to refer to them in other expressions.
9759 Values are kept until the symbol table is re-read or discarded
9760 (for example with the @code{file} or @code{symbol-file} commands).
9761 When the symbol table changes, the value history is discarded,
9762 since the values may contain pointers back to the types defined in the
9763 symbol table.
9764
9765 @cindex @code{$}
9766 @cindex @code{$$}
9767 @cindex history number
9768 The values printed are given @dfn{history numbers} by which you can
9769 refer to them. These are successive integers starting with one.
9770 @code{print} shows you the history number assigned to a value by
9771 printing @samp{$@var{num} = } before the value; here @var{num} is the
9772 history number.
9773
9774 To refer to any previous value, use @samp{$} followed by the value's
9775 history number. The way @code{print} labels its output is designed to
9776 remind you of this. Just @code{$} refers to the most recent value in
9777 the history, and @code{$$} refers to the value before that.
9778 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
9779 is the value just prior to @code{$$}, @code{$$1} is equivalent to
9780 @code{$$}, and @code{$$0} is equivalent to @code{$}.
9781
9782 For example, suppose you have just printed a pointer to a structure and
9783 want to see the contents of the structure. It suffices to type
9784
9785 @smallexample
9786 p *$
9787 @end smallexample
9788
9789 If you have a chain of structures where the component @code{next} points
9790 to the next one, you can print the contents of the next one with this:
9791
9792 @smallexample
9793 p *$.next
9794 @end smallexample
9795
9796 @noindent
9797 You can print successive links in the chain by repeating this
9798 command---which you can do by just typing @key{RET}.
9799
9800 Note that the history records values, not expressions. If the value of
9801 @code{x} is 4 and you type these commands:
9802
9803 @smallexample
9804 print x
9805 set x=5
9806 @end smallexample
9807
9808 @noindent
9809 then the value recorded in the value history by the @code{print} command
9810 remains 4 even though the value of @code{x} has changed.
9811
9812 @table @code
9813 @kindex show values
9814 @item show values
9815 Print the last ten values in the value history, with their item numbers.
9816 This is like @samp{p@ $$9} repeated ten times, except that @code{show
9817 values} does not change the history.
9818
9819 @item show values @var{n}
9820 Print ten history values centered on history item number @var{n}.
9821
9822 @item show values +
9823 Print ten history values just after the values last printed. If no more
9824 values are available, @code{show values +} produces no display.
9825 @end table
9826
9827 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
9828 same effect as @samp{show values +}.
9829
9830 @node Convenience Vars
9831 @section Convenience Variables
9832
9833 @cindex convenience variables
9834 @cindex user-defined variables
9835 @value{GDBN} provides @dfn{convenience variables} that you can use within
9836 @value{GDBN} to hold on to a value and refer to it later. These variables
9837 exist entirely within @value{GDBN}; they are not part of your program, and
9838 setting a convenience variable has no direct effect on further execution
9839 of your program. That is why you can use them freely.
9840
9841 Convenience variables are prefixed with @samp{$}. Any name preceded by
9842 @samp{$} can be used for a convenience variable, unless it is one of
9843 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
9844 (Value history references, in contrast, are @emph{numbers} preceded
9845 by @samp{$}. @xref{Value History, ,Value History}.)
9846
9847 You can save a value in a convenience variable with an assignment
9848 expression, just as you would set a variable in your program.
9849 For example:
9850
9851 @smallexample
9852 set $foo = *object_ptr
9853 @end smallexample
9854
9855 @noindent
9856 would save in @code{$foo} the value contained in the object pointed to by
9857 @code{object_ptr}.
9858
9859 Using a convenience variable for the first time creates it, but its
9860 value is @code{void} until you assign a new value. You can alter the
9861 value with another assignment at any time.
9862
9863 Convenience variables have no fixed types. You can assign a convenience
9864 variable any type of value, including structures and arrays, even if
9865 that variable already has a value of a different type. The convenience
9866 variable, when used as an expression, has the type of its current value.
9867
9868 @table @code
9869 @kindex show convenience
9870 @cindex show all user variables and functions
9871 @item show convenience
9872 Print a list of convenience variables used so far, and their values,
9873 as well as a list of the convenience functions.
9874 Abbreviated @code{show conv}.
9875
9876 @kindex init-if-undefined
9877 @cindex convenience variables, initializing
9878 @item init-if-undefined $@var{variable} = @var{expression}
9879 Set a convenience variable if it has not already been set. This is useful
9880 for user-defined commands that keep some state. It is similar, in concept,
9881 to using local static variables with initializers in C (except that
9882 convenience variables are global). It can also be used to allow users to
9883 override default values used in a command script.
9884
9885 If the variable is already defined then the expression is not evaluated so
9886 any side-effects do not occur.
9887 @end table
9888
9889 One of the ways to use a convenience variable is as a counter to be
9890 incremented or a pointer to be advanced. For example, to print
9891 a field from successive elements of an array of structures:
9892
9893 @smallexample
9894 set $i = 0
9895 print bar[$i++]->contents
9896 @end smallexample
9897
9898 @noindent
9899 Repeat that command by typing @key{RET}.
9900
9901 Some convenience variables are created automatically by @value{GDBN} and given
9902 values likely to be useful.
9903
9904 @table @code
9905 @vindex $_@r{, convenience variable}
9906 @item $_
9907 The variable @code{$_} is automatically set by the @code{x} command to
9908 the last address examined (@pxref{Memory, ,Examining Memory}). Other
9909 commands which provide a default address for @code{x} to examine also
9910 set @code{$_} to that address; these commands include @code{info line}
9911 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
9912 except when set by the @code{x} command, in which case it is a pointer
9913 to the type of @code{$__}.
9914
9915 @vindex $__@r{, convenience variable}
9916 @item $__
9917 The variable @code{$__} is automatically set by the @code{x} command
9918 to the value found in the last address examined. Its type is chosen
9919 to match the format in which the data was printed.
9920
9921 @item $_exitcode
9922 @vindex $_exitcode@r{, convenience variable}
9923 When the program being debugged terminates normally, @value{GDBN}
9924 automatically sets this variable to the exit code of the program, and
9925 resets @code{$_exitsignal} to @code{void}.
9926
9927 @item $_exitsignal
9928 @vindex $_exitsignal@r{, convenience variable}
9929 When the program being debugged dies due to an uncaught signal,
9930 @value{GDBN} automatically sets this variable to that signal's number,
9931 and resets @code{$_exitcode} to @code{void}.
9932
9933 To distinguish between whether the program being debugged has exited
9934 (i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
9935 @code{$_exitsignal} is not @code{void}), the convenience function
9936 @code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
9937 Functions}). For example, considering the following source code:
9938
9939 @smallexample
9940 #include <signal.h>
9941
9942 int
9943 main (int argc, char *argv[])
9944 @{
9945 raise (SIGALRM);
9946 return 0;
9947 @}
9948 @end smallexample
9949
9950 A valid way of telling whether the program being debugged has exited
9951 or signalled would be:
9952
9953 @smallexample
9954 (@value{GDBP}) define has_exited_or_signalled
9955 Type commands for definition of ``has_exited_or_signalled''.
9956 End with a line saying just ``end''.
9957 >if $_isvoid ($_exitsignal)
9958 >echo The program has exited\n
9959 >else
9960 >echo The program has signalled\n
9961 >end
9962 >end
9963 (@value{GDBP}) run
9964 Starting program:
9965
9966 Program terminated with signal SIGALRM, Alarm clock.
9967 The program no longer exists.
9968 (@value{GDBP}) has_exited_or_signalled
9969 The program has signalled
9970 @end smallexample
9971
9972 As can be seen, @value{GDBN} correctly informs that the program being
9973 debugged has signalled, since it calls @code{raise} and raises a
9974 @code{SIGALRM} signal. If the program being debugged had not called
9975 @code{raise}, then @value{GDBN} would report a normal exit:
9976
9977 @smallexample
9978 (@value{GDBP}) has_exited_or_signalled
9979 The program has exited
9980 @end smallexample
9981
9982 @item $_exception
9983 The variable @code{$_exception} is set to the exception object being
9984 thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
9985
9986 @item $_probe_argc
9987 @itemx $_probe_arg0@dots{}$_probe_arg11
9988 Arguments to a static probe. @xref{Static Probe Points}.
9989
9990 @item $_sdata
9991 @vindex $_sdata@r{, inspect, convenience variable}
9992 The variable @code{$_sdata} contains extra collected static tracepoint
9993 data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
9994 @code{$_sdata} could be empty, if not inspecting a trace buffer, or
9995 if extra static tracepoint data has not been collected.
9996
9997 @item $_siginfo
9998 @vindex $_siginfo@r{, convenience variable}
9999 The variable @code{$_siginfo} contains extra signal information
10000 (@pxref{extra signal information}). Note that @code{$_siginfo}
10001 could be empty, if the application has not yet received any signals.
10002 For example, it will be empty before you execute the @code{run} command.
10003
10004 @item $_tlb
10005 @vindex $_tlb@r{, convenience variable}
10006 The variable @code{$_tlb} is automatically set when debugging
10007 applications running on MS-Windows in native mode or connected to
10008 gdbserver that supports the @code{qGetTIBAddr} request.
10009 @xref{General Query Packets}.
10010 This variable contains the address of the thread information block.
10011
10012 @end table
10013
10014 On HP-UX systems, if you refer to a function or variable name that
10015 begins with a dollar sign, @value{GDBN} searches for a user or system
10016 name first, before it searches for a convenience variable.
10017
10018 @node Convenience Funs
10019 @section Convenience Functions
10020
10021 @cindex convenience functions
10022 @value{GDBN} also supplies some @dfn{convenience functions}. These
10023 have a syntax similar to convenience variables. A convenience
10024 function can be used in an expression just like an ordinary function;
10025 however, a convenience function is implemented internally to
10026 @value{GDBN}.
10027
10028 These functions do not require @value{GDBN} to be configured with
10029 @code{Python} support, which means that they are always available.
10030
10031 @table @code
10032
10033 @item $_isvoid (@var{expr})
10034 @findex $_isvoid@r{, convenience function}
10035 Return one if the expression @var{expr} is @code{void}. Otherwise it
10036 returns zero.
10037
10038 A @code{void} expression is an expression where the type of the result
10039 is @code{void}. For example, you can examine a convenience variable
10040 (see @ref{Convenience Vars,, Convenience Variables}) to check whether
10041 it is @code{void}:
10042
10043 @smallexample
10044 (@value{GDBP}) print $_exitcode
10045 $1 = void
10046 (@value{GDBP}) print $_isvoid ($_exitcode)
10047 $2 = 1
10048 (@value{GDBP}) run
10049 Starting program: ./a.out
10050 [Inferior 1 (process 29572) exited normally]
10051 (@value{GDBP}) print $_exitcode
10052 $3 = 0
10053 (@value{GDBP}) print $_isvoid ($_exitcode)
10054 $4 = 0
10055 @end smallexample
10056
10057 In the example above, we used @code{$_isvoid} to check whether
10058 @code{$_exitcode} is @code{void} before and after the execution of the
10059 program being debugged. Before the execution there is no exit code to
10060 be examined, therefore @code{$_exitcode} is @code{void}. After the
10061 execution the program being debugged returned zero, therefore
10062 @code{$_exitcode} is zero, which means that it is not @code{void}
10063 anymore.
10064
10065 The @code{void} expression can also be a call of a function from the
10066 program being debugged. For example, given the following function:
10067
10068 @smallexample
10069 void
10070 foo (void)
10071 @{
10072 @}
10073 @end smallexample
10074
10075 The result of calling it inside @value{GDBN} is @code{void}:
10076
10077 @smallexample
10078 (@value{GDBP}) print foo ()
10079 $1 = void
10080 (@value{GDBP}) print $_isvoid (foo ())
10081 $2 = 1
10082 (@value{GDBP}) set $v = foo ()
10083 (@value{GDBP}) print $v
10084 $3 = void
10085 (@value{GDBP}) print $_isvoid ($v)
10086 $4 = 1
10087 @end smallexample
10088
10089 @end table
10090
10091 These functions require @value{GDBN} to be configured with
10092 @code{Python} support.
10093
10094 @table @code
10095
10096 @item $_memeq(@var{buf1}, @var{buf2}, @var{length})
10097 @findex $_memeq@r{, convenience function}
10098 Returns one if the @var{length} bytes at the addresses given by
10099 @var{buf1} and @var{buf2} are equal.
10100 Otherwise it returns zero.
10101
10102 @item $_regex(@var{str}, @var{regex})
10103 @findex $_regex@r{, convenience function}
10104 Returns one if the string @var{str} matches the regular expression
10105 @var{regex}. Otherwise it returns zero.
10106 The syntax of the regular expression is that specified by @code{Python}'s
10107 regular expression support.
10108
10109 @item $_streq(@var{str1}, @var{str2})
10110 @findex $_streq@r{, convenience function}
10111 Returns one if the strings @var{str1} and @var{str2} are equal.
10112 Otherwise it returns zero.
10113
10114 @item $_strlen(@var{str})
10115 @findex $_strlen@r{, convenience function}
10116 Returns the length of string @var{str}.
10117
10118 @end table
10119
10120 @value{GDBN} provides the ability to list and get help on
10121 convenience functions.
10122
10123 @table @code
10124 @item help function
10125 @kindex help function
10126 @cindex show all convenience functions
10127 Print a list of all convenience functions.
10128 @end table
10129
10130 @node Registers
10131 @section Registers
10132
10133 @cindex registers
10134 You can refer to machine register contents, in expressions, as variables
10135 with names starting with @samp{$}. The names of registers are different
10136 for each machine; use @code{info registers} to see the names used on
10137 your machine.
10138
10139 @table @code
10140 @kindex info registers
10141 @item info registers
10142 Print the names and values of all registers except floating-point
10143 and vector registers (in the selected stack frame).
10144
10145 @kindex info all-registers
10146 @cindex floating point registers
10147 @item info all-registers
10148 Print the names and values of all registers, including floating-point
10149 and vector registers (in the selected stack frame).
10150
10151 @item info registers @var{regname} @dots{}
10152 Print the @dfn{relativized} value of each specified register @var{regname}.
10153 As discussed in detail below, register values are normally relative to
10154 the selected stack frame. The @var{regname} may be any register name valid on
10155 the machine you are using, with or without the initial @samp{$}.
10156 @end table
10157
10158 @cindex stack pointer register
10159 @cindex program counter register
10160 @cindex process status register
10161 @cindex frame pointer register
10162 @cindex standard registers
10163 @value{GDBN} has four ``standard'' register names that are available (in
10164 expressions) on most machines---whenever they do not conflict with an
10165 architecture's canonical mnemonics for registers. The register names
10166 @code{$pc} and @code{$sp} are used for the program counter register and
10167 the stack pointer. @code{$fp} is used for a register that contains a
10168 pointer to the current stack frame, and @code{$ps} is used for a
10169 register that contains the processor status. For example,
10170 you could print the program counter in hex with
10171
10172 @smallexample
10173 p/x $pc
10174 @end smallexample
10175
10176 @noindent
10177 or print the instruction to be executed next with
10178
10179 @smallexample
10180 x/i $pc
10181 @end smallexample
10182
10183 @noindent
10184 or add four to the stack pointer@footnote{This is a way of removing
10185 one word from the stack, on machines where stacks grow downward in
10186 memory (most machines, nowadays). This assumes that the innermost
10187 stack frame is selected; setting @code{$sp} is not allowed when other
10188 stack frames are selected. To pop entire frames off the stack,
10189 regardless of machine architecture, use @code{return};
10190 see @ref{Returning, ,Returning from a Function}.} with
10191
10192 @smallexample
10193 set $sp += 4
10194 @end smallexample
10195
10196 Whenever possible, these four standard register names are available on
10197 your machine even though the machine has different canonical mnemonics,
10198 so long as there is no conflict. The @code{info registers} command
10199 shows the canonical names. For example, on the SPARC, @code{info
10200 registers} displays the processor status register as @code{$psr} but you
10201 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
10202 is an alias for the @sc{eflags} register.
10203
10204 @value{GDBN} always considers the contents of an ordinary register as an
10205 integer when the register is examined in this way. Some machines have
10206 special registers which can hold nothing but floating point; these
10207 registers are considered to have floating point values. There is no way
10208 to refer to the contents of an ordinary register as floating point value
10209 (although you can @emph{print} it as a floating point value with
10210 @samp{print/f $@var{regname}}).
10211
10212 Some registers have distinct ``raw'' and ``virtual'' data formats. This
10213 means that the data format in which the register contents are saved by
10214 the operating system is not the same one that your program normally
10215 sees. For example, the registers of the 68881 floating point
10216 coprocessor are always saved in ``extended'' (raw) format, but all C
10217 programs expect to work with ``double'' (virtual) format. In such
10218 cases, @value{GDBN} normally works with the virtual format only (the format
10219 that makes sense for your program), but the @code{info registers} command
10220 prints the data in both formats.
10221
10222 @cindex SSE registers (x86)
10223 @cindex MMX registers (x86)
10224 Some machines have special registers whose contents can be interpreted
10225 in several different ways. For example, modern x86-based machines
10226 have SSE and MMX registers that can hold several values packed
10227 together in several different formats. @value{GDBN} refers to such
10228 registers in @code{struct} notation:
10229
10230 @smallexample
10231 (@value{GDBP}) print $xmm1
10232 $1 = @{
10233 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
10234 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
10235 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
10236 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
10237 v4_int32 = @{0, 20657912, 11, 13@},
10238 v2_int64 = @{88725056443645952, 55834574859@},
10239 uint128 = 0x0000000d0000000b013b36f800000000
10240 @}
10241 @end smallexample
10242
10243 @noindent
10244 To set values of such registers, you need to tell @value{GDBN} which
10245 view of the register you wish to change, as if you were assigning
10246 value to a @code{struct} member:
10247
10248 @smallexample
10249 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
10250 @end smallexample
10251
10252 Normally, register values are relative to the selected stack frame
10253 (@pxref{Selection, ,Selecting a Frame}). This means that you get the
10254 value that the register would contain if all stack frames farther in
10255 were exited and their saved registers restored. In order to see the
10256 true contents of hardware registers, you must select the innermost
10257 frame (with @samp{frame 0}).
10258
10259 @cindex caller-saved registers
10260 @cindex call-clobbered registers
10261 @cindex volatile registers
10262 @cindex <not saved> values
10263 Usually ABIs reserve some registers as not needed to be saved by the
10264 callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
10265 registers). It may therefore not be possible for @value{GDBN} to know
10266 the value a register had before the call (in other words, in the outer
10267 frame), if the register value has since been changed by the callee.
10268 @value{GDBN} tries to deduce where the inner frame saved
10269 (``callee-saved'') registers, from the debug info, unwind info, or the
10270 machine code generated by your compiler. If some register is not
10271 saved, and @value{GDBN} knows the register is ``caller-saved'' (via
10272 its own knowledge of the ABI, or because the debug/unwind info
10273 explicitly says the register's value is undefined), @value{GDBN}
10274 displays @w{@samp{<not saved>}} as the register's value. With targets
10275 that @value{GDBN} has no knowledge of the register saving convention,
10276 if a register was not saved by the callee, then its value and location
10277 in the outer frame are assumed to be the same of the inner frame.
10278 This is usually harmless, because if the register is call-clobbered,
10279 the caller either does not care what is in the register after the
10280 call, or has code to restore the value that it does care about. Note,
10281 however, that if you change such a register in the outer frame, you
10282 may also be affecting the inner frame. Also, the more ``outer'' the
10283 frame is you're looking at, the more likely a call-clobbered
10284 register's value is to be wrong, in the sense that it doesn't actually
10285 represent the value the register had just before the call.
10286
10287 @node Floating Point Hardware
10288 @section Floating Point Hardware
10289 @cindex floating point
10290
10291 Depending on the configuration, @value{GDBN} may be able to give
10292 you more information about the status of the floating point hardware.
10293
10294 @table @code
10295 @kindex info float
10296 @item info float
10297 Display hardware-dependent information about the floating
10298 point unit. The exact contents and layout vary depending on the
10299 floating point chip. Currently, @samp{info float} is supported on
10300 the ARM and x86 machines.
10301 @end table
10302
10303 @node Vector Unit
10304 @section Vector Unit
10305 @cindex vector unit
10306
10307 Depending on the configuration, @value{GDBN} may be able to give you
10308 more information about the status of the vector unit.
10309
10310 @table @code
10311 @kindex info vector
10312 @item info vector
10313 Display information about the vector unit. The exact contents and
10314 layout vary depending on the hardware.
10315 @end table
10316
10317 @node OS Information
10318 @section Operating System Auxiliary Information
10319 @cindex OS information
10320
10321 @value{GDBN} provides interfaces to useful OS facilities that can help
10322 you debug your program.
10323
10324 @cindex auxiliary vector
10325 @cindex vector, auxiliary
10326 Some operating systems supply an @dfn{auxiliary vector} to programs at
10327 startup. This is akin to the arguments and environment that you
10328 specify for a program, but contains a system-dependent variety of
10329 binary values that tell system libraries important details about the
10330 hardware, operating system, and process. Each value's purpose is
10331 identified by an integer tag; the meanings are well-known but system-specific.
10332 Depending on the configuration and operating system facilities,
10333 @value{GDBN} may be able to show you this information. For remote
10334 targets, this functionality may further depend on the remote stub's
10335 support of the @samp{qXfer:auxv:read} packet, see
10336 @ref{qXfer auxiliary vector read}.
10337
10338 @table @code
10339 @kindex info auxv
10340 @item info auxv
10341 Display the auxiliary vector of the inferior, which can be either a
10342 live process or a core dump file. @value{GDBN} prints each tag value
10343 numerically, and also shows names and text descriptions for recognized
10344 tags. Some values in the vector are numbers, some bit masks, and some
10345 pointers to strings or other data. @value{GDBN} displays each value in the
10346 most appropriate form for a recognized tag, and in hexadecimal for
10347 an unrecognized tag.
10348 @end table
10349
10350 On some targets, @value{GDBN} can access operating system-specific
10351 information and show it to you. The types of information available
10352 will differ depending on the type of operating system running on the
10353 target. The mechanism used to fetch the data is described in
10354 @ref{Operating System Information}. For remote targets, this
10355 functionality depends on the remote stub's support of the
10356 @samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
10357
10358 @table @code
10359 @kindex info os
10360 @item info os @var{infotype}
10361
10362 Display OS information of the requested type.
10363
10364 On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
10365
10366 @anchor{linux info os infotypes}
10367 @table @code
10368 @kindex info os processes
10369 @item processes
10370 Display the list of processes on the target. For each process,
10371 @value{GDBN} prints the process identifier, the name of the user, the
10372 command corresponding to the process, and the list of processor cores
10373 that the process is currently running on. (To understand what these
10374 properties mean, for this and the following info types, please consult
10375 the general @sc{gnu}/Linux documentation.)
10376
10377 @kindex info os procgroups
10378 @item procgroups
10379 Display the list of process groups on the target. For each process,
10380 @value{GDBN} prints the identifier of the process group that it belongs
10381 to, the command corresponding to the process group leader, the process
10382 identifier, and the command line of the process. The list is sorted
10383 first by the process group identifier, then by the process identifier,
10384 so that processes belonging to the same process group are grouped together
10385 and the process group leader is listed first.
10386
10387 @kindex info os threads
10388 @item threads
10389 Display the list of threads running on the target. For each thread,
10390 @value{GDBN} prints the identifier of the process that the thread
10391 belongs to, the command of the process, the thread identifier, and the
10392 processor core that it is currently running on. The main thread of a
10393 process is not listed.
10394
10395 @kindex info os files
10396 @item files
10397 Display the list of open file descriptors on the target. For each
10398 file descriptor, @value{GDBN} prints the identifier of the process
10399 owning the descriptor, the command of the owning process, the value
10400 of the descriptor, and the target of the descriptor.
10401
10402 @kindex info os sockets
10403 @item sockets
10404 Display the list of Internet-domain sockets on the target. For each
10405 socket, @value{GDBN} prints the address and port of the local and
10406 remote endpoints, the current state of the connection, the creator of
10407 the socket, the IP address family of the socket, and the type of the
10408 connection.
10409
10410 @kindex info os shm
10411 @item shm
10412 Display the list of all System V shared-memory regions on the target.
10413 For each shared-memory region, @value{GDBN} prints the region key,
10414 the shared-memory identifier, the access permissions, the size of the
10415 region, the process that created the region, the process that last
10416 attached to or detached from the region, the current number of live
10417 attaches to the region, and the times at which the region was last
10418 attached to, detach from, and changed.
10419
10420 @kindex info os semaphores
10421 @item semaphores
10422 Display the list of all System V semaphore sets on the target. For each
10423 semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
10424 set identifier, the access permissions, the number of semaphores in the
10425 set, the user and group of the owner and creator of the semaphore set,
10426 and the times at which the semaphore set was operated upon and changed.
10427
10428 @kindex info os msg
10429 @item msg
10430 Display the list of all System V message queues on the target. For each
10431 message queue, @value{GDBN} prints the message queue key, the message
10432 queue identifier, the access permissions, the current number of bytes
10433 on the queue, the current number of messages on the queue, the processes
10434 that last sent and received a message on the queue, the user and group
10435 of the owner and creator of the message queue, the times at which a
10436 message was last sent and received on the queue, and the time at which
10437 the message queue was last changed.
10438
10439 @kindex info os modules
10440 @item modules
10441 Display the list of all loaded kernel modules on the target. For each
10442 module, @value{GDBN} prints the module name, the size of the module in
10443 bytes, the number of times the module is used, the dependencies of the
10444 module, the status of the module, and the address of the loaded module
10445 in memory.
10446 @end table
10447
10448 @item info os
10449 If @var{infotype} is omitted, then list the possible values for
10450 @var{infotype} and the kind of OS information available for each
10451 @var{infotype}. If the target does not return a list of possible
10452 types, this command will report an error.
10453 @end table
10454
10455 @node Memory Region Attributes
10456 @section Memory Region Attributes
10457 @cindex memory region attributes
10458
10459 @dfn{Memory region attributes} allow you to describe special handling
10460 required by regions of your target's memory. @value{GDBN} uses
10461 attributes to determine whether to allow certain types of memory
10462 accesses; whether to use specific width accesses; and whether to cache
10463 target memory. By default the description of memory regions is
10464 fetched from the target (if the current target supports this), but the
10465 user can override the fetched regions.
10466
10467 Defined memory regions can be individually enabled and disabled. When a
10468 memory region is disabled, @value{GDBN} uses the default attributes when
10469 accessing memory in that region. Similarly, if no memory regions have
10470 been defined, @value{GDBN} uses the default attributes when accessing
10471 all memory.
10472
10473 When a memory region is defined, it is given a number to identify it;
10474 to enable, disable, or remove a memory region, you specify that number.
10475
10476 @table @code
10477 @kindex mem
10478 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
10479 Define a memory region bounded by @var{lower} and @var{upper} with
10480 attributes @var{attributes}@dots{}, and add it to the list of regions
10481 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
10482 case: it is treated as the target's maximum memory address.
10483 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
10484
10485 @item mem auto
10486 Discard any user changes to the memory regions and use target-supplied
10487 regions, if available, or no regions if the target does not support.
10488
10489 @kindex delete mem
10490 @item delete mem @var{nums}@dots{}
10491 Remove memory regions @var{nums}@dots{} from the list of regions
10492 monitored by @value{GDBN}.
10493
10494 @kindex disable mem
10495 @item disable mem @var{nums}@dots{}
10496 Disable monitoring of memory regions @var{nums}@dots{}.
10497 A disabled memory region is not forgotten.
10498 It may be enabled again later.
10499
10500 @kindex enable mem
10501 @item enable mem @var{nums}@dots{}
10502 Enable monitoring of memory regions @var{nums}@dots{}.
10503
10504 @kindex info mem
10505 @item info mem
10506 Print a table of all defined memory regions, with the following columns
10507 for each region:
10508
10509 @table @emph
10510 @item Memory Region Number
10511 @item Enabled or Disabled.
10512 Enabled memory regions are marked with @samp{y}.
10513 Disabled memory regions are marked with @samp{n}.
10514
10515 @item Lo Address
10516 The address defining the inclusive lower bound of the memory region.
10517
10518 @item Hi Address
10519 The address defining the exclusive upper bound of the memory region.
10520
10521 @item Attributes
10522 The list of attributes set for this memory region.
10523 @end table
10524 @end table
10525
10526
10527 @subsection Attributes
10528
10529 @subsubsection Memory Access Mode
10530 The access mode attributes set whether @value{GDBN} may make read or
10531 write accesses to a memory region.
10532
10533 While these attributes prevent @value{GDBN} from performing invalid
10534 memory accesses, they do nothing to prevent the target system, I/O DMA,
10535 etc.@: from accessing memory.
10536
10537 @table @code
10538 @item ro
10539 Memory is read only.
10540 @item wo
10541 Memory is write only.
10542 @item rw
10543 Memory is read/write. This is the default.
10544 @end table
10545
10546 @subsubsection Memory Access Size
10547 The access size attribute tells @value{GDBN} to use specific sized
10548 accesses in the memory region. Often memory mapped device registers
10549 require specific sized accesses. If no access size attribute is
10550 specified, @value{GDBN} may use accesses of any size.
10551
10552 @table @code
10553 @item 8
10554 Use 8 bit memory accesses.
10555 @item 16
10556 Use 16 bit memory accesses.
10557 @item 32
10558 Use 32 bit memory accesses.
10559 @item 64
10560 Use 64 bit memory accesses.
10561 @end table
10562
10563 @c @subsubsection Hardware/Software Breakpoints
10564 @c The hardware/software breakpoint attributes set whether @value{GDBN}
10565 @c will use hardware or software breakpoints for the internal breakpoints
10566 @c used by the step, next, finish, until, etc. commands.
10567 @c
10568 @c @table @code
10569 @c @item hwbreak
10570 @c Always use hardware breakpoints
10571 @c @item swbreak (default)
10572 @c @end table
10573
10574 @subsubsection Data Cache
10575 The data cache attributes set whether @value{GDBN} will cache target
10576 memory. While this generally improves performance by reducing debug
10577 protocol overhead, it can lead to incorrect results because @value{GDBN}
10578 does not know about volatile variables or memory mapped device
10579 registers.
10580
10581 @table @code
10582 @item cache
10583 Enable @value{GDBN} to cache target memory.
10584 @item nocache
10585 Disable @value{GDBN} from caching target memory. This is the default.
10586 @end table
10587
10588 @subsection Memory Access Checking
10589 @value{GDBN} can be instructed to refuse accesses to memory that is
10590 not explicitly described. This can be useful if accessing such
10591 regions has undesired effects for a specific target, or to provide
10592 better error checking. The following commands control this behaviour.
10593
10594 @table @code
10595 @kindex set mem inaccessible-by-default
10596 @item set mem inaccessible-by-default [on|off]
10597 If @code{on} is specified, make @value{GDBN} treat memory not
10598 explicitly described by the memory ranges as non-existent and refuse accesses
10599 to such memory. The checks are only performed if there's at least one
10600 memory range defined. If @code{off} is specified, make @value{GDBN}
10601 treat the memory not explicitly described by the memory ranges as RAM.
10602 The default value is @code{on}.
10603 @kindex show mem inaccessible-by-default
10604 @item show mem inaccessible-by-default
10605 Show the current handling of accesses to unknown memory.
10606 @end table
10607
10608
10609 @c @subsubsection Memory Write Verification
10610 @c The memory write verification attributes set whether @value{GDBN}
10611 @c will re-reads data after each write to verify the write was successful.
10612 @c
10613 @c @table @code
10614 @c @item verify
10615 @c @item noverify (default)
10616 @c @end table
10617
10618 @node Dump/Restore Files
10619 @section Copy Between Memory and a File
10620 @cindex dump/restore files
10621 @cindex append data to a file
10622 @cindex dump data to a file
10623 @cindex restore data from a file
10624
10625 You can use the commands @code{dump}, @code{append}, and
10626 @code{restore} to copy data between target memory and a file. The
10627 @code{dump} and @code{append} commands write data to a file, and the
10628 @code{restore} command reads data from a file back into the inferior's
10629 memory. Files may be in binary, Motorola S-record, Intel hex, or
10630 Tektronix Hex format; however, @value{GDBN} can only append to binary
10631 files.
10632
10633 @table @code
10634
10635 @kindex dump
10636 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
10637 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
10638 Dump the contents of memory from @var{start_addr} to @var{end_addr},
10639 or the value of @var{expr}, to @var{filename} in the given format.
10640
10641 The @var{format} parameter may be any one of:
10642 @table @code
10643 @item binary
10644 Raw binary form.
10645 @item ihex
10646 Intel hex format.
10647 @item srec
10648 Motorola S-record format.
10649 @item tekhex
10650 Tektronix Hex format.
10651 @end table
10652
10653 @value{GDBN} uses the same definitions of these formats as the
10654 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
10655 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
10656 form.
10657
10658 @kindex append
10659 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
10660 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
10661 Append the contents of memory from @var{start_addr} to @var{end_addr},
10662 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
10663 (@value{GDBN} can only append data to files in raw binary form.)
10664
10665 @kindex restore
10666 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
10667 Restore the contents of file @var{filename} into memory. The
10668 @code{restore} command can automatically recognize any known @sc{bfd}
10669 file format, except for raw binary. To restore a raw binary file you
10670 must specify the optional keyword @code{binary} after the filename.
10671
10672 If @var{bias} is non-zero, its value will be added to the addresses
10673 contained in the file. Binary files always start at address zero, so
10674 they will be restored at address @var{bias}. Other bfd files have
10675 a built-in location; they will be restored at offset @var{bias}
10676 from that location.
10677
10678 If @var{start} and/or @var{end} are non-zero, then only data between
10679 file offset @var{start} and file offset @var{end} will be restored.
10680 These offsets are relative to the addresses in the file, before
10681 the @var{bias} argument is applied.
10682
10683 @end table
10684
10685 @node Core File Generation
10686 @section How to Produce a Core File from Your Program
10687 @cindex dump core from inferior
10688
10689 A @dfn{core file} or @dfn{core dump} is a file that records the memory
10690 image of a running process and its process status (register values
10691 etc.). Its primary use is post-mortem debugging of a program that
10692 crashed while it ran outside a debugger. A program that crashes
10693 automatically produces a core file, unless this feature is disabled by
10694 the user. @xref{Files}, for information on invoking @value{GDBN} in
10695 the post-mortem debugging mode.
10696
10697 Occasionally, you may wish to produce a core file of the program you
10698 are debugging in order to preserve a snapshot of its state.
10699 @value{GDBN} has a special command for that.
10700
10701 @table @code
10702 @kindex gcore
10703 @kindex generate-core-file
10704 @item generate-core-file [@var{file}]
10705 @itemx gcore [@var{file}]
10706 Produce a core dump of the inferior process. The optional argument
10707 @var{file} specifies the file name where to put the core dump. If not
10708 specified, the file name defaults to @file{core.@var{pid}}, where
10709 @var{pid} is the inferior process ID.
10710
10711 Note that this command is implemented only for some systems (as of
10712 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
10713 @end table
10714
10715 @node Character Sets
10716 @section Character Sets
10717 @cindex character sets
10718 @cindex charset
10719 @cindex translating between character sets
10720 @cindex host character set
10721 @cindex target character set
10722
10723 If the program you are debugging uses a different character set to
10724 represent characters and strings than the one @value{GDBN} uses itself,
10725 @value{GDBN} can automatically translate between the character sets for
10726 you. The character set @value{GDBN} uses we call the @dfn{host
10727 character set}; the one the inferior program uses we call the
10728 @dfn{target character set}.
10729
10730 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
10731 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
10732 remote protocol (@pxref{Remote Debugging}) to debug a program
10733 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
10734 then the host character set is Latin-1, and the target character set is
10735 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
10736 target-charset EBCDIC-US}, then @value{GDBN} translates between
10737 @sc{ebcdic} and Latin 1 as you print character or string values, or use
10738 character and string literals in expressions.
10739
10740 @value{GDBN} has no way to automatically recognize which character set
10741 the inferior program uses; you must tell it, using the @code{set
10742 target-charset} command, described below.
10743
10744 Here are the commands for controlling @value{GDBN}'s character set
10745 support:
10746
10747 @table @code
10748 @item set target-charset @var{charset}
10749 @kindex set target-charset
10750 Set the current target character set to @var{charset}. To display the
10751 list of supported target character sets, type
10752 @kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
10753
10754 @item set host-charset @var{charset}
10755 @kindex set host-charset
10756 Set the current host character set to @var{charset}.
10757
10758 By default, @value{GDBN} uses a host character set appropriate to the
10759 system it is running on; you can override that default using the
10760 @code{set host-charset} command. On some systems, @value{GDBN} cannot
10761 automatically determine the appropriate host character set. In this
10762 case, @value{GDBN} uses @samp{UTF-8}.
10763
10764 @value{GDBN} can only use certain character sets as its host character
10765 set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
10766 @value{GDBN} will list the host character sets it supports.
10767
10768 @item set charset @var{charset}
10769 @kindex set charset
10770 Set the current host and target character sets to @var{charset}. As
10771 above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
10772 @value{GDBN} will list the names of the character sets that can be used
10773 for both host and target.
10774
10775 @item show charset
10776 @kindex show charset
10777 Show the names of the current host and target character sets.
10778
10779 @item show host-charset
10780 @kindex show host-charset
10781 Show the name of the current host character set.
10782
10783 @item show target-charset
10784 @kindex show target-charset
10785 Show the name of the current target character set.
10786
10787 @item set target-wide-charset @var{charset}
10788 @kindex set target-wide-charset
10789 Set the current target's wide character set to @var{charset}. This is
10790 the character set used by the target's @code{wchar_t} type. To
10791 display the list of supported wide character sets, type
10792 @kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
10793
10794 @item show target-wide-charset
10795 @kindex show target-wide-charset
10796 Show the name of the current target's wide character set.
10797 @end table
10798
10799 Here is an example of @value{GDBN}'s character set support in action.
10800 Assume that the following source code has been placed in the file
10801 @file{charset-test.c}:
10802
10803 @smallexample
10804 #include <stdio.h>
10805
10806 char ascii_hello[]
10807 = @{72, 101, 108, 108, 111, 44, 32, 119,
10808 111, 114, 108, 100, 33, 10, 0@};
10809 char ibm1047_hello[]
10810 = @{200, 133, 147, 147, 150, 107, 64, 166,
10811 150, 153, 147, 132, 90, 37, 0@};
10812
10813 main ()
10814 @{
10815 printf ("Hello, world!\n");
10816 @}
10817 @end smallexample
10818
10819 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
10820 containing the string @samp{Hello, world!} followed by a newline,
10821 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
10822
10823 We compile the program, and invoke the debugger on it:
10824
10825 @smallexample
10826 $ gcc -g charset-test.c -o charset-test
10827 $ gdb -nw charset-test
10828 GNU gdb 2001-12-19-cvs
10829 Copyright 2001 Free Software Foundation, Inc.
10830 @dots{}
10831 (@value{GDBP})
10832 @end smallexample
10833
10834 We can use the @code{show charset} command to see what character sets
10835 @value{GDBN} is currently using to interpret and display characters and
10836 strings:
10837
10838 @smallexample
10839 (@value{GDBP}) show charset
10840 The current host and target character set is `ISO-8859-1'.
10841 (@value{GDBP})
10842 @end smallexample
10843
10844 For the sake of printing this manual, let's use @sc{ascii} as our
10845 initial character set:
10846 @smallexample
10847 (@value{GDBP}) set charset ASCII
10848 (@value{GDBP}) show charset
10849 The current host and target character set is `ASCII'.
10850 (@value{GDBP})
10851 @end smallexample
10852
10853 Let's assume that @sc{ascii} is indeed the correct character set for our
10854 host system --- in other words, let's assume that if @value{GDBN} prints
10855 characters using the @sc{ascii} character set, our terminal will display
10856 them properly. Since our current target character set is also
10857 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
10858
10859 @smallexample
10860 (@value{GDBP}) print ascii_hello
10861 $1 = 0x401698 "Hello, world!\n"
10862 (@value{GDBP}) print ascii_hello[0]
10863 $2 = 72 'H'
10864 (@value{GDBP})
10865 @end smallexample
10866
10867 @value{GDBN} uses the target character set for character and string
10868 literals you use in expressions:
10869
10870 @smallexample
10871 (@value{GDBP}) print '+'
10872 $3 = 43 '+'
10873 (@value{GDBP})
10874 @end smallexample
10875
10876 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
10877 character.
10878
10879 @value{GDBN} relies on the user to tell it which character set the
10880 target program uses. If we print @code{ibm1047_hello} while our target
10881 character set is still @sc{ascii}, we get jibberish:
10882
10883 @smallexample
10884 (@value{GDBP}) print ibm1047_hello
10885 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
10886 (@value{GDBP}) print ibm1047_hello[0]
10887 $5 = 200 '\310'
10888 (@value{GDBP})
10889 @end smallexample
10890
10891 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
10892 @value{GDBN} tells us the character sets it supports:
10893
10894 @smallexample
10895 (@value{GDBP}) set target-charset
10896 ASCII EBCDIC-US IBM1047 ISO-8859-1
10897 (@value{GDBP}) set target-charset
10898 @end smallexample
10899
10900 We can select @sc{ibm1047} as our target character set, and examine the
10901 program's strings again. Now the @sc{ascii} string is wrong, but
10902 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
10903 target character set, @sc{ibm1047}, to the host character set,
10904 @sc{ascii}, and they display correctly:
10905
10906 @smallexample
10907 (@value{GDBP}) set target-charset IBM1047
10908 (@value{GDBP}) show charset
10909 The current host character set is `ASCII'.
10910 The current target character set is `IBM1047'.
10911 (@value{GDBP}) print ascii_hello
10912 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
10913 (@value{GDBP}) print ascii_hello[0]
10914 $7 = 72 '\110'
10915 (@value{GDBP}) print ibm1047_hello
10916 $8 = 0x4016a8 "Hello, world!\n"
10917 (@value{GDBP}) print ibm1047_hello[0]
10918 $9 = 200 'H'
10919 (@value{GDBP})
10920 @end smallexample
10921
10922 As above, @value{GDBN} uses the target character set for character and
10923 string literals you use in expressions:
10924
10925 @smallexample
10926 (@value{GDBP}) print '+'
10927 $10 = 78 '+'
10928 (@value{GDBP})
10929 @end smallexample
10930
10931 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
10932 character.
10933
10934 @node Caching Target Data
10935 @section Caching Data of Targets
10936 @cindex caching data of targets
10937
10938 @value{GDBN} caches data exchanged between the debugger and a target.
10939 Each cache is associated with the address space of the inferior.
10940 @xref{Inferiors and Programs}, about inferior and address space.
10941 Such caching generally improves performance in remote debugging
10942 (@pxref{Remote Debugging}), because it reduces the overhead of the
10943 remote protocol by bundling memory reads and writes into large chunks.
10944 Unfortunately, simply caching everything would lead to incorrect results,
10945 since @value{GDBN} does not necessarily know anything about volatile
10946 values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
10947 (@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
10948 is executing.
10949 Therefore, by default, @value{GDBN} only caches data
10950 known to be on the stack@footnote{In non-stop mode, it is moderately
10951 rare for a running thread to modify the stack of a stopped thread
10952 in a way that would interfere with a backtrace, and caching of
10953 stack reads provides a significant speed up of remote backtraces.} or
10954 in the code segment.
10955 Other regions of memory can be explicitly marked as
10956 cacheable; @pxref{Memory Region Attributes}.
10957
10958 @table @code
10959 @kindex set remotecache
10960 @item set remotecache on
10961 @itemx set remotecache off
10962 This option no longer does anything; it exists for compatibility
10963 with old scripts.
10964
10965 @kindex show remotecache
10966 @item show remotecache
10967 Show the current state of the obsolete remotecache flag.
10968
10969 @kindex set stack-cache
10970 @item set stack-cache on
10971 @itemx set stack-cache off
10972 Enable or disable caching of stack accesses. When @code{on}, use
10973 caching. By default, this option is @code{on}.
10974
10975 @kindex show stack-cache
10976 @item show stack-cache
10977 Show the current state of data caching for memory accesses.
10978
10979 @kindex set code-cache
10980 @item set code-cache on
10981 @itemx set code-cache off
10982 Enable or disable caching of code segment accesses. When @code{on},
10983 use caching. By default, this option is @code{on}. This improves
10984 performance of disassembly in remote debugging.
10985
10986 @kindex show code-cache
10987 @item show code-cache
10988 Show the current state of target memory cache for code segment
10989 accesses.
10990
10991 @kindex info dcache
10992 @item info dcache @r{[}line@r{]}
10993 Print the information about the performance of data cache of the
10994 current inferior's address space. The information displayed
10995 includes the dcache width and depth, and for each cache line, its
10996 number, address, and how many times it was referenced. This
10997 command is useful for debugging the data cache operation.
10998
10999 If a line number is specified, the contents of that line will be
11000 printed in hex.
11001
11002 @item set dcache size @var{size}
11003 @cindex dcache size
11004 @kindex set dcache size
11005 Set maximum number of entries in dcache (dcache depth above).
11006
11007 @item set dcache line-size @var{line-size}
11008 @cindex dcache line-size
11009 @kindex set dcache line-size
11010 Set number of bytes each dcache entry caches (dcache width above).
11011 Must be a power of 2.
11012
11013 @item show dcache size
11014 @kindex show dcache size
11015 Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
11016
11017 @item show dcache line-size
11018 @kindex show dcache line-size
11019 Show default size of dcache lines.
11020
11021 @end table
11022
11023 @node Searching Memory
11024 @section Search Memory
11025 @cindex searching memory
11026
11027 Memory can be searched for a particular sequence of bytes with the
11028 @code{find} command.
11029
11030 @table @code
11031 @kindex find
11032 @item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
11033 @itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
11034 Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
11035 etc. The search begins at address @var{start_addr} and continues for either
11036 @var{len} bytes or through to @var{end_addr} inclusive.
11037 @end table
11038
11039 @var{s} and @var{n} are optional parameters.
11040 They may be specified in either order, apart or together.
11041
11042 @table @r
11043 @item @var{s}, search query size
11044 The size of each search query value.
11045
11046 @table @code
11047 @item b
11048 bytes
11049 @item h
11050 halfwords (two bytes)
11051 @item w
11052 words (four bytes)
11053 @item g
11054 giant words (eight bytes)
11055 @end table
11056
11057 All values are interpreted in the current language.
11058 This means, for example, that if the current source language is C/C@t{++}
11059 then searching for the string ``hello'' includes the trailing '\0'.
11060
11061 If the value size is not specified, it is taken from the
11062 value's type in the current language.
11063 This is useful when one wants to specify the search
11064 pattern as a mixture of types.
11065 Note that this means, for example, that in the case of C-like languages
11066 a search for an untyped 0x42 will search for @samp{(int) 0x42}
11067 which is typically four bytes.
11068
11069 @item @var{n}, maximum number of finds
11070 The maximum number of matches to print. The default is to print all finds.
11071 @end table
11072
11073 You can use strings as search values. Quote them with double-quotes
11074 (@code{"}).
11075 The string value is copied into the search pattern byte by byte,
11076 regardless of the endianness of the target and the size specification.
11077
11078 The address of each match found is printed as well as a count of the
11079 number of matches found.
11080
11081 The address of the last value found is stored in convenience variable
11082 @samp{$_}.
11083 A count of the number of matches is stored in @samp{$numfound}.
11084
11085 For example, if stopped at the @code{printf} in this function:
11086
11087 @smallexample
11088 void
11089 hello ()
11090 @{
11091 static char hello[] = "hello-hello";
11092 static struct @{ char c; short s; int i; @}
11093 __attribute__ ((packed)) mixed
11094 = @{ 'c', 0x1234, 0x87654321 @};
11095 printf ("%s\n", hello);
11096 @}
11097 @end smallexample
11098
11099 @noindent
11100 you get during debugging:
11101
11102 @smallexample
11103 (gdb) find &hello[0], +sizeof(hello), "hello"
11104 0x804956d <hello.1620+6>
11105 1 pattern found
11106 (gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
11107 0x8049567 <hello.1620>
11108 0x804956d <hello.1620+6>
11109 2 patterns found
11110 (gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
11111 0x8049567 <hello.1620>
11112 1 pattern found
11113 (gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
11114 0x8049560 <mixed.1625>
11115 1 pattern found
11116 (gdb) print $numfound
11117 $1 = 1
11118 (gdb) print $_
11119 $2 = (void *) 0x8049560
11120 @end smallexample
11121
11122 @node Optimized Code
11123 @chapter Debugging Optimized Code
11124 @cindex optimized code, debugging
11125 @cindex debugging optimized code
11126
11127 Almost all compilers support optimization. With optimization
11128 disabled, the compiler generates assembly code that corresponds
11129 directly to your source code, in a simplistic way. As the compiler
11130 applies more powerful optimizations, the generated assembly code
11131 diverges from your original source code. With help from debugging
11132 information generated by the compiler, @value{GDBN} can map from
11133 the running program back to constructs from your original source.
11134
11135 @value{GDBN} is more accurate with optimization disabled. If you
11136 can recompile without optimization, it is easier to follow the
11137 progress of your program during debugging. But, there are many cases
11138 where you may need to debug an optimized version.
11139
11140 When you debug a program compiled with @samp{-g -O}, remember that the
11141 optimizer has rearranged your code; the debugger shows you what is
11142 really there. Do not be too surprised when the execution path does not
11143 exactly match your source file! An extreme example: if you define a
11144 variable, but never use it, @value{GDBN} never sees that
11145 variable---because the compiler optimizes it out of existence.
11146
11147 Some things do not work as well with @samp{-g -O} as with just
11148 @samp{-g}, particularly on machines with instruction scheduling. If in
11149 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
11150 please report it to us as a bug (including a test case!).
11151 @xref{Variables}, for more information about debugging optimized code.
11152
11153 @menu
11154 * Inline Functions:: How @value{GDBN} presents inlining
11155 * Tail Call Frames:: @value{GDBN} analysis of jumps to functions
11156 @end menu
11157
11158 @node Inline Functions
11159 @section Inline Functions
11160 @cindex inline functions, debugging
11161
11162 @dfn{Inlining} is an optimization that inserts a copy of the function
11163 body directly at each call site, instead of jumping to a shared
11164 routine. @value{GDBN} displays inlined functions just like
11165 non-inlined functions. They appear in backtraces. You can view their
11166 arguments and local variables, step into them with @code{step}, skip
11167 them with @code{next}, and escape from them with @code{finish}.
11168 You can check whether a function was inlined by using the
11169 @code{info frame} command.
11170
11171 For @value{GDBN} to support inlined functions, the compiler must
11172 record information about inlining in the debug information ---
11173 @value{NGCC} using the @sc{dwarf 2} format does this, and several
11174 other compilers do also. @value{GDBN} only supports inlined functions
11175 when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
11176 do not emit two required attributes (@samp{DW_AT_call_file} and
11177 @samp{DW_AT_call_line}); @value{GDBN} does not display inlined
11178 function calls with earlier versions of @value{NGCC}. It instead
11179 displays the arguments and local variables of inlined functions as
11180 local variables in the caller.
11181
11182 The body of an inlined function is directly included at its call site;
11183 unlike a non-inlined function, there are no instructions devoted to
11184 the call. @value{GDBN} still pretends that the call site and the
11185 start of the inlined function are different instructions. Stepping to
11186 the call site shows the call site, and then stepping again shows
11187 the first line of the inlined function, even though no additional
11188 instructions are executed.
11189
11190 This makes source-level debugging much clearer; you can see both the
11191 context of the call and then the effect of the call. Only stepping by
11192 a single instruction using @code{stepi} or @code{nexti} does not do
11193 this; single instruction steps always show the inlined body.
11194
11195 There are some ways that @value{GDBN} does not pretend that inlined
11196 function calls are the same as normal calls:
11197
11198 @itemize @bullet
11199 @item
11200 Setting breakpoints at the call site of an inlined function may not
11201 work, because the call site does not contain any code. @value{GDBN}
11202 may incorrectly move the breakpoint to the next line of the enclosing
11203 function, after the call. This limitation will be removed in a future
11204 version of @value{GDBN}; until then, set a breakpoint on an earlier line
11205 or inside the inlined function instead.
11206
11207 @item
11208 @value{GDBN} cannot locate the return value of inlined calls after
11209 using the @code{finish} command. This is a limitation of compiler-generated
11210 debugging information; after @code{finish}, you can step to the next line
11211 and print a variable where your program stored the return value.
11212
11213 @end itemize
11214
11215 @node Tail Call Frames
11216 @section Tail Call Frames
11217 @cindex tail call frames, debugging
11218
11219 Function @code{B} can call function @code{C} in its very last statement. In
11220 unoptimized compilation the call of @code{C} is immediately followed by return
11221 instruction at the end of @code{B} code. Optimizing compiler may replace the
11222 call and return in function @code{B} into one jump to function @code{C}
11223 instead. Such use of a jump instruction is called @dfn{tail call}.
11224
11225 During execution of function @code{C}, there will be no indication in the
11226 function call stack frames that it was tail-called from @code{B}. If function
11227 @code{A} regularly calls function @code{B} which tail-calls function @code{C},
11228 then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
11229 some cases @value{GDBN} can determine that @code{C} was tail-called from
11230 @code{B}, and it will then create fictitious call frame for that, with the
11231 return address set up as if @code{B} called @code{C} normally.
11232
11233 This functionality is currently supported only by DWARF 2 debugging format and
11234 the compiler has to produce @samp{DW_TAG_GNU_call_site} tags. With
11235 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11236 this information.
11237
11238 @kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
11239 kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
11240
11241 @smallexample
11242 (gdb) x/i $pc - 2
11243 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
11244 (gdb) info frame
11245 Stack level 1, frame at 0x7fffffffda30:
11246 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
11247 tail call frame, caller of frame at 0x7fffffffda30
11248 source language c++.
11249 Arglist at unknown address.
11250 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
11251 @end smallexample
11252
11253 The detection of all the possible code path executions can find them ambiguous.
11254 There is no execution history stored (possible @ref{Reverse Execution} is never
11255 used for this purpose) and the last known caller could have reached the known
11256 callee by multiple different jump sequences. In such case @value{GDBN} still
11257 tries to show at least all the unambiguous top tail callers and all the
11258 unambiguous bottom tail calees, if any.
11259
11260 @table @code
11261 @anchor{set debug entry-values}
11262 @item set debug entry-values
11263 @kindex set debug entry-values
11264 When set to on, enables printing of analysis messages for both frame argument
11265 values at function entry and tail calls. It will show all the possible valid
11266 tail calls code paths it has considered. It will also print the intersection
11267 of them with the final unambiguous (possibly partial or even empty) code path
11268 result.
11269
11270 @item show debug entry-values
11271 @kindex show debug entry-values
11272 Show the current state of analysis messages printing for both frame argument
11273 values at function entry and tail calls.
11274 @end table
11275
11276 The analysis messages for tail calls can for example show why the virtual tail
11277 call frame for function @code{c} has not been recognized (due to the indirect
11278 reference by variable @code{x}):
11279
11280 @smallexample
11281 static void __attribute__((noinline, noclone)) c (void);
11282 void (*x) (void) = c;
11283 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
11284 static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
11285 int main (void) @{ x (); return 0; @}
11286
11287 Breakpoint 1, DW_OP_GNU_entry_value resolving cannot find
11288 DW_TAG_GNU_call_site 0x40039a in main
11289 a () at t.c:3
11290 3 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
11291 (gdb) bt
11292 #0 a () at t.c:3
11293 #1 0x000000000040039a in main () at t.c:5
11294 @end smallexample
11295
11296 Another possibility is an ambiguous virtual tail call frames resolution:
11297
11298 @smallexample
11299 int i;
11300 static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
11301 static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
11302 static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
11303 static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
11304 static void __attribute__((noinline, noclone)) b (void)
11305 @{ if (i) c (); else e (); @}
11306 static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
11307 int main (void) @{ a (); return 0; @}
11308
11309 tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
11310 tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
11311 tailcall: reduced: 0x4004d2(a) |
11312 (gdb) bt
11313 #0 f () at t.c:2
11314 #1 0x00000000004004d2 in a () at t.c:8
11315 #2 0x0000000000400395 in main () at t.c:9
11316 @end smallexample
11317
11318 @set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
11319 @set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
11320
11321 @c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
11322 @ifset HAVE_MAKEINFO_CLICK
11323 @set ARROW @click{}
11324 @set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
11325 @set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
11326 @end ifset
11327 @ifclear HAVE_MAKEINFO_CLICK
11328 @set ARROW ->
11329 @set CALLSEQ1B @value{CALLSEQ1A}
11330 @set CALLSEQ2B @value{CALLSEQ2A}
11331 @end ifclear
11332
11333 Frames #0 and #2 are real, #1 is a virtual tail call frame.
11334 The code can have possible execution paths @value{CALLSEQ1B} or
11335 @value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
11336
11337 @code{initial:} state shows some random possible calling sequence @value{GDBN}
11338 has found. It then finds another possible calling sequcen - that one is
11339 prefixed by @code{compare:}. The non-ambiguous intersection of these two is
11340 printed as the @code{reduced:} calling sequence. That one could have many
11341 futher @code{compare:} and @code{reduced:} statements as long as there remain
11342 any non-ambiguous sequence entries.
11343
11344 For the frame of function @code{b} in both cases there are different possible
11345 @code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
11346 also ambigous. The only non-ambiguous frame is the one for function @code{a},
11347 therefore this one is displayed to the user while the ambiguous frames are
11348 omitted.
11349
11350 There can be also reasons why printing of frame argument values at function
11351 entry may fail:
11352
11353 @smallexample
11354 int v;
11355 static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
11356 static void __attribute__((noinline, noclone)) a (int i);
11357 static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
11358 static void __attribute__((noinline, noclone)) a (int i)
11359 @{ if (i) b (i - 1); else c (0); @}
11360 int main (void) @{ a (5); return 0; @}
11361
11362 (gdb) bt
11363 #0 c (i=i@@entry=0) at t.c:2
11364 #1 0x0000000000400428 in a (DW_OP_GNU_entry_value resolving has found
11365 function "a" at 0x400420 can call itself via tail calls
11366 i=<optimized out>) at t.c:6
11367 #2 0x000000000040036e in main () at t.c:7
11368 @end smallexample
11369
11370 @value{GDBN} cannot find out from the inferior state if and how many times did
11371 function @code{a} call itself (via function @code{b}) as these calls would be
11372 tail calls. Such tail calls would modify thue @code{i} variable, therefore
11373 @value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
11374 prints @code{<optimized out>} instead.
11375
11376 @node Macros
11377 @chapter C Preprocessor Macros
11378
11379 Some languages, such as C and C@t{++}, provide a way to define and invoke
11380 ``preprocessor macros'' which expand into strings of tokens.
11381 @value{GDBN} can evaluate expressions containing macro invocations, show
11382 the result of macro expansion, and show a macro's definition, including
11383 where it was defined.
11384
11385 You may need to compile your program specially to provide @value{GDBN}
11386 with information about preprocessor macros. Most compilers do not
11387 include macros in their debugging information, even when you compile
11388 with the @option{-g} flag. @xref{Compilation}.
11389
11390 A program may define a macro at one point, remove that definition later,
11391 and then provide a different definition after that. Thus, at different
11392 points in the program, a macro may have different definitions, or have
11393 no definition at all. If there is a current stack frame, @value{GDBN}
11394 uses the macros in scope at that frame's source code line. Otherwise,
11395 @value{GDBN} uses the macros in scope at the current listing location;
11396 see @ref{List}.
11397
11398 Whenever @value{GDBN} evaluates an expression, it always expands any
11399 macro invocations present in the expression. @value{GDBN} also provides
11400 the following commands for working with macros explicitly.
11401
11402 @table @code
11403
11404 @kindex macro expand
11405 @cindex macro expansion, showing the results of preprocessor
11406 @cindex preprocessor macro expansion, showing the results of
11407 @cindex expanding preprocessor macros
11408 @item macro expand @var{expression}
11409 @itemx macro exp @var{expression}
11410 Show the results of expanding all preprocessor macro invocations in
11411 @var{expression}. Since @value{GDBN} simply expands macros, but does
11412 not parse the result, @var{expression} need not be a valid expression;
11413 it can be any string of tokens.
11414
11415 @kindex macro exp1
11416 @item macro expand-once @var{expression}
11417 @itemx macro exp1 @var{expression}
11418 @cindex expand macro once
11419 @i{(This command is not yet implemented.)} Show the results of
11420 expanding those preprocessor macro invocations that appear explicitly in
11421 @var{expression}. Macro invocations appearing in that expansion are
11422 left unchanged. This command allows you to see the effect of a
11423 particular macro more clearly, without being confused by further
11424 expansions. Since @value{GDBN} simply expands macros, but does not
11425 parse the result, @var{expression} need not be a valid expression; it
11426 can be any string of tokens.
11427
11428 @kindex info macro
11429 @cindex macro definition, showing
11430 @cindex definition of a macro, showing
11431 @cindex macros, from debug info
11432 @item info macro [-a|-all] [--] @var{macro}
11433 Show the current definition or all definitions of the named @var{macro},
11434 and describe the source location or compiler command-line where that
11435 definition was established. The optional double dash is to signify the end of
11436 argument processing and the beginning of @var{macro} for non C-like macros where
11437 the macro may begin with a hyphen.
11438
11439 @kindex info macros
11440 @item info macros @var{linespec}
11441 Show all macro definitions that are in effect at the location specified
11442 by @var{linespec}, and describe the source location or compiler
11443 command-line where those definitions were established.
11444
11445 @kindex macro define
11446 @cindex user-defined macros
11447 @cindex defining macros interactively
11448 @cindex macros, user-defined
11449 @item macro define @var{macro} @var{replacement-list}
11450 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
11451 Introduce a definition for a preprocessor macro named @var{macro},
11452 invocations of which are replaced by the tokens given in
11453 @var{replacement-list}. The first form of this command defines an
11454 ``object-like'' macro, which takes no arguments; the second form
11455 defines a ``function-like'' macro, which takes the arguments given in
11456 @var{arglist}.
11457
11458 A definition introduced by this command is in scope in every
11459 expression evaluated in @value{GDBN}, until it is removed with the
11460 @code{macro undef} command, described below. The definition overrides
11461 all definitions for @var{macro} present in the program being debugged,
11462 as well as any previous user-supplied definition.
11463
11464 @kindex macro undef
11465 @item macro undef @var{macro}
11466 Remove any user-supplied definition for the macro named @var{macro}.
11467 This command only affects definitions provided with the @code{macro
11468 define} command, described above; it cannot remove definitions present
11469 in the program being debugged.
11470
11471 @kindex macro list
11472 @item macro list
11473 List all the macros defined using the @code{macro define} command.
11474 @end table
11475
11476 @cindex macros, example of debugging with
11477 Here is a transcript showing the above commands in action. First, we
11478 show our source files:
11479
11480 @smallexample
11481 $ cat sample.c
11482 #include <stdio.h>
11483 #include "sample.h"
11484
11485 #define M 42
11486 #define ADD(x) (M + x)
11487
11488 main ()
11489 @{
11490 #define N 28
11491 printf ("Hello, world!\n");
11492 #undef N
11493 printf ("We're so creative.\n");
11494 #define N 1729
11495 printf ("Goodbye, world!\n");
11496 @}
11497 $ cat sample.h
11498 #define Q <
11499 $
11500 @end smallexample
11501
11502 Now, we compile the program using the @sc{gnu} C compiler,
11503 @value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
11504 minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
11505 and @option{-gdwarf-4}; we recommend always choosing the most recent
11506 version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
11507 includes information about preprocessor macros in the debugging
11508 information.
11509
11510 @smallexample
11511 $ gcc -gdwarf-2 -g3 sample.c -o sample
11512 $
11513 @end smallexample
11514
11515 Now, we start @value{GDBN} on our sample program:
11516
11517 @smallexample
11518 $ gdb -nw sample
11519 GNU gdb 2002-05-06-cvs
11520 Copyright 2002 Free Software Foundation, Inc.
11521 GDB is free software, @dots{}
11522 (@value{GDBP})
11523 @end smallexample
11524
11525 We can expand macros and examine their definitions, even when the
11526 program is not running. @value{GDBN} uses the current listing position
11527 to decide which macro definitions are in scope:
11528
11529 @smallexample
11530 (@value{GDBP}) list main
11531 3
11532 4 #define M 42
11533 5 #define ADD(x) (M + x)
11534 6
11535 7 main ()
11536 8 @{
11537 9 #define N 28
11538 10 printf ("Hello, world!\n");
11539 11 #undef N
11540 12 printf ("We're so creative.\n");
11541 (@value{GDBP}) info macro ADD
11542 Defined at /home/jimb/gdb/macros/play/sample.c:5
11543 #define ADD(x) (M + x)
11544 (@value{GDBP}) info macro Q
11545 Defined at /home/jimb/gdb/macros/play/sample.h:1
11546 included at /home/jimb/gdb/macros/play/sample.c:2
11547 #define Q <
11548 (@value{GDBP}) macro expand ADD(1)
11549 expands to: (42 + 1)
11550 (@value{GDBP}) macro expand-once ADD(1)
11551 expands to: once (M + 1)
11552 (@value{GDBP})
11553 @end smallexample
11554
11555 In the example above, note that @code{macro expand-once} expands only
11556 the macro invocation explicit in the original text --- the invocation of
11557 @code{ADD} --- but does not expand the invocation of the macro @code{M},
11558 which was introduced by @code{ADD}.
11559
11560 Once the program is running, @value{GDBN} uses the macro definitions in
11561 force at the source line of the current stack frame:
11562
11563 @smallexample
11564 (@value{GDBP}) break main
11565 Breakpoint 1 at 0x8048370: file sample.c, line 10.
11566 (@value{GDBP}) run
11567 Starting program: /home/jimb/gdb/macros/play/sample
11568
11569 Breakpoint 1, main () at sample.c:10
11570 10 printf ("Hello, world!\n");
11571 (@value{GDBP})
11572 @end smallexample
11573
11574 At line 10, the definition of the macro @code{N} at line 9 is in force:
11575
11576 @smallexample
11577 (@value{GDBP}) info macro N
11578 Defined at /home/jimb/gdb/macros/play/sample.c:9
11579 #define N 28
11580 (@value{GDBP}) macro expand N Q M
11581 expands to: 28 < 42
11582 (@value{GDBP}) print N Q M
11583 $1 = 1
11584 (@value{GDBP})
11585 @end smallexample
11586
11587 As we step over directives that remove @code{N}'s definition, and then
11588 give it a new definition, @value{GDBN} finds the definition (or lack
11589 thereof) in force at each point:
11590
11591 @smallexample
11592 (@value{GDBP}) next
11593 Hello, world!
11594 12 printf ("We're so creative.\n");
11595 (@value{GDBP}) info macro N
11596 The symbol `N' has no definition as a C/C++ preprocessor macro
11597 at /home/jimb/gdb/macros/play/sample.c:12
11598 (@value{GDBP}) next
11599 We're so creative.
11600 14 printf ("Goodbye, world!\n");
11601 (@value{GDBP}) info macro N
11602 Defined at /home/jimb/gdb/macros/play/sample.c:13
11603 #define N 1729
11604 (@value{GDBP}) macro expand N Q M
11605 expands to: 1729 < 42
11606 (@value{GDBP}) print N Q M
11607 $2 = 0
11608 (@value{GDBP})
11609 @end smallexample
11610
11611 In addition to source files, macros can be defined on the compilation command
11612 line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
11613 such a way, @value{GDBN} displays the location of their definition as line zero
11614 of the source file submitted to the compiler.
11615
11616 @smallexample
11617 (@value{GDBP}) info macro __STDC__
11618 Defined at /home/jimb/gdb/macros/play/sample.c:0
11619 -D__STDC__=1
11620 (@value{GDBP})
11621 @end smallexample
11622
11623
11624 @node Tracepoints
11625 @chapter Tracepoints
11626 @c This chapter is based on the documentation written by Michael
11627 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
11628
11629 @cindex tracepoints
11630 In some applications, it is not feasible for the debugger to interrupt
11631 the program's execution long enough for the developer to learn
11632 anything helpful about its behavior. If the program's correctness
11633 depends on its real-time behavior, delays introduced by a debugger
11634 might cause the program to change its behavior drastically, or perhaps
11635 fail, even when the code itself is correct. It is useful to be able
11636 to observe the program's behavior without interrupting it.
11637
11638 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
11639 specify locations in the program, called @dfn{tracepoints}, and
11640 arbitrary expressions to evaluate when those tracepoints are reached.
11641 Later, using the @code{tfind} command, you can examine the values
11642 those expressions had when the program hit the tracepoints. The
11643 expressions may also denote objects in memory---structures or arrays,
11644 for example---whose values @value{GDBN} should record; while visiting
11645 a particular tracepoint, you may inspect those objects as if they were
11646 in memory at that moment. However, because @value{GDBN} records these
11647 values without interacting with you, it can do so quickly and
11648 unobtrusively, hopefully not disturbing the program's behavior.
11649
11650 The tracepoint facility is currently available only for remote
11651 targets. @xref{Targets}. In addition, your remote target must know
11652 how to collect trace data. This functionality is implemented in the
11653 remote stub; however, none of the stubs distributed with @value{GDBN}
11654 support tracepoints as of this writing. The format of the remote
11655 packets used to implement tracepoints are described in @ref{Tracepoint
11656 Packets}.
11657
11658 It is also possible to get trace data from a file, in a manner reminiscent
11659 of corefiles; you specify the filename, and use @code{tfind} to search
11660 through the file. @xref{Trace Files}, for more details.
11661
11662 This chapter describes the tracepoint commands and features.
11663
11664 @menu
11665 * Set Tracepoints::
11666 * Analyze Collected Data::
11667 * Tracepoint Variables::
11668 * Trace Files::
11669 @end menu
11670
11671 @node Set Tracepoints
11672 @section Commands to Set Tracepoints
11673
11674 Before running such a @dfn{trace experiment}, an arbitrary number of
11675 tracepoints can be set. A tracepoint is actually a special type of
11676 breakpoint (@pxref{Set Breaks}), so you can manipulate it using
11677 standard breakpoint commands. For instance, as with breakpoints,
11678 tracepoint numbers are successive integers starting from one, and many
11679 of the commands associated with tracepoints take the tracepoint number
11680 as their argument, to identify which tracepoint to work on.
11681
11682 For each tracepoint, you can specify, in advance, some arbitrary set
11683 of data that you want the target to collect in the trace buffer when
11684 it hits that tracepoint. The collected data can include registers,
11685 local variables, or global data. Later, you can use @value{GDBN}
11686 commands to examine the values these data had at the time the
11687 tracepoint was hit.
11688
11689 Tracepoints do not support every breakpoint feature. Ignore counts on
11690 tracepoints have no effect, and tracepoints cannot run @value{GDBN}
11691 commands when they are hit. Tracepoints may not be thread-specific
11692 either.
11693
11694 @cindex fast tracepoints
11695 Some targets may support @dfn{fast tracepoints}, which are inserted in
11696 a different way (such as with a jump instead of a trap), that is
11697 faster but possibly restricted in where they may be installed.
11698
11699 @cindex static tracepoints
11700 @cindex markers, static tracepoints
11701 @cindex probing markers, static tracepoints
11702 Regular and fast tracepoints are dynamic tracing facilities, meaning
11703 that they can be used to insert tracepoints at (almost) any location
11704 in the target. Some targets may also support controlling @dfn{static
11705 tracepoints} from @value{GDBN}. With static tracing, a set of
11706 instrumentation points, also known as @dfn{markers}, are embedded in
11707 the target program, and can be activated or deactivated by name or
11708 address. These are usually placed at locations which facilitate
11709 investigating what the target is actually doing. @value{GDBN}'s
11710 support for static tracing includes being able to list instrumentation
11711 points, and attach them with @value{GDBN} defined high level
11712 tracepoints that expose the whole range of convenience of
11713 @value{GDBN}'s tracepoints support. Namely, support for collecting
11714 registers values and values of global or local (to the instrumentation
11715 point) variables; tracepoint conditions and trace state variables.
11716 The act of installing a @value{GDBN} static tracepoint on an
11717 instrumentation point, or marker, is referred to as @dfn{probing} a
11718 static tracepoint marker.
11719
11720 @code{gdbserver} supports tracepoints on some target systems.
11721 @xref{Server,,Tracepoints support in @code{gdbserver}}.
11722
11723 This section describes commands to set tracepoints and associated
11724 conditions and actions.
11725
11726 @menu
11727 * Create and Delete Tracepoints::
11728 * Enable and Disable Tracepoints::
11729 * Tracepoint Passcounts::
11730 * Tracepoint Conditions::
11731 * Trace State Variables::
11732 * Tracepoint Actions::
11733 * Listing Tracepoints::
11734 * Listing Static Tracepoint Markers::
11735 * Starting and Stopping Trace Experiments::
11736 * Tracepoint Restrictions::
11737 @end menu
11738
11739 @node Create and Delete Tracepoints
11740 @subsection Create and Delete Tracepoints
11741
11742 @table @code
11743 @cindex set tracepoint
11744 @kindex trace
11745 @item trace @var{location}
11746 The @code{trace} command is very similar to the @code{break} command.
11747 Its argument @var{location} can be a source line, a function name, or
11748 an address in the target program. @xref{Specify Location}. The
11749 @code{trace} command defines a tracepoint, which is a point in the
11750 target program where the debugger will briefly stop, collect some
11751 data, and then allow the program to continue. Setting a tracepoint or
11752 changing its actions takes effect immediately if the remote stub
11753 supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
11754 in tracing}).
11755 If remote stub doesn't support the @samp{InstallInTrace} feature, all
11756 these changes don't take effect until the next @code{tstart}
11757 command, and once a trace experiment is running, further changes will
11758 not have any effect until the next trace experiment starts. In addition,
11759 @value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
11760 address is not yet resolved. (This is similar to pending breakpoints.)
11761 Pending tracepoints are not downloaded to the target and not installed
11762 until they are resolved. The resolution of pending tracepoints requires
11763 @value{GDBN} support---when debugging with the remote target, and
11764 @value{GDBN} disconnects from the remote stub (@pxref{disconnected
11765 tracing}), pending tracepoints can not be resolved (and downloaded to
11766 the remote stub) while @value{GDBN} is disconnected.
11767
11768 Here are some examples of using the @code{trace} command:
11769
11770 @smallexample
11771 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
11772
11773 (@value{GDBP}) @b{trace +2} // 2 lines forward
11774
11775 (@value{GDBP}) @b{trace my_function} // first source line of function
11776
11777 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
11778
11779 (@value{GDBP}) @b{trace *0x2117c4} // an address
11780 @end smallexample
11781
11782 @noindent
11783 You can abbreviate @code{trace} as @code{tr}.
11784
11785 @item trace @var{location} if @var{cond}
11786 Set a tracepoint with condition @var{cond}; evaluate the expression
11787 @var{cond} each time the tracepoint is reached, and collect data only
11788 if the value is nonzero---that is, if @var{cond} evaluates as true.
11789 @xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
11790 information on tracepoint conditions.
11791
11792 @item ftrace @var{location} [ if @var{cond} ]
11793 @cindex set fast tracepoint
11794 @cindex fast tracepoints, setting
11795 @kindex ftrace
11796 The @code{ftrace} command sets a fast tracepoint. For targets that
11797 support them, fast tracepoints will use a more efficient but possibly
11798 less general technique to trigger data collection, such as a jump
11799 instruction instead of a trap, or some sort of hardware support. It
11800 may not be possible to create a fast tracepoint at the desired
11801 location, in which case the command will exit with an explanatory
11802 message.
11803
11804 @value{GDBN} handles arguments to @code{ftrace} exactly as for
11805 @code{trace}.
11806
11807 On 32-bit x86-architecture systems, fast tracepoints normally need to
11808 be placed at an instruction that is 5 bytes or longer, but can be
11809 placed at 4-byte instructions if the low 64K of memory of the target
11810 program is available to install trampolines. Some Unix-type systems,
11811 such as @sc{gnu}/Linux, exclude low addresses from the program's
11812 address space; but for instance with the Linux kernel it is possible
11813 to let @value{GDBN} use this area by doing a @command{sysctl} command
11814 to set the @code{mmap_min_addr} kernel parameter, as in
11815
11816 @example
11817 sudo sysctl -w vm.mmap_min_addr=32768
11818 @end example
11819
11820 @noindent
11821 which sets the low address to 32K, which leaves plenty of room for
11822 trampolines. The minimum address should be set to a page boundary.
11823
11824 @item strace @var{location} [ if @var{cond} ]
11825 @cindex set static tracepoint
11826 @cindex static tracepoints, setting
11827 @cindex probe static tracepoint marker
11828 @kindex strace
11829 The @code{strace} command sets a static tracepoint. For targets that
11830 support it, setting a static tracepoint probes a static
11831 instrumentation point, or marker, found at @var{location}. It may not
11832 be possible to set a static tracepoint at the desired location, in
11833 which case the command will exit with an explanatory message.
11834
11835 @value{GDBN} handles arguments to @code{strace} exactly as for
11836 @code{trace}, with the addition that the user can also specify
11837 @code{-m @var{marker}} as @var{location}. This probes the marker
11838 identified by the @var{marker} string identifier. This identifier
11839 depends on the static tracepoint backend library your program is
11840 using. You can find all the marker identifiers in the @samp{ID} field
11841 of the @code{info static-tracepoint-markers} command output.
11842 @xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
11843 Markers}. For example, in the following small program using the UST
11844 tracing engine:
11845
11846 @smallexample
11847 main ()
11848 @{
11849 trace_mark(ust, bar33, "str %s", "FOOBAZ");
11850 @}
11851 @end smallexample
11852
11853 @noindent
11854 the marker id is composed of joining the first two arguments to the
11855 @code{trace_mark} call with a slash, which translates to:
11856
11857 @smallexample
11858 (@value{GDBP}) info static-tracepoint-markers
11859 Cnt Enb ID Address What
11860 1 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
11861 Data: "str %s"
11862 [etc...]
11863 @end smallexample
11864
11865 @noindent
11866 so you may probe the marker above with:
11867
11868 @smallexample
11869 (@value{GDBP}) strace -m ust/bar33
11870 @end smallexample
11871
11872 Static tracepoints accept an extra collect action --- @code{collect
11873 $_sdata}. This collects arbitrary user data passed in the probe point
11874 call to the tracing library. In the UST example above, you'll see
11875 that the third argument to @code{trace_mark} is a printf-like format
11876 string. The user data is then the result of running that formating
11877 string against the following arguments. Note that @code{info
11878 static-tracepoint-markers} command output lists that format string in
11879 the @samp{Data:} field.
11880
11881 You can inspect this data when analyzing the trace buffer, by printing
11882 the $_sdata variable like any other variable available to
11883 @value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
11884
11885 @vindex $tpnum
11886 @cindex last tracepoint number
11887 @cindex recent tracepoint number
11888 @cindex tracepoint number
11889 The convenience variable @code{$tpnum} records the tracepoint number
11890 of the most recently set tracepoint.
11891
11892 @kindex delete tracepoint
11893 @cindex tracepoint deletion
11894 @item delete tracepoint @r{[}@var{num}@r{]}
11895 Permanently delete one or more tracepoints. With no argument, the
11896 default is to delete all tracepoints. Note that the regular
11897 @code{delete} command can remove tracepoints also.
11898
11899 Examples:
11900
11901 @smallexample
11902 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
11903
11904 (@value{GDBP}) @b{delete trace} // remove all tracepoints
11905 @end smallexample
11906
11907 @noindent
11908 You can abbreviate this command as @code{del tr}.
11909 @end table
11910
11911 @node Enable and Disable Tracepoints
11912 @subsection Enable and Disable Tracepoints
11913
11914 These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
11915
11916 @table @code
11917 @kindex disable tracepoint
11918 @item disable tracepoint @r{[}@var{num}@r{]}
11919 Disable tracepoint @var{num}, or all tracepoints if no argument
11920 @var{num} is given. A disabled tracepoint will have no effect during
11921 a trace experiment, but it is not forgotten. You can re-enable
11922 a disabled tracepoint using the @code{enable tracepoint} command.
11923 If the command is issued during a trace experiment and the debug target
11924 has support for disabling tracepoints during a trace experiment, then the
11925 change will be effective immediately. Otherwise, it will be applied to the
11926 next trace experiment.
11927
11928 @kindex enable tracepoint
11929 @item enable tracepoint @r{[}@var{num}@r{]}
11930 Enable tracepoint @var{num}, or all tracepoints. If this command is
11931 issued during a trace experiment and the debug target supports enabling
11932 tracepoints during a trace experiment, then the enabled tracepoints will
11933 become effective immediately. Otherwise, they will become effective the
11934 next time a trace experiment is run.
11935 @end table
11936
11937 @node Tracepoint Passcounts
11938 @subsection Tracepoint Passcounts
11939
11940 @table @code
11941 @kindex passcount
11942 @cindex tracepoint pass count
11943 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
11944 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
11945 automatically stop a trace experiment. If a tracepoint's passcount is
11946 @var{n}, then the trace experiment will be automatically stopped on
11947 the @var{n}'th time that tracepoint is hit. If the tracepoint number
11948 @var{num} is not specified, the @code{passcount} command sets the
11949 passcount of the most recently defined tracepoint. If no passcount is
11950 given, the trace experiment will run until stopped explicitly by the
11951 user.
11952
11953 Examples:
11954
11955 @smallexample
11956 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
11957 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
11958
11959 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
11960 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
11961 (@value{GDBP}) @b{trace foo}
11962 (@value{GDBP}) @b{pass 3}
11963 (@value{GDBP}) @b{trace bar}
11964 (@value{GDBP}) @b{pass 2}
11965 (@value{GDBP}) @b{trace baz}
11966 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
11967 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
11968 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
11969 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
11970 @end smallexample
11971 @end table
11972
11973 @node Tracepoint Conditions
11974 @subsection Tracepoint Conditions
11975 @cindex conditional tracepoints
11976 @cindex tracepoint conditions
11977
11978 The simplest sort of tracepoint collects data every time your program
11979 reaches a specified place. You can also specify a @dfn{condition} for
11980 a tracepoint. A condition is just a Boolean expression in your
11981 programming language (@pxref{Expressions, ,Expressions}). A
11982 tracepoint with a condition evaluates the expression each time your
11983 program reaches it, and data collection happens only if the condition
11984 is true.
11985
11986 Tracepoint conditions can be specified when a tracepoint is set, by
11987 using @samp{if} in the arguments to the @code{trace} command.
11988 @xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
11989 also be set or changed at any time with the @code{condition} command,
11990 just as with breakpoints.
11991
11992 Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
11993 the conditional expression itself. Instead, @value{GDBN} encodes the
11994 expression into an agent expression (@pxref{Agent Expressions})
11995 suitable for execution on the target, independently of @value{GDBN}.
11996 Global variables become raw memory locations, locals become stack
11997 accesses, and so forth.
11998
11999 For instance, suppose you have a function that is usually called
12000 frequently, but should not be called after an error has occurred. You
12001 could use the following tracepoint command to collect data about calls
12002 of that function that happen while the error code is propagating
12003 through the program; an unconditional tracepoint could end up
12004 collecting thousands of useless trace frames that you would have to
12005 search through.
12006
12007 @smallexample
12008 (@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
12009 @end smallexample
12010
12011 @node Trace State Variables
12012 @subsection Trace State Variables
12013 @cindex trace state variables
12014
12015 A @dfn{trace state variable} is a special type of variable that is
12016 created and managed by target-side code. The syntax is the same as
12017 that for GDB's convenience variables (a string prefixed with ``$''),
12018 but they are stored on the target. They must be created explicitly,
12019 using a @code{tvariable} command. They are always 64-bit signed
12020 integers.
12021
12022 Trace state variables are remembered by @value{GDBN}, and downloaded
12023 to the target along with tracepoint information when the trace
12024 experiment starts. There are no intrinsic limits on the number of
12025 trace state variables, beyond memory limitations of the target.
12026
12027 @cindex convenience variables, and trace state variables
12028 Although trace state variables are managed by the target, you can use
12029 them in print commands and expressions as if they were convenience
12030 variables; @value{GDBN} will get the current value from the target
12031 while the trace experiment is running. Trace state variables share
12032 the same namespace as other ``$'' variables, which means that you
12033 cannot have trace state variables with names like @code{$23} or
12034 @code{$pc}, nor can you have a trace state variable and a convenience
12035 variable with the same name.
12036
12037 @table @code
12038
12039 @item tvariable $@var{name} [ = @var{expression} ]
12040 @kindex tvariable
12041 The @code{tvariable} command creates a new trace state variable named
12042 @code{$@var{name}}, and optionally gives it an initial value of
12043 @var{expression}. The @var{expression} is evaluated when this command is
12044 entered; the result will be converted to an integer if possible,
12045 otherwise @value{GDBN} will report an error. A subsequent
12046 @code{tvariable} command specifying the same name does not create a
12047 variable, but instead assigns the supplied initial value to the
12048 existing variable of that name, overwriting any previous initial
12049 value. The default initial value is 0.
12050
12051 @item info tvariables
12052 @kindex info tvariables
12053 List all the trace state variables along with their initial values.
12054 Their current values may also be displayed, if the trace experiment is
12055 currently running.
12056
12057 @item delete tvariable @r{[} $@var{name} @dots{} @r{]}
12058 @kindex delete tvariable
12059 Delete the given trace state variables, or all of them if no arguments
12060 are specified.
12061
12062 @end table
12063
12064 @node Tracepoint Actions
12065 @subsection Tracepoint Action Lists
12066
12067 @table @code
12068 @kindex actions
12069 @cindex tracepoint actions
12070 @item actions @r{[}@var{num}@r{]}
12071 This command will prompt for a list of actions to be taken when the
12072 tracepoint is hit. If the tracepoint number @var{num} is not
12073 specified, this command sets the actions for the one that was most
12074 recently defined (so that you can define a tracepoint and then say
12075 @code{actions} without bothering about its number). You specify the
12076 actions themselves on the following lines, one action at a time, and
12077 terminate the actions list with a line containing just @code{end}. So
12078 far, the only defined actions are @code{collect}, @code{teval}, and
12079 @code{while-stepping}.
12080
12081 @code{actions} is actually equivalent to @code{commands} (@pxref{Break
12082 Commands, ,Breakpoint Command Lists}), except that only the defined
12083 actions are allowed; any other @value{GDBN} command is rejected.
12084
12085 @cindex remove actions from a tracepoint
12086 To remove all actions from a tracepoint, type @samp{actions @var{num}}
12087 and follow it immediately with @samp{end}.
12088
12089 @smallexample
12090 (@value{GDBP}) @b{collect @var{data}} // collect some data
12091
12092 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
12093
12094 (@value{GDBP}) @b{end} // signals the end of actions.
12095 @end smallexample
12096
12097 In the following example, the action list begins with @code{collect}
12098 commands indicating the things to be collected when the tracepoint is
12099 hit. Then, in order to single-step and collect additional data
12100 following the tracepoint, a @code{while-stepping} command is used,
12101 followed by the list of things to be collected after each step in a
12102 sequence of single steps. The @code{while-stepping} command is
12103 terminated by its own separate @code{end} command. Lastly, the action
12104 list is terminated by an @code{end} command.
12105
12106 @smallexample
12107 (@value{GDBP}) @b{trace foo}
12108 (@value{GDBP}) @b{actions}
12109 Enter actions for tracepoint 1, one per line:
12110 > collect bar,baz
12111 > collect $regs
12112 > while-stepping 12
12113 > collect $pc, arr[i]
12114 > end
12115 end
12116 @end smallexample
12117
12118 @kindex collect @r{(tracepoints)}
12119 @item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
12120 Collect values of the given expressions when the tracepoint is hit.
12121 This command accepts a comma-separated list of any valid expressions.
12122 In addition to global, static, or local variables, the following
12123 special arguments are supported:
12124
12125 @table @code
12126 @item $regs
12127 Collect all registers.
12128
12129 @item $args
12130 Collect all function arguments.
12131
12132 @item $locals
12133 Collect all local variables.
12134
12135 @item $_ret
12136 Collect the return address. This is helpful if you want to see more
12137 of a backtrace.
12138
12139 @item $_probe_argc
12140 Collects the number of arguments from the static probe at which the
12141 tracepoint is located.
12142 @xref{Static Probe Points}.
12143
12144 @item $_probe_arg@var{n}
12145 @var{n} is an integer between 0 and 11. Collects the @var{n}th argument
12146 from the static probe at which the tracepoint is located.
12147 @xref{Static Probe Points}.
12148
12149 @item $_sdata
12150 @vindex $_sdata@r{, collect}
12151 Collect static tracepoint marker specific data. Only available for
12152 static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
12153 Lists}. On the UST static tracepoints library backend, an
12154 instrumentation point resembles a @code{printf} function call. The
12155 tracing library is able to collect user specified data formatted to a
12156 character string using the format provided by the programmer that
12157 instrumented the program. Other backends have similar mechanisms.
12158 Here's an example of a UST marker call:
12159
12160 @smallexample
12161 const char master_name[] = "$your_name";
12162 trace_mark(channel1, marker1, "hello %s", master_name)
12163 @end smallexample
12164
12165 In this case, collecting @code{$_sdata} collects the string
12166 @samp{hello $yourname}. When analyzing the trace buffer, you can
12167 inspect @samp{$_sdata} like any other variable available to
12168 @value{GDBN}.
12169 @end table
12170
12171 You can give several consecutive @code{collect} commands, each one
12172 with a single argument, or one @code{collect} command with several
12173 arguments separated by commas; the effect is the same.
12174
12175 The optional @var{mods} changes the usual handling of the arguments.
12176 @code{s} requests that pointers to chars be handled as strings, in
12177 particular collecting the contents of the memory being pointed at, up
12178 to the first zero. The upper bound is by default the value of the
12179 @code{print elements} variable; if @code{s} is followed by a decimal
12180 number, that is the upper bound instead. So for instance
12181 @samp{collect/s25 mystr} collects as many as 25 characters at
12182 @samp{mystr}.
12183
12184 The command @code{info scope} (@pxref{Symbols, info scope}) is
12185 particularly useful for figuring out what data to collect.
12186
12187 @kindex teval @r{(tracepoints)}
12188 @item teval @var{expr1}, @var{expr2}, @dots{}
12189 Evaluate the given expressions when the tracepoint is hit. This
12190 command accepts a comma-separated list of expressions. The results
12191 are discarded, so this is mainly useful for assigning values to trace
12192 state variables (@pxref{Trace State Variables}) without adding those
12193 values to the trace buffer, as would be the case if the @code{collect}
12194 action were used.
12195
12196 @kindex while-stepping @r{(tracepoints)}
12197 @item while-stepping @var{n}
12198 Perform @var{n} single-step instruction traces after the tracepoint,
12199 collecting new data after each step. The @code{while-stepping}
12200 command is followed by the list of what to collect while stepping
12201 (followed by its own @code{end} command):
12202
12203 @smallexample
12204 > while-stepping 12
12205 > collect $regs, myglobal
12206 > end
12207 >
12208 @end smallexample
12209
12210 @noindent
12211 Note that @code{$pc} is not automatically collected by
12212 @code{while-stepping}; you need to explicitly collect that register if
12213 you need it. You may abbreviate @code{while-stepping} as @code{ws} or
12214 @code{stepping}.
12215
12216 @item set default-collect @var{expr1}, @var{expr2}, @dots{}
12217 @kindex set default-collect
12218 @cindex default collection action
12219 This variable is a list of expressions to collect at each tracepoint
12220 hit. It is effectively an additional @code{collect} action prepended
12221 to every tracepoint action list. The expressions are parsed
12222 individually for each tracepoint, so for instance a variable named
12223 @code{xyz} may be interpreted as a global for one tracepoint, and a
12224 local for another, as appropriate to the tracepoint's location.
12225
12226 @item show default-collect
12227 @kindex show default-collect
12228 Show the list of expressions that are collected by default at each
12229 tracepoint hit.
12230
12231 @end table
12232
12233 @node Listing Tracepoints
12234 @subsection Listing Tracepoints
12235
12236 @table @code
12237 @kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
12238 @kindex info tp @r{[}@var{n}@dots{}@r{]}
12239 @cindex information about tracepoints
12240 @item info tracepoints @r{[}@var{num}@dots{}@r{]}
12241 Display information about the tracepoint @var{num}. If you don't
12242 specify a tracepoint number, displays information about all the
12243 tracepoints defined so far. The format is similar to that used for
12244 @code{info breakpoints}; in fact, @code{info tracepoints} is the same
12245 command, simply restricting itself to tracepoints.
12246
12247 A tracepoint's listing may include additional information specific to
12248 tracing:
12249
12250 @itemize @bullet
12251 @item
12252 its passcount as given by the @code{passcount @var{n}} command
12253
12254 @item
12255 the state about installed on target of each location
12256 @end itemize
12257
12258 @smallexample
12259 (@value{GDBP}) @b{info trace}
12260 Num Type Disp Enb Address What
12261 1 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
12262 while-stepping 20
12263 collect globfoo, $regs
12264 end
12265 collect globfoo2
12266 end
12267 pass count 1200
12268 2 tracepoint keep y <MULTIPLE>
12269 collect $eip
12270 2.1 y 0x0804859c in func4 at change-loc.h:35
12271 installed on target
12272 2.2 y 0xb7ffc480 in func4 at change-loc.h:35
12273 installed on target
12274 2.3 y <PENDING> set_tracepoint
12275 3 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
12276 not installed on target
12277 (@value{GDBP})
12278 @end smallexample
12279
12280 @noindent
12281 This command can be abbreviated @code{info tp}.
12282 @end table
12283
12284 @node Listing Static Tracepoint Markers
12285 @subsection Listing Static Tracepoint Markers
12286
12287 @table @code
12288 @kindex info static-tracepoint-markers
12289 @cindex information about static tracepoint markers
12290 @item info static-tracepoint-markers
12291 Display information about all static tracepoint markers defined in the
12292 program.
12293
12294 For each marker, the following columns are printed:
12295
12296 @table @emph
12297 @item Count
12298 An incrementing counter, output to help readability. This is not a
12299 stable identifier.
12300 @item ID
12301 The marker ID, as reported by the target.
12302 @item Enabled or Disabled
12303 Probed markers are tagged with @samp{y}. @samp{n} identifies marks
12304 that are not enabled.
12305 @item Address
12306 Where the marker is in your program, as a memory address.
12307 @item What
12308 Where the marker is in the source for your program, as a file and line
12309 number. If the debug information included in the program does not
12310 allow @value{GDBN} to locate the source of the marker, this column
12311 will be left blank.
12312 @end table
12313
12314 @noindent
12315 In addition, the following information may be printed for each marker:
12316
12317 @table @emph
12318 @item Data
12319 User data passed to the tracing library by the marker call. In the
12320 UST backend, this is the format string passed as argument to the
12321 marker call.
12322 @item Static tracepoints probing the marker
12323 The list of static tracepoints attached to the marker.
12324 @end table
12325
12326 @smallexample
12327 (@value{GDBP}) info static-tracepoint-markers
12328 Cnt ID Enb Address What
12329 1 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
12330 Data: number1 %d number2 %d
12331 Probed by static tracepoints: #2
12332 2 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
12333 Data: str %s
12334 (@value{GDBP})
12335 @end smallexample
12336 @end table
12337
12338 @node Starting and Stopping Trace Experiments
12339 @subsection Starting and Stopping Trace Experiments
12340
12341 @table @code
12342 @kindex tstart [ @var{notes} ]
12343 @cindex start a new trace experiment
12344 @cindex collected data discarded
12345 @item tstart
12346 This command starts the trace experiment, and begins collecting data.
12347 It has the side effect of discarding all the data collected in the
12348 trace buffer during the previous trace experiment. If any arguments
12349 are supplied, they are taken as a note and stored with the trace
12350 experiment's state. The notes may be arbitrary text, and are
12351 especially useful with disconnected tracing in a multi-user context;
12352 the notes can explain what the trace is doing, supply user contact
12353 information, and so forth.
12354
12355 @kindex tstop [ @var{notes} ]
12356 @cindex stop a running trace experiment
12357 @item tstop
12358 This command stops the trace experiment. If any arguments are
12359 supplied, they are recorded with the experiment as a note. This is
12360 useful if you are stopping a trace started by someone else, for
12361 instance if the trace is interfering with the system's behavior and
12362 needs to be stopped quickly.
12363
12364 @strong{Note}: a trace experiment and data collection may stop
12365 automatically if any tracepoint's passcount is reached
12366 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
12367
12368 @kindex tstatus
12369 @cindex status of trace data collection
12370 @cindex trace experiment, status of
12371 @item tstatus
12372 This command displays the status of the current trace data
12373 collection.
12374 @end table
12375
12376 Here is an example of the commands we described so far:
12377
12378 @smallexample
12379 (@value{GDBP}) @b{trace gdb_c_test}
12380 (@value{GDBP}) @b{actions}
12381 Enter actions for tracepoint #1, one per line.
12382 > collect $regs,$locals,$args
12383 > while-stepping 11
12384 > collect $regs
12385 > end
12386 > end
12387 (@value{GDBP}) @b{tstart}
12388 [time passes @dots{}]
12389 (@value{GDBP}) @b{tstop}
12390 @end smallexample
12391
12392 @anchor{disconnected tracing}
12393 @cindex disconnected tracing
12394 You can choose to continue running the trace experiment even if
12395 @value{GDBN} disconnects from the target, voluntarily or
12396 involuntarily. For commands such as @code{detach}, the debugger will
12397 ask what you want to do with the trace. But for unexpected
12398 terminations (@value{GDBN} crash, network outage), it would be
12399 unfortunate to lose hard-won trace data, so the variable
12400 @code{disconnected-tracing} lets you decide whether the trace should
12401 continue running without @value{GDBN}.
12402
12403 @table @code
12404 @item set disconnected-tracing on
12405 @itemx set disconnected-tracing off
12406 @kindex set disconnected-tracing
12407 Choose whether a tracing run should continue to run if @value{GDBN}
12408 has disconnected from the target. Note that @code{detach} or
12409 @code{quit} will ask you directly what to do about a running trace no
12410 matter what this variable's setting, so the variable is mainly useful
12411 for handling unexpected situations, such as loss of the network.
12412
12413 @item show disconnected-tracing
12414 @kindex show disconnected-tracing
12415 Show the current choice for disconnected tracing.
12416
12417 @end table
12418
12419 When you reconnect to the target, the trace experiment may or may not
12420 still be running; it might have filled the trace buffer in the
12421 meantime, or stopped for one of the other reasons. If it is running,
12422 it will continue after reconnection.
12423
12424 Upon reconnection, the target will upload information about the
12425 tracepoints in effect. @value{GDBN} will then compare that
12426 information to the set of tracepoints currently defined, and attempt
12427 to match them up, allowing for the possibility that the numbers may
12428 have changed due to creation and deletion in the meantime. If one of
12429 the target's tracepoints does not match any in @value{GDBN}, the
12430 debugger will create a new tracepoint, so that you have a number with
12431 which to specify that tracepoint. This matching-up process is
12432 necessarily heuristic, and it may result in useless tracepoints being
12433 created; you may simply delete them if they are of no use.
12434
12435 @cindex circular trace buffer
12436 If your target agent supports a @dfn{circular trace buffer}, then you
12437 can run a trace experiment indefinitely without filling the trace
12438 buffer; when space runs out, the agent deletes already-collected trace
12439 frames, oldest first, until there is enough room to continue
12440 collecting. This is especially useful if your tracepoints are being
12441 hit too often, and your trace gets terminated prematurely because the
12442 buffer is full. To ask for a circular trace buffer, simply set
12443 @samp{circular-trace-buffer} to on. You can set this at any time,
12444 including during tracing; if the agent can do it, it will change
12445 buffer handling on the fly, otherwise it will not take effect until
12446 the next run.
12447
12448 @table @code
12449 @item set circular-trace-buffer on
12450 @itemx set circular-trace-buffer off
12451 @kindex set circular-trace-buffer
12452 Choose whether a tracing run should use a linear or circular buffer
12453 for trace data. A linear buffer will not lose any trace data, but may
12454 fill up prematurely, while a circular buffer will discard old trace
12455 data, but it will have always room for the latest tracepoint hits.
12456
12457 @item show circular-trace-buffer
12458 @kindex show circular-trace-buffer
12459 Show the current choice for the trace buffer. Note that this may not
12460 match the agent's current buffer handling, nor is it guaranteed to
12461 match the setting that might have been in effect during a past run,
12462 for instance if you are looking at frames from a trace file.
12463
12464 @end table
12465
12466 @table @code
12467 @item set trace-buffer-size @var{n}
12468 @itemx set trace-buffer-size unlimited
12469 @kindex set trace-buffer-size
12470 Request that the target use a trace buffer of @var{n} bytes. Not all
12471 targets will honor the request; they may have a compiled-in size for
12472 the trace buffer, or some other limitation. Set to a value of
12473 @code{unlimited} or @code{-1} to let the target use whatever size it
12474 likes. This is also the default.
12475
12476 @item show trace-buffer-size
12477 @kindex show trace-buffer-size
12478 Show the current requested size for the trace buffer. Note that this
12479 will only match the actual size if the target supports size-setting,
12480 and was able to handle the requested size. For instance, if the
12481 target can only change buffer size between runs, this variable will
12482 not reflect the change until the next run starts. Use @code{tstatus}
12483 to get a report of the actual buffer size.
12484 @end table
12485
12486 @table @code
12487 @item set trace-user @var{text}
12488 @kindex set trace-user
12489
12490 @item show trace-user
12491 @kindex show trace-user
12492
12493 @item set trace-notes @var{text}
12494 @kindex set trace-notes
12495 Set the trace run's notes.
12496
12497 @item show trace-notes
12498 @kindex show trace-notes
12499 Show the trace run's notes.
12500
12501 @item set trace-stop-notes @var{text}
12502 @kindex set trace-stop-notes
12503 Set the trace run's stop notes. The handling of the note is as for
12504 @code{tstop} arguments; the set command is convenient way to fix a
12505 stop note that is mistaken or incomplete.
12506
12507 @item show trace-stop-notes
12508 @kindex show trace-stop-notes
12509 Show the trace run's stop notes.
12510
12511 @end table
12512
12513 @node Tracepoint Restrictions
12514 @subsection Tracepoint Restrictions
12515
12516 @cindex tracepoint restrictions
12517 There are a number of restrictions on the use of tracepoints. As
12518 described above, tracepoint data gathering occurs on the target
12519 without interaction from @value{GDBN}. Thus the full capabilities of
12520 the debugger are not available during data gathering, and then at data
12521 examination time, you will be limited by only having what was
12522 collected. The following items describe some common problems, but it
12523 is not exhaustive, and you may run into additional difficulties not
12524 mentioned here.
12525
12526 @itemize @bullet
12527
12528 @item
12529 Tracepoint expressions are intended to gather objects (lvalues). Thus
12530 the full flexibility of GDB's expression evaluator is not available.
12531 You cannot call functions, cast objects to aggregate types, access
12532 convenience variables or modify values (except by assignment to trace
12533 state variables). Some language features may implicitly call
12534 functions (for instance Objective-C fields with accessors), and therefore
12535 cannot be collected either.
12536
12537 @item
12538 Collection of local variables, either individually or in bulk with
12539 @code{$locals} or @code{$args}, during @code{while-stepping} may
12540 behave erratically. The stepping action may enter a new scope (for
12541 instance by stepping into a function), or the location of the variable
12542 may change (for instance it is loaded into a register). The
12543 tracepoint data recorded uses the location information for the
12544 variables that is correct for the tracepoint location. When the
12545 tracepoint is created, it is not possible, in general, to determine
12546 where the steps of a @code{while-stepping} sequence will advance the
12547 program---particularly if a conditional branch is stepped.
12548
12549 @item
12550 Collection of an incompletely-initialized or partially-destroyed object
12551 may result in something that @value{GDBN} cannot display, or displays
12552 in a misleading way.
12553
12554 @item
12555 When @value{GDBN} displays a pointer to character it automatically
12556 dereferences the pointer to also display characters of the string
12557 being pointed to. However, collecting the pointer during tracing does
12558 not automatically collect the string. You need to explicitly
12559 dereference the pointer and provide size information if you want to
12560 collect not only the pointer, but the memory pointed to. For example,
12561 @code{*ptr@@50} can be used to collect the 50 element array pointed to
12562 by @code{ptr}.
12563
12564 @item
12565 It is not possible to collect a complete stack backtrace at a
12566 tracepoint. Instead, you may collect the registers and a few hundred
12567 bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
12568 (adjust to use the name of the actual stack pointer register on your
12569 target architecture, and the amount of stack you wish to capture).
12570 Then the @code{backtrace} command will show a partial backtrace when
12571 using a trace frame. The number of stack frames that can be examined
12572 depends on the sizes of the frames in the collected stack. Note that
12573 if you ask for a block so large that it goes past the bottom of the
12574 stack, the target agent may report an error trying to read from an
12575 invalid address.
12576
12577 @item
12578 If you do not collect registers at a tracepoint, @value{GDBN} can
12579 infer that the value of @code{$pc} must be the same as the address of
12580 the tracepoint and use that when you are looking at a trace frame
12581 for that tracepoint. However, this cannot work if the tracepoint has
12582 multiple locations (for instance if it was set in a function that was
12583 inlined), or if it has a @code{while-stepping} loop. In those cases
12584 @value{GDBN} will warn you that it can't infer @code{$pc}, and default
12585 it to zero.
12586
12587 @end itemize
12588
12589 @node Analyze Collected Data
12590 @section Using the Collected Data
12591
12592 After the tracepoint experiment ends, you use @value{GDBN} commands
12593 for examining the trace data. The basic idea is that each tracepoint
12594 collects a trace @dfn{snapshot} every time it is hit and another
12595 snapshot every time it single-steps. All these snapshots are
12596 consecutively numbered from zero and go into a buffer, and you can
12597 examine them later. The way you examine them is to @dfn{focus} on a
12598 specific trace snapshot. When the remote stub is focused on a trace
12599 snapshot, it will respond to all @value{GDBN} requests for memory and
12600 registers by reading from the buffer which belongs to that snapshot,
12601 rather than from @emph{real} memory or registers of the program being
12602 debugged. This means that @strong{all} @value{GDBN} commands
12603 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
12604 behave as if we were currently debugging the program state as it was
12605 when the tracepoint occurred. Any requests for data that are not in
12606 the buffer will fail.
12607
12608 @menu
12609 * tfind:: How to select a trace snapshot
12610 * tdump:: How to display all data for a snapshot
12611 * save tracepoints:: How to save tracepoints for a future run
12612 @end menu
12613
12614 @node tfind
12615 @subsection @code{tfind @var{n}}
12616
12617 @kindex tfind
12618 @cindex select trace snapshot
12619 @cindex find trace snapshot
12620 The basic command for selecting a trace snapshot from the buffer is
12621 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
12622 counting from zero. If no argument @var{n} is given, the next
12623 snapshot is selected.
12624
12625 Here are the various forms of using the @code{tfind} command.
12626
12627 @table @code
12628 @item tfind start
12629 Find the first snapshot in the buffer. This is a synonym for
12630 @code{tfind 0} (since 0 is the number of the first snapshot).
12631
12632 @item tfind none
12633 Stop debugging trace snapshots, resume @emph{live} debugging.
12634
12635 @item tfind end
12636 Same as @samp{tfind none}.
12637
12638 @item tfind
12639 No argument means find the next trace snapshot.
12640
12641 @item tfind -
12642 Find the previous trace snapshot before the current one. This permits
12643 retracing earlier steps.
12644
12645 @item tfind tracepoint @var{num}
12646 Find the next snapshot associated with tracepoint @var{num}. Search
12647 proceeds forward from the last examined trace snapshot. If no
12648 argument @var{num} is given, it means find the next snapshot collected
12649 for the same tracepoint as the current snapshot.
12650
12651 @item tfind pc @var{addr}
12652 Find the next snapshot associated with the value @var{addr} of the
12653 program counter. Search proceeds forward from the last examined trace
12654 snapshot. If no argument @var{addr} is given, it means find the next
12655 snapshot with the same value of PC as the current snapshot.
12656
12657 @item tfind outside @var{addr1}, @var{addr2}
12658 Find the next snapshot whose PC is outside the given range of
12659 addresses (exclusive).
12660
12661 @item tfind range @var{addr1}, @var{addr2}
12662 Find the next snapshot whose PC is between @var{addr1} and
12663 @var{addr2} (inclusive).
12664
12665 @item tfind line @r{[}@var{file}:@r{]}@var{n}
12666 Find the next snapshot associated with the source line @var{n}. If
12667 the optional argument @var{file} is given, refer to line @var{n} in
12668 that source file. Search proceeds forward from the last examined
12669 trace snapshot. If no argument @var{n} is given, it means find the
12670 next line other than the one currently being examined; thus saying
12671 @code{tfind line} repeatedly can appear to have the same effect as
12672 stepping from line to line in a @emph{live} debugging session.
12673 @end table
12674
12675 The default arguments for the @code{tfind} commands are specifically
12676 designed to make it easy to scan through the trace buffer. For
12677 instance, @code{tfind} with no argument selects the next trace
12678 snapshot, and @code{tfind -} with no argument selects the previous
12679 trace snapshot. So, by giving one @code{tfind} command, and then
12680 simply hitting @key{RET} repeatedly you can examine all the trace
12681 snapshots in order. Or, by saying @code{tfind -} and then hitting
12682 @key{RET} repeatedly you can examine the snapshots in reverse order.
12683 The @code{tfind line} command with no argument selects the snapshot
12684 for the next source line executed. The @code{tfind pc} command with
12685 no argument selects the next snapshot with the same program counter
12686 (PC) as the current frame. The @code{tfind tracepoint} command with
12687 no argument selects the next trace snapshot collected by the same
12688 tracepoint as the current one.
12689
12690 In addition to letting you scan through the trace buffer manually,
12691 these commands make it easy to construct @value{GDBN} scripts that
12692 scan through the trace buffer and print out whatever collected data
12693 you are interested in. Thus, if we want to examine the PC, FP, and SP
12694 registers from each trace frame in the buffer, we can say this:
12695
12696 @smallexample
12697 (@value{GDBP}) @b{tfind start}
12698 (@value{GDBP}) @b{while ($trace_frame != -1)}
12699 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
12700 $trace_frame, $pc, $sp, $fp
12701 > tfind
12702 > end
12703
12704 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
12705 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
12706 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
12707 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
12708 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
12709 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
12710 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
12711 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
12712 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
12713 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
12714 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
12715 @end smallexample
12716
12717 Or, if we want to examine the variable @code{X} at each source line in
12718 the buffer:
12719
12720 @smallexample
12721 (@value{GDBP}) @b{tfind start}
12722 (@value{GDBP}) @b{while ($trace_frame != -1)}
12723 > printf "Frame %d, X == %d\n", $trace_frame, X
12724 > tfind line
12725 > end
12726
12727 Frame 0, X = 1
12728 Frame 7, X = 2
12729 Frame 13, X = 255
12730 @end smallexample
12731
12732 @node tdump
12733 @subsection @code{tdump}
12734 @kindex tdump
12735 @cindex dump all data collected at tracepoint
12736 @cindex tracepoint data, display
12737
12738 This command takes no arguments. It prints all the data collected at
12739 the current trace snapshot.
12740
12741 @smallexample
12742 (@value{GDBP}) @b{trace 444}
12743 (@value{GDBP}) @b{actions}
12744 Enter actions for tracepoint #2, one per line:
12745 > collect $regs, $locals, $args, gdb_long_test
12746 > end
12747
12748 (@value{GDBP}) @b{tstart}
12749
12750 (@value{GDBP}) @b{tfind line 444}
12751 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
12752 at gdb_test.c:444
12753 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
12754
12755 (@value{GDBP}) @b{tdump}
12756 Data collected at tracepoint 2, trace frame 1:
12757 d0 0xc4aa0085 -995491707
12758 d1 0x18 24
12759 d2 0x80 128
12760 d3 0x33 51
12761 d4 0x71aea3d 119204413
12762 d5 0x22 34
12763 d6 0xe0 224
12764 d7 0x380035 3670069
12765 a0 0x19e24a 1696330
12766 a1 0x3000668 50333288
12767 a2 0x100 256
12768 a3 0x322000 3284992
12769 a4 0x3000698 50333336
12770 a5 0x1ad3cc 1758156
12771 fp 0x30bf3c 0x30bf3c
12772 sp 0x30bf34 0x30bf34
12773 ps 0x0 0
12774 pc 0x20b2c8 0x20b2c8
12775 fpcontrol 0x0 0
12776 fpstatus 0x0 0
12777 fpiaddr 0x0 0
12778 p = 0x20e5b4 "gdb-test"
12779 p1 = (void *) 0x11
12780 p2 = (void *) 0x22
12781 p3 = (void *) 0x33
12782 p4 = (void *) 0x44
12783 p5 = (void *) 0x55
12784 p6 = (void *) 0x66
12785 gdb_long_test = 17 '\021'
12786
12787 (@value{GDBP})
12788 @end smallexample
12789
12790 @code{tdump} works by scanning the tracepoint's current collection
12791 actions and printing the value of each expression listed. So
12792 @code{tdump} can fail, if after a run, you change the tracepoint's
12793 actions to mention variables that were not collected during the run.
12794
12795 Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
12796 uses the collected value of @code{$pc} to distinguish between trace
12797 frames that were collected at the tracepoint hit, and frames that were
12798 collected while stepping. This allows it to correctly choose whether
12799 to display the basic list of collections, or the collections from the
12800 body of the while-stepping loop. However, if @code{$pc} was not collected,
12801 then @code{tdump} will always attempt to dump using the basic collection
12802 list, and may fail if a while-stepping frame does not include all the
12803 same data that is collected at the tracepoint hit.
12804 @c This is getting pretty arcane, example would be good.
12805
12806 @node save tracepoints
12807 @subsection @code{save tracepoints @var{filename}}
12808 @kindex save tracepoints
12809 @kindex save-tracepoints
12810 @cindex save tracepoints for future sessions
12811
12812 This command saves all current tracepoint definitions together with
12813 their actions and passcounts, into a file @file{@var{filename}}
12814 suitable for use in a later debugging session. To read the saved
12815 tracepoint definitions, use the @code{source} command (@pxref{Command
12816 Files}). The @w{@code{save-tracepoints}} command is a deprecated
12817 alias for @w{@code{save tracepoints}}
12818
12819 @node Tracepoint Variables
12820 @section Convenience Variables for Tracepoints
12821 @cindex tracepoint variables
12822 @cindex convenience variables for tracepoints
12823
12824 @table @code
12825 @vindex $trace_frame
12826 @item (int) $trace_frame
12827 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
12828 snapshot is selected.
12829
12830 @vindex $tracepoint
12831 @item (int) $tracepoint
12832 The tracepoint for the current trace snapshot.
12833
12834 @vindex $trace_line
12835 @item (int) $trace_line
12836 The line number for the current trace snapshot.
12837
12838 @vindex $trace_file
12839 @item (char []) $trace_file
12840 The source file for the current trace snapshot.
12841
12842 @vindex $trace_func
12843 @item (char []) $trace_func
12844 The name of the function containing @code{$tracepoint}.
12845 @end table
12846
12847 Note: @code{$trace_file} is not suitable for use in @code{printf},
12848 use @code{output} instead.
12849
12850 Here's a simple example of using these convenience variables for
12851 stepping through all the trace snapshots and printing some of their
12852 data. Note that these are not the same as trace state variables,
12853 which are managed by the target.
12854
12855 @smallexample
12856 (@value{GDBP}) @b{tfind start}
12857
12858 (@value{GDBP}) @b{while $trace_frame != -1}
12859 > output $trace_file
12860 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
12861 > tfind
12862 > end
12863 @end smallexample
12864
12865 @node Trace Files
12866 @section Using Trace Files
12867 @cindex trace files
12868
12869 In some situations, the target running a trace experiment may no
12870 longer be available; perhaps it crashed, or the hardware was needed
12871 for a different activity. To handle these cases, you can arrange to
12872 dump the trace data into a file, and later use that file as a source
12873 of trace data, via the @code{target tfile} command.
12874
12875 @table @code
12876
12877 @kindex tsave
12878 @item tsave [ -r ] @var{filename}
12879 @itemx tsave [-ctf] @var{dirname}
12880 Save the trace data to @var{filename}. By default, this command
12881 assumes that @var{filename} refers to the host filesystem, so if
12882 necessary @value{GDBN} will copy raw trace data up from the target and
12883 then save it. If the target supports it, you can also supply the
12884 optional argument @code{-r} (``remote'') to direct the target to save
12885 the data directly into @var{filename} in its own filesystem, which may be
12886 more efficient if the trace buffer is very large. (Note, however, that
12887 @code{target tfile} can only read from files accessible to the host.)
12888 By default, this command will save trace frame in tfile format.
12889 You can supply the optional argument @code{-ctf} to save date in CTF
12890 format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
12891 that can be shared by multiple debugging and tracing tools. Please go to
12892 @indicateurl{http://www.efficios.com/ctf} to get more information.
12893
12894 @kindex target tfile
12895 @kindex tfile
12896 @kindex target ctf
12897 @kindex ctf
12898 @item target tfile @var{filename}
12899 @itemx target ctf @var{dirname}
12900 Use the file named @var{filename} or directory named @var{dirname} as
12901 a source of trace data. Commands that examine data work as they do with
12902 a live target, but it is not possible to run any new trace experiments.
12903 @code{tstatus} will report the state of the trace run at the moment
12904 the data was saved, as well as the current trace frame you are examining.
12905 Both @var{filename} and @var{dirname} must be on a filesystem accessible to
12906 the host.
12907
12908 @smallexample
12909 (@value{GDBP}) target ctf ctf.ctf
12910 (@value{GDBP}) tfind
12911 Found trace frame 0, tracepoint 2
12912 39 ++a; /* set tracepoint 1 here */
12913 (@value{GDBP}) tdump
12914 Data collected at tracepoint 2, trace frame 0:
12915 i = 0
12916 a = 0
12917 b = 1 '\001'
12918 c = @{"123", "456", "789", "123", "456", "789"@}
12919 d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
12920 (@value{GDBP}) p b
12921 $1 = 1
12922 @end smallexample
12923
12924 @end table
12925
12926 @node Overlays
12927 @chapter Debugging Programs That Use Overlays
12928 @cindex overlays
12929
12930 If your program is too large to fit completely in your target system's
12931 memory, you can sometimes use @dfn{overlays} to work around this
12932 problem. @value{GDBN} provides some support for debugging programs that
12933 use overlays.
12934
12935 @menu
12936 * How Overlays Work:: A general explanation of overlays.
12937 * Overlay Commands:: Managing overlays in @value{GDBN}.
12938 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
12939 mapped by asking the inferior.
12940 * Overlay Sample Program:: A sample program using overlays.
12941 @end menu
12942
12943 @node How Overlays Work
12944 @section How Overlays Work
12945 @cindex mapped overlays
12946 @cindex unmapped overlays
12947 @cindex load address, overlay's
12948 @cindex mapped address
12949 @cindex overlay area
12950
12951 Suppose you have a computer whose instruction address space is only 64
12952 kilobytes long, but which has much more memory which can be accessed by
12953 other means: special instructions, segment registers, or memory
12954 management hardware, for example. Suppose further that you want to
12955 adapt a program which is larger than 64 kilobytes to run on this system.
12956
12957 One solution is to identify modules of your program which are relatively
12958 independent, and need not call each other directly; call these modules
12959 @dfn{overlays}. Separate the overlays from the main program, and place
12960 their machine code in the larger memory. Place your main program in
12961 instruction memory, but leave at least enough space there to hold the
12962 largest overlay as well.
12963
12964 Now, to call a function located in an overlay, you must first copy that
12965 overlay's machine code from the large memory into the space set aside
12966 for it in the instruction memory, and then jump to its entry point
12967 there.
12968
12969 @c NB: In the below the mapped area's size is greater or equal to the
12970 @c size of all overlays. This is intentional to remind the developer
12971 @c that overlays don't necessarily need to be the same size.
12972
12973 @smallexample
12974 @group
12975 Data Instruction Larger
12976 Address Space Address Space Address Space
12977 +-----------+ +-----------+ +-----------+
12978 | | | | | |
12979 +-----------+ +-----------+ +-----------+<-- overlay 1
12980 | program | | main | .----| overlay 1 | load address
12981 | variables | | program | | +-----------+
12982 | and heap | | | | | |
12983 +-----------+ | | | +-----------+<-- overlay 2
12984 | | +-----------+ | | | load address
12985 +-----------+ | | | .-| overlay 2 |
12986 | | | | | |
12987 mapped --->+-----------+ | | +-----------+
12988 address | | | | | |
12989 | overlay | <-' | | |
12990 | area | <---' +-----------+<-- overlay 3
12991 | | <---. | | load address
12992 +-----------+ `--| overlay 3 |
12993 | | | |
12994 +-----------+ | |
12995 +-----------+
12996 | |
12997 +-----------+
12998
12999 @anchor{A code overlay}A code overlay
13000 @end group
13001 @end smallexample
13002
13003 The diagram (@pxref{A code overlay}) shows a system with separate data
13004 and instruction address spaces. To map an overlay, the program copies
13005 its code from the larger address space to the instruction address space.
13006 Since the overlays shown here all use the same mapped address, only one
13007 may be mapped at a time. For a system with a single address space for
13008 data and instructions, the diagram would be similar, except that the
13009 program variables and heap would share an address space with the main
13010 program and the overlay area.
13011
13012 An overlay loaded into instruction memory and ready for use is called a
13013 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
13014 instruction memory. An overlay not present (or only partially present)
13015 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
13016 is its address in the larger memory. The mapped address is also called
13017 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
13018 called the @dfn{load memory address}, or @dfn{LMA}.
13019
13020 Unfortunately, overlays are not a completely transparent way to adapt a
13021 program to limited instruction memory. They introduce a new set of
13022 global constraints you must keep in mind as you design your program:
13023
13024 @itemize @bullet
13025
13026 @item
13027 Before calling or returning to a function in an overlay, your program
13028 must make sure that overlay is actually mapped. Otherwise, the call or
13029 return will transfer control to the right address, but in the wrong
13030 overlay, and your program will probably crash.
13031
13032 @item
13033 If the process of mapping an overlay is expensive on your system, you
13034 will need to choose your overlays carefully to minimize their effect on
13035 your program's performance.
13036
13037 @item
13038 The executable file you load onto your system must contain each
13039 overlay's instructions, appearing at the overlay's load address, not its
13040 mapped address. However, each overlay's instructions must be relocated
13041 and its symbols defined as if the overlay were at its mapped address.
13042 You can use GNU linker scripts to specify different load and relocation
13043 addresses for pieces of your program; see @ref{Overlay Description,,,
13044 ld.info, Using ld: the GNU linker}.
13045
13046 @item
13047 The procedure for loading executable files onto your system must be able
13048 to load their contents into the larger address space as well as the
13049 instruction and data spaces.
13050
13051 @end itemize
13052
13053 The overlay system described above is rather simple, and could be
13054 improved in many ways:
13055
13056 @itemize @bullet
13057
13058 @item
13059 If your system has suitable bank switch registers or memory management
13060 hardware, you could use those facilities to make an overlay's load area
13061 contents simply appear at their mapped address in instruction space.
13062 This would probably be faster than copying the overlay to its mapped
13063 area in the usual way.
13064
13065 @item
13066 If your overlays are small enough, you could set aside more than one
13067 overlay area, and have more than one overlay mapped at a time.
13068
13069 @item
13070 You can use overlays to manage data, as well as instructions. In
13071 general, data overlays are even less transparent to your design than
13072 code overlays: whereas code overlays only require care when you call or
13073 return to functions, data overlays require care every time you access
13074 the data. Also, if you change the contents of a data overlay, you
13075 must copy its contents back out to its load address before you can copy a
13076 different data overlay into the same mapped area.
13077
13078 @end itemize
13079
13080
13081 @node Overlay Commands
13082 @section Overlay Commands
13083
13084 To use @value{GDBN}'s overlay support, each overlay in your program must
13085 correspond to a separate section of the executable file. The section's
13086 virtual memory address and load memory address must be the overlay's
13087 mapped and load addresses. Identifying overlays with sections allows
13088 @value{GDBN} to determine the appropriate address of a function or
13089 variable, depending on whether the overlay is mapped or not.
13090
13091 @value{GDBN}'s overlay commands all start with the word @code{overlay};
13092 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
13093
13094 @table @code
13095 @item overlay off
13096 @kindex overlay
13097 Disable @value{GDBN}'s overlay support. When overlay support is
13098 disabled, @value{GDBN} assumes that all functions and variables are
13099 always present at their mapped addresses. By default, @value{GDBN}'s
13100 overlay support is disabled.
13101
13102 @item overlay manual
13103 @cindex manual overlay debugging
13104 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
13105 relies on you to tell it which overlays are mapped, and which are not,
13106 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
13107 commands described below.
13108
13109 @item overlay map-overlay @var{overlay}
13110 @itemx overlay map @var{overlay}
13111 @cindex map an overlay
13112 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
13113 be the name of the object file section containing the overlay. When an
13114 overlay is mapped, @value{GDBN} assumes it can find the overlay's
13115 functions and variables at their mapped addresses. @value{GDBN} assumes
13116 that any other overlays whose mapped ranges overlap that of
13117 @var{overlay} are now unmapped.
13118
13119 @item overlay unmap-overlay @var{overlay}
13120 @itemx overlay unmap @var{overlay}
13121 @cindex unmap an overlay
13122 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
13123 must be the name of the object file section containing the overlay.
13124 When an overlay is unmapped, @value{GDBN} assumes it can find the
13125 overlay's functions and variables at their load addresses.
13126
13127 @item overlay auto
13128 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
13129 consults a data structure the overlay manager maintains in the inferior
13130 to see which overlays are mapped. For details, see @ref{Automatic
13131 Overlay Debugging}.
13132
13133 @item overlay load-target
13134 @itemx overlay load
13135 @cindex reloading the overlay table
13136 Re-read the overlay table from the inferior. Normally, @value{GDBN}
13137 re-reads the table @value{GDBN} automatically each time the inferior
13138 stops, so this command should only be necessary if you have changed the
13139 overlay mapping yourself using @value{GDBN}. This command is only
13140 useful when using automatic overlay debugging.
13141
13142 @item overlay list-overlays
13143 @itemx overlay list
13144 @cindex listing mapped overlays
13145 Display a list of the overlays currently mapped, along with their mapped
13146 addresses, load addresses, and sizes.
13147
13148 @end table
13149
13150 Normally, when @value{GDBN} prints a code address, it includes the name
13151 of the function the address falls in:
13152
13153 @smallexample
13154 (@value{GDBP}) print main
13155 $3 = @{int ()@} 0x11a0 <main>
13156 @end smallexample
13157 @noindent
13158 When overlay debugging is enabled, @value{GDBN} recognizes code in
13159 unmapped overlays, and prints the names of unmapped functions with
13160 asterisks around them. For example, if @code{foo} is a function in an
13161 unmapped overlay, @value{GDBN} prints it this way:
13162
13163 @smallexample
13164 (@value{GDBP}) overlay list
13165 No sections are mapped.
13166 (@value{GDBP}) print foo
13167 $5 = @{int (int)@} 0x100000 <*foo*>
13168 @end smallexample
13169 @noindent
13170 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
13171 name normally:
13172
13173 @smallexample
13174 (@value{GDBP}) overlay list
13175 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
13176 mapped at 0x1016 - 0x104a
13177 (@value{GDBP}) print foo
13178 $6 = @{int (int)@} 0x1016 <foo>
13179 @end smallexample
13180
13181 When overlay debugging is enabled, @value{GDBN} can find the correct
13182 address for functions and variables in an overlay, whether or not the
13183 overlay is mapped. This allows most @value{GDBN} commands, like
13184 @code{break} and @code{disassemble}, to work normally, even on unmapped
13185 code. However, @value{GDBN}'s breakpoint support has some limitations:
13186
13187 @itemize @bullet
13188 @item
13189 @cindex breakpoints in overlays
13190 @cindex overlays, setting breakpoints in
13191 You can set breakpoints in functions in unmapped overlays, as long as
13192 @value{GDBN} can write to the overlay at its load address.
13193 @item
13194 @value{GDBN} can not set hardware or simulator-based breakpoints in
13195 unmapped overlays. However, if you set a breakpoint at the end of your
13196 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
13197 you are using manual overlay management), @value{GDBN} will re-set its
13198 breakpoints properly.
13199 @end itemize
13200
13201
13202 @node Automatic Overlay Debugging
13203 @section Automatic Overlay Debugging
13204 @cindex automatic overlay debugging
13205
13206 @value{GDBN} can automatically track which overlays are mapped and which
13207 are not, given some simple co-operation from the overlay manager in the
13208 inferior. If you enable automatic overlay debugging with the
13209 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
13210 looks in the inferior's memory for certain variables describing the
13211 current state of the overlays.
13212
13213 Here are the variables your overlay manager must define to support
13214 @value{GDBN}'s automatic overlay debugging:
13215
13216 @table @asis
13217
13218 @item @code{_ovly_table}:
13219 This variable must be an array of the following structures:
13220
13221 @smallexample
13222 struct
13223 @{
13224 /* The overlay's mapped address. */
13225 unsigned long vma;
13226
13227 /* The size of the overlay, in bytes. */
13228 unsigned long size;
13229
13230 /* The overlay's load address. */
13231 unsigned long lma;
13232
13233 /* Non-zero if the overlay is currently mapped;
13234 zero otherwise. */
13235 unsigned long mapped;
13236 @}
13237 @end smallexample
13238
13239 @item @code{_novlys}:
13240 This variable must be a four-byte signed integer, holding the total
13241 number of elements in @code{_ovly_table}.
13242
13243 @end table
13244
13245 To decide whether a particular overlay is mapped or not, @value{GDBN}
13246 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
13247 @code{lma} members equal the VMA and LMA of the overlay's section in the
13248 executable file. When @value{GDBN} finds a matching entry, it consults
13249 the entry's @code{mapped} member to determine whether the overlay is
13250 currently mapped.
13251
13252 In addition, your overlay manager may define a function called
13253 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
13254 will silently set a breakpoint there. If the overlay manager then
13255 calls this function whenever it has changed the overlay table, this
13256 will enable @value{GDBN} to accurately keep track of which overlays
13257 are in program memory, and update any breakpoints that may be set
13258 in overlays. This will allow breakpoints to work even if the
13259 overlays are kept in ROM or other non-writable memory while they
13260 are not being executed.
13261
13262 @node Overlay Sample Program
13263 @section Overlay Sample Program
13264 @cindex overlay example program
13265
13266 When linking a program which uses overlays, you must place the overlays
13267 at their load addresses, while relocating them to run at their mapped
13268 addresses. To do this, you must write a linker script (@pxref{Overlay
13269 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
13270 since linker scripts are specific to a particular host system, target
13271 architecture, and target memory layout, this manual cannot provide
13272 portable sample code demonstrating @value{GDBN}'s overlay support.
13273
13274 However, the @value{GDBN} source distribution does contain an overlaid
13275 program, with linker scripts for a few systems, as part of its test
13276 suite. The program consists of the following files from
13277 @file{gdb/testsuite/gdb.base}:
13278
13279 @table @file
13280 @item overlays.c
13281 The main program file.
13282 @item ovlymgr.c
13283 A simple overlay manager, used by @file{overlays.c}.
13284 @item foo.c
13285 @itemx bar.c
13286 @itemx baz.c
13287 @itemx grbx.c
13288 Overlay modules, loaded and used by @file{overlays.c}.
13289 @item d10v.ld
13290 @itemx m32r.ld
13291 Linker scripts for linking the test program on the @code{d10v-elf}
13292 and @code{m32r-elf} targets.
13293 @end table
13294
13295 You can build the test program using the @code{d10v-elf} GCC
13296 cross-compiler like this:
13297
13298 @smallexample
13299 $ d10v-elf-gcc -g -c overlays.c
13300 $ d10v-elf-gcc -g -c ovlymgr.c
13301 $ d10v-elf-gcc -g -c foo.c
13302 $ d10v-elf-gcc -g -c bar.c
13303 $ d10v-elf-gcc -g -c baz.c
13304 $ d10v-elf-gcc -g -c grbx.c
13305 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
13306 baz.o grbx.o -Wl,-Td10v.ld -o overlays
13307 @end smallexample
13308
13309 The build process is identical for any other architecture, except that
13310 you must substitute the appropriate compiler and linker script for the
13311 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
13312
13313
13314 @node Languages
13315 @chapter Using @value{GDBN} with Different Languages
13316 @cindex languages
13317
13318 Although programming languages generally have common aspects, they are
13319 rarely expressed in the same manner. For instance, in ANSI C,
13320 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
13321 Modula-2, it is accomplished by @code{p^}. Values can also be
13322 represented (and displayed) differently. Hex numbers in C appear as
13323 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
13324
13325 @cindex working language
13326 Language-specific information is built into @value{GDBN} for some languages,
13327 allowing you to express operations like the above in your program's
13328 native language, and allowing @value{GDBN} to output values in a manner
13329 consistent with the syntax of your program's native language. The
13330 language you use to build expressions is called the @dfn{working
13331 language}.
13332
13333 @menu
13334 * Setting:: Switching between source languages
13335 * Show:: Displaying the language
13336 * Checks:: Type and range checks
13337 * Supported Languages:: Supported languages
13338 * Unsupported Languages:: Unsupported languages
13339 @end menu
13340
13341 @node Setting
13342 @section Switching Between Source Languages
13343
13344 There are two ways to control the working language---either have @value{GDBN}
13345 set it automatically, or select it manually yourself. You can use the
13346 @code{set language} command for either purpose. On startup, @value{GDBN}
13347 defaults to setting the language automatically. The working language is
13348 used to determine how expressions you type are interpreted, how values
13349 are printed, etc.
13350
13351 In addition to the working language, every source file that
13352 @value{GDBN} knows about has its own working language. For some object
13353 file formats, the compiler might indicate which language a particular
13354 source file is in. However, most of the time @value{GDBN} infers the
13355 language from the name of the file. The language of a source file
13356 controls whether C@t{++} names are demangled---this way @code{backtrace} can
13357 show each frame appropriately for its own language. There is no way to
13358 set the language of a source file from within @value{GDBN}, but you can
13359 set the language associated with a filename extension. @xref{Show, ,
13360 Displaying the Language}.
13361
13362 This is most commonly a problem when you use a program, such
13363 as @code{cfront} or @code{f2c}, that generates C but is written in
13364 another language. In that case, make the
13365 program use @code{#line} directives in its C output; that way
13366 @value{GDBN} will know the correct language of the source code of the original
13367 program, and will display that source code, not the generated C code.
13368
13369 @menu
13370 * Filenames:: Filename extensions and languages.
13371 * Manually:: Setting the working language manually
13372 * Automatically:: Having @value{GDBN} infer the source language
13373 @end menu
13374
13375 @node Filenames
13376 @subsection List of Filename Extensions and Languages
13377
13378 If a source file name ends in one of the following extensions, then
13379 @value{GDBN} infers that its language is the one indicated.
13380
13381 @table @file
13382 @item .ada
13383 @itemx .ads
13384 @itemx .adb
13385 @itemx .a
13386 Ada source file.
13387
13388 @item .c
13389 C source file
13390
13391 @item .C
13392 @itemx .cc
13393 @itemx .cp
13394 @itemx .cpp
13395 @itemx .cxx
13396 @itemx .c++
13397 C@t{++} source file
13398
13399 @item .d
13400 D source file
13401
13402 @item .m
13403 Objective-C source file
13404
13405 @item .f
13406 @itemx .F
13407 Fortran source file
13408
13409 @item .mod
13410 Modula-2 source file
13411
13412 @item .s
13413 @itemx .S
13414 Assembler source file. This actually behaves almost like C, but
13415 @value{GDBN} does not skip over function prologues when stepping.
13416 @end table
13417
13418 In addition, you may set the language associated with a filename
13419 extension. @xref{Show, , Displaying the Language}.
13420
13421 @node Manually
13422 @subsection Setting the Working Language
13423
13424 If you allow @value{GDBN} to set the language automatically,
13425 expressions are interpreted the same way in your debugging session and
13426 your program.
13427
13428 @kindex set language
13429 If you wish, you may set the language manually. To do this, issue the
13430 command @samp{set language @var{lang}}, where @var{lang} is the name of
13431 a language, such as
13432 @code{c} or @code{modula-2}.
13433 For a list of the supported languages, type @samp{set language}.
13434
13435 Setting the language manually prevents @value{GDBN} from updating the working
13436 language automatically. This can lead to confusion if you try
13437 to debug a program when the working language is not the same as the
13438 source language, when an expression is acceptable to both
13439 languages---but means different things. For instance, if the current
13440 source file were written in C, and @value{GDBN} was parsing Modula-2, a
13441 command such as:
13442
13443 @smallexample
13444 print a = b + c
13445 @end smallexample
13446
13447 @noindent
13448 might not have the effect you intended. In C, this means to add
13449 @code{b} and @code{c} and place the result in @code{a}. The result
13450 printed would be the value of @code{a}. In Modula-2, this means to compare
13451 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
13452
13453 @node Automatically
13454 @subsection Having @value{GDBN} Infer the Source Language
13455
13456 To have @value{GDBN} set the working language automatically, use
13457 @samp{set language local} or @samp{set language auto}. @value{GDBN}
13458 then infers the working language. That is, when your program stops in a
13459 frame (usually by encountering a breakpoint), @value{GDBN} sets the
13460 working language to the language recorded for the function in that
13461 frame. If the language for a frame is unknown (that is, if the function
13462 or block corresponding to the frame was defined in a source file that
13463 does not have a recognized extension), the current working language is
13464 not changed, and @value{GDBN} issues a warning.
13465
13466 This may not seem necessary for most programs, which are written
13467 entirely in one source language. However, program modules and libraries
13468 written in one source language can be used by a main program written in
13469 a different source language. Using @samp{set language auto} in this
13470 case frees you from having to set the working language manually.
13471
13472 @node Show
13473 @section Displaying the Language
13474
13475 The following commands help you find out which language is the
13476 working language, and also what language source files were written in.
13477
13478 @table @code
13479 @item show language
13480 @anchor{show language}
13481 @kindex show language
13482 Display the current working language. This is the
13483 language you can use with commands such as @code{print} to
13484 build and compute expressions that may involve variables in your program.
13485
13486 @item info frame
13487 @kindex info frame@r{, show the source language}
13488 Display the source language for this frame. This language becomes the
13489 working language if you use an identifier from this frame.
13490 @xref{Frame Info, ,Information about a Frame}, to identify the other
13491 information listed here.
13492
13493 @item info source
13494 @kindex info source@r{, show the source language}
13495 Display the source language of this source file.
13496 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
13497 information listed here.
13498 @end table
13499
13500 In unusual circumstances, you may have source files with extensions
13501 not in the standard list. You can then set the extension associated
13502 with a language explicitly:
13503
13504 @table @code
13505 @item set extension-language @var{ext} @var{language}
13506 @kindex set extension-language
13507 Tell @value{GDBN} that source files with extension @var{ext} are to be
13508 assumed as written in the source language @var{language}.
13509
13510 @item info extensions
13511 @kindex info extensions
13512 List all the filename extensions and the associated languages.
13513 @end table
13514
13515 @node Checks
13516 @section Type and Range Checking
13517
13518 Some languages are designed to guard you against making seemingly common
13519 errors through a series of compile- and run-time checks. These include
13520 checking the type of arguments to functions and operators and making
13521 sure mathematical overflows are caught at run time. Checks such as
13522 these help to ensure a program's correctness once it has been compiled
13523 by eliminating type mismatches and providing active checks for range
13524 errors when your program is running.
13525
13526 By default @value{GDBN} checks for these errors according to the
13527 rules of the current source language. Although @value{GDBN} does not check
13528 the statements in your program, it can check expressions entered directly
13529 into @value{GDBN} for evaluation via the @code{print} command, for example.
13530
13531 @menu
13532 * Type Checking:: An overview of type checking
13533 * Range Checking:: An overview of range checking
13534 @end menu
13535
13536 @cindex type checking
13537 @cindex checks, type
13538 @node Type Checking
13539 @subsection An Overview of Type Checking
13540
13541 Some languages, such as C and C@t{++}, are strongly typed, meaning that the
13542 arguments to operators and functions have to be of the correct type,
13543 otherwise an error occurs. These checks prevent type mismatch
13544 errors from ever causing any run-time problems. For example,
13545
13546 @smallexample
13547 int klass::my_method(char *b) @{ return b ? 1 : 2; @}
13548
13549 (@value{GDBP}) print obj.my_method (0)
13550 $1 = 2
13551 @exdent but
13552 (@value{GDBP}) print obj.my_method (0x1234)
13553 Cannot resolve method klass::my_method to any overloaded instance
13554 @end smallexample
13555
13556 The second example fails because in C@t{++} the integer constant
13557 @samp{0x1234} is not type-compatible with the pointer parameter type.
13558
13559 For the expressions you use in @value{GDBN} commands, you can tell
13560 @value{GDBN} to not enforce strict type checking or
13561 to treat any mismatches as errors and abandon the expression;
13562 When type checking is disabled, @value{GDBN} successfully evaluates
13563 expressions like the second example above.
13564
13565 Even if type checking is off, there may be other reasons
13566 related to type that prevent @value{GDBN} from evaluating an expression.
13567 For instance, @value{GDBN} does not know how to add an @code{int} and
13568 a @code{struct foo}. These particular type errors have nothing to do
13569 with the language in use and usually arise from expressions which make
13570 little sense to evaluate anyway.
13571
13572 @value{GDBN} provides some additional commands for controlling type checking:
13573
13574 @kindex set check type
13575 @kindex show check type
13576 @table @code
13577 @item set check type on
13578 @itemx set check type off
13579 Set strict type checking on or off. If any type mismatches occur in
13580 evaluating an expression while type checking is on, @value{GDBN} prints a
13581 message and aborts evaluation of the expression.
13582
13583 @item show check type
13584 Show the current setting of type checking and whether @value{GDBN}
13585 is enforcing strict type checking rules.
13586 @end table
13587
13588 @cindex range checking
13589 @cindex checks, range
13590 @node Range Checking
13591 @subsection An Overview of Range Checking
13592
13593 In some languages (such as Modula-2), it is an error to exceed the
13594 bounds of a type; this is enforced with run-time checks. Such range
13595 checking is meant to ensure program correctness by making sure
13596 computations do not overflow, or indices on an array element access do
13597 not exceed the bounds of the array.
13598
13599 For expressions you use in @value{GDBN} commands, you can tell
13600 @value{GDBN} to treat range errors in one of three ways: ignore them,
13601 always treat them as errors and abandon the expression, or issue
13602 warnings but evaluate the expression anyway.
13603
13604 A range error can result from numerical overflow, from exceeding an
13605 array index bound, or when you type a constant that is not a member
13606 of any type. Some languages, however, do not treat overflows as an
13607 error. In many implementations of C, mathematical overflow causes the
13608 result to ``wrap around'' to lower values---for example, if @var{m} is
13609 the largest integer value, and @var{s} is the smallest, then
13610
13611 @smallexample
13612 @var{m} + 1 @result{} @var{s}
13613 @end smallexample
13614
13615 This, too, is specific to individual languages, and in some cases
13616 specific to individual compilers or machines. @xref{Supported Languages, ,
13617 Supported Languages}, for further details on specific languages.
13618
13619 @value{GDBN} provides some additional commands for controlling the range checker:
13620
13621 @kindex set check range
13622 @kindex show check range
13623 @table @code
13624 @item set check range auto
13625 Set range checking on or off based on the current working language.
13626 @xref{Supported Languages, ,Supported Languages}, for the default settings for
13627 each language.
13628
13629 @item set check range on
13630 @itemx set check range off
13631 Set range checking on or off, overriding the default setting for the
13632 current working language. A warning is issued if the setting does not
13633 match the language default. If a range error occurs and range checking is on,
13634 then a message is printed and evaluation of the expression is aborted.
13635
13636 @item set check range warn
13637 Output messages when the @value{GDBN} range checker detects a range error,
13638 but attempt to evaluate the expression anyway. Evaluating the
13639 expression may still be impossible for other reasons, such as accessing
13640 memory that the process does not own (a typical example from many Unix
13641 systems).
13642
13643 @item show range
13644 Show the current setting of the range checker, and whether or not it is
13645 being set automatically by @value{GDBN}.
13646 @end table
13647
13648 @node Supported Languages
13649 @section Supported Languages
13650
13651 @value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran, Java,
13652 OpenCL C, Pascal, assembly, Modula-2, and Ada.
13653 @c This is false ...
13654 Some @value{GDBN} features may be used in expressions regardless of the
13655 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
13656 and the @samp{@{type@}addr} construct (@pxref{Expressions,
13657 ,Expressions}) can be used with the constructs of any supported
13658 language.
13659
13660 The following sections detail to what degree each source language is
13661 supported by @value{GDBN}. These sections are not meant to be language
13662 tutorials or references, but serve only as a reference guide to what the
13663 @value{GDBN} expression parser accepts, and what input and output
13664 formats should look like for different languages. There are many good
13665 books written on each of these languages; please look to these for a
13666 language reference or tutorial.
13667
13668 @menu
13669 * C:: C and C@t{++}
13670 * D:: D
13671 * Go:: Go
13672 * Objective-C:: Objective-C
13673 * OpenCL C:: OpenCL C
13674 * Fortran:: Fortran
13675 * Pascal:: Pascal
13676 * Modula-2:: Modula-2
13677 * Ada:: Ada
13678 @end menu
13679
13680 @node C
13681 @subsection C and C@t{++}
13682
13683 @cindex C and C@t{++}
13684 @cindex expressions in C or C@t{++}
13685
13686 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
13687 to both languages. Whenever this is the case, we discuss those languages
13688 together.
13689
13690 @cindex C@t{++}
13691 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
13692 @cindex @sc{gnu} C@t{++}
13693 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
13694 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
13695 effectively, you must compile your C@t{++} programs with a supported
13696 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
13697 compiler (@code{aCC}).
13698
13699 @menu
13700 * C Operators:: C and C@t{++} operators
13701 * C Constants:: C and C@t{++} constants
13702 * C Plus Plus Expressions:: C@t{++} expressions
13703 * C Defaults:: Default settings for C and C@t{++}
13704 * C Checks:: C and C@t{++} type and range checks
13705 * Debugging C:: @value{GDBN} and C
13706 * Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
13707 * Decimal Floating Point:: Numbers in Decimal Floating Point format
13708 @end menu
13709
13710 @node C Operators
13711 @subsubsection C and C@t{++} Operators
13712
13713 @cindex C and C@t{++} operators
13714
13715 Operators must be defined on values of specific types. For instance,
13716 @code{+} is defined on numbers, but not on structures. Operators are
13717 often defined on groups of types.
13718
13719 For the purposes of C and C@t{++}, the following definitions hold:
13720
13721 @itemize @bullet
13722
13723 @item
13724 @emph{Integral types} include @code{int} with any of its storage-class
13725 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
13726
13727 @item
13728 @emph{Floating-point types} include @code{float}, @code{double}, and
13729 @code{long double} (if supported by the target platform).
13730
13731 @item
13732 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
13733
13734 @item
13735 @emph{Scalar types} include all of the above.
13736
13737 @end itemize
13738
13739 @noindent
13740 The following operators are supported. They are listed here
13741 in order of increasing precedence:
13742
13743 @table @code
13744 @item ,
13745 The comma or sequencing operator. Expressions in a comma-separated list
13746 are evaluated from left to right, with the result of the entire
13747 expression being the last expression evaluated.
13748
13749 @item =
13750 Assignment. The value of an assignment expression is the value
13751 assigned. Defined on scalar types.
13752
13753 @item @var{op}=
13754 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
13755 and translated to @w{@code{@var{a} = @var{a op b}}}.
13756 @w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
13757 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
13758 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
13759
13760 @item ?:
13761 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
13762 of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
13763 should be of an integral type.
13764
13765 @item ||
13766 Logical @sc{or}. Defined on integral types.
13767
13768 @item &&
13769 Logical @sc{and}. Defined on integral types.
13770
13771 @item |
13772 Bitwise @sc{or}. Defined on integral types.
13773
13774 @item ^
13775 Bitwise exclusive-@sc{or}. Defined on integral types.
13776
13777 @item &
13778 Bitwise @sc{and}. Defined on integral types.
13779
13780 @item ==@r{, }!=
13781 Equality and inequality. Defined on scalar types. The value of these
13782 expressions is 0 for false and non-zero for true.
13783
13784 @item <@r{, }>@r{, }<=@r{, }>=
13785 Less than, greater than, less than or equal, greater than or equal.
13786 Defined on scalar types. The value of these expressions is 0 for false
13787 and non-zero for true.
13788
13789 @item <<@r{, }>>
13790 left shift, and right shift. Defined on integral types.
13791
13792 @item @@
13793 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
13794
13795 @item +@r{, }-
13796 Addition and subtraction. Defined on integral types, floating-point types and
13797 pointer types.
13798
13799 @item *@r{, }/@r{, }%
13800 Multiplication, division, and modulus. Multiplication and division are
13801 defined on integral and floating-point types. Modulus is defined on
13802 integral types.
13803
13804 @item ++@r{, }--
13805 Increment and decrement. When appearing before a variable, the
13806 operation is performed before the variable is used in an expression;
13807 when appearing after it, the variable's value is used before the
13808 operation takes place.
13809
13810 @item *
13811 Pointer dereferencing. Defined on pointer types. Same precedence as
13812 @code{++}.
13813
13814 @item &
13815 Address operator. Defined on variables. Same precedence as @code{++}.
13816
13817 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
13818 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
13819 to examine the address
13820 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
13821 stored.
13822
13823 @item -
13824 Negative. Defined on integral and floating-point types. Same
13825 precedence as @code{++}.
13826
13827 @item !
13828 Logical negation. Defined on integral types. Same precedence as
13829 @code{++}.
13830
13831 @item ~
13832 Bitwise complement operator. Defined on integral types. Same precedence as
13833 @code{++}.
13834
13835
13836 @item .@r{, }->
13837 Structure member, and pointer-to-structure member. For convenience,
13838 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
13839 pointer based on the stored type information.
13840 Defined on @code{struct} and @code{union} data.
13841
13842 @item .*@r{, }->*
13843 Dereferences of pointers to members.
13844
13845 @item []
13846 Array indexing. @code{@var{a}[@var{i}]} is defined as
13847 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
13848
13849 @item ()
13850 Function parameter list. Same precedence as @code{->}.
13851
13852 @item ::
13853 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
13854 and @code{class} types.
13855
13856 @item ::
13857 Doubled colons also represent the @value{GDBN} scope operator
13858 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
13859 above.
13860 @end table
13861
13862 If an operator is redefined in the user code, @value{GDBN} usually
13863 attempts to invoke the redefined version instead of using the operator's
13864 predefined meaning.
13865
13866 @node C Constants
13867 @subsubsection C and C@t{++} Constants
13868
13869 @cindex C and C@t{++} constants
13870
13871 @value{GDBN} allows you to express the constants of C and C@t{++} in the
13872 following ways:
13873
13874 @itemize @bullet
13875 @item
13876 Integer constants are a sequence of digits. Octal constants are
13877 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
13878 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
13879 @samp{l}, specifying that the constant should be treated as a
13880 @code{long} value.
13881
13882 @item
13883 Floating point constants are a sequence of digits, followed by a decimal
13884 point, followed by a sequence of digits, and optionally followed by an
13885 exponent. An exponent is of the form:
13886 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
13887 sequence of digits. The @samp{+} is optional for positive exponents.
13888 A floating-point constant may also end with a letter @samp{f} or
13889 @samp{F}, specifying that the constant should be treated as being of
13890 the @code{float} (as opposed to the default @code{double}) type; or with
13891 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
13892 constant.
13893
13894 @item
13895 Enumerated constants consist of enumerated identifiers, or their
13896 integral equivalents.
13897
13898 @item
13899 Character constants are a single character surrounded by single quotes
13900 (@code{'}), or a number---the ordinal value of the corresponding character
13901 (usually its @sc{ascii} value). Within quotes, the single character may
13902 be represented by a letter or by @dfn{escape sequences}, which are of
13903 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
13904 of the character's ordinal value; or of the form @samp{\@var{x}}, where
13905 @samp{@var{x}} is a predefined special character---for example,
13906 @samp{\n} for newline.
13907
13908 Wide character constants can be written by prefixing a character
13909 constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
13910 form of @samp{x}. The target wide character set is used when
13911 computing the value of this constant (@pxref{Character Sets}).
13912
13913 @item
13914 String constants are a sequence of character constants surrounded by
13915 double quotes (@code{"}). Any valid character constant (as described
13916 above) may appear. Double quotes within the string must be preceded by
13917 a backslash, so for instance @samp{"a\"b'c"} is a string of five
13918 characters.
13919
13920 Wide string constants can be written by prefixing a string constant
13921 with @samp{L}, as in C. The target wide character set is used when
13922 computing the value of this constant (@pxref{Character Sets}).
13923
13924 @item
13925 Pointer constants are an integral value. You can also write pointers
13926 to constants using the C operator @samp{&}.
13927
13928 @item
13929 Array constants are comma-separated lists surrounded by braces @samp{@{}
13930 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
13931 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
13932 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
13933 @end itemize
13934
13935 @node C Plus Plus Expressions
13936 @subsubsection C@t{++} Expressions
13937
13938 @cindex expressions in C@t{++}
13939 @value{GDBN} expression handling can interpret most C@t{++} expressions.
13940
13941 @cindex debugging C@t{++} programs
13942 @cindex C@t{++} compilers
13943 @cindex debug formats and C@t{++}
13944 @cindex @value{NGCC} and C@t{++}
13945 @quotation
13946 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
13947 the proper compiler and the proper debug format. Currently,
13948 @value{GDBN} works best when debugging C@t{++} code that is compiled
13949 with the most recent version of @value{NGCC} possible. The DWARF
13950 debugging format is preferred; @value{NGCC} defaults to this on most
13951 popular platforms. Other compilers and/or debug formats are likely to
13952 work badly or not at all when using @value{GDBN} to debug C@t{++}
13953 code. @xref{Compilation}.
13954 @end quotation
13955
13956 @enumerate
13957
13958 @cindex member functions
13959 @item
13960 Member function calls are allowed; you can use expressions like
13961
13962 @smallexample
13963 count = aml->GetOriginal(x, y)
13964 @end smallexample
13965
13966 @vindex this@r{, inside C@t{++} member functions}
13967 @cindex namespace in C@t{++}
13968 @item
13969 While a member function is active (in the selected stack frame), your
13970 expressions have the same namespace available as the member function;
13971 that is, @value{GDBN} allows implicit references to the class instance
13972 pointer @code{this} following the same rules as C@t{++}. @code{using}
13973 declarations in the current scope are also respected by @value{GDBN}.
13974
13975 @cindex call overloaded functions
13976 @cindex overloaded functions, calling
13977 @cindex type conversions in C@t{++}
13978 @item
13979 You can call overloaded functions; @value{GDBN} resolves the function
13980 call to the right definition, with some restrictions. @value{GDBN} does not
13981 perform overload resolution involving user-defined type conversions,
13982 calls to constructors, or instantiations of templates that do not exist
13983 in the program. It also cannot handle ellipsis argument lists or
13984 default arguments.
13985
13986 It does perform integral conversions and promotions, floating-point
13987 promotions, arithmetic conversions, pointer conversions, conversions of
13988 class objects to base classes, and standard conversions such as those of
13989 functions or arrays to pointers; it requires an exact match on the
13990 number of function arguments.
13991
13992 Overload resolution is always performed, unless you have specified
13993 @code{set overload-resolution off}. @xref{Debugging C Plus Plus,
13994 ,@value{GDBN} Features for C@t{++}}.
13995
13996 You must specify @code{set overload-resolution off} in order to use an
13997 explicit function signature to call an overloaded function, as in
13998 @smallexample
13999 p 'foo(char,int)'('x', 13)
14000 @end smallexample
14001
14002 The @value{GDBN} command-completion facility can simplify this;
14003 see @ref{Completion, ,Command Completion}.
14004
14005 @cindex reference declarations
14006 @item
14007 @value{GDBN} understands variables declared as C@t{++} references; you can use
14008 them in expressions just as you do in C@t{++} source---they are automatically
14009 dereferenced.
14010
14011 In the parameter list shown when @value{GDBN} displays a frame, the values of
14012 reference variables are not displayed (unlike other variables); this
14013 avoids clutter, since references are often used for large structures.
14014 The @emph{address} of a reference variable is always shown, unless
14015 you have specified @samp{set print address off}.
14016
14017 @item
14018 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
14019 expressions can use it just as expressions in your program do. Since
14020 one scope may be defined in another, you can use @code{::} repeatedly if
14021 necessary, for example in an expression like
14022 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
14023 resolving name scope by reference to source files, in both C and C@t{++}
14024 debugging (@pxref{Variables, ,Program Variables}).
14025
14026 @item
14027 @value{GDBN} performs argument-dependent lookup, following the C@t{++}
14028 specification.
14029 @end enumerate
14030
14031 @node C Defaults
14032 @subsubsection C and C@t{++} Defaults
14033
14034 @cindex C and C@t{++} defaults
14035
14036 If you allow @value{GDBN} to set range checking automatically, it
14037 defaults to @code{off} whenever the working language changes to
14038 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
14039 selects the working language.
14040
14041 If you allow @value{GDBN} to set the language automatically, it
14042 recognizes source files whose names end with @file{.c}, @file{.C}, or
14043 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
14044 these files, it sets the working language to C or C@t{++}.
14045 @xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
14046 for further details.
14047
14048 @node C Checks
14049 @subsubsection C and C@t{++} Type and Range Checks
14050
14051 @cindex C and C@t{++} checks
14052
14053 By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
14054 checking is used. However, if you turn type checking off, @value{GDBN}
14055 will allow certain non-standard conversions, such as promoting integer
14056 constants to pointers.
14057
14058 Range checking, if turned on, is done on mathematical operations. Array
14059 indices are not checked, since they are often used to index a pointer
14060 that is not itself an array.
14061
14062 @node Debugging C
14063 @subsubsection @value{GDBN} and C
14064
14065 The @code{set print union} and @code{show print union} commands apply to
14066 the @code{union} type. When set to @samp{on}, any @code{union} that is
14067 inside a @code{struct} or @code{class} is also printed. Otherwise, it
14068 appears as @samp{@{...@}}.
14069
14070 The @code{@@} operator aids in the debugging of dynamic arrays, formed
14071 with pointers and a memory allocation function. @xref{Expressions,
14072 ,Expressions}.
14073
14074 @node Debugging C Plus Plus
14075 @subsubsection @value{GDBN} Features for C@t{++}
14076
14077 @cindex commands for C@t{++}
14078
14079 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
14080 designed specifically for use with C@t{++}. Here is a summary:
14081
14082 @table @code
14083 @cindex break in overloaded functions
14084 @item @r{breakpoint menus}
14085 When you want a breakpoint in a function whose name is overloaded,
14086 @value{GDBN} has the capability to display a menu of possible breakpoint
14087 locations to help you specify which function definition you want.
14088 @xref{Ambiguous Expressions,,Ambiguous Expressions}.
14089
14090 @cindex overloading in C@t{++}
14091 @item rbreak @var{regex}
14092 Setting breakpoints using regular expressions is helpful for setting
14093 breakpoints on overloaded functions that are not members of any special
14094 classes.
14095 @xref{Set Breaks, ,Setting Breakpoints}.
14096
14097 @cindex C@t{++} exception handling
14098 @item catch throw
14099 @itemx catch rethrow
14100 @itemx catch catch
14101 Debug C@t{++} exception handling using these commands. @xref{Set
14102 Catchpoints, , Setting Catchpoints}.
14103
14104 @cindex inheritance
14105 @item ptype @var{typename}
14106 Print inheritance relationships as well as other information for type
14107 @var{typename}.
14108 @xref{Symbols, ,Examining the Symbol Table}.
14109
14110 @item info vtbl @var{expression}.
14111 The @code{info vtbl} command can be used to display the virtual
14112 method tables of the object computed by @var{expression}. This shows
14113 one entry per virtual table; there may be multiple virtual tables when
14114 multiple inheritance is in use.
14115
14116 @cindex C@t{++} symbol display
14117 @item set print demangle
14118 @itemx show print demangle
14119 @itemx set print asm-demangle
14120 @itemx show print asm-demangle
14121 Control whether C@t{++} symbols display in their source form, both when
14122 displaying code as C@t{++} source and when displaying disassemblies.
14123 @xref{Print Settings, ,Print Settings}.
14124
14125 @item set print object
14126 @itemx show print object
14127 Choose whether to print derived (actual) or declared types of objects.
14128 @xref{Print Settings, ,Print Settings}.
14129
14130 @item set print vtbl
14131 @itemx show print vtbl
14132 Control the format for printing virtual function tables.
14133 @xref{Print Settings, ,Print Settings}.
14134 (The @code{vtbl} commands do not work on programs compiled with the HP
14135 ANSI C@t{++} compiler (@code{aCC}).)
14136
14137 @kindex set overload-resolution
14138 @cindex overloaded functions, overload resolution
14139 @item set overload-resolution on
14140 Enable overload resolution for C@t{++} expression evaluation. The default
14141 is on. For overloaded functions, @value{GDBN} evaluates the arguments
14142 and searches for a function whose signature matches the argument types,
14143 using the standard C@t{++} conversion rules (see @ref{C Plus Plus
14144 Expressions, ,C@t{++} Expressions}, for details).
14145 If it cannot find a match, it emits a message.
14146
14147 @item set overload-resolution off
14148 Disable overload resolution for C@t{++} expression evaluation. For
14149 overloaded functions that are not class member functions, @value{GDBN}
14150 chooses the first function of the specified name that it finds in the
14151 symbol table, whether or not its arguments are of the correct type. For
14152 overloaded functions that are class member functions, @value{GDBN}
14153 searches for a function whose signature @emph{exactly} matches the
14154 argument types.
14155
14156 @kindex show overload-resolution
14157 @item show overload-resolution
14158 Show the current setting of overload resolution.
14159
14160 @item @r{Overloaded symbol names}
14161 You can specify a particular definition of an overloaded symbol, using
14162 the same notation that is used to declare such symbols in C@t{++}: type
14163 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
14164 also use the @value{GDBN} command-line word completion facilities to list the
14165 available choices, or to finish the type list for you.
14166 @xref{Completion,, Command Completion}, for details on how to do this.
14167 @end table
14168
14169 @node Decimal Floating Point
14170 @subsubsection Decimal Floating Point format
14171 @cindex decimal floating point format
14172
14173 @value{GDBN} can examine, set and perform computations with numbers in
14174 decimal floating point format, which in the C language correspond to the
14175 @code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
14176 specified by the extension to support decimal floating-point arithmetic.
14177
14178 There are two encodings in use, depending on the architecture: BID (Binary
14179 Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
14180 PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
14181 configured target.
14182
14183 Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
14184 to manipulate decimal floating point numbers, it is not possible to convert
14185 (using a cast, for example) integers wider than 32-bit to decimal float.
14186
14187 In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
14188 point computations, error checking in decimal float operations ignores
14189 underflow, overflow and divide by zero exceptions.
14190
14191 In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
14192 to inspect @code{_Decimal128} values stored in floating point registers.
14193 See @ref{PowerPC,,PowerPC} for more details.
14194
14195 @node D
14196 @subsection D
14197
14198 @cindex D
14199 @value{GDBN} can be used to debug programs written in D and compiled with
14200 GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
14201 specific feature --- dynamic arrays.
14202
14203 @node Go
14204 @subsection Go
14205
14206 @cindex Go (programming language)
14207 @value{GDBN} can be used to debug programs written in Go and compiled with
14208 @file{gccgo} or @file{6g} compilers.
14209
14210 Here is a summary of the Go-specific features and restrictions:
14211
14212 @table @code
14213 @cindex current Go package
14214 @item The current Go package
14215 The name of the current package does not need to be specified when
14216 specifying global variables and functions.
14217
14218 For example, given the program:
14219
14220 @example
14221 package main
14222 var myglob = "Shall we?"
14223 func main () @{
14224 // ...
14225 @}
14226 @end example
14227
14228 When stopped inside @code{main} either of these work:
14229
14230 @example
14231 (gdb) p myglob
14232 (gdb) p main.myglob
14233 @end example
14234
14235 @cindex builtin Go types
14236 @item Builtin Go types
14237 The @code{string} type is recognized by @value{GDBN} and is printed
14238 as a string.
14239
14240 @cindex builtin Go functions
14241 @item Builtin Go functions
14242 The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
14243 function and handles it internally.
14244
14245 @cindex restrictions on Go expressions
14246 @item Restrictions on Go expressions
14247 All Go operators are supported except @code{&^}.
14248 The Go @code{_} ``blank identifier'' is not supported.
14249 Automatic dereferencing of pointers is not supported.
14250 @end table
14251
14252 @node Objective-C
14253 @subsection Objective-C
14254
14255 @cindex Objective-C
14256 This section provides information about some commands and command
14257 options that are useful for debugging Objective-C code. See also
14258 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
14259 few more commands specific to Objective-C support.
14260
14261 @menu
14262 * Method Names in Commands::
14263 * The Print Command with Objective-C::
14264 @end menu
14265
14266 @node Method Names in Commands
14267 @subsubsection Method Names in Commands
14268
14269 The following commands have been extended to accept Objective-C method
14270 names as line specifications:
14271
14272 @kindex clear@r{, and Objective-C}
14273 @kindex break@r{, and Objective-C}
14274 @kindex info line@r{, and Objective-C}
14275 @kindex jump@r{, and Objective-C}
14276 @kindex list@r{, and Objective-C}
14277 @itemize
14278 @item @code{clear}
14279 @item @code{break}
14280 @item @code{info line}
14281 @item @code{jump}
14282 @item @code{list}
14283 @end itemize
14284
14285 A fully qualified Objective-C method name is specified as
14286
14287 @smallexample
14288 -[@var{Class} @var{methodName}]
14289 @end smallexample
14290
14291 where the minus sign is used to indicate an instance method and a
14292 plus sign (not shown) is used to indicate a class method. The class
14293 name @var{Class} and method name @var{methodName} are enclosed in
14294 brackets, similar to the way messages are specified in Objective-C
14295 source code. For example, to set a breakpoint at the @code{create}
14296 instance method of class @code{Fruit} in the program currently being
14297 debugged, enter:
14298
14299 @smallexample
14300 break -[Fruit create]
14301 @end smallexample
14302
14303 To list ten program lines around the @code{initialize} class method,
14304 enter:
14305
14306 @smallexample
14307 list +[NSText initialize]
14308 @end smallexample
14309
14310 In the current version of @value{GDBN}, the plus or minus sign is
14311 required. In future versions of @value{GDBN}, the plus or minus
14312 sign will be optional, but you can use it to narrow the search. It
14313 is also possible to specify just a method name:
14314
14315 @smallexample
14316 break create
14317 @end smallexample
14318
14319 You must specify the complete method name, including any colons. If
14320 your program's source files contain more than one @code{create} method,
14321 you'll be presented with a numbered list of classes that implement that
14322 method. Indicate your choice by number, or type @samp{0} to exit if
14323 none apply.
14324
14325 As another example, to clear a breakpoint established at the
14326 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
14327
14328 @smallexample
14329 clear -[NSWindow makeKeyAndOrderFront:]
14330 @end smallexample
14331
14332 @node The Print Command with Objective-C
14333 @subsubsection The Print Command With Objective-C
14334 @cindex Objective-C, print objects
14335 @kindex print-object
14336 @kindex po @r{(@code{print-object})}
14337
14338 The print command has also been extended to accept methods. For example:
14339
14340 @smallexample
14341 print -[@var{object} hash]
14342 @end smallexample
14343
14344 @cindex print an Objective-C object description
14345 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
14346 @noindent
14347 will tell @value{GDBN} to send the @code{hash} message to @var{object}
14348 and print the result. Also, an additional command has been added,
14349 @code{print-object} or @code{po} for short, which is meant to print
14350 the description of an object. However, this command may only work
14351 with certain Objective-C libraries that have a particular hook
14352 function, @code{_NSPrintForDebugger}, defined.
14353
14354 @node OpenCL C
14355 @subsection OpenCL C
14356
14357 @cindex OpenCL C
14358 This section provides information about @value{GDBN}s OpenCL C support.
14359
14360 @menu
14361 * OpenCL C Datatypes::
14362 * OpenCL C Expressions::
14363 * OpenCL C Operators::
14364 @end menu
14365
14366 @node OpenCL C Datatypes
14367 @subsubsection OpenCL C Datatypes
14368
14369 @cindex OpenCL C Datatypes
14370 @value{GDBN} supports the builtin scalar and vector datatypes specified
14371 by OpenCL 1.1. In addition the half- and double-precision floating point
14372 data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
14373 extensions are also known to @value{GDBN}.
14374
14375 @node OpenCL C Expressions
14376 @subsubsection OpenCL C Expressions
14377
14378 @cindex OpenCL C Expressions
14379 @value{GDBN} supports accesses to vector components including the access as
14380 lvalue where possible. Since OpenCL C is based on C99 most C expressions
14381 supported by @value{GDBN} can be used as well.
14382
14383 @node OpenCL C Operators
14384 @subsubsection OpenCL C Operators
14385
14386 @cindex OpenCL C Operators
14387 @value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
14388 vector data types.
14389
14390 @node Fortran
14391 @subsection Fortran
14392 @cindex Fortran-specific support in @value{GDBN}
14393
14394 @value{GDBN} can be used to debug programs written in Fortran, but it
14395 currently supports only the features of Fortran 77 language.
14396
14397 @cindex trailing underscore, in Fortran symbols
14398 Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
14399 among them) append an underscore to the names of variables and
14400 functions. When you debug programs compiled by those compilers, you
14401 will need to refer to variables and functions with a trailing
14402 underscore.
14403
14404 @menu
14405 * Fortran Operators:: Fortran operators and expressions
14406 * Fortran Defaults:: Default settings for Fortran
14407 * Special Fortran Commands:: Special @value{GDBN} commands for Fortran
14408 @end menu
14409
14410 @node Fortran Operators
14411 @subsubsection Fortran Operators and Expressions
14412
14413 @cindex Fortran operators and expressions
14414
14415 Operators must be defined on values of specific types. For instance,
14416 @code{+} is defined on numbers, but not on characters or other non-
14417 arithmetic types. Operators are often defined on groups of types.
14418
14419 @table @code
14420 @item **
14421 The exponentiation operator. It raises the first operand to the power
14422 of the second one.
14423
14424 @item :
14425 The range operator. Normally used in the form of array(low:high) to
14426 represent a section of array.
14427
14428 @item %
14429 The access component operator. Normally used to access elements in derived
14430 types. Also suitable for unions. As unions aren't part of regular Fortran,
14431 this can only happen when accessing a register that uses a gdbarch-defined
14432 union type.
14433 @end table
14434
14435 @node Fortran Defaults
14436 @subsubsection Fortran Defaults
14437
14438 @cindex Fortran Defaults
14439
14440 Fortran symbols are usually case-insensitive, so @value{GDBN} by
14441 default uses case-insensitive matches for Fortran symbols. You can
14442 change that with the @samp{set case-insensitive} command, see
14443 @ref{Symbols}, for the details.
14444
14445 @node Special Fortran Commands
14446 @subsubsection Special Fortran Commands
14447
14448 @cindex Special Fortran commands
14449
14450 @value{GDBN} has some commands to support Fortran-specific features,
14451 such as displaying common blocks.
14452
14453 @table @code
14454 @cindex @code{COMMON} blocks, Fortran
14455 @kindex info common
14456 @item info common @r{[}@var{common-name}@r{]}
14457 This command prints the values contained in the Fortran @code{COMMON}
14458 block whose name is @var{common-name}. With no argument, the names of
14459 all @code{COMMON} blocks visible at the current program location are
14460 printed.
14461 @end table
14462
14463 @node Pascal
14464 @subsection Pascal
14465
14466 @cindex Pascal support in @value{GDBN}, limitations
14467 Debugging Pascal programs which use sets, subranges, file variables, or
14468 nested functions does not currently work. @value{GDBN} does not support
14469 entering expressions, printing values, or similar features using Pascal
14470 syntax.
14471
14472 The Pascal-specific command @code{set print pascal_static-members}
14473 controls whether static members of Pascal objects are displayed.
14474 @xref{Print Settings, pascal_static-members}.
14475
14476 @node Modula-2
14477 @subsection Modula-2
14478
14479 @cindex Modula-2, @value{GDBN} support
14480
14481 The extensions made to @value{GDBN} to support Modula-2 only support
14482 output from the @sc{gnu} Modula-2 compiler (which is currently being
14483 developed). Other Modula-2 compilers are not currently supported, and
14484 attempting to debug executables produced by them is most likely
14485 to give an error as @value{GDBN} reads in the executable's symbol
14486 table.
14487
14488 @cindex expressions in Modula-2
14489 @menu
14490 * M2 Operators:: Built-in operators
14491 * Built-In Func/Proc:: Built-in functions and procedures
14492 * M2 Constants:: Modula-2 constants
14493 * M2 Types:: Modula-2 types
14494 * M2 Defaults:: Default settings for Modula-2
14495 * Deviations:: Deviations from standard Modula-2
14496 * M2 Checks:: Modula-2 type and range checks
14497 * M2 Scope:: The scope operators @code{::} and @code{.}
14498 * GDB/M2:: @value{GDBN} and Modula-2
14499 @end menu
14500
14501 @node M2 Operators
14502 @subsubsection Operators
14503 @cindex Modula-2 operators
14504
14505 Operators must be defined on values of specific types. For instance,
14506 @code{+} is defined on numbers, but not on structures. Operators are
14507 often defined on groups of types. For the purposes of Modula-2, the
14508 following definitions hold:
14509
14510 @itemize @bullet
14511
14512 @item
14513 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
14514 their subranges.
14515
14516 @item
14517 @emph{Character types} consist of @code{CHAR} and its subranges.
14518
14519 @item
14520 @emph{Floating-point types} consist of @code{REAL}.
14521
14522 @item
14523 @emph{Pointer types} consist of anything declared as @code{POINTER TO
14524 @var{type}}.
14525
14526 @item
14527 @emph{Scalar types} consist of all of the above.
14528
14529 @item
14530 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
14531
14532 @item
14533 @emph{Boolean types} consist of @code{BOOLEAN}.
14534 @end itemize
14535
14536 @noindent
14537 The following operators are supported, and appear in order of
14538 increasing precedence:
14539
14540 @table @code
14541 @item ,
14542 Function argument or array index separator.
14543
14544 @item :=
14545 Assignment. The value of @var{var} @code{:=} @var{value} is
14546 @var{value}.
14547
14548 @item <@r{, }>
14549 Less than, greater than on integral, floating-point, or enumerated
14550 types.
14551
14552 @item <=@r{, }>=
14553 Less than or equal to, greater than or equal to
14554 on integral, floating-point and enumerated types, or set inclusion on
14555 set types. Same precedence as @code{<}.
14556
14557 @item =@r{, }<>@r{, }#
14558 Equality and two ways of expressing inequality, valid on scalar types.
14559 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
14560 available for inequality, since @code{#} conflicts with the script
14561 comment character.
14562
14563 @item IN
14564 Set membership. Defined on set types and the types of their members.
14565 Same precedence as @code{<}.
14566
14567 @item OR
14568 Boolean disjunction. Defined on boolean types.
14569
14570 @item AND@r{, }&
14571 Boolean conjunction. Defined on boolean types.
14572
14573 @item @@
14574 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
14575
14576 @item +@r{, }-
14577 Addition and subtraction on integral and floating-point types, or union
14578 and difference on set types.
14579
14580 @item *
14581 Multiplication on integral and floating-point types, or set intersection
14582 on set types.
14583
14584 @item /
14585 Division on floating-point types, or symmetric set difference on set
14586 types. Same precedence as @code{*}.
14587
14588 @item DIV@r{, }MOD
14589 Integer division and remainder. Defined on integral types. Same
14590 precedence as @code{*}.
14591
14592 @item -
14593 Negative. Defined on @code{INTEGER} and @code{REAL} data.
14594
14595 @item ^
14596 Pointer dereferencing. Defined on pointer types.
14597
14598 @item NOT
14599 Boolean negation. Defined on boolean types. Same precedence as
14600 @code{^}.
14601
14602 @item .
14603 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
14604 precedence as @code{^}.
14605
14606 @item []
14607 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
14608
14609 @item ()
14610 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
14611 as @code{^}.
14612
14613 @item ::@r{, }.
14614 @value{GDBN} and Modula-2 scope operators.
14615 @end table
14616
14617 @quotation
14618 @emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
14619 treats the use of the operator @code{IN}, or the use of operators
14620 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
14621 @code{<=}, and @code{>=} on sets as an error.
14622 @end quotation
14623
14624
14625 @node Built-In Func/Proc
14626 @subsubsection Built-in Functions and Procedures
14627 @cindex Modula-2 built-ins
14628
14629 Modula-2 also makes available several built-in procedures and functions.
14630 In describing these, the following metavariables are used:
14631
14632 @table @var
14633
14634 @item a
14635 represents an @code{ARRAY} variable.
14636
14637 @item c
14638 represents a @code{CHAR} constant or variable.
14639
14640 @item i
14641 represents a variable or constant of integral type.
14642
14643 @item m
14644 represents an identifier that belongs to a set. Generally used in the
14645 same function with the metavariable @var{s}. The type of @var{s} should
14646 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
14647
14648 @item n
14649 represents a variable or constant of integral or floating-point type.
14650
14651 @item r
14652 represents a variable or constant of floating-point type.
14653
14654 @item t
14655 represents a type.
14656
14657 @item v
14658 represents a variable.
14659
14660 @item x
14661 represents a variable or constant of one of many types. See the
14662 explanation of the function for details.
14663 @end table
14664
14665 All Modula-2 built-in procedures also return a result, described below.
14666
14667 @table @code
14668 @item ABS(@var{n})
14669 Returns the absolute value of @var{n}.
14670
14671 @item CAP(@var{c})
14672 If @var{c} is a lower case letter, it returns its upper case
14673 equivalent, otherwise it returns its argument.
14674
14675 @item CHR(@var{i})
14676 Returns the character whose ordinal value is @var{i}.
14677
14678 @item DEC(@var{v})
14679 Decrements the value in the variable @var{v} by one. Returns the new value.
14680
14681 @item DEC(@var{v},@var{i})
14682 Decrements the value in the variable @var{v} by @var{i}. Returns the
14683 new value.
14684
14685 @item EXCL(@var{m},@var{s})
14686 Removes the element @var{m} from the set @var{s}. Returns the new
14687 set.
14688
14689 @item FLOAT(@var{i})
14690 Returns the floating point equivalent of the integer @var{i}.
14691
14692 @item HIGH(@var{a})
14693 Returns the index of the last member of @var{a}.
14694
14695 @item INC(@var{v})
14696 Increments the value in the variable @var{v} by one. Returns the new value.
14697
14698 @item INC(@var{v},@var{i})
14699 Increments the value in the variable @var{v} by @var{i}. Returns the
14700 new value.
14701
14702 @item INCL(@var{m},@var{s})
14703 Adds the element @var{m} to the set @var{s} if it is not already
14704 there. Returns the new set.
14705
14706 @item MAX(@var{t})
14707 Returns the maximum value of the type @var{t}.
14708
14709 @item MIN(@var{t})
14710 Returns the minimum value of the type @var{t}.
14711
14712 @item ODD(@var{i})
14713 Returns boolean TRUE if @var{i} is an odd number.
14714
14715 @item ORD(@var{x})
14716 Returns the ordinal value of its argument. For example, the ordinal
14717 value of a character is its @sc{ascii} value (on machines supporting
14718 the @sc{ascii} character set). The argument @var{x} must be of an
14719 ordered type, which include integral, character and enumerated types.
14720
14721 @item SIZE(@var{x})
14722 Returns the size of its argument. The argument @var{x} can be a
14723 variable or a type.
14724
14725 @item TRUNC(@var{r})
14726 Returns the integral part of @var{r}.
14727
14728 @item TSIZE(@var{x})
14729 Returns the size of its argument. The argument @var{x} can be a
14730 variable or a type.
14731
14732 @item VAL(@var{t},@var{i})
14733 Returns the member of the type @var{t} whose ordinal value is @var{i}.
14734 @end table
14735
14736 @quotation
14737 @emph{Warning:} Sets and their operations are not yet supported, so
14738 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
14739 an error.
14740 @end quotation
14741
14742 @cindex Modula-2 constants
14743 @node M2 Constants
14744 @subsubsection Constants
14745
14746 @value{GDBN} allows you to express the constants of Modula-2 in the following
14747 ways:
14748
14749 @itemize @bullet
14750
14751 @item
14752 Integer constants are simply a sequence of digits. When used in an
14753 expression, a constant is interpreted to be type-compatible with the
14754 rest of the expression. Hexadecimal integers are specified by a
14755 trailing @samp{H}, and octal integers by a trailing @samp{B}.
14756
14757 @item
14758 Floating point constants appear as a sequence of digits, followed by a
14759 decimal point and another sequence of digits. An optional exponent can
14760 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
14761 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
14762 digits of the floating point constant must be valid decimal (base 10)
14763 digits.
14764
14765 @item
14766 Character constants consist of a single character enclosed by a pair of
14767 like quotes, either single (@code{'}) or double (@code{"}). They may
14768 also be expressed by their ordinal value (their @sc{ascii} value, usually)
14769 followed by a @samp{C}.
14770
14771 @item
14772 String constants consist of a sequence of characters enclosed by a
14773 pair of like quotes, either single (@code{'}) or double (@code{"}).
14774 Escape sequences in the style of C are also allowed. @xref{C
14775 Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
14776 sequences.
14777
14778 @item
14779 Enumerated constants consist of an enumerated identifier.
14780
14781 @item
14782 Boolean constants consist of the identifiers @code{TRUE} and
14783 @code{FALSE}.
14784
14785 @item
14786 Pointer constants consist of integral values only.
14787
14788 @item
14789 Set constants are not yet supported.
14790 @end itemize
14791
14792 @node M2 Types
14793 @subsubsection Modula-2 Types
14794 @cindex Modula-2 types
14795
14796 Currently @value{GDBN} can print the following data types in Modula-2
14797 syntax: array types, record types, set types, pointer types, procedure
14798 types, enumerated types, subrange types and base types. You can also
14799 print the contents of variables declared using these type.
14800 This section gives a number of simple source code examples together with
14801 sample @value{GDBN} sessions.
14802
14803 The first example contains the following section of code:
14804
14805 @smallexample
14806 VAR
14807 s: SET OF CHAR ;
14808 r: [20..40] ;
14809 @end smallexample
14810
14811 @noindent
14812 and you can request @value{GDBN} to interrogate the type and value of
14813 @code{r} and @code{s}.
14814
14815 @smallexample
14816 (@value{GDBP}) print s
14817 @{'A'..'C', 'Z'@}
14818 (@value{GDBP}) ptype s
14819 SET OF CHAR
14820 (@value{GDBP}) print r
14821 21
14822 (@value{GDBP}) ptype r
14823 [20..40]
14824 @end smallexample
14825
14826 @noindent
14827 Likewise if your source code declares @code{s} as:
14828
14829 @smallexample
14830 VAR
14831 s: SET ['A'..'Z'] ;
14832 @end smallexample
14833
14834 @noindent
14835 then you may query the type of @code{s} by:
14836
14837 @smallexample
14838 (@value{GDBP}) ptype s
14839 type = SET ['A'..'Z']
14840 @end smallexample
14841
14842 @noindent
14843 Note that at present you cannot interactively manipulate set
14844 expressions using the debugger.
14845
14846 The following example shows how you might declare an array in Modula-2
14847 and how you can interact with @value{GDBN} to print its type and contents:
14848
14849 @smallexample
14850 VAR
14851 s: ARRAY [-10..10] OF CHAR ;
14852 @end smallexample
14853
14854 @smallexample
14855 (@value{GDBP}) ptype s
14856 ARRAY [-10..10] OF CHAR
14857 @end smallexample
14858
14859 Note that the array handling is not yet complete and although the type
14860 is printed correctly, expression handling still assumes that all
14861 arrays have a lower bound of zero and not @code{-10} as in the example
14862 above.
14863
14864 Here are some more type related Modula-2 examples:
14865
14866 @smallexample
14867 TYPE
14868 colour = (blue, red, yellow, green) ;
14869 t = [blue..yellow] ;
14870 VAR
14871 s: t ;
14872 BEGIN
14873 s := blue ;
14874 @end smallexample
14875
14876 @noindent
14877 The @value{GDBN} interaction shows how you can query the data type
14878 and value of a variable.
14879
14880 @smallexample
14881 (@value{GDBP}) print s
14882 $1 = blue
14883 (@value{GDBP}) ptype t
14884 type = [blue..yellow]
14885 @end smallexample
14886
14887 @noindent
14888 In this example a Modula-2 array is declared and its contents
14889 displayed. Observe that the contents are written in the same way as
14890 their @code{C} counterparts.
14891
14892 @smallexample
14893 VAR
14894 s: ARRAY [1..5] OF CARDINAL ;
14895 BEGIN
14896 s[1] := 1 ;
14897 @end smallexample
14898
14899 @smallexample
14900 (@value{GDBP}) print s
14901 $1 = @{1, 0, 0, 0, 0@}
14902 (@value{GDBP}) ptype s
14903 type = ARRAY [1..5] OF CARDINAL
14904 @end smallexample
14905
14906 The Modula-2 language interface to @value{GDBN} also understands
14907 pointer types as shown in this example:
14908
14909 @smallexample
14910 VAR
14911 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
14912 BEGIN
14913 NEW(s) ;
14914 s^[1] := 1 ;
14915 @end smallexample
14916
14917 @noindent
14918 and you can request that @value{GDBN} describes the type of @code{s}.
14919
14920 @smallexample
14921 (@value{GDBP}) ptype s
14922 type = POINTER TO ARRAY [1..5] OF CARDINAL
14923 @end smallexample
14924
14925 @value{GDBN} handles compound types as we can see in this example.
14926 Here we combine array types, record types, pointer types and subrange
14927 types:
14928
14929 @smallexample
14930 TYPE
14931 foo = RECORD
14932 f1: CARDINAL ;
14933 f2: CHAR ;
14934 f3: myarray ;
14935 END ;
14936
14937 myarray = ARRAY myrange OF CARDINAL ;
14938 myrange = [-2..2] ;
14939 VAR
14940 s: POINTER TO ARRAY myrange OF foo ;
14941 @end smallexample
14942
14943 @noindent
14944 and you can ask @value{GDBN} to describe the type of @code{s} as shown
14945 below.
14946
14947 @smallexample
14948 (@value{GDBP}) ptype s
14949 type = POINTER TO ARRAY [-2..2] OF foo = RECORD
14950 f1 : CARDINAL;
14951 f2 : CHAR;
14952 f3 : ARRAY [-2..2] OF CARDINAL;
14953 END
14954 @end smallexample
14955
14956 @node M2 Defaults
14957 @subsubsection Modula-2 Defaults
14958 @cindex Modula-2 defaults
14959
14960 If type and range checking are set automatically by @value{GDBN}, they
14961 both default to @code{on} whenever the working language changes to
14962 Modula-2. This happens regardless of whether you or @value{GDBN}
14963 selected the working language.
14964
14965 If you allow @value{GDBN} to set the language automatically, then entering
14966 code compiled from a file whose name ends with @file{.mod} sets the
14967 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
14968 Infer the Source Language}, for further details.
14969
14970 @node Deviations
14971 @subsubsection Deviations from Standard Modula-2
14972 @cindex Modula-2, deviations from
14973
14974 A few changes have been made to make Modula-2 programs easier to debug.
14975 This is done primarily via loosening its type strictness:
14976
14977 @itemize @bullet
14978 @item
14979 Unlike in standard Modula-2, pointer constants can be formed by
14980 integers. This allows you to modify pointer variables during
14981 debugging. (In standard Modula-2, the actual address contained in a
14982 pointer variable is hidden from you; it can only be modified
14983 through direct assignment to another pointer variable or expression that
14984 returned a pointer.)
14985
14986 @item
14987 C escape sequences can be used in strings and characters to represent
14988 non-printable characters. @value{GDBN} prints out strings with these
14989 escape sequences embedded. Single non-printable characters are
14990 printed using the @samp{CHR(@var{nnn})} format.
14991
14992 @item
14993 The assignment operator (@code{:=}) returns the value of its right-hand
14994 argument.
14995
14996 @item
14997 All built-in procedures both modify @emph{and} return their argument.
14998 @end itemize
14999
15000 @node M2 Checks
15001 @subsubsection Modula-2 Type and Range Checks
15002 @cindex Modula-2 checks
15003
15004 @quotation
15005 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
15006 range checking.
15007 @end quotation
15008 @c FIXME remove warning when type/range checks added
15009
15010 @value{GDBN} considers two Modula-2 variables type equivalent if:
15011
15012 @itemize @bullet
15013 @item
15014 They are of types that have been declared equivalent via a @code{TYPE
15015 @var{t1} = @var{t2}} statement
15016
15017 @item
15018 They have been declared on the same line. (Note: This is true of the
15019 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
15020 @end itemize
15021
15022 As long as type checking is enabled, any attempt to combine variables
15023 whose types are not equivalent is an error.
15024
15025 Range checking is done on all mathematical operations, assignment, array
15026 index bounds, and all built-in functions and procedures.
15027
15028 @node M2 Scope
15029 @subsubsection The Scope Operators @code{::} and @code{.}
15030 @cindex scope
15031 @cindex @code{.}, Modula-2 scope operator
15032 @cindex colon, doubled as scope operator
15033 @ifinfo
15034 @vindex colon-colon@r{, in Modula-2}
15035 @c Info cannot handle :: but TeX can.
15036 @end ifinfo
15037 @ifnotinfo
15038 @vindex ::@r{, in Modula-2}
15039 @end ifnotinfo
15040
15041 There are a few subtle differences between the Modula-2 scope operator
15042 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
15043 similar syntax:
15044
15045 @smallexample
15046
15047 @var{module} . @var{id}
15048 @var{scope} :: @var{id}
15049 @end smallexample
15050
15051 @noindent
15052 where @var{scope} is the name of a module or a procedure,
15053 @var{module} the name of a module, and @var{id} is any declared
15054 identifier within your program, except another module.
15055
15056 Using the @code{::} operator makes @value{GDBN} search the scope
15057 specified by @var{scope} for the identifier @var{id}. If it is not
15058 found in the specified scope, then @value{GDBN} searches all scopes
15059 enclosing the one specified by @var{scope}.
15060
15061 Using the @code{.} operator makes @value{GDBN} search the current scope for
15062 the identifier specified by @var{id} that was imported from the
15063 definition module specified by @var{module}. With this operator, it is
15064 an error if the identifier @var{id} was not imported from definition
15065 module @var{module}, or if @var{id} is not an identifier in
15066 @var{module}.
15067
15068 @node GDB/M2
15069 @subsubsection @value{GDBN} and Modula-2
15070
15071 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
15072 Five subcommands of @code{set print} and @code{show print} apply
15073 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
15074 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
15075 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
15076 analogue in Modula-2.
15077
15078 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
15079 with any language, is not useful with Modula-2. Its
15080 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
15081 created in Modula-2 as they can in C or C@t{++}. However, because an
15082 address can be specified by an integral constant, the construct
15083 @samp{@{@var{type}@}@var{adrexp}} is still useful.
15084
15085 @cindex @code{#} in Modula-2
15086 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
15087 interpreted as the beginning of a comment. Use @code{<>} instead.
15088
15089 @node Ada
15090 @subsection Ada
15091 @cindex Ada
15092
15093 The extensions made to @value{GDBN} for Ada only support
15094 output from the @sc{gnu} Ada (GNAT) compiler.
15095 Other Ada compilers are not currently supported, and
15096 attempting to debug executables produced by them is most likely
15097 to be difficult.
15098
15099
15100 @cindex expressions in Ada
15101 @menu
15102 * Ada Mode Intro:: General remarks on the Ada syntax
15103 and semantics supported by Ada mode
15104 in @value{GDBN}.
15105 * Omissions from Ada:: Restrictions on the Ada expression syntax.
15106 * Additions to Ada:: Extensions of the Ada expression syntax.
15107 * Stopping Before Main Program:: Debugging the program during elaboration.
15108 * Ada Exceptions:: Ada Exceptions
15109 * Ada Tasks:: Listing and setting breakpoints in tasks.
15110 * Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
15111 * Ravenscar Profile:: Tasking Support when using the Ravenscar
15112 Profile
15113 * Ada Glitches:: Known peculiarities of Ada mode.
15114 @end menu
15115
15116 @node Ada Mode Intro
15117 @subsubsection Introduction
15118 @cindex Ada mode, general
15119
15120 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
15121 syntax, with some extensions.
15122 The philosophy behind the design of this subset is
15123
15124 @itemize @bullet
15125 @item
15126 That @value{GDBN} should provide basic literals and access to operations for
15127 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
15128 leaving more sophisticated computations to subprograms written into the
15129 program (which therefore may be called from @value{GDBN}).
15130
15131 @item
15132 That type safety and strict adherence to Ada language restrictions
15133 are not particularly important to the @value{GDBN} user.
15134
15135 @item
15136 That brevity is important to the @value{GDBN} user.
15137 @end itemize
15138
15139 Thus, for brevity, the debugger acts as if all names declared in
15140 user-written packages are directly visible, even if they are not visible
15141 according to Ada rules, thus making it unnecessary to fully qualify most
15142 names with their packages, regardless of context. Where this causes
15143 ambiguity, @value{GDBN} asks the user's intent.
15144
15145 The debugger will start in Ada mode if it detects an Ada main program.
15146 As for other languages, it will enter Ada mode when stopped in a program that
15147 was translated from an Ada source file.
15148
15149 While in Ada mode, you may use `@t{--}' for comments. This is useful
15150 mostly for documenting command files. The standard @value{GDBN} comment
15151 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
15152 middle (to allow based literals).
15153
15154 The debugger supports limited overloading. Given a subprogram call in which
15155 the function symbol has multiple definitions, it will use the number of
15156 actual parameters and some information about their types to attempt to narrow
15157 the set of definitions. It also makes very limited use of context, preferring
15158 procedures to functions in the context of the @code{call} command, and
15159 functions to procedures elsewhere.
15160
15161 @node Omissions from Ada
15162 @subsubsection Omissions from Ada
15163 @cindex Ada, omissions from
15164
15165 Here are the notable omissions from the subset:
15166
15167 @itemize @bullet
15168 @item
15169 Only a subset of the attributes are supported:
15170
15171 @itemize @minus
15172 @item
15173 @t{'First}, @t{'Last}, and @t{'Length}
15174 on array objects (not on types and subtypes).
15175
15176 @item
15177 @t{'Min} and @t{'Max}.
15178
15179 @item
15180 @t{'Pos} and @t{'Val}.
15181
15182 @item
15183 @t{'Tag}.
15184
15185 @item
15186 @t{'Range} on array objects (not subtypes), but only as the right
15187 operand of the membership (@code{in}) operator.
15188
15189 @item
15190 @t{'Access}, @t{'Unchecked_Access}, and
15191 @t{'Unrestricted_Access} (a GNAT extension).
15192
15193 @item
15194 @t{'Address}.
15195 @end itemize
15196
15197 @item
15198 The names in
15199 @code{Characters.Latin_1} are not available and
15200 concatenation is not implemented. Thus, escape characters in strings are
15201 not currently available.
15202
15203 @item
15204 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
15205 equality of representations. They will generally work correctly
15206 for strings and arrays whose elements have integer or enumeration types.
15207 They may not work correctly for arrays whose element
15208 types have user-defined equality, for arrays of real values
15209 (in particular, IEEE-conformant floating point, because of negative
15210 zeroes and NaNs), and for arrays whose elements contain unused bits with
15211 indeterminate values.
15212
15213 @item
15214 The other component-by-component array operations (@code{and}, @code{or},
15215 @code{xor}, @code{not}, and relational tests other than equality)
15216 are not implemented.
15217
15218 @item
15219 @cindex array aggregates (Ada)
15220 @cindex record aggregates (Ada)
15221 @cindex aggregates (Ada)
15222 There is limited support for array and record aggregates. They are
15223 permitted only on the right sides of assignments, as in these examples:
15224
15225 @smallexample
15226 (@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
15227 (@value{GDBP}) set An_Array := (1, others => 0)
15228 (@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
15229 (@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
15230 (@value{GDBP}) set A_Record := (1, "Peter", True);
15231 (@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
15232 @end smallexample
15233
15234 Changing a
15235 discriminant's value by assigning an aggregate has an
15236 undefined effect if that discriminant is used within the record.
15237 However, you can first modify discriminants by directly assigning to
15238 them (which normally would not be allowed in Ada), and then performing an
15239 aggregate assignment. For example, given a variable @code{A_Rec}
15240 declared to have a type such as:
15241
15242 @smallexample
15243 type Rec (Len : Small_Integer := 0) is record
15244 Id : Integer;
15245 Vals : IntArray (1 .. Len);
15246 end record;
15247 @end smallexample
15248
15249 you can assign a value with a different size of @code{Vals} with two
15250 assignments:
15251
15252 @smallexample
15253 (@value{GDBP}) set A_Rec.Len := 4
15254 (@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
15255 @end smallexample
15256
15257 As this example also illustrates, @value{GDBN} is very loose about the usual
15258 rules concerning aggregates. You may leave out some of the
15259 components of an array or record aggregate (such as the @code{Len}
15260 component in the assignment to @code{A_Rec} above); they will retain their
15261 original values upon assignment. You may freely use dynamic values as
15262 indices in component associations. You may even use overlapping or
15263 redundant component associations, although which component values are
15264 assigned in such cases is not defined.
15265
15266 @item
15267 Calls to dispatching subprograms are not implemented.
15268
15269 @item
15270 The overloading algorithm is much more limited (i.e., less selective)
15271 than that of real Ada. It makes only limited use of the context in
15272 which a subexpression appears to resolve its meaning, and it is much
15273 looser in its rules for allowing type matches. As a result, some
15274 function calls will be ambiguous, and the user will be asked to choose
15275 the proper resolution.
15276
15277 @item
15278 The @code{new} operator is not implemented.
15279
15280 @item
15281 Entry calls are not implemented.
15282
15283 @item
15284 Aside from printing, arithmetic operations on the native VAX floating-point
15285 formats are not supported.
15286
15287 @item
15288 It is not possible to slice a packed array.
15289
15290 @item
15291 The names @code{True} and @code{False}, when not part of a qualified name,
15292 are interpreted as if implicitly prefixed by @code{Standard}, regardless of
15293 context.
15294 Should your program
15295 redefine these names in a package or procedure (at best a dubious practice),
15296 you will have to use fully qualified names to access their new definitions.
15297 @end itemize
15298
15299 @node Additions to Ada
15300 @subsubsection Additions to Ada
15301 @cindex Ada, deviations from
15302
15303 As it does for other languages, @value{GDBN} makes certain generic
15304 extensions to Ada (@pxref{Expressions}):
15305
15306 @itemize @bullet
15307 @item
15308 If the expression @var{E} is a variable residing in memory (typically
15309 a local variable or array element) and @var{N} is a positive integer,
15310 then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
15311 @var{N}-1 adjacent variables following it in memory as an array. In
15312 Ada, this operator is generally not necessary, since its prime use is
15313 in displaying parts of an array, and slicing will usually do this in
15314 Ada. However, there are occasional uses when debugging programs in
15315 which certain debugging information has been optimized away.
15316
15317 @item
15318 @code{@var{B}::@var{var}} means ``the variable named @var{var} that
15319 appears in function or file @var{B}.'' When @var{B} is a file name,
15320 you must typically surround it in single quotes.
15321
15322 @item
15323 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
15324 @var{type} that appears at address @var{addr}.''
15325
15326 @item
15327 A name starting with @samp{$} is a convenience variable
15328 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
15329 @end itemize
15330
15331 In addition, @value{GDBN} provides a few other shortcuts and outright
15332 additions specific to Ada:
15333
15334 @itemize @bullet
15335 @item
15336 The assignment statement is allowed as an expression, returning
15337 its right-hand operand as its value. Thus, you may enter
15338
15339 @smallexample
15340 (@value{GDBP}) set x := y + 3
15341 (@value{GDBP}) print A(tmp := y + 1)
15342 @end smallexample
15343
15344 @item
15345 The semicolon is allowed as an ``operator,'' returning as its value
15346 the value of its right-hand operand.
15347 This allows, for example,
15348 complex conditional breaks:
15349
15350 @smallexample
15351 (@value{GDBP}) break f
15352 (@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
15353 @end smallexample
15354
15355 @item
15356 Rather than use catenation and symbolic character names to introduce special
15357 characters into strings, one may instead use a special bracket notation,
15358 which is also used to print strings. A sequence of characters of the form
15359 @samp{["@var{XX}"]} within a string or character literal denotes the
15360 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
15361 sequence of characters @samp{["""]} also denotes a single quotation mark
15362 in strings. For example,
15363 @smallexample
15364 "One line.["0a"]Next line.["0a"]"
15365 @end smallexample
15366 @noindent
15367 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
15368 after each period.
15369
15370 @item
15371 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
15372 @t{'Max} is optional (and is ignored in any case). For example, it is valid
15373 to write
15374
15375 @smallexample
15376 (@value{GDBP}) print 'max(x, y)
15377 @end smallexample
15378
15379 @item
15380 When printing arrays, @value{GDBN} uses positional notation when the
15381 array has a lower bound of 1, and uses a modified named notation otherwise.
15382 For example, a one-dimensional array of three integers with a lower bound
15383 of 3 might print as
15384
15385 @smallexample
15386 (3 => 10, 17, 1)
15387 @end smallexample
15388
15389 @noindent
15390 That is, in contrast to valid Ada, only the first component has a @code{=>}
15391 clause.
15392
15393 @item
15394 You may abbreviate attributes in expressions with any unique,
15395 multi-character subsequence of
15396 their names (an exact match gets preference).
15397 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
15398 in place of @t{a'length}.
15399
15400 @item
15401 @cindex quoting Ada internal identifiers
15402 Since Ada is case-insensitive, the debugger normally maps identifiers you type
15403 to lower case. The GNAT compiler uses upper-case characters for
15404 some of its internal identifiers, which are normally of no interest to users.
15405 For the rare occasions when you actually have to look at them,
15406 enclose them in angle brackets to avoid the lower-case mapping.
15407 For example,
15408 @smallexample
15409 (@value{GDBP}) print <JMPBUF_SAVE>[0]
15410 @end smallexample
15411
15412 @item
15413 Printing an object of class-wide type or dereferencing an
15414 access-to-class-wide value will display all the components of the object's
15415 specific type (as indicated by its run-time tag). Likewise, component
15416 selection on such a value will operate on the specific type of the
15417 object.
15418
15419 @end itemize
15420
15421 @node Stopping Before Main Program
15422 @subsubsection Stopping at the Very Beginning
15423
15424 @cindex breakpointing Ada elaboration code
15425 It is sometimes necessary to debug the program during elaboration, and
15426 before reaching the main procedure.
15427 As defined in the Ada Reference
15428 Manual, the elaboration code is invoked from a procedure called
15429 @code{adainit}. To run your program up to the beginning of
15430 elaboration, simply use the following two commands:
15431 @code{tbreak adainit} and @code{run}.
15432
15433 @node Ada Exceptions
15434 @subsubsection Ada Exceptions
15435
15436 A command is provided to list all Ada exceptions:
15437
15438 @table @code
15439 @kindex info exceptions
15440 @item info exceptions
15441 @itemx info exceptions @var{regexp}
15442 The @code{info exceptions} command allows you to list all Ada exceptions
15443 defined within the program being debugged, as well as their addresses.
15444 With a regular expression, @var{regexp}, as argument, only those exceptions
15445 whose names match @var{regexp} are listed.
15446 @end table
15447
15448 Below is a small example, showing how the command can be used, first
15449 without argument, and next with a regular expression passed as an
15450 argument.
15451
15452 @smallexample
15453 (@value{GDBP}) info exceptions
15454 All defined Ada exceptions:
15455 constraint_error: 0x613da0
15456 program_error: 0x613d20
15457 storage_error: 0x613ce0
15458 tasking_error: 0x613ca0
15459 const.aint_global_e: 0x613b00
15460 (@value{GDBP}) info exceptions const.aint
15461 All Ada exceptions matching regular expression "const.aint":
15462 constraint_error: 0x613da0
15463 const.aint_global_e: 0x613b00
15464 @end smallexample
15465
15466 It is also possible to ask @value{GDBN} to stop your program's execution
15467 when an exception is raised. For more details, see @ref{Set Catchpoints}.
15468
15469 @node Ada Tasks
15470 @subsubsection Extensions for Ada Tasks
15471 @cindex Ada, tasking
15472
15473 Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
15474 @value{GDBN} provides the following task-related commands:
15475
15476 @table @code
15477 @kindex info tasks
15478 @item info tasks
15479 This command shows a list of current Ada tasks, as in the following example:
15480
15481
15482 @smallexample
15483 @iftex
15484 @leftskip=0.5cm
15485 @end iftex
15486 (@value{GDBP}) info tasks
15487 ID TID P-ID Pri State Name
15488 1 8088000 0 15 Child Activation Wait main_task
15489 2 80a4000 1 15 Accept Statement b
15490 3 809a800 1 15 Child Activation Wait a
15491 * 4 80ae800 3 15 Runnable c
15492
15493 @end smallexample
15494
15495 @noindent
15496 In this listing, the asterisk before the last task indicates it to be the
15497 task currently being inspected.
15498
15499 @table @asis
15500 @item ID
15501 Represents @value{GDBN}'s internal task number.
15502
15503 @item TID
15504 The Ada task ID.
15505
15506 @item P-ID
15507 The parent's task ID (@value{GDBN}'s internal task number).
15508
15509 @item Pri
15510 The base priority of the task.
15511
15512 @item State
15513 Current state of the task.
15514
15515 @table @code
15516 @item Unactivated
15517 The task has been created but has not been activated. It cannot be
15518 executing.
15519
15520 @item Runnable
15521 The task is not blocked for any reason known to Ada. (It may be waiting
15522 for a mutex, though.) It is conceptually "executing" in normal mode.
15523
15524 @item Terminated
15525 The task is terminated, in the sense of ARM 9.3 (5). Any dependents
15526 that were waiting on terminate alternatives have been awakened and have
15527 terminated themselves.
15528
15529 @item Child Activation Wait
15530 The task is waiting for created tasks to complete activation.
15531
15532 @item Accept Statement
15533 The task is waiting on an accept or selective wait statement.
15534
15535 @item Waiting on entry call
15536 The task is waiting on an entry call.
15537
15538 @item Async Select Wait
15539 The task is waiting to start the abortable part of an asynchronous
15540 select statement.
15541
15542 @item Delay Sleep
15543 The task is waiting on a select statement with only a delay
15544 alternative open.
15545
15546 @item Child Termination Wait
15547 The task is sleeping having completed a master within itself, and is
15548 waiting for the tasks dependent on that master to become terminated or
15549 waiting on a terminate Phase.
15550
15551 @item Wait Child in Term Alt
15552 The task is sleeping waiting for tasks on terminate alternatives to
15553 finish terminating.
15554
15555 @item Accepting RV with @var{taskno}
15556 The task is accepting a rendez-vous with the task @var{taskno}.
15557 @end table
15558
15559 @item Name
15560 Name of the task in the program.
15561
15562 @end table
15563
15564 @kindex info task @var{taskno}
15565 @item info task @var{taskno}
15566 This command shows detailled informations on the specified task, as in
15567 the following example:
15568 @smallexample
15569 @iftex
15570 @leftskip=0.5cm
15571 @end iftex
15572 (@value{GDBP}) info tasks
15573 ID TID P-ID Pri State Name
15574 1 8077880 0 15 Child Activation Wait main_task
15575 * 2 807c468 1 15 Runnable task_1
15576 (@value{GDBP}) info task 2
15577 Ada Task: 0x807c468
15578 Name: task_1
15579 Thread: 0x807f378
15580 Parent: 1 (main_task)
15581 Base Priority: 15
15582 State: Runnable
15583 @end smallexample
15584
15585 @item task
15586 @kindex task@r{ (Ada)}
15587 @cindex current Ada task ID
15588 This command prints the ID of the current task.
15589
15590 @smallexample
15591 @iftex
15592 @leftskip=0.5cm
15593 @end iftex
15594 (@value{GDBP}) info tasks
15595 ID TID P-ID Pri State Name
15596 1 8077870 0 15 Child Activation Wait main_task
15597 * 2 807c458 1 15 Runnable t
15598 (@value{GDBP}) task
15599 [Current task is 2]
15600 @end smallexample
15601
15602 @item task @var{taskno}
15603 @cindex Ada task switching
15604 This command is like the @code{thread @var{threadno}}
15605 command (@pxref{Threads}). It switches the context of debugging
15606 from the current task to the given task.
15607
15608 @smallexample
15609 @iftex
15610 @leftskip=0.5cm
15611 @end iftex
15612 (@value{GDBP}) info tasks
15613 ID TID P-ID Pri State Name
15614 1 8077870 0 15 Child Activation Wait main_task
15615 * 2 807c458 1 15 Runnable t
15616 (@value{GDBP}) task 1
15617 [Switching to task 1]
15618 #0 0x8067726 in pthread_cond_wait ()
15619 (@value{GDBP}) bt
15620 #0 0x8067726 in pthread_cond_wait ()
15621 #1 0x8056714 in system.os_interface.pthread_cond_wait ()
15622 #2 0x805cb63 in system.task_primitives.operations.sleep ()
15623 #3 0x806153e in system.tasking.stages.activate_tasks ()
15624 #4 0x804aacc in un () at un.adb:5
15625 @end smallexample
15626
15627 @item break @var{linespec} task @var{taskno}
15628 @itemx break @var{linespec} task @var{taskno} if @dots{}
15629 @cindex breakpoints and tasks, in Ada
15630 @cindex task breakpoints, in Ada
15631 @kindex break @dots{} task @var{taskno}@r{ (Ada)}
15632 These commands are like the @code{break @dots{} thread @dots{}}
15633 command (@pxref{Thread Stops}). The
15634 @var{linespec} argument specifies source lines, as described
15635 in @ref{Specify Location}.
15636
15637 Use the qualifier @samp{task @var{taskno}} with a breakpoint command
15638 to specify that you only want @value{GDBN} to stop the program when a
15639 particular Ada task reaches this breakpoint. The @var{taskno} is one of the
15640 numeric task identifiers assigned by @value{GDBN}, shown in the first
15641 column of the @samp{info tasks} display.
15642
15643 If you do not specify @samp{task @var{taskno}} when you set a
15644 breakpoint, the breakpoint applies to @emph{all} tasks of your
15645 program.
15646
15647 You can use the @code{task} qualifier on conditional breakpoints as
15648 well; in this case, place @samp{task @var{taskno}} before the
15649 breakpoint condition (before the @code{if}).
15650
15651 For example,
15652
15653 @smallexample
15654 @iftex
15655 @leftskip=0.5cm
15656 @end iftex
15657 (@value{GDBP}) info tasks
15658 ID TID P-ID Pri State Name
15659 1 140022020 0 15 Child Activation Wait main_task
15660 2 140045060 1 15 Accept/Select Wait t2
15661 3 140044840 1 15 Runnable t1
15662 * 4 140056040 1 15 Runnable t3
15663 (@value{GDBP}) b 15 task 2
15664 Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
15665 (@value{GDBP}) cont
15666 Continuing.
15667 task # 1 running
15668 task # 2 running
15669
15670 Breakpoint 5, test_task_debug () at test_task_debug.adb:15
15671 15 flush;
15672 (@value{GDBP}) info tasks
15673 ID TID P-ID Pri State Name
15674 1 140022020 0 15 Child Activation Wait main_task
15675 * 2 140045060 1 15 Runnable t2
15676 3 140044840 1 15 Runnable t1
15677 4 140056040 1 15 Delay Sleep t3
15678 @end smallexample
15679 @end table
15680
15681 @node Ada Tasks and Core Files
15682 @subsubsection Tasking Support when Debugging Core Files
15683 @cindex Ada tasking and core file debugging
15684
15685 When inspecting a core file, as opposed to debugging a live program,
15686 tasking support may be limited or even unavailable, depending on
15687 the platform being used.
15688 For instance, on x86-linux, the list of tasks is available, but task
15689 switching is not supported. On Tru64, however, task switching will work
15690 as usual.
15691
15692 On certain platforms, including Tru64, the debugger needs to perform some
15693 memory writes in order to provide Ada tasking support. When inspecting
15694 a core file, this means that the core file must be opened with read-write
15695 privileges, using the command @samp{"set write on"} (@pxref{Patching}).
15696 Under these circumstances, you should make a backup copy of the core
15697 file before inspecting it with @value{GDBN}.
15698
15699 @node Ravenscar Profile
15700 @subsubsection Tasking Support when using the Ravenscar Profile
15701 @cindex Ravenscar Profile
15702
15703 The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
15704 specifically designed for systems with safety-critical real-time
15705 requirements.
15706
15707 @table @code
15708 @kindex set ravenscar task-switching on
15709 @cindex task switching with program using Ravenscar Profile
15710 @item set ravenscar task-switching on
15711 Allows task switching when debugging a program that uses the Ravenscar
15712 Profile. This is the default.
15713
15714 @kindex set ravenscar task-switching off
15715 @item set ravenscar task-switching off
15716 Turn off task switching when debugging a program that uses the Ravenscar
15717 Profile. This is mostly intended to disable the code that adds support
15718 for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
15719 the Ravenscar runtime is preventing @value{GDBN} from working properly.
15720 To be effective, this command should be run before the program is started.
15721
15722 @kindex show ravenscar task-switching
15723 @item show ravenscar task-switching
15724 Show whether it is possible to switch from task to task in a program
15725 using the Ravenscar Profile.
15726
15727 @end table
15728
15729 @node Ada Glitches
15730 @subsubsection Known Peculiarities of Ada Mode
15731 @cindex Ada, problems
15732
15733 Besides the omissions listed previously (@pxref{Omissions from Ada}),
15734 we know of several problems with and limitations of Ada mode in
15735 @value{GDBN},
15736 some of which will be fixed with planned future releases of the debugger
15737 and the GNU Ada compiler.
15738
15739 @itemize @bullet
15740 @item
15741 Static constants that the compiler chooses not to materialize as objects in
15742 storage are invisible to the debugger.
15743
15744 @item
15745 Named parameter associations in function argument lists are ignored (the
15746 argument lists are treated as positional).
15747
15748 @item
15749 Many useful library packages are currently invisible to the debugger.
15750
15751 @item
15752 Fixed-point arithmetic, conversions, input, and output is carried out using
15753 floating-point arithmetic, and may give results that only approximate those on
15754 the host machine.
15755
15756 @item
15757 The GNAT compiler never generates the prefix @code{Standard} for any of
15758 the standard symbols defined by the Ada language. @value{GDBN} knows about
15759 this: it will strip the prefix from names when you use it, and will never
15760 look for a name you have so qualified among local symbols, nor match against
15761 symbols in other packages or subprograms. If you have
15762 defined entities anywhere in your program other than parameters and
15763 local variables whose simple names match names in @code{Standard},
15764 GNAT's lack of qualification here can cause confusion. When this happens,
15765 you can usually resolve the confusion
15766 by qualifying the problematic names with package
15767 @code{Standard} explicitly.
15768 @end itemize
15769
15770 Older versions of the compiler sometimes generate erroneous debugging
15771 information, resulting in the debugger incorrectly printing the value
15772 of affected entities. In some cases, the debugger is able to work
15773 around an issue automatically. In other cases, the debugger is able
15774 to work around the issue, but the work-around has to be specifically
15775 enabled.
15776
15777 @kindex set ada trust-PAD-over-XVS
15778 @kindex show ada trust-PAD-over-XVS
15779 @table @code
15780
15781 @item set ada trust-PAD-over-XVS on
15782 Configure GDB to strictly follow the GNAT encoding when computing the
15783 value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
15784 types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
15785 a complete description of the encoding used by the GNAT compiler).
15786 This is the default.
15787
15788 @item set ada trust-PAD-over-XVS off
15789 This is related to the encoding using by the GNAT compiler. If @value{GDBN}
15790 sometimes prints the wrong value for certain entities, changing @code{ada
15791 trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
15792 the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
15793 @code{off}, but this incurs a slight performance penalty, so it is
15794 recommended to leave this setting to @code{on} unless necessary.
15795
15796 @end table
15797
15798 @cindex GNAT descriptive types
15799 @cindex GNAT encoding
15800 Internally, the debugger also relies on the compiler following a number
15801 of conventions known as the @samp{GNAT Encoding}, all documented in
15802 @file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
15803 how the debugging information should be generated for certain types.
15804 In particular, this convention makes use of @dfn{descriptive types},
15805 which are artificial types generated purely to help the debugger.
15806
15807 These encodings were defined at a time when the debugging information
15808 format used was not powerful enough to describe some of the more complex
15809 types available in Ada. Since DWARF allows us to express nearly all
15810 Ada features, the long-term goal is to slowly replace these descriptive
15811 types by their pure DWARF equivalent. To facilitate that transition,
15812 a new maintenance option is available to force the debugger to ignore
15813 those descriptive types. It allows the user to quickly evaluate how
15814 well @value{GDBN} works without them.
15815
15816 @table @code
15817
15818 @kindex maint ada set ignore-descriptive-types
15819 @item maintenance ada set ignore-descriptive-types [on|off]
15820 Control whether the debugger should ignore descriptive types.
15821 The default is not to ignore descriptives types (@code{off}).
15822
15823 @kindex maint ada show ignore-descriptive-types
15824 @item maintenance ada show ignore-descriptive-types
15825 Show if descriptive types are ignored by @value{GDBN}.
15826
15827 @end table
15828
15829 @node Unsupported Languages
15830 @section Unsupported Languages
15831
15832 @cindex unsupported languages
15833 @cindex minimal language
15834 In addition to the other fully-supported programming languages,
15835 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
15836 It does not represent a real programming language, but provides a set
15837 of capabilities close to what the C or assembly languages provide.
15838 This should allow most simple operations to be performed while debugging
15839 an application that uses a language currently not supported by @value{GDBN}.
15840
15841 If the language is set to @code{auto}, @value{GDBN} will automatically
15842 select this language if the current frame corresponds to an unsupported
15843 language.
15844
15845 @node Symbols
15846 @chapter Examining the Symbol Table
15847
15848 The commands described in this chapter allow you to inquire about the
15849 symbols (names of variables, functions and types) defined in your
15850 program. This information is inherent in the text of your program and
15851 does not change as your program executes. @value{GDBN} finds it in your
15852 program's symbol table, in the file indicated when you started @value{GDBN}
15853 (@pxref{File Options, ,Choosing Files}), or by one of the
15854 file-management commands (@pxref{Files, ,Commands to Specify Files}).
15855
15856 @cindex symbol names
15857 @cindex names of symbols
15858 @cindex quoting names
15859 Occasionally, you may need to refer to symbols that contain unusual
15860 characters, which @value{GDBN} ordinarily treats as word delimiters. The
15861 most frequent case is in referring to static variables in other
15862 source files (@pxref{Variables,,Program Variables}). File names
15863 are recorded in object files as debugging symbols, but @value{GDBN} would
15864 ordinarily parse a typical file name, like @file{foo.c}, as the three words
15865 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
15866 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
15867
15868 @smallexample
15869 p 'foo.c'::x
15870 @end smallexample
15871
15872 @noindent
15873 looks up the value of @code{x} in the scope of the file @file{foo.c}.
15874
15875 @table @code
15876 @cindex case-insensitive symbol names
15877 @cindex case sensitivity in symbol names
15878 @kindex set case-sensitive
15879 @item set case-sensitive on
15880 @itemx set case-sensitive off
15881 @itemx set case-sensitive auto
15882 Normally, when @value{GDBN} looks up symbols, it matches their names
15883 with case sensitivity determined by the current source language.
15884 Occasionally, you may wish to control that. The command @code{set
15885 case-sensitive} lets you do that by specifying @code{on} for
15886 case-sensitive matches or @code{off} for case-insensitive ones. If
15887 you specify @code{auto}, case sensitivity is reset to the default
15888 suitable for the source language. The default is case-sensitive
15889 matches for all languages except for Fortran, for which the default is
15890 case-insensitive matches.
15891
15892 @kindex show case-sensitive
15893 @item show case-sensitive
15894 This command shows the current setting of case sensitivity for symbols
15895 lookups.
15896
15897 @kindex set print type methods
15898 @item set print type methods
15899 @itemx set print type methods on
15900 @itemx set print type methods off
15901 Normally, when @value{GDBN} prints a class, it displays any methods
15902 declared in that class. You can control this behavior either by
15903 passing the appropriate flag to @code{ptype}, or using @command{set
15904 print type methods}. Specifying @code{on} will cause @value{GDBN} to
15905 display the methods; this is the default. Specifying @code{off} will
15906 cause @value{GDBN} to omit the methods.
15907
15908 @kindex show print type methods
15909 @item show print type methods
15910 This command shows the current setting of method display when printing
15911 classes.
15912
15913 @kindex set print type typedefs
15914 @item set print type typedefs
15915 @itemx set print type typedefs on
15916 @itemx set print type typedefs off
15917
15918 Normally, when @value{GDBN} prints a class, it displays any typedefs
15919 defined in that class. You can control this behavior either by
15920 passing the appropriate flag to @code{ptype}, or using @command{set
15921 print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
15922 display the typedef definitions; this is the default. Specifying
15923 @code{off} will cause @value{GDBN} to omit the typedef definitions.
15924 Note that this controls whether the typedef definition itself is
15925 printed, not whether typedef names are substituted when printing other
15926 types.
15927
15928 @kindex show print type typedefs
15929 @item show print type typedefs
15930 This command shows the current setting of typedef display when
15931 printing classes.
15932
15933 @kindex info address
15934 @cindex address of a symbol
15935 @item info address @var{symbol}
15936 Describe where the data for @var{symbol} is stored. For a register
15937 variable, this says which register it is kept in. For a non-register
15938 local variable, this prints the stack-frame offset at which the variable
15939 is always stored.
15940
15941 Note the contrast with @samp{print &@var{symbol}}, which does not work
15942 at all for a register variable, and for a stack local variable prints
15943 the exact address of the current instantiation of the variable.
15944
15945 @kindex info symbol
15946 @cindex symbol from address
15947 @cindex closest symbol and offset for an address
15948 @item info symbol @var{addr}
15949 Print the name of a symbol which is stored at the address @var{addr}.
15950 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
15951 nearest symbol and an offset from it:
15952
15953 @smallexample
15954 (@value{GDBP}) info symbol 0x54320
15955 _initialize_vx + 396 in section .text
15956 @end smallexample
15957
15958 @noindent
15959 This is the opposite of the @code{info address} command. You can use
15960 it to find out the name of a variable or a function given its address.
15961
15962 For dynamically linked executables, the name of executable or shared
15963 library containing the symbol is also printed:
15964
15965 @smallexample
15966 (@value{GDBP}) info symbol 0x400225
15967 _start + 5 in section .text of /tmp/a.out
15968 (@value{GDBP}) info symbol 0x2aaaac2811cf
15969 __read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
15970 @end smallexample
15971
15972 @kindex whatis
15973 @item whatis[/@var{flags}] [@var{arg}]
15974 Print the data type of @var{arg}, which can be either an expression
15975 or a name of a data type. With no argument, print the data type of
15976 @code{$}, the last value in the value history.
15977
15978 If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
15979 is not actually evaluated, and any side-effecting operations (such as
15980 assignments or function calls) inside it do not take place.
15981
15982 If @var{arg} is a variable or an expression, @code{whatis} prints its
15983 literal type as it is used in the source code. If the type was
15984 defined using a @code{typedef}, @code{whatis} will @emph{not} print
15985 the data type underlying the @code{typedef}. If the type of the
15986 variable or the expression is a compound data type, such as
15987 @code{struct} or @code{class}, @code{whatis} never prints their
15988 fields or methods. It just prints the @code{struct}/@code{class}
15989 name (a.k.a.@: its @dfn{tag}). If you want to see the members of
15990 such a compound data type, use @code{ptype}.
15991
15992 If @var{arg} is a type name that was defined using @code{typedef},
15993 @code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
15994 Unrolling means that @code{whatis} will show the underlying type used
15995 in the @code{typedef} declaration of @var{arg}. However, if that
15996 underlying type is also a @code{typedef}, @code{whatis} will not
15997 unroll it.
15998
15999 For C code, the type names may also have the form @samp{class
16000 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
16001 @var{union-tag}} or @samp{enum @var{enum-tag}}.
16002
16003 @var{flags} can be used to modify how the type is displayed.
16004 Available flags are:
16005
16006 @table @code
16007 @item r
16008 Display in ``raw'' form. Normally, @value{GDBN} substitutes template
16009 parameters and typedefs defined in a class when printing the class'
16010 members. The @code{/r} flag disables this.
16011
16012 @item m
16013 Do not print methods defined in the class.
16014
16015 @item M
16016 Print methods defined in the class. This is the default, but the flag
16017 exists in case you change the default with @command{set print type methods}.
16018
16019 @item t
16020 Do not print typedefs defined in the class. Note that this controls
16021 whether the typedef definition itself is printed, not whether typedef
16022 names are substituted when printing other types.
16023
16024 @item T
16025 Print typedefs defined in the class. This is the default, but the flag
16026 exists in case you change the default with @command{set print type typedefs}.
16027 @end table
16028
16029 @kindex ptype
16030 @item ptype[/@var{flags}] [@var{arg}]
16031 @code{ptype} accepts the same arguments as @code{whatis}, but prints a
16032 detailed description of the type, instead of just the name of the type.
16033 @xref{Expressions, ,Expressions}.
16034
16035 Contrary to @code{whatis}, @code{ptype} always unrolls any
16036 @code{typedef}s in its argument declaration, whether the argument is
16037 a variable, expression, or a data type. This means that @code{ptype}
16038 of a variable or an expression will not print literally its type as
16039 present in the source code---use @code{whatis} for that. @code{typedef}s at
16040 the pointer or reference targets are also unrolled. Only @code{typedef}s of
16041 fields, methods and inner @code{class typedef}s of @code{struct}s,
16042 @code{class}es and @code{union}s are not unrolled even with @code{ptype}.
16043
16044 For example, for this variable declaration:
16045
16046 @smallexample
16047 typedef double real_t;
16048 struct complex @{ real_t real; double imag; @};
16049 typedef struct complex complex_t;
16050 complex_t var;
16051 real_t *real_pointer_var;
16052 @end smallexample
16053
16054 @noindent
16055 the two commands give this output:
16056
16057 @smallexample
16058 @group
16059 (@value{GDBP}) whatis var
16060 type = complex_t
16061 (@value{GDBP}) ptype var
16062 type = struct complex @{
16063 real_t real;
16064 double imag;
16065 @}
16066 (@value{GDBP}) whatis complex_t
16067 type = struct complex
16068 (@value{GDBP}) whatis struct complex
16069 type = struct complex
16070 (@value{GDBP}) ptype struct complex
16071 type = struct complex @{
16072 real_t real;
16073 double imag;
16074 @}
16075 (@value{GDBP}) whatis real_pointer_var
16076 type = real_t *
16077 (@value{GDBP}) ptype real_pointer_var
16078 type = double *
16079 @end group
16080 @end smallexample
16081
16082 @noindent
16083 As with @code{whatis}, using @code{ptype} without an argument refers to
16084 the type of @code{$}, the last value in the value history.
16085
16086 @cindex incomplete type
16087 Sometimes, programs use opaque data types or incomplete specifications
16088 of complex data structure. If the debug information included in the
16089 program does not allow @value{GDBN} to display a full declaration of
16090 the data type, it will say @samp{<incomplete type>}. For example,
16091 given these declarations:
16092
16093 @smallexample
16094 struct foo;
16095 struct foo *fooptr;
16096 @end smallexample
16097
16098 @noindent
16099 but no definition for @code{struct foo} itself, @value{GDBN} will say:
16100
16101 @smallexample
16102 (@value{GDBP}) ptype foo
16103 $1 = <incomplete type>
16104 @end smallexample
16105
16106 @noindent
16107 ``Incomplete type'' is C terminology for data types that are not
16108 completely specified.
16109
16110 @kindex info types
16111 @item info types @var{regexp}
16112 @itemx info types
16113 Print a brief description of all types whose names match the regular
16114 expression @var{regexp} (or all types in your program, if you supply
16115 no argument). Each complete typename is matched as though it were a
16116 complete line; thus, @samp{i type value} gives information on all
16117 types in your program whose names include the string @code{value}, but
16118 @samp{i type ^value$} gives information only on types whose complete
16119 name is @code{value}.
16120
16121 This command differs from @code{ptype} in two ways: first, like
16122 @code{whatis}, it does not print a detailed description; second, it
16123 lists all source files where a type is defined.
16124
16125 @kindex info type-printers
16126 @item info type-printers
16127 Versions of @value{GDBN} that ship with Python scripting enabled may
16128 have ``type printers'' available. When using @command{ptype} or
16129 @command{whatis}, these printers are consulted when the name of a type
16130 is needed. @xref{Type Printing API}, for more information on writing
16131 type printers.
16132
16133 @code{info type-printers} displays all the available type printers.
16134
16135 @kindex enable type-printer
16136 @kindex disable type-printer
16137 @item enable type-printer @var{name}@dots{}
16138 @item disable type-printer @var{name}@dots{}
16139 These commands can be used to enable or disable type printers.
16140
16141 @kindex info scope
16142 @cindex local variables
16143 @item info scope @var{location}
16144 List all the variables local to a particular scope. This command
16145 accepts a @var{location} argument---a function name, a source line, or
16146 an address preceded by a @samp{*}, and prints all the variables local
16147 to the scope defined by that location. (@xref{Specify Location}, for
16148 details about supported forms of @var{location}.) For example:
16149
16150 @smallexample
16151 (@value{GDBP}) @b{info scope command_line_handler}
16152 Scope for command_line_handler:
16153 Symbol rl is an argument at stack/frame offset 8, length 4.
16154 Symbol linebuffer is in static storage at address 0x150a18, length 4.
16155 Symbol linelength is in static storage at address 0x150a1c, length 4.
16156 Symbol p is a local variable in register $esi, length 4.
16157 Symbol p1 is a local variable in register $ebx, length 4.
16158 Symbol nline is a local variable in register $edx, length 4.
16159 Symbol repeat is a local variable at frame offset -8, length 4.
16160 @end smallexample
16161
16162 @noindent
16163 This command is especially useful for determining what data to collect
16164 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
16165 collect}.
16166
16167 @kindex info source
16168 @item info source
16169 Show information about the current source file---that is, the source file for
16170 the function containing the current point of execution:
16171 @itemize @bullet
16172 @item
16173 the name of the source file, and the directory containing it,
16174 @item
16175 the directory it was compiled in,
16176 @item
16177 its length, in lines,
16178 @item
16179 which programming language it is written in,
16180 @item
16181 whether the executable includes debugging information for that file, and
16182 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
16183 @item
16184 whether the debugging information includes information about
16185 preprocessor macros.
16186 @end itemize
16187
16188
16189 @kindex info sources
16190 @item info sources
16191 Print the names of all source files in your program for which there is
16192 debugging information, organized into two lists: files whose symbols
16193 have already been read, and files whose symbols will be read when needed.
16194
16195 @kindex info functions
16196 @item info functions
16197 Print the names and data types of all defined functions.
16198
16199 @item info functions @var{regexp}
16200 Print the names and data types of all defined functions
16201 whose names contain a match for regular expression @var{regexp}.
16202 Thus, @samp{info fun step} finds all functions whose names
16203 include @code{step}; @samp{info fun ^step} finds those whose names
16204 start with @code{step}. If a function name contains characters
16205 that conflict with the regular expression language (e.g.@:
16206 @samp{operator*()}), they may be quoted with a backslash.
16207
16208 @kindex info variables
16209 @item info variables
16210 Print the names and data types of all variables that are defined
16211 outside of functions (i.e.@: excluding local variables).
16212
16213 @item info variables @var{regexp}
16214 Print the names and data types of all variables (except for local
16215 variables) whose names contain a match for regular expression
16216 @var{regexp}.
16217
16218 @kindex info classes
16219 @cindex Objective-C, classes and selectors
16220 @item info classes
16221 @itemx info classes @var{regexp}
16222 Display all Objective-C classes in your program, or
16223 (with the @var{regexp} argument) all those matching a particular regular
16224 expression.
16225
16226 @kindex info selectors
16227 @item info selectors
16228 @itemx info selectors @var{regexp}
16229 Display all Objective-C selectors in your program, or
16230 (with the @var{regexp} argument) all those matching a particular regular
16231 expression.
16232
16233 @ignore
16234 This was never implemented.
16235 @kindex info methods
16236 @item info methods
16237 @itemx info methods @var{regexp}
16238 The @code{info methods} command permits the user to examine all defined
16239 methods within C@t{++} program, or (with the @var{regexp} argument) a
16240 specific set of methods found in the various C@t{++} classes. Many
16241 C@t{++} classes provide a large number of methods. Thus, the output
16242 from the @code{ptype} command can be overwhelming and hard to use. The
16243 @code{info-methods} command filters the methods, printing only those
16244 which match the regular-expression @var{regexp}.
16245 @end ignore
16246
16247 @cindex opaque data types
16248 @kindex set opaque-type-resolution
16249 @item set opaque-type-resolution on
16250 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
16251 declared as a pointer to a @code{struct}, @code{class}, or
16252 @code{union}---for example, @code{struct MyType *}---that is used in one
16253 source file although the full declaration of @code{struct MyType} is in
16254 another source file. The default is on.
16255
16256 A change in the setting of this subcommand will not take effect until
16257 the next time symbols for a file are loaded.
16258
16259 @item set opaque-type-resolution off
16260 Tell @value{GDBN} not to resolve opaque types. In this case, the type
16261 is printed as follows:
16262 @smallexample
16263 @{<no data fields>@}
16264 @end smallexample
16265
16266 @kindex show opaque-type-resolution
16267 @item show opaque-type-resolution
16268 Show whether opaque types are resolved or not.
16269
16270 @kindex set print symbol-loading
16271 @cindex print messages when symbols are loaded
16272 @item set print symbol-loading
16273 @itemx set print symbol-loading full
16274 @itemx set print symbol-loading brief
16275 @itemx set print symbol-loading off
16276 The @code{set print symbol-loading} command allows you to control the
16277 printing of messages when @value{GDBN} loads symbol information.
16278 By default a message is printed for the executable and one for each
16279 shared library, and normally this is what you want. However, when
16280 debugging apps with large numbers of shared libraries these messages
16281 can be annoying.
16282 When set to @code{brief} a message is printed for each executable,
16283 and when @value{GDBN} loads a collection of shared libraries at once
16284 it will only print one message regardless of the number of shared
16285 libraries. When set to @code{off} no messages are printed.
16286
16287 @kindex show print symbol-loading
16288 @item show print symbol-loading
16289 Show whether messages will be printed when a @value{GDBN} command
16290 entered from the keyboard causes symbol information to be loaded.
16291
16292 @kindex maint print symbols
16293 @cindex symbol dump
16294 @kindex maint print psymbols
16295 @cindex partial symbol dump
16296 @kindex maint print msymbols
16297 @cindex minimal symbol dump
16298 @item maint print symbols @var{filename}
16299 @itemx maint print psymbols @var{filename}
16300 @itemx maint print msymbols @var{filename}
16301 Write a dump of debugging symbol data into the file @var{filename}.
16302 These commands are used to debug the @value{GDBN} symbol-reading code. Only
16303 symbols with debugging data are included. If you use @samp{maint print
16304 symbols}, @value{GDBN} includes all the symbols for which it has already
16305 collected full details: that is, @var{filename} reflects symbols for
16306 only those files whose symbols @value{GDBN} has read. You can use the
16307 command @code{info sources} to find out which files these are. If you
16308 use @samp{maint print psymbols} instead, the dump shows information about
16309 symbols that @value{GDBN} only knows partially---that is, symbols defined in
16310 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
16311 @samp{maint print msymbols} dumps just the minimal symbol information
16312 required for each object file from which @value{GDBN} has read some symbols.
16313 @xref{Files, ,Commands to Specify Files}, for a discussion of how
16314 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
16315
16316 @kindex maint info symtabs
16317 @kindex maint info psymtabs
16318 @cindex listing @value{GDBN}'s internal symbol tables
16319 @cindex symbol tables, listing @value{GDBN}'s internal
16320 @cindex full symbol tables, listing @value{GDBN}'s internal
16321 @cindex partial symbol tables, listing @value{GDBN}'s internal
16322 @item maint info symtabs @r{[} @var{regexp} @r{]}
16323 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
16324
16325 List the @code{struct symtab} or @code{struct partial_symtab}
16326 structures whose names match @var{regexp}. If @var{regexp} is not
16327 given, list them all. The output includes expressions which you can
16328 copy into a @value{GDBN} debugging this one to examine a particular
16329 structure in more detail. For example:
16330
16331 @smallexample
16332 (@value{GDBP}) maint info psymtabs dwarf2read
16333 @{ objfile /home/gnu/build/gdb/gdb
16334 ((struct objfile *) 0x82e69d0)
16335 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
16336 ((struct partial_symtab *) 0x8474b10)
16337 readin no
16338 fullname (null)
16339 text addresses 0x814d3c8 -- 0x8158074
16340 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
16341 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
16342 dependencies (none)
16343 @}
16344 @}
16345 (@value{GDBP}) maint info symtabs
16346 (@value{GDBP})
16347 @end smallexample
16348 @noindent
16349 We see that there is one partial symbol table whose filename contains
16350 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
16351 and we see that @value{GDBN} has not read in any symtabs yet at all.
16352 If we set a breakpoint on a function, that will cause @value{GDBN} to
16353 read the symtab for the compilation unit containing that function:
16354
16355 @smallexample
16356 (@value{GDBP}) break dwarf2_psymtab_to_symtab
16357 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
16358 line 1574.
16359 (@value{GDBP}) maint info symtabs
16360 @{ objfile /home/gnu/build/gdb/gdb
16361 ((struct objfile *) 0x82e69d0)
16362 @{ symtab /home/gnu/src/gdb/dwarf2read.c
16363 ((struct symtab *) 0x86c1f38)
16364 dirname (null)
16365 fullname (null)
16366 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
16367 linetable ((struct linetable *) 0x8370fa0)
16368 debugformat DWARF 2
16369 @}
16370 @}
16371 (@value{GDBP})
16372 @end smallexample
16373 @end table
16374
16375
16376 @node Altering
16377 @chapter Altering Execution
16378
16379 Once you think you have found an error in your program, you might want to
16380 find out for certain whether correcting the apparent error would lead to
16381 correct results in the rest of the run. You can find the answer by
16382 experiment, using the @value{GDBN} features for altering execution of the
16383 program.
16384
16385 For example, you can store new values into variables or memory
16386 locations, give your program a signal, restart it at a different
16387 address, or even return prematurely from a function.
16388
16389 @menu
16390 * Assignment:: Assignment to variables
16391 * Jumping:: Continuing at a different address
16392 * Signaling:: Giving your program a signal
16393 * Returning:: Returning from a function
16394 * Calling:: Calling your program's functions
16395 * Patching:: Patching your program
16396 @end menu
16397
16398 @node Assignment
16399 @section Assignment to Variables
16400
16401 @cindex assignment
16402 @cindex setting variables
16403 To alter the value of a variable, evaluate an assignment expression.
16404 @xref{Expressions, ,Expressions}. For example,
16405
16406 @smallexample
16407 print x=4
16408 @end smallexample
16409
16410 @noindent
16411 stores the value 4 into the variable @code{x}, and then prints the
16412 value of the assignment expression (which is 4).
16413 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
16414 information on operators in supported languages.
16415
16416 @kindex set variable
16417 @cindex variables, setting
16418 If you are not interested in seeing the value of the assignment, use the
16419 @code{set} command instead of the @code{print} command. @code{set} is
16420 really the same as @code{print} except that the expression's value is
16421 not printed and is not put in the value history (@pxref{Value History,
16422 ,Value History}). The expression is evaluated only for its effects.
16423
16424 If the beginning of the argument string of the @code{set} command
16425 appears identical to a @code{set} subcommand, use the @code{set
16426 variable} command instead of just @code{set}. This command is identical
16427 to @code{set} except for its lack of subcommands. For example, if your
16428 program has a variable @code{width}, you get an error if you try to set
16429 a new value with just @samp{set width=13}, because @value{GDBN} has the
16430 command @code{set width}:
16431
16432 @smallexample
16433 (@value{GDBP}) whatis width
16434 type = double
16435 (@value{GDBP}) p width
16436 $4 = 13
16437 (@value{GDBP}) set width=47
16438 Invalid syntax in expression.
16439 @end smallexample
16440
16441 @noindent
16442 The invalid expression, of course, is @samp{=47}. In
16443 order to actually set the program's variable @code{width}, use
16444
16445 @smallexample
16446 (@value{GDBP}) set var width=47
16447 @end smallexample
16448
16449 Because the @code{set} command has many subcommands that can conflict
16450 with the names of program variables, it is a good idea to use the
16451 @code{set variable} command instead of just @code{set}. For example, if
16452 your program has a variable @code{g}, you run into problems if you try
16453 to set a new value with just @samp{set g=4}, because @value{GDBN} has
16454 the command @code{set gnutarget}, abbreviated @code{set g}:
16455
16456 @smallexample
16457 @group
16458 (@value{GDBP}) whatis g
16459 type = double
16460 (@value{GDBP}) p g
16461 $1 = 1
16462 (@value{GDBP}) set g=4
16463 (@value{GDBP}) p g
16464 $2 = 1
16465 (@value{GDBP}) r
16466 The program being debugged has been started already.
16467 Start it from the beginning? (y or n) y
16468 Starting program: /home/smith/cc_progs/a.out
16469 "/home/smith/cc_progs/a.out": can't open to read symbols:
16470 Invalid bfd target.
16471 (@value{GDBP}) show g
16472 The current BFD target is "=4".
16473 @end group
16474 @end smallexample
16475
16476 @noindent
16477 The program variable @code{g} did not change, and you silently set the
16478 @code{gnutarget} to an invalid value. In order to set the variable
16479 @code{g}, use
16480
16481 @smallexample
16482 (@value{GDBP}) set var g=4
16483 @end smallexample
16484
16485 @value{GDBN} allows more implicit conversions in assignments than C; you can
16486 freely store an integer value into a pointer variable or vice versa,
16487 and you can convert any structure to any other structure that is the
16488 same length or shorter.
16489 @comment FIXME: how do structs align/pad in these conversions?
16490 @comment /doc@cygnus.com 18dec1990
16491
16492 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
16493 construct to generate a value of specified type at a specified address
16494 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
16495 to memory location @code{0x83040} as an integer (which implies a certain size
16496 and representation in memory), and
16497
16498 @smallexample
16499 set @{int@}0x83040 = 4
16500 @end smallexample
16501
16502 @noindent
16503 stores the value 4 into that memory location.
16504
16505 @node Jumping
16506 @section Continuing at a Different Address
16507
16508 Ordinarily, when you continue your program, you do so at the place where
16509 it stopped, with the @code{continue} command. You can instead continue at
16510 an address of your own choosing, with the following commands:
16511
16512 @table @code
16513 @kindex jump
16514 @kindex j @r{(@code{jump})}
16515 @item jump @var{linespec}
16516 @itemx j @var{linespec}
16517 @itemx jump @var{location}
16518 @itemx j @var{location}
16519 Resume execution at line @var{linespec} or at address given by
16520 @var{location}. Execution stops again immediately if there is a
16521 breakpoint there. @xref{Specify Location}, for a description of the
16522 different forms of @var{linespec} and @var{location}. It is common
16523 practice to use the @code{tbreak} command in conjunction with
16524 @code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
16525
16526 The @code{jump} command does not change the current stack frame, or
16527 the stack pointer, or the contents of any memory location or any
16528 register other than the program counter. If line @var{linespec} is in
16529 a different function from the one currently executing, the results may
16530 be bizarre if the two functions expect different patterns of arguments or
16531 of local variables. For this reason, the @code{jump} command requests
16532 confirmation if the specified line is not in the function currently
16533 executing. However, even bizarre results are predictable if you are
16534 well acquainted with the machine-language code of your program.
16535 @end table
16536
16537 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
16538 On many systems, you can get much the same effect as the @code{jump}
16539 command by storing a new value into the register @code{$pc}. The
16540 difference is that this does not start your program running; it only
16541 changes the address of where it @emph{will} run when you continue. For
16542 example,
16543
16544 @smallexample
16545 set $pc = 0x485
16546 @end smallexample
16547
16548 @noindent
16549 makes the next @code{continue} command or stepping command execute at
16550 address @code{0x485}, rather than at the address where your program stopped.
16551 @xref{Continuing and Stepping, ,Continuing and Stepping}.
16552
16553 The most common occasion to use the @code{jump} command is to back
16554 up---perhaps with more breakpoints set---over a portion of a program
16555 that has already executed, in order to examine its execution in more
16556 detail.
16557
16558 @c @group
16559 @node Signaling
16560 @section Giving your Program a Signal
16561 @cindex deliver a signal to a program
16562
16563 @table @code
16564 @kindex signal
16565 @item signal @var{signal}
16566 Resume execution where your program stopped, but immediately give it the
16567 signal @var{signal}. The @var{signal} can be the name or the number of a
16568 signal. For example, on many systems @code{signal 2} and @code{signal
16569 SIGINT} are both ways of sending an interrupt signal.
16570
16571 Alternatively, if @var{signal} is zero, continue execution without
16572 giving a signal. This is useful when your program stopped on account of
16573 a signal and would ordinarily see the signal when resumed with the
16574 @code{continue} command; @samp{signal 0} causes it to resume without a
16575 signal.
16576
16577 @code{signal} does not repeat when you press @key{RET} a second time
16578 after executing the command.
16579 @end table
16580 @c @end group
16581
16582 Invoking the @code{signal} command is not the same as invoking the
16583 @code{kill} utility from the shell. Sending a signal with @code{kill}
16584 causes @value{GDBN} to decide what to do with the signal depending on
16585 the signal handling tables (@pxref{Signals}). The @code{signal} command
16586 passes the signal directly to your program.
16587
16588
16589 @node Returning
16590 @section Returning from a Function
16591
16592 @table @code
16593 @cindex returning from a function
16594 @kindex return
16595 @item return
16596 @itemx return @var{expression}
16597 You can cancel execution of a function call with the @code{return}
16598 command. If you give an
16599 @var{expression} argument, its value is used as the function's return
16600 value.
16601 @end table
16602
16603 When you use @code{return}, @value{GDBN} discards the selected stack frame
16604 (and all frames within it). You can think of this as making the
16605 discarded frame return prematurely. If you wish to specify a value to
16606 be returned, give that value as the argument to @code{return}.
16607
16608 This pops the selected stack frame (@pxref{Selection, ,Selecting a
16609 Frame}), and any other frames inside of it, leaving its caller as the
16610 innermost remaining frame. That frame becomes selected. The
16611 specified value is stored in the registers used for returning values
16612 of functions.
16613
16614 The @code{return} command does not resume execution; it leaves the
16615 program stopped in the state that would exist if the function had just
16616 returned. In contrast, the @code{finish} command (@pxref{Continuing
16617 and Stepping, ,Continuing and Stepping}) resumes execution until the
16618 selected stack frame returns naturally.
16619
16620 @value{GDBN} needs to know how the @var{expression} argument should be set for
16621 the inferior. The concrete registers assignment depends on the OS ABI and the
16622 type being returned by the selected stack frame. For example it is common for
16623 OS ABI to return floating point values in FPU registers while integer values in
16624 CPU registers. Still some ABIs return even floating point values in CPU
16625 registers. Larger integer widths (such as @code{long long int}) also have
16626 specific placement rules. @value{GDBN} already knows the OS ABI from its
16627 current target so it needs to find out also the type being returned to make the
16628 assignment into the right register(s).
16629
16630 Normally, the selected stack frame has debug info. @value{GDBN} will always
16631 use the debug info instead of the implicit type of @var{expression} when the
16632 debug info is available. For example, if you type @kbd{return -1}, and the
16633 function in the current stack frame is declared to return a @code{long long
16634 int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
16635 into a @code{long long int}:
16636
16637 @smallexample
16638 Breakpoint 1, func () at gdb.base/return-nodebug.c:29
16639 29 return 31;
16640 (@value{GDBP}) return -1
16641 Make func return now? (y or n) y
16642 #0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
16643 43 printf ("result=%lld\n", func ());
16644 (@value{GDBP})
16645 @end smallexample
16646
16647 However, if the selected stack frame does not have a debug info, e.g., if the
16648 function was compiled without debug info, @value{GDBN} has to find out the type
16649 to return from user. Specifying a different type by mistake may set the value
16650 in different inferior registers than the caller code expects. For example,
16651 typing @kbd{return -1} with its implicit type @code{int} would set only a part
16652 of a @code{long long int} result for a debug info less function (on 32-bit
16653 architectures). Therefore the user is required to specify the return type by
16654 an appropriate cast explicitly:
16655
16656 @smallexample
16657 Breakpoint 2, 0x0040050b in func ()
16658 (@value{GDBP}) return -1
16659 Return value type not available for selected stack frame.
16660 Please use an explicit cast of the value to return.
16661 (@value{GDBP}) return (long long int) -1
16662 Make selected stack frame return now? (y or n) y
16663 #0 0x00400526 in main ()
16664 (@value{GDBP})
16665 @end smallexample
16666
16667 @node Calling
16668 @section Calling Program Functions
16669
16670 @table @code
16671 @cindex calling functions
16672 @cindex inferior functions, calling
16673 @item print @var{expr}
16674 Evaluate the expression @var{expr} and display the resulting value.
16675 The expression may include calls to functions in the program being
16676 debugged.
16677
16678 @kindex call
16679 @item call @var{expr}
16680 Evaluate the expression @var{expr} without displaying @code{void}
16681 returned values.
16682
16683 You can use this variant of the @code{print} command if you want to
16684 execute a function from your program that does not return anything
16685 (a.k.a.@: @dfn{a void function}), but without cluttering the output
16686 with @code{void} returned values that @value{GDBN} will otherwise
16687 print. If the result is not void, it is printed and saved in the
16688 value history.
16689 @end table
16690
16691 It is possible for the function you call via the @code{print} or
16692 @code{call} command to generate a signal (e.g., if there's a bug in
16693 the function, or if you passed it incorrect arguments). What happens
16694 in that case is controlled by the @code{set unwindonsignal} command.
16695
16696 Similarly, with a C@t{++} program it is possible for the function you
16697 call via the @code{print} or @code{call} command to generate an
16698 exception that is not handled due to the constraints of the dummy
16699 frame. In this case, any exception that is raised in the frame, but has
16700 an out-of-frame exception handler will not be found. GDB builds a
16701 dummy-frame for the inferior function call, and the unwinder cannot
16702 seek for exception handlers outside of this dummy-frame. What happens
16703 in that case is controlled by the
16704 @code{set unwind-on-terminating-exception} command.
16705
16706 @table @code
16707 @item set unwindonsignal
16708 @kindex set unwindonsignal
16709 @cindex unwind stack in called functions
16710 @cindex call dummy stack unwinding
16711 Set unwinding of the stack if a signal is received while in a function
16712 that @value{GDBN} called in the program being debugged. If set to on,
16713 @value{GDBN} unwinds the stack it created for the call and restores
16714 the context to what it was before the call. If set to off (the
16715 default), @value{GDBN} stops in the frame where the signal was
16716 received.
16717
16718 @item show unwindonsignal
16719 @kindex show unwindonsignal
16720 Show the current setting of stack unwinding in the functions called by
16721 @value{GDBN}.
16722
16723 @item set unwind-on-terminating-exception
16724 @kindex set unwind-on-terminating-exception
16725 @cindex unwind stack in called functions with unhandled exceptions
16726 @cindex call dummy stack unwinding on unhandled exception.
16727 Set unwinding of the stack if a C@t{++} exception is raised, but left
16728 unhandled while in a function that @value{GDBN} called in the program being
16729 debugged. If set to on (the default), @value{GDBN} unwinds the stack
16730 it created for the call and restores the context to what it was before
16731 the call. If set to off, @value{GDBN} the exception is delivered to
16732 the default C@t{++} exception handler and the inferior terminated.
16733
16734 @item show unwind-on-terminating-exception
16735 @kindex show unwind-on-terminating-exception
16736 Show the current setting of stack unwinding in the functions called by
16737 @value{GDBN}.
16738
16739 @end table
16740
16741 @cindex weak alias functions
16742 Sometimes, a function you wish to call is actually a @dfn{weak alias}
16743 for another function. In such case, @value{GDBN} might not pick up
16744 the type information, including the types of the function arguments,
16745 which causes @value{GDBN} to call the inferior function incorrectly.
16746 As a result, the called function will function erroneously and may
16747 even crash. A solution to that is to use the name of the aliased
16748 function instead.
16749
16750 @node Patching
16751 @section Patching Programs
16752
16753 @cindex patching binaries
16754 @cindex writing into executables
16755 @cindex writing into corefiles
16756
16757 By default, @value{GDBN} opens the file containing your program's
16758 executable code (or the corefile) read-only. This prevents accidental
16759 alterations to machine code; but it also prevents you from intentionally
16760 patching your program's binary.
16761
16762 If you'd like to be able to patch the binary, you can specify that
16763 explicitly with the @code{set write} command. For example, you might
16764 want to turn on internal debugging flags, or even to make emergency
16765 repairs.
16766
16767 @table @code
16768 @kindex set write
16769 @item set write on
16770 @itemx set write off
16771 If you specify @samp{set write on}, @value{GDBN} opens executable and
16772 core files for both reading and writing; if you specify @kbd{set write
16773 off} (the default), @value{GDBN} opens them read-only.
16774
16775 If you have already loaded a file, you must load it again (using the
16776 @code{exec-file} or @code{core-file} command) after changing @code{set
16777 write}, for your new setting to take effect.
16778
16779 @item show write
16780 @kindex show write
16781 Display whether executable files and core files are opened for writing
16782 as well as reading.
16783 @end table
16784
16785 @node GDB Files
16786 @chapter @value{GDBN} Files
16787
16788 @value{GDBN} needs to know the file name of the program to be debugged,
16789 both in order to read its symbol table and in order to start your
16790 program. To debug a core dump of a previous run, you must also tell
16791 @value{GDBN} the name of the core dump file.
16792
16793 @menu
16794 * Files:: Commands to specify files
16795 * Separate Debug Files:: Debugging information in separate files
16796 * MiniDebugInfo:: Debugging information in a special section
16797 * Index Files:: Index files speed up GDB
16798 * Symbol Errors:: Errors reading symbol files
16799 * Data Files:: GDB data files
16800 @end menu
16801
16802 @node Files
16803 @section Commands to Specify Files
16804
16805 @cindex symbol table
16806 @cindex core dump file
16807
16808 You may want to specify executable and core dump file names. The usual
16809 way to do this is at start-up time, using the arguments to
16810 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
16811 Out of @value{GDBN}}).
16812
16813 Occasionally it is necessary to change to a different file during a
16814 @value{GDBN} session. Or you may run @value{GDBN} and forget to
16815 specify a file you want to use. Or you are debugging a remote target
16816 via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
16817 Program}). In these situations the @value{GDBN} commands to specify
16818 new files are useful.
16819
16820 @table @code
16821 @cindex executable file
16822 @kindex file
16823 @item file @var{filename}
16824 Use @var{filename} as the program to be debugged. It is read for its
16825 symbols and for the contents of pure memory. It is also the program
16826 executed when you use the @code{run} command. If you do not specify a
16827 directory and the file is not found in the @value{GDBN} working directory,
16828 @value{GDBN} uses the environment variable @code{PATH} as a list of
16829 directories to search, just as the shell does when looking for a program
16830 to run. You can change the value of this variable, for both @value{GDBN}
16831 and your program, using the @code{path} command.
16832
16833 @cindex unlinked object files
16834 @cindex patching object files
16835 You can load unlinked object @file{.o} files into @value{GDBN} using
16836 the @code{file} command. You will not be able to ``run'' an object
16837 file, but you can disassemble functions and inspect variables. Also,
16838 if the underlying BFD functionality supports it, you could use
16839 @kbd{gdb -write} to patch object files using this technique. Note
16840 that @value{GDBN} can neither interpret nor modify relocations in this
16841 case, so branches and some initialized variables will appear to go to
16842 the wrong place. But this feature is still handy from time to time.
16843
16844 @item file
16845 @code{file} with no argument makes @value{GDBN} discard any information it
16846 has on both executable file and the symbol table.
16847
16848 @kindex exec-file
16849 @item exec-file @r{[} @var{filename} @r{]}
16850 Specify that the program to be run (but not the symbol table) is found
16851 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
16852 if necessary to locate your program. Omitting @var{filename} means to
16853 discard information on the executable file.
16854
16855 @kindex symbol-file
16856 @item symbol-file @r{[} @var{filename} @r{]}
16857 Read symbol table information from file @var{filename}. @code{PATH} is
16858 searched when necessary. Use the @code{file} command to get both symbol
16859 table and program to run from the same file.
16860
16861 @code{symbol-file} with no argument clears out @value{GDBN} information on your
16862 program's symbol table.
16863
16864 The @code{symbol-file} command causes @value{GDBN} to forget the contents of
16865 some breakpoints and auto-display expressions. This is because they may
16866 contain pointers to the internal data recording symbols and data types,
16867 which are part of the old symbol table data being discarded inside
16868 @value{GDBN}.
16869
16870 @code{symbol-file} does not repeat if you press @key{RET} again after
16871 executing it once.
16872
16873 When @value{GDBN} is configured for a particular environment, it
16874 understands debugging information in whatever format is the standard
16875 generated for that environment; you may use either a @sc{gnu} compiler, or
16876 other compilers that adhere to the local conventions.
16877 Best results are usually obtained from @sc{gnu} compilers; for example,
16878 using @code{@value{NGCC}} you can generate debugging information for
16879 optimized code.
16880
16881 For most kinds of object files, with the exception of old SVR3 systems
16882 using COFF, the @code{symbol-file} command does not normally read the
16883 symbol table in full right away. Instead, it scans the symbol table
16884 quickly to find which source files and which symbols are present. The
16885 details are read later, one source file at a time, as they are needed.
16886
16887 The purpose of this two-stage reading strategy is to make @value{GDBN}
16888 start up faster. For the most part, it is invisible except for
16889 occasional pauses while the symbol table details for a particular source
16890 file are being read. (The @code{set verbose} command can turn these
16891 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
16892 Warnings and Messages}.)
16893
16894 We have not implemented the two-stage strategy for COFF yet. When the
16895 symbol table is stored in COFF format, @code{symbol-file} reads the
16896 symbol table data in full right away. Note that ``stabs-in-COFF''
16897 still does the two-stage strategy, since the debug info is actually
16898 in stabs format.
16899
16900 @kindex readnow
16901 @cindex reading symbols immediately
16902 @cindex symbols, reading immediately
16903 @item symbol-file @r{[} -readnow @r{]} @var{filename}
16904 @itemx file @r{[} -readnow @r{]} @var{filename}
16905 You can override the @value{GDBN} two-stage strategy for reading symbol
16906 tables by using the @samp{-readnow} option with any of the commands that
16907 load symbol table information, if you want to be sure @value{GDBN} has the
16908 entire symbol table available.
16909
16910 @c FIXME: for now no mention of directories, since this seems to be in
16911 @c flux. 13mar1992 status is that in theory GDB would look either in
16912 @c current dir or in same dir as myprog; but issues like competing
16913 @c GDB's, or clutter in system dirs, mean that in practice right now
16914 @c only current dir is used. FFish says maybe a special GDB hierarchy
16915 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
16916 @c files.
16917
16918 @kindex core-file
16919 @item core-file @r{[}@var{filename}@r{]}
16920 @itemx core
16921 Specify the whereabouts of a core dump file to be used as the ``contents
16922 of memory''. Traditionally, core files contain only some parts of the
16923 address space of the process that generated them; @value{GDBN} can access the
16924 executable file itself for other parts.
16925
16926 @code{core-file} with no argument specifies that no core file is
16927 to be used.
16928
16929 Note that the core file is ignored when your program is actually running
16930 under @value{GDBN}. So, if you have been running your program and you
16931 wish to debug a core file instead, you must kill the subprocess in which
16932 the program is running. To do this, use the @code{kill} command
16933 (@pxref{Kill Process, ,Killing the Child Process}).
16934
16935 @kindex add-symbol-file
16936 @cindex dynamic linking
16937 @item add-symbol-file @var{filename} @var{address}
16938 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
16939 @itemx add-symbol-file @var{filename} @var{address} -s @var{section} @var{address} @dots{}
16940 The @code{add-symbol-file} command reads additional symbol table
16941 information from the file @var{filename}. You would use this command
16942 when @var{filename} has been dynamically loaded (by some other means)
16943 into the program that is running. The @var{address} should give the memory
16944 address at which the file has been loaded; @value{GDBN} cannot figure
16945 this out for itself. You can additionally specify an arbitrary number
16946 of @samp{-s @var{section} @var{address}} pairs, to give an explicit
16947 section name and base address for that section. You can specify any
16948 @var{address} as an expression.
16949
16950 The symbol table of the file @var{filename} is added to the symbol table
16951 originally read with the @code{symbol-file} command. You can use the
16952 @code{add-symbol-file} command any number of times; the new symbol data
16953 thus read is kept in addition to the old.
16954
16955 Changes can be reverted using the command @code{remove-symbol-file}.
16956
16957 @cindex relocatable object files, reading symbols from
16958 @cindex object files, relocatable, reading symbols from
16959 @cindex reading symbols from relocatable object files
16960 @cindex symbols, reading from relocatable object files
16961 @cindex @file{.o} files, reading symbols from
16962 Although @var{filename} is typically a shared library file, an
16963 executable file, or some other object file which has been fully
16964 relocated for loading into a process, you can also load symbolic
16965 information from relocatable @file{.o} files, as long as:
16966
16967 @itemize @bullet
16968 @item
16969 the file's symbolic information refers only to linker symbols defined in
16970 that file, not to symbols defined by other object files,
16971 @item
16972 every section the file's symbolic information refers to has actually
16973 been loaded into the inferior, as it appears in the file, and
16974 @item
16975 you can determine the address at which every section was loaded, and
16976 provide these to the @code{add-symbol-file} command.
16977 @end itemize
16978
16979 @noindent
16980 Some embedded operating systems, like Sun Chorus and VxWorks, can load
16981 relocatable files into an already running program; such systems
16982 typically make the requirements above easy to meet. However, it's
16983 important to recognize that many native systems use complex link
16984 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
16985 assembly, for example) that make the requirements difficult to meet. In
16986 general, one cannot assume that using @code{add-symbol-file} to read a
16987 relocatable object file's symbolic information will have the same effect
16988 as linking the relocatable object file into the program in the normal
16989 way.
16990
16991 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
16992
16993 @kindex remove-symbol-file
16994 @item remove-symbol-file @var{filename}
16995 @item remove-symbol-file -a @var{address}
16996 Remove a symbol file added via the @code{add-symbol-file} command. The
16997 file to remove can be identified by its @var{filename} or by an @var{address}
16998 that lies within the boundaries of this symbol file in memory. Example:
16999
17000 @smallexample
17001 (gdb) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
17002 add symbol table from file "/home/user/gdb/mylib.so" at
17003 .text_addr = 0x7ffff7ff9480
17004 (y or n) y
17005 Reading symbols from /home/user/gdb/mylib.so...done.
17006 (gdb) remove-symbol-file -a 0x7ffff7ff9480
17007 Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
17008 (gdb)
17009 @end smallexample
17010
17011
17012 @code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
17013
17014 @kindex add-symbol-file-from-memory
17015 @cindex @code{syscall DSO}
17016 @cindex load symbols from memory
17017 @item add-symbol-file-from-memory @var{address}
17018 Load symbols from the given @var{address} in a dynamically loaded
17019 object file whose image is mapped directly into the inferior's memory.
17020 For example, the Linux kernel maps a @code{syscall DSO} into each
17021 process's address space; this DSO provides kernel-specific code for
17022 some system calls. The argument can be any expression whose
17023 evaluation yields the address of the file's shared object file header.
17024 For this command to work, you must have used @code{symbol-file} or
17025 @code{exec-file} commands in advance.
17026
17027 @kindex add-shared-symbol-files
17028 @kindex assf
17029 @item add-shared-symbol-files @var{library-file}
17030 @itemx assf @var{library-file}
17031 This command is deprecated and will be removed in future versions
17032 of @value{GDBN}. Use the @code{sharedlibrary} command instead.
17033
17034 The @code{add-shared-symbol-files} command can currently be used only
17035 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
17036 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
17037 @value{GDBN} automatically looks for shared libraries, however if
17038 @value{GDBN} does not find yours, you can invoke
17039 @code{add-shared-symbol-files}. It takes one argument: the shared
17040 library's file name. @code{assf} is a shorthand alias for
17041 @code{add-shared-symbol-files}.
17042
17043 @kindex section
17044 @item section @var{section} @var{addr}
17045 The @code{section} command changes the base address of the named
17046 @var{section} of the exec file to @var{addr}. This can be used if the
17047 exec file does not contain section addresses, (such as in the
17048 @code{a.out} format), or when the addresses specified in the file
17049 itself are wrong. Each section must be changed separately. The
17050 @code{info files} command, described below, lists all the sections and
17051 their addresses.
17052
17053 @kindex info files
17054 @kindex info target
17055 @item info files
17056 @itemx info target
17057 @code{info files} and @code{info target} are synonymous; both print the
17058 current target (@pxref{Targets, ,Specifying a Debugging Target}),
17059 including the names of the executable and core dump files currently in
17060 use by @value{GDBN}, and the files from which symbols were loaded. The
17061 command @code{help target} lists all possible targets rather than
17062 current ones.
17063
17064 @kindex maint info sections
17065 @item maint info sections
17066 Another command that can give you extra information about program sections
17067 is @code{maint info sections}. In addition to the section information
17068 displayed by @code{info files}, this command displays the flags and file
17069 offset of each section in the executable and core dump files. In addition,
17070 @code{maint info sections} provides the following command options (which
17071 may be arbitrarily combined):
17072
17073 @table @code
17074 @item ALLOBJ
17075 Display sections for all loaded object files, including shared libraries.
17076 @item @var{sections}
17077 Display info only for named @var{sections}.
17078 @item @var{section-flags}
17079 Display info only for sections for which @var{section-flags} are true.
17080 The section flags that @value{GDBN} currently knows about are:
17081 @table @code
17082 @item ALLOC
17083 Section will have space allocated in the process when loaded.
17084 Set for all sections except those containing debug information.
17085 @item LOAD
17086 Section will be loaded from the file into the child process memory.
17087 Set for pre-initialized code and data, clear for @code{.bss} sections.
17088 @item RELOC
17089 Section needs to be relocated before loading.
17090 @item READONLY
17091 Section cannot be modified by the child process.
17092 @item CODE
17093 Section contains executable code only.
17094 @item DATA
17095 Section contains data only (no executable code).
17096 @item ROM
17097 Section will reside in ROM.
17098 @item CONSTRUCTOR
17099 Section contains data for constructor/destructor lists.
17100 @item HAS_CONTENTS
17101 Section is not empty.
17102 @item NEVER_LOAD
17103 An instruction to the linker to not output the section.
17104 @item COFF_SHARED_LIBRARY
17105 A notification to the linker that the section contains
17106 COFF shared library information.
17107 @item IS_COMMON
17108 Section contains common symbols.
17109 @end table
17110 @end table
17111 @kindex set trust-readonly-sections
17112 @cindex read-only sections
17113 @item set trust-readonly-sections on
17114 Tell @value{GDBN} that readonly sections in your object file
17115 really are read-only (i.e.@: that their contents will not change).
17116 In that case, @value{GDBN} can fetch values from these sections
17117 out of the object file, rather than from the target program.
17118 For some targets (notably embedded ones), this can be a significant
17119 enhancement to debugging performance.
17120
17121 The default is off.
17122
17123 @item set trust-readonly-sections off
17124 Tell @value{GDBN} not to trust readonly sections. This means that
17125 the contents of the section might change while the program is running,
17126 and must therefore be fetched from the target when needed.
17127
17128 @item show trust-readonly-sections
17129 Show the current setting of trusting readonly sections.
17130 @end table
17131
17132 All file-specifying commands allow both absolute and relative file names
17133 as arguments. @value{GDBN} always converts the file name to an absolute file
17134 name and remembers it that way.
17135
17136 @cindex shared libraries
17137 @anchor{Shared Libraries}
17138 @value{GDBN} supports @sc{gnu}/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
17139 and IBM RS/6000 AIX shared libraries.
17140
17141 On MS-Windows @value{GDBN} must be linked with the Expat library to support
17142 shared libraries. @xref{Expat}.
17143
17144 @value{GDBN} automatically loads symbol definitions from shared libraries
17145 when you use the @code{run} command, or when you examine a core file.
17146 (Before you issue the @code{run} command, @value{GDBN} does not understand
17147 references to a function in a shared library, however---unless you are
17148 debugging a core file).
17149
17150 On HP-UX, if the program loads a library explicitly, @value{GDBN}
17151 automatically loads the symbols at the time of the @code{shl_load} call.
17152
17153 @c FIXME: some @value{GDBN} release may permit some refs to undef
17154 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
17155 @c FIXME...lib; check this from time to time when updating manual
17156
17157 There are times, however, when you may wish to not automatically load
17158 symbol definitions from shared libraries, such as when they are
17159 particularly large or there are many of them.
17160
17161 To control the automatic loading of shared library symbols, use the
17162 commands:
17163
17164 @table @code
17165 @kindex set auto-solib-add
17166 @item set auto-solib-add @var{mode}
17167 If @var{mode} is @code{on}, symbols from all shared object libraries
17168 will be loaded automatically when the inferior begins execution, you
17169 attach to an independently started inferior, or when the dynamic linker
17170 informs @value{GDBN} that a new library has been loaded. If @var{mode}
17171 is @code{off}, symbols must be loaded manually, using the
17172 @code{sharedlibrary} command. The default value is @code{on}.
17173
17174 @cindex memory used for symbol tables
17175 If your program uses lots of shared libraries with debug info that
17176 takes large amounts of memory, you can decrease the @value{GDBN}
17177 memory footprint by preventing it from automatically loading the
17178 symbols from shared libraries. To that end, type @kbd{set
17179 auto-solib-add off} before running the inferior, then load each
17180 library whose debug symbols you do need with @kbd{sharedlibrary
17181 @var{regexp}}, where @var{regexp} is a regular expression that matches
17182 the libraries whose symbols you want to be loaded.
17183
17184 @kindex show auto-solib-add
17185 @item show auto-solib-add
17186 Display the current autoloading mode.
17187 @end table
17188
17189 @cindex load shared library
17190 To explicitly load shared library symbols, use the @code{sharedlibrary}
17191 command:
17192
17193 @table @code
17194 @kindex info sharedlibrary
17195 @kindex info share
17196 @item info share @var{regex}
17197 @itemx info sharedlibrary @var{regex}
17198 Print the names of the shared libraries which are currently loaded
17199 that match @var{regex}. If @var{regex} is omitted then print
17200 all shared libraries that are loaded.
17201
17202 @kindex sharedlibrary
17203 @kindex share
17204 @item sharedlibrary @var{regex}
17205 @itemx share @var{regex}
17206 Load shared object library symbols for files matching a
17207 Unix regular expression.
17208 As with files loaded automatically, it only loads shared libraries
17209 required by your program for a core file or after typing @code{run}. If
17210 @var{regex} is omitted all shared libraries required by your program are
17211 loaded.
17212
17213 @item nosharedlibrary
17214 @kindex nosharedlibrary
17215 @cindex unload symbols from shared libraries
17216 Unload all shared object library symbols. This discards all symbols
17217 that have been loaded from all shared libraries. Symbols from shared
17218 libraries that were loaded by explicit user requests are not
17219 discarded.
17220 @end table
17221
17222 Sometimes you may wish that @value{GDBN} stops and gives you control
17223 when any of shared library events happen. The best way to do this is
17224 to use @code{catch load} and @code{catch unload} (@pxref{Set
17225 Catchpoints}).
17226
17227 @value{GDBN} also supports the the @code{set stop-on-solib-events}
17228 command for this. This command exists for historical reasons. It is
17229 less useful than setting a catchpoint, because it does not allow for
17230 conditions or commands as a catchpoint does.
17231
17232 @table @code
17233 @item set stop-on-solib-events
17234 @kindex set stop-on-solib-events
17235 This command controls whether @value{GDBN} should give you control
17236 when the dynamic linker notifies it about some shared library event.
17237 The most common event of interest is loading or unloading of a new
17238 shared library.
17239
17240 @item show stop-on-solib-events
17241 @kindex show stop-on-solib-events
17242 Show whether @value{GDBN} stops and gives you control when shared
17243 library events happen.
17244 @end table
17245
17246 Shared libraries are also supported in many cross or remote debugging
17247 configurations. @value{GDBN} needs to have access to the target's libraries;
17248 this can be accomplished either by providing copies of the libraries
17249 on the host system, or by asking @value{GDBN} to automatically retrieve the
17250 libraries from the target. If copies of the target libraries are
17251 provided, they need to be the same as the target libraries, although the
17252 copies on the target can be stripped as long as the copies on the host are
17253 not.
17254
17255 @cindex where to look for shared libraries
17256 For remote debugging, you need to tell @value{GDBN} where the target
17257 libraries are, so that it can load the correct copies---otherwise, it
17258 may try to load the host's libraries. @value{GDBN} has two variables
17259 to specify the search directories for target libraries.
17260
17261 @table @code
17262 @cindex prefix for shared library file names
17263 @cindex system root, alternate
17264 @kindex set solib-absolute-prefix
17265 @kindex set sysroot
17266 @item set sysroot @var{path}
17267 Use @var{path} as the system root for the program being debugged. Any
17268 absolute shared library paths will be prefixed with @var{path}; many
17269 runtime loaders store the absolute paths to the shared library in the
17270 target program's memory. If you use @code{set sysroot} to find shared
17271 libraries, they need to be laid out in the same way that they are on
17272 the target, with e.g.@: a @file{/lib} and @file{/usr/lib} hierarchy
17273 under @var{path}.
17274
17275 If @var{path} starts with the sequence @file{remote:}, @value{GDBN} will
17276 retrieve the target libraries from the remote system. This is only
17277 supported when using a remote target that supports the @code{remote get}
17278 command (@pxref{File Transfer,,Sending files to a remote system}).
17279 The part of @var{path} following the initial @file{remote:}
17280 (if present) is used as system root prefix on the remote file system.
17281 @footnote{If you want to specify a local system root using a directory
17282 that happens to be named @file{remote:}, you need to use some equivalent
17283 variant of the name like @file{./remote:}.}
17284
17285 For targets with an MS-DOS based filesystem, such as MS-Windows and
17286 SymbianOS, @value{GDBN} tries prefixing a few variants of the target
17287 absolute file name with @var{path}. But first, on Unix hosts,
17288 @value{GDBN} converts all backslash directory separators into forward
17289 slashes, because the backslash is not a directory separator on Unix:
17290
17291 @smallexample
17292 c:\foo\bar.dll @result{} c:/foo/bar.dll
17293 @end smallexample
17294
17295 Then, @value{GDBN} attempts prefixing the target file name with
17296 @var{path}, and looks for the resulting file name in the host file
17297 system:
17298
17299 @smallexample
17300 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
17301 @end smallexample
17302
17303 If that does not find the shared library, @value{GDBN} tries removing
17304 the @samp{:} character from the drive spec, both for convenience, and,
17305 for the case of the host file system not supporting file names with
17306 colons:
17307
17308 @smallexample
17309 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
17310 @end smallexample
17311
17312 This makes it possible to have a system root that mirrors a target
17313 with more than one drive. E.g., you may want to setup your local
17314 copies of the target system shared libraries like so (note @samp{c} vs
17315 @samp{z}):
17316
17317 @smallexample
17318 @file{/path/to/sysroot/c/sys/bin/foo.dll}
17319 @file{/path/to/sysroot/c/sys/bin/bar.dll}
17320 @file{/path/to/sysroot/z/sys/bin/bar.dll}
17321 @end smallexample
17322
17323 @noindent
17324 and point the system root at @file{/path/to/sysroot}, so that
17325 @value{GDBN} can find the correct copies of both
17326 @file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
17327
17328 If that still does not find the shared library, @value{GDBN} tries
17329 removing the whole drive spec from the target file name:
17330
17331 @smallexample
17332 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
17333 @end smallexample
17334
17335 This last lookup makes it possible to not care about the drive name,
17336 if you don't want or need to.
17337
17338 The @code{set solib-absolute-prefix} command is an alias for @code{set
17339 sysroot}.
17340
17341 @cindex default system root
17342 @cindex @samp{--with-sysroot}
17343 You can set the default system root by using the configure-time
17344 @samp{--with-sysroot} option. If the system root is inside
17345 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
17346 @samp{--exec-prefix}), then the default system root will be updated
17347 automatically if the installed @value{GDBN} is moved to a new
17348 location.
17349
17350 @kindex show sysroot
17351 @item show sysroot
17352 Display the current shared library prefix.
17353
17354 @kindex set solib-search-path
17355 @item set solib-search-path @var{path}
17356 If this variable is set, @var{path} is a colon-separated list of
17357 directories to search for shared libraries. @samp{solib-search-path}
17358 is used after @samp{sysroot} fails to locate the library, or if the
17359 path to the library is relative instead of absolute. If you want to
17360 use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
17361 @samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
17362 finding your host's libraries. @samp{sysroot} is preferred; setting
17363 it to a nonexistent directory may interfere with automatic loading
17364 of shared library symbols.
17365
17366 @kindex show solib-search-path
17367 @item show solib-search-path
17368 Display the current shared library search path.
17369
17370 @cindex DOS file-name semantics of file names.
17371 @kindex set target-file-system-kind (unix|dos-based|auto)
17372 @kindex show target-file-system-kind
17373 @item set target-file-system-kind @var{kind}
17374 Set assumed file system kind for target reported file names.
17375
17376 Shared library file names as reported by the target system may not
17377 make sense as is on the system @value{GDBN} is running on. For
17378 example, when remote debugging a target that has MS-DOS based file
17379 system semantics, from a Unix host, the target may be reporting to
17380 @value{GDBN} a list of loaded shared libraries with file names such as
17381 @file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
17382 drive letters, so the @samp{c:\} prefix is not normally understood as
17383 indicating an absolute file name, and neither is the backslash
17384 normally considered a directory separator character. In that case,
17385 the native file system would interpret this whole absolute file name
17386 as a relative file name with no directory components. This would make
17387 it impossible to point @value{GDBN} at a copy of the remote target's
17388 shared libraries on the host using @code{set sysroot}, and impractical
17389 with @code{set solib-search-path}. Setting
17390 @code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
17391 to interpret such file names similarly to how the target would, and to
17392 map them to file names valid on @value{GDBN}'s native file system
17393 semantics. The value of @var{kind} can be @code{"auto"}, in addition
17394 to one of the supported file system kinds. In that case, @value{GDBN}
17395 tries to determine the appropriate file system variant based on the
17396 current target's operating system (@pxref{ABI, ,Configuring the
17397 Current ABI}). The supported file system settings are:
17398
17399 @table @code
17400 @item unix
17401 Instruct @value{GDBN} to assume the target file system is of Unix
17402 kind. Only file names starting the forward slash (@samp{/}) character
17403 are considered absolute, and the directory separator character is also
17404 the forward slash.
17405
17406 @item dos-based
17407 Instruct @value{GDBN} to assume the target file system is DOS based.
17408 File names starting with either a forward slash, or a drive letter
17409 followed by a colon (e.g., @samp{c:}), are considered absolute, and
17410 both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
17411 considered directory separators.
17412
17413 @item auto
17414 Instruct @value{GDBN} to use the file system kind associated with the
17415 target operating system (@pxref{ABI, ,Configuring the Current ABI}).
17416 This is the default.
17417 @end table
17418 @end table
17419
17420 @cindex file name canonicalization
17421 @cindex base name differences
17422 When processing file names provided by the user, @value{GDBN}
17423 frequently needs to compare them to the file names recorded in the
17424 program's debug info. Normally, @value{GDBN} compares just the
17425 @dfn{base names} of the files as strings, which is reasonably fast
17426 even for very large programs. (The base name of a file is the last
17427 portion of its name, after stripping all the leading directories.)
17428 This shortcut in comparison is based upon the assumption that files
17429 cannot have more than one base name. This is usually true, but
17430 references to files that use symlinks or similar filesystem
17431 facilities violate that assumption. If your program records files
17432 using such facilities, or if you provide file names to @value{GDBN}
17433 using symlinks etc., you can set @code{basenames-may-differ} to
17434 @code{true} to instruct @value{GDBN} to completely canonicalize each
17435 pair of file names it needs to compare. This will make file-name
17436 comparisons accurate, but at a price of a significant slowdown.
17437
17438 @table @code
17439 @item set basenames-may-differ
17440 @kindex set basenames-may-differ
17441 Set whether a source file may have multiple base names.
17442
17443 @item show basenames-may-differ
17444 @kindex show basenames-may-differ
17445 Show whether a source file may have multiple base names.
17446 @end table
17447
17448 @node Separate Debug Files
17449 @section Debugging Information in Separate Files
17450 @cindex separate debugging information files
17451 @cindex debugging information in separate files
17452 @cindex @file{.debug} subdirectories
17453 @cindex debugging information directory, global
17454 @cindex global debugging information directories
17455 @cindex build ID, and separate debugging files
17456 @cindex @file{.build-id} directory
17457
17458 @value{GDBN} allows you to put a program's debugging information in a
17459 file separate from the executable itself, in a way that allows
17460 @value{GDBN} to find and load the debugging information automatically.
17461 Since debugging information can be very large---sometimes larger
17462 than the executable code itself---some systems distribute debugging
17463 information for their executables in separate files, which users can
17464 install only when they need to debug a problem.
17465
17466 @value{GDBN} supports two ways of specifying the separate debug info
17467 file:
17468
17469 @itemize @bullet
17470 @item
17471 The executable contains a @dfn{debug link} that specifies the name of
17472 the separate debug info file. The separate debug file's name is
17473 usually @file{@var{executable}.debug}, where @var{executable} is the
17474 name of the corresponding executable file without leading directories
17475 (e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
17476 debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
17477 checksum for the debug file, which @value{GDBN} uses to validate that
17478 the executable and the debug file came from the same build.
17479
17480 @item
17481 The executable contains a @dfn{build ID}, a unique bit string that is
17482 also present in the corresponding debug info file. (This is supported
17483 only on some operating systems, notably those which use the ELF format
17484 for binary files and the @sc{gnu} Binutils.) For more details about
17485 this feature, see the description of the @option{--build-id}
17486 command-line option in @ref{Options, , Command Line Options, ld.info,
17487 The GNU Linker}. The debug info file's name is not specified
17488 explicitly by the build ID, but can be computed from the build ID, see
17489 below.
17490 @end itemize
17491
17492 Depending on the way the debug info file is specified, @value{GDBN}
17493 uses two different methods of looking for the debug file:
17494
17495 @itemize @bullet
17496 @item
17497 For the ``debug link'' method, @value{GDBN} looks up the named file in
17498 the directory of the executable file, then in a subdirectory of that
17499 directory named @file{.debug}, and finally under each one of the global debug
17500 directories, in a subdirectory whose name is identical to the leading
17501 directories of the executable's absolute file name.
17502
17503 @item
17504 For the ``build ID'' method, @value{GDBN} looks in the
17505 @file{.build-id} subdirectory of each one of the global debug directories for
17506 a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
17507 first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
17508 are the rest of the bit string. (Real build ID strings are 32 or more
17509 hex characters, not 10.)
17510 @end itemize
17511
17512 So, for example, suppose you ask @value{GDBN} to debug
17513 @file{/usr/bin/ls}, which has a debug link that specifies the
17514 file @file{ls.debug}, and a build ID whose value in hex is
17515 @code{abcdef1234}. If the list of the global debug directories includes
17516 @file{/usr/lib/debug}, then @value{GDBN} will look for the following
17517 debug information files, in the indicated order:
17518
17519 @itemize @minus
17520 @item
17521 @file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
17522 @item
17523 @file{/usr/bin/ls.debug}
17524 @item
17525 @file{/usr/bin/.debug/ls.debug}
17526 @item
17527 @file{/usr/lib/debug/usr/bin/ls.debug}.
17528 @end itemize
17529
17530 @anchor{debug-file-directory}
17531 Global debugging info directories default to what is set by @value{GDBN}
17532 configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
17533 you can also set the global debugging info directories, and view the list
17534 @value{GDBN} is currently using.
17535
17536 @table @code
17537
17538 @kindex set debug-file-directory
17539 @item set debug-file-directory @var{directories}
17540 Set the directories which @value{GDBN} searches for separate debugging
17541 information files to @var{directory}. Multiple path components can be set
17542 concatenating them by a path separator.
17543
17544 @kindex show debug-file-directory
17545 @item show debug-file-directory
17546 Show the directories @value{GDBN} searches for separate debugging
17547 information files.
17548
17549 @end table
17550
17551 @cindex @code{.gnu_debuglink} sections
17552 @cindex debug link sections
17553 A debug link is a special section of the executable file named
17554 @code{.gnu_debuglink}. The section must contain:
17555
17556 @itemize
17557 @item
17558 A filename, with any leading directory components removed, followed by
17559 a zero byte,
17560 @item
17561 zero to three bytes of padding, as needed to reach the next four-byte
17562 boundary within the section, and
17563 @item
17564 a four-byte CRC checksum, stored in the same endianness used for the
17565 executable file itself. The checksum is computed on the debugging
17566 information file's full contents by the function given below, passing
17567 zero as the @var{crc} argument.
17568 @end itemize
17569
17570 Any executable file format can carry a debug link, as long as it can
17571 contain a section named @code{.gnu_debuglink} with the contents
17572 described above.
17573
17574 @cindex @code{.note.gnu.build-id} sections
17575 @cindex build ID sections
17576 The build ID is a special section in the executable file (and in other
17577 ELF binary files that @value{GDBN} may consider). This section is
17578 often named @code{.note.gnu.build-id}, but that name is not mandatory.
17579 It contains unique identification for the built files---the ID remains
17580 the same across multiple builds of the same build tree. The default
17581 algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
17582 content for the build ID string. The same section with an identical
17583 value is present in the original built binary with symbols, in its
17584 stripped variant, and in the separate debugging information file.
17585
17586 The debugging information file itself should be an ordinary
17587 executable, containing a full set of linker symbols, sections, and
17588 debugging information. The sections of the debugging information file
17589 should have the same names, addresses, and sizes as the original file,
17590 but they need not contain any data---much like a @code{.bss} section
17591 in an ordinary executable.
17592
17593 The @sc{gnu} binary utilities (Binutils) package includes the
17594 @samp{objcopy} utility that can produce
17595 the separated executable / debugging information file pairs using the
17596 following commands:
17597
17598 @smallexample
17599 @kbd{objcopy --only-keep-debug foo foo.debug}
17600 @kbd{strip -g foo}
17601 @end smallexample
17602
17603 @noindent
17604 These commands remove the debugging
17605 information from the executable file @file{foo} and place it in the file
17606 @file{foo.debug}. You can use the first, second or both methods to link the
17607 two files:
17608
17609 @itemize @bullet
17610 @item
17611 The debug link method needs the following additional command to also leave
17612 behind a debug link in @file{foo}:
17613
17614 @smallexample
17615 @kbd{objcopy --add-gnu-debuglink=foo.debug foo}
17616 @end smallexample
17617
17618 Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
17619 a version of the @code{strip} command such that the command @kbd{strip foo -f
17620 foo.debug} has the same functionality as the two @code{objcopy} commands and
17621 the @code{ln -s} command above, together.
17622
17623 @item
17624 Build ID gets embedded into the main executable using @code{ld --build-id} or
17625 the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
17626 compatibility fixes for debug files separation are present in @sc{gnu} binary
17627 utilities (Binutils) package since version 2.18.
17628 @end itemize
17629
17630 @noindent
17631
17632 @cindex CRC algorithm definition
17633 The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
17634 IEEE 802.3 using the polynomial:
17635
17636 @c TexInfo requires naked braces for multi-digit exponents for Tex
17637 @c output, but this causes HTML output to barf. HTML has to be set using
17638 @c raw commands. So we end up having to specify this equation in 2
17639 @c different ways!
17640 @ifhtml
17641 @display
17642 @html
17643 <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>
17644 + <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
17645 @end html
17646 @end display
17647 @end ifhtml
17648 @ifnothtml
17649 @display
17650 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
17651 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
17652 @end display
17653 @end ifnothtml
17654
17655 The function is computed byte at a time, taking the least
17656 significant bit of each byte first. The initial pattern
17657 @code{0xffffffff} is used, to ensure leading zeros affect the CRC and
17658 the final result is inverted to ensure trailing zeros also affect the
17659 CRC.
17660
17661 @emph{Note:} This is the same CRC polynomial as used in handling the
17662 @dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
17663 However in the case of the Remote Serial Protocol, the CRC is computed
17664 @emph{most} significant bit first, and the result is not inverted, so
17665 trailing zeros have no effect on the CRC value.
17666
17667 To complete the description, we show below the code of the function
17668 which produces the CRC used in @code{.gnu_debuglink}. Inverting the
17669 initially supplied @code{crc} argument means that an initial call to
17670 this function passing in zero will start computing the CRC using
17671 @code{0xffffffff}.
17672
17673 @kindex gnu_debuglink_crc32
17674 @smallexample
17675 unsigned long
17676 gnu_debuglink_crc32 (unsigned long crc,
17677 unsigned char *buf, size_t len)
17678 @{
17679 static const unsigned long crc32_table[256] =
17680 @{
17681 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
17682 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
17683 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
17684 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
17685 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
17686 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
17687 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
17688 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
17689 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
17690 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
17691 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
17692 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
17693 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
17694 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
17695 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
17696 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
17697 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
17698 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
17699 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
17700 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
17701 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
17702 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
17703 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
17704 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
17705 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
17706 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
17707 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
17708 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
17709 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
17710 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
17711 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
17712 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
17713 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
17714 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
17715 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
17716 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
17717 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
17718 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
17719 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
17720 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
17721 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
17722 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
17723 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
17724 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
17725 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
17726 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
17727 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
17728 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
17729 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
17730 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
17731 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
17732 0x2d02ef8d
17733 @};
17734 unsigned char *end;
17735
17736 crc = ~crc & 0xffffffff;
17737 for (end = buf + len; buf < end; ++buf)
17738 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
17739 return ~crc & 0xffffffff;
17740 @}
17741 @end smallexample
17742
17743 @noindent
17744 This computation does not apply to the ``build ID'' method.
17745
17746 @node MiniDebugInfo
17747 @section Debugging information in a special section
17748 @cindex separate debug sections
17749 @cindex @samp{.gnu_debugdata} section
17750
17751 Some systems ship pre-built executables and libraries that have a
17752 special @samp{.gnu_debugdata} section. This feature is called
17753 @dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
17754 is used to supply extra symbols for backtraces.
17755
17756 The intent of this section is to provide extra minimal debugging
17757 information for use in simple backtraces. It is not intended to be a
17758 replacement for full separate debugging information (@pxref{Separate
17759 Debug Files}). The example below shows the intended use; however,
17760 @value{GDBN} does not currently put restrictions on what sort of
17761 debugging information might be included in the section.
17762
17763 @value{GDBN} has support for this extension. If the section exists,
17764 then it is used provided that no other source of debugging information
17765 can be found, and that @value{GDBN} was configured with LZMA support.
17766
17767 This section can be easily created using @command{objcopy} and other
17768 standard utilities:
17769
17770 @smallexample
17771 # Extract the dynamic symbols from the main binary, there is no need
17772 # to also have these in the normal symbol table.
17773 nm -D @var{binary} --format=posix --defined-only \
17774 | awk '@{ print $1 @}' | sort > dynsyms
17775
17776 # Extract all the text (i.e. function) symbols from the debuginfo.
17777 # (Note that we actually also accept "D" symbols, for the benefit
17778 # of platforms like PowerPC64 that use function descriptors.)
17779 nm @var{binary} --format=posix --defined-only \
17780 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
17781 | sort > funcsyms
17782
17783 # Keep all the function symbols not already in the dynamic symbol
17784 # table.
17785 comm -13 dynsyms funcsyms > keep_symbols
17786
17787 # Separate full debug info into debug binary.
17788 objcopy --only-keep-debug @var{binary} debug
17789
17790 # Copy the full debuginfo, keeping only a minimal set of symbols and
17791 # removing some unnecessary sections.
17792 objcopy -S --remove-section .gdb_index --remove-section .comment \
17793 --keep-symbols=keep_symbols debug mini_debuginfo
17794
17795 # Drop the full debug info from the original binary.
17796 strip --strip-all -R .comment @var{binary}
17797
17798 # Inject the compressed data into the .gnu_debugdata section of the
17799 # original binary.
17800 xz mini_debuginfo
17801 objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
17802 @end smallexample
17803
17804 @node Index Files
17805 @section Index Files Speed Up @value{GDBN}
17806 @cindex index files
17807 @cindex @samp{.gdb_index} section
17808
17809 When @value{GDBN} finds a symbol file, it scans the symbols in the
17810 file in order to construct an internal symbol table. This lets most
17811 @value{GDBN} operations work quickly---at the cost of a delay early
17812 on. For large programs, this delay can be quite lengthy, so
17813 @value{GDBN} provides a way to build an index, which speeds up
17814 startup.
17815
17816 The index is stored as a section in the symbol file. @value{GDBN} can
17817 write the index to a file, then you can put it into the symbol file
17818 using @command{objcopy}.
17819
17820 To create an index file, use the @code{save gdb-index} command:
17821
17822 @table @code
17823 @item save gdb-index @var{directory}
17824 @kindex save gdb-index
17825 Create an index file for each symbol file currently known by
17826 @value{GDBN}. Each file is named after its corresponding symbol file,
17827 with @samp{.gdb-index} appended, and is written into the given
17828 @var{directory}.
17829 @end table
17830
17831 Once you have created an index file you can merge it into your symbol
17832 file, here named @file{symfile}, using @command{objcopy}:
17833
17834 @smallexample
17835 $ objcopy --add-section .gdb_index=symfile.gdb-index \
17836 --set-section-flags .gdb_index=readonly symfile symfile
17837 @end smallexample
17838
17839 @value{GDBN} will normally ignore older versions of @file{.gdb_index}
17840 sections that have been deprecated. Usually they are deprecated because
17841 they are missing a new feature or have performance issues.
17842 To tell @value{GDBN} to use a deprecated index section anyway
17843 specify @code{set use-deprecated-index-sections on}.
17844 The default is @code{off}.
17845 This can speed up startup, but may result in some functionality being lost.
17846 @xref{Index Section Format}.
17847
17848 @emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
17849 must be done before gdb reads the file. The following will not work:
17850
17851 @smallexample
17852 $ gdb -ex "set use-deprecated-index-sections on" <program>
17853 @end smallexample
17854
17855 Instead you must do, for example,
17856
17857 @smallexample
17858 $ gdb -iex "set use-deprecated-index-sections on" <program>
17859 @end smallexample
17860
17861 There are currently some limitation on indices. They only work when
17862 for DWARF debugging information, not stabs. And, they do not
17863 currently work for programs using Ada.
17864
17865 @node Symbol Errors
17866 @section Errors Reading Symbol Files
17867
17868 While reading a symbol file, @value{GDBN} occasionally encounters problems,
17869 such as symbol types it does not recognize, or known bugs in compiler
17870 output. By default, @value{GDBN} does not notify you of such problems, since
17871 they are relatively common and primarily of interest to people
17872 debugging compilers. If you are interested in seeing information
17873 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
17874 only one message about each such type of problem, no matter how many
17875 times the problem occurs; or you can ask @value{GDBN} to print more messages,
17876 to see how many times the problems occur, with the @code{set
17877 complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
17878 Messages}).
17879
17880 The messages currently printed, and their meanings, include:
17881
17882 @table @code
17883 @item inner block not inside outer block in @var{symbol}
17884
17885 The symbol information shows where symbol scopes begin and end
17886 (such as at the start of a function or a block of statements). This
17887 error indicates that an inner scope block is not fully contained
17888 in its outer scope blocks.
17889
17890 @value{GDBN} circumvents the problem by treating the inner block as if it had
17891 the same scope as the outer block. In the error message, @var{symbol}
17892 may be shown as ``@code{(don't know)}'' if the outer block is not a
17893 function.
17894
17895 @item block at @var{address} out of order
17896
17897 The symbol information for symbol scope blocks should occur in
17898 order of increasing addresses. This error indicates that it does not
17899 do so.
17900
17901 @value{GDBN} does not circumvent this problem, and has trouble
17902 locating symbols in the source file whose symbols it is reading. (You
17903 can often determine what source file is affected by specifying
17904 @code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
17905 Messages}.)
17906
17907 @item bad block start address patched
17908
17909 The symbol information for a symbol scope block has a start address
17910 smaller than the address of the preceding source line. This is known
17911 to occur in the SunOS 4.1.1 (and earlier) C compiler.
17912
17913 @value{GDBN} circumvents the problem by treating the symbol scope block as
17914 starting on the previous source line.
17915
17916 @item bad string table offset in symbol @var{n}
17917
17918 @cindex foo
17919 Symbol number @var{n} contains a pointer into the string table which is
17920 larger than the size of the string table.
17921
17922 @value{GDBN} circumvents the problem by considering the symbol to have the
17923 name @code{foo}, which may cause other problems if many symbols end up
17924 with this name.
17925
17926 @item unknown symbol type @code{0x@var{nn}}
17927
17928 The symbol information contains new data types that @value{GDBN} does
17929 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
17930 uncomprehended information, in hexadecimal.
17931
17932 @value{GDBN} circumvents the error by ignoring this symbol information.
17933 This usually allows you to debug your program, though certain symbols
17934 are not accessible. If you encounter such a problem and feel like
17935 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
17936 on @code{complain}, then go up to the function @code{read_dbx_symtab}
17937 and examine @code{*bufp} to see the symbol.
17938
17939 @item stub type has NULL name
17940
17941 @value{GDBN} could not find the full definition for a struct or class.
17942
17943 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
17944 The symbol information for a C@t{++} member function is missing some
17945 information that recent versions of the compiler should have output for
17946 it.
17947
17948 @item info mismatch between compiler and debugger
17949
17950 @value{GDBN} could not parse a type specification output by the compiler.
17951
17952 @end table
17953
17954 @node Data Files
17955 @section GDB Data Files
17956
17957 @cindex prefix for data files
17958 @value{GDBN} will sometimes read an auxiliary data file. These files
17959 are kept in a directory known as the @dfn{data directory}.
17960
17961 You can set the data directory's name, and view the name @value{GDBN}
17962 is currently using.
17963
17964 @table @code
17965 @kindex set data-directory
17966 @item set data-directory @var{directory}
17967 Set the directory which @value{GDBN} searches for auxiliary data files
17968 to @var{directory}.
17969
17970 @kindex show data-directory
17971 @item show data-directory
17972 Show the directory @value{GDBN} searches for auxiliary data files.
17973 @end table
17974
17975 @cindex default data directory
17976 @cindex @samp{--with-gdb-datadir}
17977 You can set the default data directory by using the configure-time
17978 @samp{--with-gdb-datadir} option. If the data directory is inside
17979 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
17980 @samp{--exec-prefix}), then the default data directory will be updated
17981 automatically if the installed @value{GDBN} is moved to a new
17982 location.
17983
17984 The data directory may also be specified with the
17985 @code{--data-directory} command line option.
17986 @xref{Mode Options}.
17987
17988 @node Targets
17989 @chapter Specifying a Debugging Target
17990
17991 @cindex debugging target
17992 A @dfn{target} is the execution environment occupied by your program.
17993
17994 Often, @value{GDBN} runs in the same host environment as your program;
17995 in that case, the debugging target is specified as a side effect when
17996 you use the @code{file} or @code{core} commands. When you need more
17997 flexibility---for example, running @value{GDBN} on a physically separate
17998 host, or controlling a standalone system over a serial port or a
17999 realtime system over a TCP/IP connection---you can use the @code{target}
18000 command to specify one of the target types configured for @value{GDBN}
18001 (@pxref{Target Commands, ,Commands for Managing Targets}).
18002
18003 @cindex target architecture
18004 It is possible to build @value{GDBN} for several different @dfn{target
18005 architectures}. When @value{GDBN} is built like that, you can choose
18006 one of the available architectures with the @kbd{set architecture}
18007 command.
18008
18009 @table @code
18010 @kindex set architecture
18011 @kindex show architecture
18012 @item set architecture @var{arch}
18013 This command sets the current target architecture to @var{arch}. The
18014 value of @var{arch} can be @code{"auto"}, in addition to one of the
18015 supported architectures.
18016
18017 @item show architecture
18018 Show the current target architecture.
18019
18020 @item set processor
18021 @itemx processor
18022 @kindex set processor
18023 @kindex show processor
18024 These are alias commands for, respectively, @code{set architecture}
18025 and @code{show architecture}.
18026 @end table
18027
18028 @menu
18029 * Active Targets:: Active targets
18030 * Target Commands:: Commands for managing targets
18031 * Byte Order:: Choosing target byte order
18032 @end menu
18033
18034 @node Active Targets
18035 @section Active Targets
18036
18037 @cindex stacking targets
18038 @cindex active targets
18039 @cindex multiple targets
18040
18041 There are multiple classes of targets such as: processes, executable files or
18042 recording sessions. Core files belong to the process class, making core file
18043 and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
18044 on multiple active targets, one in each class. This allows you to (for
18045 example) start a process and inspect its activity, while still having access to
18046 the executable file after the process finishes. Or if you start process
18047 recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
18048 presented a virtual layer of the recording target, while the process target
18049 remains stopped at the chronologically last point of the process execution.
18050
18051 Use the @code{core-file} and @code{exec-file} commands to select a new core
18052 file or executable target (@pxref{Files, ,Commands to Specify Files}). To
18053 specify as a target a process that is already running, use the @code{attach}
18054 command (@pxref{Attach, ,Debugging an Already-running Process}).
18055
18056 @node Target Commands
18057 @section Commands for Managing Targets
18058
18059 @table @code
18060 @item target @var{type} @var{parameters}
18061 Connects the @value{GDBN} host environment to a target machine or
18062 process. A target is typically a protocol for talking to debugging
18063 facilities. You use the argument @var{type} to specify the type or
18064 protocol of the target machine.
18065
18066 Further @var{parameters} are interpreted by the target protocol, but
18067 typically include things like device names or host names to connect
18068 with, process numbers, and baud rates.
18069
18070 The @code{target} command does not repeat if you press @key{RET} again
18071 after executing the command.
18072
18073 @kindex help target
18074 @item help target
18075 Displays the names of all targets available. To display targets
18076 currently selected, use either @code{info target} or @code{info files}
18077 (@pxref{Files, ,Commands to Specify Files}).
18078
18079 @item help target @var{name}
18080 Describe a particular target, including any parameters necessary to
18081 select it.
18082
18083 @kindex set gnutarget
18084 @item set gnutarget @var{args}
18085 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
18086 knows whether it is reading an @dfn{executable},
18087 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
18088 with the @code{set gnutarget} command. Unlike most @code{target} commands,
18089 with @code{gnutarget} the @code{target} refers to a program, not a machine.
18090
18091 @quotation
18092 @emph{Warning:} To specify a file format with @code{set gnutarget},
18093 you must know the actual BFD name.
18094 @end quotation
18095
18096 @noindent
18097 @xref{Files, , Commands to Specify Files}.
18098
18099 @kindex show gnutarget
18100 @item show gnutarget
18101 Use the @code{show gnutarget} command to display what file format
18102 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
18103 @value{GDBN} will determine the file format for each file automatically,
18104 and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
18105 @end table
18106
18107 @cindex common targets
18108 Here are some common targets (available, or not, depending on the GDB
18109 configuration):
18110
18111 @table @code
18112 @kindex target
18113 @item target exec @var{program}
18114 @cindex executable file target
18115 An executable file. @samp{target exec @var{program}} is the same as
18116 @samp{exec-file @var{program}}.
18117
18118 @item target core @var{filename}
18119 @cindex core dump file target
18120 A core dump file. @samp{target core @var{filename}} is the same as
18121 @samp{core-file @var{filename}}.
18122
18123 @item target remote @var{medium}
18124 @cindex remote target
18125 A remote system connected to @value{GDBN} via a serial line or network
18126 connection. This command tells @value{GDBN} to use its own remote
18127 protocol over @var{medium} for debugging. @xref{Remote Debugging}.
18128
18129 For example, if you have a board connected to @file{/dev/ttya} on the
18130 machine running @value{GDBN}, you could say:
18131
18132 @smallexample
18133 target remote /dev/ttya
18134 @end smallexample
18135
18136 @code{target remote} supports the @code{load} command. This is only
18137 useful if you have some other way of getting the stub to the target
18138 system, and you can put it somewhere in memory where it won't get
18139 clobbered by the download.
18140
18141 @item target sim @r{[}@var{simargs}@r{]} @dots{}
18142 @cindex built-in simulator target
18143 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
18144 In general,
18145 @smallexample
18146 target sim
18147 load
18148 run
18149 @end smallexample
18150 @noindent
18151 works; however, you cannot assume that a specific memory map, device
18152 drivers, or even basic I/O is available, although some simulators do
18153 provide these. For info about any processor-specific simulator details,
18154 see the appropriate section in @ref{Embedded Processors, ,Embedded
18155 Processors}.
18156
18157 @item target native
18158 @cindex native target
18159 Setup for local/native process debugging. Useful to make the
18160 @code{run} command spawn native processes (likewise @code{attach},
18161 etc.@:) even when @code{set auto-connect-native-target} is @code{off}
18162 (@pxref{set auto-connect-native-target}).
18163
18164 @end table
18165
18166 Different targets are available on different configurations of @value{GDBN};
18167 your configuration may have more or fewer targets.
18168
18169 Many remote targets require you to download the executable's code once
18170 you've successfully established a connection. You may wish to control
18171 various aspects of this process.
18172
18173 @table @code
18174
18175 @item set hash
18176 @kindex set hash@r{, for remote monitors}
18177 @cindex hash mark while downloading
18178 This command controls whether a hash mark @samp{#} is displayed while
18179 downloading a file to the remote monitor. If on, a hash mark is
18180 displayed after each S-record is successfully downloaded to the
18181 monitor.
18182
18183 @item show hash
18184 @kindex show hash@r{, for remote monitors}
18185 Show the current status of displaying the hash mark.
18186
18187 @item set debug monitor
18188 @kindex set debug monitor
18189 @cindex display remote monitor communications
18190 Enable or disable display of communications messages between
18191 @value{GDBN} and the remote monitor.
18192
18193 @item show debug monitor
18194 @kindex show debug monitor
18195 Show the current status of displaying communications between
18196 @value{GDBN} and the remote monitor.
18197 @end table
18198
18199 @table @code
18200
18201 @kindex load @var{filename}
18202 @item load @var{filename}
18203 @anchor{load}
18204 Depending on what remote debugging facilities are configured into
18205 @value{GDBN}, the @code{load} command may be available. Where it exists, it
18206 is meant to make @var{filename} (an executable) available for debugging
18207 on the remote system---by downloading, or dynamic linking, for example.
18208 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
18209 the @code{add-symbol-file} command.
18210
18211 If your @value{GDBN} does not have a @code{load} command, attempting to
18212 execute it gets the error message ``@code{You can't do that when your
18213 target is @dots{}}''
18214
18215 The file is loaded at whatever address is specified in the executable.
18216 For some object file formats, you can specify the load address when you
18217 link the program; for other formats, like a.out, the object file format
18218 specifies a fixed address.
18219 @c FIXME! This would be a good place for an xref to the GNU linker doc.
18220
18221 Depending on the remote side capabilities, @value{GDBN} may be able to
18222 load programs into flash memory.
18223
18224 @code{load} does not repeat if you press @key{RET} again after using it.
18225 @end table
18226
18227 @node Byte Order
18228 @section Choosing Target Byte Order
18229
18230 @cindex choosing target byte order
18231 @cindex target byte order
18232
18233 Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
18234 offer the ability to run either big-endian or little-endian byte
18235 orders. Usually the executable or symbol will include a bit to
18236 designate the endian-ness, and you will not need to worry about
18237 which to use. However, you may still find it useful to adjust
18238 @value{GDBN}'s idea of processor endian-ness manually.
18239
18240 @table @code
18241 @kindex set endian
18242 @item set endian big
18243 Instruct @value{GDBN} to assume the target is big-endian.
18244
18245 @item set endian little
18246 Instruct @value{GDBN} to assume the target is little-endian.
18247
18248 @item set endian auto
18249 Instruct @value{GDBN} to use the byte order associated with the
18250 executable.
18251
18252 @item show endian
18253 Display @value{GDBN}'s current idea of the target byte order.
18254
18255 @end table
18256
18257 Note that these commands merely adjust interpretation of symbolic
18258 data on the host, and that they have absolutely no effect on the
18259 target system.
18260
18261
18262 @node Remote Debugging
18263 @chapter Debugging Remote Programs
18264 @cindex remote debugging
18265
18266 If you are trying to debug a program running on a machine that cannot run
18267 @value{GDBN} in the usual way, it is often useful to use remote debugging.
18268 For example, you might use remote debugging on an operating system kernel,
18269 or on a small system which does not have a general purpose operating system
18270 powerful enough to run a full-featured debugger.
18271
18272 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
18273 to make this work with particular debugging targets. In addition,
18274 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
18275 but not specific to any particular target system) which you can use if you
18276 write the remote stubs---the code that runs on the remote system to
18277 communicate with @value{GDBN}.
18278
18279 Other remote targets may be available in your
18280 configuration of @value{GDBN}; use @code{help target} to list them.
18281
18282 @menu
18283 * Connecting:: Connecting to a remote target
18284 * File Transfer:: Sending files to a remote system
18285 * Server:: Using the gdbserver program
18286 * Remote Configuration:: Remote configuration
18287 * Remote Stub:: Implementing a remote stub
18288 @end menu
18289
18290 @node Connecting
18291 @section Connecting to a Remote Target
18292
18293 On the @value{GDBN} host machine, you will need an unstripped copy of
18294 your program, since @value{GDBN} needs symbol and debugging information.
18295 Start up @value{GDBN} as usual, using the name of the local copy of your
18296 program as the first argument.
18297
18298 @cindex @code{target remote}
18299 @value{GDBN} can communicate with the target over a serial line, or
18300 over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
18301 each case, @value{GDBN} uses the same protocol for debugging your
18302 program; only the medium carrying the debugging packets varies. The
18303 @code{target remote} command establishes a connection to the target.
18304 Its arguments indicate which medium to use:
18305
18306 @table @code
18307
18308 @item target remote @var{serial-device}
18309 @cindex serial line, @code{target remote}
18310 Use @var{serial-device} to communicate with the target. For example,
18311 to use a serial line connected to the device named @file{/dev/ttyb}:
18312
18313 @smallexample
18314 target remote /dev/ttyb
18315 @end smallexample
18316
18317 If you're using a serial line, you may want to give @value{GDBN} the
18318 @samp{--baud} option, or use the @code{set serial baud} command
18319 (@pxref{Remote Configuration, set serial baud}) before the
18320 @code{target} command.
18321
18322 @item target remote @code{@var{host}:@var{port}}
18323 @itemx target remote @code{tcp:@var{host}:@var{port}}
18324 @cindex @acronym{TCP} port, @code{target remote}
18325 Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
18326 The @var{host} may be either a host name or a numeric @acronym{IP}
18327 address; @var{port} must be a decimal number. The @var{host} could be
18328 the target machine itself, if it is directly connected to the net, or
18329 it might be a terminal server which in turn has a serial line to the
18330 target.
18331
18332 For example, to connect to port 2828 on a terminal server named
18333 @code{manyfarms}:
18334
18335 @smallexample
18336 target remote manyfarms:2828
18337 @end smallexample
18338
18339 If your remote target is actually running on the same machine as your
18340 debugger session (e.g.@: a simulator for your target running on the
18341 same host), you can omit the hostname. For example, to connect to
18342 port 1234 on your local machine:
18343
18344 @smallexample
18345 target remote :1234
18346 @end smallexample
18347 @noindent
18348
18349 Note that the colon is still required here.
18350
18351 @item target remote @code{udp:@var{host}:@var{port}}
18352 @cindex @acronym{UDP} port, @code{target remote}
18353 Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
18354 connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
18355
18356 @smallexample
18357 target remote udp:manyfarms:2828
18358 @end smallexample
18359
18360 When using a @acronym{UDP} connection for remote debugging, you should
18361 keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
18362 can silently drop packets on busy or unreliable networks, which will
18363 cause havoc with your debugging session.
18364
18365 @item target remote | @var{command}
18366 @cindex pipe, @code{target remote} to
18367 Run @var{command} in the background and communicate with it using a
18368 pipe. The @var{command} is a shell command, to be parsed and expanded
18369 by the system's command shell, @code{/bin/sh}; it should expect remote
18370 protocol packets on its standard input, and send replies on its
18371 standard output. You could use this to run a stand-alone simulator
18372 that speaks the remote debugging protocol, to make net connections
18373 using programs like @code{ssh}, or for other similar tricks.
18374
18375 If @var{command} closes its standard output (perhaps by exiting),
18376 @value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
18377 program has already exited, this will have no effect.)
18378
18379 @end table
18380
18381 Once the connection has been established, you can use all the usual
18382 commands to examine and change data. The remote program is already
18383 running; you can use @kbd{step} and @kbd{continue}, and you do not
18384 need to use @kbd{run}.
18385
18386 @cindex interrupting remote programs
18387 @cindex remote programs, interrupting
18388 Whenever @value{GDBN} is waiting for the remote program, if you type the
18389 interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
18390 program. This may or may not succeed, depending in part on the hardware
18391 and the serial drivers the remote system uses. If you type the
18392 interrupt character once again, @value{GDBN} displays this prompt:
18393
18394 @smallexample
18395 Interrupted while waiting for the program.
18396 Give up (and stop debugging it)? (y or n)
18397 @end smallexample
18398
18399 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
18400 (If you decide you want to try again later, you can use @samp{target
18401 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
18402 goes back to waiting.
18403
18404 @table @code
18405 @kindex detach (remote)
18406 @item detach
18407 When you have finished debugging the remote program, you can use the
18408 @code{detach} command to release it from @value{GDBN} control.
18409 Detaching from the target normally resumes its execution, but the results
18410 will depend on your particular remote stub. After the @code{detach}
18411 command, @value{GDBN} is free to connect to another target.
18412
18413 @kindex disconnect
18414 @item disconnect
18415 The @code{disconnect} command behaves like @code{detach}, except that
18416 the target is generally not resumed. It will wait for @value{GDBN}
18417 (this instance or another one) to connect and continue debugging. After
18418 the @code{disconnect} command, @value{GDBN} is again free to connect to
18419 another target.
18420
18421 @cindex send command to remote monitor
18422 @cindex extend @value{GDBN} for remote targets
18423 @cindex add new commands for external monitor
18424 @kindex monitor
18425 @item monitor @var{cmd}
18426 This command allows you to send arbitrary commands directly to the
18427 remote monitor. Since @value{GDBN} doesn't care about the commands it
18428 sends like this, this command is the way to extend @value{GDBN}---you
18429 can add new commands that only the external monitor will understand
18430 and implement.
18431 @end table
18432
18433 @node File Transfer
18434 @section Sending files to a remote system
18435 @cindex remote target, file transfer
18436 @cindex file transfer
18437 @cindex sending files to remote systems
18438
18439 Some remote targets offer the ability to transfer files over the same
18440 connection used to communicate with @value{GDBN}. This is convenient
18441 for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
18442 running @code{gdbserver} over a network interface. For other targets,
18443 e.g.@: embedded devices with only a single serial port, this may be
18444 the only way to upload or download files.
18445
18446 Not all remote targets support these commands.
18447
18448 @table @code
18449 @kindex remote put
18450 @item remote put @var{hostfile} @var{targetfile}
18451 Copy file @var{hostfile} from the host system (the machine running
18452 @value{GDBN}) to @var{targetfile} on the target system.
18453
18454 @kindex remote get
18455 @item remote get @var{targetfile} @var{hostfile}
18456 Copy file @var{targetfile} from the target system to @var{hostfile}
18457 on the host system.
18458
18459 @kindex remote delete
18460 @item remote delete @var{targetfile}
18461 Delete @var{targetfile} from the target system.
18462
18463 @end table
18464
18465 @node Server
18466 @section Using the @code{gdbserver} Program
18467
18468 @kindex gdbserver
18469 @cindex remote connection without stubs
18470 @code{gdbserver} is a control program for Unix-like systems, which
18471 allows you to connect your program with a remote @value{GDBN} via
18472 @code{target remote}---but without linking in the usual debugging stub.
18473
18474 @code{gdbserver} is not a complete replacement for the debugging stubs,
18475 because it requires essentially the same operating-system facilities
18476 that @value{GDBN} itself does. In fact, a system that can run
18477 @code{gdbserver} to connect to a remote @value{GDBN} could also run
18478 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
18479 because it is a much smaller program than @value{GDBN} itself. It is
18480 also easier to port than all of @value{GDBN}, so you may be able to get
18481 started more quickly on a new system by using @code{gdbserver}.
18482 Finally, if you develop code for real-time systems, you may find that
18483 the tradeoffs involved in real-time operation make it more convenient to
18484 do as much development work as possible on another system, for example
18485 by cross-compiling. You can use @code{gdbserver} to make a similar
18486 choice for debugging.
18487
18488 @value{GDBN} and @code{gdbserver} communicate via either a serial line
18489 or a TCP connection, using the standard @value{GDBN} remote serial
18490 protocol.
18491
18492 @quotation
18493 @emph{Warning:} @code{gdbserver} does not have any built-in security.
18494 Do not run @code{gdbserver} connected to any public network; a
18495 @value{GDBN} connection to @code{gdbserver} provides access to the
18496 target system with the same privileges as the user running
18497 @code{gdbserver}.
18498 @end quotation
18499
18500 @subsection Running @code{gdbserver}
18501 @cindex arguments, to @code{gdbserver}
18502 @cindex @code{gdbserver}, command-line arguments
18503
18504 Run @code{gdbserver} on the target system. You need a copy of the
18505 program you want to debug, including any libraries it requires.
18506 @code{gdbserver} does not need your program's symbol table, so you can
18507 strip the program if necessary to save space. @value{GDBN} on the host
18508 system does all the symbol handling.
18509
18510 To use the server, you must tell it how to communicate with @value{GDBN};
18511 the name of your program; and the arguments for your program. The usual
18512 syntax is:
18513
18514 @smallexample
18515 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
18516 @end smallexample
18517
18518 @var{comm} is either a device name (to use a serial line), or a TCP
18519 hostname and portnumber, or @code{-} or @code{stdio} to use
18520 stdin/stdout of @code{gdbserver}.
18521 For example, to debug Emacs with the argument
18522 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
18523 @file{/dev/com1}:
18524
18525 @smallexample
18526 target> gdbserver /dev/com1 emacs foo.txt
18527 @end smallexample
18528
18529 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
18530 with it.
18531
18532 To use a TCP connection instead of a serial line:
18533
18534 @smallexample
18535 target> gdbserver host:2345 emacs foo.txt
18536 @end smallexample
18537
18538 The only difference from the previous example is the first argument,
18539 specifying that you are communicating with the host @value{GDBN} via
18540 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
18541 expect a TCP connection from machine @samp{host} to local TCP port 2345.
18542 (Currently, the @samp{host} part is ignored.) You can choose any number
18543 you want for the port number as long as it does not conflict with any
18544 TCP ports already in use on the target system (for example, @code{23} is
18545 reserved for @code{telnet}).@footnote{If you choose a port number that
18546 conflicts with another service, @code{gdbserver} prints an error message
18547 and exits.} You must use the same port number with the host @value{GDBN}
18548 @code{target remote} command.
18549
18550 The @code{stdio} connection is useful when starting @code{gdbserver}
18551 with ssh:
18552
18553 @smallexample
18554 (gdb) target remote | ssh -T hostname gdbserver - hello
18555 @end smallexample
18556
18557 The @samp{-T} option to ssh is provided because we don't need a remote pty,
18558 and we don't want escape-character handling. Ssh does this by default when
18559 a command is provided, the flag is provided to make it explicit.
18560 You could elide it if you want to.
18561
18562 Programs started with stdio-connected gdbserver have @file{/dev/null} for
18563 @code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
18564 display through a pipe connected to gdbserver.
18565 Both @code{stdout} and @code{stderr} use the same pipe.
18566
18567 @subsubsection Attaching to a Running Program
18568 @cindex attach to a program, @code{gdbserver}
18569 @cindex @option{--attach}, @code{gdbserver} option
18570
18571 On some targets, @code{gdbserver} can also attach to running programs.
18572 This is accomplished via the @code{--attach} argument. The syntax is:
18573
18574 @smallexample
18575 target> gdbserver --attach @var{comm} @var{pid}
18576 @end smallexample
18577
18578 @var{pid} is the process ID of a currently running process. It isn't necessary
18579 to point @code{gdbserver} at a binary for the running process.
18580
18581 @pindex pidof
18582 You can debug processes by name instead of process ID if your target has the
18583 @code{pidof} utility:
18584
18585 @smallexample
18586 target> gdbserver --attach @var{comm} `pidof @var{program}`
18587 @end smallexample
18588
18589 In case more than one copy of @var{program} is running, or @var{program}
18590 has multiple threads, most versions of @code{pidof} support the
18591 @code{-s} option to only return the first process ID.
18592
18593 @subsubsection Multi-Process Mode for @code{gdbserver}
18594 @cindex @code{gdbserver}, multiple processes
18595 @cindex multiple processes with @code{gdbserver}
18596
18597 When you connect to @code{gdbserver} using @code{target remote},
18598 @code{gdbserver} debugs the specified program only once. When the
18599 program exits, or you detach from it, @value{GDBN} closes the connection
18600 and @code{gdbserver} exits.
18601
18602 If you connect using @kbd{target extended-remote}, @code{gdbserver}
18603 enters multi-process mode. When the debugged program exits, or you
18604 detach from it, @value{GDBN} stays connected to @code{gdbserver} even
18605 though no program is running. The @code{run} and @code{attach}
18606 commands instruct @code{gdbserver} to run or attach to a new program.
18607 The @code{run} command uses @code{set remote exec-file} (@pxref{set
18608 remote exec-file}) to select the program to run. Command line
18609 arguments are supported, except for wildcard expansion and I/O
18610 redirection (@pxref{Arguments}).
18611
18612 @cindex @option{--multi}, @code{gdbserver} option
18613 To start @code{gdbserver} without supplying an initial command to run
18614 or process ID to attach, use the @option{--multi} command line option.
18615 Then you can connect using @kbd{target extended-remote} and start
18616 the program you want to debug.
18617
18618 In multi-process mode @code{gdbserver} does not automatically exit unless you
18619 use the option @option{--once}. You can terminate it by using
18620 @code{monitor exit} (@pxref{Monitor Commands for gdbserver}). Note that the
18621 conditions under which @code{gdbserver} terminates depend on how @value{GDBN}
18622 connects to it (@kbd{target remote} or @kbd{target extended-remote}). The
18623 @option{--multi} option to @code{gdbserver} has no influence on that.
18624
18625 @subsubsection TCP port allocation lifecycle of @code{gdbserver}
18626
18627 This section applies only when @code{gdbserver} is run to listen on a TCP port.
18628
18629 @code{gdbserver} normally terminates after all of its debugged processes have
18630 terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
18631 extended-remote}, @code{gdbserver} stays running even with no processes left.
18632 @value{GDBN} normally terminates the spawned debugged process on its exit,
18633 which normally also terminates @code{gdbserver} in the @kbd{target remote}
18634 mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
18635 cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
18636 stays running even in the @kbd{target remote} mode.
18637
18638 When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
18639 Such reconnecting is useful for features like @ref{disconnected tracing}. For
18640 completeness, at most one @value{GDBN} can be connected at a time.
18641
18642 @cindex @option{--once}, @code{gdbserver} option
18643 By default, @code{gdbserver} keeps the listening TCP port open, so that
18644 subsequent connections are possible. However, if you start @code{gdbserver}
18645 with the @option{--once} option, it will stop listening for any further
18646 connection attempts after connecting to the first @value{GDBN} session. This
18647 means no further connections to @code{gdbserver} will be possible after the
18648 first one. It also means @code{gdbserver} will terminate after the first
18649 connection with remote @value{GDBN} has closed, even for unexpectedly closed
18650 connections and even in the @kbd{target extended-remote} mode. The
18651 @option{--once} option allows reusing the same port number for connecting to
18652 multiple instances of @code{gdbserver} running on the same host, since each
18653 instance closes its port after the first connection.
18654
18655 @anchor{Other Command-Line Arguments for gdbserver}
18656 @subsubsection Other Command-Line Arguments for @code{gdbserver}
18657
18658 @cindex @option{--debug}, @code{gdbserver} option
18659 The @option{--debug} option tells @code{gdbserver} to display extra
18660 status information about the debugging process.
18661 @cindex @option{--remote-debug}, @code{gdbserver} option
18662 The @option{--remote-debug} option tells @code{gdbserver} to display
18663 remote protocol debug output. These options are intended for
18664 @code{gdbserver} development and for bug reports to the developers.
18665
18666 @cindex @option{--debug-format}, @code{gdbserver} option
18667 The @option{--debug-format=option1[,option2,...]} option tells
18668 @code{gdbserver} to include additional information in each output.
18669 Possible options are:
18670
18671 @table @code
18672 @item none
18673 Turn off all extra information in debugging output.
18674 @item all
18675 Turn on all extra information in debugging output.
18676 @item timestamps
18677 Include a timestamp in each line of debugging output.
18678 @end table
18679
18680 Options are processed in order. Thus, for example, if @option{none}
18681 appears last then no additional information is added to debugging output.
18682
18683 @cindex @option{--wrapper}, @code{gdbserver} option
18684 The @option{--wrapper} option specifies a wrapper to launch programs
18685 for debugging. The option should be followed by the name of the
18686 wrapper, then any command-line arguments to pass to the wrapper, then
18687 @kbd{--} indicating the end of the wrapper arguments.
18688
18689 @code{gdbserver} runs the specified wrapper program with a combined
18690 command line including the wrapper arguments, then the name of the
18691 program to debug, then any arguments to the program. The wrapper
18692 runs until it executes your program, and then @value{GDBN} gains control.
18693
18694 You can use any program that eventually calls @code{execve} with
18695 its arguments as a wrapper. Several standard Unix utilities do
18696 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
18697 with @code{exec "$@@"} will also work.
18698
18699 For example, you can use @code{env} to pass an environment variable to
18700 the debugged program, without setting the variable in @code{gdbserver}'s
18701 environment:
18702
18703 @smallexample
18704 $ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
18705 @end smallexample
18706
18707 @subsection Connecting to @code{gdbserver}
18708
18709 Run @value{GDBN} on the host system.
18710
18711 First make sure you have the necessary symbol files. Load symbols for
18712 your application using the @code{file} command before you connect. Use
18713 @code{set sysroot} to locate target libraries (unless your @value{GDBN}
18714 was compiled with the correct sysroot using @code{--with-sysroot}).
18715
18716 The symbol file and target libraries must exactly match the executable
18717 and libraries on the target, with one exception: the files on the host
18718 system should not be stripped, even if the files on the target system
18719 are. Mismatched or missing files will lead to confusing results
18720 during debugging. On @sc{gnu}/Linux targets, mismatched or missing
18721 files may also prevent @code{gdbserver} from debugging multi-threaded
18722 programs.
18723
18724 Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
18725 For TCP connections, you must start up @code{gdbserver} prior to using
18726 the @code{target remote} command. Otherwise you may get an error whose
18727 text depends on the host system, but which usually looks something like
18728 @samp{Connection refused}. Don't use the @code{load}
18729 command in @value{GDBN} when using @code{gdbserver}, since the program is
18730 already on the target.
18731
18732 @subsection Monitor Commands for @code{gdbserver}
18733 @cindex monitor commands, for @code{gdbserver}
18734 @anchor{Monitor Commands for gdbserver}
18735
18736 During a @value{GDBN} session using @code{gdbserver}, you can use the
18737 @code{monitor} command to send special requests to @code{gdbserver}.
18738 Here are the available commands.
18739
18740 @table @code
18741 @item monitor help
18742 List the available monitor commands.
18743
18744 @item monitor set debug 0
18745 @itemx monitor set debug 1
18746 Disable or enable general debugging messages.
18747
18748 @item monitor set remote-debug 0
18749 @itemx monitor set remote-debug 1
18750 Disable or enable specific debugging messages associated with the remote
18751 protocol (@pxref{Remote Protocol}).
18752
18753 @item monitor set debug-format option1@r{[},option2,...@r{]}
18754 Specify additional text to add to debugging messages.
18755 Possible options are:
18756
18757 @table @code
18758 @item none
18759 Turn off all extra information in debugging output.
18760 @item all
18761 Turn on all extra information in debugging output.
18762 @item timestamps
18763 Include a timestamp in each line of debugging output.
18764 @end table
18765
18766 Options are processed in order. Thus, for example, if @option{none}
18767 appears last then no additional information is added to debugging output.
18768
18769 @item monitor set libthread-db-search-path [PATH]
18770 @cindex gdbserver, search path for @code{libthread_db}
18771 When this command is issued, @var{path} is a colon-separated list of
18772 directories to search for @code{libthread_db} (@pxref{Threads,,set
18773 libthread-db-search-path}). If you omit @var{path},
18774 @samp{libthread-db-search-path} will be reset to its default value.
18775
18776 The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
18777 not supported in @code{gdbserver}.
18778
18779 @item monitor exit
18780 Tell gdbserver to exit immediately. This command should be followed by
18781 @code{disconnect} to close the debugging session. @code{gdbserver} will
18782 detach from any attached processes and kill any processes it created.
18783 Use @code{monitor exit} to terminate @code{gdbserver} at the end
18784 of a multi-process mode debug session.
18785
18786 @end table
18787
18788 @subsection Tracepoints support in @code{gdbserver}
18789 @cindex tracepoints support in @code{gdbserver}
18790
18791 On some targets, @code{gdbserver} supports tracepoints, fast
18792 tracepoints and static tracepoints.
18793
18794 For fast or static tracepoints to work, a special library called the
18795 @dfn{in-process agent} (IPA), must be loaded in the inferior process.
18796 This library is built and distributed as an integral part of
18797 @code{gdbserver}. In addition, support for static tracepoints
18798 requires building the in-process agent library with static tracepoints
18799 support. At present, the UST (LTTng Userspace Tracer,
18800 @url{http://lttng.org/ust}) tracing engine is supported. This support
18801 is automatically available if UST development headers are found in the
18802 standard include path when @code{gdbserver} is built, or if
18803 @code{gdbserver} was explicitly configured using @option{--with-ust}
18804 to point at such headers. You can explicitly disable the support
18805 using @option{--with-ust=no}.
18806
18807 There are several ways to load the in-process agent in your program:
18808
18809 @table @code
18810 @item Specifying it as dependency at link time
18811
18812 You can link your program dynamically with the in-process agent
18813 library. On most systems, this is accomplished by adding
18814 @code{-linproctrace} to the link command.
18815
18816 @item Using the system's preloading mechanisms
18817
18818 You can force loading the in-process agent at startup time by using
18819 your system's support for preloading shared libraries. Many Unixes
18820 support the concept of preloading user defined libraries. In most
18821 cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
18822 in the environment. See also the description of @code{gdbserver}'s
18823 @option{--wrapper} command line option.
18824
18825 @item Using @value{GDBN} to force loading the agent at run time
18826
18827 On some systems, you can force the inferior to load a shared library,
18828 by calling a dynamic loader function in the inferior that takes care
18829 of dynamically looking up and loading a shared library. On most Unix
18830 systems, the function is @code{dlopen}. You'll use the @code{call}
18831 command for that. For example:
18832
18833 @smallexample
18834 (@value{GDBP}) call dlopen ("libinproctrace.so", ...)
18835 @end smallexample
18836
18837 Note that on most Unix systems, for the @code{dlopen} function to be
18838 available, the program needs to be linked with @code{-ldl}.
18839 @end table
18840
18841 On systems that have a userspace dynamic loader, like most Unix
18842 systems, when you connect to @code{gdbserver} using @code{target
18843 remote}, you'll find that the program is stopped at the dynamic
18844 loader's entry point, and no shared library has been loaded in the
18845 program's address space yet, including the in-process agent. In that
18846 case, before being able to use any of the fast or static tracepoints
18847 features, you need to let the loader run and load the shared
18848 libraries. The simplest way to do that is to run the program to the
18849 main procedure. E.g., if debugging a C or C@t{++} program, start
18850 @code{gdbserver} like so:
18851
18852 @smallexample
18853 $ gdbserver :9999 myprogram
18854 @end smallexample
18855
18856 Start GDB and connect to @code{gdbserver} like so, and run to main:
18857
18858 @smallexample
18859 $ gdb myprogram
18860 (@value{GDBP}) target remote myhost:9999
18861 0x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
18862 (@value{GDBP}) b main
18863 (@value{GDBP}) continue
18864 @end smallexample
18865
18866 The in-process tracing agent library should now be loaded into the
18867 process; you can confirm it with the @code{info sharedlibrary}
18868 command, which will list @file{libinproctrace.so} as loaded in the
18869 process. You are now ready to install fast tracepoints, list static
18870 tracepoint markers, probe static tracepoints markers, and start
18871 tracing.
18872
18873 @node Remote Configuration
18874 @section Remote Configuration
18875
18876 @kindex set remote
18877 @kindex show remote
18878 This section documents the configuration options available when
18879 debugging remote programs. For the options related to the File I/O
18880 extensions of the remote protocol, see @ref{system,
18881 system-call-allowed}.
18882
18883 @table @code
18884 @item set remoteaddresssize @var{bits}
18885 @cindex address size for remote targets
18886 @cindex bits in remote address
18887 Set the maximum size of address in a memory packet to the specified
18888 number of bits. @value{GDBN} will mask off the address bits above
18889 that number, when it passes addresses to the remote target. The
18890 default value is the number of bits in the target's address.
18891
18892 @item show remoteaddresssize
18893 Show the current value of remote address size in bits.
18894
18895 @item set serial baud @var{n}
18896 @cindex baud rate for remote targets
18897 Set the baud rate for the remote serial I/O to @var{n} baud. The
18898 value is used to set the speed of the serial port used for debugging
18899 remote targets.
18900
18901 @item show serial baud
18902 Show the current speed of the remote connection.
18903
18904 @item set remotebreak
18905 @cindex interrupt remote programs
18906 @cindex BREAK signal instead of Ctrl-C
18907 @anchor{set remotebreak}
18908 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
18909 when you type @kbd{Ctrl-c} to interrupt the program running
18910 on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
18911 character instead. The default is off, since most remote systems
18912 expect to see @samp{Ctrl-C} as the interrupt signal.
18913
18914 @item show remotebreak
18915 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
18916 interrupt the remote program.
18917
18918 @item set remoteflow on
18919 @itemx set remoteflow off
18920 @kindex set remoteflow
18921 Enable or disable hardware flow control (@code{RTS}/@code{CTS})
18922 on the serial port used to communicate to the remote target.
18923
18924 @item show remoteflow
18925 @kindex show remoteflow
18926 Show the current setting of hardware flow control.
18927
18928 @item set remotelogbase @var{base}
18929 Set the base (a.k.a.@: radix) of logging serial protocol
18930 communications to @var{base}. Supported values of @var{base} are:
18931 @code{ascii}, @code{octal}, and @code{hex}. The default is
18932 @code{ascii}.
18933
18934 @item show remotelogbase
18935 Show the current setting of the radix for logging remote serial
18936 protocol.
18937
18938 @item set remotelogfile @var{file}
18939 @cindex record serial communications on file
18940 Record remote serial communications on the named @var{file}. The
18941 default is not to record at all.
18942
18943 @item show remotelogfile.
18944 Show the current setting of the file name on which to record the
18945 serial communications.
18946
18947 @item set remotetimeout @var{num}
18948 @cindex timeout for serial communications
18949 @cindex remote timeout
18950 Set the timeout limit to wait for the remote target to respond to
18951 @var{num} seconds. The default is 2 seconds.
18952
18953 @item show remotetimeout
18954 Show the current number of seconds to wait for the remote target
18955 responses.
18956
18957 @cindex limit hardware breakpoints and watchpoints
18958 @cindex remote target, limit break- and watchpoints
18959 @anchor{set remote hardware-watchpoint-limit}
18960 @anchor{set remote hardware-breakpoint-limit}
18961 @item set remote hardware-watchpoint-limit @var{limit}
18962 @itemx set remote hardware-breakpoint-limit @var{limit}
18963 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
18964 watchpoints. A limit of -1, the default, is treated as unlimited.
18965
18966 @cindex limit hardware watchpoints length
18967 @cindex remote target, limit watchpoints length
18968 @anchor{set remote hardware-watchpoint-length-limit}
18969 @item set remote hardware-watchpoint-length-limit @var{limit}
18970 Restrict @value{GDBN} to using @var{limit} bytes for the maximum length of
18971 a remote hardware watchpoint. A limit of -1, the default, is treated
18972 as unlimited.
18973
18974 @item show remote hardware-watchpoint-length-limit
18975 Show the current limit (in bytes) of the maximum length of
18976 a remote hardware watchpoint.
18977
18978 @item set remote exec-file @var{filename}
18979 @itemx show remote exec-file
18980 @anchor{set remote exec-file}
18981 @cindex executable file, for remote target
18982 Select the file used for @code{run} with @code{target
18983 extended-remote}. This should be set to a filename valid on the
18984 target system. If it is not set, the target will use a default
18985 filename (e.g.@: the last program run).
18986
18987 @item set remote interrupt-sequence
18988 @cindex interrupt remote programs
18989 @cindex select Ctrl-C, BREAK or BREAK-g
18990 Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
18991 @samp{BREAK-g} as the
18992 sequence to the remote target in order to interrupt the execution.
18993 @samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
18994 is high level of serial line for some certain time.
18995 Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
18996 It is @code{BREAK} signal followed by character @code{g}.
18997
18998 @item show interrupt-sequence
18999 Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
19000 is sent by @value{GDBN} to interrupt the remote program.
19001 @code{BREAK-g} is BREAK signal followed by @code{g} and
19002 also known as Magic SysRq g.
19003
19004 @item set remote interrupt-on-connect
19005 @cindex send interrupt-sequence on start
19006 Specify whether interrupt-sequence is sent to remote target when
19007 @value{GDBN} connects to it. This is mostly needed when you debug
19008 Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
19009 which is known as Magic SysRq g in order to connect @value{GDBN}.
19010
19011 @item show interrupt-on-connect
19012 Show whether interrupt-sequence is sent
19013 to remote target when @value{GDBN} connects to it.
19014
19015 @kindex set tcp
19016 @kindex show tcp
19017 @item set tcp auto-retry on
19018 @cindex auto-retry, for remote TCP target
19019 Enable auto-retry for remote TCP connections. This is useful if the remote
19020 debugging agent is launched in parallel with @value{GDBN}; there is a race
19021 condition because the agent may not become ready to accept the connection
19022 before @value{GDBN} attempts to connect. When auto-retry is
19023 enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
19024 to establish the connection using the timeout specified by
19025 @code{set tcp connect-timeout}.
19026
19027 @item set tcp auto-retry off
19028 Do not auto-retry failed TCP connections.
19029
19030 @item show tcp auto-retry
19031 Show the current auto-retry setting.
19032
19033 @item set tcp connect-timeout @var{seconds}
19034 @itemx set tcp connect-timeout unlimited
19035 @cindex connection timeout, for remote TCP target
19036 @cindex timeout, for remote target connection
19037 Set the timeout for establishing a TCP connection to the remote target to
19038 @var{seconds}. The timeout affects both polling to retry failed connections
19039 (enabled by @code{set tcp auto-retry on}) and waiting for connections
19040 that are merely slow to complete, and represents an approximate cumulative
19041 value. If @var{seconds} is @code{unlimited}, there is no timeout and
19042 @value{GDBN} will keep attempting to establish a connection forever,
19043 unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
19044
19045 @item show tcp connect-timeout
19046 Show the current connection timeout setting.
19047 @end table
19048
19049 @cindex remote packets, enabling and disabling
19050 The @value{GDBN} remote protocol autodetects the packets supported by
19051 your debugging stub. If you need to override the autodetection, you
19052 can use these commands to enable or disable individual packets. Each
19053 packet can be set to @samp{on} (the remote target supports this
19054 packet), @samp{off} (the remote target does not support this packet),
19055 or @samp{auto} (detect remote target support for this packet). They
19056 all default to @samp{auto}. For more information about each packet,
19057 see @ref{Remote Protocol}.
19058
19059 During normal use, you should not have to use any of these commands.
19060 If you do, that may be a bug in your remote debugging stub, or a bug
19061 in @value{GDBN}. You may want to report the problem to the
19062 @value{GDBN} developers.
19063
19064 For each packet @var{name}, the command to enable or disable the
19065 packet is @code{set remote @var{name}-packet}. The available settings
19066 are:
19067
19068 @multitable @columnfractions 0.28 0.32 0.25
19069 @item Command Name
19070 @tab Remote Packet
19071 @tab Related Features
19072
19073 @item @code{fetch-register}
19074 @tab @code{p}
19075 @tab @code{info registers}
19076
19077 @item @code{set-register}
19078 @tab @code{P}
19079 @tab @code{set}
19080
19081 @item @code{binary-download}
19082 @tab @code{X}
19083 @tab @code{load}, @code{set}
19084
19085 @item @code{read-aux-vector}
19086 @tab @code{qXfer:auxv:read}
19087 @tab @code{info auxv}
19088
19089 @item @code{symbol-lookup}
19090 @tab @code{qSymbol}
19091 @tab Detecting multiple threads
19092
19093 @item @code{attach}
19094 @tab @code{vAttach}
19095 @tab @code{attach}
19096
19097 @item @code{verbose-resume}
19098 @tab @code{vCont}
19099 @tab Stepping or resuming multiple threads
19100
19101 @item @code{run}
19102 @tab @code{vRun}
19103 @tab @code{run}
19104
19105 @item @code{software-breakpoint}
19106 @tab @code{Z0}
19107 @tab @code{break}
19108
19109 @item @code{hardware-breakpoint}
19110 @tab @code{Z1}
19111 @tab @code{hbreak}
19112
19113 @item @code{write-watchpoint}
19114 @tab @code{Z2}
19115 @tab @code{watch}
19116
19117 @item @code{read-watchpoint}
19118 @tab @code{Z3}
19119 @tab @code{rwatch}
19120
19121 @item @code{access-watchpoint}
19122 @tab @code{Z4}
19123 @tab @code{awatch}
19124
19125 @item @code{target-features}
19126 @tab @code{qXfer:features:read}
19127 @tab @code{set architecture}
19128
19129 @item @code{library-info}
19130 @tab @code{qXfer:libraries:read}
19131 @tab @code{info sharedlibrary}
19132
19133 @item @code{memory-map}
19134 @tab @code{qXfer:memory-map:read}
19135 @tab @code{info mem}
19136
19137 @item @code{read-sdata-object}
19138 @tab @code{qXfer:sdata:read}
19139 @tab @code{print $_sdata}
19140
19141 @item @code{read-spu-object}
19142 @tab @code{qXfer:spu:read}
19143 @tab @code{info spu}
19144
19145 @item @code{write-spu-object}
19146 @tab @code{qXfer:spu:write}
19147 @tab @code{info spu}
19148
19149 @item @code{read-siginfo-object}
19150 @tab @code{qXfer:siginfo:read}
19151 @tab @code{print $_siginfo}
19152
19153 @item @code{write-siginfo-object}
19154 @tab @code{qXfer:siginfo:write}
19155 @tab @code{set $_siginfo}
19156
19157 @item @code{threads}
19158 @tab @code{qXfer:threads:read}
19159 @tab @code{info threads}
19160
19161 @item @code{get-thread-local-@*storage-address}
19162 @tab @code{qGetTLSAddr}
19163 @tab Displaying @code{__thread} variables
19164
19165 @item @code{get-thread-information-block-address}
19166 @tab @code{qGetTIBAddr}
19167 @tab Display MS-Windows Thread Information Block.
19168
19169 @item @code{search-memory}
19170 @tab @code{qSearch:memory}
19171 @tab @code{find}
19172
19173 @item @code{supported-packets}
19174 @tab @code{qSupported}
19175 @tab Remote communications parameters
19176
19177 @item @code{pass-signals}
19178 @tab @code{QPassSignals}
19179 @tab @code{handle @var{signal}}
19180
19181 @item @code{program-signals}
19182 @tab @code{QProgramSignals}
19183 @tab @code{handle @var{signal}}
19184
19185 @item @code{hostio-close-packet}
19186 @tab @code{vFile:close}
19187 @tab @code{remote get}, @code{remote put}
19188
19189 @item @code{hostio-open-packet}
19190 @tab @code{vFile:open}
19191 @tab @code{remote get}, @code{remote put}
19192
19193 @item @code{hostio-pread-packet}
19194 @tab @code{vFile:pread}
19195 @tab @code{remote get}, @code{remote put}
19196
19197 @item @code{hostio-pwrite-packet}
19198 @tab @code{vFile:pwrite}
19199 @tab @code{remote get}, @code{remote put}
19200
19201 @item @code{hostio-unlink-packet}
19202 @tab @code{vFile:unlink}
19203 @tab @code{remote delete}
19204
19205 @item @code{hostio-readlink-packet}
19206 @tab @code{vFile:readlink}
19207 @tab Host I/O
19208
19209 @item @code{noack-packet}
19210 @tab @code{QStartNoAckMode}
19211 @tab Packet acknowledgment
19212
19213 @item @code{osdata}
19214 @tab @code{qXfer:osdata:read}
19215 @tab @code{info os}
19216
19217 @item @code{query-attached}
19218 @tab @code{qAttached}
19219 @tab Querying remote process attach state.
19220
19221 @item @code{trace-buffer-size}
19222 @tab @code{QTBuffer:size}
19223 @tab @code{set trace-buffer-size}
19224
19225 @item @code{trace-status}
19226 @tab @code{qTStatus}
19227 @tab @code{tstatus}
19228
19229 @item @code{traceframe-info}
19230 @tab @code{qXfer:traceframe-info:read}
19231 @tab Traceframe info
19232
19233 @item @code{install-in-trace}
19234 @tab @code{InstallInTrace}
19235 @tab Install tracepoint in tracing
19236
19237 @item @code{disable-randomization}
19238 @tab @code{QDisableRandomization}
19239 @tab @code{set disable-randomization}
19240
19241 @item @code{conditional-breakpoints-packet}
19242 @tab @code{Z0 and Z1}
19243 @tab @code{Support for target-side breakpoint condition evaluation}
19244 @end multitable
19245
19246 @node Remote Stub
19247 @section Implementing a Remote Stub
19248
19249 @cindex debugging stub, example
19250 @cindex remote stub, example
19251 @cindex stub example, remote debugging
19252 The stub files provided with @value{GDBN} implement the target side of the
19253 communication protocol, and the @value{GDBN} side is implemented in the
19254 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
19255 these subroutines to communicate, and ignore the details. (If you're
19256 implementing your own stub file, you can still ignore the details: start
19257 with one of the existing stub files. @file{sparc-stub.c} is the best
19258 organized, and therefore the easiest to read.)
19259
19260 @cindex remote serial debugging, overview
19261 To debug a program running on another machine (the debugging
19262 @dfn{target} machine), you must first arrange for all the usual
19263 prerequisites for the program to run by itself. For example, for a C
19264 program, you need:
19265
19266 @enumerate
19267 @item
19268 A startup routine to set up the C runtime environment; these usually
19269 have a name like @file{crt0}. The startup routine may be supplied by
19270 your hardware supplier, or you may have to write your own.
19271
19272 @item
19273 A C subroutine library to support your program's
19274 subroutine calls, notably managing input and output.
19275
19276 @item
19277 A way of getting your program to the other machine---for example, a
19278 download program. These are often supplied by the hardware
19279 manufacturer, but you may have to write your own from hardware
19280 documentation.
19281 @end enumerate
19282
19283 The next step is to arrange for your program to use a serial port to
19284 communicate with the machine where @value{GDBN} is running (the @dfn{host}
19285 machine). In general terms, the scheme looks like this:
19286
19287 @table @emph
19288 @item On the host,
19289 @value{GDBN} already understands how to use this protocol; when everything
19290 else is set up, you can simply use the @samp{target remote} command
19291 (@pxref{Targets,,Specifying a Debugging Target}).
19292
19293 @item On the target,
19294 you must link with your program a few special-purpose subroutines that
19295 implement the @value{GDBN} remote serial protocol. The file containing these
19296 subroutines is called a @dfn{debugging stub}.
19297
19298 On certain remote targets, you can use an auxiliary program
19299 @code{gdbserver} instead of linking a stub into your program.
19300 @xref{Server,,Using the @code{gdbserver} Program}, for details.
19301 @end table
19302
19303 The debugging stub is specific to the architecture of the remote
19304 machine; for example, use @file{sparc-stub.c} to debug programs on
19305 @sc{sparc} boards.
19306
19307 @cindex remote serial stub list
19308 These working remote stubs are distributed with @value{GDBN}:
19309
19310 @table @code
19311
19312 @item i386-stub.c
19313 @cindex @file{i386-stub.c}
19314 @cindex Intel
19315 @cindex i386
19316 For Intel 386 and compatible architectures.
19317
19318 @item m68k-stub.c
19319 @cindex @file{m68k-stub.c}
19320 @cindex Motorola 680x0
19321 @cindex m680x0
19322 For Motorola 680x0 architectures.
19323
19324 @item sh-stub.c
19325 @cindex @file{sh-stub.c}
19326 @cindex Renesas
19327 @cindex SH
19328 For Renesas SH architectures.
19329
19330 @item sparc-stub.c
19331 @cindex @file{sparc-stub.c}
19332 @cindex Sparc
19333 For @sc{sparc} architectures.
19334
19335 @item sparcl-stub.c
19336 @cindex @file{sparcl-stub.c}
19337 @cindex Fujitsu
19338 @cindex SparcLite
19339 For Fujitsu @sc{sparclite} architectures.
19340
19341 @end table
19342
19343 The @file{README} file in the @value{GDBN} distribution may list other
19344 recently added stubs.
19345
19346 @menu
19347 * Stub Contents:: What the stub can do for you
19348 * Bootstrapping:: What you must do for the stub
19349 * Debug Session:: Putting it all together
19350 @end menu
19351
19352 @node Stub Contents
19353 @subsection What the Stub Can Do for You
19354
19355 @cindex remote serial stub
19356 The debugging stub for your architecture supplies these three
19357 subroutines:
19358
19359 @table @code
19360 @item set_debug_traps
19361 @findex set_debug_traps
19362 @cindex remote serial stub, initialization
19363 This routine arranges for @code{handle_exception} to run when your
19364 program stops. You must call this subroutine explicitly in your
19365 program's startup code.
19366
19367 @item handle_exception
19368 @findex handle_exception
19369 @cindex remote serial stub, main routine
19370 This is the central workhorse, but your program never calls it
19371 explicitly---the setup code arranges for @code{handle_exception} to
19372 run when a trap is triggered.
19373
19374 @code{handle_exception} takes control when your program stops during
19375 execution (for example, on a breakpoint), and mediates communications
19376 with @value{GDBN} on the host machine. This is where the communications
19377 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
19378 representative on the target machine. It begins by sending summary
19379 information on the state of your program, then continues to execute,
19380 retrieving and transmitting any information @value{GDBN} needs, until you
19381 execute a @value{GDBN} command that makes your program resume; at that point,
19382 @code{handle_exception} returns control to your own code on the target
19383 machine.
19384
19385 @item breakpoint
19386 @cindex @code{breakpoint} subroutine, remote
19387 Use this auxiliary subroutine to make your program contain a
19388 breakpoint. Depending on the particular situation, this may be the only
19389 way for @value{GDBN} to get control. For instance, if your target
19390 machine has some sort of interrupt button, you won't need to call this;
19391 pressing the interrupt button transfers control to
19392 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
19393 simply receiving characters on the serial port may also trigger a trap;
19394 again, in that situation, you don't need to call @code{breakpoint} from
19395 your own program---simply running @samp{target remote} from the host
19396 @value{GDBN} session gets control.
19397
19398 Call @code{breakpoint} if none of these is true, or if you simply want
19399 to make certain your program stops at a predetermined point for the
19400 start of your debugging session.
19401 @end table
19402
19403 @node Bootstrapping
19404 @subsection What You Must Do for the Stub
19405
19406 @cindex remote stub, support routines
19407 The debugging stubs that come with @value{GDBN} are set up for a particular
19408 chip architecture, but they have no information about the rest of your
19409 debugging target machine.
19410
19411 First of all you need to tell the stub how to communicate with the
19412 serial port.
19413
19414 @table @code
19415 @item int getDebugChar()
19416 @findex getDebugChar
19417 Write this subroutine to read a single character from the serial port.
19418 It may be identical to @code{getchar} for your target system; a
19419 different name is used to allow you to distinguish the two if you wish.
19420
19421 @item void putDebugChar(int)
19422 @findex putDebugChar
19423 Write this subroutine to write a single character to the serial port.
19424 It may be identical to @code{putchar} for your target system; a
19425 different name is used to allow you to distinguish the two if you wish.
19426 @end table
19427
19428 @cindex control C, and remote debugging
19429 @cindex interrupting remote targets
19430 If you want @value{GDBN} to be able to stop your program while it is
19431 running, you need to use an interrupt-driven serial driver, and arrange
19432 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
19433 character). That is the character which @value{GDBN} uses to tell the
19434 remote system to stop.
19435
19436 Getting the debugging target to return the proper status to @value{GDBN}
19437 probably requires changes to the standard stub; one quick and dirty way
19438 is to just execute a breakpoint instruction (the ``dirty'' part is that
19439 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
19440
19441 Other routines you need to supply are:
19442
19443 @table @code
19444 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
19445 @findex exceptionHandler
19446 Write this function to install @var{exception_address} in the exception
19447 handling tables. You need to do this because the stub does not have any
19448 way of knowing what the exception handling tables on your target system
19449 are like (for example, the processor's table might be in @sc{rom},
19450 containing entries which point to a table in @sc{ram}).
19451 The @var{exception_number} specifies the exception which should be changed;
19452 its meaning is architecture-dependent (for example, different numbers
19453 might represent divide by zero, misaligned access, etc). When this
19454 exception occurs, control should be transferred directly to
19455 @var{exception_address}, and the processor state (stack, registers,
19456 and so on) should be just as it is when a processor exception occurs. So if
19457 you want to use a jump instruction to reach @var{exception_address}, it
19458 should be a simple jump, not a jump to subroutine.
19459
19460 For the 386, @var{exception_address} should be installed as an interrupt
19461 gate so that interrupts are masked while the handler runs. The gate
19462 should be at privilege level 0 (the most privileged level). The
19463 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
19464 help from @code{exceptionHandler}.
19465
19466 @item void flush_i_cache()
19467 @findex flush_i_cache
19468 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
19469 instruction cache, if any, on your target machine. If there is no
19470 instruction cache, this subroutine may be a no-op.
19471
19472 On target machines that have instruction caches, @value{GDBN} requires this
19473 function to make certain that the state of your program is stable.
19474 @end table
19475
19476 @noindent
19477 You must also make sure this library routine is available:
19478
19479 @table @code
19480 @item void *memset(void *, int, int)
19481 @findex memset
19482 This is the standard library function @code{memset} that sets an area of
19483 memory to a known value. If you have one of the free versions of
19484 @code{libc.a}, @code{memset} can be found there; otherwise, you must
19485 either obtain it from your hardware manufacturer, or write your own.
19486 @end table
19487
19488 If you do not use the GNU C compiler, you may need other standard
19489 library subroutines as well; this varies from one stub to another,
19490 but in general the stubs are likely to use any of the common library
19491 subroutines which @code{@value{NGCC}} generates as inline code.
19492
19493
19494 @node Debug Session
19495 @subsection Putting it All Together
19496
19497 @cindex remote serial debugging summary
19498 In summary, when your program is ready to debug, you must follow these
19499 steps.
19500
19501 @enumerate
19502 @item
19503 Make sure you have defined the supporting low-level routines
19504 (@pxref{Bootstrapping,,What You Must Do for the Stub}):
19505 @display
19506 @code{getDebugChar}, @code{putDebugChar},
19507 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
19508 @end display
19509
19510 @item
19511 Insert these lines in your program's startup code, before the main
19512 procedure is called:
19513
19514 @smallexample
19515 set_debug_traps();
19516 breakpoint();
19517 @end smallexample
19518
19519 On some machines, when a breakpoint trap is raised, the hardware
19520 automatically makes the PC point to the instruction after the
19521 breakpoint. If your machine doesn't do that, you may need to adjust
19522 @code{handle_exception} to arrange for it to return to the instruction
19523 after the breakpoint on this first invocation, so that your program
19524 doesn't keep hitting the initial breakpoint instead of making
19525 progress.
19526
19527 @item
19528 For the 680x0 stub only, you need to provide a variable called
19529 @code{exceptionHook}. Normally you just use:
19530
19531 @smallexample
19532 void (*exceptionHook)() = 0;
19533 @end smallexample
19534
19535 @noindent
19536 but if before calling @code{set_debug_traps}, you set it to point to a
19537 function in your program, that function is called when
19538 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
19539 error). The function indicated by @code{exceptionHook} is called with
19540 one parameter: an @code{int} which is the exception number.
19541
19542 @item
19543 Compile and link together: your program, the @value{GDBN} debugging stub for
19544 your target architecture, and the supporting subroutines.
19545
19546 @item
19547 Make sure you have a serial connection between your target machine and
19548 the @value{GDBN} host, and identify the serial port on the host.
19549
19550 @item
19551 @c The "remote" target now provides a `load' command, so we should
19552 @c document that. FIXME.
19553 Download your program to your target machine (or get it there by
19554 whatever means the manufacturer provides), and start it.
19555
19556 @item
19557 Start @value{GDBN} on the host, and connect to the target
19558 (@pxref{Connecting,,Connecting to a Remote Target}).
19559
19560 @end enumerate
19561
19562 @node Configurations
19563 @chapter Configuration-Specific Information
19564
19565 While nearly all @value{GDBN} commands are available for all native and
19566 cross versions of the debugger, there are some exceptions. This chapter
19567 describes things that are only available in certain configurations.
19568
19569 There are three major categories of configurations: native
19570 configurations, where the host and target are the same, embedded
19571 operating system configurations, which are usually the same for several
19572 different processor architectures, and bare embedded processors, which
19573 are quite different from each other.
19574
19575 @menu
19576 * Native::
19577 * Embedded OS::
19578 * Embedded Processors::
19579 * Architectures::
19580 @end menu
19581
19582 @node Native
19583 @section Native
19584
19585 This section describes details specific to particular native
19586 configurations.
19587
19588 @menu
19589 * HP-UX:: HP-UX
19590 * BSD libkvm Interface:: Debugging BSD kernel memory images
19591 * SVR4 Process Information:: SVR4 process information
19592 * DJGPP Native:: Features specific to the DJGPP port
19593 * Cygwin Native:: Features specific to the Cygwin port
19594 * Hurd Native:: Features specific to @sc{gnu} Hurd
19595 * Darwin:: Features specific to Darwin
19596 @end menu
19597
19598 @node HP-UX
19599 @subsection HP-UX
19600
19601 On HP-UX systems, if you refer to a function or variable name that
19602 begins with a dollar sign, @value{GDBN} searches for a user or system
19603 name first, before it searches for a convenience variable.
19604
19605
19606 @node BSD libkvm Interface
19607 @subsection BSD libkvm Interface
19608
19609 @cindex libkvm
19610 @cindex kernel memory image
19611 @cindex kernel crash dump
19612
19613 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
19614 interface that provides a uniform interface for accessing kernel virtual
19615 memory images, including live systems and crash dumps. @value{GDBN}
19616 uses this interface to allow you to debug live kernels and kernel crash
19617 dumps on many native BSD configurations. This is implemented as a
19618 special @code{kvm} debugging target. For debugging a live system, load
19619 the currently running kernel into @value{GDBN} and connect to the
19620 @code{kvm} target:
19621
19622 @smallexample
19623 (@value{GDBP}) @b{target kvm}
19624 @end smallexample
19625
19626 For debugging crash dumps, provide the file name of the crash dump as an
19627 argument:
19628
19629 @smallexample
19630 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
19631 @end smallexample
19632
19633 Once connected to the @code{kvm} target, the following commands are
19634 available:
19635
19636 @table @code
19637 @kindex kvm
19638 @item kvm pcb
19639 Set current context from the @dfn{Process Control Block} (PCB) address.
19640
19641 @item kvm proc
19642 Set current context from proc address. This command isn't available on
19643 modern FreeBSD systems.
19644 @end table
19645
19646 @node SVR4 Process Information
19647 @subsection SVR4 Process Information
19648 @cindex /proc
19649 @cindex examine process image
19650 @cindex process info via @file{/proc}
19651
19652 Many versions of SVR4 and compatible systems provide a facility called
19653 @samp{/proc} that can be used to examine the image of a running
19654 process using file-system subroutines.
19655
19656 If @value{GDBN} is configured for an operating system with this
19657 facility, the command @code{info proc} is available to report
19658 information about the process running your program, or about any
19659 process running on your system. This includes, as of this writing,
19660 @sc{gnu}/Linux, OSF/1 (Digital Unix), Solaris, and Irix, but
19661 not HP-UX, for example.
19662
19663 This command may also work on core files that were created on a system
19664 that has the @samp{/proc} facility.
19665
19666 @table @code
19667 @kindex info proc
19668 @cindex process ID
19669 @item info proc
19670 @itemx info proc @var{process-id}
19671 Summarize available information about any running process. If a
19672 process ID is specified by @var{process-id}, display information about
19673 that process; otherwise display information about the program being
19674 debugged. The summary includes the debugged process ID, the command
19675 line used to invoke it, its current working directory, and its
19676 executable file's absolute file name.
19677
19678 On some systems, @var{process-id} can be of the form
19679 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
19680 within a process. If the optional @var{pid} part is missing, it means
19681 a thread from the process being debugged (the leading @samp{/} still
19682 needs to be present, or else @value{GDBN} will interpret the number as
19683 a process ID rather than a thread ID).
19684
19685 @item info proc cmdline
19686 @cindex info proc cmdline
19687 Show the original command line of the process. This command is
19688 specific to @sc{gnu}/Linux.
19689
19690 @item info proc cwd
19691 @cindex info proc cwd
19692 Show the current working directory of the process. This command is
19693 specific to @sc{gnu}/Linux.
19694
19695 @item info proc exe
19696 @cindex info proc exe
19697 Show the name of executable of the process. This command is specific
19698 to @sc{gnu}/Linux.
19699
19700 @item info proc mappings
19701 @cindex memory address space mappings
19702 Report the memory address space ranges accessible in the program, with
19703 information on whether the process has read, write, or execute access
19704 rights to each range. On @sc{gnu}/Linux systems, each memory range
19705 includes the object file which is mapped to that range, instead of the
19706 memory access rights to that range.
19707
19708 @item info proc stat
19709 @itemx info proc status
19710 @cindex process detailed status information
19711 These subcommands are specific to @sc{gnu}/Linux systems. They show
19712 the process-related information, including the user ID and group ID;
19713 how many threads are there in the process; its virtual memory usage;
19714 the signals that are pending, blocked, and ignored; its TTY; its
19715 consumption of system and user time; its stack size; its @samp{nice}
19716 value; etc. For more information, see the @samp{proc} man page
19717 (type @kbd{man 5 proc} from your shell prompt).
19718
19719 @item info proc all
19720 Show all the information about the process described under all of the
19721 above @code{info proc} subcommands.
19722
19723 @ignore
19724 @comment These sub-options of 'info proc' were not included when
19725 @comment procfs.c was re-written. Keep their descriptions around
19726 @comment against the day when someone finds the time to put them back in.
19727 @kindex info proc times
19728 @item info proc times
19729 Starting time, user CPU time, and system CPU time for your program and
19730 its children.
19731
19732 @kindex info proc id
19733 @item info proc id
19734 Report on the process IDs related to your program: its own process ID,
19735 the ID of its parent, the process group ID, and the session ID.
19736 @end ignore
19737
19738 @item set procfs-trace
19739 @kindex set procfs-trace
19740 @cindex @code{procfs} API calls
19741 This command enables and disables tracing of @code{procfs} API calls.
19742
19743 @item show procfs-trace
19744 @kindex show procfs-trace
19745 Show the current state of @code{procfs} API call tracing.
19746
19747 @item set procfs-file @var{file}
19748 @kindex set procfs-file
19749 Tell @value{GDBN} to write @code{procfs} API trace to the named
19750 @var{file}. @value{GDBN} appends the trace info to the previous
19751 contents of the file. The default is to display the trace on the
19752 standard output.
19753
19754 @item show procfs-file
19755 @kindex show procfs-file
19756 Show the file to which @code{procfs} API trace is written.
19757
19758 @item proc-trace-entry
19759 @itemx proc-trace-exit
19760 @itemx proc-untrace-entry
19761 @itemx proc-untrace-exit
19762 @kindex proc-trace-entry
19763 @kindex proc-trace-exit
19764 @kindex proc-untrace-entry
19765 @kindex proc-untrace-exit
19766 These commands enable and disable tracing of entries into and exits
19767 from the @code{syscall} interface.
19768
19769 @item info pidlist
19770 @kindex info pidlist
19771 @cindex process list, QNX Neutrino
19772 For QNX Neutrino only, this command displays the list of all the
19773 processes and all the threads within each process.
19774
19775 @item info meminfo
19776 @kindex info meminfo
19777 @cindex mapinfo list, QNX Neutrino
19778 For QNX Neutrino only, this command displays the list of all mapinfos.
19779 @end table
19780
19781 @node DJGPP Native
19782 @subsection Features for Debugging @sc{djgpp} Programs
19783 @cindex @sc{djgpp} debugging
19784 @cindex native @sc{djgpp} debugging
19785 @cindex MS-DOS-specific commands
19786
19787 @cindex DPMI
19788 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
19789 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
19790 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
19791 top of real-mode DOS systems and their emulations.
19792
19793 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
19794 defines a few commands specific to the @sc{djgpp} port. This
19795 subsection describes those commands.
19796
19797 @table @code
19798 @kindex info dos
19799 @item info dos
19800 This is a prefix of @sc{djgpp}-specific commands which print
19801 information about the target system and important OS structures.
19802
19803 @kindex sysinfo
19804 @cindex MS-DOS system info
19805 @cindex free memory information (MS-DOS)
19806 @item info dos sysinfo
19807 This command displays assorted information about the underlying
19808 platform: the CPU type and features, the OS version and flavor, the
19809 DPMI version, and the available conventional and DPMI memory.
19810
19811 @cindex GDT
19812 @cindex LDT
19813 @cindex IDT
19814 @cindex segment descriptor tables
19815 @cindex descriptor tables display
19816 @item info dos gdt
19817 @itemx info dos ldt
19818 @itemx info dos idt
19819 These 3 commands display entries from, respectively, Global, Local,
19820 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
19821 tables are data structures which store a descriptor for each segment
19822 that is currently in use. The segment's selector is an index into a
19823 descriptor table; the table entry for that index holds the
19824 descriptor's base address and limit, and its attributes and access
19825 rights.
19826
19827 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
19828 segment (used for both data and the stack), and a DOS segment (which
19829 allows access to DOS/BIOS data structures and absolute addresses in
19830 conventional memory). However, the DPMI host will usually define
19831 additional segments in order to support the DPMI environment.
19832
19833 @cindex garbled pointers
19834 These commands allow to display entries from the descriptor tables.
19835 Without an argument, all entries from the specified table are
19836 displayed. An argument, which should be an integer expression, means
19837 display a single entry whose index is given by the argument. For
19838 example, here's a convenient way to display information about the
19839 debugged program's data segment:
19840
19841 @smallexample
19842 @exdent @code{(@value{GDBP}) info dos ldt $ds}
19843 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
19844 @end smallexample
19845
19846 @noindent
19847 This comes in handy when you want to see whether a pointer is outside
19848 the data segment's limit (i.e.@: @dfn{garbled}).
19849
19850 @cindex page tables display (MS-DOS)
19851 @item info dos pde
19852 @itemx info dos pte
19853 These two commands display entries from, respectively, the Page
19854 Directory and the Page Tables. Page Directories and Page Tables are
19855 data structures which control how virtual memory addresses are mapped
19856 into physical addresses. A Page Table includes an entry for every
19857 page of memory that is mapped into the program's address space; there
19858 may be several Page Tables, each one holding up to 4096 entries. A
19859 Page Directory has up to 4096 entries, one each for every Page Table
19860 that is currently in use.
19861
19862 Without an argument, @kbd{info dos pde} displays the entire Page
19863 Directory, and @kbd{info dos pte} displays all the entries in all of
19864 the Page Tables. An argument, an integer expression, given to the
19865 @kbd{info dos pde} command means display only that entry from the Page
19866 Directory table. An argument given to the @kbd{info dos pte} command
19867 means display entries from a single Page Table, the one pointed to by
19868 the specified entry in the Page Directory.
19869
19870 @cindex direct memory access (DMA) on MS-DOS
19871 These commands are useful when your program uses @dfn{DMA} (Direct
19872 Memory Access), which needs physical addresses to program the DMA
19873 controller.
19874
19875 These commands are supported only with some DPMI servers.
19876
19877 @cindex physical address from linear address
19878 @item info dos address-pte @var{addr}
19879 This command displays the Page Table entry for a specified linear
19880 address. The argument @var{addr} is a linear address which should
19881 already have the appropriate segment's base address added to it,
19882 because this command accepts addresses which may belong to @emph{any}
19883 segment. For example, here's how to display the Page Table entry for
19884 the page where a variable @code{i} is stored:
19885
19886 @smallexample
19887 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
19888 @exdent @code{Page Table entry for address 0x11a00d30:}
19889 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
19890 @end smallexample
19891
19892 @noindent
19893 This says that @code{i} is stored at offset @code{0xd30} from the page
19894 whose physical base address is @code{0x02698000}, and shows all the
19895 attributes of that page.
19896
19897 Note that you must cast the addresses of variables to a @code{char *},
19898 since otherwise the value of @code{__djgpp_base_address}, the base
19899 address of all variables and functions in a @sc{djgpp} program, will
19900 be added using the rules of C pointer arithmetics: if @code{i} is
19901 declared an @code{int}, @value{GDBN} will add 4 times the value of
19902 @code{__djgpp_base_address} to the address of @code{i}.
19903
19904 Here's another example, it displays the Page Table entry for the
19905 transfer buffer:
19906
19907 @smallexample
19908 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
19909 @exdent @code{Page Table entry for address 0x29110:}
19910 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
19911 @end smallexample
19912
19913 @noindent
19914 (The @code{+ 3} offset is because the transfer buffer's address is the
19915 3rd member of the @code{_go32_info_block} structure.) The output
19916 clearly shows that this DPMI server maps the addresses in conventional
19917 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
19918 linear (@code{0x29110}) addresses are identical.
19919
19920 This command is supported only with some DPMI servers.
19921 @end table
19922
19923 @cindex DOS serial data link, remote debugging
19924 In addition to native debugging, the DJGPP port supports remote
19925 debugging via a serial data link. The following commands are specific
19926 to remote serial debugging in the DJGPP port of @value{GDBN}.
19927
19928 @table @code
19929 @kindex set com1base
19930 @kindex set com1irq
19931 @kindex set com2base
19932 @kindex set com2irq
19933 @kindex set com3base
19934 @kindex set com3irq
19935 @kindex set com4base
19936 @kindex set com4irq
19937 @item set com1base @var{addr}
19938 This command sets the base I/O port address of the @file{COM1} serial
19939 port.
19940
19941 @item set com1irq @var{irq}
19942 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
19943 for the @file{COM1} serial port.
19944
19945 There are similar commands @samp{set com2base}, @samp{set com3irq},
19946 etc.@: for setting the port address and the @code{IRQ} lines for the
19947 other 3 COM ports.
19948
19949 @kindex show com1base
19950 @kindex show com1irq
19951 @kindex show com2base
19952 @kindex show com2irq
19953 @kindex show com3base
19954 @kindex show com3irq
19955 @kindex show com4base
19956 @kindex show com4irq
19957 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
19958 display the current settings of the base address and the @code{IRQ}
19959 lines used by the COM ports.
19960
19961 @item info serial
19962 @kindex info serial
19963 @cindex DOS serial port status
19964 This command prints the status of the 4 DOS serial ports. For each
19965 port, it prints whether it's active or not, its I/O base address and
19966 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
19967 counts of various errors encountered so far.
19968 @end table
19969
19970
19971 @node Cygwin Native
19972 @subsection Features for Debugging MS Windows PE Executables
19973 @cindex MS Windows debugging
19974 @cindex native Cygwin debugging
19975 @cindex Cygwin-specific commands
19976
19977 @value{GDBN} supports native debugging of MS Windows programs, including
19978 DLLs with and without symbolic debugging information.
19979
19980 @cindex Ctrl-BREAK, MS-Windows
19981 @cindex interrupt debuggee on MS-Windows
19982 MS-Windows programs that call @code{SetConsoleMode} to switch off the
19983 special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
19984 by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
19985 supports @kbd{C-@key{BREAK}} as an alternative interrupt key
19986 sequence, which can be used to interrupt the debuggee even if it
19987 ignores @kbd{C-c}.
19988
19989 There are various additional Cygwin-specific commands, described in
19990 this section. Working with DLLs that have no debugging symbols is
19991 described in @ref{Non-debug DLL Symbols}.
19992
19993 @table @code
19994 @kindex info w32
19995 @item info w32
19996 This is a prefix of MS Windows-specific commands which print
19997 information about the target system and important OS structures.
19998
19999 @item info w32 selector
20000 This command displays information returned by
20001 the Win32 API @code{GetThreadSelectorEntry} function.
20002 It takes an optional argument that is evaluated to
20003 a long value to give the information about this given selector.
20004 Without argument, this command displays information
20005 about the six segment registers.
20006
20007 @item info w32 thread-information-block
20008 This command displays thread specific information stored in the
20009 Thread Information Block (readable on the X86 CPU family using @code{$fs}
20010 selector for 32-bit programs and @code{$gs} for 64-bit programs).
20011
20012 @kindex info dll
20013 @item info dll
20014 This is a Cygwin-specific alias of @code{info shared}.
20015
20016 @kindex dll-symbols
20017 @item dll-symbols
20018 This command is deprecated and will be removed in future versions
20019 of @value{GDBN}. Use the @code{sharedlibrary} command instead.
20020
20021 This command loads symbols from a dll similarly to
20022 add-sym command but without the need to specify a base address.
20023
20024 @kindex set cygwin-exceptions
20025 @cindex debugging the Cygwin DLL
20026 @cindex Cygwin DLL, debugging
20027 @item set cygwin-exceptions @var{mode}
20028 If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
20029 happen inside the Cygwin DLL. If @var{mode} is @code{off},
20030 @value{GDBN} will delay recognition of exceptions, and may ignore some
20031 exceptions which seem to be caused by internal Cygwin DLL
20032 ``bookkeeping''. This option is meant primarily for debugging the
20033 Cygwin DLL itself; the default value is @code{off} to avoid annoying
20034 @value{GDBN} users with false @code{SIGSEGV} signals.
20035
20036 @kindex show cygwin-exceptions
20037 @item show cygwin-exceptions
20038 Displays whether @value{GDBN} will break on exceptions that happen
20039 inside the Cygwin DLL itself.
20040
20041 @kindex set new-console
20042 @item set new-console @var{mode}
20043 If @var{mode} is @code{on} the debuggee will
20044 be started in a new console on next start.
20045 If @var{mode} is @code{off}, the debuggee will
20046 be started in the same console as the debugger.
20047
20048 @kindex show new-console
20049 @item show new-console
20050 Displays whether a new console is used
20051 when the debuggee is started.
20052
20053 @kindex set new-group
20054 @item set new-group @var{mode}
20055 This boolean value controls whether the debuggee should
20056 start a new group or stay in the same group as the debugger.
20057 This affects the way the Windows OS handles
20058 @samp{Ctrl-C}.
20059
20060 @kindex show new-group
20061 @item show new-group
20062 Displays current value of new-group boolean.
20063
20064 @kindex set debugevents
20065 @item set debugevents
20066 This boolean value adds debug output concerning kernel events related
20067 to the debuggee seen by the debugger. This includes events that
20068 signal thread and process creation and exit, DLL loading and
20069 unloading, console interrupts, and debugging messages produced by the
20070 Windows @code{OutputDebugString} API call.
20071
20072 @kindex set debugexec
20073 @item set debugexec
20074 This boolean value adds debug output concerning execute events
20075 (such as resume thread) seen by the debugger.
20076
20077 @kindex set debugexceptions
20078 @item set debugexceptions
20079 This boolean value adds debug output concerning exceptions in the
20080 debuggee seen by the debugger.
20081
20082 @kindex set debugmemory
20083 @item set debugmemory
20084 This boolean value adds debug output concerning debuggee memory reads
20085 and writes by the debugger.
20086
20087 @kindex set shell
20088 @item set shell
20089 This boolean values specifies whether the debuggee is called
20090 via a shell or directly (default value is on).
20091
20092 @kindex show shell
20093 @item show shell
20094 Displays if the debuggee will be started with a shell.
20095
20096 @end table
20097
20098 @menu
20099 * Non-debug DLL Symbols:: Support for DLLs without debugging symbols
20100 @end menu
20101
20102 @node Non-debug DLL Symbols
20103 @subsubsection Support for DLLs without Debugging Symbols
20104 @cindex DLLs with no debugging symbols
20105 @cindex Minimal symbols and DLLs
20106
20107 Very often on windows, some of the DLLs that your program relies on do
20108 not include symbolic debugging information (for example,
20109 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
20110 symbols in a DLL, it relies on the minimal amount of symbolic
20111 information contained in the DLL's export table. This section
20112 describes working with such symbols, known internally to @value{GDBN} as
20113 ``minimal symbols''.
20114
20115 Note that before the debugged program has started execution, no DLLs
20116 will have been loaded. The easiest way around this problem is simply to
20117 start the program --- either by setting a breakpoint or letting the
20118 program run once to completion.
20119
20120 @subsubsection DLL Name Prefixes
20121
20122 In keeping with the naming conventions used by the Microsoft debugging
20123 tools, DLL export symbols are made available with a prefix based on the
20124 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
20125 also entered into the symbol table, so @code{CreateFileA} is often
20126 sufficient. In some cases there will be name clashes within a program
20127 (particularly if the executable itself includes full debugging symbols)
20128 necessitating the use of the fully qualified name when referring to the
20129 contents of the DLL. Use single-quotes around the name to avoid the
20130 exclamation mark (``!'') being interpreted as a language operator.
20131
20132 Note that the internal name of the DLL may be all upper-case, even
20133 though the file name of the DLL is lower-case, or vice-versa. Since
20134 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
20135 some confusion. If in doubt, try the @code{info functions} and
20136 @code{info variables} commands or even @code{maint print msymbols}
20137 (@pxref{Symbols}). Here's an example:
20138
20139 @smallexample
20140 (@value{GDBP}) info function CreateFileA
20141 All functions matching regular expression "CreateFileA":
20142
20143 Non-debugging symbols:
20144 0x77e885f4 CreateFileA
20145 0x77e885f4 KERNEL32!CreateFileA
20146 @end smallexample
20147
20148 @smallexample
20149 (@value{GDBP}) info function !
20150 All functions matching regular expression "!":
20151
20152 Non-debugging symbols:
20153 0x6100114c cygwin1!__assert
20154 0x61004034 cygwin1!_dll_crt0@@0
20155 0x61004240 cygwin1!dll_crt0(per_process *)
20156 [etc...]
20157 @end smallexample
20158
20159 @subsubsection Working with Minimal Symbols
20160
20161 Symbols extracted from a DLL's export table do not contain very much
20162 type information. All that @value{GDBN} can do is guess whether a symbol
20163 refers to a function or variable depending on the linker section that
20164 contains the symbol. Also note that the actual contents of the memory
20165 contained in a DLL are not available unless the program is running. This
20166 means that you cannot examine the contents of a variable or disassemble
20167 a function within a DLL without a running program.
20168
20169 Variables are generally treated as pointers and dereferenced
20170 automatically. For this reason, it is often necessary to prefix a
20171 variable name with the address-of operator (``&'') and provide explicit
20172 type information in the command. Here's an example of the type of
20173 problem:
20174
20175 @smallexample
20176 (@value{GDBP}) print 'cygwin1!__argv'
20177 $1 = 268572168
20178 @end smallexample
20179
20180 @smallexample
20181 (@value{GDBP}) x 'cygwin1!__argv'
20182 0x10021610: "\230y\""
20183 @end smallexample
20184
20185 And two possible solutions:
20186
20187 @smallexample
20188 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
20189 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
20190 @end smallexample
20191
20192 @smallexample
20193 (@value{GDBP}) x/2x &'cygwin1!__argv'
20194 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
20195 (@value{GDBP}) x/x 0x10021608
20196 0x10021608: 0x0022fd98
20197 (@value{GDBP}) x/s 0x0022fd98
20198 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
20199 @end smallexample
20200
20201 Setting a break point within a DLL is possible even before the program
20202 starts execution. However, under these circumstances, @value{GDBN} can't
20203 examine the initial instructions of the function in order to skip the
20204 function's frame set-up code. You can work around this by using ``*&''
20205 to set the breakpoint at a raw memory address:
20206
20207 @smallexample
20208 (@value{GDBP}) break *&'python22!PyOS_Readline'
20209 Breakpoint 1 at 0x1e04eff0
20210 @end smallexample
20211
20212 The author of these extensions is not entirely convinced that setting a
20213 break point within a shared DLL like @file{kernel32.dll} is completely
20214 safe.
20215
20216 @node Hurd Native
20217 @subsection Commands Specific to @sc{gnu} Hurd Systems
20218 @cindex @sc{gnu} Hurd debugging
20219
20220 This subsection describes @value{GDBN} commands specific to the
20221 @sc{gnu} Hurd native debugging.
20222
20223 @table @code
20224 @item set signals
20225 @itemx set sigs
20226 @kindex set signals@r{, Hurd command}
20227 @kindex set sigs@r{, Hurd command}
20228 This command toggles the state of inferior signal interception by
20229 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
20230 affected by this command. @code{sigs} is a shorthand alias for
20231 @code{signals}.
20232
20233 @item show signals
20234 @itemx show sigs
20235 @kindex show signals@r{, Hurd command}
20236 @kindex show sigs@r{, Hurd command}
20237 Show the current state of intercepting inferior's signals.
20238
20239 @item set signal-thread
20240 @itemx set sigthread
20241 @kindex set signal-thread
20242 @kindex set sigthread
20243 This command tells @value{GDBN} which thread is the @code{libc} signal
20244 thread. That thread is run when a signal is delivered to a running
20245 process. @code{set sigthread} is the shorthand alias of @code{set
20246 signal-thread}.
20247
20248 @item show signal-thread
20249 @itemx show sigthread
20250 @kindex show signal-thread
20251 @kindex show sigthread
20252 These two commands show which thread will run when the inferior is
20253 delivered a signal.
20254
20255 @item set stopped
20256 @kindex set stopped@r{, Hurd command}
20257 This commands tells @value{GDBN} that the inferior process is stopped,
20258 as with the @code{SIGSTOP} signal. The stopped process can be
20259 continued by delivering a signal to it.
20260
20261 @item show stopped
20262 @kindex show stopped@r{, Hurd command}
20263 This command shows whether @value{GDBN} thinks the debuggee is
20264 stopped.
20265
20266 @item set exceptions
20267 @kindex set exceptions@r{, Hurd command}
20268 Use this command to turn off trapping of exceptions in the inferior.
20269 When exception trapping is off, neither breakpoints nor
20270 single-stepping will work. To restore the default, set exception
20271 trapping on.
20272
20273 @item show exceptions
20274 @kindex show exceptions@r{, Hurd command}
20275 Show the current state of trapping exceptions in the inferior.
20276
20277 @item set task pause
20278 @kindex set task@r{, Hurd commands}
20279 @cindex task attributes (@sc{gnu} Hurd)
20280 @cindex pause current task (@sc{gnu} Hurd)
20281 This command toggles task suspension when @value{GDBN} has control.
20282 Setting it to on takes effect immediately, and the task is suspended
20283 whenever @value{GDBN} gets control. Setting it to off will take
20284 effect the next time the inferior is continued. If this option is set
20285 to off, you can use @code{set thread default pause on} or @code{set
20286 thread pause on} (see below) to pause individual threads.
20287
20288 @item show task pause
20289 @kindex show task@r{, Hurd commands}
20290 Show the current state of task suspension.
20291
20292 @item set task detach-suspend-count
20293 @cindex task suspend count
20294 @cindex detach from task, @sc{gnu} Hurd
20295 This command sets the suspend count the task will be left with when
20296 @value{GDBN} detaches from it.
20297
20298 @item show task detach-suspend-count
20299 Show the suspend count the task will be left with when detaching.
20300
20301 @item set task exception-port
20302 @itemx set task excp
20303 @cindex task exception port, @sc{gnu} Hurd
20304 This command sets the task exception port to which @value{GDBN} will
20305 forward exceptions. The argument should be the value of the @dfn{send
20306 rights} of the task. @code{set task excp} is a shorthand alias.
20307
20308 @item set noninvasive
20309 @cindex noninvasive task options
20310 This command switches @value{GDBN} to a mode that is the least
20311 invasive as far as interfering with the inferior is concerned. This
20312 is the same as using @code{set task pause}, @code{set exceptions}, and
20313 @code{set signals} to values opposite to the defaults.
20314
20315 @item info send-rights
20316 @itemx info receive-rights
20317 @itemx info port-rights
20318 @itemx info port-sets
20319 @itemx info dead-names
20320 @itemx info ports
20321 @itemx info psets
20322 @cindex send rights, @sc{gnu} Hurd
20323 @cindex receive rights, @sc{gnu} Hurd
20324 @cindex port rights, @sc{gnu} Hurd
20325 @cindex port sets, @sc{gnu} Hurd
20326 @cindex dead names, @sc{gnu} Hurd
20327 These commands display information about, respectively, send rights,
20328 receive rights, port rights, port sets, and dead names of a task.
20329 There are also shorthand aliases: @code{info ports} for @code{info
20330 port-rights} and @code{info psets} for @code{info port-sets}.
20331
20332 @item set thread pause
20333 @kindex set thread@r{, Hurd command}
20334 @cindex thread properties, @sc{gnu} Hurd
20335 @cindex pause current thread (@sc{gnu} Hurd)
20336 This command toggles current thread suspension when @value{GDBN} has
20337 control. Setting it to on takes effect immediately, and the current
20338 thread is suspended whenever @value{GDBN} gets control. Setting it to
20339 off will take effect the next time the inferior is continued.
20340 Normally, this command has no effect, since when @value{GDBN} has
20341 control, the whole task is suspended. However, if you used @code{set
20342 task pause off} (see above), this command comes in handy to suspend
20343 only the current thread.
20344
20345 @item show thread pause
20346 @kindex show thread@r{, Hurd command}
20347 This command shows the state of current thread suspension.
20348
20349 @item set thread run
20350 This command sets whether the current thread is allowed to run.
20351
20352 @item show thread run
20353 Show whether the current thread is allowed to run.
20354
20355 @item set thread detach-suspend-count
20356 @cindex thread suspend count, @sc{gnu} Hurd
20357 @cindex detach from thread, @sc{gnu} Hurd
20358 This command sets the suspend count @value{GDBN} will leave on a
20359 thread when detaching. This number is relative to the suspend count
20360 found by @value{GDBN} when it notices the thread; use @code{set thread
20361 takeover-suspend-count} to force it to an absolute value.
20362
20363 @item show thread detach-suspend-count
20364 Show the suspend count @value{GDBN} will leave on the thread when
20365 detaching.
20366
20367 @item set thread exception-port
20368 @itemx set thread excp
20369 Set the thread exception port to which to forward exceptions. This
20370 overrides the port set by @code{set task exception-port} (see above).
20371 @code{set thread excp} is the shorthand alias.
20372
20373 @item set thread takeover-suspend-count
20374 Normally, @value{GDBN}'s thread suspend counts are relative to the
20375 value @value{GDBN} finds when it notices each thread. This command
20376 changes the suspend counts to be absolute instead.
20377
20378 @item set thread default
20379 @itemx show thread default
20380 @cindex thread default settings, @sc{gnu} Hurd
20381 Each of the above @code{set thread} commands has a @code{set thread
20382 default} counterpart (e.g., @code{set thread default pause}, @code{set
20383 thread default exception-port}, etc.). The @code{thread default}
20384 variety of commands sets the default thread properties for all
20385 threads; you can then change the properties of individual threads with
20386 the non-default commands.
20387 @end table
20388
20389 @node Darwin
20390 @subsection Darwin
20391 @cindex Darwin
20392
20393 @value{GDBN} provides the following commands specific to the Darwin target:
20394
20395 @table @code
20396 @item set debug darwin @var{num}
20397 @kindex set debug darwin
20398 When set to a non zero value, enables debugging messages specific to
20399 the Darwin support. Higher values produce more verbose output.
20400
20401 @item show debug darwin
20402 @kindex show debug darwin
20403 Show the current state of Darwin messages.
20404
20405 @item set debug mach-o @var{num}
20406 @kindex set debug mach-o
20407 When set to a non zero value, enables debugging messages while
20408 @value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
20409 file format used on Darwin for object and executable files.) Higher
20410 values produce more verbose output. This is a command to diagnose
20411 problems internal to @value{GDBN} and should not be needed in normal
20412 usage.
20413
20414 @item show debug mach-o
20415 @kindex show debug mach-o
20416 Show the current state of Mach-O file messages.
20417
20418 @item set mach-exceptions on
20419 @itemx set mach-exceptions off
20420 @kindex set mach-exceptions
20421 On Darwin, faults are first reported as a Mach exception and are then
20422 mapped to a Posix signal. Use this command to turn on trapping of
20423 Mach exceptions in the inferior. This might be sometimes useful to
20424 better understand the cause of a fault. The default is off.
20425
20426 @item show mach-exceptions
20427 @kindex show mach-exceptions
20428 Show the current state of exceptions trapping.
20429 @end table
20430
20431
20432 @node Embedded OS
20433 @section Embedded Operating Systems
20434
20435 This section describes configurations involving the debugging of
20436 embedded operating systems that are available for several different
20437 architectures.
20438
20439 @menu
20440 * VxWorks:: Using @value{GDBN} with VxWorks
20441 @end menu
20442
20443 @value{GDBN} includes the ability to debug programs running on
20444 various real-time operating systems.
20445
20446 @node VxWorks
20447 @subsection Using @value{GDBN} with VxWorks
20448
20449 @cindex VxWorks
20450
20451 @table @code
20452
20453 @kindex target vxworks
20454 @item target vxworks @var{machinename}
20455 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
20456 is the target system's machine name or IP address.
20457
20458 @end table
20459
20460 On VxWorks, @code{load} links @var{filename} dynamically on the
20461 current target system as well as adding its symbols in @value{GDBN}.
20462
20463 @value{GDBN} enables developers to spawn and debug tasks running on networked
20464 VxWorks targets from a Unix host. Already-running tasks spawned from
20465 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
20466 both the Unix host and on the VxWorks target. The program
20467 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
20468 installed with the name @code{vxgdb}, to distinguish it from a
20469 @value{GDBN} for debugging programs on the host itself.)
20470
20471 @table @code
20472 @item VxWorks-timeout @var{args}
20473 @kindex vxworks-timeout
20474 All VxWorks-based targets now support the option @code{vxworks-timeout}.
20475 This option is set by the user, and @var{args} represents the number of
20476 seconds @value{GDBN} waits for responses to rpc's. You might use this if
20477 your VxWorks target is a slow software simulator or is on the far side
20478 of a thin network line.
20479 @end table
20480
20481 The following information on connecting to VxWorks was current when
20482 this manual was produced; newer releases of VxWorks may use revised
20483 procedures.
20484
20485 @findex INCLUDE_RDB
20486 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
20487 to include the remote debugging interface routines in the VxWorks
20488 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
20489 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
20490 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
20491 source debugging task @code{tRdbTask} when VxWorks is booted. For more
20492 information on configuring and remaking VxWorks, see the manufacturer's
20493 manual.
20494 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
20495
20496 Once you have included @file{rdb.a} in your VxWorks system image and set
20497 your Unix execution search path to find @value{GDBN}, you are ready to
20498 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
20499 @code{vxgdb}, depending on your installation).
20500
20501 @value{GDBN} comes up showing the prompt:
20502
20503 @smallexample
20504 (vxgdb)
20505 @end smallexample
20506
20507 @menu
20508 * VxWorks Connection:: Connecting to VxWorks
20509 * VxWorks Download:: VxWorks download
20510 * VxWorks Attach:: Running tasks
20511 @end menu
20512
20513 @node VxWorks Connection
20514 @subsubsection Connecting to VxWorks
20515
20516 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
20517 network. To connect to a target whose host name is ``@code{tt}'', type:
20518
20519 @smallexample
20520 (vxgdb) target vxworks tt
20521 @end smallexample
20522
20523 @need 750
20524 @value{GDBN} displays messages like these:
20525
20526 @smallexample
20527 Attaching remote machine across net...
20528 Connected to tt.
20529 @end smallexample
20530
20531 @need 1000
20532 @value{GDBN} then attempts to read the symbol tables of any object modules
20533 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
20534 these files by searching the directories listed in the command search
20535 path (@pxref{Environment, ,Your Program's Environment}); if it fails
20536 to find an object file, it displays a message such as:
20537
20538 @smallexample
20539 prog.o: No such file or directory.
20540 @end smallexample
20541
20542 When this happens, add the appropriate directory to the search path with
20543 the @value{GDBN} command @code{path}, and execute the @code{target}
20544 command again.
20545
20546 @node VxWorks Download
20547 @subsubsection VxWorks Download
20548
20549 @cindex download to VxWorks
20550 If you have connected to the VxWorks target and you want to debug an
20551 object that has not yet been loaded, you can use the @value{GDBN}
20552 @code{load} command to download a file from Unix to VxWorks
20553 incrementally. The object file given as an argument to the @code{load}
20554 command is actually opened twice: first by the VxWorks target in order
20555 to download the code, then by @value{GDBN} in order to read the symbol
20556 table. This can lead to problems if the current working directories on
20557 the two systems differ. If both systems have NFS mounted the same
20558 filesystems, you can avoid these problems by using absolute paths.
20559 Otherwise, it is simplest to set the working directory on both systems
20560 to the directory in which the object file resides, and then to reference
20561 the file by its name, without any path. For instance, a program
20562 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
20563 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
20564 program, type this on VxWorks:
20565
20566 @smallexample
20567 -> cd "@var{vxpath}/vw/demo/rdb"
20568 @end smallexample
20569
20570 @noindent
20571 Then, in @value{GDBN}, type:
20572
20573 @smallexample
20574 (vxgdb) cd @var{hostpath}/vw/demo/rdb
20575 (vxgdb) load prog.o
20576 @end smallexample
20577
20578 @value{GDBN} displays a response similar to this:
20579
20580 @smallexample
20581 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
20582 @end smallexample
20583
20584 You can also use the @code{load} command to reload an object module
20585 after editing and recompiling the corresponding source file. Note that
20586 this makes @value{GDBN} delete all currently-defined breakpoints,
20587 auto-displays, and convenience variables, and to clear the value
20588 history. (This is necessary in order to preserve the integrity of
20589 debugger's data structures that reference the target system's symbol
20590 table.)
20591
20592 @node VxWorks Attach
20593 @subsubsection Running Tasks
20594
20595 @cindex running VxWorks tasks
20596 You can also attach to an existing task using the @code{attach} command as
20597 follows:
20598
20599 @smallexample
20600 (vxgdb) attach @var{task}
20601 @end smallexample
20602
20603 @noindent
20604 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
20605 or suspended when you attach to it. Running tasks are suspended at
20606 the time of attachment.
20607
20608 @node Embedded Processors
20609 @section Embedded Processors
20610
20611 This section goes into details specific to particular embedded
20612 configurations.
20613
20614 @cindex send command to simulator
20615 Whenever a specific embedded processor has a simulator, @value{GDBN}
20616 allows to send an arbitrary command to the simulator.
20617
20618 @table @code
20619 @item sim @var{command}
20620 @kindex sim@r{, a command}
20621 Send an arbitrary @var{command} string to the simulator. Consult the
20622 documentation for the specific simulator in use for information about
20623 acceptable commands.
20624 @end table
20625
20626
20627 @menu
20628 * ARM:: ARM RDI
20629 * M32R/D:: Renesas M32R/D
20630 * M68K:: Motorola M68K
20631 * MicroBlaze:: Xilinx MicroBlaze
20632 * MIPS Embedded:: MIPS Embedded
20633 * PowerPC Embedded:: PowerPC Embedded
20634 * PA:: HP PA Embedded
20635 * Sparclet:: Tsqware Sparclet
20636 * Sparclite:: Fujitsu Sparclite
20637 * Z8000:: Zilog Z8000
20638 * AVR:: Atmel AVR
20639 * CRIS:: CRIS
20640 * Super-H:: Renesas Super-H
20641 @end menu
20642
20643 @node ARM
20644 @subsection ARM
20645 @cindex ARM RDI
20646
20647 @table @code
20648 @kindex target rdi
20649 @item target rdi @var{dev}
20650 ARM Angel monitor, via RDI library interface to ADP protocol. You may
20651 use this target to communicate with both boards running the Angel
20652 monitor, or with the EmbeddedICE JTAG debug device.
20653
20654 @kindex target rdp
20655 @item target rdp @var{dev}
20656 ARM Demon monitor.
20657
20658 @end table
20659
20660 @value{GDBN} provides the following ARM-specific commands:
20661
20662 @table @code
20663 @item set arm disassembler
20664 @kindex set arm
20665 This commands selects from a list of disassembly styles. The
20666 @code{"std"} style is the standard style.
20667
20668 @item show arm disassembler
20669 @kindex show arm
20670 Show the current disassembly style.
20671
20672 @item set arm apcs32
20673 @cindex ARM 32-bit mode
20674 This command toggles ARM operation mode between 32-bit and 26-bit.
20675
20676 @item show arm apcs32
20677 Display the current usage of the ARM 32-bit mode.
20678
20679 @item set arm fpu @var{fputype}
20680 This command sets the ARM floating-point unit (FPU) type. The
20681 argument @var{fputype} can be one of these:
20682
20683 @table @code
20684 @item auto
20685 Determine the FPU type by querying the OS ABI.
20686 @item softfpa
20687 Software FPU, with mixed-endian doubles on little-endian ARM
20688 processors.
20689 @item fpa
20690 GCC-compiled FPA co-processor.
20691 @item softvfp
20692 Software FPU with pure-endian doubles.
20693 @item vfp
20694 VFP co-processor.
20695 @end table
20696
20697 @item show arm fpu
20698 Show the current type of the FPU.
20699
20700 @item set arm abi
20701 This command forces @value{GDBN} to use the specified ABI.
20702
20703 @item show arm abi
20704 Show the currently used ABI.
20705
20706 @item set arm fallback-mode (arm|thumb|auto)
20707 @value{GDBN} uses the symbol table, when available, to determine
20708 whether instructions are ARM or Thumb. This command controls
20709 @value{GDBN}'s default behavior when the symbol table is not
20710 available. The default is @samp{auto}, which causes @value{GDBN} to
20711 use the current execution mode (from the @code{T} bit in the @code{CPSR}
20712 register).
20713
20714 @item show arm fallback-mode
20715 Show the current fallback instruction mode.
20716
20717 @item set arm force-mode (arm|thumb|auto)
20718 This command overrides use of the symbol table to determine whether
20719 instructions are ARM or Thumb. The default is @samp{auto}, which
20720 causes @value{GDBN} to use the symbol table and then the setting
20721 of @samp{set arm fallback-mode}.
20722
20723 @item show arm force-mode
20724 Show the current forced instruction mode.
20725
20726 @item set debug arm
20727 Toggle whether to display ARM-specific debugging messages from the ARM
20728 target support subsystem.
20729
20730 @item show debug arm
20731 Show whether ARM-specific debugging messages are enabled.
20732 @end table
20733
20734 The following commands are available when an ARM target is debugged
20735 using the RDI interface:
20736
20737 @table @code
20738 @item rdilogfile @r{[}@var{file}@r{]}
20739 @kindex rdilogfile
20740 @cindex ADP (Angel Debugger Protocol) logging
20741 Set the filename for the ADP (Angel Debugger Protocol) packet log.
20742 With an argument, sets the log file to the specified @var{file}. With
20743 no argument, show the current log file name. The default log file is
20744 @file{rdi.log}.
20745
20746 @item rdilogenable @r{[}@var{arg}@r{]}
20747 @kindex rdilogenable
20748 Control logging of ADP packets. With an argument of 1 or @code{"yes"}
20749 enables logging, with an argument 0 or @code{"no"} disables it. With
20750 no arguments displays the current setting. When logging is enabled,
20751 ADP packets exchanged between @value{GDBN} and the RDI target device
20752 are logged to a file.
20753
20754 @item set rdiromatzero
20755 @kindex set rdiromatzero
20756 @cindex ROM at zero address, RDI
20757 Tell @value{GDBN} whether the target has ROM at address 0. If on,
20758 vector catching is disabled, so that zero address can be used. If off
20759 (the default), vector catching is enabled. For this command to take
20760 effect, it needs to be invoked prior to the @code{target rdi} command.
20761
20762 @item show rdiromatzero
20763 @kindex show rdiromatzero
20764 Show the current setting of ROM at zero address.
20765
20766 @item set rdiheartbeat
20767 @kindex set rdiheartbeat
20768 @cindex RDI heartbeat
20769 Enable or disable RDI heartbeat packets. It is not recommended to
20770 turn on this option, since it confuses ARM and EPI JTAG interface, as
20771 well as the Angel monitor.
20772
20773 @item show rdiheartbeat
20774 @kindex show rdiheartbeat
20775 Show the setting of RDI heartbeat packets.
20776 @end table
20777
20778 @table @code
20779 @item target sim @r{[}@var{simargs}@r{]} @dots{}
20780 The @value{GDBN} ARM simulator accepts the following optional arguments.
20781
20782 @table @code
20783 @item --swi-support=@var{type}
20784 Tell the simulator which SWI interfaces to support. The argument
20785 @var{type} may be a comma separated list of the following values.
20786 The default value is @code{all}.
20787
20788 @table @code
20789 @item none
20790 @item demon
20791 @item angel
20792 @item redboot
20793 @item all
20794 @end table
20795 @end table
20796 @end table
20797
20798 @node M32R/D
20799 @subsection Renesas M32R/D and M32R/SDI
20800
20801 @table @code
20802 @kindex target m32r
20803 @item target m32r @var{dev}
20804 Renesas M32R/D ROM monitor.
20805
20806 @kindex target m32rsdi
20807 @item target m32rsdi @var{dev}
20808 Renesas M32R SDI server, connected via parallel port to the board.
20809 @end table
20810
20811 The following @value{GDBN} commands are specific to the M32R monitor:
20812
20813 @table @code
20814 @item set download-path @var{path}
20815 @kindex set download-path
20816 @cindex find downloadable @sc{srec} files (M32R)
20817 Set the default path for finding downloadable @sc{srec} files.
20818
20819 @item show download-path
20820 @kindex show download-path
20821 Show the default path for downloadable @sc{srec} files.
20822
20823 @item set board-address @var{addr}
20824 @kindex set board-address
20825 @cindex M32-EVA target board address
20826 Set the IP address for the M32R-EVA target board.
20827
20828 @item show board-address
20829 @kindex show board-address
20830 Show the current IP address of the target board.
20831
20832 @item set server-address @var{addr}
20833 @kindex set server-address
20834 @cindex download server address (M32R)
20835 Set the IP address for the download server, which is the @value{GDBN}'s
20836 host machine.
20837
20838 @item show server-address
20839 @kindex show server-address
20840 Display the IP address of the download server.
20841
20842 @item upload @r{[}@var{file}@r{]}
20843 @kindex upload@r{, M32R}
20844 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
20845 upload capability. If no @var{file} argument is given, the current
20846 executable file is uploaded.
20847
20848 @item tload @r{[}@var{file}@r{]}
20849 @kindex tload@r{, M32R}
20850 Test the @code{upload} command.
20851 @end table
20852
20853 The following commands are available for M32R/SDI:
20854
20855 @table @code
20856 @item sdireset
20857 @kindex sdireset
20858 @cindex reset SDI connection, M32R
20859 This command resets the SDI connection.
20860
20861 @item sdistatus
20862 @kindex sdistatus
20863 This command shows the SDI connection status.
20864
20865 @item debug_chaos
20866 @kindex debug_chaos
20867 @cindex M32R/Chaos debugging
20868 Instructs the remote that M32R/Chaos debugging is to be used.
20869
20870 @item use_debug_dma
20871 @kindex use_debug_dma
20872 Instructs the remote to use the DEBUG_DMA method of accessing memory.
20873
20874 @item use_mon_code
20875 @kindex use_mon_code
20876 Instructs the remote to use the MON_CODE method of accessing memory.
20877
20878 @item use_ib_break
20879 @kindex use_ib_break
20880 Instructs the remote to set breakpoints by IB break.
20881
20882 @item use_dbt_break
20883 @kindex use_dbt_break
20884 Instructs the remote to set breakpoints by DBT.
20885 @end table
20886
20887 @node M68K
20888 @subsection M68k
20889
20890 The Motorola m68k configuration includes ColdFire support, and a
20891 target command for the following ROM monitor.
20892
20893 @table @code
20894
20895 @kindex target dbug
20896 @item target dbug @var{dev}
20897 dBUG ROM monitor for Motorola ColdFire.
20898
20899 @end table
20900
20901 @node MicroBlaze
20902 @subsection MicroBlaze
20903 @cindex Xilinx MicroBlaze
20904 @cindex XMD, Xilinx Microprocessor Debugger
20905
20906 The MicroBlaze is a soft-core processor supported on various Xilinx
20907 FPGAs, such as Spartan or Virtex series. Boards with these processors
20908 usually have JTAG ports which connect to a host system running the Xilinx
20909 Embedded Development Kit (EDK) or Software Development Kit (SDK).
20910 This host system is used to download the configuration bitstream to
20911 the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
20912 communicates with the target board using the JTAG interface and
20913 presents a @code{gdbserver} interface to the board. By default
20914 @code{xmd} uses port @code{1234}. (While it is possible to change
20915 this default port, it requires the use of undocumented @code{xmd}
20916 commands. Contact Xilinx support if you need to do this.)
20917
20918 Use these GDB commands to connect to the MicroBlaze target processor.
20919
20920 @table @code
20921 @item target remote :1234
20922 Use this command to connect to the target if you are running @value{GDBN}
20923 on the same system as @code{xmd}.
20924
20925 @item target remote @var{xmd-host}:1234
20926 Use this command to connect to the target if it is connected to @code{xmd}
20927 running on a different system named @var{xmd-host}.
20928
20929 @item load
20930 Use this command to download a program to the MicroBlaze target.
20931
20932 @item set debug microblaze @var{n}
20933 Enable MicroBlaze-specific debugging messages if non-zero.
20934
20935 @item show debug microblaze @var{n}
20936 Show MicroBlaze-specific debugging level.
20937 @end table
20938
20939 @node MIPS Embedded
20940 @subsection @acronym{MIPS} Embedded
20941
20942 @cindex @acronym{MIPS} boards
20943 @value{GDBN} can use the @acronym{MIPS} remote debugging protocol to talk to a
20944 @acronym{MIPS} board attached to a serial line. This is available when
20945 you configure @value{GDBN} with @samp{--target=mips-elf}.
20946
20947 @need 1000
20948 Use these @value{GDBN} commands to specify the connection to your target board:
20949
20950 @table @code
20951 @item target mips @var{port}
20952 @kindex target mips @var{port}
20953 To run a program on the board, start up @code{@value{GDBP}} with the
20954 name of your program as the argument. To connect to the board, use the
20955 command @samp{target mips @var{port}}, where @var{port} is the name of
20956 the serial port connected to the board. If the program has not already
20957 been downloaded to the board, you may use the @code{load} command to
20958 download it. You can then use all the usual @value{GDBN} commands.
20959
20960 For example, this sequence connects to the target board through a serial
20961 port, and loads and runs a program called @var{prog} through the
20962 debugger:
20963
20964 @smallexample
20965 host$ @value{GDBP} @var{prog}
20966 @value{GDBN} is free software and @dots{}
20967 (@value{GDBP}) target mips /dev/ttyb
20968 (@value{GDBP}) load @var{prog}
20969 (@value{GDBP}) run
20970 @end smallexample
20971
20972 @item target mips @var{hostname}:@var{portnumber}
20973 On some @value{GDBN} host configurations, you can specify a TCP
20974 connection (for instance, to a serial line managed by a terminal
20975 concentrator) instead of a serial port, using the syntax
20976 @samp{@var{hostname}:@var{portnumber}}.
20977
20978 @item target pmon @var{port}
20979 @kindex target pmon @var{port}
20980 PMON ROM monitor.
20981
20982 @item target ddb @var{port}
20983 @kindex target ddb @var{port}
20984 NEC's DDB variant of PMON for Vr4300.
20985
20986 @item target lsi @var{port}
20987 @kindex target lsi @var{port}
20988 LSI variant of PMON.
20989
20990 @kindex target r3900
20991 @item target r3900 @var{dev}
20992 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
20993
20994 @kindex target array
20995 @item target array @var{dev}
20996 Array Tech LSI33K RAID controller board.
20997
20998 @end table
20999
21000
21001 @noindent
21002 @value{GDBN} also supports these special commands for @acronym{MIPS} targets:
21003
21004 @table @code
21005 @item set mipsfpu double
21006 @itemx set mipsfpu single
21007 @itemx set mipsfpu none
21008 @itemx set mipsfpu auto
21009 @itemx show mipsfpu
21010 @kindex set mipsfpu
21011 @kindex show mipsfpu
21012 @cindex @acronym{MIPS} remote floating point
21013 @cindex floating point, @acronym{MIPS} remote
21014 If your target board does not support the @acronym{MIPS} floating point
21015 coprocessor, you should use the command @samp{set mipsfpu none} (if you
21016 need this, you may wish to put the command in your @value{GDBN} init
21017 file). This tells @value{GDBN} how to find the return value of
21018 functions which return floating point values. It also allows
21019 @value{GDBN} to avoid saving the floating point registers when calling
21020 functions on the board. If you are using a floating point coprocessor
21021 with only single precision floating point support, as on the @sc{r4650}
21022 processor, use the command @samp{set mipsfpu single}. The default
21023 double precision floating point coprocessor may be selected using
21024 @samp{set mipsfpu double}.
21025
21026 In previous versions the only choices were double precision or no
21027 floating point, so @samp{set mipsfpu on} will select double precision
21028 and @samp{set mipsfpu off} will select no floating point.
21029
21030 As usual, you can inquire about the @code{mipsfpu} variable with
21031 @samp{show mipsfpu}.
21032
21033 @item set timeout @var{seconds}
21034 @itemx set retransmit-timeout @var{seconds}
21035 @itemx show timeout
21036 @itemx show retransmit-timeout
21037 @cindex @code{timeout}, @acronym{MIPS} protocol
21038 @cindex @code{retransmit-timeout}, @acronym{MIPS} protocol
21039 @kindex set timeout
21040 @kindex show timeout
21041 @kindex set retransmit-timeout
21042 @kindex show retransmit-timeout
21043 You can control the timeout used while waiting for a packet, in the @acronym{MIPS}
21044 remote protocol, with the @code{set timeout @var{seconds}} command. The
21045 default is 5 seconds. Similarly, you can control the timeout used while
21046 waiting for an acknowledgment of a packet with the @code{set
21047 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
21048 You can inspect both values with @code{show timeout} and @code{show
21049 retransmit-timeout}. (These commands are @emph{only} available when
21050 @value{GDBN} is configured for @samp{--target=mips-elf}.)
21051
21052 The timeout set by @code{set timeout} does not apply when @value{GDBN}
21053 is waiting for your program to stop. In that case, @value{GDBN} waits
21054 forever because it has no way of knowing how long the program is going
21055 to run before stopping.
21056
21057 @item set syn-garbage-limit @var{num}
21058 @kindex set syn-garbage-limit@r{, @acronym{MIPS} remote}
21059 @cindex synchronize with remote @acronym{MIPS} target
21060 Limit the maximum number of characters @value{GDBN} should ignore when
21061 it tries to synchronize with the remote target. The default is 10
21062 characters. Setting the limit to -1 means there's no limit.
21063
21064 @item show syn-garbage-limit
21065 @kindex show syn-garbage-limit@r{, @acronym{MIPS} remote}
21066 Show the current limit on the number of characters to ignore when
21067 trying to synchronize with the remote system.
21068
21069 @item set monitor-prompt @var{prompt}
21070 @kindex set monitor-prompt@r{, @acronym{MIPS} remote}
21071 @cindex remote monitor prompt
21072 Tell @value{GDBN} to expect the specified @var{prompt} string from the
21073 remote monitor. The default depends on the target:
21074 @table @asis
21075 @item pmon target
21076 @samp{PMON}
21077 @item ddb target
21078 @samp{NEC010}
21079 @item lsi target
21080 @samp{PMON>}
21081 @end table
21082
21083 @item show monitor-prompt
21084 @kindex show monitor-prompt@r{, @acronym{MIPS} remote}
21085 Show the current strings @value{GDBN} expects as the prompt from the
21086 remote monitor.
21087
21088 @item set monitor-warnings
21089 @kindex set monitor-warnings@r{, @acronym{MIPS} remote}
21090 Enable or disable monitor warnings about hardware breakpoints. This
21091 has effect only for the @code{lsi} target. When on, @value{GDBN} will
21092 display warning messages whose codes are returned by the @code{lsi}
21093 PMON monitor for breakpoint commands.
21094
21095 @item show monitor-warnings
21096 @kindex show monitor-warnings@r{, @acronym{MIPS} remote}
21097 Show the current setting of printing monitor warnings.
21098
21099 @item pmon @var{command}
21100 @kindex pmon@r{, @acronym{MIPS} remote}
21101 @cindex send PMON command
21102 This command allows sending an arbitrary @var{command} string to the
21103 monitor. The monitor must be in debug mode for this to work.
21104 @end table
21105
21106 @node PowerPC Embedded
21107 @subsection PowerPC Embedded
21108
21109 @cindex DVC register
21110 @value{GDBN} supports using the DVC (Data Value Compare) register to
21111 implement in hardware simple hardware watchpoint conditions of the form:
21112
21113 @smallexample
21114 (@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
21115 if @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
21116 @end smallexample
21117
21118 The DVC register will be automatically used when @value{GDBN} detects
21119 such pattern in a condition expression, and the created watchpoint uses one
21120 debug register (either the @code{exact-watchpoints} option is on and the
21121 variable is scalar, or the variable has a length of one byte). This feature
21122 is available in native @value{GDBN} running on a Linux kernel version 2.6.34
21123 or newer.
21124
21125 When running on PowerPC embedded processors, @value{GDBN} automatically uses
21126 ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
21127 in which case watchpoints using only one debug register are created when
21128 watching variables of scalar types.
21129
21130 You can create an artificial array to watch an arbitrary memory
21131 region using one of the following commands (@pxref{Expressions}):
21132
21133 @smallexample
21134 (@value{GDBP}) watch *((char *) @var{address})@@@var{length}
21135 (@value{GDBP}) watch @{char[@var{length}]@} @var{address}
21136 @end smallexample
21137
21138 PowerPC embedded processors support masked watchpoints. See the discussion
21139 about the @code{mask} argument in @ref{Set Watchpoints}.
21140
21141 @cindex ranged breakpoint
21142 PowerPC embedded processors support hardware accelerated
21143 @dfn{ranged breakpoints}. A ranged breakpoint stops execution of
21144 the inferior whenever it executes an instruction at any address within
21145 the range it specifies. To set a ranged breakpoint in @value{GDBN},
21146 use the @code{break-range} command.
21147
21148 @value{GDBN} provides the following PowerPC-specific commands:
21149
21150 @table @code
21151 @kindex break-range
21152 @item break-range @var{start-location}, @var{end-location}
21153 Set a breakpoint for an address range given by
21154 @var{start-location} and @var{end-location}, which can specify a function name,
21155 a line number, an offset of lines from the current line or from the start
21156 location, or an address of an instruction (see @ref{Specify Location},
21157 for a list of all the possible ways to specify a @var{location}.)
21158 The breakpoint will stop execution of the inferior whenever it
21159 executes an instruction at any address within the specified range,
21160 (including @var{start-location} and @var{end-location}.)
21161
21162 @kindex set powerpc
21163 @item set powerpc soft-float
21164 @itemx show powerpc soft-float
21165 Force @value{GDBN} to use (or not use) a software floating point calling
21166 convention. By default, @value{GDBN} selects the calling convention based
21167 on the selected architecture and the provided executable file.
21168
21169 @item set powerpc vector-abi
21170 @itemx show powerpc vector-abi
21171 Force @value{GDBN} to use the specified calling convention for vector
21172 arguments and return values. The valid options are @samp{auto};
21173 @samp{generic}, to avoid vector registers even if they are present;
21174 @samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
21175 registers. By default, @value{GDBN} selects the calling convention
21176 based on the selected architecture and the provided executable file.
21177
21178 @item set powerpc exact-watchpoints
21179 @itemx show powerpc exact-watchpoints
21180 Allow @value{GDBN} to use only one debug register when watching a variable
21181 of scalar type, thus assuming that the variable is accessed through the
21182 address of its first byte.
21183
21184 @kindex target dink32
21185 @item target dink32 @var{dev}
21186 DINK32 ROM monitor.
21187
21188 @kindex target ppcbug
21189 @item target ppcbug @var{dev}
21190 @kindex target ppcbug1
21191 @item target ppcbug1 @var{dev}
21192 PPCBUG ROM monitor for PowerPC.
21193
21194 @kindex target sds
21195 @item target sds @var{dev}
21196 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
21197 @end table
21198
21199 @cindex SDS protocol
21200 The following commands specific to the SDS protocol are supported
21201 by @value{GDBN}:
21202
21203 @table @code
21204 @item set sdstimeout @var{nsec}
21205 @kindex set sdstimeout
21206 Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
21207 default is 2 seconds.
21208
21209 @item show sdstimeout
21210 @kindex show sdstimeout
21211 Show the current value of the SDS timeout.
21212
21213 @item sds @var{command}
21214 @kindex sds@r{, a command}
21215 Send the specified @var{command} string to the SDS monitor.
21216 @end table
21217
21218
21219 @node PA
21220 @subsection HP PA Embedded
21221
21222 @table @code
21223
21224 @kindex target op50n
21225 @item target op50n @var{dev}
21226 OP50N monitor, running on an OKI HPPA board.
21227
21228 @kindex target w89k
21229 @item target w89k @var{dev}
21230 W89K monitor, running on a Winbond HPPA board.
21231
21232 @end table
21233
21234 @node Sparclet
21235 @subsection Tsqware Sparclet
21236
21237 @cindex Sparclet
21238
21239 @value{GDBN} enables developers to debug tasks running on
21240 Sparclet targets from a Unix host.
21241 @value{GDBN} uses code that runs on
21242 both the Unix host and on the Sparclet target. The program
21243 @code{@value{GDBP}} is installed and executed on the Unix host.
21244
21245 @table @code
21246 @item remotetimeout @var{args}
21247 @kindex remotetimeout
21248 @value{GDBN} supports the option @code{remotetimeout}.
21249 This option is set by the user, and @var{args} represents the number of
21250 seconds @value{GDBN} waits for responses.
21251 @end table
21252
21253 @cindex compiling, on Sparclet
21254 When compiling for debugging, include the options @samp{-g} to get debug
21255 information and @samp{-Ttext} to relocate the program to where you wish to
21256 load it on the target. You may also want to add the options @samp{-n} or
21257 @samp{-N} in order to reduce the size of the sections. Example:
21258
21259 @smallexample
21260 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
21261 @end smallexample
21262
21263 You can use @code{objdump} to verify that the addresses are what you intended:
21264
21265 @smallexample
21266 sparclet-aout-objdump --headers --syms prog
21267 @end smallexample
21268
21269 @cindex running, on Sparclet
21270 Once you have set
21271 your Unix execution search path to find @value{GDBN}, you are ready to
21272 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
21273 (or @code{sparclet-aout-gdb}, depending on your installation).
21274
21275 @value{GDBN} comes up showing the prompt:
21276
21277 @smallexample
21278 (gdbslet)
21279 @end smallexample
21280
21281 @menu
21282 * Sparclet File:: Setting the file to debug
21283 * Sparclet Connection:: Connecting to Sparclet
21284 * Sparclet Download:: Sparclet download
21285 * Sparclet Execution:: Running and debugging
21286 @end menu
21287
21288 @node Sparclet File
21289 @subsubsection Setting File to Debug
21290
21291 The @value{GDBN} command @code{file} lets you choose with program to debug.
21292
21293 @smallexample
21294 (gdbslet) file prog
21295 @end smallexample
21296
21297 @need 1000
21298 @value{GDBN} then attempts to read the symbol table of @file{prog}.
21299 @value{GDBN} locates
21300 the file by searching the directories listed in the command search
21301 path.
21302 If the file was compiled with debug information (option @samp{-g}), source
21303 files will be searched as well.
21304 @value{GDBN} locates
21305 the source files by searching the directories listed in the directory search
21306 path (@pxref{Environment, ,Your Program's Environment}).
21307 If it fails
21308 to find a file, it displays a message such as:
21309
21310 @smallexample
21311 prog: No such file or directory.
21312 @end smallexample
21313
21314 When this happens, add the appropriate directories to the search paths with
21315 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
21316 @code{target} command again.
21317
21318 @node Sparclet Connection
21319 @subsubsection Connecting to Sparclet
21320
21321 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
21322 To connect to a target on serial port ``@code{ttya}'', type:
21323
21324 @smallexample
21325 (gdbslet) target sparclet /dev/ttya
21326 Remote target sparclet connected to /dev/ttya
21327 main () at ../prog.c:3
21328 @end smallexample
21329
21330 @need 750
21331 @value{GDBN} displays messages like these:
21332
21333 @smallexample
21334 Connected to ttya.
21335 @end smallexample
21336
21337 @node Sparclet Download
21338 @subsubsection Sparclet Download
21339
21340 @cindex download to Sparclet
21341 Once connected to the Sparclet target,
21342 you can use the @value{GDBN}
21343 @code{load} command to download the file from the host to the target.
21344 The file name and load offset should be given as arguments to the @code{load}
21345 command.
21346 Since the file format is aout, the program must be loaded to the starting
21347 address. You can use @code{objdump} to find out what this value is. The load
21348 offset is an offset which is added to the VMA (virtual memory address)
21349 of each of the file's sections.
21350 For instance, if the program
21351 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
21352 and bss at 0x12010170, in @value{GDBN}, type:
21353
21354 @smallexample
21355 (gdbslet) load prog 0x12010000
21356 Loading section .text, size 0xdb0 vma 0x12010000
21357 @end smallexample
21358
21359 If the code is loaded at a different address then what the program was linked
21360 to, you may need to use the @code{section} and @code{add-symbol-file} commands
21361 to tell @value{GDBN} where to map the symbol table.
21362
21363 @node Sparclet Execution
21364 @subsubsection Running and Debugging
21365
21366 @cindex running and debugging Sparclet programs
21367 You can now begin debugging the task using @value{GDBN}'s execution control
21368 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
21369 manual for the list of commands.
21370
21371 @smallexample
21372 (gdbslet) b main
21373 Breakpoint 1 at 0x12010000: file prog.c, line 3.
21374 (gdbslet) run
21375 Starting program: prog
21376 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
21377 3 char *symarg = 0;
21378 (gdbslet) step
21379 4 char *execarg = "hello!";
21380 (gdbslet)
21381 @end smallexample
21382
21383 @node Sparclite
21384 @subsection Fujitsu Sparclite
21385
21386 @table @code
21387
21388 @kindex target sparclite
21389 @item target sparclite @var{dev}
21390 Fujitsu sparclite boards, used only for the purpose of loading.
21391 You must use an additional command to debug the program.
21392 For example: target remote @var{dev} using @value{GDBN} standard
21393 remote protocol.
21394
21395 @end table
21396
21397 @node Z8000
21398 @subsection Zilog Z8000
21399
21400 @cindex Z8000
21401 @cindex simulator, Z8000
21402 @cindex Zilog Z8000 simulator
21403
21404 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
21405 a Z8000 simulator.
21406
21407 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
21408 unsegmented variant of the Z8000 architecture) or the Z8001 (the
21409 segmented variant). The simulator recognizes which architecture is
21410 appropriate by inspecting the object code.
21411
21412 @table @code
21413 @item target sim @var{args}
21414 @kindex sim
21415 @kindex target sim@r{, with Z8000}
21416 Debug programs on a simulated CPU. If the simulator supports setup
21417 options, specify them via @var{args}.
21418 @end table
21419
21420 @noindent
21421 After specifying this target, you can debug programs for the simulated
21422 CPU in the same style as programs for your host computer; use the
21423 @code{file} command to load a new program image, the @code{run} command
21424 to run your program, and so on.
21425
21426 As well as making available all the usual machine registers
21427 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
21428 additional items of information as specially named registers:
21429
21430 @table @code
21431
21432 @item cycles
21433 Counts clock-ticks in the simulator.
21434
21435 @item insts
21436 Counts instructions run in the simulator.
21437
21438 @item time
21439 Execution time in 60ths of a second.
21440
21441 @end table
21442
21443 You can refer to these values in @value{GDBN} expressions with the usual
21444 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
21445 conditional breakpoint that suspends only after at least 5000
21446 simulated clock ticks.
21447
21448 @node AVR
21449 @subsection Atmel AVR
21450 @cindex AVR
21451
21452 When configured for debugging the Atmel AVR, @value{GDBN} supports the
21453 following AVR-specific commands:
21454
21455 @table @code
21456 @item info io_registers
21457 @kindex info io_registers@r{, AVR}
21458 @cindex I/O registers (Atmel AVR)
21459 This command displays information about the AVR I/O registers. For
21460 each register, @value{GDBN} prints its number and value.
21461 @end table
21462
21463 @node CRIS
21464 @subsection CRIS
21465 @cindex CRIS
21466
21467 When configured for debugging CRIS, @value{GDBN} provides the
21468 following CRIS-specific commands:
21469
21470 @table @code
21471 @item set cris-version @var{ver}
21472 @cindex CRIS version
21473 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
21474 The CRIS version affects register names and sizes. This command is useful in
21475 case autodetection of the CRIS version fails.
21476
21477 @item show cris-version
21478 Show the current CRIS version.
21479
21480 @item set cris-dwarf2-cfi
21481 @cindex DWARF-2 CFI and CRIS
21482 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
21483 Change to @samp{off} when using @code{gcc-cris} whose version is below
21484 @code{R59}.
21485
21486 @item show cris-dwarf2-cfi
21487 Show the current state of using DWARF-2 CFI.
21488
21489 @item set cris-mode @var{mode}
21490 @cindex CRIS mode
21491 Set the current CRIS mode to @var{mode}. It should only be changed when
21492 debugging in guru mode, in which case it should be set to
21493 @samp{guru} (the default is @samp{normal}).
21494
21495 @item show cris-mode
21496 Show the current CRIS mode.
21497 @end table
21498
21499 @node Super-H
21500 @subsection Renesas Super-H
21501 @cindex Super-H
21502
21503 For the Renesas Super-H processor, @value{GDBN} provides these
21504 commands:
21505
21506 @table @code
21507 @item set sh calling-convention @var{convention}
21508 @kindex set sh calling-convention
21509 Set the calling-convention used when calling functions from @value{GDBN}.
21510 Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
21511 With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
21512 convention. If the DWARF-2 information of the called function specifies
21513 that the function follows the Renesas calling convention, the function
21514 is called using the Renesas calling convention. If the calling convention
21515 is set to @samp{renesas}, the Renesas calling convention is always used,
21516 regardless of the DWARF-2 information. This can be used to override the
21517 default of @samp{gcc} if debug information is missing, or the compiler
21518 does not emit the DWARF-2 calling convention entry for a function.
21519
21520 @item show sh calling-convention
21521 @kindex show sh calling-convention
21522 Show the current calling convention setting.
21523
21524 @end table
21525
21526
21527 @node Architectures
21528 @section Architectures
21529
21530 This section describes characteristics of architectures that affect
21531 all uses of @value{GDBN} with the architecture, both native and cross.
21532
21533 @menu
21534 * AArch64::
21535 * i386::
21536 * Alpha::
21537 * MIPS::
21538 * HPPA:: HP PA architecture
21539 * SPU:: Cell Broadband Engine SPU architecture
21540 * PowerPC::
21541 * Nios II::
21542 @end menu
21543
21544 @node AArch64
21545 @subsection AArch64
21546 @cindex AArch64 support
21547
21548 When @value{GDBN} is debugging the AArch64 architecture, it provides the
21549 following special commands:
21550
21551 @table @code
21552 @item set debug aarch64
21553 @kindex set debug aarch64
21554 This command determines whether AArch64 architecture-specific debugging
21555 messages are to be displayed.
21556
21557 @item show debug aarch64
21558 Show whether AArch64 debugging messages are displayed.
21559
21560 @end table
21561
21562 @node i386
21563 @subsection x86 Architecture-specific Issues
21564
21565 @table @code
21566 @item set struct-convention @var{mode}
21567 @kindex set struct-convention
21568 @cindex struct return convention
21569 @cindex struct/union returned in registers
21570 Set the convention used by the inferior to return @code{struct}s and
21571 @code{union}s from functions to @var{mode}. Possible values of
21572 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
21573 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
21574 are returned on the stack, while @code{"reg"} means that a
21575 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
21576 be returned in a register.
21577
21578 @item show struct-convention
21579 @kindex show struct-convention
21580 Show the current setting of the convention to return @code{struct}s
21581 from functions.
21582 @end table
21583
21584 @subsubsection Intel(R) @dfn{Memory Protection Extensions} (MPX).
21585 @cindex Intel(R) Memory Protection Extensions (MPX).
21586
21587 Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
21588 @footnote{The register named with capital letters represent the architecture
21589 registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
21590 which are the lower bound and upper bound. Bounds are effective addresses or
21591 memory locations. The upper bounds are architecturally represented in 1's
21592 complement form. A bound having lower bound = 0, and upper bound = 0
21593 (1's complement of all bits set) will allow access to the entire address space.
21594
21595 @samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
21596 through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
21597 display the upper bound performing the complement of one operation on the
21598 upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
21599 @value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
21600 can also be noted that the upper bounds are inclusive.
21601
21602 As an example, assume that the register BND0 holds bounds for a pointer having
21603 access allowed for the range between 0x32 and 0x71. The values present on
21604 bnd0raw and bnd registers are presented as follows:
21605
21606 @smallexample
21607 bnd0raw = @{0x32, 0xffffffff8e@}
21608 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
21609 @end smallexample
21610
21611 This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
21612 change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
21613 counterpart. When the bnd0@dots{}bnd3 registers are displayed via
21614 Python, the display includes the memory size, in bits, accessible to
21615 the pointer.
21616
21617 @node Alpha
21618 @subsection Alpha
21619
21620 See the following section.
21621
21622 @node MIPS
21623 @subsection @acronym{MIPS}
21624
21625 @cindex stack on Alpha
21626 @cindex stack on @acronym{MIPS}
21627 @cindex Alpha stack
21628 @cindex @acronym{MIPS} stack
21629 Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
21630 sometimes requires @value{GDBN} to search backward in the object code to
21631 find the beginning of a function.
21632
21633 @cindex response time, @acronym{MIPS} debugging
21634 To improve response time (especially for embedded applications, where
21635 @value{GDBN} may be restricted to a slow serial line for this search)
21636 you may want to limit the size of this search, using one of these
21637 commands:
21638
21639 @table @code
21640 @cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
21641 @item set heuristic-fence-post @var{limit}
21642 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
21643 search for the beginning of a function. A value of @var{0} (the
21644 default) means there is no limit. However, except for @var{0}, the
21645 larger the limit the more bytes @code{heuristic-fence-post} must search
21646 and therefore the longer it takes to run. You should only need to use
21647 this command when debugging a stripped executable.
21648
21649 @item show heuristic-fence-post
21650 Display the current limit.
21651 @end table
21652
21653 @noindent
21654 These commands are available @emph{only} when @value{GDBN} is configured
21655 for debugging programs on Alpha or @acronym{MIPS} processors.
21656
21657 Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
21658 programs:
21659
21660 @table @code
21661 @item set mips abi @var{arg}
21662 @kindex set mips abi
21663 @cindex set ABI for @acronym{MIPS}
21664 Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
21665 values of @var{arg} are:
21666
21667 @table @samp
21668 @item auto
21669 The default ABI associated with the current binary (this is the
21670 default).
21671 @item o32
21672 @item o64
21673 @item n32
21674 @item n64
21675 @item eabi32
21676 @item eabi64
21677 @end table
21678
21679 @item show mips abi
21680 @kindex show mips abi
21681 Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
21682
21683 @item set mips compression @var{arg}
21684 @kindex set mips compression
21685 @cindex code compression, @acronym{MIPS}
21686 Tell @value{GDBN} which @acronym{MIPS} compressed
21687 @acronym{ISA, Instruction Set Architecture} encoding is used by the
21688 inferior. @value{GDBN} uses this for code disassembly and other
21689 internal interpretation purposes. This setting is only referred to
21690 when no executable has been associated with the debugging session or
21691 the executable does not provide information about the encoding it uses.
21692 Otherwise this setting is automatically updated from information
21693 provided by the executable.
21694
21695 Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
21696 The default compressed @acronym{ISA} encoding is @samp{mips16}, as
21697 executables containing @acronym{MIPS16} code frequently are not
21698 identified as such.
21699
21700 This setting is ``sticky''; that is, it retains its value across
21701 debugging sessions until reset either explicitly with this command or
21702 implicitly from an executable.
21703
21704 The compiler and/or assembler typically add symbol table annotations to
21705 identify functions compiled for the @acronym{MIPS16} or
21706 @acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
21707 are present, @value{GDBN} uses them in preference to the global
21708 compressed @acronym{ISA} encoding setting.
21709
21710 @item show mips compression
21711 @kindex show mips compression
21712 Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
21713 @value{GDBN} to debug the inferior.
21714
21715 @item set mipsfpu
21716 @itemx show mipsfpu
21717 @xref{MIPS Embedded, set mipsfpu}.
21718
21719 @item set mips mask-address @var{arg}
21720 @kindex set mips mask-address
21721 @cindex @acronym{MIPS} addresses, masking
21722 This command determines whether the most-significant 32 bits of 64-bit
21723 @acronym{MIPS} addresses are masked off. The argument @var{arg} can be
21724 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
21725 setting, which lets @value{GDBN} determine the correct value.
21726
21727 @item show mips mask-address
21728 @kindex show mips mask-address
21729 Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
21730 not.
21731
21732 @item set remote-mips64-transfers-32bit-regs
21733 @kindex set remote-mips64-transfers-32bit-regs
21734 This command controls compatibility with 64-bit @acronym{MIPS} targets that
21735 transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
21736 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
21737 and 64 bits for other registers, set this option to @samp{on}.
21738
21739 @item show remote-mips64-transfers-32bit-regs
21740 @kindex show remote-mips64-transfers-32bit-regs
21741 Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
21742
21743 @item set debug mips
21744 @kindex set debug mips
21745 This command turns on and off debugging messages for the @acronym{MIPS}-specific
21746 target code in @value{GDBN}.
21747
21748 @item show debug mips
21749 @kindex show debug mips
21750 Show the current setting of @acronym{MIPS} debugging messages.
21751 @end table
21752
21753
21754 @node HPPA
21755 @subsection HPPA
21756 @cindex HPPA support
21757
21758 When @value{GDBN} is debugging the HP PA architecture, it provides the
21759 following special commands:
21760
21761 @table @code
21762 @item set debug hppa
21763 @kindex set debug hppa
21764 This command determines whether HPPA architecture-specific debugging
21765 messages are to be displayed.
21766
21767 @item show debug hppa
21768 Show whether HPPA debugging messages are displayed.
21769
21770 @item maint print unwind @var{address}
21771 @kindex maint print unwind@r{, HPPA}
21772 This command displays the contents of the unwind table entry at the
21773 given @var{address}.
21774
21775 @end table
21776
21777
21778 @node SPU
21779 @subsection Cell Broadband Engine SPU architecture
21780 @cindex Cell Broadband Engine
21781 @cindex SPU
21782
21783 When @value{GDBN} is debugging the Cell Broadband Engine SPU architecture,
21784 it provides the following special commands:
21785
21786 @table @code
21787 @item info spu event
21788 @kindex info spu
21789 Display SPU event facility status. Shows current event mask
21790 and pending event status.
21791
21792 @item info spu signal
21793 Display SPU signal notification facility status. Shows pending
21794 signal-control word and signal notification mode of both signal
21795 notification channels.
21796
21797 @item info spu mailbox
21798 Display SPU mailbox facility status. Shows all pending entries,
21799 in order of processing, in each of the SPU Write Outbound,
21800 SPU Write Outbound Interrupt, and SPU Read Inbound mailboxes.
21801
21802 @item info spu dma
21803 Display MFC DMA status. Shows all pending commands in the MFC
21804 DMA queue. For each entry, opcode, tag, class IDs, effective
21805 and local store addresses and transfer size are shown.
21806
21807 @item info spu proxydma
21808 Display MFC Proxy-DMA status. Shows all pending commands in the MFC
21809 Proxy-DMA queue. For each entry, opcode, tag, class IDs, effective
21810 and local store addresses and transfer size are shown.
21811
21812 @end table
21813
21814 When @value{GDBN} is debugging a combined PowerPC/SPU application
21815 on the Cell Broadband Engine, it provides in addition the following
21816 special commands:
21817
21818 @table @code
21819 @item set spu stop-on-load @var{arg}
21820 @kindex set spu
21821 Set whether to stop for new SPE threads. When set to @code{on}, @value{GDBN}
21822 will give control to the user when a new SPE thread enters its @code{main}
21823 function. The default is @code{off}.
21824
21825 @item show spu stop-on-load
21826 @kindex show spu
21827 Show whether to stop for new SPE threads.
21828
21829 @item set spu auto-flush-cache @var{arg}
21830 Set whether to automatically flush the software-managed cache. When set to
21831 @code{on}, @value{GDBN} will automatically cause the SPE software-managed
21832 cache to be flushed whenever SPE execution stops. This provides a consistent
21833 view of PowerPC memory that is accessed via the cache. If an application
21834 does not use the software-managed cache, this option has no effect.
21835
21836 @item show spu auto-flush-cache
21837 Show whether to automatically flush the software-managed cache.
21838
21839 @end table
21840
21841 @node PowerPC
21842 @subsection PowerPC
21843 @cindex PowerPC architecture
21844
21845 When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
21846 pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
21847 numbers stored in the floating point registers. These values must be stored
21848 in two consecutive registers, always starting at an even register like
21849 @code{f0} or @code{f2}.
21850
21851 The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
21852 by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
21853 @code{f2} and @code{f3} for @code{$dl1} and so on.
21854
21855 For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
21856 wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
21857
21858 @node Nios II
21859 @subsection Nios II
21860 @cindex Nios II architecture
21861
21862 When @value{GDBN} is debugging the Nios II architecture,
21863 it provides the following special commands:
21864
21865 @table @code
21866
21867 @item set debug nios2
21868 @kindex set debug nios2
21869 This command turns on and off debugging messages for the Nios II
21870 target code in @value{GDBN}.
21871
21872 @item show debug nios2
21873 @kindex show debug nios2
21874 Show the current setting of Nios II debugging messages.
21875 @end table
21876
21877 @node Controlling GDB
21878 @chapter Controlling @value{GDBN}
21879
21880 You can alter the way @value{GDBN} interacts with you by using the
21881 @code{set} command. For commands controlling how @value{GDBN} displays
21882 data, see @ref{Print Settings, ,Print Settings}. Other settings are
21883 described here.
21884
21885 @menu
21886 * Prompt:: Prompt
21887 * Editing:: Command editing
21888 * Command History:: Command history
21889 * Screen Size:: Screen size
21890 * Numbers:: Numbers
21891 * ABI:: Configuring the current ABI
21892 * Auto-loading:: Automatically loading associated files
21893 * Messages/Warnings:: Optional warnings and messages
21894 * Debugging Output:: Optional messages about internal happenings
21895 * Other Misc Settings:: Other Miscellaneous Settings
21896 @end menu
21897
21898 @node Prompt
21899 @section Prompt
21900
21901 @cindex prompt
21902
21903 @value{GDBN} indicates its readiness to read a command by printing a string
21904 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
21905 can change the prompt string with the @code{set prompt} command. For
21906 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
21907 the prompt in one of the @value{GDBN} sessions so that you can always tell
21908 which one you are talking to.
21909
21910 @emph{Note:} @code{set prompt} does not add a space for you after the
21911 prompt you set. This allows you to set a prompt which ends in a space
21912 or a prompt that does not.
21913
21914 @table @code
21915 @kindex set prompt
21916 @item set prompt @var{newprompt}
21917 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
21918
21919 @kindex show prompt
21920 @item show prompt
21921 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
21922 @end table
21923
21924 Versions of @value{GDBN} that ship with Python scripting enabled have
21925 prompt extensions. The commands for interacting with these extensions
21926 are:
21927
21928 @table @code
21929 @kindex set extended-prompt
21930 @item set extended-prompt @var{prompt}
21931 Set an extended prompt that allows for substitutions.
21932 @xref{gdb.prompt}, for a list of escape sequences that can be used for
21933 substitution. Any escape sequences specified as part of the prompt
21934 string are replaced with the corresponding strings each time the prompt
21935 is displayed.
21936
21937 For example:
21938
21939 @smallexample
21940 set extended-prompt Current working directory: \w (gdb)
21941 @end smallexample
21942
21943 Note that when an extended-prompt is set, it takes control of the
21944 @var{prompt_hook} hook. @xref{prompt_hook}, for further information.
21945
21946 @kindex show extended-prompt
21947 @item show extended-prompt
21948 Prints the extended prompt. Any escape sequences specified as part of
21949 the prompt string with @code{set extended-prompt}, are replaced with the
21950 corresponding strings each time the prompt is displayed.
21951 @end table
21952
21953 @node Editing
21954 @section Command Editing
21955 @cindex readline
21956 @cindex command line editing
21957
21958 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
21959 @sc{gnu} library provides consistent behavior for programs which provide a
21960 command line interface to the user. Advantages are @sc{gnu} Emacs-style
21961 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
21962 substitution, and a storage and recall of command history across
21963 debugging sessions.
21964
21965 You may control the behavior of command line editing in @value{GDBN} with the
21966 command @code{set}.
21967
21968 @table @code
21969 @kindex set editing
21970 @cindex editing
21971 @item set editing
21972 @itemx set editing on
21973 Enable command line editing (enabled by default).
21974
21975 @item set editing off
21976 Disable command line editing.
21977
21978 @kindex show editing
21979 @item show editing
21980 Show whether command line editing is enabled.
21981 @end table
21982
21983 @ifset SYSTEM_READLINE
21984 @xref{Command Line Editing, , , rluserman, GNU Readline Library},
21985 @end ifset
21986 @ifclear SYSTEM_READLINE
21987 @xref{Command Line Editing},
21988 @end ifclear
21989 for more details about the Readline
21990 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
21991 encouraged to read that chapter.
21992
21993 @node Command History
21994 @section Command History
21995 @cindex command history
21996
21997 @value{GDBN} can keep track of the commands you type during your
21998 debugging sessions, so that you can be certain of precisely what
21999 happened. Use these commands to manage the @value{GDBN} command
22000 history facility.
22001
22002 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
22003 package, to provide the history facility.
22004 @ifset SYSTEM_READLINE
22005 @xref{Using History Interactively, , , history, GNU History Library},
22006 @end ifset
22007 @ifclear SYSTEM_READLINE
22008 @xref{Using History Interactively},
22009 @end ifclear
22010 for the detailed description of the History library.
22011
22012 To issue a command to @value{GDBN} without affecting certain aspects of
22013 the state which is seen by users, prefix it with @samp{server }
22014 (@pxref{Server Prefix}). This
22015 means that this command will not affect the command history, nor will it
22016 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
22017 pressed on a line by itself.
22018
22019 @cindex @code{server}, command prefix
22020 The server prefix does not affect the recording of values into the value
22021 history; to print a value without recording it into the value history,
22022 use the @code{output} command instead of the @code{print} command.
22023
22024 Here is the description of @value{GDBN} commands related to command
22025 history.
22026
22027 @table @code
22028 @cindex history substitution
22029 @cindex history file
22030 @kindex set history filename
22031 @cindex @env{GDBHISTFILE}, environment variable
22032 @item set history filename @var{fname}
22033 Set the name of the @value{GDBN} command history file to @var{fname}.
22034 This is the file where @value{GDBN} reads an initial command history
22035 list, and where it writes the command history from this session when it
22036 exits. You can access this list through history expansion or through
22037 the history command editing characters listed below. This file defaults
22038 to the value of the environment variable @code{GDBHISTFILE}, or to
22039 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
22040 is not set.
22041
22042 @cindex save command history
22043 @kindex set history save
22044 @item set history save
22045 @itemx set history save on
22046 Record command history in a file, whose name may be specified with the
22047 @code{set history filename} command. By default, this option is disabled.
22048
22049 @item set history save off
22050 Stop recording command history in a file.
22051
22052 @cindex history size
22053 @kindex set history size
22054 @cindex @env{HISTSIZE}, environment variable
22055 @item set history size @var{size}
22056 @itemx set history size unlimited
22057 Set the number of commands which @value{GDBN} keeps in its history list.
22058 This defaults to the value of the environment variable
22059 @code{HISTSIZE}, or to 256 if this variable is not set. If @var{size}
22060 is @code{unlimited}, the number of commands @value{GDBN} keeps in the
22061 history list is unlimited.
22062 @end table
22063
22064 History expansion assigns special meaning to the character @kbd{!}.
22065 @ifset SYSTEM_READLINE
22066 @xref{Event Designators, , , history, GNU History Library},
22067 @end ifset
22068 @ifclear SYSTEM_READLINE
22069 @xref{Event Designators},
22070 @end ifclear
22071 for more details.
22072
22073 @cindex history expansion, turn on/off
22074 Since @kbd{!} is also the logical not operator in C, history expansion
22075 is off by default. If you decide to enable history expansion with the
22076 @code{set history expansion on} command, you may sometimes need to
22077 follow @kbd{!} (when it is used as logical not, in an expression) with
22078 a space or a tab to prevent it from being expanded. The readline
22079 history facilities do not attempt substitution on the strings
22080 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
22081
22082 The commands to control history expansion are:
22083
22084 @table @code
22085 @item set history expansion on
22086 @itemx set history expansion
22087 @kindex set history expansion
22088 Enable history expansion. History expansion is off by default.
22089
22090 @item set history expansion off
22091 Disable history expansion.
22092
22093 @c @group
22094 @kindex show history
22095 @item show history
22096 @itemx show history filename
22097 @itemx show history save
22098 @itemx show history size
22099 @itemx show history expansion
22100 These commands display the state of the @value{GDBN} history parameters.
22101 @code{show history} by itself displays all four states.
22102 @c @end group
22103 @end table
22104
22105 @table @code
22106 @kindex show commands
22107 @cindex show last commands
22108 @cindex display command history
22109 @item show commands
22110 Display the last ten commands in the command history.
22111
22112 @item show commands @var{n}
22113 Print ten commands centered on command number @var{n}.
22114
22115 @item show commands +
22116 Print ten commands just after the commands last printed.
22117 @end table
22118
22119 @node Screen Size
22120 @section Screen Size
22121 @cindex size of screen
22122 @cindex pauses in output
22123
22124 Certain commands to @value{GDBN} may produce large amounts of
22125 information output to the screen. To help you read all of it,
22126 @value{GDBN} pauses and asks you for input at the end of each page of
22127 output. Type @key{RET} when you want to continue the output, or @kbd{q}
22128 to discard the remaining output. Also, the screen width setting
22129 determines when to wrap lines of output. Depending on what is being
22130 printed, @value{GDBN} tries to break the line at a readable place,
22131 rather than simply letting it overflow onto the following line.
22132
22133 Normally @value{GDBN} knows the size of the screen from the terminal
22134 driver software. For example, on Unix @value{GDBN} uses the termcap data base
22135 together with the value of the @code{TERM} environment variable and the
22136 @code{stty rows} and @code{stty cols} settings. If this is not correct,
22137 you can override it with the @code{set height} and @code{set
22138 width} commands:
22139
22140 @table @code
22141 @kindex set height
22142 @kindex set width
22143 @kindex show width
22144 @kindex show height
22145 @item set height @var{lpp}
22146 @itemx set height unlimited
22147 @itemx show height
22148 @itemx set width @var{cpl}
22149 @itemx set width unlimited
22150 @itemx show width
22151 These @code{set} commands specify a screen height of @var{lpp} lines and
22152 a screen width of @var{cpl} characters. The associated @code{show}
22153 commands display the current settings.
22154
22155 If you specify a height of either @code{unlimited} or zero lines,
22156 @value{GDBN} does not pause during output no matter how long the
22157 output is. This is useful if output is to a file or to an editor
22158 buffer.
22159
22160 Likewise, you can specify @samp{set width unlimited} or @samp{set
22161 width 0} to prevent @value{GDBN} from wrapping its output.
22162
22163 @item set pagination on
22164 @itemx set pagination off
22165 @kindex set pagination
22166 Turn the output pagination on or off; the default is on. Turning
22167 pagination off is the alternative to @code{set height unlimited}. Note that
22168 running @value{GDBN} with the @option{--batch} option (@pxref{Mode
22169 Options, -batch}) also automatically disables pagination.
22170
22171 @item show pagination
22172 @kindex show pagination
22173 Show the current pagination mode.
22174 @end table
22175
22176 @node Numbers
22177 @section Numbers
22178 @cindex number representation
22179 @cindex entering numbers
22180
22181 You can always enter numbers in octal, decimal, or hexadecimal in
22182 @value{GDBN} by the usual conventions: octal numbers begin with
22183 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
22184 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
22185 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
22186 10; likewise, the default display for numbers---when no particular
22187 format is specified---is base 10. You can change the default base for
22188 both input and output with the commands described below.
22189
22190 @table @code
22191 @kindex set input-radix
22192 @item set input-radix @var{base}
22193 Set the default base for numeric input. Supported choices
22194 for @var{base} are decimal 8, 10, or 16. The base must itself be
22195 specified either unambiguously or using the current input radix; for
22196 example, any of
22197
22198 @smallexample
22199 set input-radix 012
22200 set input-radix 10.
22201 set input-radix 0xa
22202 @end smallexample
22203
22204 @noindent
22205 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
22206 leaves the input radix unchanged, no matter what it was, since
22207 @samp{10}, being without any leading or trailing signs of its base, is
22208 interpreted in the current radix. Thus, if the current radix is 16,
22209 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
22210 change the radix.
22211
22212 @kindex set output-radix
22213 @item set output-radix @var{base}
22214 Set the default base for numeric display. Supported choices
22215 for @var{base} are decimal 8, 10, or 16. The base must itself be
22216 specified either unambiguously or using the current input radix.
22217
22218 @kindex show input-radix
22219 @item show input-radix
22220 Display the current default base for numeric input.
22221
22222 @kindex show output-radix
22223 @item show output-radix
22224 Display the current default base for numeric display.
22225
22226 @item set radix @r{[}@var{base}@r{]}
22227 @itemx show radix
22228 @kindex set radix
22229 @kindex show radix
22230 These commands set and show the default base for both input and output
22231 of numbers. @code{set radix} sets the radix of input and output to
22232 the same base; without an argument, it resets the radix back to its
22233 default value of 10.
22234
22235 @end table
22236
22237 @node ABI
22238 @section Configuring the Current ABI
22239
22240 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
22241 application automatically. However, sometimes you need to override its
22242 conclusions. Use these commands to manage @value{GDBN}'s view of the
22243 current ABI.
22244
22245 @cindex OS ABI
22246 @kindex set osabi
22247 @kindex show osabi
22248 @cindex Newlib OS ABI and its influence on the longjmp handling
22249
22250 One @value{GDBN} configuration can debug binaries for multiple operating
22251 system targets, either via remote debugging or native emulation.
22252 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
22253 but you can override its conclusion using the @code{set osabi} command.
22254 One example where this is useful is in debugging of binaries which use
22255 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
22256 not have the same identifying marks that the standard C library for your
22257 platform provides.
22258
22259 When @value{GDBN} is debugging the AArch64 architecture, it provides a
22260 ``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
22261 @code{longjmp} when debugging binaries that use the @sc{newlib} C library.
22262 The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
22263
22264 @table @code
22265 @item show osabi
22266 Show the OS ABI currently in use.
22267
22268 @item set osabi
22269 With no argument, show the list of registered available OS ABI's.
22270
22271 @item set osabi @var{abi}
22272 Set the current OS ABI to @var{abi}.
22273 @end table
22274
22275 @cindex float promotion
22276
22277 Generally, the way that an argument of type @code{float} is passed to a
22278 function depends on whether the function is prototyped. For a prototyped
22279 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
22280 according to the architecture's convention for @code{float}. For unprototyped
22281 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
22282 @code{double} and then passed.
22283
22284 Unfortunately, some forms of debug information do not reliably indicate whether
22285 a function is prototyped. If @value{GDBN} calls a function that is not marked
22286 as prototyped, it consults @kbd{set coerce-float-to-double}.
22287
22288 @table @code
22289 @kindex set coerce-float-to-double
22290 @item set coerce-float-to-double
22291 @itemx set coerce-float-to-double on
22292 Arguments of type @code{float} will be promoted to @code{double} when passed
22293 to an unprototyped function. This is the default setting.
22294
22295 @item set coerce-float-to-double off
22296 Arguments of type @code{float} will be passed directly to unprototyped
22297 functions.
22298
22299 @kindex show coerce-float-to-double
22300 @item show coerce-float-to-double
22301 Show the current setting of promoting @code{float} to @code{double}.
22302 @end table
22303
22304 @kindex set cp-abi
22305 @kindex show cp-abi
22306 @value{GDBN} needs to know the ABI used for your program's C@t{++}
22307 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
22308 used to build your application. @value{GDBN} only fully supports
22309 programs with a single C@t{++} ABI; if your program contains code using
22310 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
22311 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
22312 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
22313 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
22314 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
22315 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
22316 ``auto''.
22317
22318 @table @code
22319 @item show cp-abi
22320 Show the C@t{++} ABI currently in use.
22321
22322 @item set cp-abi
22323 With no argument, show the list of supported C@t{++} ABI's.
22324
22325 @item set cp-abi @var{abi}
22326 @itemx set cp-abi auto
22327 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
22328 @end table
22329
22330 @node Auto-loading
22331 @section Automatically loading associated files
22332 @cindex auto-loading
22333
22334 @value{GDBN} sometimes reads files with commands and settings automatically,
22335 without being explicitly told so by the user. We call this feature
22336 @dfn{auto-loading}. While auto-loading is useful for automatically adapting
22337 @value{GDBN} to the needs of your project, it can sometimes produce unexpected
22338 results or introduce security risks (e.g., if the file comes from untrusted
22339 sources).
22340
22341 @menu
22342 * Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
22343 * libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
22344
22345 * Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
22346 * Auto-loading verbose mode:: @samp{set/show debug auto-load}
22347 @end menu
22348
22349 There are various kinds of files @value{GDBN} can automatically load.
22350 In addition to these files, @value{GDBN} supports auto-loading code written
22351 in various extension languages. @xref{Auto-loading extensions}.
22352
22353 Note that loading of these associated files (including the local @file{.gdbinit}
22354 file) requires accordingly configured @code{auto-load safe-path}
22355 (@pxref{Auto-loading safe path}).
22356
22357 For these reasons, @value{GDBN} includes commands and options to let you
22358 control when to auto-load files and which files should be auto-loaded.
22359
22360 @table @code
22361 @anchor{set auto-load off}
22362 @kindex set auto-load off
22363 @item set auto-load off
22364 Globally disable loading of all auto-loaded files.
22365 You may want to use this command with the @samp{-iex} option
22366 (@pxref{Option -init-eval-command}) such as:
22367 @smallexample
22368 $ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
22369 @end smallexample
22370
22371 Be aware that system init file (@pxref{System-wide configuration})
22372 and init files from your home directory (@pxref{Home Directory Init File})
22373 still get read (as they come from generally trusted directories).
22374 To prevent @value{GDBN} from auto-loading even those init files, use the
22375 @option{-nx} option (@pxref{Mode Options}), in addition to
22376 @code{set auto-load no}.
22377
22378 @anchor{show auto-load}
22379 @kindex show auto-load
22380 @item show auto-load
22381 Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
22382 or disabled.
22383
22384 @smallexample
22385 (gdb) show auto-load
22386 gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
22387 libthread-db: Auto-loading of inferior specific libthread_db is on.
22388 local-gdbinit: Auto-loading of .gdbinit script from current directory
22389 is on.
22390 python-scripts: Auto-loading of Python scripts is on.
22391 safe-path: List of directories from which it is safe to auto-load files
22392 is $debugdir:$datadir/auto-load.
22393 scripts-directory: List of directories from which to load auto-loaded scripts
22394 is $debugdir:$datadir/auto-load.
22395 @end smallexample
22396
22397 @anchor{info auto-load}
22398 @kindex info auto-load
22399 @item info auto-load
22400 Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
22401 not.
22402
22403 @smallexample
22404 (gdb) info auto-load
22405 gdb-scripts:
22406 Loaded Script
22407 Yes /home/user/gdb/gdb-gdb.gdb
22408 libthread-db: No auto-loaded libthread-db.
22409 local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
22410 loaded.
22411 python-scripts:
22412 Loaded Script
22413 Yes /home/user/gdb/gdb-gdb.py
22414 @end smallexample
22415 @end table
22416
22417 These are @value{GDBN} control commands for the auto-loading:
22418
22419 @multitable @columnfractions .5 .5
22420 @item @xref{set auto-load off}.
22421 @tab Disable auto-loading globally.
22422 @item @xref{show auto-load}.
22423 @tab Show setting of all kinds of files.
22424 @item @xref{info auto-load}.
22425 @tab Show state of all kinds of files.
22426 @item @xref{set auto-load gdb-scripts}.
22427 @tab Control for @value{GDBN} command scripts.
22428 @item @xref{show auto-load gdb-scripts}.
22429 @tab Show setting of @value{GDBN} command scripts.
22430 @item @xref{info auto-load gdb-scripts}.
22431 @tab Show state of @value{GDBN} command scripts.
22432 @item @xref{set auto-load python-scripts}.
22433 @tab Control for @value{GDBN} Python scripts.
22434 @item @xref{show auto-load python-scripts}.
22435 @tab Show setting of @value{GDBN} Python scripts.
22436 @item @xref{info auto-load python-scripts}.
22437 @tab Show state of @value{GDBN} Python scripts.
22438 @item @xref{set auto-load guile-scripts}.
22439 @tab Control for @value{GDBN} Guile scripts.
22440 @item @xref{show auto-load guile-scripts}.
22441 @tab Show setting of @value{GDBN} Guile scripts.
22442 @item @xref{info auto-load guile-scripts}.
22443 @tab Show state of @value{GDBN} Guile scripts.
22444 @item @xref{set auto-load scripts-directory}.
22445 @tab Control for @value{GDBN} auto-loaded scripts location.
22446 @item @xref{show auto-load scripts-directory}.
22447 @tab Show @value{GDBN} auto-loaded scripts location.
22448 @item @xref{set auto-load local-gdbinit}.
22449 @tab Control for init file in the current directory.
22450 @item @xref{show auto-load local-gdbinit}.
22451 @tab Show setting of init file in the current directory.
22452 @item @xref{info auto-load local-gdbinit}.
22453 @tab Show state of init file in the current directory.
22454 @item @xref{set auto-load libthread-db}.
22455 @tab Control for thread debugging library.
22456 @item @xref{show auto-load libthread-db}.
22457 @tab Show setting of thread debugging library.
22458 @item @xref{info auto-load libthread-db}.
22459 @tab Show state of thread debugging library.
22460 @item @xref{set auto-load safe-path}.
22461 @tab Control directories trusted for automatic loading.
22462 @item @xref{show auto-load safe-path}.
22463 @tab Show directories trusted for automatic loading.
22464 @item @xref{add-auto-load-safe-path}.
22465 @tab Add directory trusted for automatic loading.
22466 @end multitable
22467
22468 @node Init File in the Current Directory
22469 @subsection Automatically loading init file in the current directory
22470 @cindex auto-loading init file in the current directory
22471
22472 By default, @value{GDBN} reads and executes the canned sequences of commands
22473 from init file (if any) in the current working directory,
22474 see @ref{Init File in the Current Directory during Startup}.
22475
22476 Note that loading of this local @file{.gdbinit} file also requires accordingly
22477 configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
22478
22479 @table @code
22480 @anchor{set auto-load local-gdbinit}
22481 @kindex set auto-load local-gdbinit
22482 @item set auto-load local-gdbinit [on|off]
22483 Enable or disable the auto-loading of canned sequences of commands
22484 (@pxref{Sequences}) found in init file in the current directory.
22485
22486 @anchor{show auto-load local-gdbinit}
22487 @kindex show auto-load local-gdbinit
22488 @item show auto-load local-gdbinit
22489 Show whether auto-loading of canned sequences of commands from init file in the
22490 current directory is enabled or disabled.
22491
22492 @anchor{info auto-load local-gdbinit}
22493 @kindex info auto-load local-gdbinit
22494 @item info auto-load local-gdbinit
22495 Print whether canned sequences of commands from init file in the
22496 current directory have been auto-loaded.
22497 @end table
22498
22499 @node libthread_db.so.1 file
22500 @subsection Automatically loading thread debugging library
22501 @cindex auto-loading libthread_db.so.1
22502
22503 This feature is currently present only on @sc{gnu}/Linux native hosts.
22504
22505 @value{GDBN} reads in some cases thread debugging library from places specific
22506 to the inferior (@pxref{set libthread-db-search-path}).
22507
22508 The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
22509 without checking this @samp{set auto-load libthread-db} switch as system
22510 libraries have to be trusted in general. In all other cases of
22511 @samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
22512 auto-load libthread-db} is enabled before trying to open such thread debugging
22513 library.
22514
22515 Note that loading of this debugging library also requires accordingly configured
22516 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
22517
22518 @table @code
22519 @anchor{set auto-load libthread-db}
22520 @kindex set auto-load libthread-db
22521 @item set auto-load libthread-db [on|off]
22522 Enable or disable the auto-loading of inferior specific thread debugging library.
22523
22524 @anchor{show auto-load libthread-db}
22525 @kindex show auto-load libthread-db
22526 @item show auto-load libthread-db
22527 Show whether auto-loading of inferior specific thread debugging library is
22528 enabled or disabled.
22529
22530 @anchor{info auto-load libthread-db}
22531 @kindex info auto-load libthread-db
22532 @item info auto-load libthread-db
22533 Print the list of all loaded inferior specific thread debugging libraries and
22534 for each such library print list of inferior @var{pid}s using it.
22535 @end table
22536
22537 @node Auto-loading safe path
22538 @subsection Security restriction for auto-loading
22539 @cindex auto-loading safe-path
22540
22541 As the files of inferior can come from untrusted source (such as submitted by
22542 an application user) @value{GDBN} does not always load any files automatically.
22543 @value{GDBN} provides the @samp{set auto-load safe-path} setting to list
22544 directories trusted for loading files not explicitly requested by user.
22545 Each directory can also be a shell wildcard pattern.
22546
22547 If the path is not set properly you will see a warning and the file will not
22548 get loaded:
22549
22550 @smallexample
22551 $ ./gdb -q ./gdb
22552 Reading symbols from /home/user/gdb/gdb...done.
22553 warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
22554 declined by your `auto-load safe-path' set
22555 to "$debugdir:$datadir/auto-load".
22556 warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
22557 declined by your `auto-load safe-path' set
22558 to "$debugdir:$datadir/auto-load".
22559 @end smallexample
22560
22561 @noindent
22562 To instruct @value{GDBN} to go ahead and use the init files anyway,
22563 invoke @value{GDBN} like this:
22564
22565 @smallexample
22566 $ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
22567 @end smallexample
22568
22569 The list of trusted directories is controlled by the following commands:
22570
22571 @table @code
22572 @anchor{set auto-load safe-path}
22573 @kindex set auto-load safe-path
22574 @item set auto-load safe-path @r{[}@var{directories}@r{]}
22575 Set the list of directories (and their subdirectories) trusted for automatic
22576 loading and execution of scripts. You can also enter a specific trusted file.
22577 Each directory can also be a shell wildcard pattern; wildcards do not match
22578 directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
22579 (@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
22580 If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
22581 its default value as specified during @value{GDBN} compilation.
22582
22583 The list of directories uses path separator (@samp{:} on GNU and Unix
22584 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
22585 to the @env{PATH} environment variable.
22586
22587 @anchor{show auto-load safe-path}
22588 @kindex show auto-load safe-path
22589 @item show auto-load safe-path
22590 Show the list of directories trusted for automatic loading and execution of
22591 scripts.
22592
22593 @anchor{add-auto-load-safe-path}
22594 @kindex add-auto-load-safe-path
22595 @item add-auto-load-safe-path
22596 Add an entry (or list of entries) the list of directories trusted for automatic
22597 loading and execution of scripts. Multiple entries may be delimited by the
22598 host platform path separator in use.
22599 @end table
22600
22601 This variable defaults to what @code{--with-auto-load-dir} has been configured
22602 to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
22603 substitution applies the same as for @ref{set auto-load scripts-directory}.
22604 The default @code{set auto-load safe-path} value can be also overriden by
22605 @value{GDBN} configuration option @option{--with-auto-load-safe-path}.
22606
22607 Setting this variable to @file{/} disables this security protection,
22608 corresponding @value{GDBN} configuration option is
22609 @option{--without-auto-load-safe-path}.
22610 This variable is supposed to be set to the system directories writable by the
22611 system superuser only. Users can add their source directories in init files in
22612 their home directories (@pxref{Home Directory Init File}). See also deprecated
22613 init file in the current directory
22614 (@pxref{Init File in the Current Directory during Startup}).
22615
22616 To force @value{GDBN} to load the files it declined to load in the previous
22617 example, you could use one of the following ways:
22618
22619 @table @asis
22620 @item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
22621 Specify this trusted directory (or a file) as additional component of the list.
22622 You have to specify also any existing directories displayed by
22623 by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
22624
22625 @item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
22626 Specify this directory as in the previous case but just for a single
22627 @value{GDBN} session.
22628
22629 @item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
22630 Disable auto-loading safety for a single @value{GDBN} session.
22631 This assumes all the files you debug during this @value{GDBN} session will come
22632 from trusted sources.
22633
22634 @item @kbd{./configure --without-auto-load-safe-path}
22635 During compilation of @value{GDBN} you may disable any auto-loading safety.
22636 This assumes all the files you will ever debug with this @value{GDBN} come from
22637 trusted sources.
22638 @end table
22639
22640 On the other hand you can also explicitly forbid automatic files loading which
22641 also suppresses any such warning messages:
22642
22643 @table @asis
22644 @item @kbd{gdb -iex "set auto-load no" @dots{}}
22645 You can use @value{GDBN} command-line option for a single @value{GDBN} session.
22646
22647 @item @file{~/.gdbinit}: @samp{set auto-load no}
22648 Disable auto-loading globally for the user
22649 (@pxref{Home Directory Init File}). While it is improbable, you could also
22650 use system init file instead (@pxref{System-wide configuration}).
22651 @end table
22652
22653 This setting applies to the file names as entered by user. If no entry matches
22654 @value{GDBN} tries as a last resort to also resolve all the file names into
22655 their canonical form (typically resolving symbolic links) and compare the
22656 entries again. @value{GDBN} already canonicalizes most of the filenames on its
22657 own before starting the comparison so a canonical form of directories is
22658 recommended to be entered.
22659
22660 @node Auto-loading verbose mode
22661 @subsection Displaying files tried for auto-load
22662 @cindex auto-loading verbose mode
22663
22664 For better visibility of all the file locations where you can place scripts to
22665 be auto-loaded with inferior --- or to protect yourself against accidental
22666 execution of untrusted scripts --- @value{GDBN} provides a feature for printing
22667 all the files attempted to be loaded. Both existing and non-existing files may
22668 be printed.
22669
22670 For example the list of directories from which it is safe to auto-load files
22671 (@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
22672 may not be too obvious while setting it up.
22673
22674 @smallexample
22675 (gdb) set debug auto-load on
22676 (gdb) file ~/src/t/true
22677 auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
22678 for objfile "/tmp/true".
22679 auto-load: Updating directories of "/usr:/opt".
22680 auto-load: Using directory "/usr".
22681 auto-load: Using directory "/opt".
22682 warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
22683 by your `auto-load safe-path' set to "/usr:/opt".
22684 @end smallexample
22685
22686 @table @code
22687 @anchor{set debug auto-load}
22688 @kindex set debug auto-load
22689 @item set debug auto-load [on|off]
22690 Set whether to print the filenames attempted to be auto-loaded.
22691
22692 @anchor{show debug auto-load}
22693 @kindex show debug auto-load
22694 @item show debug auto-load
22695 Show whether printing of the filenames attempted to be auto-loaded is turned
22696 on or off.
22697 @end table
22698
22699 @node Messages/Warnings
22700 @section Optional Warnings and Messages
22701
22702 @cindex verbose operation
22703 @cindex optional warnings
22704 By default, @value{GDBN} is silent about its inner workings. If you are
22705 running on a slow machine, you may want to use the @code{set verbose}
22706 command. This makes @value{GDBN} tell you when it does a lengthy
22707 internal operation, so you will not think it has crashed.
22708
22709 Currently, the messages controlled by @code{set verbose} are those
22710 which announce that the symbol table for a source file is being read;
22711 see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
22712
22713 @table @code
22714 @kindex set verbose
22715 @item set verbose on
22716 Enables @value{GDBN} output of certain informational messages.
22717
22718 @item set verbose off
22719 Disables @value{GDBN} output of certain informational messages.
22720
22721 @kindex show verbose
22722 @item show verbose
22723 Displays whether @code{set verbose} is on or off.
22724 @end table
22725
22726 By default, if @value{GDBN} encounters bugs in the symbol table of an
22727 object file, it is silent; but if you are debugging a compiler, you may
22728 find this information useful (@pxref{Symbol Errors, ,Errors Reading
22729 Symbol Files}).
22730
22731 @table @code
22732
22733 @kindex set complaints
22734 @item set complaints @var{limit}
22735 Permits @value{GDBN} to output @var{limit} complaints about each type of
22736 unusual symbols before becoming silent about the problem. Set
22737 @var{limit} to zero to suppress all complaints; set it to a large number
22738 to prevent complaints from being suppressed.
22739
22740 @kindex show complaints
22741 @item show complaints
22742 Displays how many symbol complaints @value{GDBN} is permitted to produce.
22743
22744 @end table
22745
22746 @anchor{confirmation requests}
22747 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
22748 lot of stupid questions to confirm certain commands. For example, if
22749 you try to run a program which is already running:
22750
22751 @smallexample
22752 (@value{GDBP}) run
22753 The program being debugged has been started already.
22754 Start it from the beginning? (y or n)
22755 @end smallexample
22756
22757 If you are willing to unflinchingly face the consequences of your own
22758 commands, you can disable this ``feature'':
22759
22760 @table @code
22761
22762 @kindex set confirm
22763 @cindex flinching
22764 @cindex confirmation
22765 @cindex stupid questions
22766 @item set confirm off
22767 Disables confirmation requests. Note that running @value{GDBN} with
22768 the @option{--batch} option (@pxref{Mode Options, -batch}) also
22769 automatically disables confirmation requests.
22770
22771 @item set confirm on
22772 Enables confirmation requests (the default).
22773
22774 @kindex show confirm
22775 @item show confirm
22776 Displays state of confirmation requests.
22777
22778 @end table
22779
22780 @cindex command tracing
22781 If you need to debug user-defined commands or sourced files you may find it
22782 useful to enable @dfn{command tracing}. In this mode each command will be
22783 printed as it is executed, prefixed with one or more @samp{+} symbols, the
22784 quantity denoting the call depth of each command.
22785
22786 @table @code
22787 @kindex set trace-commands
22788 @cindex command scripts, debugging
22789 @item set trace-commands on
22790 Enable command tracing.
22791 @item set trace-commands off
22792 Disable command tracing.
22793 @item show trace-commands
22794 Display the current state of command tracing.
22795 @end table
22796
22797 @node Debugging Output
22798 @section Optional Messages about Internal Happenings
22799 @cindex optional debugging messages
22800
22801 @value{GDBN} has commands that enable optional debugging messages from
22802 various @value{GDBN} subsystems; normally these commands are of
22803 interest to @value{GDBN} maintainers, or when reporting a bug. This
22804 section documents those commands.
22805
22806 @table @code
22807 @kindex set exec-done-display
22808 @item set exec-done-display
22809 Turns on or off the notification of asynchronous commands'
22810 completion. When on, @value{GDBN} will print a message when an
22811 asynchronous command finishes its execution. The default is off.
22812 @kindex show exec-done-display
22813 @item show exec-done-display
22814 Displays the current setting of asynchronous command completion
22815 notification.
22816 @kindex set debug
22817 @cindex ARM AArch64
22818 @item set debug aarch64
22819 Turns on or off display of debugging messages related to ARM AArch64.
22820 The default is off.
22821 @kindex show debug
22822 @item show debug aarch64
22823 Displays the current state of displaying debugging messages related to
22824 ARM AArch64.
22825 @cindex gdbarch debugging info
22826 @cindex architecture debugging info
22827 @item set debug arch
22828 Turns on or off display of gdbarch debugging info. The default is off
22829 @item show debug arch
22830 Displays the current state of displaying gdbarch debugging info.
22831 @item set debug aix-solib
22832 @cindex AIX shared library debugging
22833 Control display of debugging messages from the AIX shared library
22834 support module. The default is off.
22835 @item show debug aix-thread
22836 Show the current state of displaying AIX shared library debugging messages.
22837 @item set debug aix-thread
22838 @cindex AIX threads
22839 Display debugging messages about inner workings of the AIX thread
22840 module.
22841 @item show debug aix-thread
22842 Show the current state of AIX thread debugging info display.
22843 @item set debug check-physname
22844 @cindex physname
22845 Check the results of the ``physname'' computation. When reading DWARF
22846 debugging information for C@t{++}, @value{GDBN} attempts to compute
22847 each entity's name. @value{GDBN} can do this computation in two
22848 different ways, depending on exactly what information is present.
22849 When enabled, this setting causes @value{GDBN} to compute the names
22850 both ways and display any discrepancies.
22851 @item show debug check-physname
22852 Show the current state of ``physname'' checking.
22853 @item set debug coff-pe-read
22854 @cindex COFF/PE exported symbols
22855 Control display of debugging messages related to reading of COFF/PE
22856 exported symbols. The default is off.
22857 @item show debug coff-pe-read
22858 Displays the current state of displaying debugging messages related to
22859 reading of COFF/PE exported symbols.
22860 @item set debug dwarf2-die
22861 @cindex DWARF2 DIEs
22862 Dump DWARF2 DIEs after they are read in.
22863 The value is the number of nesting levels to print.
22864 A value of zero turns off the display.
22865 @item show debug dwarf2-die
22866 Show the current state of DWARF2 DIE debugging.
22867 @item set debug dwarf2-read
22868 @cindex DWARF2 Reading
22869 Turns on or off display of debugging messages related to reading
22870 DWARF debug info. The default is 0 (off).
22871 A value of 1 provides basic information.
22872 A value greater than 1 provides more verbose information.
22873 @item show debug dwarf2-read
22874 Show the current state of DWARF2 reader debugging.
22875 @item set debug displaced
22876 @cindex displaced stepping debugging info
22877 Turns on or off display of @value{GDBN} debugging info for the
22878 displaced stepping support. The default is off.
22879 @item show debug displaced
22880 Displays the current state of displaying @value{GDBN} debugging info
22881 related to displaced stepping.
22882 @item set debug event
22883 @cindex event debugging info
22884 Turns on or off display of @value{GDBN} event debugging info. The
22885 default is off.
22886 @item show debug event
22887 Displays the current state of displaying @value{GDBN} event debugging
22888 info.
22889 @item set debug expression
22890 @cindex expression debugging info
22891 Turns on or off display of debugging info about @value{GDBN}
22892 expression parsing. The default is off.
22893 @item show debug expression
22894 Displays the current state of displaying debugging info about
22895 @value{GDBN} expression parsing.
22896 @item set debug frame
22897 @cindex frame debugging info
22898 Turns on or off display of @value{GDBN} frame debugging info. The
22899 default is off.
22900 @item show debug frame
22901 Displays the current state of displaying @value{GDBN} frame debugging
22902 info.
22903 @item set debug gnu-nat
22904 @cindex @sc{gnu}/Hurd debug messages
22905 Turns on or off debugging messages from the @sc{gnu}/Hurd debug support.
22906 @item show debug gnu-nat
22907 Show the current state of @sc{gnu}/Hurd debugging messages.
22908 @item set debug infrun
22909 @cindex inferior debugging info
22910 Turns on or off display of @value{GDBN} debugging info for running the inferior.
22911 The default is off. @file{infrun.c} contains GDB's runtime state machine used
22912 for implementing operations such as single-stepping the inferior.
22913 @item show debug infrun
22914 Displays the current state of @value{GDBN} inferior debugging.
22915 @item set debug jit
22916 @cindex just-in-time compilation, debugging messages
22917 Turns on or off debugging messages from JIT debug support.
22918 @item show debug jit
22919 Displays the current state of @value{GDBN} JIT debugging.
22920 @item set debug lin-lwp
22921 @cindex @sc{gnu}/Linux LWP debug messages
22922 @cindex Linux lightweight processes
22923 Turns on or off debugging messages from the Linux LWP debug support.
22924 @item show debug lin-lwp
22925 Show the current state of Linux LWP debugging messages.
22926 @item set debug mach-o
22927 @cindex Mach-O symbols processing
22928 Control display of debugging messages related to Mach-O symbols
22929 processing. The default is off.
22930 @item show debug mach-o
22931 Displays the current state of displaying debugging messages related to
22932 reading of COFF/PE exported symbols.
22933 @item set debug notification
22934 @cindex remote async notification debugging info
22935 Turns on or off debugging messages about remote async notification.
22936 The default is off.
22937 @item show debug notification
22938 Displays the current state of remote async notification debugging messages.
22939 @item set debug observer
22940 @cindex observer debugging info
22941 Turns on or off display of @value{GDBN} observer debugging. This
22942 includes info such as the notification of observable events.
22943 @item show debug observer
22944 Displays the current state of observer debugging.
22945 @item set debug overload
22946 @cindex C@t{++} overload debugging info
22947 Turns on or off display of @value{GDBN} C@t{++} overload debugging
22948 info. This includes info such as ranking of functions, etc. The default
22949 is off.
22950 @item show debug overload
22951 Displays the current state of displaying @value{GDBN} C@t{++} overload
22952 debugging info.
22953 @cindex expression parser, debugging info
22954 @cindex debug expression parser
22955 @item set debug parser
22956 Turns on or off the display of expression parser debugging output.
22957 Internally, this sets the @code{yydebug} variable in the expression
22958 parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
22959 details. The default is off.
22960 @item show debug parser
22961 Show the current state of expression parser debugging.
22962 @cindex packets, reporting on stdout
22963 @cindex serial connections, debugging
22964 @cindex debug remote protocol
22965 @cindex remote protocol debugging
22966 @cindex display remote packets
22967 @item set debug remote
22968 Turns on or off display of reports on all packets sent back and forth across
22969 the serial line to the remote machine. The info is printed on the
22970 @value{GDBN} standard output stream. The default is off.
22971 @item show debug remote
22972 Displays the state of display of remote packets.
22973 @item set debug serial
22974 Turns on or off display of @value{GDBN} serial debugging info. The
22975 default is off.
22976 @item show debug serial
22977 Displays the current state of displaying @value{GDBN} serial debugging
22978 info.
22979 @item set debug solib-frv
22980 @cindex FR-V shared-library debugging
22981 Turns on or off debugging messages for FR-V shared-library code.
22982 @item show debug solib-frv
22983 Display the current state of FR-V shared-library code debugging
22984 messages.
22985 @item set debug symfile
22986 @cindex symbol file functions
22987 Turns on or off display of debugging messages related to symbol file functions.
22988 The default is off. @xref{Files}.
22989 @item show debug symfile
22990 Show the current state of symbol file debugging messages.
22991 @item set debug symtab-create
22992 @cindex symbol table creation
22993 Turns on or off display of debugging messages related to symbol table creation.
22994 The default is 0 (off).
22995 A value of 1 provides basic information.
22996 A value greater than 1 provides more verbose information.
22997 @item show debug symtab-create
22998 Show the current state of symbol table creation debugging.
22999 @item set debug target
23000 @cindex target debugging info
23001 Turns on or off display of @value{GDBN} target debugging info. This info
23002 includes what is going on at the target level of GDB, as it happens. The
23003 default is 0. Set it to 1 to track events, and to 2 to also track the
23004 value of large memory transfers. Changes to this flag do not take effect
23005 until the next time you connect to a target or use the @code{run} command.
23006 @item show debug target
23007 Displays the current state of displaying @value{GDBN} target debugging
23008 info.
23009 @item set debug timestamp
23010 @cindex timestampping debugging info
23011 Turns on or off display of timestamps with @value{GDBN} debugging info.
23012 When enabled, seconds and microseconds are displayed before each debugging
23013 message.
23014 @item show debug timestamp
23015 Displays the current state of displaying timestamps with @value{GDBN}
23016 debugging info.
23017 @item set debug varobj
23018 @cindex variable object debugging info
23019 Turns on or off display of @value{GDBN} variable object debugging
23020 info. The default is off.
23021 @item show debug varobj
23022 Displays the current state of displaying @value{GDBN} variable object
23023 debugging info.
23024 @item set debug xml
23025 @cindex XML parser debugging
23026 Turns on or off debugging messages for built-in XML parsers.
23027 @item show debug xml
23028 Displays the current state of XML debugging messages.
23029 @end table
23030
23031 @node Other Misc Settings
23032 @section Other Miscellaneous Settings
23033 @cindex miscellaneous settings
23034
23035 @table @code
23036 @kindex set interactive-mode
23037 @item set interactive-mode
23038 If @code{on}, forces @value{GDBN} to assume that GDB was started
23039 in a terminal. In practice, this means that @value{GDBN} should wait
23040 for the user to answer queries generated by commands entered at
23041 the command prompt. If @code{off}, forces @value{GDBN} to operate
23042 in the opposite mode, and it uses the default answers to all queries.
23043 If @code{auto} (the default), @value{GDBN} tries to determine whether
23044 its standard input is a terminal, and works in interactive-mode if it
23045 is, non-interactively otherwise.
23046
23047 In the vast majority of cases, the debugger should be able to guess
23048 correctly which mode should be used. But this setting can be useful
23049 in certain specific cases, such as running a MinGW @value{GDBN}
23050 inside a cygwin window.
23051
23052 @kindex show interactive-mode
23053 @item show interactive-mode
23054 Displays whether the debugger is operating in interactive mode or not.
23055 @end table
23056
23057 @node Extending GDB
23058 @chapter Extending @value{GDBN}
23059 @cindex extending GDB
23060
23061 @value{GDBN} provides several mechanisms for extension.
23062 @value{GDBN} also provides the ability to automatically load
23063 extensions when it reads a file for debugging. This allows the
23064 user to automatically customize @value{GDBN} for the program
23065 being debugged.
23066
23067 @menu
23068 * Sequences:: Canned Sequences of @value{GDBN} Commands
23069 * Python:: Extending @value{GDBN} using Python
23070 * Guile:: Extending @value{GDBN} using Guile
23071 * Auto-loading extensions:: Automatically loading extensions
23072 * Multiple Extension Languages:: Working with multiple extension languages
23073 * Aliases:: Creating new spellings of existing commands
23074 @end menu
23075
23076 To facilitate the use of extension languages, @value{GDBN} is capable
23077 of evaluating the contents of a file. When doing so, @value{GDBN}
23078 can recognize which extension language is being used by looking at
23079 the filename extension. Files with an unrecognized filename extension
23080 are always treated as a @value{GDBN} Command Files.
23081 @xref{Command Files,, Command files}.
23082
23083 You can control how @value{GDBN} evaluates these files with the following
23084 setting:
23085
23086 @table @code
23087 @kindex set script-extension
23088 @kindex show script-extension
23089 @item set script-extension off
23090 All scripts are always evaluated as @value{GDBN} Command Files.
23091
23092 @item set script-extension soft
23093 The debugger determines the scripting language based on filename
23094 extension. If this scripting language is supported, @value{GDBN}
23095 evaluates the script using that language. Otherwise, it evaluates
23096 the file as a @value{GDBN} Command File.
23097
23098 @item set script-extension strict
23099 The debugger determines the scripting language based on filename
23100 extension, and evaluates the script using that language. If the
23101 language is not supported, then the evaluation fails.
23102
23103 @item show script-extension
23104 Display the current value of the @code{script-extension} option.
23105
23106 @end table
23107
23108 @node Sequences
23109 @section Canned Sequences of Commands
23110
23111 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
23112 Command Lists}), @value{GDBN} provides two ways to store sequences of
23113 commands for execution as a unit: user-defined commands and command
23114 files.
23115
23116 @menu
23117 * Define:: How to define your own commands
23118 * Hooks:: Hooks for user-defined commands
23119 * Command Files:: How to write scripts of commands to be stored in a file
23120 * Output:: Commands for controlled output
23121 * Auto-loading sequences:: Controlling auto-loaded command files
23122 @end menu
23123
23124 @node Define
23125 @subsection User-defined Commands
23126
23127 @cindex user-defined command
23128 @cindex arguments, to user-defined commands
23129 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
23130 which you assign a new name as a command. This is done with the
23131 @code{define} command. User commands may accept up to 10 arguments
23132 separated by whitespace. Arguments are accessed within the user command
23133 via @code{$arg0@dots{}$arg9}. A trivial example:
23134
23135 @smallexample
23136 define adder
23137 print $arg0 + $arg1 + $arg2
23138 end
23139 @end smallexample
23140
23141 @noindent
23142 To execute the command use:
23143
23144 @smallexample
23145 adder 1 2 3
23146 @end smallexample
23147
23148 @noindent
23149 This defines the command @code{adder}, which prints the sum of
23150 its three arguments. Note the arguments are text substitutions, so they may
23151 reference variables, use complex expressions, or even perform inferior
23152 functions calls.
23153
23154 @cindex argument count in user-defined commands
23155 @cindex how many arguments (user-defined commands)
23156 In addition, @code{$argc} may be used to find out how many arguments have
23157 been passed. This expands to a number in the range 0@dots{}10.
23158
23159 @smallexample
23160 define adder
23161 if $argc == 2
23162 print $arg0 + $arg1
23163 end
23164 if $argc == 3
23165 print $arg0 + $arg1 + $arg2
23166 end
23167 end
23168 @end smallexample
23169
23170 @table @code
23171
23172 @kindex define
23173 @item define @var{commandname}
23174 Define a command named @var{commandname}. If there is already a command
23175 by that name, you are asked to confirm that you want to redefine it.
23176 The argument @var{commandname} may be a bare command name consisting of letters,
23177 numbers, dashes, and underscores. It may also start with any predefined
23178 prefix command. For example, @samp{define target my-target} creates
23179 a user-defined @samp{target my-target} command.
23180
23181 The definition of the command is made up of other @value{GDBN} command lines,
23182 which are given following the @code{define} command. The end of these
23183 commands is marked by a line containing @code{end}.
23184
23185 @kindex document
23186 @kindex end@r{ (user-defined commands)}
23187 @item document @var{commandname}
23188 Document the user-defined command @var{commandname}, so that it can be
23189 accessed by @code{help}. The command @var{commandname} must already be
23190 defined. This command reads lines of documentation just as @code{define}
23191 reads the lines of the command definition, ending with @code{end}.
23192 After the @code{document} command is finished, @code{help} on command
23193 @var{commandname} displays the documentation you have written.
23194
23195 You may use the @code{document} command again to change the
23196 documentation of a command. Redefining the command with @code{define}
23197 does not change the documentation.
23198
23199 @kindex dont-repeat
23200 @cindex don't repeat command
23201 @item dont-repeat
23202 Used inside a user-defined command, this tells @value{GDBN} that this
23203 command should not be repeated when the user hits @key{RET}
23204 (@pxref{Command Syntax, repeat last command}).
23205
23206 @kindex help user-defined
23207 @item help user-defined
23208 List all user-defined commands and all python commands defined in class
23209 COMAND_USER. The first line of the documentation or docstring is
23210 included (if any).
23211
23212 @kindex show user
23213 @item show user
23214 @itemx show user @var{commandname}
23215 Display the @value{GDBN} commands used to define @var{commandname} (but
23216 not its documentation). If no @var{commandname} is given, display the
23217 definitions for all user-defined commands.
23218 This does not work for user-defined python commands.
23219
23220 @cindex infinite recursion in user-defined commands
23221 @kindex show max-user-call-depth
23222 @kindex set max-user-call-depth
23223 @item show max-user-call-depth
23224 @itemx set max-user-call-depth
23225 The value of @code{max-user-call-depth} controls how many recursion
23226 levels are allowed in user-defined commands before @value{GDBN} suspects an
23227 infinite recursion and aborts the command.
23228 This does not apply to user-defined python commands.
23229 @end table
23230
23231 In addition to the above commands, user-defined commands frequently
23232 use control flow commands, described in @ref{Command Files}.
23233
23234 When user-defined commands are executed, the
23235 commands of the definition are not printed. An error in any command
23236 stops execution of the user-defined command.
23237
23238 If used interactively, commands that would ask for confirmation proceed
23239 without asking when used inside a user-defined command. Many @value{GDBN}
23240 commands that normally print messages to say what they are doing omit the
23241 messages when used in a user-defined command.
23242
23243 @node Hooks
23244 @subsection User-defined Command Hooks
23245 @cindex command hooks
23246 @cindex hooks, for commands
23247 @cindex hooks, pre-command
23248
23249 @kindex hook
23250 You may define @dfn{hooks}, which are a special kind of user-defined
23251 command. Whenever you run the command @samp{foo}, if the user-defined
23252 command @samp{hook-foo} exists, it is executed (with no arguments)
23253 before that command.
23254
23255 @cindex hooks, post-command
23256 @kindex hookpost
23257 A hook may also be defined which is run after the command you executed.
23258 Whenever you run the command @samp{foo}, if the user-defined command
23259 @samp{hookpost-foo} exists, it is executed (with no arguments) after
23260 that command. Post-execution hooks may exist simultaneously with
23261 pre-execution hooks, for the same command.
23262
23263 It is valid for a hook to call the command which it hooks. If this
23264 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
23265
23266 @c It would be nice if hookpost could be passed a parameter indicating
23267 @c if the command it hooks executed properly or not. FIXME!
23268
23269 @kindex stop@r{, a pseudo-command}
23270 In addition, a pseudo-command, @samp{stop} exists. Defining
23271 (@samp{hook-stop}) makes the associated commands execute every time
23272 execution stops in your program: before breakpoint commands are run,
23273 displays are printed, or the stack frame is printed.
23274
23275 For example, to ignore @code{SIGALRM} signals while
23276 single-stepping, but treat them normally during normal execution,
23277 you could define:
23278
23279 @smallexample
23280 define hook-stop
23281 handle SIGALRM nopass
23282 end
23283
23284 define hook-run
23285 handle SIGALRM pass
23286 end
23287
23288 define hook-continue
23289 handle SIGALRM pass
23290 end
23291 @end smallexample
23292
23293 As a further example, to hook at the beginning and end of the @code{echo}
23294 command, and to add extra text to the beginning and end of the message,
23295 you could define:
23296
23297 @smallexample
23298 define hook-echo
23299 echo <<<---
23300 end
23301
23302 define hookpost-echo
23303 echo --->>>\n
23304 end
23305
23306 (@value{GDBP}) echo Hello World
23307 <<<---Hello World--->>>
23308 (@value{GDBP})
23309
23310 @end smallexample
23311
23312 You can define a hook for any single-word command in @value{GDBN}, but
23313 not for command aliases; you should define a hook for the basic command
23314 name, e.g.@: @code{backtrace} rather than @code{bt}.
23315 @c FIXME! So how does Joe User discover whether a command is an alias
23316 @c or not?
23317 You can hook a multi-word command by adding @code{hook-} or
23318 @code{hookpost-} to the last word of the command, e.g.@:
23319 @samp{define target hook-remote} to add a hook to @samp{target remote}.
23320
23321 If an error occurs during the execution of your hook, execution of
23322 @value{GDBN} commands stops and @value{GDBN} issues a prompt
23323 (before the command that you actually typed had a chance to run).
23324
23325 If you try to define a hook which does not match any known command, you
23326 get a warning from the @code{define} command.
23327
23328 @node Command Files
23329 @subsection Command Files
23330
23331 @cindex command files
23332 @cindex scripting commands
23333 A command file for @value{GDBN} is a text file made of lines that are
23334 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
23335 also be included. An empty line in a command file does nothing; it
23336 does not mean to repeat the last command, as it would from the
23337 terminal.
23338
23339 You can request the execution of a command file with the @code{source}
23340 command. Note that the @code{source} command is also used to evaluate
23341 scripts that are not Command Files. The exact behavior can be configured
23342 using the @code{script-extension} setting.
23343 @xref{Extending GDB,, Extending GDB}.
23344
23345 @table @code
23346 @kindex source
23347 @cindex execute commands from a file
23348 @item source [-s] [-v] @var{filename}
23349 Execute the command file @var{filename}.
23350 @end table
23351
23352 The lines in a command file are generally executed sequentially,
23353 unless the order of execution is changed by one of the
23354 @emph{flow-control commands} described below. The commands are not
23355 printed as they are executed. An error in any command terminates
23356 execution of the command file and control is returned to the console.
23357
23358 @value{GDBN} first searches for @var{filename} in the current directory.
23359 If the file is not found there, and @var{filename} does not specify a
23360 directory, then @value{GDBN} also looks for the file on the source search path
23361 (specified with the @samp{directory} command);
23362 except that @file{$cdir} is not searched because the compilation directory
23363 is not relevant to scripts.
23364
23365 If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
23366 on the search path even if @var{filename} specifies a directory.
23367 The search is done by appending @var{filename} to each element of the
23368 search path. So, for example, if @var{filename} is @file{mylib/myscript}
23369 and the search path contains @file{/home/user} then @value{GDBN} will
23370 look for the script @file{/home/user/mylib/myscript}.
23371 The search is also done if @var{filename} is an absolute path.
23372 For example, if @var{filename} is @file{/tmp/myscript} and
23373 the search path contains @file{/home/user} then @value{GDBN} will
23374 look for the script @file{/home/user/tmp/myscript}.
23375 For DOS-like systems, if @var{filename} contains a drive specification,
23376 it is stripped before concatenation. For example, if @var{filename} is
23377 @file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
23378 will look for the script @file{c:/tmp/myscript}.
23379
23380 If @code{-v}, for verbose mode, is given then @value{GDBN} displays
23381 each command as it is executed. The option must be given before
23382 @var{filename}, and is interpreted as part of the filename anywhere else.
23383
23384 Commands that would ask for confirmation if used interactively proceed
23385 without asking when used in a command file. Many @value{GDBN} commands that
23386 normally print messages to say what they are doing omit the messages
23387 when called from command files.
23388
23389 @value{GDBN} also accepts command input from standard input. In this
23390 mode, normal output goes to standard output and error output goes to
23391 standard error. Errors in a command file supplied on standard input do
23392 not terminate execution of the command file---execution continues with
23393 the next command.
23394
23395 @smallexample
23396 gdb < cmds > log 2>&1
23397 @end smallexample
23398
23399 (The syntax above will vary depending on the shell used.) This example
23400 will execute commands from the file @file{cmds}. All output and errors
23401 would be directed to @file{log}.
23402
23403 Since commands stored on command files tend to be more general than
23404 commands typed interactively, they frequently need to deal with
23405 complicated situations, such as different or unexpected values of
23406 variables and symbols, changes in how the program being debugged is
23407 built, etc. @value{GDBN} provides a set of flow-control commands to
23408 deal with these complexities. Using these commands, you can write
23409 complex scripts that loop over data structures, execute commands
23410 conditionally, etc.
23411
23412 @table @code
23413 @kindex if
23414 @kindex else
23415 @item if
23416 @itemx else
23417 This command allows to include in your script conditionally executed
23418 commands. The @code{if} command takes a single argument, which is an
23419 expression to evaluate. It is followed by a series of commands that
23420 are executed only if the expression is true (its value is nonzero).
23421 There can then optionally be an @code{else} line, followed by a series
23422 of commands that are only executed if the expression was false. The
23423 end of the list is marked by a line containing @code{end}.
23424
23425 @kindex while
23426 @item while
23427 This command allows to write loops. Its syntax is similar to
23428 @code{if}: the command takes a single argument, which is an expression
23429 to evaluate, and must be followed by the commands to execute, one per
23430 line, terminated by an @code{end}. These commands are called the
23431 @dfn{body} of the loop. The commands in the body of @code{while} are
23432 executed repeatedly as long as the expression evaluates to true.
23433
23434 @kindex loop_break
23435 @item loop_break
23436 This command exits the @code{while} loop in whose body it is included.
23437 Execution of the script continues after that @code{while}s @code{end}
23438 line.
23439
23440 @kindex loop_continue
23441 @item loop_continue
23442 This command skips the execution of the rest of the body of commands
23443 in the @code{while} loop in whose body it is included. Execution
23444 branches to the beginning of the @code{while} loop, where it evaluates
23445 the controlling expression.
23446
23447 @kindex end@r{ (if/else/while commands)}
23448 @item end
23449 Terminate the block of commands that are the body of @code{if},
23450 @code{else}, or @code{while} flow-control commands.
23451 @end table
23452
23453
23454 @node Output
23455 @subsection Commands for Controlled Output
23456
23457 During the execution of a command file or a user-defined command, normal
23458 @value{GDBN} output is suppressed; the only output that appears is what is
23459 explicitly printed by the commands in the definition. This section
23460 describes three commands useful for generating exactly the output you
23461 want.
23462
23463 @table @code
23464 @kindex echo
23465 @item echo @var{text}
23466 @c I do not consider backslash-space a standard C escape sequence
23467 @c because it is not in ANSI.
23468 Print @var{text}. Nonprinting characters can be included in
23469 @var{text} using C escape sequences, such as @samp{\n} to print a
23470 newline. @strong{No newline is printed unless you specify one.}
23471 In addition to the standard C escape sequences, a backslash followed
23472 by a space stands for a space. This is useful for displaying a
23473 string with spaces at the beginning or the end, since leading and
23474 trailing spaces are otherwise trimmed from all arguments.
23475 To print @samp{@w{ }and foo =@w{ }}, use the command
23476 @samp{echo \@w{ }and foo = \@w{ }}.
23477
23478 A backslash at the end of @var{text} can be used, as in C, to continue
23479 the command onto subsequent lines. For example,
23480
23481 @smallexample
23482 echo This is some text\n\
23483 which is continued\n\
23484 onto several lines.\n
23485 @end smallexample
23486
23487 produces the same output as
23488
23489 @smallexample
23490 echo This is some text\n
23491 echo which is continued\n
23492 echo onto several lines.\n
23493 @end smallexample
23494
23495 @kindex output
23496 @item output @var{expression}
23497 Print the value of @var{expression} and nothing but that value: no
23498 newlines, no @samp{$@var{nn} = }. The value is not entered in the
23499 value history either. @xref{Expressions, ,Expressions}, for more information
23500 on expressions.
23501
23502 @item output/@var{fmt} @var{expression}
23503 Print the value of @var{expression} in format @var{fmt}. You can use
23504 the same formats as for @code{print}. @xref{Output Formats,,Output
23505 Formats}, for more information.
23506
23507 @kindex printf
23508 @item printf @var{template}, @var{expressions}@dots{}
23509 Print the values of one or more @var{expressions} under the control of
23510 the string @var{template}. To print several values, make
23511 @var{expressions} be a comma-separated list of individual expressions,
23512 which may be either numbers or pointers. Their values are printed as
23513 specified by @var{template}, exactly as a C program would do by
23514 executing the code below:
23515
23516 @smallexample
23517 printf (@var{template}, @var{expressions}@dots{});
23518 @end smallexample
23519
23520 As in @code{C} @code{printf}, ordinary characters in @var{template}
23521 are printed verbatim, while @dfn{conversion specification} introduced
23522 by the @samp{%} character cause subsequent @var{expressions} to be
23523 evaluated, their values converted and formatted according to type and
23524 style information encoded in the conversion specifications, and then
23525 printed.
23526
23527 For example, you can print two values in hex like this:
23528
23529 @smallexample
23530 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
23531 @end smallexample
23532
23533 @code{printf} supports all the standard @code{C} conversion
23534 specifications, including the flags and modifiers between the @samp{%}
23535 character and the conversion letter, with the following exceptions:
23536
23537 @itemize @bullet
23538 @item
23539 The argument-ordering modifiers, such as @samp{2$}, are not supported.
23540
23541 @item
23542 The modifier @samp{*} is not supported for specifying precision or
23543 width.
23544
23545 @item
23546 The @samp{'} flag (for separation of digits into groups according to
23547 @code{LC_NUMERIC'}) is not supported.
23548
23549 @item
23550 The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
23551 supported.
23552
23553 @item
23554 The conversion letter @samp{n} (as in @samp{%n}) is not supported.
23555
23556 @item
23557 The conversion letters @samp{a} and @samp{A} are not supported.
23558 @end itemize
23559
23560 @noindent
23561 Note that the @samp{ll} type modifier is supported only if the
23562 underlying @code{C} implementation used to build @value{GDBN} supports
23563 the @code{long long int} type, and the @samp{L} type modifier is
23564 supported only if @code{long double} type is available.
23565
23566 As in @code{C}, @code{printf} supports simple backslash-escape
23567 sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
23568 @samp{\a}, and @samp{\f}, that consist of backslash followed by a
23569 single character. Octal and hexadecimal escape sequences are not
23570 supported.
23571
23572 Additionally, @code{printf} supports conversion specifications for DFP
23573 (@dfn{Decimal Floating Point}) types using the following length modifiers
23574 together with a floating point specifier.
23575 letters:
23576
23577 @itemize @bullet
23578 @item
23579 @samp{H} for printing @code{Decimal32} types.
23580
23581 @item
23582 @samp{D} for printing @code{Decimal64} types.
23583
23584 @item
23585 @samp{DD} for printing @code{Decimal128} types.
23586 @end itemize
23587
23588 If the underlying @code{C} implementation used to build @value{GDBN} has
23589 support for the three length modifiers for DFP types, other modifiers
23590 such as width and precision will also be available for @value{GDBN} to use.
23591
23592 In case there is no such @code{C} support, no additional modifiers will be
23593 available and the value will be printed in the standard way.
23594
23595 Here's an example of printing DFP types using the above conversion letters:
23596 @smallexample
23597 printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
23598 @end smallexample
23599
23600 @kindex eval
23601 @item eval @var{template}, @var{expressions}@dots{}
23602 Convert the values of one or more @var{expressions} under the control of
23603 the string @var{template} to a command line, and call it.
23604
23605 @end table
23606
23607 @node Auto-loading sequences
23608 @subsection Controlling auto-loading native @value{GDBN} scripts
23609 @cindex native script auto-loading
23610
23611 When a new object file is read (for example, due to the @code{file}
23612 command, or because the inferior has loaded a shared library),
23613 @value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
23614 @xref{Auto-loading extensions}.
23615
23616 Auto-loading can be enabled or disabled,
23617 and the list of auto-loaded scripts can be printed.
23618
23619 @table @code
23620 @anchor{set auto-load gdb-scripts}
23621 @kindex set auto-load gdb-scripts
23622 @item set auto-load gdb-scripts [on|off]
23623 Enable or disable the auto-loading of canned sequences of commands scripts.
23624
23625 @anchor{show auto-load gdb-scripts}
23626 @kindex show auto-load gdb-scripts
23627 @item show auto-load gdb-scripts
23628 Show whether auto-loading of canned sequences of commands scripts is enabled or
23629 disabled.
23630
23631 @anchor{info auto-load gdb-scripts}
23632 @kindex info auto-load gdb-scripts
23633 @cindex print list of auto-loaded canned sequences of commands scripts
23634 @item info auto-load gdb-scripts [@var{regexp}]
23635 Print the list of all canned sequences of commands scripts that @value{GDBN}
23636 auto-loaded.
23637 @end table
23638
23639 If @var{regexp} is supplied only canned sequences of commands scripts with
23640 matching names are printed.
23641
23642 @c Python docs live in a separate file.
23643 @include python.texi
23644
23645 @c Guile docs live in a separate file.
23646 @include guile.texi
23647
23648 @node Auto-loading extensions
23649 @section Auto-loading extensions
23650 @cindex auto-loading extensions
23651
23652 @value{GDBN} provides two mechanisms for automatically loading extensions
23653 when a new object file is read (for example, due to the @code{file}
23654 command, or because the inferior has loaded a shared library):
23655 @file{@var{objfile}-gdb.@var{ext}} and the @code{.debug_gdb_scripts}
23656 section of modern file formats like ELF.
23657
23658 @menu
23659 * objfile-gdb.ext file: objfile-gdbdotext file. The @file{@var{objfile}-gdb.@var{ext}} file
23660 * .debug_gdb_scripts section: dotdebug_gdb_scripts section. The @code{.debug_gdb_scripts} section
23661 * Which flavor to choose?::
23662 @end menu
23663
23664 The auto-loading feature is useful for supplying application-specific
23665 debugging commands and features.
23666
23667 Auto-loading can be enabled or disabled,
23668 and the list of auto-loaded scripts can be printed.
23669 See the @samp{auto-loading} section of each extension language
23670 for more information.
23671 For @value{GDBN} command files see @ref{Auto-loading sequences}.
23672 For Python files see @ref{Python Auto-loading}.
23673
23674 Note that loading of this script file also requires accordingly configured
23675 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
23676
23677 @node objfile-gdbdotext file
23678 @subsection The @file{@var{objfile}-gdb.@var{ext}} file
23679 @cindex @file{@var{objfile}-gdb.gdb}
23680 @cindex @file{@var{objfile}-gdb.py}
23681 @cindex @file{@var{objfile}-gdb.scm}
23682
23683 When a new object file is read, @value{GDBN} looks for a file named
23684 @file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
23685 where @var{objfile} is the object file's name and
23686 where @var{ext} is the file extension for the extension language:
23687
23688 @table @code
23689 @item @file{@var{objfile}-gdb.gdb}
23690 GDB's own command language
23691 @item @file{@var{objfile}-gdb.py}
23692 Python
23693 @item @file{@var{objfile}-gdb.scm}
23694 Guile
23695 @end table
23696
23697 @var{script-name} is formed by ensuring that the file name of @var{objfile}
23698 is absolute, following all symlinks, and resolving @code{.} and @code{..}
23699 components, and appending the @file{-gdb.@var{ext}} suffix.
23700 If this file exists and is readable, @value{GDBN} will evaluate it as a
23701 script in the specified extension language.
23702
23703 If this file does not exist, then @value{GDBN} will look for
23704 @var{script-name} file in all of the directories as specified below.
23705
23706 Note that loading of these files requires an accordingly configured
23707 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
23708
23709 For object files using @file{.exe} suffix @value{GDBN} tries to load first the
23710 scripts normally according to its @file{.exe} filename. But if no scripts are
23711 found @value{GDBN} also tries script filenames matching the object file without
23712 its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
23713 is attempted on any platform. This makes the script filenames compatible
23714 between Unix and MS-Windows hosts.
23715
23716 @table @code
23717 @anchor{set auto-load scripts-directory}
23718 @kindex set auto-load scripts-directory
23719 @item set auto-load scripts-directory @r{[}@var{directories}@r{]}
23720 Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
23721 may be delimited by the host platform path separator in use
23722 (@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
23723
23724 Each entry here needs to be covered also by the security setting
23725 @code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
23726
23727 @anchor{with-auto-load-dir}
23728 This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
23729 @code{set auto-load safe-path} value can be also overriden by @value{GDBN}
23730 configuration option @option{--with-auto-load-dir}.
23731
23732 Any reference to @file{$debugdir} will get replaced by
23733 @var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
23734 reference to @file{$datadir} will get replaced by @var{data-directory} which is
23735 determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
23736 @file{$datadir} must be placed as a directory component --- either alone or
23737 delimited by @file{/} or @file{\} directory separators, depending on the host
23738 platform.
23739
23740 The list of directories uses path separator (@samp{:} on GNU and Unix
23741 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
23742 to the @env{PATH} environment variable.
23743
23744 @anchor{show auto-load scripts-directory}
23745 @kindex show auto-load scripts-directory
23746 @item show auto-load scripts-directory
23747 Show @value{GDBN} auto-loaded scripts location.
23748 @end table
23749
23750 @value{GDBN} does not track which files it has already auto-loaded this way.
23751 @value{GDBN} will load the associated script every time the corresponding
23752 @var{objfile} is opened.
23753 So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
23754 is evaluated more than once.
23755
23756 @node dotdebug_gdb_scripts section
23757 @subsection The @code{.debug_gdb_scripts} section
23758 @cindex @code{.debug_gdb_scripts} section
23759
23760 For systems using file formats like ELF and COFF,
23761 when @value{GDBN} loads a new object file
23762 it will look for a special section named @code{.debug_gdb_scripts}.
23763 If this section exists, its contents is a list of NUL-terminated names
23764 of scripts to load. Each entry begins with a non-NULL prefix byte that
23765 specifies the kind of entry, typically the extension language.
23766
23767 @value{GDBN} will look for each specified script file first in the
23768 current directory and then along the source search path
23769 (@pxref{Source Path, ,Specifying Source Directories}),
23770 except that @file{$cdir} is not searched, since the compilation
23771 directory is not relevant to scripts.
23772
23773 Entries can be placed in section @code{.debug_gdb_scripts} with,
23774 for example, this GCC macro for Python scripts.
23775
23776 @example
23777 /* Note: The "MS" section flags are to remove duplicates. */
23778 #define DEFINE_GDB_PY_SCRIPT(script_name) \
23779 asm("\
23780 .pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
23781 .byte 1 /* Python */\n\
23782 .asciz \"" script_name "\"\n\
23783 .popsection \n\
23784 ");
23785 @end example
23786
23787 @noindent
23788 For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
23789 Then one can reference the macro in a header or source file like this:
23790
23791 @example
23792 DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
23793 @end example
23794
23795 The script name may include directories if desired.
23796
23797 Note that loading of this script file also requires accordingly configured
23798 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
23799
23800 If the macro invocation is put in a header, any application or library
23801 using this header will get a reference to the specified script,
23802 and with the use of @code{"MS"} attributes on the section, the linker
23803 will remove duplicates.
23804
23805 @node Which flavor to choose?
23806 @subsection Which flavor to choose?
23807
23808 Given the multiple ways of auto-loading extensions, it might not always
23809 be clear which one to choose. This section provides some guidance.
23810
23811 @noindent
23812 Benefits of the @file{-gdb.@var{ext}} way:
23813
23814 @itemize @bullet
23815 @item
23816 Can be used with file formats that don't support multiple sections.
23817
23818 @item
23819 Ease of finding scripts for public libraries.
23820
23821 Scripts specified in the @code{.debug_gdb_scripts} section are searched for
23822 in the source search path.
23823 For publicly installed libraries, e.g., @file{libstdc++}, there typically
23824 isn't a source directory in which to find the script.
23825
23826 @item
23827 Doesn't require source code additions.
23828 @end itemize
23829
23830 @noindent
23831 Benefits of the @code{.debug_gdb_scripts} way:
23832
23833 @itemize @bullet
23834 @item
23835 Works with static linking.
23836
23837 Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
23838 trigger their loading. When an application is statically linked the only
23839 objfile available is the executable, and it is cumbersome to attach all the
23840 scripts from all the input libraries to the executable's
23841 @file{-gdb.@var{ext}} script.
23842
23843 @item
23844 Works with classes that are entirely inlined.
23845
23846 Some classes can be entirely inlined, and thus there may not be an associated
23847 shared library to attach a @file{-gdb.@var{ext}} script to.
23848
23849 @item
23850 Scripts needn't be copied out of the source tree.
23851
23852 In some circumstances, apps can be built out of large collections of internal
23853 libraries, and the build infrastructure necessary to install the
23854 @file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
23855 cumbersome. It may be easier to specify the scripts in the
23856 @code{.debug_gdb_scripts} section as relative paths, and add a path to the
23857 top of the source tree to the source search path.
23858 @end itemize
23859
23860 @node Multiple Extension Languages
23861 @section Multiple Extension Languages
23862
23863 The Guile and Python extension languages do not share any state,
23864 and generally do not interfere with each other.
23865 There are some things to be aware of, however.
23866
23867 @subsection Python comes first
23868
23869 Python was @value{GDBN}'s first extension language, and to avoid breaking
23870 existing behaviour Python comes first. This is generally solved by the
23871 ``first one wins'' principle. @value{GDBN} maintains a list of enabled
23872 extension languages, and when it makes a call to an extension language,
23873 (say to pretty-print a value), it tries each in turn until an extension
23874 language indicates it has performed the request (e.g., has returned the
23875 pretty-printed form of a value).
23876 This extends to errors while performing such requests: If an error happens
23877 while, for example, trying to pretty-print an object then the error is
23878 reported and any following extension languages are not tried.
23879
23880 @node Aliases
23881 @section Creating new spellings of existing commands
23882 @cindex aliases for commands
23883
23884 It is often useful to define alternate spellings of existing commands.
23885 For example, if a new @value{GDBN} command defined in Python has
23886 a long name to type, it is handy to have an abbreviated version of it
23887 that involves less typing.
23888
23889 @value{GDBN} itself uses aliases. For example @samp{s} is an alias
23890 of the @samp{step} command even though it is otherwise an ambiguous
23891 abbreviation of other commands like @samp{set} and @samp{show}.
23892
23893 Aliases are also used to provide shortened or more common versions
23894 of multi-word commands. For example, @value{GDBN} provides the
23895 @samp{tty} alias of the @samp{set inferior-tty} command.
23896
23897 You can define a new alias with the @samp{alias} command.
23898
23899 @table @code
23900
23901 @kindex alias
23902 @item alias [-a] [--] @var{ALIAS} = @var{COMMAND}
23903
23904 @end table
23905
23906 @var{ALIAS} specifies the name of the new alias.
23907 Each word of @var{ALIAS} must consist of letters, numbers, dashes and
23908 underscores.
23909
23910 @var{COMMAND} specifies the name of an existing command
23911 that is being aliased.
23912
23913 The @samp{-a} option specifies that the new alias is an abbreviation
23914 of the command. Abbreviations are not shown in command
23915 lists displayed by the @samp{help} command.
23916
23917 The @samp{--} option specifies the end of options,
23918 and is useful when @var{ALIAS} begins with a dash.
23919
23920 Here is a simple example showing how to make an abbreviation
23921 of a command so that there is less to type.
23922 Suppose you were tired of typing @samp{disas}, the current
23923 shortest unambiguous abbreviation of the @samp{disassemble} command
23924 and you wanted an even shorter version named @samp{di}.
23925 The following will accomplish this.
23926
23927 @smallexample
23928 (gdb) alias -a di = disas
23929 @end smallexample
23930
23931 Note that aliases are different from user-defined commands.
23932 With a user-defined command, you also need to write documentation
23933 for it with the @samp{document} command.
23934 An alias automatically picks up the documentation of the existing command.
23935
23936 Here is an example where we make @samp{elms} an abbreviation of
23937 @samp{elements} in the @samp{set print elements} command.
23938 This is to show that you can make an abbreviation of any part
23939 of a command.
23940
23941 @smallexample
23942 (gdb) alias -a set print elms = set print elements
23943 (gdb) alias -a show print elms = show print elements
23944 (gdb) set p elms 20
23945 (gdb) show p elms
23946 Limit on string chars or array elements to print is 200.
23947 @end smallexample
23948
23949 Note that if you are defining an alias of a @samp{set} command,
23950 and you want to have an alias for the corresponding @samp{show}
23951 command, then you need to define the latter separately.
23952
23953 Unambiguously abbreviated commands are allowed in @var{COMMAND} and
23954 @var{ALIAS}, just as they are normally.
23955
23956 @smallexample
23957 (gdb) alias -a set pr elms = set p ele
23958 @end smallexample
23959
23960 Finally, here is an example showing the creation of a one word
23961 alias for a more complex command.
23962 This creates alias @samp{spe} of the command @samp{set print elements}.
23963
23964 @smallexample
23965 (gdb) alias spe = set print elements
23966 (gdb) spe 20
23967 @end smallexample
23968
23969 @node Interpreters
23970 @chapter Command Interpreters
23971 @cindex command interpreters
23972
23973 @value{GDBN} supports multiple command interpreters, and some command
23974 infrastructure to allow users or user interface writers to switch
23975 between interpreters or run commands in other interpreters.
23976
23977 @value{GDBN} currently supports two command interpreters, the console
23978 interpreter (sometimes called the command-line interpreter or @sc{cli})
23979 and the machine interface interpreter (or @sc{gdb/mi}). This manual
23980 describes both of these interfaces in great detail.
23981
23982 By default, @value{GDBN} will start with the console interpreter.
23983 However, the user may choose to start @value{GDBN} with another
23984 interpreter by specifying the @option{-i} or @option{--interpreter}
23985 startup options. Defined interpreters include:
23986
23987 @table @code
23988 @item console
23989 @cindex console interpreter
23990 The traditional console or command-line interpreter. This is the most often
23991 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
23992 @value{GDBN} will use this interpreter.
23993
23994 @item mi
23995 @cindex mi interpreter
23996 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
23997 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
23998 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
23999 Interface}.
24000
24001 @item mi2
24002 @cindex mi2 interpreter
24003 The current @sc{gdb/mi} interface.
24004
24005 @item mi1
24006 @cindex mi1 interpreter
24007 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
24008
24009 @end table
24010
24011 @cindex invoke another interpreter
24012 The interpreter being used by @value{GDBN} may not be dynamically
24013 switched at runtime. Although possible, this could lead to a very
24014 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
24015 enters the command "interpreter-set console" in a console view,
24016 @value{GDBN} would switch to using the console interpreter, rendering
24017 the IDE inoperable!
24018
24019 @kindex interpreter-exec
24020 Although you may only choose a single interpreter at startup, you may execute
24021 commands in any interpreter from the current interpreter using the appropriate
24022 command. If you are running the console interpreter, simply use the
24023 @code{interpreter-exec} command:
24024
24025 @smallexample
24026 interpreter-exec mi "-data-list-register-names"
24027 @end smallexample
24028
24029 @sc{gdb/mi} has a similar command, although it is only available in versions of
24030 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
24031
24032 @node TUI
24033 @chapter @value{GDBN} Text User Interface
24034 @cindex TUI
24035 @cindex Text User Interface
24036
24037 @menu
24038 * TUI Overview:: TUI overview
24039 * TUI Keys:: TUI key bindings
24040 * TUI Single Key Mode:: TUI single key mode
24041 * TUI Commands:: TUI-specific commands
24042 * TUI Configuration:: TUI configuration variables
24043 @end menu
24044
24045 The @value{GDBN} Text User Interface (TUI) is a terminal
24046 interface which uses the @code{curses} library to show the source
24047 file, the assembly output, the program registers and @value{GDBN}
24048 commands in separate text windows. The TUI mode is supported only
24049 on platforms where a suitable version of the @code{curses} library
24050 is available.
24051
24052 The TUI mode is enabled by default when you invoke @value{GDBN} as
24053 @samp{@value{GDBP} -tui}.
24054 You can also switch in and out of TUI mode while @value{GDBN} runs by
24055 using various TUI commands and key bindings, such as @kbd{C-x C-a}.
24056 @xref{TUI Keys, ,TUI Key Bindings}.
24057
24058 @node TUI Overview
24059 @section TUI Overview
24060
24061 In TUI mode, @value{GDBN} can display several text windows:
24062
24063 @table @emph
24064 @item command
24065 This window is the @value{GDBN} command window with the @value{GDBN}
24066 prompt and the @value{GDBN} output. The @value{GDBN} input is still
24067 managed using readline.
24068
24069 @item source
24070 The source window shows the source file of the program. The current
24071 line and active breakpoints are displayed in this window.
24072
24073 @item assembly
24074 The assembly window shows the disassembly output of the program.
24075
24076 @item register
24077 This window shows the processor registers. Registers are highlighted
24078 when their values change.
24079 @end table
24080
24081 The source and assembly windows show the current program position
24082 by highlighting the current line and marking it with a @samp{>} marker.
24083 Breakpoints are indicated with two markers. The first marker
24084 indicates the breakpoint type:
24085
24086 @table @code
24087 @item B
24088 Breakpoint which was hit at least once.
24089
24090 @item b
24091 Breakpoint which was never hit.
24092
24093 @item H
24094 Hardware breakpoint which was hit at least once.
24095
24096 @item h
24097 Hardware breakpoint which was never hit.
24098 @end table
24099
24100 The second marker indicates whether the breakpoint is enabled or not:
24101
24102 @table @code
24103 @item +
24104 Breakpoint is enabled.
24105
24106 @item -
24107 Breakpoint is disabled.
24108 @end table
24109
24110 The source, assembly and register windows are updated when the current
24111 thread changes, when the frame changes, or when the program counter
24112 changes.
24113
24114 These windows are not all visible at the same time. The command
24115 window is always visible. The others can be arranged in several
24116 layouts:
24117
24118 @itemize @bullet
24119 @item
24120 source only,
24121
24122 @item
24123 assembly only,
24124
24125 @item
24126 source and assembly,
24127
24128 @item
24129 source and registers, or
24130
24131 @item
24132 assembly and registers.
24133 @end itemize
24134
24135 A status line above the command window shows the following information:
24136
24137 @table @emph
24138 @item target
24139 Indicates the current @value{GDBN} target.
24140 (@pxref{Targets, ,Specifying a Debugging Target}).
24141
24142 @item process
24143 Gives the current process or thread number.
24144 When no process is being debugged, this field is set to @code{No process}.
24145
24146 @item function
24147 Gives the current function name for the selected frame.
24148 The name is demangled if demangling is turned on (@pxref{Print Settings}).
24149 When there is no symbol corresponding to the current program counter,
24150 the string @code{??} is displayed.
24151
24152 @item line
24153 Indicates the current line number for the selected frame.
24154 When the current line number is not known, the string @code{??} is displayed.
24155
24156 @item pc
24157 Indicates the current program counter address.
24158 @end table
24159
24160 @node TUI Keys
24161 @section TUI Key Bindings
24162 @cindex TUI key bindings
24163
24164 The TUI installs several key bindings in the readline keymaps
24165 @ifset SYSTEM_READLINE
24166 (@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
24167 @end ifset
24168 @ifclear SYSTEM_READLINE
24169 (@pxref{Command Line Editing}).
24170 @end ifclear
24171 The following key bindings are installed for both TUI mode and the
24172 @value{GDBN} standard mode.
24173
24174 @table @kbd
24175 @kindex C-x C-a
24176 @item C-x C-a
24177 @kindex C-x a
24178 @itemx C-x a
24179 @kindex C-x A
24180 @itemx C-x A
24181 Enter or leave the TUI mode. When leaving the TUI mode,
24182 the curses window management stops and @value{GDBN} operates using
24183 its standard mode, writing on the terminal directly. When reentering
24184 the TUI mode, control is given back to the curses windows.
24185 The screen is then refreshed.
24186
24187 @kindex C-x 1
24188 @item C-x 1
24189 Use a TUI layout with only one window. The layout will
24190 either be @samp{source} or @samp{assembly}. When the TUI mode
24191 is not active, it will switch to the TUI mode.
24192
24193 Think of this key binding as the Emacs @kbd{C-x 1} binding.
24194
24195 @kindex C-x 2
24196 @item C-x 2
24197 Use a TUI layout with at least two windows. When the current
24198 layout already has two windows, the next layout with two windows is used.
24199 When a new layout is chosen, one window will always be common to the
24200 previous layout and the new one.
24201
24202 Think of it as the Emacs @kbd{C-x 2} binding.
24203
24204 @kindex C-x o
24205 @item C-x o
24206 Change the active window. The TUI associates several key bindings
24207 (like scrolling and arrow keys) with the active window. This command
24208 gives the focus to the next TUI window.
24209
24210 Think of it as the Emacs @kbd{C-x o} binding.
24211
24212 @kindex C-x s
24213 @item C-x s
24214 Switch in and out of the TUI SingleKey mode that binds single
24215 keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
24216 @end table
24217
24218 The following key bindings only work in the TUI mode:
24219
24220 @table @asis
24221 @kindex PgUp
24222 @item @key{PgUp}
24223 Scroll the active window one page up.
24224
24225 @kindex PgDn
24226 @item @key{PgDn}
24227 Scroll the active window one page down.
24228
24229 @kindex Up
24230 @item @key{Up}
24231 Scroll the active window one line up.
24232
24233 @kindex Down
24234 @item @key{Down}
24235 Scroll the active window one line down.
24236
24237 @kindex Left
24238 @item @key{Left}
24239 Scroll the active window one column left.
24240
24241 @kindex Right
24242 @item @key{Right}
24243 Scroll the active window one column right.
24244
24245 @kindex C-L
24246 @item @kbd{C-L}
24247 Refresh the screen.
24248 @end table
24249
24250 Because the arrow keys scroll the active window in the TUI mode, they
24251 are not available for their normal use by readline unless the command
24252 window has the focus. When another window is active, you must use
24253 other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
24254 and @kbd{C-f} to control the command window.
24255
24256 @node TUI Single Key Mode
24257 @section TUI Single Key Mode
24258 @cindex TUI single key mode
24259
24260 The TUI also provides a @dfn{SingleKey} mode, which binds several
24261 frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
24262 switch into this mode, where the following key bindings are used:
24263
24264 @table @kbd
24265 @kindex c @r{(SingleKey TUI key)}
24266 @item c
24267 continue
24268
24269 @kindex d @r{(SingleKey TUI key)}
24270 @item d
24271 down
24272
24273 @kindex f @r{(SingleKey TUI key)}
24274 @item f
24275 finish
24276
24277 @kindex n @r{(SingleKey TUI key)}
24278 @item n
24279 next
24280
24281 @kindex q @r{(SingleKey TUI key)}
24282 @item q
24283 exit the SingleKey mode.
24284
24285 @kindex r @r{(SingleKey TUI key)}
24286 @item r
24287 run
24288
24289 @kindex s @r{(SingleKey TUI key)}
24290 @item s
24291 step
24292
24293 @kindex u @r{(SingleKey TUI key)}
24294 @item u
24295 up
24296
24297 @kindex v @r{(SingleKey TUI key)}
24298 @item v
24299 info locals
24300
24301 @kindex w @r{(SingleKey TUI key)}
24302 @item w
24303 where
24304 @end table
24305
24306 Other keys temporarily switch to the @value{GDBN} command prompt.
24307 The key that was pressed is inserted in the editing buffer so that
24308 it is possible to type most @value{GDBN} commands without interaction
24309 with the TUI SingleKey mode. Once the command is entered the TUI
24310 SingleKey mode is restored. The only way to permanently leave
24311 this mode is by typing @kbd{q} or @kbd{C-x s}.
24312
24313
24314 @node TUI Commands
24315 @section TUI-specific Commands
24316 @cindex TUI commands
24317
24318 The TUI has specific commands to control the text windows.
24319 These commands are always available, even when @value{GDBN} is not in
24320 the TUI mode. When @value{GDBN} is in the standard mode, most
24321 of these commands will automatically switch to the TUI mode.
24322
24323 Note that if @value{GDBN}'s @code{stdout} is not connected to a
24324 terminal, or @value{GDBN} has been started with the machine interface
24325 interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
24326 these commands will fail with an error, because it would not be
24327 possible or desirable to enable curses window management.
24328
24329 @table @code
24330 @item info win
24331 @kindex info win
24332 List and give the size of all displayed windows.
24333
24334 @item layout next
24335 @kindex layout
24336 Display the next layout.
24337
24338 @item layout prev
24339 Display the previous layout.
24340
24341 @item layout src
24342 Display the source window only.
24343
24344 @item layout asm
24345 Display the assembly window only.
24346
24347 @item layout split
24348 Display the source and assembly window.
24349
24350 @item layout regs
24351 Display the register window together with the source or assembly window.
24352
24353 @item focus next
24354 @kindex focus
24355 Make the next window active for scrolling.
24356
24357 @item focus prev
24358 Make the previous window active for scrolling.
24359
24360 @item focus src
24361 Make the source window active for scrolling.
24362
24363 @item focus asm
24364 Make the assembly window active for scrolling.
24365
24366 @item focus regs
24367 Make the register window active for scrolling.
24368
24369 @item focus cmd
24370 Make the command window active for scrolling.
24371
24372 @item refresh
24373 @kindex refresh
24374 Refresh the screen. This is similar to typing @kbd{C-L}.
24375
24376 @item tui reg float
24377 @kindex tui reg
24378 Show the floating point registers in the register window.
24379
24380 @item tui reg general
24381 Show the general registers in the register window.
24382
24383 @item tui reg next
24384 Show the next register group. The list of register groups as well as
24385 their order is target specific. The predefined register groups are the
24386 following: @code{general}, @code{float}, @code{system}, @code{vector},
24387 @code{all}, @code{save}, @code{restore}.
24388
24389 @item tui reg system
24390 Show the system registers in the register window.
24391
24392 @item update
24393 @kindex update
24394 Update the source window and the current execution point.
24395
24396 @item winheight @var{name} +@var{count}
24397 @itemx winheight @var{name} -@var{count}
24398 @kindex winheight
24399 Change the height of the window @var{name} by @var{count}
24400 lines. Positive counts increase the height, while negative counts
24401 decrease it.
24402
24403 @item tabset @var{nchars}
24404 @kindex tabset
24405 Set the width of tab stops to be @var{nchars} characters.
24406 @end table
24407
24408 @node TUI Configuration
24409 @section TUI Configuration Variables
24410 @cindex TUI configuration variables
24411
24412 Several configuration variables control the appearance of TUI windows.
24413
24414 @table @code
24415 @item set tui border-kind @var{kind}
24416 @kindex set tui border-kind
24417 Select the border appearance for the source, assembly and register windows.
24418 The possible values are the following:
24419 @table @code
24420 @item space
24421 Use a space character to draw the border.
24422
24423 @item ascii
24424 Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
24425
24426 @item acs
24427 Use the Alternate Character Set to draw the border. The border is
24428 drawn using character line graphics if the terminal supports them.
24429 @end table
24430
24431 @item set tui border-mode @var{mode}
24432 @kindex set tui border-mode
24433 @itemx set tui active-border-mode @var{mode}
24434 @kindex set tui active-border-mode
24435 Select the display attributes for the borders of the inactive windows
24436 or the active window. The @var{mode} can be one of the following:
24437 @table @code
24438 @item normal
24439 Use normal attributes to display the border.
24440
24441 @item standout
24442 Use standout mode.
24443
24444 @item reverse
24445 Use reverse video mode.
24446
24447 @item half
24448 Use half bright mode.
24449
24450 @item half-standout
24451 Use half bright and standout mode.
24452
24453 @item bold
24454 Use extra bright or bold mode.
24455
24456 @item bold-standout
24457 Use extra bright or bold and standout mode.
24458 @end table
24459 @end table
24460
24461 @node Emacs
24462 @chapter Using @value{GDBN} under @sc{gnu} Emacs
24463
24464 @cindex Emacs
24465 @cindex @sc{gnu} Emacs
24466 A special interface allows you to use @sc{gnu} Emacs to view (and
24467 edit) the source files for the program you are debugging with
24468 @value{GDBN}.
24469
24470 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
24471 executable file you want to debug as an argument. This command starts
24472 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
24473 created Emacs buffer.
24474 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
24475
24476 Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
24477 things:
24478
24479 @itemize @bullet
24480 @item
24481 All ``terminal'' input and output goes through an Emacs buffer, called
24482 the GUD buffer.
24483
24484 This applies both to @value{GDBN} commands and their output, and to the input
24485 and output done by the program you are debugging.
24486
24487 This is useful because it means that you can copy the text of previous
24488 commands and input them again; you can even use parts of the output
24489 in this way.
24490
24491 All the facilities of Emacs' Shell mode are available for interacting
24492 with your program. In particular, you can send signals the usual
24493 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
24494 stop.
24495
24496 @item
24497 @value{GDBN} displays source code through Emacs.
24498
24499 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
24500 source file for that frame and puts an arrow (@samp{=>}) at the
24501 left margin of the current line. Emacs uses a separate buffer for
24502 source display, and splits the screen to show both your @value{GDBN} session
24503 and the source.
24504
24505 Explicit @value{GDBN} @code{list} or search commands still produce output as
24506 usual, but you probably have no reason to use them from Emacs.
24507 @end itemize
24508
24509 We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
24510 a graphical mode, enabled by default, which provides further buffers
24511 that can control the execution and describe the state of your program.
24512 @xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
24513
24514 If you specify an absolute file name when prompted for the @kbd{M-x
24515 gdb} argument, then Emacs sets your current working directory to where
24516 your program resides. If you only specify the file name, then Emacs
24517 sets your current working directory to the directory associated
24518 with the previous buffer. In this case, @value{GDBN} may find your
24519 program by searching your environment's @code{PATH} variable, but on
24520 some operating systems it might not find the source. So, although the
24521 @value{GDBN} input and output session proceeds normally, the auxiliary
24522 buffer does not display the current source and line of execution.
24523
24524 The initial working directory of @value{GDBN} is printed on the top
24525 line of the GUD buffer and this serves as a default for the commands
24526 that specify files for @value{GDBN} to operate on. @xref{Files,
24527 ,Commands to Specify Files}.
24528
24529 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
24530 need to call @value{GDBN} by a different name (for example, if you
24531 keep several configurations around, with different names) you can
24532 customize the Emacs variable @code{gud-gdb-command-name} to run the
24533 one you want.
24534
24535 In the GUD buffer, you can use these special Emacs commands in
24536 addition to the standard Shell mode commands:
24537
24538 @table @kbd
24539 @item C-h m
24540 Describe the features of Emacs' GUD Mode.
24541
24542 @item C-c C-s
24543 Execute to another source line, like the @value{GDBN} @code{step} command; also
24544 update the display window to show the current file and location.
24545
24546 @item C-c C-n
24547 Execute to next source line in this function, skipping all function
24548 calls, like the @value{GDBN} @code{next} command. Then update the display window
24549 to show the current file and location.
24550
24551 @item C-c C-i
24552 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
24553 display window accordingly.
24554
24555 @item C-c C-f
24556 Execute until exit from the selected stack frame, like the @value{GDBN}
24557 @code{finish} command.
24558
24559 @item C-c C-r
24560 Continue execution of your program, like the @value{GDBN} @code{continue}
24561 command.
24562
24563 @item C-c <
24564 Go up the number of frames indicated by the numeric argument
24565 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
24566 like the @value{GDBN} @code{up} command.
24567
24568 @item C-c >
24569 Go down the number of frames indicated by the numeric argument, like the
24570 @value{GDBN} @code{down} command.
24571 @end table
24572
24573 In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
24574 tells @value{GDBN} to set a breakpoint on the source line point is on.
24575
24576 In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
24577 separate frame which shows a backtrace when the GUD buffer is current.
24578 Move point to any frame in the stack and type @key{RET} to make it
24579 become the current frame and display the associated source in the
24580 source buffer. Alternatively, click @kbd{Mouse-2} to make the
24581 selected frame become the current one. In graphical mode, the
24582 speedbar displays watch expressions.
24583
24584 If you accidentally delete the source-display buffer, an easy way to get
24585 it back is to type the command @code{f} in the @value{GDBN} buffer, to
24586 request a frame display; when you run under Emacs, this recreates
24587 the source buffer if necessary to show you the context of the current
24588 frame.
24589
24590 The source files displayed in Emacs are in ordinary Emacs buffers
24591 which are visiting the source files in the usual way. You can edit
24592 the files with these buffers if you wish; but keep in mind that @value{GDBN}
24593 communicates with Emacs in terms of line numbers. If you add or
24594 delete lines from the text, the line numbers that @value{GDBN} knows cease
24595 to correspond properly with the code.
24596
24597 A more detailed description of Emacs' interaction with @value{GDBN} is
24598 given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
24599 Emacs Manual}).
24600
24601 @node GDB/MI
24602 @chapter The @sc{gdb/mi} Interface
24603
24604 @unnumberedsec Function and Purpose
24605
24606 @cindex @sc{gdb/mi}, its purpose
24607 @sc{gdb/mi} is a line based machine oriented text interface to
24608 @value{GDBN} and is activated by specifying using the
24609 @option{--interpreter} command line option (@pxref{Mode Options}). It
24610 is specifically intended to support the development of systems which
24611 use the debugger as just one small component of a larger system.
24612
24613 This chapter is a specification of the @sc{gdb/mi} interface. It is written
24614 in the form of a reference manual.
24615
24616 Note that @sc{gdb/mi} is still under construction, so some of the
24617 features described below are incomplete and subject to change
24618 (@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
24619
24620 @unnumberedsec Notation and Terminology
24621
24622 @cindex notational conventions, for @sc{gdb/mi}
24623 This chapter uses the following notation:
24624
24625 @itemize @bullet
24626 @item
24627 @code{|} separates two alternatives.
24628
24629 @item
24630 @code{[ @var{something} ]} indicates that @var{something} is optional:
24631 it may or may not be given.
24632
24633 @item
24634 @code{( @var{group} )*} means that @var{group} inside the parentheses
24635 may repeat zero or more times.
24636
24637 @item
24638 @code{( @var{group} )+} means that @var{group} inside the parentheses
24639 may repeat one or more times.
24640
24641 @item
24642 @code{"@var{string}"} means a literal @var{string}.
24643 @end itemize
24644
24645 @ignore
24646 @heading Dependencies
24647 @end ignore
24648
24649 @menu
24650 * GDB/MI General Design::
24651 * GDB/MI Command Syntax::
24652 * GDB/MI Compatibility with CLI::
24653 * GDB/MI Development and Front Ends::
24654 * GDB/MI Output Records::
24655 * GDB/MI Simple Examples::
24656 * GDB/MI Command Description Format::
24657 * GDB/MI Breakpoint Commands::
24658 * GDB/MI Catchpoint Commands::
24659 * GDB/MI Program Context::
24660 * GDB/MI Thread Commands::
24661 * GDB/MI Ada Tasking Commands::
24662 * GDB/MI Program Execution::
24663 * GDB/MI Stack Manipulation::
24664 * GDB/MI Variable Objects::
24665 * GDB/MI Data Manipulation::
24666 * GDB/MI Tracepoint Commands::
24667 * GDB/MI Symbol Query::
24668 * GDB/MI File Commands::
24669 @ignore
24670 * GDB/MI Kod Commands::
24671 * GDB/MI Memory Overlay Commands::
24672 * GDB/MI Signal Handling Commands::
24673 @end ignore
24674 * GDB/MI Target Manipulation::
24675 * GDB/MI File Transfer Commands::
24676 * GDB/MI Ada Exceptions Commands::
24677 * GDB/MI Support Commands::
24678 * GDB/MI Miscellaneous Commands::
24679 @end menu
24680
24681 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24682 @node GDB/MI General Design
24683 @section @sc{gdb/mi} General Design
24684 @cindex GDB/MI General Design
24685
24686 Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
24687 parts---commands sent to @value{GDBN}, responses to those commands
24688 and notifications. Each command results in exactly one response,
24689 indicating either successful completion of the command, or an error.
24690 For the commands that do not resume the target, the response contains the
24691 requested information. For the commands that resume the target, the
24692 response only indicates whether the target was successfully resumed.
24693 Notifications is the mechanism for reporting changes in the state of the
24694 target, or in @value{GDBN} state, that cannot conveniently be associated with
24695 a command and reported as part of that command response.
24696
24697 The important examples of notifications are:
24698 @itemize @bullet
24699
24700 @item
24701 Exec notifications. These are used to report changes in
24702 target state---when a target is resumed, or stopped. It would not
24703 be feasible to include this information in response of resuming
24704 commands, because one resume commands can result in multiple events in
24705 different threads. Also, quite some time may pass before any event
24706 happens in the target, while a frontend needs to know whether the resuming
24707 command itself was successfully executed.
24708
24709 @item
24710 Console output, and status notifications. Console output
24711 notifications are used to report output of CLI commands, as well as
24712 diagnostics for other commands. Status notifications are used to
24713 report the progress of a long-running operation. Naturally, including
24714 this information in command response would mean no output is produced
24715 until the command is finished, which is undesirable.
24716
24717 @item
24718 General notifications. Commands may have various side effects on
24719 the @value{GDBN} or target state beyond their official purpose. For example,
24720 a command may change the selected thread. Although such changes can
24721 be included in command response, using notification allows for more
24722 orthogonal frontend design.
24723
24724 @end itemize
24725
24726 There's no guarantee that whenever an MI command reports an error,
24727 @value{GDBN} or the target are in any specific state, and especially,
24728 the state is not reverted to the state before the MI command was
24729 processed. Therefore, whenever an MI command results in an error,
24730 we recommend that the frontend refreshes all the information shown in
24731 the user interface.
24732
24733
24734 @menu
24735 * Context management::
24736 * Asynchronous and non-stop modes::
24737 * Thread groups::
24738 @end menu
24739
24740 @node Context management
24741 @subsection Context management
24742
24743 @subsubsection Threads and Frames
24744
24745 In most cases when @value{GDBN} accesses the target, this access is
24746 done in context of a specific thread and frame (@pxref{Frames}).
24747 Often, even when accessing global data, the target requires that a thread
24748 be specified. The CLI interface maintains the selected thread and frame,
24749 and supplies them to target on each command. This is convenient,
24750 because a command line user would not want to specify that information
24751 explicitly on each command, and because user interacts with
24752 @value{GDBN} via a single terminal, so no confusion is possible as
24753 to what thread and frame are the current ones.
24754
24755 In the case of MI, the concept of selected thread and frame is less
24756 useful. First, a frontend can easily remember this information
24757 itself. Second, a graphical frontend can have more than one window,
24758 each one used for debugging a different thread, and the frontend might
24759 want to access additional threads for internal purposes. This
24760 increases the risk that by relying on implicitly selected thread, the
24761 frontend may be operating on a wrong one. Therefore, each MI command
24762 should explicitly specify which thread and frame to operate on. To
24763 make it possible, each MI command accepts the @samp{--thread} and
24764 @samp{--frame} options, the value to each is @value{GDBN} identifier
24765 for thread and frame to operate on.
24766
24767 Usually, each top-level window in a frontend allows the user to select
24768 a thread and a frame, and remembers the user selection for further
24769 operations. However, in some cases @value{GDBN} may suggest that the
24770 current thread be changed. For example, when stopping on a breakpoint
24771 it is reasonable to switch to the thread where breakpoint is hit. For
24772 another example, if the user issues the CLI @samp{thread} command via
24773 the frontend, it is desirable to change the frontend's selected thread to the
24774 one specified by user. @value{GDBN} communicates the suggestion to
24775 change current thread using the @samp{=thread-selected} notification.
24776 No such notification is available for the selected frame at the moment.
24777
24778 Note that historically, MI shares the selected thread with CLI, so
24779 frontends used the @code{-thread-select} to execute commands in the
24780 right context. However, getting this to work right is cumbersome. The
24781 simplest way is for frontend to emit @code{-thread-select} command
24782 before every command. This doubles the number of commands that need
24783 to be sent. The alternative approach is to suppress @code{-thread-select}
24784 if the selected thread in @value{GDBN} is supposed to be identical to the
24785 thread the frontend wants to operate on. However, getting this
24786 optimization right can be tricky. In particular, if the frontend
24787 sends several commands to @value{GDBN}, and one of the commands changes the
24788 selected thread, then the behaviour of subsequent commands will
24789 change. So, a frontend should either wait for response from such
24790 problematic commands, or explicitly add @code{-thread-select} for
24791 all subsequent commands. No frontend is known to do this exactly
24792 right, so it is suggested to just always pass the @samp{--thread} and
24793 @samp{--frame} options.
24794
24795 @subsubsection Language
24796
24797 The execution of several commands depends on which language is selected.
24798 By default, the current language (@pxref{show language}) is used.
24799 But for commands known to be language-sensitive, it is recommended
24800 to use the @samp{--language} option. This option takes one argument,
24801 which is the name of the language to use while executing the command.
24802 For instance:
24803
24804 @smallexample
24805 -data-evaluate-expression --language c "sizeof (void*)"
24806 ^done,value="4"
24807 (gdb)
24808 @end smallexample
24809
24810 The valid language names are the same names accepted by the
24811 @samp{set language} command (@pxref{Manually}), excluding @samp{auto},
24812 @samp{local} or @samp{unknown}.
24813
24814 @node Asynchronous and non-stop modes
24815 @subsection Asynchronous command execution and non-stop mode
24816
24817 On some targets, @value{GDBN} is capable of processing MI commands
24818 even while the target is running. This is called @dfn{asynchronous
24819 command execution} (@pxref{Background Execution}). The frontend may
24820 specify a preferrence for asynchronous execution using the
24821 @code{-gdb-set target-async 1} command, which should be emitted before
24822 either running the executable or attaching to the target. After the
24823 frontend has started the executable or attached to the target, it can
24824 find if asynchronous execution is enabled using the
24825 @code{-list-target-features} command.
24826
24827 Even if @value{GDBN} can accept a command while target is running,
24828 many commands that access the target do not work when the target is
24829 running. Therefore, asynchronous command execution is most useful
24830 when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
24831 it is possible to examine the state of one thread, while other threads
24832 are running.
24833
24834 When a given thread is running, MI commands that try to access the
24835 target in the context of that thread may not work, or may work only on
24836 some targets. In particular, commands that try to operate on thread's
24837 stack will not work, on any target. Commands that read memory, or
24838 modify breakpoints, may work or not work, depending on the target. Note
24839 that even commands that operate on global state, such as @code{print},
24840 @code{set}, and breakpoint commands, still access the target in the
24841 context of a specific thread, so frontend should try to find a
24842 stopped thread and perform the operation on that thread (using the
24843 @samp{--thread} option).
24844
24845 Which commands will work in the context of a running thread is
24846 highly target dependent. However, the two commands
24847 @code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
24848 to find the state of a thread, will always work.
24849
24850 @node Thread groups
24851 @subsection Thread groups
24852 @value{GDBN} may be used to debug several processes at the same time.
24853 On some platfroms, @value{GDBN} may support debugging of several
24854 hardware systems, each one having several cores with several different
24855 processes running on each core. This section describes the MI
24856 mechanism to support such debugging scenarios.
24857
24858 The key observation is that regardless of the structure of the
24859 target, MI can have a global list of threads, because most commands that
24860 accept the @samp{--thread} option do not need to know what process that
24861 thread belongs to. Therefore, it is not necessary to introduce
24862 neither additional @samp{--process} option, nor an notion of the
24863 current process in the MI interface. The only strictly new feature
24864 that is required is the ability to find how the threads are grouped
24865 into processes.
24866
24867 To allow the user to discover such grouping, and to support arbitrary
24868 hierarchy of machines/cores/processes, MI introduces the concept of a
24869 @dfn{thread group}. Thread group is a collection of threads and other
24870 thread groups. A thread group always has a string identifier, a type,
24871 and may have additional attributes specific to the type. A new
24872 command, @code{-list-thread-groups}, returns the list of top-level
24873 thread groups, which correspond to processes that @value{GDBN} is
24874 debugging at the moment. By passing an identifier of a thread group
24875 to the @code{-list-thread-groups} command, it is possible to obtain
24876 the members of specific thread group.
24877
24878 To allow the user to easily discover processes, and other objects, he
24879 wishes to debug, a concept of @dfn{available thread group} is
24880 introduced. Available thread group is an thread group that
24881 @value{GDBN} is not debugging, but that can be attached to, using the
24882 @code{-target-attach} command. The list of available top-level thread
24883 groups can be obtained using @samp{-list-thread-groups --available}.
24884 In general, the content of a thread group may be only retrieved only
24885 after attaching to that thread group.
24886
24887 Thread groups are related to inferiors (@pxref{Inferiors and
24888 Programs}). Each inferior corresponds to a thread group of a special
24889 type @samp{process}, and some additional operations are permitted on
24890 such thread groups.
24891
24892 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24893 @node GDB/MI Command Syntax
24894 @section @sc{gdb/mi} Command Syntax
24895
24896 @menu
24897 * GDB/MI Input Syntax::
24898 * GDB/MI Output Syntax::
24899 @end menu
24900
24901 @node GDB/MI Input Syntax
24902 @subsection @sc{gdb/mi} Input Syntax
24903
24904 @cindex input syntax for @sc{gdb/mi}
24905 @cindex @sc{gdb/mi}, input syntax
24906 @table @code
24907 @item @var{command} @expansion{}
24908 @code{@var{cli-command} | @var{mi-command}}
24909
24910 @item @var{cli-command} @expansion{}
24911 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
24912 @var{cli-command} is any existing @value{GDBN} CLI command.
24913
24914 @item @var{mi-command} @expansion{}
24915 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
24916 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
24917
24918 @item @var{token} @expansion{}
24919 "any sequence of digits"
24920
24921 @item @var{option} @expansion{}
24922 @code{"-" @var{parameter} [ " " @var{parameter} ]}
24923
24924 @item @var{parameter} @expansion{}
24925 @code{@var{non-blank-sequence} | @var{c-string}}
24926
24927 @item @var{operation} @expansion{}
24928 @emph{any of the operations described in this chapter}
24929
24930 @item @var{non-blank-sequence} @expansion{}
24931 @emph{anything, provided it doesn't contain special characters such as
24932 "-", @var{nl}, """ and of course " "}
24933
24934 @item @var{c-string} @expansion{}
24935 @code{""" @var{seven-bit-iso-c-string-content} """}
24936
24937 @item @var{nl} @expansion{}
24938 @code{CR | CR-LF}
24939 @end table
24940
24941 @noindent
24942 Notes:
24943
24944 @itemize @bullet
24945 @item
24946 The CLI commands are still handled by the @sc{mi} interpreter; their
24947 output is described below.
24948
24949 @item
24950 The @code{@var{token}}, when present, is passed back when the command
24951 finishes.
24952
24953 @item
24954 Some @sc{mi} commands accept optional arguments as part of the parameter
24955 list. Each option is identified by a leading @samp{-} (dash) and may be
24956 followed by an optional argument parameter. Options occur first in the
24957 parameter list and can be delimited from normal parameters using
24958 @samp{--} (this is useful when some parameters begin with a dash).
24959 @end itemize
24960
24961 Pragmatics:
24962
24963 @itemize @bullet
24964 @item
24965 We want easy access to the existing CLI syntax (for debugging).
24966
24967 @item
24968 We want it to be easy to spot a @sc{mi} operation.
24969 @end itemize
24970
24971 @node GDB/MI Output Syntax
24972 @subsection @sc{gdb/mi} Output Syntax
24973
24974 @cindex output syntax of @sc{gdb/mi}
24975 @cindex @sc{gdb/mi}, output syntax
24976 The output from @sc{gdb/mi} consists of zero or more out-of-band records
24977 followed, optionally, by a single result record. This result record
24978 is for the most recent command. The sequence of output records is
24979 terminated by @samp{(gdb)}.
24980
24981 If an input command was prefixed with a @code{@var{token}} then the
24982 corresponding output for that command will also be prefixed by that same
24983 @var{token}.
24984
24985 @table @code
24986 @item @var{output} @expansion{}
24987 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
24988
24989 @item @var{result-record} @expansion{}
24990 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
24991
24992 @item @var{out-of-band-record} @expansion{}
24993 @code{@var{async-record} | @var{stream-record}}
24994
24995 @item @var{async-record} @expansion{}
24996 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
24997
24998 @item @var{exec-async-output} @expansion{}
24999 @code{[ @var{token} ] "*" @var{async-output nl}}
25000
25001 @item @var{status-async-output} @expansion{}
25002 @code{[ @var{token} ] "+" @var{async-output nl}}
25003
25004 @item @var{notify-async-output} @expansion{}
25005 @code{[ @var{token} ] "=" @var{async-output nl}}
25006
25007 @item @var{async-output} @expansion{}
25008 @code{@var{async-class} ( "," @var{result} )*}
25009
25010 @item @var{result-class} @expansion{}
25011 @code{"done" | "running" | "connected" | "error" | "exit"}
25012
25013 @item @var{async-class} @expansion{}
25014 @code{"stopped" | @var{others}} (where @var{others} will be added
25015 depending on the needs---this is still in development).
25016
25017 @item @var{result} @expansion{}
25018 @code{ @var{variable} "=" @var{value}}
25019
25020 @item @var{variable} @expansion{}
25021 @code{ @var{string} }
25022
25023 @item @var{value} @expansion{}
25024 @code{ @var{const} | @var{tuple} | @var{list} }
25025
25026 @item @var{const} @expansion{}
25027 @code{@var{c-string}}
25028
25029 @item @var{tuple} @expansion{}
25030 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
25031
25032 @item @var{list} @expansion{}
25033 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
25034 @var{result} ( "," @var{result} )* "]" }
25035
25036 @item @var{stream-record} @expansion{}
25037 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
25038
25039 @item @var{console-stream-output} @expansion{}
25040 @code{"~" @var{c-string nl}}
25041
25042 @item @var{target-stream-output} @expansion{}
25043 @code{"@@" @var{c-string nl}}
25044
25045 @item @var{log-stream-output} @expansion{}
25046 @code{"&" @var{c-string nl}}
25047
25048 @item @var{nl} @expansion{}
25049 @code{CR | CR-LF}
25050
25051 @item @var{token} @expansion{}
25052 @emph{any sequence of digits}.
25053 @end table
25054
25055 @noindent
25056 Notes:
25057
25058 @itemize @bullet
25059 @item
25060 All output sequences end in a single line containing a period.
25061
25062 @item
25063 The @code{@var{token}} is from the corresponding request. Note that
25064 for all async output, while the token is allowed by the grammar and
25065 may be output by future versions of @value{GDBN} for select async
25066 output messages, it is generally omitted. Frontends should treat
25067 all async output as reporting general changes in the state of the
25068 target and there should be no need to associate async output to any
25069 prior command.
25070
25071 @item
25072 @cindex status output in @sc{gdb/mi}
25073 @var{status-async-output} contains on-going status information about the
25074 progress of a slow operation. It can be discarded. All status output is
25075 prefixed by @samp{+}.
25076
25077 @item
25078 @cindex async output in @sc{gdb/mi}
25079 @var{exec-async-output} contains asynchronous state change on the target
25080 (stopped, started, disappeared). All async output is prefixed by
25081 @samp{*}.
25082
25083 @item
25084 @cindex notify output in @sc{gdb/mi}
25085 @var{notify-async-output} contains supplementary information that the
25086 client should handle (e.g., a new breakpoint information). All notify
25087 output is prefixed by @samp{=}.
25088
25089 @item
25090 @cindex console output in @sc{gdb/mi}
25091 @var{console-stream-output} is output that should be displayed as is in the
25092 console. It is the textual response to a CLI command. All the console
25093 output is prefixed by @samp{~}.
25094
25095 @item
25096 @cindex target output in @sc{gdb/mi}
25097 @var{target-stream-output} is the output produced by the target program.
25098 All the target output is prefixed by @samp{@@}.
25099
25100 @item
25101 @cindex log output in @sc{gdb/mi}
25102 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
25103 instance messages that should be displayed as part of an error log. All
25104 the log output is prefixed by @samp{&}.
25105
25106 @item
25107 @cindex list output in @sc{gdb/mi}
25108 New @sc{gdb/mi} commands should only output @var{lists} containing
25109 @var{values}.
25110
25111
25112 @end itemize
25113
25114 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
25115 details about the various output records.
25116
25117 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25118 @node GDB/MI Compatibility with CLI
25119 @section @sc{gdb/mi} Compatibility with CLI
25120
25121 @cindex compatibility, @sc{gdb/mi} and CLI
25122 @cindex @sc{gdb/mi}, compatibility with CLI
25123
25124 For the developers convenience CLI commands can be entered directly,
25125 but there may be some unexpected behaviour. For example, commands
25126 that query the user will behave as if the user replied yes, breakpoint
25127 command lists are not executed and some CLI commands, such as
25128 @code{if}, @code{when} and @code{define}, prompt for further input with
25129 @samp{>}, which is not valid MI output.
25130
25131 This feature may be removed at some stage in the future and it is
25132 recommended that front ends use the @code{-interpreter-exec} command
25133 (@pxref{-interpreter-exec}).
25134
25135 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25136 @node GDB/MI Development and Front Ends
25137 @section @sc{gdb/mi} Development and Front Ends
25138 @cindex @sc{gdb/mi} development
25139
25140 The application which takes the MI output and presents the state of the
25141 program being debugged to the user is called a @dfn{front end}.
25142
25143 Although @sc{gdb/mi} is still incomplete, it is currently being used
25144 by a variety of front ends to @value{GDBN}. This makes it difficult
25145 to introduce new functionality without breaking existing usage. This
25146 section tries to minimize the problems by describing how the protocol
25147 might change.
25148
25149 Some changes in MI need not break a carefully designed front end, and
25150 for these the MI version will remain unchanged. The following is a
25151 list of changes that may occur within one level, so front ends should
25152 parse MI output in a way that can handle them:
25153
25154 @itemize @bullet
25155 @item
25156 New MI commands may be added.
25157
25158 @item
25159 New fields may be added to the output of any MI command.
25160
25161 @item
25162 The range of values for fields with specified values, e.g.,
25163 @code{in_scope} (@pxref{-var-update}) may be extended.
25164
25165 @c The format of field's content e.g type prefix, may change so parse it
25166 @c at your own risk. Yes, in general?
25167
25168 @c The order of fields may change? Shouldn't really matter but it might
25169 @c resolve inconsistencies.
25170 @end itemize
25171
25172 If the changes are likely to break front ends, the MI version level
25173 will be increased by one. This will allow the front end to parse the
25174 output according to the MI version. Apart from mi0, new versions of
25175 @value{GDBN} will not support old versions of MI and it will be the
25176 responsibility of the front end to work with the new one.
25177
25178 @c Starting with mi3, add a new command -mi-version that prints the MI
25179 @c version?
25180
25181 The best way to avoid unexpected changes in MI that might break your front
25182 end is to make your project known to @value{GDBN} developers and
25183 follow development on @email{gdb@@sourceware.org} and
25184 @email{gdb-patches@@sourceware.org}.
25185 @cindex mailing lists
25186
25187 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25188 @node GDB/MI Output Records
25189 @section @sc{gdb/mi} Output Records
25190
25191 @menu
25192 * GDB/MI Result Records::
25193 * GDB/MI Stream Records::
25194 * GDB/MI Async Records::
25195 * GDB/MI Breakpoint Information::
25196 * GDB/MI Frame Information::
25197 * GDB/MI Thread Information::
25198 * GDB/MI Ada Exception Information::
25199 @end menu
25200
25201 @node GDB/MI Result Records
25202 @subsection @sc{gdb/mi} Result Records
25203
25204 @cindex result records in @sc{gdb/mi}
25205 @cindex @sc{gdb/mi}, result records
25206 In addition to a number of out-of-band notifications, the response to a
25207 @sc{gdb/mi} command includes one of the following result indications:
25208
25209 @table @code
25210 @findex ^done
25211 @item "^done" [ "," @var{results} ]
25212 The synchronous operation was successful, @code{@var{results}} are the return
25213 values.
25214
25215 @item "^running"
25216 @findex ^running
25217 This result record is equivalent to @samp{^done}. Historically, it
25218 was output instead of @samp{^done} if the command has resumed the
25219 target. This behaviour is maintained for backward compatibility, but
25220 all frontends should treat @samp{^done} and @samp{^running}
25221 identically and rely on the @samp{*running} output record to determine
25222 which threads are resumed.
25223
25224 @item "^connected"
25225 @findex ^connected
25226 @value{GDBN} has connected to a remote target.
25227
25228 @item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
25229 @findex ^error
25230 The operation failed. The @code{msg=@var{c-string}} variable contains
25231 the corresponding error message.
25232
25233 If present, the @code{code=@var{c-string}} variable provides an error
25234 code on which consumers can rely on to detect the corresponding
25235 error condition. At present, only one error code is defined:
25236
25237 @table @samp
25238 @item "undefined-command"
25239 Indicates that the command causing the error does not exist.
25240 @end table
25241
25242 @item "^exit"
25243 @findex ^exit
25244 @value{GDBN} has terminated.
25245
25246 @end table
25247
25248 @node GDB/MI Stream Records
25249 @subsection @sc{gdb/mi} Stream Records
25250
25251 @cindex @sc{gdb/mi}, stream records
25252 @cindex stream records in @sc{gdb/mi}
25253 @value{GDBN} internally maintains a number of output streams: the console, the
25254 target, and the log. The output intended for each of these streams is
25255 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
25256
25257 Each stream record begins with a unique @dfn{prefix character} which
25258 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
25259 Syntax}). In addition to the prefix, each stream record contains a
25260 @code{@var{string-output}}. This is either raw text (with an implicit new
25261 line) or a quoted C string (which does not contain an implicit newline).
25262
25263 @table @code
25264 @item "~" @var{string-output}
25265 The console output stream contains text that should be displayed in the
25266 CLI console window. It contains the textual responses to CLI commands.
25267
25268 @item "@@" @var{string-output}
25269 The target output stream contains any textual output from the running
25270 target. This is only present when GDB's event loop is truly
25271 asynchronous, which is currently only the case for remote targets.
25272
25273 @item "&" @var{string-output}
25274 The log stream contains debugging messages being produced by @value{GDBN}'s
25275 internals.
25276 @end table
25277
25278 @node GDB/MI Async Records
25279 @subsection @sc{gdb/mi} Async Records
25280
25281 @cindex async records in @sc{gdb/mi}
25282 @cindex @sc{gdb/mi}, async records
25283 @dfn{Async} records are used to notify the @sc{gdb/mi} client of
25284 additional changes that have occurred. Those changes can either be a
25285 consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
25286 target activity (e.g., target stopped).
25287
25288 The following is the list of possible async records:
25289
25290 @table @code
25291
25292 @item *running,thread-id="@var{thread}"
25293 The target is now running. The @var{thread} field tells which
25294 specific thread is now running, and can be @samp{all} if all threads
25295 are running. The frontend should assume that no interaction with a
25296 running thread is possible after this notification is produced.
25297 The frontend should not assume that this notification is output
25298 only once for any command. @value{GDBN} may emit this notification
25299 several times, either for different threads, because it cannot resume
25300 all threads together, or even for a single thread, if the thread must
25301 be stepped though some code before letting it run freely.
25302
25303 @item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
25304 The target has stopped. The @var{reason} field can have one of the
25305 following values:
25306
25307 @table @code
25308 @item breakpoint-hit
25309 A breakpoint was reached.
25310 @item watchpoint-trigger
25311 A watchpoint was triggered.
25312 @item read-watchpoint-trigger
25313 A read watchpoint was triggered.
25314 @item access-watchpoint-trigger
25315 An access watchpoint was triggered.
25316 @item function-finished
25317 An -exec-finish or similar CLI command was accomplished.
25318 @item location-reached
25319 An -exec-until or similar CLI command was accomplished.
25320 @item watchpoint-scope
25321 A watchpoint has gone out of scope.
25322 @item end-stepping-range
25323 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
25324 similar CLI command was accomplished.
25325 @item exited-signalled
25326 The inferior exited because of a signal.
25327 @item exited
25328 The inferior exited.
25329 @item exited-normally
25330 The inferior exited normally.
25331 @item signal-received
25332 A signal was received by the inferior.
25333 @item solib-event
25334 The inferior has stopped due to a library being loaded or unloaded.
25335 This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
25336 set or when a @code{catch load} or @code{catch unload} catchpoint is
25337 in use (@pxref{Set Catchpoints}).
25338 @item fork
25339 The inferior has forked. This is reported when @code{catch fork}
25340 (@pxref{Set Catchpoints}) has been used.
25341 @item vfork
25342 The inferior has vforked. This is reported in when @code{catch vfork}
25343 (@pxref{Set Catchpoints}) has been used.
25344 @item syscall-entry
25345 The inferior entered a system call. This is reported when @code{catch
25346 syscall} (@pxref{Set Catchpoints}) has been used.
25347 @item syscall-entry
25348 The inferior returned from a system call. This is reported when
25349 @code{catch syscall} (@pxref{Set Catchpoints}) has been used.
25350 @item exec
25351 The inferior called @code{exec}. This is reported when @code{catch exec}
25352 (@pxref{Set Catchpoints}) has been used.
25353 @end table
25354
25355 The @var{id} field identifies the thread that directly caused the stop
25356 -- for example by hitting a breakpoint. Depending on whether all-stop
25357 mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
25358 stop all threads, or only the thread that directly triggered the stop.
25359 If all threads are stopped, the @var{stopped} field will have the
25360 value of @code{"all"}. Otherwise, the value of the @var{stopped}
25361 field will be a list of thread identifiers. Presently, this list will
25362 always include a single thread, but frontend should be prepared to see
25363 several threads in the list. The @var{core} field reports the
25364 processor core on which the stop event has happened. This field may be absent
25365 if such information is not available.
25366
25367 @item =thread-group-added,id="@var{id}"
25368 @itemx =thread-group-removed,id="@var{id}"
25369 A thread group was either added or removed. The @var{id} field
25370 contains the @value{GDBN} identifier of the thread group. When a thread
25371 group is added, it generally might not be associated with a running
25372 process. When a thread group is removed, its id becomes invalid and
25373 cannot be used in any way.
25374
25375 @item =thread-group-started,id="@var{id}",pid="@var{pid}"
25376 A thread group became associated with a running program,
25377 either because the program was just started or the thread group
25378 was attached to a program. The @var{id} field contains the
25379 @value{GDBN} identifier of the thread group. The @var{pid} field
25380 contains process identifier, specific to the operating system.
25381
25382 @item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
25383 A thread group is no longer associated with a running program,
25384 either because the program has exited, or because it was detached
25385 from. The @var{id} field contains the @value{GDBN} identifier of the
25386 thread group. The @var{code} field is the exit code of the inferior; it exists
25387 only when the inferior exited with some code.
25388
25389 @item =thread-created,id="@var{id}",group-id="@var{gid}"
25390 @itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
25391 A thread either was created, or has exited. The @var{id} field
25392 contains the @value{GDBN} identifier of the thread. The @var{gid}
25393 field identifies the thread group this thread belongs to.
25394
25395 @item =thread-selected,id="@var{id}"
25396 Informs that the selected thread was changed as result of the last
25397 command. This notification is not emitted as result of @code{-thread-select}
25398 command but is emitted whenever an MI command that is not documented
25399 to change the selected thread actually changes it. In particular,
25400 invoking, directly or indirectly (via user-defined command), the CLI
25401 @code{thread} command, will generate this notification.
25402
25403 We suggest that in response to this notification, front ends
25404 highlight the selected thread and cause subsequent commands to apply to
25405 that thread.
25406
25407 @item =library-loaded,...
25408 Reports that a new library file was loaded by the program. This
25409 notification has 4 fields---@var{id}, @var{target-name},
25410 @var{host-name}, and @var{symbols-loaded}. The @var{id} field is an
25411 opaque identifier of the library. For remote debugging case,
25412 @var{target-name} and @var{host-name} fields give the name of the
25413 library file on the target, and on the host respectively. For native
25414 debugging, both those fields have the same value. The
25415 @var{symbols-loaded} field is emitted only for backward compatibility
25416 and should not be relied on to convey any useful information. The
25417 @var{thread-group} field, if present, specifies the id of the thread
25418 group in whose context the library was loaded. If the field is
25419 absent, it means the library was loaded in the context of all present
25420 thread groups.
25421
25422 @item =library-unloaded,...
25423 Reports that a library was unloaded by the program. This notification
25424 has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
25425 the same meaning as for the @code{=library-loaded} notification.
25426 The @var{thread-group} field, if present, specifies the id of the
25427 thread group in whose context the library was unloaded. If the field is
25428 absent, it means the library was unloaded in the context of all present
25429 thread groups.
25430
25431 @item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
25432 @itemx =traceframe-changed,end
25433 Reports that the trace frame was changed and its new number is
25434 @var{tfnum}. The number of the tracepoint associated with this trace
25435 frame is @var{tpnum}.
25436
25437 @item =tsv-created,name=@var{name},initial=@var{initial}
25438 Reports that the new trace state variable @var{name} is created with
25439 initial value @var{initial}.
25440
25441 @item =tsv-deleted,name=@var{name}
25442 @itemx =tsv-deleted
25443 Reports that the trace state variable @var{name} is deleted or all
25444 trace state variables are deleted.
25445
25446 @item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
25447 Reports that the trace state variable @var{name} is modified with
25448 the initial value @var{initial}. The current value @var{current} of
25449 trace state variable is optional and is reported if the current
25450 value of trace state variable is known.
25451
25452 @item =breakpoint-created,bkpt=@{...@}
25453 @itemx =breakpoint-modified,bkpt=@{...@}
25454 @itemx =breakpoint-deleted,id=@var{number}
25455 Reports that a breakpoint was created, modified, or deleted,
25456 respectively. Only user-visible breakpoints are reported to the MI
25457 user.
25458
25459 The @var{bkpt} argument is of the same form as returned by the various
25460 breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
25461 @var{number} is the ordinal number of the breakpoint.
25462
25463 Note that if a breakpoint is emitted in the result record of a
25464 command, then it will not also be emitted in an async record.
25465
25466 @item =record-started,thread-group="@var{id}"
25467 @itemx =record-stopped,thread-group="@var{id}"
25468 Execution log recording was either started or stopped on an
25469 inferior. The @var{id} is the @value{GDBN} identifier of the thread
25470 group corresponding to the affected inferior.
25471
25472 @item =cmd-param-changed,param=@var{param},value=@var{value}
25473 Reports that a parameter of the command @code{set @var{param}} is
25474 changed to @var{value}. In the multi-word @code{set} command,
25475 the @var{param} is the whole parameter list to @code{set} command.
25476 For example, In command @code{set check type on}, @var{param}
25477 is @code{check type} and @var{value} is @code{on}.
25478
25479 @item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
25480 Reports that bytes from @var{addr} to @var{data} + @var{len} were
25481 written in an inferior. The @var{id} is the identifier of the
25482 thread group corresponding to the affected inferior. The optional
25483 @code{type="code"} part is reported if the memory written to holds
25484 executable code.
25485 @end table
25486
25487 @node GDB/MI Breakpoint Information
25488 @subsection @sc{gdb/mi} Breakpoint Information
25489
25490 When @value{GDBN} reports information about a breakpoint, a
25491 tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
25492 following fields:
25493
25494 @table @code
25495 @item number
25496 The breakpoint number. For a breakpoint that represents one location
25497 of a multi-location breakpoint, this will be a dotted pair, like
25498 @samp{1.2}.
25499
25500 @item type
25501 The type of the breakpoint. For ordinary breakpoints this will be
25502 @samp{breakpoint}, but many values are possible.
25503
25504 @item catch-type
25505 If the type of the breakpoint is @samp{catchpoint}, then this
25506 indicates the exact type of catchpoint.
25507
25508 @item disp
25509 This is the breakpoint disposition---either @samp{del}, meaning that
25510 the breakpoint will be deleted at the next stop, or @samp{keep},
25511 meaning that the breakpoint will not be deleted.
25512
25513 @item enabled
25514 This indicates whether the breakpoint is enabled, in which case the
25515 value is @samp{y}, or disabled, in which case the value is @samp{n}.
25516 Note that this is not the same as the field @code{enable}.
25517
25518 @item addr
25519 The address of the breakpoint. This may be a hexidecimal number,
25520 giving the address; or the string @samp{<PENDING>}, for a pending
25521 breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
25522 multiple locations. This field will not be present if no address can
25523 be determined. For example, a watchpoint does not have an address.
25524
25525 @item func
25526 If known, the function in which the breakpoint appears.
25527 If not known, this field is not present.
25528
25529 @item filename
25530 The name of the source file which contains this function, if known.
25531 If not known, this field is not present.
25532
25533 @item fullname
25534 The full file name of the source file which contains this function, if
25535 known. If not known, this field is not present.
25536
25537 @item line
25538 The line number at which this breakpoint appears, if known.
25539 If not known, this field is not present.
25540
25541 @item at
25542 If the source file is not known, this field may be provided. If
25543 provided, this holds the address of the breakpoint, possibly followed
25544 by a symbol name.
25545
25546 @item pending
25547 If this breakpoint is pending, this field is present and holds the
25548 text used to set the breakpoint, as entered by the user.
25549
25550 @item evaluated-by
25551 Where this breakpoint's condition is evaluated, either @samp{host} or
25552 @samp{target}.
25553
25554 @item thread
25555 If this is a thread-specific breakpoint, then this identifies the
25556 thread in which the breakpoint can trigger.
25557
25558 @item task
25559 If this breakpoint is restricted to a particular Ada task, then this
25560 field will hold the task identifier.
25561
25562 @item cond
25563 If the breakpoint is conditional, this is the condition expression.
25564
25565 @item ignore
25566 The ignore count of the breakpoint.
25567
25568 @item enable
25569 The enable count of the breakpoint.
25570
25571 @item traceframe-usage
25572 FIXME.
25573
25574 @item static-tracepoint-marker-string-id
25575 For a static tracepoint, the name of the static tracepoint marker.
25576
25577 @item mask
25578 For a masked watchpoint, this is the mask.
25579
25580 @item pass
25581 A tracepoint's pass count.
25582
25583 @item original-location
25584 The location of the breakpoint as originally specified by the user.
25585 This field is optional.
25586
25587 @item times
25588 The number of times the breakpoint has been hit.
25589
25590 @item installed
25591 This field is only given for tracepoints. This is either @samp{y},
25592 meaning that the tracepoint is installed, or @samp{n}, meaning that it
25593 is not.
25594
25595 @item what
25596 Some extra data, the exact contents of which are type-dependent.
25597
25598 @end table
25599
25600 For example, here is what the output of @code{-break-insert}
25601 (@pxref{GDB/MI Breakpoint Commands}) might be:
25602
25603 @smallexample
25604 -> -break-insert main
25605 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
25606 enabled="y",addr="0x08048564",func="main",file="myprog.c",
25607 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
25608 times="0"@}
25609 <- (gdb)
25610 @end smallexample
25611
25612 @node GDB/MI Frame Information
25613 @subsection @sc{gdb/mi} Frame Information
25614
25615 Response from many MI commands includes an information about stack
25616 frame. This information is a tuple that may have the following
25617 fields:
25618
25619 @table @code
25620 @item level
25621 The level of the stack frame. The innermost frame has the level of
25622 zero. This field is always present.
25623
25624 @item func
25625 The name of the function corresponding to the frame. This field may
25626 be absent if @value{GDBN} is unable to determine the function name.
25627
25628 @item addr
25629 The code address for the frame. This field is always present.
25630
25631 @item file
25632 The name of the source files that correspond to the frame's code
25633 address. This field may be absent.
25634
25635 @item line
25636 The source line corresponding to the frames' code address. This field
25637 may be absent.
25638
25639 @item from
25640 The name of the binary file (either executable or shared library) the
25641 corresponds to the frame's code address. This field may be absent.
25642
25643 @end table
25644
25645 @node GDB/MI Thread Information
25646 @subsection @sc{gdb/mi} Thread Information
25647
25648 Whenever @value{GDBN} has to report an information about a thread, it
25649 uses a tuple with the following fields:
25650
25651 @table @code
25652 @item id
25653 The numeric id assigned to the thread by @value{GDBN}. This field is
25654 always present.
25655
25656 @item target-id
25657 Target-specific string identifying the thread. This field is always present.
25658
25659 @item details
25660 Additional information about the thread provided by the target.
25661 It is supposed to be human-readable and not interpreted by the
25662 frontend. This field is optional.
25663
25664 @item state
25665 Either @samp{stopped} or @samp{running}, depending on whether the
25666 thread is presently running. This field is always present.
25667
25668 @item core
25669 The value of this field is an integer number of the processor core the
25670 thread was last seen on. This field is optional.
25671 @end table
25672
25673 @node GDB/MI Ada Exception Information
25674 @subsection @sc{gdb/mi} Ada Exception Information
25675
25676 Whenever a @code{*stopped} record is emitted because the program
25677 stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
25678 @value{GDBN} provides the name of the exception that was raised via
25679 the @code{exception-name} field.
25680
25681 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25682 @node GDB/MI Simple Examples
25683 @section Simple Examples of @sc{gdb/mi} Interaction
25684 @cindex @sc{gdb/mi}, simple examples
25685
25686 This subsection presents several simple examples of interaction using
25687 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
25688 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
25689 the output received from @sc{gdb/mi}.
25690
25691 Note the line breaks shown in the examples are here only for
25692 readability, they don't appear in the real output.
25693
25694 @subheading Setting a Breakpoint
25695
25696 Setting a breakpoint generates synchronous output which contains detailed
25697 information of the breakpoint.
25698
25699 @smallexample
25700 -> -break-insert main
25701 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
25702 enabled="y",addr="0x08048564",func="main",file="myprog.c",
25703 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
25704 times="0"@}
25705 <- (gdb)
25706 @end smallexample
25707
25708 @subheading Program Execution
25709
25710 Program execution generates asynchronous records and MI gives the
25711 reason that execution stopped.
25712
25713 @smallexample
25714 -> -exec-run
25715 <- ^running
25716 <- (gdb)
25717 <- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
25718 frame=@{addr="0x08048564",func="main",
25719 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
25720 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@}
25721 <- (gdb)
25722 -> -exec-continue
25723 <- ^running
25724 <- (gdb)
25725 <- *stopped,reason="exited-normally"
25726 <- (gdb)
25727 @end smallexample
25728
25729 @subheading Quitting @value{GDBN}
25730
25731 Quitting @value{GDBN} just prints the result class @samp{^exit}.
25732
25733 @smallexample
25734 -> (gdb)
25735 <- -gdb-exit
25736 <- ^exit
25737 @end smallexample
25738
25739 Please note that @samp{^exit} is printed immediately, but it might
25740 take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
25741 performs necessary cleanups, including killing programs being debugged
25742 or disconnecting from debug hardware, so the frontend should wait till
25743 @value{GDBN} exits and should only forcibly kill @value{GDBN} if it
25744 fails to exit in reasonable time.
25745
25746 @subheading A Bad Command
25747
25748 Here's what happens if you pass a non-existent command:
25749
25750 @smallexample
25751 -> -rubbish
25752 <- ^error,msg="Undefined MI command: rubbish"
25753 <- (gdb)
25754 @end smallexample
25755
25756
25757 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25758 @node GDB/MI Command Description Format
25759 @section @sc{gdb/mi} Command Description Format
25760
25761 The remaining sections describe blocks of commands. Each block of
25762 commands is laid out in a fashion similar to this section.
25763
25764 @subheading Motivation
25765
25766 The motivation for this collection of commands.
25767
25768 @subheading Introduction
25769
25770 A brief introduction to this collection of commands as a whole.
25771
25772 @subheading Commands
25773
25774 For each command in the block, the following is described:
25775
25776 @subsubheading Synopsis
25777
25778 @smallexample
25779 -command @var{args}@dots{}
25780 @end smallexample
25781
25782 @subsubheading Result
25783
25784 @subsubheading @value{GDBN} Command
25785
25786 The corresponding @value{GDBN} CLI command(s), if any.
25787
25788 @subsubheading Example
25789
25790 Example(s) formatted for readability. Some of the described commands have
25791 not been implemented yet and these are labeled N.A.@: (not available).
25792
25793
25794 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25795 @node GDB/MI Breakpoint Commands
25796 @section @sc{gdb/mi} Breakpoint Commands
25797
25798 @cindex breakpoint commands for @sc{gdb/mi}
25799 @cindex @sc{gdb/mi}, breakpoint commands
25800 This section documents @sc{gdb/mi} commands for manipulating
25801 breakpoints.
25802
25803 @subheading The @code{-break-after} Command
25804 @findex -break-after
25805
25806 @subsubheading Synopsis
25807
25808 @smallexample
25809 -break-after @var{number} @var{count}
25810 @end smallexample
25811
25812 The breakpoint number @var{number} is not in effect until it has been
25813 hit @var{count} times. To see how this is reflected in the output of
25814 the @samp{-break-list} command, see the description of the
25815 @samp{-break-list} command below.
25816
25817 @subsubheading @value{GDBN} Command
25818
25819 The corresponding @value{GDBN} command is @samp{ignore}.
25820
25821 @subsubheading Example
25822
25823 @smallexample
25824 (gdb)
25825 -break-insert main
25826 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
25827 enabled="y",addr="0x000100d0",func="main",file="hello.c",
25828 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
25829 times="0"@}
25830 (gdb)
25831 -break-after 1 3
25832 ~
25833 ^done
25834 (gdb)
25835 -break-list
25836 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
25837 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
25838 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
25839 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
25840 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
25841 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
25842 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
25843 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
25844 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
25845 line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
25846 (gdb)
25847 @end smallexample
25848
25849 @ignore
25850 @subheading The @code{-break-catch} Command
25851 @findex -break-catch
25852 @end ignore
25853
25854 @subheading The @code{-break-commands} Command
25855 @findex -break-commands
25856
25857 @subsubheading Synopsis
25858
25859 @smallexample
25860 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
25861 @end smallexample
25862
25863 Specifies the CLI commands that should be executed when breakpoint
25864 @var{number} is hit. The parameters @var{command1} to @var{commandN}
25865 are the commands. If no command is specified, any previously-set
25866 commands are cleared. @xref{Break Commands}. Typical use of this
25867 functionality is tracing a program, that is, printing of values of
25868 some variables whenever breakpoint is hit and then continuing.
25869
25870 @subsubheading @value{GDBN} Command
25871
25872 The corresponding @value{GDBN} command is @samp{commands}.
25873
25874 @subsubheading Example
25875
25876 @smallexample
25877 (gdb)
25878 -break-insert main
25879 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
25880 enabled="y",addr="0x000100d0",func="main",file="hello.c",
25881 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
25882 times="0"@}
25883 (gdb)
25884 -break-commands 1 "print v" "continue"
25885 ^done
25886 (gdb)
25887 @end smallexample
25888
25889 @subheading The @code{-break-condition} Command
25890 @findex -break-condition
25891
25892 @subsubheading Synopsis
25893
25894 @smallexample
25895 -break-condition @var{number} @var{expr}
25896 @end smallexample
25897
25898 Breakpoint @var{number} will stop the program only if the condition in
25899 @var{expr} is true. The condition becomes part of the
25900 @samp{-break-list} output (see the description of the @samp{-break-list}
25901 command below).
25902
25903 @subsubheading @value{GDBN} Command
25904
25905 The corresponding @value{GDBN} command is @samp{condition}.
25906
25907 @subsubheading Example
25908
25909 @smallexample
25910 (gdb)
25911 -break-condition 1 1
25912 ^done
25913 (gdb)
25914 -break-list
25915 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
25916 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
25917 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
25918 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
25919 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
25920 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
25921 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
25922 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
25923 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
25924 line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
25925 (gdb)
25926 @end smallexample
25927
25928 @subheading The @code{-break-delete} Command
25929 @findex -break-delete
25930
25931 @subsubheading Synopsis
25932
25933 @smallexample
25934 -break-delete ( @var{breakpoint} )+
25935 @end smallexample
25936
25937 Delete the breakpoint(s) whose number(s) are specified in the argument
25938 list. This is obviously reflected in the breakpoint list.
25939
25940 @subsubheading @value{GDBN} Command
25941
25942 The corresponding @value{GDBN} command is @samp{delete}.
25943
25944 @subsubheading Example
25945
25946 @smallexample
25947 (gdb)
25948 -break-delete 1
25949 ^done
25950 (gdb)
25951 -break-list
25952 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
25953 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
25954 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
25955 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
25956 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
25957 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
25958 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
25959 body=[]@}
25960 (gdb)
25961 @end smallexample
25962
25963 @subheading The @code{-break-disable} Command
25964 @findex -break-disable
25965
25966 @subsubheading Synopsis
25967
25968 @smallexample
25969 -break-disable ( @var{breakpoint} )+
25970 @end smallexample
25971
25972 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
25973 break list is now set to @samp{n} for the named @var{breakpoint}(s).
25974
25975 @subsubheading @value{GDBN} Command
25976
25977 The corresponding @value{GDBN} command is @samp{disable}.
25978
25979 @subsubheading Example
25980
25981 @smallexample
25982 (gdb)
25983 -break-disable 2
25984 ^done
25985 (gdb)
25986 -break-list
25987 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
25988 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
25989 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
25990 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
25991 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
25992 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
25993 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
25994 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
25995 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
25996 line="5",thread-groups=["i1"],times="0"@}]@}
25997 (gdb)
25998 @end smallexample
25999
26000 @subheading The @code{-break-enable} Command
26001 @findex -break-enable
26002
26003 @subsubheading Synopsis
26004
26005 @smallexample
26006 -break-enable ( @var{breakpoint} )+
26007 @end smallexample
26008
26009 Enable (previously disabled) @var{breakpoint}(s).
26010
26011 @subsubheading @value{GDBN} Command
26012
26013 The corresponding @value{GDBN} command is @samp{enable}.
26014
26015 @subsubheading Example
26016
26017 @smallexample
26018 (gdb)
26019 -break-enable 2
26020 ^done
26021 (gdb)
26022 -break-list
26023 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
26024 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
26025 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
26026 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
26027 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
26028 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
26029 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
26030 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
26031 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
26032 line="5",thread-groups=["i1"],times="0"@}]@}
26033 (gdb)
26034 @end smallexample
26035
26036 @subheading The @code{-break-info} Command
26037 @findex -break-info
26038
26039 @subsubheading Synopsis
26040
26041 @smallexample
26042 -break-info @var{breakpoint}
26043 @end smallexample
26044
26045 @c REDUNDANT???
26046 Get information about a single breakpoint.
26047
26048 The result is a table of breakpoints. @xref{GDB/MI Breakpoint
26049 Information}, for details on the format of each breakpoint in the
26050 table.
26051
26052 @subsubheading @value{GDBN} Command
26053
26054 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
26055
26056 @subsubheading Example
26057 N.A.
26058
26059 @subheading The @code{-break-insert} Command
26060 @findex -break-insert
26061
26062 @subsubheading Synopsis
26063
26064 @smallexample
26065 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
26066 [ -c @var{condition} ] [ -i @var{ignore-count} ]
26067 [ -p @var{thread-id} ] [ @var{location} ]
26068 @end smallexample
26069
26070 @noindent
26071 If specified, @var{location}, can be one of:
26072
26073 @itemize @bullet
26074 @item function
26075 @c @item +offset
26076 @c @item -offset
26077 @c @item linenum
26078 @item filename:linenum
26079 @item filename:function
26080 @item *address
26081 @end itemize
26082
26083 The possible optional parameters of this command are:
26084
26085 @table @samp
26086 @item -t
26087 Insert a temporary breakpoint.
26088 @item -h
26089 Insert a hardware breakpoint.
26090 @item -f
26091 If @var{location} cannot be parsed (for example if it
26092 refers to unknown files or functions), create a pending
26093 breakpoint. Without this flag, @value{GDBN} will report
26094 an error, and won't create a breakpoint, if @var{location}
26095 cannot be parsed.
26096 @item -d
26097 Create a disabled breakpoint.
26098 @item -a
26099 Create a tracepoint. @xref{Tracepoints}. When this parameter
26100 is used together with @samp{-h}, a fast tracepoint is created.
26101 @item -c @var{condition}
26102 Make the breakpoint conditional on @var{condition}.
26103 @item -i @var{ignore-count}
26104 Initialize the @var{ignore-count}.
26105 @item -p @var{thread-id}
26106 Restrict the breakpoint to the specified @var{thread-id}.
26107 @end table
26108
26109 @subsubheading Result
26110
26111 @xref{GDB/MI Breakpoint Information}, for details on the format of the
26112 resulting breakpoint.
26113
26114 Note: this format is open to change.
26115 @c An out-of-band breakpoint instead of part of the result?
26116
26117 @subsubheading @value{GDBN} Command
26118
26119 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
26120 @samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
26121
26122 @subsubheading Example
26123
26124 @smallexample
26125 (gdb)
26126 -break-insert main
26127 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
26128 fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
26129 times="0"@}
26130 (gdb)
26131 -break-insert -t foo
26132 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
26133 fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
26134 times="0"@}
26135 (gdb)
26136 -break-list
26137 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
26138 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
26139 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
26140 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
26141 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
26142 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
26143 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
26144 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
26145 addr="0x0001072c", func="main",file="recursive2.c",
26146 fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
26147 times="0"@},
26148 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
26149 addr="0x00010774",func="foo",file="recursive2.c",
26150 fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
26151 times="0"@}]@}
26152 (gdb)
26153 @c -break-insert -r foo.*
26154 @c ~int foo(int, int);
26155 @c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
26156 @c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
26157 @c times="0"@}
26158 @c (gdb)
26159 @end smallexample
26160
26161 @subheading The @code{-dprintf-insert} Command
26162 @findex -dprintf-insert
26163
26164 @subsubheading Synopsis
26165
26166 @smallexample
26167 -dprintf-insert [ -t ] [ -f ] [ -d ]
26168 [ -c @var{condition} ] [ -i @var{ignore-count} ]
26169 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
26170 [ @var{argument} ]
26171 @end smallexample
26172
26173 @noindent
26174 If specified, @var{location}, can be one of:
26175
26176 @itemize @bullet
26177 @item @var{function}
26178 @c @item +offset
26179 @c @item -offset
26180 @c @item @var{linenum}
26181 @item @var{filename}:@var{linenum}
26182 @item @var{filename}:function
26183 @item *@var{address}
26184 @end itemize
26185
26186 The possible optional parameters of this command are:
26187
26188 @table @samp
26189 @item -t
26190 Insert a temporary breakpoint.
26191 @item -f
26192 If @var{location} cannot be parsed (for example, if it
26193 refers to unknown files or functions), create a pending
26194 breakpoint. Without this flag, @value{GDBN} will report
26195 an error, and won't create a breakpoint, if @var{location}
26196 cannot be parsed.
26197 @item -d
26198 Create a disabled breakpoint.
26199 @item -c @var{condition}
26200 Make the breakpoint conditional on @var{condition}.
26201 @item -i @var{ignore-count}
26202 Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
26203 to @var{ignore-count}.
26204 @item -p @var{thread-id}
26205 Restrict the breakpoint to the specified @var{thread-id}.
26206 @end table
26207
26208 @subsubheading Result
26209
26210 @xref{GDB/MI Breakpoint Information}, for details on the format of the
26211 resulting breakpoint.
26212
26213 @c An out-of-band breakpoint instead of part of the result?
26214
26215 @subsubheading @value{GDBN} Command
26216
26217 The corresponding @value{GDBN} command is @samp{dprintf}.
26218
26219 @subsubheading Example
26220
26221 @smallexample
26222 (gdb)
26223 4-dprintf-insert foo "At foo entry\n"
26224 4^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
26225 addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
26226 fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
26227 times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
26228 original-location="foo"@}
26229 (gdb)
26230 5-dprintf-insert 26 "arg=%d, g=%d\n" arg g
26231 5^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
26232 addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
26233 fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
26234 times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
26235 original-location="mi-dprintf.c:26"@}
26236 (gdb)
26237 @end smallexample
26238
26239 @subheading The @code{-break-list} Command
26240 @findex -break-list
26241
26242 @subsubheading Synopsis
26243
26244 @smallexample
26245 -break-list
26246 @end smallexample
26247
26248 Displays the list of inserted breakpoints, showing the following fields:
26249
26250 @table @samp
26251 @item Number
26252 number of the breakpoint
26253 @item Type
26254 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
26255 @item Disposition
26256 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
26257 or @samp{nokeep}
26258 @item Enabled
26259 is the breakpoint enabled or no: @samp{y} or @samp{n}
26260 @item Address
26261 memory location at which the breakpoint is set
26262 @item What
26263 logical location of the breakpoint, expressed by function name, file
26264 name, line number
26265 @item Thread-groups
26266 list of thread groups to which this breakpoint applies
26267 @item Times
26268 number of times the breakpoint has been hit
26269 @end table
26270
26271 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
26272 @code{body} field is an empty list.
26273
26274 @subsubheading @value{GDBN} Command
26275
26276 The corresponding @value{GDBN} command is @samp{info break}.
26277
26278 @subsubheading Example
26279
26280 @smallexample
26281 (gdb)
26282 -break-list
26283 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
26284 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
26285 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
26286 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
26287 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
26288 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
26289 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
26290 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
26291 addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
26292 times="0"@},
26293 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
26294 addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
26295 line="13",thread-groups=["i1"],times="0"@}]@}
26296 (gdb)
26297 @end smallexample
26298
26299 Here's an example of the result when there are no breakpoints:
26300
26301 @smallexample
26302 (gdb)
26303 -break-list
26304 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
26305 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
26306 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
26307 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
26308 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
26309 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
26310 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
26311 body=[]@}
26312 (gdb)
26313 @end smallexample
26314
26315 @subheading The @code{-break-passcount} Command
26316 @findex -break-passcount
26317
26318 @subsubheading Synopsis
26319
26320 @smallexample
26321 -break-passcount @var{tracepoint-number} @var{passcount}
26322 @end smallexample
26323
26324 Set the passcount for tracepoint @var{tracepoint-number} to
26325 @var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
26326 is not a tracepoint, error is emitted. This corresponds to CLI
26327 command @samp{passcount}.
26328
26329 @subheading The @code{-break-watch} Command
26330 @findex -break-watch
26331
26332 @subsubheading Synopsis
26333
26334 @smallexample
26335 -break-watch [ -a | -r ]
26336 @end smallexample
26337
26338 Create a watchpoint. With the @samp{-a} option it will create an
26339 @dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
26340 read from or on a write to the memory location. With the @samp{-r}
26341 option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
26342 trigger only when the memory location is accessed for reading. Without
26343 either of the options, the watchpoint created is a regular watchpoint,
26344 i.e., it will trigger when the memory location is accessed for writing.
26345 @xref{Set Watchpoints, , Setting Watchpoints}.
26346
26347 Note that @samp{-break-list} will report a single list of watchpoints and
26348 breakpoints inserted.
26349
26350 @subsubheading @value{GDBN} Command
26351
26352 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
26353 @samp{rwatch}.
26354
26355 @subsubheading Example
26356
26357 Setting a watchpoint on a variable in the @code{main} function:
26358
26359 @smallexample
26360 (gdb)
26361 -break-watch x
26362 ^done,wpt=@{number="2",exp="x"@}
26363 (gdb)
26364 -exec-continue
26365 ^running
26366 (gdb)
26367 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
26368 value=@{old="-268439212",new="55"@},
26369 frame=@{func="main",args=[],file="recursive2.c",
26370 fullname="/home/foo/bar/recursive2.c",line="5"@}
26371 (gdb)
26372 @end smallexample
26373
26374 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
26375 the program execution twice: first for the variable changing value, then
26376 for the watchpoint going out of scope.
26377
26378 @smallexample
26379 (gdb)
26380 -break-watch C
26381 ^done,wpt=@{number="5",exp="C"@}
26382 (gdb)
26383 -exec-continue
26384 ^running
26385 (gdb)
26386 *stopped,reason="watchpoint-trigger",
26387 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
26388 frame=@{func="callee4",args=[],
26389 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
26390 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
26391 (gdb)
26392 -exec-continue
26393 ^running
26394 (gdb)
26395 *stopped,reason="watchpoint-scope",wpnum="5",
26396 frame=@{func="callee3",args=[@{name="strarg",
26397 value="0x11940 \"A string argument.\""@}],
26398 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
26399 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
26400 (gdb)
26401 @end smallexample
26402
26403 Listing breakpoints and watchpoints, at different points in the program
26404 execution. Note that once the watchpoint goes out of scope, it is
26405 deleted.
26406
26407 @smallexample
26408 (gdb)
26409 -break-watch C
26410 ^done,wpt=@{number="2",exp="C"@}
26411 (gdb)
26412 -break-list
26413 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
26414 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
26415 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
26416 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
26417 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
26418 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
26419 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
26420 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
26421 addr="0x00010734",func="callee4",
26422 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
26423 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
26424 times="1"@},
26425 bkpt=@{number="2",type="watchpoint",disp="keep",
26426 enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
26427 (gdb)
26428 -exec-continue
26429 ^running
26430 (gdb)
26431 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
26432 value=@{old="-276895068",new="3"@},
26433 frame=@{func="callee4",args=[],
26434 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
26435 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
26436 (gdb)
26437 -break-list
26438 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
26439 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
26440 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
26441 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
26442 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
26443 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
26444 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
26445 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
26446 addr="0x00010734",func="callee4",
26447 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
26448 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
26449 times="1"@},
26450 bkpt=@{number="2",type="watchpoint",disp="keep",
26451 enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
26452 (gdb)
26453 -exec-continue
26454 ^running
26455 ^done,reason="watchpoint-scope",wpnum="2",
26456 frame=@{func="callee3",args=[@{name="strarg",
26457 value="0x11940 \"A string argument.\""@}],
26458 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
26459 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
26460 (gdb)
26461 -break-list
26462 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
26463 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
26464 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
26465 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
26466 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
26467 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
26468 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
26469 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
26470 addr="0x00010734",func="callee4",
26471 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
26472 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
26473 thread-groups=["i1"],times="1"@}]@}
26474 (gdb)
26475 @end smallexample
26476
26477
26478 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26479 @node GDB/MI Catchpoint Commands
26480 @section @sc{gdb/mi} Catchpoint Commands
26481
26482 This section documents @sc{gdb/mi} commands for manipulating
26483 catchpoints.
26484
26485 @menu
26486 * Shared Library GDB/MI Catchpoint Commands::
26487 * Ada Exception GDB/MI Catchpoint Commands::
26488 @end menu
26489
26490 @node Shared Library GDB/MI Catchpoint Commands
26491 @subsection Shared Library @sc{gdb/mi} Catchpoints
26492
26493 @subheading The @code{-catch-load} Command
26494 @findex -catch-load
26495
26496 @subsubheading Synopsis
26497
26498 @smallexample
26499 -catch-load [ -t ] [ -d ] @var{regexp}
26500 @end smallexample
26501
26502 Add a catchpoint for library load events. If the @samp{-t} option is used,
26503 the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
26504 Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
26505 in a disabled state. The @samp{regexp} argument is a regular
26506 expression used to match the name of the loaded library.
26507
26508
26509 @subsubheading @value{GDBN} Command
26510
26511 The corresponding @value{GDBN} command is @samp{catch load}.
26512
26513 @subsubheading Example
26514
26515 @smallexample
26516 -catch-load -t foo.so
26517 ^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
26518 what="load of library matching foo.so",catch-type="load",times="0"@}
26519 (gdb)
26520 @end smallexample
26521
26522
26523 @subheading The @code{-catch-unload} Command
26524 @findex -catch-unload
26525
26526 @subsubheading Synopsis
26527
26528 @smallexample
26529 -catch-unload [ -t ] [ -d ] @var{regexp}
26530 @end smallexample
26531
26532 Add a catchpoint for library unload events. If the @samp{-t} option is
26533 used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
26534 Breakpoints}). If the @samp{-d} option is used, the catchpoint is
26535 created in a disabled state. The @samp{regexp} argument is a regular
26536 expression used to match the name of the unloaded library.
26537
26538 @subsubheading @value{GDBN} Command
26539
26540 The corresponding @value{GDBN} command is @samp{catch unload}.
26541
26542 @subsubheading Example
26543
26544 @smallexample
26545 -catch-unload -d bar.so
26546 ^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
26547 what="load of library matching bar.so",catch-type="unload",times="0"@}
26548 (gdb)
26549 @end smallexample
26550
26551 @node Ada Exception GDB/MI Catchpoint Commands
26552 @subsection Ada Exception @sc{gdb/mi} Catchpoints
26553
26554 The following @sc{gdb/mi} commands can be used to create catchpoints
26555 that stop the execution when Ada exceptions are being raised.
26556
26557 @subheading The @code{-catch-assert} Command
26558 @findex -catch-assert
26559
26560 @subsubheading Synopsis
26561
26562 @smallexample
26563 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
26564 @end smallexample
26565
26566 Add a catchpoint for failed Ada assertions.
26567
26568 The possible optional parameters for this command are:
26569
26570 @table @samp
26571 @item -c @var{condition}
26572 Make the catchpoint conditional on @var{condition}.
26573 @item -d
26574 Create a disabled catchpoint.
26575 @item -t
26576 Create a temporary catchpoint.
26577 @end table
26578
26579 @subsubheading @value{GDBN} Command
26580
26581 The corresponding @value{GDBN} command is @samp{catch assert}.
26582
26583 @subsubheading Example
26584
26585 @smallexample
26586 -catch-assert
26587 ^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
26588 enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
26589 thread-groups=["i1"],times="0",
26590 original-location="__gnat_debug_raise_assert_failure"@}
26591 (gdb)
26592 @end smallexample
26593
26594 @subheading The @code{-catch-exception} Command
26595 @findex -catch-exception
26596
26597 @subsubheading Synopsis
26598
26599 @smallexample
26600 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
26601 [ -t ] [ -u ]
26602 @end smallexample
26603
26604 Add a catchpoint stopping when Ada exceptions are raised.
26605 By default, the command stops the program when any Ada exception
26606 gets raised. But it is also possible, by using some of the
26607 optional parameters described below, to create more selective
26608 catchpoints.
26609
26610 The possible optional parameters for this command are:
26611
26612 @table @samp
26613 @item -c @var{condition}
26614 Make the catchpoint conditional on @var{condition}.
26615 @item -d
26616 Create a disabled catchpoint.
26617 @item -e @var{exception-name}
26618 Only stop when @var{exception-name} is raised. This option cannot
26619 be used combined with @samp{-u}.
26620 @item -t
26621 Create a temporary catchpoint.
26622 @item -u
26623 Stop only when an unhandled exception gets raised. This option
26624 cannot be used combined with @samp{-e}.
26625 @end table
26626
26627 @subsubheading @value{GDBN} Command
26628
26629 The corresponding @value{GDBN} commands are @samp{catch exception}
26630 and @samp{catch exception unhandled}.
26631
26632 @subsubheading Example
26633
26634 @smallexample
26635 -catch-exception -e Program_Error
26636 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
26637 enabled="y",addr="0x0000000000404874",
26638 what="`Program_Error' Ada exception", thread-groups=["i1"],
26639 times="0",original-location="__gnat_debug_raise_exception"@}
26640 (gdb)
26641 @end smallexample
26642
26643 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26644 @node GDB/MI Program Context
26645 @section @sc{gdb/mi} Program Context
26646
26647 @subheading The @code{-exec-arguments} Command
26648 @findex -exec-arguments
26649
26650
26651 @subsubheading Synopsis
26652
26653 @smallexample
26654 -exec-arguments @var{args}
26655 @end smallexample
26656
26657 Set the inferior program arguments, to be used in the next
26658 @samp{-exec-run}.
26659
26660 @subsubheading @value{GDBN} Command
26661
26662 The corresponding @value{GDBN} command is @samp{set args}.
26663
26664 @subsubheading Example
26665
26666 @smallexample
26667 (gdb)
26668 -exec-arguments -v word
26669 ^done
26670 (gdb)
26671 @end smallexample
26672
26673
26674 @ignore
26675 @subheading The @code{-exec-show-arguments} Command
26676 @findex -exec-show-arguments
26677
26678 @subsubheading Synopsis
26679
26680 @smallexample
26681 -exec-show-arguments
26682 @end smallexample
26683
26684 Print the arguments of the program.
26685
26686 @subsubheading @value{GDBN} Command
26687
26688 The corresponding @value{GDBN} command is @samp{show args}.
26689
26690 @subsubheading Example
26691 N.A.
26692 @end ignore
26693
26694
26695 @subheading The @code{-environment-cd} Command
26696 @findex -environment-cd
26697
26698 @subsubheading Synopsis
26699
26700 @smallexample
26701 -environment-cd @var{pathdir}
26702 @end smallexample
26703
26704 Set @value{GDBN}'s working directory.
26705
26706 @subsubheading @value{GDBN} Command
26707
26708 The corresponding @value{GDBN} command is @samp{cd}.
26709
26710 @subsubheading Example
26711
26712 @smallexample
26713 (gdb)
26714 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
26715 ^done
26716 (gdb)
26717 @end smallexample
26718
26719
26720 @subheading The @code{-environment-directory} Command
26721 @findex -environment-directory
26722
26723 @subsubheading Synopsis
26724
26725 @smallexample
26726 -environment-directory [ -r ] [ @var{pathdir} ]+
26727 @end smallexample
26728
26729 Add directories @var{pathdir} to beginning of search path for source files.
26730 If the @samp{-r} option is used, the search path is reset to the default
26731 search path. If directories @var{pathdir} are supplied in addition to the
26732 @samp{-r} option, the search path is first reset and then addition
26733 occurs as normal.
26734 Multiple directories may be specified, separated by blanks. Specifying
26735 multiple directories in a single command
26736 results in the directories added to the beginning of the
26737 search path in the same order they were presented in the command.
26738 If blanks are needed as
26739 part of a directory name, double-quotes should be used around
26740 the name. In the command output, the path will show up separated
26741 by the system directory-separator character. The directory-separator
26742 character must not be used
26743 in any directory name.
26744 If no directories are specified, the current search path is displayed.
26745
26746 @subsubheading @value{GDBN} Command
26747
26748 The corresponding @value{GDBN} command is @samp{dir}.
26749
26750 @subsubheading Example
26751
26752 @smallexample
26753 (gdb)
26754 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
26755 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
26756 (gdb)
26757 -environment-directory ""
26758 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
26759 (gdb)
26760 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
26761 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
26762 (gdb)
26763 -environment-directory -r
26764 ^done,source-path="$cdir:$cwd"
26765 (gdb)
26766 @end smallexample
26767
26768
26769 @subheading The @code{-environment-path} Command
26770 @findex -environment-path
26771
26772 @subsubheading Synopsis
26773
26774 @smallexample
26775 -environment-path [ -r ] [ @var{pathdir} ]+
26776 @end smallexample
26777
26778 Add directories @var{pathdir} to beginning of search path for object files.
26779 If the @samp{-r} option is used, the search path is reset to the original
26780 search path that existed at gdb start-up. If directories @var{pathdir} are
26781 supplied in addition to the
26782 @samp{-r} option, the search path is first reset and then addition
26783 occurs as normal.
26784 Multiple directories may be specified, separated by blanks. Specifying
26785 multiple directories in a single command
26786 results in the directories added to the beginning of the
26787 search path in the same order they were presented in the command.
26788 If blanks are needed as
26789 part of a directory name, double-quotes should be used around
26790 the name. In the command output, the path will show up separated
26791 by the system directory-separator character. The directory-separator
26792 character must not be used
26793 in any directory name.
26794 If no directories are specified, the current path is displayed.
26795
26796
26797 @subsubheading @value{GDBN} Command
26798
26799 The corresponding @value{GDBN} command is @samp{path}.
26800
26801 @subsubheading Example
26802
26803 @smallexample
26804 (gdb)
26805 -environment-path
26806 ^done,path="/usr/bin"
26807 (gdb)
26808 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
26809 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
26810 (gdb)
26811 -environment-path -r /usr/local/bin
26812 ^done,path="/usr/local/bin:/usr/bin"
26813 (gdb)
26814 @end smallexample
26815
26816
26817 @subheading The @code{-environment-pwd} Command
26818 @findex -environment-pwd
26819
26820 @subsubheading Synopsis
26821
26822 @smallexample
26823 -environment-pwd
26824 @end smallexample
26825
26826 Show the current working directory.
26827
26828 @subsubheading @value{GDBN} Command
26829
26830 The corresponding @value{GDBN} command is @samp{pwd}.
26831
26832 @subsubheading Example
26833
26834 @smallexample
26835 (gdb)
26836 -environment-pwd
26837 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
26838 (gdb)
26839 @end smallexample
26840
26841 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26842 @node GDB/MI Thread Commands
26843 @section @sc{gdb/mi} Thread Commands
26844
26845
26846 @subheading The @code{-thread-info} Command
26847 @findex -thread-info
26848
26849 @subsubheading Synopsis
26850
26851 @smallexample
26852 -thread-info [ @var{thread-id} ]
26853 @end smallexample
26854
26855 Reports information about either a specific thread, if
26856 the @var{thread-id} parameter is present, or about all
26857 threads. When printing information about all threads,
26858 also reports the current thread.
26859
26860 @subsubheading @value{GDBN} Command
26861
26862 The @samp{info thread} command prints the same information
26863 about all threads.
26864
26865 @subsubheading Result
26866
26867 The result is a list of threads. The following attributes are
26868 defined for a given thread:
26869
26870 @table @samp
26871 @item current
26872 This field exists only for the current thread. It has the value @samp{*}.
26873
26874 @item id
26875 The identifier that @value{GDBN} uses to refer to the thread.
26876
26877 @item target-id
26878 The identifier that the target uses to refer to the thread.
26879
26880 @item details
26881 Extra information about the thread, in a target-specific format. This
26882 field is optional.
26883
26884 @item name
26885 The name of the thread. If the user specified a name using the
26886 @code{thread name} command, then this name is given. Otherwise, if
26887 @value{GDBN} can extract the thread name from the target, then that
26888 name is given. If @value{GDBN} cannot find the thread name, then this
26889 field is omitted.
26890
26891 @item frame
26892 The stack frame currently executing in the thread.
26893
26894 @item state
26895 The thread's state. The @samp{state} field may have the following
26896 values:
26897
26898 @table @code
26899 @item stopped
26900 The thread is stopped. Frame information is available for stopped
26901 threads.
26902
26903 @item running
26904 The thread is running. There's no frame information for running
26905 threads.
26906
26907 @end table
26908
26909 @item core
26910 If @value{GDBN} can find the CPU core on which this thread is running,
26911 then this field is the core identifier. This field is optional.
26912
26913 @end table
26914
26915 @subsubheading Example
26916
26917 @smallexample
26918 -thread-info
26919 ^done,threads=[
26920 @{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
26921 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
26922 args=[]@},state="running"@},
26923 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
26924 frame=@{level="0",addr="0x0804891f",func="foo",
26925 args=[@{name="i",value="10"@}],
26926 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},
26927 state="running"@}],
26928 current-thread-id="1"
26929 (gdb)
26930 @end smallexample
26931
26932 @subheading The @code{-thread-list-ids} Command
26933 @findex -thread-list-ids
26934
26935 @subsubheading Synopsis
26936
26937 @smallexample
26938 -thread-list-ids
26939 @end smallexample
26940
26941 Produces a list of the currently known @value{GDBN} thread ids. At the
26942 end of the list it also prints the total number of such threads.
26943
26944 This command is retained for historical reasons, the
26945 @code{-thread-info} command should be used instead.
26946
26947 @subsubheading @value{GDBN} Command
26948
26949 Part of @samp{info threads} supplies the same information.
26950
26951 @subsubheading Example
26952
26953 @smallexample
26954 (gdb)
26955 -thread-list-ids
26956 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
26957 current-thread-id="1",number-of-threads="3"
26958 (gdb)
26959 @end smallexample
26960
26961
26962 @subheading The @code{-thread-select} Command
26963 @findex -thread-select
26964
26965 @subsubheading Synopsis
26966
26967 @smallexample
26968 -thread-select @var{threadnum}
26969 @end smallexample
26970
26971 Make @var{threadnum} the current thread. It prints the number of the new
26972 current thread, and the topmost frame for that thread.
26973
26974 This command is deprecated in favor of explicitly using the
26975 @samp{--thread} option to each command.
26976
26977 @subsubheading @value{GDBN} Command
26978
26979 The corresponding @value{GDBN} command is @samp{thread}.
26980
26981 @subsubheading Example
26982
26983 @smallexample
26984 (gdb)
26985 -exec-next
26986 ^running
26987 (gdb)
26988 *stopped,reason="end-stepping-range",thread-id="2",line="187",
26989 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
26990 (gdb)
26991 -thread-list-ids
26992 ^done,
26993 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
26994 number-of-threads="3"
26995 (gdb)
26996 -thread-select 3
26997 ^done,new-thread-id="3",
26998 frame=@{level="0",func="vprintf",
26999 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
27000 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
27001 (gdb)
27002 @end smallexample
27003
27004 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27005 @node GDB/MI Ada Tasking Commands
27006 @section @sc{gdb/mi} Ada Tasking Commands
27007
27008 @subheading The @code{-ada-task-info} Command
27009 @findex -ada-task-info
27010
27011 @subsubheading Synopsis
27012
27013 @smallexample
27014 -ada-task-info [ @var{task-id} ]
27015 @end smallexample
27016
27017 Reports information about either a specific Ada task, if the
27018 @var{task-id} parameter is present, or about all Ada tasks.
27019
27020 @subsubheading @value{GDBN} Command
27021
27022 The @samp{info tasks} command prints the same information
27023 about all Ada tasks (@pxref{Ada Tasks}).
27024
27025 @subsubheading Result
27026
27027 The result is a table of Ada tasks. The following columns are
27028 defined for each Ada task:
27029
27030 @table @samp
27031 @item current
27032 This field exists only for the current thread. It has the value @samp{*}.
27033
27034 @item id
27035 The identifier that @value{GDBN} uses to refer to the Ada task.
27036
27037 @item task-id
27038 The identifier that the target uses to refer to the Ada task.
27039
27040 @item thread-id
27041 The identifier of the thread corresponding to the Ada task.
27042
27043 This field should always exist, as Ada tasks are always implemented
27044 on top of a thread. But if @value{GDBN} cannot find this corresponding
27045 thread for any reason, the field is omitted.
27046
27047 @item parent-id
27048 This field exists only when the task was created by another task.
27049 In this case, it provides the ID of the parent task.
27050
27051 @item priority
27052 The base priority of the task.
27053
27054 @item state
27055 The current state of the task. For a detailed description of the
27056 possible states, see @ref{Ada Tasks}.
27057
27058 @item name
27059 The name of the task.
27060
27061 @end table
27062
27063 @subsubheading Example
27064
27065 @smallexample
27066 -ada-task-info
27067 ^done,tasks=@{nr_rows="3",nr_cols="8",
27068 hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
27069 @{width="3",alignment="1",col_name="id",colhdr="ID"@},
27070 @{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
27071 @{width="4",alignment="1",col_name="thread-id",colhdr=""@},
27072 @{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
27073 @{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
27074 @{width="22",alignment="-1",col_name="state",colhdr="State"@},
27075 @{width="1",alignment="2",col_name="name",colhdr="Name"@}],
27076 body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
27077 state="Child Termination Wait",name="main_task"@}]@}
27078 (gdb)
27079 @end smallexample
27080
27081 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27082 @node GDB/MI Program Execution
27083 @section @sc{gdb/mi} Program Execution
27084
27085 These are the asynchronous commands which generate the out-of-band
27086 record @samp{*stopped}. Currently @value{GDBN} only really executes
27087 asynchronously with remote targets and this interaction is mimicked in
27088 other cases.
27089
27090 @subheading The @code{-exec-continue} Command
27091 @findex -exec-continue
27092
27093 @subsubheading Synopsis
27094
27095 @smallexample
27096 -exec-continue [--reverse] [--all|--thread-group N]
27097 @end smallexample
27098
27099 Resumes the execution of the inferior program, which will continue
27100 to execute until it reaches a debugger stop event. If the
27101 @samp{--reverse} option is specified, execution resumes in reverse until
27102 it reaches a stop event. Stop events may include
27103 @itemize @bullet
27104 @item
27105 breakpoints or watchpoints
27106 @item
27107 signals or exceptions
27108 @item
27109 the end of the process (or its beginning under @samp{--reverse})
27110 @item
27111 the end or beginning of a replay log if one is being used.
27112 @end itemize
27113 In all-stop mode (@pxref{All-Stop
27114 Mode}), may resume only one thread, or all threads, depending on the
27115 value of the @samp{scheduler-locking} variable. If @samp{--all} is
27116 specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
27117 ignored in all-stop mode. If the @samp{--thread-group} options is
27118 specified, then all threads in that thread group are resumed.
27119
27120 @subsubheading @value{GDBN} Command
27121
27122 The corresponding @value{GDBN} corresponding is @samp{continue}.
27123
27124 @subsubheading Example
27125
27126 @smallexample
27127 -exec-continue
27128 ^running
27129 (gdb)
27130 @@Hello world
27131 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
27132 func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
27133 line="13"@}
27134 (gdb)
27135 @end smallexample
27136
27137
27138 @subheading The @code{-exec-finish} Command
27139 @findex -exec-finish
27140
27141 @subsubheading Synopsis
27142
27143 @smallexample
27144 -exec-finish [--reverse]
27145 @end smallexample
27146
27147 Resumes the execution of the inferior program until the current
27148 function is exited. Displays the results returned by the function.
27149 If the @samp{--reverse} option is specified, resumes the reverse
27150 execution of the inferior program until the point where current
27151 function was called.
27152
27153 @subsubheading @value{GDBN} Command
27154
27155 The corresponding @value{GDBN} command is @samp{finish}.
27156
27157 @subsubheading Example
27158
27159 Function returning @code{void}.
27160
27161 @smallexample
27162 -exec-finish
27163 ^running
27164 (gdb)
27165 @@hello from foo
27166 *stopped,reason="function-finished",frame=@{func="main",args=[],
27167 file="hello.c",fullname="/home/foo/bar/hello.c",line="7"@}
27168 (gdb)
27169 @end smallexample
27170
27171 Function returning other than @code{void}. The name of the internal
27172 @value{GDBN} variable storing the result is printed, together with the
27173 value itself.
27174
27175 @smallexample
27176 -exec-finish
27177 ^running
27178 (gdb)
27179 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
27180 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
27181 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27182 gdb-result-var="$1",return-value="0"
27183 (gdb)
27184 @end smallexample
27185
27186
27187 @subheading The @code{-exec-interrupt} Command
27188 @findex -exec-interrupt
27189
27190 @subsubheading Synopsis
27191
27192 @smallexample
27193 -exec-interrupt [--all|--thread-group N]
27194 @end smallexample
27195
27196 Interrupts the background execution of the target. Note how the token
27197 associated with the stop message is the one for the execution command
27198 that has been interrupted. The token for the interrupt itself only
27199 appears in the @samp{^done} output. If the user is trying to
27200 interrupt a non-running program, an error message will be printed.
27201
27202 Note that when asynchronous execution is enabled, this command is
27203 asynchronous just like other execution commands. That is, first the
27204 @samp{^done} response will be printed, and the target stop will be
27205 reported after that using the @samp{*stopped} notification.
27206
27207 In non-stop mode, only the context thread is interrupted by default.
27208 All threads (in all inferiors) will be interrupted if the
27209 @samp{--all} option is specified. If the @samp{--thread-group}
27210 option is specified, all threads in that group will be interrupted.
27211
27212 @subsubheading @value{GDBN} Command
27213
27214 The corresponding @value{GDBN} command is @samp{interrupt}.
27215
27216 @subsubheading Example
27217
27218 @smallexample
27219 (gdb)
27220 111-exec-continue
27221 111^running
27222
27223 (gdb)
27224 222-exec-interrupt
27225 222^done
27226 (gdb)
27227 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
27228 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
27229 fullname="/home/foo/bar/try.c",line="13"@}
27230 (gdb)
27231
27232 (gdb)
27233 -exec-interrupt
27234 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
27235 (gdb)
27236 @end smallexample
27237
27238 @subheading The @code{-exec-jump} Command
27239 @findex -exec-jump
27240
27241 @subsubheading Synopsis
27242
27243 @smallexample
27244 -exec-jump @var{location}
27245 @end smallexample
27246
27247 Resumes execution of the inferior program at the location specified by
27248 parameter. @xref{Specify Location}, for a description of the
27249 different forms of @var{location}.
27250
27251 @subsubheading @value{GDBN} Command
27252
27253 The corresponding @value{GDBN} command is @samp{jump}.
27254
27255 @subsubheading Example
27256
27257 @smallexample
27258 -exec-jump foo.c:10
27259 *running,thread-id="all"
27260 ^running
27261 @end smallexample
27262
27263
27264 @subheading The @code{-exec-next} Command
27265 @findex -exec-next
27266
27267 @subsubheading Synopsis
27268
27269 @smallexample
27270 -exec-next [--reverse]
27271 @end smallexample
27272
27273 Resumes execution of the inferior program, stopping when the beginning
27274 of the next source line is reached.
27275
27276 If the @samp{--reverse} option is specified, resumes reverse execution
27277 of the inferior program, stopping at the beginning of the previous
27278 source line. If you issue this command on the first line of a
27279 function, it will take you back to the caller of that function, to the
27280 source line where the function was called.
27281
27282
27283 @subsubheading @value{GDBN} Command
27284
27285 The corresponding @value{GDBN} command is @samp{next}.
27286
27287 @subsubheading Example
27288
27289 @smallexample
27290 -exec-next
27291 ^running
27292 (gdb)
27293 *stopped,reason="end-stepping-range",line="8",file="hello.c"
27294 (gdb)
27295 @end smallexample
27296
27297
27298 @subheading The @code{-exec-next-instruction} Command
27299 @findex -exec-next-instruction
27300
27301 @subsubheading Synopsis
27302
27303 @smallexample
27304 -exec-next-instruction [--reverse]
27305 @end smallexample
27306
27307 Executes one machine instruction. If the instruction is a function
27308 call, continues until the function returns. If the program stops at an
27309 instruction in the middle of a source line, the address will be
27310 printed as well.
27311
27312 If the @samp{--reverse} option is specified, resumes reverse execution
27313 of the inferior program, stopping at the previous instruction. If the
27314 previously executed instruction was a return from another function,
27315 it will continue to execute in reverse until the call to that function
27316 (from the current stack frame) is reached.
27317
27318 @subsubheading @value{GDBN} Command
27319
27320 The corresponding @value{GDBN} command is @samp{nexti}.
27321
27322 @subsubheading Example
27323
27324 @smallexample
27325 (gdb)
27326 -exec-next-instruction
27327 ^running
27328
27329 (gdb)
27330 *stopped,reason="end-stepping-range",
27331 addr="0x000100d4",line="5",file="hello.c"
27332 (gdb)
27333 @end smallexample
27334
27335
27336 @subheading The @code{-exec-return} Command
27337 @findex -exec-return
27338
27339 @subsubheading Synopsis
27340
27341 @smallexample
27342 -exec-return
27343 @end smallexample
27344
27345 Makes current function return immediately. Doesn't execute the inferior.
27346 Displays the new current frame.
27347
27348 @subsubheading @value{GDBN} Command
27349
27350 The corresponding @value{GDBN} command is @samp{return}.
27351
27352 @subsubheading Example
27353
27354 @smallexample
27355 (gdb)
27356 200-break-insert callee4
27357 200^done,bkpt=@{number="1",addr="0x00010734",
27358 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
27359 (gdb)
27360 000-exec-run
27361 000^running
27362 (gdb)
27363 000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
27364 frame=@{func="callee4",args=[],
27365 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27366 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
27367 (gdb)
27368 205-break-delete
27369 205^done
27370 (gdb)
27371 111-exec-return
27372 111^done,frame=@{level="0",func="callee3",
27373 args=[@{name="strarg",
27374 value="0x11940 \"A string argument.\""@}],
27375 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27376 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
27377 (gdb)
27378 @end smallexample
27379
27380
27381 @subheading The @code{-exec-run} Command
27382 @findex -exec-run
27383
27384 @subsubheading Synopsis
27385
27386 @smallexample
27387 -exec-run [ --all | --thread-group N ] [ --start ]
27388 @end smallexample
27389
27390 Starts execution of the inferior from the beginning. The inferior
27391 executes until either a breakpoint is encountered or the program
27392 exits. In the latter case the output will include an exit code, if
27393 the program has exited exceptionally.
27394
27395 When neither the @samp{--all} nor the @samp{--thread-group} option
27396 is specified, the current inferior is started. If the
27397 @samp{--thread-group} option is specified, it should refer to a thread
27398 group of type @samp{process}, and that thread group will be started.
27399 If the @samp{--all} option is specified, then all inferiors will be started.
27400
27401 Using the @samp{--start} option instructs the debugger to stop
27402 the execution at the start of the inferior's main subprogram,
27403 following the same behavior as the @code{start} command
27404 (@pxref{Starting}).
27405
27406 @subsubheading @value{GDBN} Command
27407
27408 The corresponding @value{GDBN} command is @samp{run}.
27409
27410 @subsubheading Examples
27411
27412 @smallexample
27413 (gdb)
27414 -break-insert main
27415 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
27416 (gdb)
27417 -exec-run
27418 ^running
27419 (gdb)
27420 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
27421 frame=@{func="main",args=[],file="recursive2.c",
27422 fullname="/home/foo/bar/recursive2.c",line="4"@}
27423 (gdb)
27424 @end smallexample
27425
27426 @noindent
27427 Program exited normally:
27428
27429 @smallexample
27430 (gdb)
27431 -exec-run
27432 ^running
27433 (gdb)
27434 x = 55
27435 *stopped,reason="exited-normally"
27436 (gdb)
27437 @end smallexample
27438
27439 @noindent
27440 Program exited exceptionally:
27441
27442 @smallexample
27443 (gdb)
27444 -exec-run
27445 ^running
27446 (gdb)
27447 x = 55
27448 *stopped,reason="exited",exit-code="01"
27449 (gdb)
27450 @end smallexample
27451
27452 Another way the program can terminate is if it receives a signal such as
27453 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
27454
27455 @smallexample
27456 (gdb)
27457 *stopped,reason="exited-signalled",signal-name="SIGINT",
27458 signal-meaning="Interrupt"
27459 @end smallexample
27460
27461
27462 @c @subheading -exec-signal
27463
27464
27465 @subheading The @code{-exec-step} Command
27466 @findex -exec-step
27467
27468 @subsubheading Synopsis
27469
27470 @smallexample
27471 -exec-step [--reverse]
27472 @end smallexample
27473
27474 Resumes execution of the inferior program, stopping when the beginning
27475 of the next source line is reached, if the next source line is not a
27476 function call. If it is, stop at the first instruction of the called
27477 function. If the @samp{--reverse} option is specified, resumes reverse
27478 execution of the inferior program, stopping at the beginning of the
27479 previously executed source line.
27480
27481 @subsubheading @value{GDBN} Command
27482
27483 The corresponding @value{GDBN} command is @samp{step}.
27484
27485 @subsubheading Example
27486
27487 Stepping into a function:
27488
27489 @smallexample
27490 -exec-step
27491 ^running
27492 (gdb)
27493 *stopped,reason="end-stepping-range",
27494 frame=@{func="foo",args=[@{name="a",value="10"@},
27495 @{name="b",value="0"@}],file="recursive2.c",
27496 fullname="/home/foo/bar/recursive2.c",line="11"@}
27497 (gdb)
27498 @end smallexample
27499
27500 Regular stepping:
27501
27502 @smallexample
27503 -exec-step
27504 ^running
27505 (gdb)
27506 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
27507 (gdb)
27508 @end smallexample
27509
27510
27511 @subheading The @code{-exec-step-instruction} Command
27512 @findex -exec-step-instruction
27513
27514 @subsubheading Synopsis
27515
27516 @smallexample
27517 -exec-step-instruction [--reverse]
27518 @end smallexample
27519
27520 Resumes the inferior which executes one machine instruction. If the
27521 @samp{--reverse} option is specified, resumes reverse execution of the
27522 inferior program, stopping at the previously executed instruction.
27523 The output, once @value{GDBN} has stopped, will vary depending on
27524 whether we have stopped in the middle of a source line or not. In the
27525 former case, the address at which the program stopped will be printed
27526 as well.
27527
27528 @subsubheading @value{GDBN} Command
27529
27530 The corresponding @value{GDBN} command is @samp{stepi}.
27531
27532 @subsubheading Example
27533
27534 @smallexample
27535 (gdb)
27536 -exec-step-instruction
27537 ^running
27538
27539 (gdb)
27540 *stopped,reason="end-stepping-range",
27541 frame=@{func="foo",args=[],file="try.c",
27542 fullname="/home/foo/bar/try.c",line="10"@}
27543 (gdb)
27544 -exec-step-instruction
27545 ^running
27546
27547 (gdb)
27548 *stopped,reason="end-stepping-range",
27549 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
27550 fullname="/home/foo/bar/try.c",line="10"@}
27551 (gdb)
27552 @end smallexample
27553
27554
27555 @subheading The @code{-exec-until} Command
27556 @findex -exec-until
27557
27558 @subsubheading Synopsis
27559
27560 @smallexample
27561 -exec-until [ @var{location} ]
27562 @end smallexample
27563
27564 Executes the inferior until the @var{location} specified in the
27565 argument is reached. If there is no argument, the inferior executes
27566 until a source line greater than the current one is reached. The
27567 reason for stopping in this case will be @samp{location-reached}.
27568
27569 @subsubheading @value{GDBN} Command
27570
27571 The corresponding @value{GDBN} command is @samp{until}.
27572
27573 @subsubheading Example
27574
27575 @smallexample
27576 (gdb)
27577 -exec-until recursive2.c:6
27578 ^running
27579 (gdb)
27580 x = 55
27581 *stopped,reason="location-reached",frame=@{func="main",args=[],
27582 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6"@}
27583 (gdb)
27584 @end smallexample
27585
27586 @ignore
27587 @subheading -file-clear
27588 Is this going away????
27589 @end ignore
27590
27591 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27592 @node GDB/MI Stack Manipulation
27593 @section @sc{gdb/mi} Stack Manipulation Commands
27594
27595 @subheading The @code{-enable-frame-filters} Command
27596 @findex -enable-frame-filters
27597
27598 @smallexample
27599 -enable-frame-filters
27600 @end smallexample
27601
27602 @value{GDBN} allows Python-based frame filters to affect the output of
27603 the MI commands relating to stack traces. As there is no way to
27604 implement this in a fully backward-compatible way, a front end must
27605 request that this functionality be enabled.
27606
27607 Once enabled, this feature cannot be disabled.
27608
27609 Note that if Python support has not been compiled into @value{GDBN},
27610 this command will still succeed (and do nothing).
27611
27612 @subheading The @code{-stack-info-frame} Command
27613 @findex -stack-info-frame
27614
27615 @subsubheading Synopsis
27616
27617 @smallexample
27618 -stack-info-frame
27619 @end smallexample
27620
27621 Get info on the selected frame.
27622
27623 @subsubheading @value{GDBN} Command
27624
27625 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
27626 (without arguments).
27627
27628 @subsubheading Example
27629
27630 @smallexample
27631 (gdb)
27632 -stack-info-frame
27633 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
27634 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27635 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
27636 (gdb)
27637 @end smallexample
27638
27639 @subheading The @code{-stack-info-depth} Command
27640 @findex -stack-info-depth
27641
27642 @subsubheading Synopsis
27643
27644 @smallexample
27645 -stack-info-depth [ @var{max-depth} ]
27646 @end smallexample
27647
27648 Return the depth of the stack. If the integer argument @var{max-depth}
27649 is specified, do not count beyond @var{max-depth} frames.
27650
27651 @subsubheading @value{GDBN} Command
27652
27653 There's no equivalent @value{GDBN} command.
27654
27655 @subsubheading Example
27656
27657 For a stack with frame levels 0 through 11:
27658
27659 @smallexample
27660 (gdb)
27661 -stack-info-depth
27662 ^done,depth="12"
27663 (gdb)
27664 -stack-info-depth 4
27665 ^done,depth="4"
27666 (gdb)
27667 -stack-info-depth 12
27668 ^done,depth="12"
27669 (gdb)
27670 -stack-info-depth 11
27671 ^done,depth="11"
27672 (gdb)
27673 -stack-info-depth 13
27674 ^done,depth="12"
27675 (gdb)
27676 @end smallexample
27677
27678 @anchor{-stack-list-arguments}
27679 @subheading The @code{-stack-list-arguments} Command
27680 @findex -stack-list-arguments
27681
27682 @subsubheading Synopsis
27683
27684 @smallexample
27685 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
27686 [ @var{low-frame} @var{high-frame} ]
27687 @end smallexample
27688
27689 Display a list of the arguments for the frames between @var{low-frame}
27690 and @var{high-frame} (inclusive). If @var{low-frame} and
27691 @var{high-frame} are not provided, list the arguments for the whole
27692 call stack. If the two arguments are equal, show the single frame
27693 at the corresponding level. It is an error if @var{low-frame} is
27694 larger than the actual number of frames. On the other hand,
27695 @var{high-frame} may be larger than the actual number of frames, in
27696 which case only existing frames will be returned.
27697
27698 If @var{print-values} is 0 or @code{--no-values}, print only the names of
27699 the variables; if it is 1 or @code{--all-values}, print also their
27700 values; and if it is 2 or @code{--simple-values}, print the name,
27701 type and value for simple data types, and the name and type for arrays,
27702 structures and unions. If the option @code{--no-frame-filters} is
27703 supplied, then Python frame filters will not be executed.
27704
27705 If the @code{--skip-unavailable} option is specified, arguments that
27706 are not available are not listed. Partially available arguments
27707 are still displayed, however.
27708
27709 Use of this command to obtain arguments in a single frame is
27710 deprecated in favor of the @samp{-stack-list-variables} command.
27711
27712 @subsubheading @value{GDBN} Command
27713
27714 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
27715 @samp{gdb_get_args} command which partially overlaps with the
27716 functionality of @samp{-stack-list-arguments}.
27717
27718 @subsubheading Example
27719
27720 @smallexample
27721 (gdb)
27722 -stack-list-frames
27723 ^done,
27724 stack=[
27725 frame=@{level="0",addr="0x00010734",func="callee4",
27726 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27727 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
27728 frame=@{level="1",addr="0x0001076c",func="callee3",
27729 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27730 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
27731 frame=@{level="2",addr="0x0001078c",func="callee2",
27732 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27733 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
27734 frame=@{level="3",addr="0x000107b4",func="callee1",
27735 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27736 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
27737 frame=@{level="4",addr="0x000107e0",func="main",
27738 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
27739 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
27740 (gdb)
27741 -stack-list-arguments 0
27742 ^done,
27743 stack-args=[
27744 frame=@{level="0",args=[]@},
27745 frame=@{level="1",args=[name="strarg"]@},
27746 frame=@{level="2",args=[name="intarg",name="strarg"]@},
27747 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
27748 frame=@{level="4",args=[]@}]
27749 (gdb)
27750 -stack-list-arguments 1
27751 ^done,
27752 stack-args=[
27753 frame=@{level="0",args=[]@},
27754 frame=@{level="1",
27755 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
27756 frame=@{level="2",args=[
27757 @{name="intarg",value="2"@},
27758 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
27759 @{frame=@{level="3",args=[
27760 @{name="intarg",value="2"@},
27761 @{name="strarg",value="0x11940 \"A string argument.\""@},
27762 @{name="fltarg",value="3.5"@}]@},
27763 frame=@{level="4",args=[]@}]
27764 (gdb)
27765 -stack-list-arguments 0 2 2
27766 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
27767 (gdb)
27768 -stack-list-arguments 1 2 2
27769 ^done,stack-args=[frame=@{level="2",
27770 args=[@{name="intarg",value="2"@},
27771 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
27772 (gdb)
27773 @end smallexample
27774
27775 @c @subheading -stack-list-exception-handlers
27776
27777
27778 @anchor{-stack-list-frames}
27779 @subheading The @code{-stack-list-frames} Command
27780 @findex -stack-list-frames
27781
27782 @subsubheading Synopsis
27783
27784 @smallexample
27785 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
27786 @end smallexample
27787
27788 List the frames currently on the stack. For each frame it displays the
27789 following info:
27790
27791 @table @samp
27792 @item @var{level}
27793 The frame number, 0 being the topmost frame, i.e., the innermost function.
27794 @item @var{addr}
27795 The @code{$pc} value for that frame.
27796 @item @var{func}
27797 Function name.
27798 @item @var{file}
27799 File name of the source file where the function lives.
27800 @item @var{fullname}
27801 The full file name of the source file where the function lives.
27802 @item @var{line}
27803 Line number corresponding to the @code{$pc}.
27804 @item @var{from}
27805 The shared library where this function is defined. This is only given
27806 if the frame's function is not known.
27807 @end table
27808
27809 If invoked without arguments, this command prints a backtrace for the
27810 whole stack. If given two integer arguments, it shows the frames whose
27811 levels are between the two arguments (inclusive). If the two arguments
27812 are equal, it shows the single frame at the corresponding level. It is
27813 an error if @var{low-frame} is larger than the actual number of
27814 frames. On the other hand, @var{high-frame} may be larger than the
27815 actual number of frames, in which case only existing frames will be
27816 returned. If the option @code{--no-frame-filters} is supplied, then
27817 Python frame filters will not be executed.
27818
27819 @subsubheading @value{GDBN} Command
27820
27821 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
27822
27823 @subsubheading Example
27824
27825 Full stack backtrace:
27826
27827 @smallexample
27828 (gdb)
27829 -stack-list-frames
27830 ^done,stack=
27831 [frame=@{level="0",addr="0x0001076c",func="foo",
27832 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11"@},
27833 frame=@{level="1",addr="0x000107a4",func="foo",
27834 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27835 frame=@{level="2",addr="0x000107a4",func="foo",
27836 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27837 frame=@{level="3",addr="0x000107a4",func="foo",
27838 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27839 frame=@{level="4",addr="0x000107a4",func="foo",
27840 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27841 frame=@{level="5",addr="0x000107a4",func="foo",
27842 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27843 frame=@{level="6",addr="0x000107a4",func="foo",
27844 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27845 frame=@{level="7",addr="0x000107a4",func="foo",
27846 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27847 frame=@{level="8",addr="0x000107a4",func="foo",
27848 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27849 frame=@{level="9",addr="0x000107a4",func="foo",
27850 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27851 frame=@{level="10",addr="0x000107a4",func="foo",
27852 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27853 frame=@{level="11",addr="0x00010738",func="main",
27854 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4"@}]
27855 (gdb)
27856 @end smallexample
27857
27858 Show frames between @var{low_frame} and @var{high_frame}:
27859
27860 @smallexample
27861 (gdb)
27862 -stack-list-frames 3 5
27863 ^done,stack=
27864 [frame=@{level="3",addr="0x000107a4",func="foo",
27865 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27866 frame=@{level="4",addr="0x000107a4",func="foo",
27867 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
27868 frame=@{level="5",addr="0x000107a4",func="foo",
27869 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
27870 (gdb)
27871 @end smallexample
27872
27873 Show a single frame:
27874
27875 @smallexample
27876 (gdb)
27877 -stack-list-frames 3 3
27878 ^done,stack=
27879 [frame=@{level="3",addr="0x000107a4",func="foo",
27880 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
27881 (gdb)
27882 @end smallexample
27883
27884
27885 @subheading The @code{-stack-list-locals} Command
27886 @findex -stack-list-locals
27887 @anchor{-stack-list-locals}
27888
27889 @subsubheading Synopsis
27890
27891 @smallexample
27892 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
27893 @end smallexample
27894
27895 Display the local variable names for the selected frame. If
27896 @var{print-values} is 0 or @code{--no-values}, print only the names of
27897 the variables; if it is 1 or @code{--all-values}, print also their
27898 values; and if it is 2 or @code{--simple-values}, print the name,
27899 type and value for simple data types, and the name and type for arrays,
27900 structures and unions. In this last case, a frontend can immediately
27901 display the value of simple data types and create variable objects for
27902 other data types when the user wishes to explore their values in
27903 more detail. If the option @code{--no-frame-filters} is supplied, then
27904 Python frame filters will not be executed.
27905
27906 If the @code{--skip-unavailable} option is specified, local variables
27907 that are not available are not listed. Partially available local
27908 variables are still displayed, however.
27909
27910 This command is deprecated in favor of the
27911 @samp{-stack-list-variables} command.
27912
27913 @subsubheading @value{GDBN} Command
27914
27915 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
27916
27917 @subsubheading Example
27918
27919 @smallexample
27920 (gdb)
27921 -stack-list-locals 0
27922 ^done,locals=[name="A",name="B",name="C"]
27923 (gdb)
27924 -stack-list-locals --all-values
27925 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
27926 @{name="C",value="@{1, 2, 3@}"@}]
27927 -stack-list-locals --simple-values
27928 ^done,locals=[@{name="A",type="int",value="1"@},
27929 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
27930 (gdb)
27931 @end smallexample
27932
27933 @anchor{-stack-list-variables}
27934 @subheading The @code{-stack-list-variables} Command
27935 @findex -stack-list-variables
27936
27937 @subsubheading Synopsis
27938
27939 @smallexample
27940 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
27941 @end smallexample
27942
27943 Display the names of local variables and function arguments for the selected frame. If
27944 @var{print-values} is 0 or @code{--no-values}, print only the names of
27945 the variables; if it is 1 or @code{--all-values}, print also their
27946 values; and if it is 2 or @code{--simple-values}, print the name,
27947 type and value for simple data types, and the name and type for arrays,
27948 structures and unions. If the option @code{--no-frame-filters} is
27949 supplied, then Python frame filters will not be executed.
27950
27951 If the @code{--skip-unavailable} option is specified, local variables
27952 and arguments that are not available are not listed. Partially
27953 available arguments and local variables are still displayed, however.
27954
27955 @subsubheading Example
27956
27957 @smallexample
27958 (gdb)
27959 -stack-list-variables --thread 1 --frame 0 --all-values
27960 ^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
27961 (gdb)
27962 @end smallexample
27963
27964
27965 @subheading The @code{-stack-select-frame} Command
27966 @findex -stack-select-frame
27967
27968 @subsubheading Synopsis
27969
27970 @smallexample
27971 -stack-select-frame @var{framenum}
27972 @end smallexample
27973
27974 Change the selected frame. Select a different frame @var{framenum} on
27975 the stack.
27976
27977 This command in deprecated in favor of passing the @samp{--frame}
27978 option to every command.
27979
27980 @subsubheading @value{GDBN} Command
27981
27982 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
27983 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
27984
27985 @subsubheading Example
27986
27987 @smallexample
27988 (gdb)
27989 -stack-select-frame 2
27990 ^done
27991 (gdb)
27992 @end smallexample
27993
27994 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27995 @node GDB/MI Variable Objects
27996 @section @sc{gdb/mi} Variable Objects
27997
27998 @ignore
27999
28000 @subheading Motivation for Variable Objects in @sc{gdb/mi}
28001
28002 For the implementation of a variable debugger window (locals, watched
28003 expressions, etc.), we are proposing the adaptation of the existing code
28004 used by @code{Insight}.
28005
28006 The two main reasons for that are:
28007
28008 @enumerate 1
28009 @item
28010 It has been proven in practice (it is already on its second generation).
28011
28012 @item
28013 It will shorten development time (needless to say how important it is
28014 now).
28015 @end enumerate
28016
28017 The original interface was designed to be used by Tcl code, so it was
28018 slightly changed so it could be used through @sc{gdb/mi}. This section
28019 describes the @sc{gdb/mi} operations that will be available and gives some
28020 hints about their use.
28021
28022 @emph{Note}: In addition to the set of operations described here, we
28023 expect the @sc{gui} implementation of a variable window to require, at
28024 least, the following operations:
28025
28026 @itemize @bullet
28027 @item @code{-gdb-show} @code{output-radix}
28028 @item @code{-stack-list-arguments}
28029 @item @code{-stack-list-locals}
28030 @item @code{-stack-select-frame}
28031 @end itemize
28032
28033 @end ignore
28034
28035 @subheading Introduction to Variable Objects
28036
28037 @cindex variable objects in @sc{gdb/mi}
28038
28039 Variable objects are "object-oriented" MI interface for examining and
28040 changing values of expressions. Unlike some other MI interfaces that
28041 work with expressions, variable objects are specifically designed for
28042 simple and efficient presentation in the frontend. A variable object
28043 is identified by string name. When a variable object is created, the
28044 frontend specifies the expression for that variable object. The
28045 expression can be a simple variable, or it can be an arbitrary complex
28046 expression, and can even involve CPU registers. After creating a
28047 variable object, the frontend can invoke other variable object
28048 operations---for example to obtain or change the value of a variable
28049 object, or to change display format.
28050
28051 Variable objects have hierarchical tree structure. Any variable object
28052 that corresponds to a composite type, such as structure in C, has
28053 a number of child variable objects, for example corresponding to each
28054 element of a structure. A child variable object can itself have
28055 children, recursively. Recursion ends when we reach
28056 leaf variable objects, which always have built-in types. Child variable
28057 objects are created only by explicit request, so if a frontend
28058 is not interested in the children of a particular variable object, no
28059 child will be created.
28060
28061 For a leaf variable object it is possible to obtain its value as a
28062 string, or set the value from a string. String value can be also
28063 obtained for a non-leaf variable object, but it's generally a string
28064 that only indicates the type of the object, and does not list its
28065 contents. Assignment to a non-leaf variable object is not allowed.
28066
28067 A frontend does not need to read the values of all variable objects each time
28068 the program stops. Instead, MI provides an update command that lists all
28069 variable objects whose values has changed since the last update
28070 operation. This considerably reduces the amount of data that must
28071 be transferred to the frontend. As noted above, children variable
28072 objects are created on demand, and only leaf variable objects have a
28073 real value. As result, gdb will read target memory only for leaf
28074 variables that frontend has created.
28075
28076 The automatic update is not always desirable. For example, a frontend
28077 might want to keep a value of some expression for future reference,
28078 and never update it. For another example, fetching memory is
28079 relatively slow for embedded targets, so a frontend might want
28080 to disable automatic update for the variables that are either not
28081 visible on the screen, or ``closed''. This is possible using so
28082 called ``frozen variable objects''. Such variable objects are never
28083 implicitly updated.
28084
28085 Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
28086 fixed variable object, the expression is parsed when the variable
28087 object is created, including associating identifiers to specific
28088 variables. The meaning of expression never changes. For a floating
28089 variable object the values of variables whose names appear in the
28090 expressions are re-evaluated every time in the context of the current
28091 frame. Consider this example:
28092
28093 @smallexample
28094 void do_work(...)
28095 @{
28096 struct work_state state;
28097
28098 if (...)
28099 do_work(...);
28100 @}
28101 @end smallexample
28102
28103 If a fixed variable object for the @code{state} variable is created in
28104 this function, and we enter the recursive call, the variable
28105 object will report the value of @code{state} in the top-level
28106 @code{do_work} invocation. On the other hand, a floating variable
28107 object will report the value of @code{state} in the current frame.
28108
28109 If an expression specified when creating a fixed variable object
28110 refers to a local variable, the variable object becomes bound to the
28111 thread and frame in which the variable object is created. When such
28112 variable object is updated, @value{GDBN} makes sure that the
28113 thread/frame combination the variable object is bound to still exists,
28114 and re-evaluates the variable object in context of that thread/frame.
28115
28116 The following is the complete set of @sc{gdb/mi} operations defined to
28117 access this functionality:
28118
28119 @multitable @columnfractions .4 .6
28120 @item @strong{Operation}
28121 @tab @strong{Description}
28122
28123 @item @code{-enable-pretty-printing}
28124 @tab enable Python-based pretty-printing
28125 @item @code{-var-create}
28126 @tab create a variable object
28127 @item @code{-var-delete}
28128 @tab delete the variable object and/or its children
28129 @item @code{-var-set-format}
28130 @tab set the display format of this variable
28131 @item @code{-var-show-format}
28132 @tab show the display format of this variable
28133 @item @code{-var-info-num-children}
28134 @tab tells how many children this object has
28135 @item @code{-var-list-children}
28136 @tab return a list of the object's children
28137 @item @code{-var-info-type}
28138 @tab show the type of this variable object
28139 @item @code{-var-info-expression}
28140 @tab print parent-relative expression that this variable object represents
28141 @item @code{-var-info-path-expression}
28142 @tab print full expression that this variable object represents
28143 @item @code{-var-show-attributes}
28144 @tab is this variable editable? does it exist here?
28145 @item @code{-var-evaluate-expression}
28146 @tab get the value of this variable
28147 @item @code{-var-assign}
28148 @tab set the value of this variable
28149 @item @code{-var-update}
28150 @tab update the variable and its children
28151 @item @code{-var-set-frozen}
28152 @tab set frozeness attribute
28153 @item @code{-var-set-update-range}
28154 @tab set range of children to display on update
28155 @end multitable
28156
28157 In the next subsection we describe each operation in detail and suggest
28158 how it can be used.
28159
28160 @subheading Description And Use of Operations on Variable Objects
28161
28162 @subheading The @code{-enable-pretty-printing} Command
28163 @findex -enable-pretty-printing
28164
28165 @smallexample
28166 -enable-pretty-printing
28167 @end smallexample
28168
28169 @value{GDBN} allows Python-based visualizers to affect the output of the
28170 MI variable object commands. However, because there was no way to
28171 implement this in a fully backward-compatible way, a front end must
28172 request that this functionality be enabled.
28173
28174 Once enabled, this feature cannot be disabled.
28175
28176 Note that if Python support has not been compiled into @value{GDBN},
28177 this command will still succeed (and do nothing).
28178
28179 This feature is currently (as of @value{GDBN} 7.0) experimental, and
28180 may work differently in future versions of @value{GDBN}.
28181
28182 @subheading The @code{-var-create} Command
28183 @findex -var-create
28184
28185 @subsubheading Synopsis
28186
28187 @smallexample
28188 -var-create @{@var{name} | "-"@}
28189 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
28190 @end smallexample
28191
28192 This operation creates a variable object, which allows the monitoring of
28193 a variable, the result of an expression, a memory cell or a CPU
28194 register.
28195
28196 The @var{name} parameter is the string by which the object can be
28197 referenced. It must be unique. If @samp{-} is specified, the varobj
28198 system will generate a string ``varNNNNNN'' automatically. It will be
28199 unique provided that one does not specify @var{name} of that format.
28200 The command fails if a duplicate name is found.
28201
28202 The frame under which the expression should be evaluated can be
28203 specified by @var{frame-addr}. A @samp{*} indicates that the current
28204 frame should be used. A @samp{@@} indicates that a floating variable
28205 object must be created.
28206
28207 @var{expression} is any expression valid on the current language set (must not
28208 begin with a @samp{*}), or one of the following:
28209
28210 @itemize @bullet
28211 @item
28212 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
28213
28214 @item
28215 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
28216
28217 @item
28218 @samp{$@var{regname}} --- a CPU register name
28219 @end itemize
28220
28221 @cindex dynamic varobj
28222 A varobj's contents may be provided by a Python-based pretty-printer. In this
28223 case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
28224 have slightly different semantics in some cases. If the
28225 @code{-enable-pretty-printing} command is not sent, then @value{GDBN}
28226 will never create a dynamic varobj. This ensures backward
28227 compatibility for existing clients.
28228
28229 @subsubheading Result
28230
28231 This operation returns attributes of the newly-created varobj. These
28232 are:
28233
28234 @table @samp
28235 @item name
28236 The name of the varobj.
28237
28238 @item numchild
28239 The number of children of the varobj. This number is not necessarily
28240 reliable for a dynamic varobj. Instead, you must examine the
28241 @samp{has_more} attribute.
28242
28243 @item value
28244 The varobj's scalar value. For a varobj whose type is some sort of
28245 aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
28246 will not be interesting.
28247
28248 @item type
28249 The varobj's type. This is a string representation of the type, as
28250 would be printed by the @value{GDBN} CLI. If @samp{print object}
28251 (@pxref{Print Settings, set print object}) is set to @code{on}, the
28252 @emph{actual} (derived) type of the object is shown rather than the
28253 @emph{declared} one.
28254
28255 @item thread-id
28256 If a variable object is bound to a specific thread, then this is the
28257 thread's identifier.
28258
28259 @item has_more
28260 For a dynamic varobj, this indicates whether there appear to be any
28261 children available. For a non-dynamic varobj, this will be 0.
28262
28263 @item dynamic
28264 This attribute will be present and have the value @samp{1} if the
28265 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
28266 then this attribute will not be present.
28267
28268 @item displayhint
28269 A dynamic varobj can supply a display hint to the front end. The
28270 value comes directly from the Python pretty-printer object's
28271 @code{display_hint} method. @xref{Pretty Printing API}.
28272 @end table
28273
28274 Typical output will look like this:
28275
28276 @smallexample
28277 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
28278 has_more="@var{has_more}"
28279 @end smallexample
28280
28281
28282 @subheading The @code{-var-delete} Command
28283 @findex -var-delete
28284
28285 @subsubheading Synopsis
28286
28287 @smallexample
28288 -var-delete [ -c ] @var{name}
28289 @end smallexample
28290
28291 Deletes a previously created variable object and all of its children.
28292 With the @samp{-c} option, just deletes the children.
28293
28294 Returns an error if the object @var{name} is not found.
28295
28296
28297 @subheading The @code{-var-set-format} Command
28298 @findex -var-set-format
28299
28300 @subsubheading Synopsis
28301
28302 @smallexample
28303 -var-set-format @var{name} @var{format-spec}
28304 @end smallexample
28305
28306 Sets the output format for the value of the object @var{name} to be
28307 @var{format-spec}.
28308
28309 @anchor{-var-set-format}
28310 The syntax for the @var{format-spec} is as follows:
28311
28312 @smallexample
28313 @var{format-spec} @expansion{}
28314 @{binary | decimal | hexadecimal | octal | natural@}
28315 @end smallexample
28316
28317 The natural format is the default format choosen automatically
28318 based on the variable type (like decimal for an @code{int}, hex
28319 for pointers, etc.).
28320
28321 For a variable with children, the format is set only on the
28322 variable itself, and the children are not affected.
28323
28324 @subheading The @code{-var-show-format} Command
28325 @findex -var-show-format
28326
28327 @subsubheading Synopsis
28328
28329 @smallexample
28330 -var-show-format @var{name}
28331 @end smallexample
28332
28333 Returns the format used to display the value of the object @var{name}.
28334
28335 @smallexample
28336 @var{format} @expansion{}
28337 @var{format-spec}
28338 @end smallexample
28339
28340
28341 @subheading The @code{-var-info-num-children} Command
28342 @findex -var-info-num-children
28343
28344 @subsubheading Synopsis
28345
28346 @smallexample
28347 -var-info-num-children @var{name}
28348 @end smallexample
28349
28350 Returns the number of children of a variable object @var{name}:
28351
28352 @smallexample
28353 numchild=@var{n}
28354 @end smallexample
28355
28356 Note that this number is not completely reliable for a dynamic varobj.
28357 It will return the current number of children, but more children may
28358 be available.
28359
28360
28361 @subheading The @code{-var-list-children} Command
28362 @findex -var-list-children
28363
28364 @subsubheading Synopsis
28365
28366 @smallexample
28367 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
28368 @end smallexample
28369 @anchor{-var-list-children}
28370
28371 Return a list of the children of the specified variable object and
28372 create variable objects for them, if they do not already exist. With
28373 a single argument or if @var{print-values} has a value of 0 or
28374 @code{--no-values}, print only the names of the variables; if
28375 @var{print-values} is 1 or @code{--all-values}, also print their
28376 values; and if it is 2 or @code{--simple-values} print the name and
28377 value for simple data types and just the name for arrays, structures
28378 and unions.
28379
28380 @var{from} and @var{to}, if specified, indicate the range of children
28381 to report. If @var{from} or @var{to} is less than zero, the range is
28382 reset and all children will be reported. Otherwise, children starting
28383 at @var{from} (zero-based) and up to and excluding @var{to} will be
28384 reported.
28385
28386 If a child range is requested, it will only affect the current call to
28387 @code{-var-list-children}, but not future calls to @code{-var-update}.
28388 For this, you must instead use @code{-var-set-update-range}. The
28389 intent of this approach is to enable a front end to implement any
28390 update approach it likes; for example, scrolling a view may cause the
28391 front end to request more children with @code{-var-list-children}, and
28392 then the front end could call @code{-var-set-update-range} with a
28393 different range to ensure that future updates are restricted to just
28394 the visible items.
28395
28396 For each child the following results are returned:
28397
28398 @table @var
28399
28400 @item name
28401 Name of the variable object created for this child.
28402
28403 @item exp
28404 The expression to be shown to the user by the front end to designate this child.
28405 For example this may be the name of a structure member.
28406
28407 For a dynamic varobj, this value cannot be used to form an
28408 expression. There is no way to do this at all with a dynamic varobj.
28409
28410 For C/C@t{++} structures there are several pseudo children returned to
28411 designate access qualifiers. For these pseudo children @var{exp} is
28412 @samp{public}, @samp{private}, or @samp{protected}. In this case the
28413 type and value are not present.
28414
28415 A dynamic varobj will not report the access qualifying
28416 pseudo-children, regardless of the language. This information is not
28417 available at all with a dynamic varobj.
28418
28419 @item numchild
28420 Number of children this child has. For a dynamic varobj, this will be
28421 0.
28422
28423 @item type
28424 The type of the child. If @samp{print object}
28425 (@pxref{Print Settings, set print object}) is set to @code{on}, the
28426 @emph{actual} (derived) type of the object is shown rather than the
28427 @emph{declared} one.
28428
28429 @item value
28430 If values were requested, this is the value.
28431
28432 @item thread-id
28433 If this variable object is associated with a thread, this is the thread id.
28434 Otherwise this result is not present.
28435
28436 @item frozen
28437 If the variable object is frozen, this variable will be present with a value of 1.
28438
28439 @item displayhint
28440 A dynamic varobj can supply a display hint to the front end. The
28441 value comes directly from the Python pretty-printer object's
28442 @code{display_hint} method. @xref{Pretty Printing API}.
28443
28444 @item dynamic
28445 This attribute will be present and have the value @samp{1} if the
28446 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
28447 then this attribute will not be present.
28448
28449 @end table
28450
28451 The result may have its own attributes:
28452
28453 @table @samp
28454 @item displayhint
28455 A dynamic varobj can supply a display hint to the front end. The
28456 value comes directly from the Python pretty-printer object's
28457 @code{display_hint} method. @xref{Pretty Printing API}.
28458
28459 @item has_more
28460 This is an integer attribute which is nonzero if there are children
28461 remaining after the end of the selected range.
28462 @end table
28463
28464 @subsubheading Example
28465
28466 @smallexample
28467 (gdb)
28468 -var-list-children n
28469 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
28470 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
28471 (gdb)
28472 -var-list-children --all-values n
28473 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
28474 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
28475 @end smallexample
28476
28477
28478 @subheading The @code{-var-info-type} Command
28479 @findex -var-info-type
28480
28481 @subsubheading Synopsis
28482
28483 @smallexample
28484 -var-info-type @var{name}
28485 @end smallexample
28486
28487 Returns the type of the specified variable @var{name}. The type is
28488 returned as a string in the same format as it is output by the
28489 @value{GDBN} CLI:
28490
28491 @smallexample
28492 type=@var{typename}
28493 @end smallexample
28494
28495
28496 @subheading The @code{-var-info-expression} Command
28497 @findex -var-info-expression
28498
28499 @subsubheading Synopsis
28500
28501 @smallexample
28502 -var-info-expression @var{name}
28503 @end smallexample
28504
28505 Returns a string that is suitable for presenting this
28506 variable object in user interface. The string is generally
28507 not valid expression in the current language, and cannot be evaluated.
28508
28509 For example, if @code{a} is an array, and variable object
28510 @code{A} was created for @code{a}, then we'll get this output:
28511
28512 @smallexample
28513 (gdb) -var-info-expression A.1
28514 ^done,lang="C",exp="1"
28515 @end smallexample
28516
28517 @noindent
28518 Here, the value of @code{lang} is the language name, which can be
28519 found in @ref{Supported Languages}.
28520
28521 Note that the output of the @code{-var-list-children} command also
28522 includes those expressions, so the @code{-var-info-expression} command
28523 is of limited use.
28524
28525 @subheading The @code{-var-info-path-expression} Command
28526 @findex -var-info-path-expression
28527
28528 @subsubheading Synopsis
28529
28530 @smallexample
28531 -var-info-path-expression @var{name}
28532 @end smallexample
28533
28534 Returns an expression that can be evaluated in the current
28535 context and will yield the same value that a variable object has.
28536 Compare this with the @code{-var-info-expression} command, which
28537 result can be used only for UI presentation. Typical use of
28538 the @code{-var-info-path-expression} command is creating a
28539 watchpoint from a variable object.
28540
28541 This command is currently not valid for children of a dynamic varobj,
28542 and will give an error when invoked on one.
28543
28544 For example, suppose @code{C} is a C@t{++} class, derived from class
28545 @code{Base}, and that the @code{Base} class has a member called
28546 @code{m_size}. Assume a variable @code{c} is has the type of
28547 @code{C} and a variable object @code{C} was created for variable
28548 @code{c}. Then, we'll get this output:
28549 @smallexample
28550 (gdb) -var-info-path-expression C.Base.public.m_size
28551 ^done,path_expr=((Base)c).m_size)
28552 @end smallexample
28553
28554 @subheading The @code{-var-show-attributes} Command
28555 @findex -var-show-attributes
28556
28557 @subsubheading Synopsis
28558
28559 @smallexample
28560 -var-show-attributes @var{name}
28561 @end smallexample
28562
28563 List attributes of the specified variable object @var{name}:
28564
28565 @smallexample
28566 status=@var{attr} [ ( ,@var{attr} )* ]
28567 @end smallexample
28568
28569 @noindent
28570 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
28571
28572 @subheading The @code{-var-evaluate-expression} Command
28573 @findex -var-evaluate-expression
28574
28575 @subsubheading Synopsis
28576
28577 @smallexample
28578 -var-evaluate-expression [-f @var{format-spec}] @var{name}
28579 @end smallexample
28580
28581 Evaluates the expression that is represented by the specified variable
28582 object and returns its value as a string. The format of the string
28583 can be specified with the @samp{-f} option. The possible values of
28584 this option are the same as for @code{-var-set-format}
28585 (@pxref{-var-set-format}). If the @samp{-f} option is not specified,
28586 the current display format will be used. The current display format
28587 can be changed using the @code{-var-set-format} command.
28588
28589 @smallexample
28590 value=@var{value}
28591 @end smallexample
28592
28593 Note that one must invoke @code{-var-list-children} for a variable
28594 before the value of a child variable can be evaluated.
28595
28596 @subheading The @code{-var-assign} Command
28597 @findex -var-assign
28598
28599 @subsubheading Synopsis
28600
28601 @smallexample
28602 -var-assign @var{name} @var{expression}
28603 @end smallexample
28604
28605 Assigns the value of @var{expression} to the variable object specified
28606 by @var{name}. The object must be @samp{editable}. If the variable's
28607 value is altered by the assign, the variable will show up in any
28608 subsequent @code{-var-update} list.
28609
28610 @subsubheading Example
28611
28612 @smallexample
28613 (gdb)
28614 -var-assign var1 3
28615 ^done,value="3"
28616 (gdb)
28617 -var-update *
28618 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
28619 (gdb)
28620 @end smallexample
28621
28622 @subheading The @code{-var-update} Command
28623 @findex -var-update
28624
28625 @subsubheading Synopsis
28626
28627 @smallexample
28628 -var-update [@var{print-values}] @{@var{name} | "*"@}
28629 @end smallexample
28630
28631 Reevaluate the expressions corresponding to the variable object
28632 @var{name} and all its direct and indirect children, and return the
28633 list of variable objects whose values have changed; @var{name} must
28634 be a root variable object. Here, ``changed'' means that the result of
28635 @code{-var-evaluate-expression} before and after the
28636 @code{-var-update} is different. If @samp{*} is used as the variable
28637 object names, all existing variable objects are updated, except
28638 for frozen ones (@pxref{-var-set-frozen}). The option
28639 @var{print-values} determines whether both names and values, or just
28640 names are printed. The possible values of this option are the same
28641 as for @code{-var-list-children} (@pxref{-var-list-children}). It is
28642 recommended to use the @samp{--all-values} option, to reduce the
28643 number of MI commands needed on each program stop.
28644
28645 With the @samp{*} parameter, if a variable object is bound to a
28646 currently running thread, it will not be updated, without any
28647 diagnostic.
28648
28649 If @code{-var-set-update-range} was previously used on a varobj, then
28650 only the selected range of children will be reported.
28651
28652 @code{-var-update} reports all the changed varobjs in a tuple named
28653 @samp{changelist}.
28654
28655 Each item in the change list is itself a tuple holding:
28656
28657 @table @samp
28658 @item name
28659 The name of the varobj.
28660
28661 @item value
28662 If values were requested for this update, then this field will be
28663 present and will hold the value of the varobj.
28664
28665 @item in_scope
28666 @anchor{-var-update}
28667 This field is a string which may take one of three values:
28668
28669 @table @code
28670 @item "true"
28671 The variable object's current value is valid.
28672
28673 @item "false"
28674 The variable object does not currently hold a valid value but it may
28675 hold one in the future if its associated expression comes back into
28676 scope.
28677
28678 @item "invalid"
28679 The variable object no longer holds a valid value.
28680 This can occur when the executable file being debugged has changed,
28681 either through recompilation or by using the @value{GDBN} @code{file}
28682 command. The front end should normally choose to delete these variable
28683 objects.
28684 @end table
28685
28686 In the future new values may be added to this list so the front should
28687 be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
28688
28689 @item type_changed
28690 This is only present if the varobj is still valid. If the type
28691 changed, then this will be the string @samp{true}; otherwise it will
28692 be @samp{false}.
28693
28694 When a varobj's type changes, its children are also likely to have
28695 become incorrect. Therefore, the varobj's children are automatically
28696 deleted when this attribute is @samp{true}. Also, the varobj's update
28697 range, when set using the @code{-var-set-update-range} command, is
28698 unset.
28699
28700 @item new_type
28701 If the varobj's type changed, then this field will be present and will
28702 hold the new type.
28703
28704 @item new_num_children
28705 For a dynamic varobj, if the number of children changed, or if the
28706 type changed, this will be the new number of children.
28707
28708 The @samp{numchild} field in other varobj responses is generally not
28709 valid for a dynamic varobj -- it will show the number of children that
28710 @value{GDBN} knows about, but because dynamic varobjs lazily
28711 instantiate their children, this will not reflect the number of
28712 children which may be available.
28713
28714 The @samp{new_num_children} attribute only reports changes to the
28715 number of children known by @value{GDBN}. This is the only way to
28716 detect whether an update has removed children (which necessarily can
28717 only happen at the end of the update range).
28718
28719 @item displayhint
28720 The display hint, if any.
28721
28722 @item has_more
28723 This is an integer value, which will be 1 if there are more children
28724 available outside the varobj's update range.
28725
28726 @item dynamic
28727 This attribute will be present and have the value @samp{1} if the
28728 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
28729 then this attribute will not be present.
28730
28731 @item new_children
28732 If new children were added to a dynamic varobj within the selected
28733 update range (as set by @code{-var-set-update-range}), then they will
28734 be listed in this attribute.
28735 @end table
28736
28737 @subsubheading Example
28738
28739 @smallexample
28740 (gdb)
28741 -var-assign var1 3
28742 ^done,value="3"
28743 (gdb)
28744 -var-update --all-values var1
28745 ^done,changelist=[@{name="var1",value="3",in_scope="true",
28746 type_changed="false"@}]
28747 (gdb)
28748 @end smallexample
28749
28750 @subheading The @code{-var-set-frozen} Command
28751 @findex -var-set-frozen
28752 @anchor{-var-set-frozen}
28753
28754 @subsubheading Synopsis
28755
28756 @smallexample
28757 -var-set-frozen @var{name} @var{flag}
28758 @end smallexample
28759
28760 Set the frozenness flag on the variable object @var{name}. The
28761 @var{flag} parameter should be either @samp{1} to make the variable
28762 frozen or @samp{0} to make it unfrozen. If a variable object is
28763 frozen, then neither itself, nor any of its children, are
28764 implicitly updated by @code{-var-update} of
28765 a parent variable or by @code{-var-update *}. Only
28766 @code{-var-update} of the variable itself will update its value and
28767 values of its children. After a variable object is unfrozen, it is
28768 implicitly updated by all subsequent @code{-var-update} operations.
28769 Unfreezing a variable does not update it, only subsequent
28770 @code{-var-update} does.
28771
28772 @subsubheading Example
28773
28774 @smallexample
28775 (gdb)
28776 -var-set-frozen V 1
28777 ^done
28778 (gdb)
28779 @end smallexample
28780
28781 @subheading The @code{-var-set-update-range} command
28782 @findex -var-set-update-range
28783 @anchor{-var-set-update-range}
28784
28785 @subsubheading Synopsis
28786
28787 @smallexample
28788 -var-set-update-range @var{name} @var{from} @var{to}
28789 @end smallexample
28790
28791 Set the range of children to be returned by future invocations of
28792 @code{-var-update}.
28793
28794 @var{from} and @var{to} indicate the range of children to report. If
28795 @var{from} or @var{to} is less than zero, the range is reset and all
28796 children will be reported. Otherwise, children starting at @var{from}
28797 (zero-based) and up to and excluding @var{to} will be reported.
28798
28799 @subsubheading Example
28800
28801 @smallexample
28802 (gdb)
28803 -var-set-update-range V 1 2
28804 ^done
28805 @end smallexample
28806
28807 @subheading The @code{-var-set-visualizer} command
28808 @findex -var-set-visualizer
28809 @anchor{-var-set-visualizer}
28810
28811 @subsubheading Synopsis
28812
28813 @smallexample
28814 -var-set-visualizer @var{name} @var{visualizer}
28815 @end smallexample
28816
28817 Set a visualizer for the variable object @var{name}.
28818
28819 @var{visualizer} is the visualizer to use. The special value
28820 @samp{None} means to disable any visualizer in use.
28821
28822 If not @samp{None}, @var{visualizer} must be a Python expression.
28823 This expression must evaluate to a callable object which accepts a
28824 single argument. @value{GDBN} will call this object with the value of
28825 the varobj @var{name} as an argument (this is done so that the same
28826 Python pretty-printing code can be used for both the CLI and MI).
28827 When called, this object must return an object which conforms to the
28828 pretty-printing interface (@pxref{Pretty Printing API}).
28829
28830 The pre-defined function @code{gdb.default_visualizer} may be used to
28831 select a visualizer by following the built-in process
28832 (@pxref{Selecting Pretty-Printers}). This is done automatically when
28833 a varobj is created, and so ordinarily is not needed.
28834
28835 This feature is only available if Python support is enabled. The MI
28836 command @code{-list-features} (@pxref{GDB/MI Support Commands})
28837 can be used to check this.
28838
28839 @subsubheading Example
28840
28841 Resetting the visualizer:
28842
28843 @smallexample
28844 (gdb)
28845 -var-set-visualizer V None
28846 ^done
28847 @end smallexample
28848
28849 Reselecting the default (type-based) visualizer:
28850
28851 @smallexample
28852 (gdb)
28853 -var-set-visualizer V gdb.default_visualizer
28854 ^done
28855 @end smallexample
28856
28857 Suppose @code{SomeClass} is a visualizer class. A lambda expression
28858 can be used to instantiate this class for a varobj:
28859
28860 @smallexample
28861 (gdb)
28862 -var-set-visualizer V "lambda val: SomeClass()"
28863 ^done
28864 @end smallexample
28865
28866 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28867 @node GDB/MI Data Manipulation
28868 @section @sc{gdb/mi} Data Manipulation
28869
28870 @cindex data manipulation, in @sc{gdb/mi}
28871 @cindex @sc{gdb/mi}, data manipulation
28872 This section describes the @sc{gdb/mi} commands that manipulate data:
28873 examine memory and registers, evaluate expressions, etc.
28874
28875 @c REMOVED FROM THE INTERFACE.
28876 @c @subheading -data-assign
28877 @c Change the value of a program variable. Plenty of side effects.
28878 @c @subsubheading GDB Command
28879 @c set variable
28880 @c @subsubheading Example
28881 @c N.A.
28882
28883 @subheading The @code{-data-disassemble} Command
28884 @findex -data-disassemble
28885
28886 @subsubheading Synopsis
28887
28888 @smallexample
28889 -data-disassemble
28890 [ -s @var{start-addr} -e @var{end-addr} ]
28891 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
28892 -- @var{mode}
28893 @end smallexample
28894
28895 @noindent
28896 Where:
28897
28898 @table @samp
28899 @item @var{start-addr}
28900 is the beginning address (or @code{$pc})
28901 @item @var{end-addr}
28902 is the end address
28903 @item @var{filename}
28904 is the name of the file to disassemble
28905 @item @var{linenum}
28906 is the line number to disassemble around
28907 @item @var{lines}
28908 is the number of disassembly lines to be produced. If it is -1,
28909 the whole function will be disassembled, in case no @var{end-addr} is
28910 specified. If @var{end-addr} is specified as a non-zero value, and
28911 @var{lines} is lower than the number of disassembly lines between
28912 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
28913 displayed; if @var{lines} is higher than the number of lines between
28914 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
28915 are displayed.
28916 @item @var{mode}
28917 is either 0 (meaning only disassembly), 1 (meaning mixed source and
28918 disassembly), 2 (meaning disassembly with raw opcodes), or 3 (meaning
28919 mixed source and disassembly with raw opcodes).
28920 @end table
28921
28922 @subsubheading Result
28923
28924 The result of the @code{-data-disassemble} command will be a list named
28925 @samp{asm_insns}, the contents of this list depend on the @var{mode}
28926 used with the @code{-data-disassemble} command.
28927
28928 For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
28929 following fields:
28930
28931 @table @code
28932 @item address
28933 The address at which this instruction was disassembled.
28934
28935 @item func-name
28936 The name of the function this instruction is within.
28937
28938 @item offset
28939 The decimal offset in bytes from the start of @samp{func-name}.
28940
28941 @item inst
28942 The text disassembly for this @samp{address}.
28943
28944 @item opcodes
28945 This field is only present for mode 2. This contains the raw opcode
28946 bytes for the @samp{inst} field.
28947
28948 @end table
28949
28950 For modes 1 and 3 the @samp{asm_insns} list contains tuples named
28951 @samp{src_and_asm_line}, each of which has the following fields:
28952
28953 @table @code
28954 @item line
28955 The line number within @samp{file}.
28956
28957 @item file
28958 The file name from the compilation unit. This might be an absolute
28959 file name or a relative file name depending on the compile command
28960 used.
28961
28962 @item fullname
28963 Absolute file name of @samp{file}. It is converted to a canonical form
28964 using the source file search path
28965 (@pxref{Source Path, ,Specifying Source Directories})
28966 and after resolving all the symbolic links.
28967
28968 If the source file is not found this field will contain the path as
28969 present in the debug information.
28970
28971 @item line_asm_insn
28972 This is a list of tuples containing the disassembly for @samp{line} in
28973 @samp{file}. The fields of each tuple are the same as for
28974 @code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
28975 @samp{func-name}, @samp{offset}, @samp{inst}, and optionally
28976 @samp{opcodes}.
28977
28978 @end table
28979
28980 Note that whatever included in the @samp{inst} field, is not
28981 manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
28982 adjust its format.
28983
28984 @subsubheading @value{GDBN} Command
28985
28986 The corresponding @value{GDBN} command is @samp{disassemble}.
28987
28988 @subsubheading Example
28989
28990 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
28991
28992 @smallexample
28993 (gdb)
28994 -data-disassemble -s $pc -e "$pc + 20" -- 0
28995 ^done,
28996 asm_insns=[
28997 @{address="0x000107c0",func-name="main",offset="4",
28998 inst="mov 2, %o0"@},
28999 @{address="0x000107c4",func-name="main",offset="8",
29000 inst="sethi %hi(0x11800), %o2"@},
29001 @{address="0x000107c8",func-name="main",offset="12",
29002 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
29003 @{address="0x000107cc",func-name="main",offset="16",
29004 inst="sethi %hi(0x11800), %o2"@},
29005 @{address="0x000107d0",func-name="main",offset="20",
29006 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
29007 (gdb)
29008 @end smallexample
29009
29010 Disassemble the whole @code{main} function. Line 32 is part of
29011 @code{main}.
29012
29013 @smallexample
29014 -data-disassemble -f basics.c -l 32 -- 0
29015 ^done,asm_insns=[
29016 @{address="0x000107bc",func-name="main",offset="0",
29017 inst="save %sp, -112, %sp"@},
29018 @{address="0x000107c0",func-name="main",offset="4",
29019 inst="mov 2, %o0"@},
29020 @{address="0x000107c4",func-name="main",offset="8",
29021 inst="sethi %hi(0x11800), %o2"@},
29022 [@dots{}]
29023 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
29024 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
29025 (gdb)
29026 @end smallexample
29027
29028 Disassemble 3 instructions from the start of @code{main}:
29029
29030 @smallexample
29031 (gdb)
29032 -data-disassemble -f basics.c -l 32 -n 3 -- 0
29033 ^done,asm_insns=[
29034 @{address="0x000107bc",func-name="main",offset="0",
29035 inst="save %sp, -112, %sp"@},
29036 @{address="0x000107c0",func-name="main",offset="4",
29037 inst="mov 2, %o0"@},
29038 @{address="0x000107c4",func-name="main",offset="8",
29039 inst="sethi %hi(0x11800), %o2"@}]
29040 (gdb)
29041 @end smallexample
29042
29043 Disassemble 3 instructions from the start of @code{main} in mixed mode:
29044
29045 @smallexample
29046 (gdb)
29047 -data-disassemble -f basics.c -l 32 -n 3 -- 1
29048 ^done,asm_insns=[
29049 src_and_asm_line=@{line="31",
29050 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
29051 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
29052 line_asm_insn=[@{address="0x000107bc",
29053 func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
29054 src_and_asm_line=@{line="32",
29055 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
29056 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
29057 line_asm_insn=[@{address="0x000107c0",
29058 func-name="main",offset="4",inst="mov 2, %o0"@},
29059 @{address="0x000107c4",func-name="main",offset="8",
29060 inst="sethi %hi(0x11800), %o2"@}]@}]
29061 (gdb)
29062 @end smallexample
29063
29064
29065 @subheading The @code{-data-evaluate-expression} Command
29066 @findex -data-evaluate-expression
29067
29068 @subsubheading Synopsis
29069
29070 @smallexample
29071 -data-evaluate-expression @var{expr}
29072 @end smallexample
29073
29074 Evaluate @var{expr} as an expression. The expression could contain an
29075 inferior function call. The function call will execute synchronously.
29076 If the expression contains spaces, it must be enclosed in double quotes.
29077
29078 @subsubheading @value{GDBN} Command
29079
29080 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
29081 @samp{call}. In @code{gdbtk} only, there's a corresponding
29082 @samp{gdb_eval} command.
29083
29084 @subsubheading Example
29085
29086 In the following example, the numbers that precede the commands are the
29087 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
29088 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
29089 output.
29090
29091 @smallexample
29092 211-data-evaluate-expression A
29093 211^done,value="1"
29094 (gdb)
29095 311-data-evaluate-expression &A
29096 311^done,value="0xefffeb7c"
29097 (gdb)
29098 411-data-evaluate-expression A+3
29099 411^done,value="4"
29100 (gdb)
29101 511-data-evaluate-expression "A + 3"
29102 511^done,value="4"
29103 (gdb)
29104 @end smallexample
29105
29106
29107 @subheading The @code{-data-list-changed-registers} Command
29108 @findex -data-list-changed-registers
29109
29110 @subsubheading Synopsis
29111
29112 @smallexample
29113 -data-list-changed-registers
29114 @end smallexample
29115
29116 Display a list of the registers that have changed.
29117
29118 @subsubheading @value{GDBN} Command
29119
29120 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
29121 has the corresponding command @samp{gdb_changed_register_list}.
29122
29123 @subsubheading Example
29124
29125 On a PPC MBX board:
29126
29127 @smallexample
29128 (gdb)
29129 -exec-continue
29130 ^running
29131
29132 (gdb)
29133 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
29134 func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
29135 line="5"@}
29136 (gdb)
29137 -data-list-changed-registers
29138 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
29139 "10","11","13","14","15","16","17","18","19","20","21","22","23",
29140 "24","25","26","27","28","30","31","64","65","66","67","69"]
29141 (gdb)
29142 @end smallexample
29143
29144
29145 @subheading The @code{-data-list-register-names} Command
29146 @findex -data-list-register-names
29147
29148 @subsubheading Synopsis
29149
29150 @smallexample
29151 -data-list-register-names [ ( @var{regno} )+ ]
29152 @end smallexample
29153
29154 Show a list of register names for the current target. If no arguments
29155 are given, it shows a list of the names of all the registers. If
29156 integer numbers are given as arguments, it will print a list of the
29157 names of the registers corresponding to the arguments. To ensure
29158 consistency between a register name and its number, the output list may
29159 include empty register names.
29160
29161 @subsubheading @value{GDBN} Command
29162
29163 @value{GDBN} does not have a command which corresponds to
29164 @samp{-data-list-register-names}. In @code{gdbtk} there is a
29165 corresponding command @samp{gdb_regnames}.
29166
29167 @subsubheading Example
29168
29169 For the PPC MBX board:
29170 @smallexample
29171 (gdb)
29172 -data-list-register-names
29173 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
29174 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
29175 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
29176 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
29177 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
29178 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
29179 "", "pc","ps","cr","lr","ctr","xer"]
29180 (gdb)
29181 -data-list-register-names 1 2 3
29182 ^done,register-names=["r1","r2","r3"]
29183 (gdb)
29184 @end smallexample
29185
29186 @subheading The @code{-data-list-register-values} Command
29187 @findex -data-list-register-values
29188
29189 @subsubheading Synopsis
29190
29191 @smallexample
29192 -data-list-register-values
29193 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
29194 @end smallexample
29195
29196 Display the registers' contents. The format according to which the
29197 registers' contents are to be returned is given by @var{fmt}, followed
29198 by an optional list of numbers specifying the registers to display. A
29199 missing list of numbers indicates that the contents of all the
29200 registers must be returned. The @code{--skip-unavailable} option
29201 indicates that only the available registers are to be returned.
29202
29203 Allowed formats for @var{fmt} are:
29204
29205 @table @code
29206 @item x
29207 Hexadecimal
29208 @item o
29209 Octal
29210 @item t
29211 Binary
29212 @item d
29213 Decimal
29214 @item r
29215 Raw
29216 @item N
29217 Natural
29218 @end table
29219
29220 @subsubheading @value{GDBN} Command
29221
29222 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
29223 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
29224
29225 @subsubheading Example
29226
29227 For a PPC MBX board (note: line breaks are for readability only, they
29228 don't appear in the actual output):
29229
29230 @smallexample
29231 (gdb)
29232 -data-list-register-values r 64 65
29233 ^done,register-values=[@{number="64",value="0xfe00a300"@},
29234 @{number="65",value="0x00029002"@}]
29235 (gdb)
29236 -data-list-register-values x
29237 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
29238 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
29239 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
29240 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
29241 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
29242 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
29243 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
29244 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
29245 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
29246 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
29247 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
29248 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
29249 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
29250 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
29251 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
29252 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
29253 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
29254 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
29255 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
29256 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
29257 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
29258 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
29259 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
29260 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
29261 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
29262 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
29263 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
29264 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
29265 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
29266 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
29267 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
29268 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
29269 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
29270 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
29271 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
29272 @{number="69",value="0x20002b03"@}]
29273 (gdb)
29274 @end smallexample
29275
29276
29277 @subheading The @code{-data-read-memory} Command
29278 @findex -data-read-memory
29279
29280 This command is deprecated, use @code{-data-read-memory-bytes} instead.
29281
29282 @subsubheading Synopsis
29283
29284 @smallexample
29285 -data-read-memory [ -o @var{byte-offset} ]
29286 @var{address} @var{word-format} @var{word-size}
29287 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
29288 @end smallexample
29289
29290 @noindent
29291 where:
29292
29293 @table @samp
29294 @item @var{address}
29295 An expression specifying the address of the first memory word to be
29296 read. Complex expressions containing embedded white space should be
29297 quoted using the C convention.
29298
29299 @item @var{word-format}
29300 The format to be used to print the memory words. The notation is the
29301 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
29302 ,Output Formats}).
29303
29304 @item @var{word-size}
29305 The size of each memory word in bytes.
29306
29307 @item @var{nr-rows}
29308 The number of rows in the output table.
29309
29310 @item @var{nr-cols}
29311 The number of columns in the output table.
29312
29313 @item @var{aschar}
29314 If present, indicates that each row should include an @sc{ascii} dump. The
29315 value of @var{aschar} is used as a padding character when a byte is not a
29316 member of the printable @sc{ascii} character set (printable @sc{ascii}
29317 characters are those whose code is between 32 and 126, inclusively).
29318
29319 @item @var{byte-offset}
29320 An offset to add to the @var{address} before fetching memory.
29321 @end table
29322
29323 This command displays memory contents as a table of @var{nr-rows} by
29324 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
29325 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
29326 (returned as @samp{total-bytes}). Should less than the requested number
29327 of bytes be returned by the target, the missing words are identified
29328 using @samp{N/A}. The number of bytes read from the target is returned
29329 in @samp{nr-bytes} and the starting address used to read memory in
29330 @samp{addr}.
29331
29332 The address of the next/previous row or page is available in
29333 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
29334 @samp{prev-page}.
29335
29336 @subsubheading @value{GDBN} Command
29337
29338 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
29339 @samp{gdb_get_mem} memory read command.
29340
29341 @subsubheading Example
29342
29343 Read six bytes of memory starting at @code{bytes+6} but then offset by
29344 @code{-6} bytes. Format as three rows of two columns. One byte per
29345 word. Display each word in hex.
29346
29347 @smallexample
29348 (gdb)
29349 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
29350 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
29351 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
29352 prev-page="0x0000138a",memory=[
29353 @{addr="0x00001390",data=["0x00","0x01"]@},
29354 @{addr="0x00001392",data=["0x02","0x03"]@},
29355 @{addr="0x00001394",data=["0x04","0x05"]@}]
29356 (gdb)
29357 @end smallexample
29358
29359 Read two bytes of memory starting at address @code{shorts + 64} and
29360 display as a single word formatted in decimal.
29361
29362 @smallexample
29363 (gdb)
29364 5-data-read-memory shorts+64 d 2 1 1
29365 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
29366 next-row="0x00001512",prev-row="0x0000150e",
29367 next-page="0x00001512",prev-page="0x0000150e",memory=[
29368 @{addr="0x00001510",data=["128"]@}]
29369 (gdb)
29370 @end smallexample
29371
29372 Read thirty two bytes of memory starting at @code{bytes+16} and format
29373 as eight rows of four columns. Include a string encoding with @samp{x}
29374 used as the non-printable character.
29375
29376 @smallexample
29377 (gdb)
29378 4-data-read-memory bytes+16 x 1 8 4 x
29379 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
29380 next-row="0x000013c0",prev-row="0x0000139c",
29381 next-page="0x000013c0",prev-page="0x00001380",memory=[
29382 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
29383 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
29384 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
29385 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
29386 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
29387 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
29388 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
29389 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
29390 (gdb)
29391 @end smallexample
29392
29393 @subheading The @code{-data-read-memory-bytes} Command
29394 @findex -data-read-memory-bytes
29395
29396 @subsubheading Synopsis
29397
29398 @smallexample
29399 -data-read-memory-bytes [ -o @var{byte-offset} ]
29400 @var{address} @var{count}
29401 @end smallexample
29402
29403 @noindent
29404 where:
29405
29406 @table @samp
29407 @item @var{address}
29408 An expression specifying the address of the first memory word to be
29409 read. Complex expressions containing embedded white space should be
29410 quoted using the C convention.
29411
29412 @item @var{count}
29413 The number of bytes to read. This should be an integer literal.
29414
29415 @item @var{byte-offset}
29416 The offsets in bytes relative to @var{address} at which to start
29417 reading. This should be an integer literal. This option is provided
29418 so that a frontend is not required to first evaluate address and then
29419 perform address arithmetics itself.
29420
29421 @end table
29422
29423 This command attempts to read all accessible memory regions in the
29424 specified range. First, all regions marked as unreadable in the memory
29425 map (if one is defined) will be skipped. @xref{Memory Region
29426 Attributes}. Second, @value{GDBN} will attempt to read the remaining
29427 regions. For each one, if reading full region results in an errors,
29428 @value{GDBN} will try to read a subset of the region.
29429
29430 In general, every single byte in the region may be readable or not,
29431 and the only way to read every readable byte is to try a read at
29432 every address, which is not practical. Therefore, @value{GDBN} will
29433 attempt to read all accessible bytes at either beginning or the end
29434 of the region, using a binary division scheme. This heuristic works
29435 well for reading accross a memory map boundary. Note that if a region
29436 has a readable range that is neither at the beginning or the end,
29437 @value{GDBN} will not read it.
29438
29439 The result record (@pxref{GDB/MI Result Records}) that is output of
29440 the command includes a field named @samp{memory} whose content is a
29441 list of tuples. Each tuple represent a successfully read memory block
29442 and has the following fields:
29443
29444 @table @code
29445 @item begin
29446 The start address of the memory block, as hexadecimal literal.
29447
29448 @item end
29449 The end address of the memory block, as hexadecimal literal.
29450
29451 @item offset
29452 The offset of the memory block, as hexadecimal literal, relative to
29453 the start address passed to @code{-data-read-memory-bytes}.
29454
29455 @item contents
29456 The contents of the memory block, in hex.
29457
29458 @end table
29459
29460
29461
29462 @subsubheading @value{GDBN} Command
29463
29464 The corresponding @value{GDBN} command is @samp{x}.
29465
29466 @subsubheading Example
29467
29468 @smallexample
29469 (gdb)
29470 -data-read-memory-bytes &a 10
29471 ^done,memory=[@{begin="0xbffff154",offset="0x00000000",
29472 end="0xbffff15e",
29473 contents="01000000020000000300"@}]
29474 (gdb)
29475 @end smallexample
29476
29477
29478 @subheading The @code{-data-write-memory-bytes} Command
29479 @findex -data-write-memory-bytes
29480
29481 @subsubheading Synopsis
29482
29483 @smallexample
29484 -data-write-memory-bytes @var{address} @var{contents}
29485 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
29486 @end smallexample
29487
29488 @noindent
29489 where:
29490
29491 @table @samp
29492 @item @var{address}
29493 An expression specifying the address of the first memory word to be
29494 read. Complex expressions containing embedded white space should be
29495 quoted using the C convention.
29496
29497 @item @var{contents}
29498 The hex-encoded bytes to write.
29499
29500 @item @var{count}
29501 Optional argument indicating the number of bytes to be written. If @var{count}
29502 is greater than @var{contents}' length, @value{GDBN} will repeatedly
29503 write @var{contents} until it fills @var{count} bytes.
29504
29505 @end table
29506
29507 @subsubheading @value{GDBN} Command
29508
29509 There's no corresponding @value{GDBN} command.
29510
29511 @subsubheading Example
29512
29513 @smallexample
29514 (gdb)
29515 -data-write-memory-bytes &a "aabbccdd"
29516 ^done
29517 (gdb)
29518 @end smallexample
29519
29520 @smallexample
29521 (gdb)
29522 -data-write-memory-bytes &a "aabbccdd" 16e
29523 ^done
29524 (gdb)
29525 @end smallexample
29526
29527 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29528 @node GDB/MI Tracepoint Commands
29529 @section @sc{gdb/mi} Tracepoint Commands
29530
29531 The commands defined in this section implement MI support for
29532 tracepoints. For detailed introduction, see @ref{Tracepoints}.
29533
29534 @subheading The @code{-trace-find} Command
29535 @findex -trace-find
29536
29537 @subsubheading Synopsis
29538
29539 @smallexample
29540 -trace-find @var{mode} [@var{parameters}@dots{}]
29541 @end smallexample
29542
29543 Find a trace frame using criteria defined by @var{mode} and
29544 @var{parameters}. The following table lists permissible
29545 modes and their parameters. For details of operation, see @ref{tfind}.
29546
29547 @table @samp
29548
29549 @item none
29550 No parameters are required. Stops examining trace frames.
29551
29552 @item frame-number
29553 An integer is required as parameter. Selects tracepoint frame with
29554 that index.
29555
29556 @item tracepoint-number
29557 An integer is required as parameter. Finds next
29558 trace frame that corresponds to tracepoint with the specified number.
29559
29560 @item pc
29561 An address is required as parameter. Finds
29562 next trace frame that corresponds to any tracepoint at the specified
29563 address.
29564
29565 @item pc-inside-range
29566 Two addresses are required as parameters. Finds next trace
29567 frame that corresponds to a tracepoint at an address inside the
29568 specified range. Both bounds are considered to be inside the range.
29569
29570 @item pc-outside-range
29571 Two addresses are required as parameters. Finds
29572 next trace frame that corresponds to a tracepoint at an address outside
29573 the specified range. Both bounds are considered to be inside the range.
29574
29575 @item line
29576 Line specification is required as parameter. @xref{Specify Location}.
29577 Finds next trace frame that corresponds to a tracepoint at
29578 the specified location.
29579
29580 @end table
29581
29582 If @samp{none} was passed as @var{mode}, the response does not
29583 have fields. Otherwise, the response may have the following fields:
29584
29585 @table @samp
29586 @item found
29587 This field has either @samp{0} or @samp{1} as the value, depending
29588 on whether a matching tracepoint was found.
29589
29590 @item traceframe
29591 The index of the found traceframe. This field is present iff
29592 the @samp{found} field has value of @samp{1}.
29593
29594 @item tracepoint
29595 The index of the found tracepoint. This field is present iff
29596 the @samp{found} field has value of @samp{1}.
29597
29598 @item frame
29599 The information about the frame corresponding to the found trace
29600 frame. This field is present only if a trace frame was found.
29601 @xref{GDB/MI Frame Information}, for description of this field.
29602
29603 @end table
29604
29605 @subsubheading @value{GDBN} Command
29606
29607 The corresponding @value{GDBN} command is @samp{tfind}.
29608
29609 @subheading -trace-define-variable
29610 @findex -trace-define-variable
29611
29612 @subsubheading Synopsis
29613
29614 @smallexample
29615 -trace-define-variable @var{name} [ @var{value} ]
29616 @end smallexample
29617
29618 Create trace variable @var{name} if it does not exist. If
29619 @var{value} is specified, sets the initial value of the specified
29620 trace variable to that value. Note that the @var{name} should start
29621 with the @samp{$} character.
29622
29623 @subsubheading @value{GDBN} Command
29624
29625 The corresponding @value{GDBN} command is @samp{tvariable}.
29626
29627 @subheading The @code{-trace-frame-collected} Command
29628 @findex -trace-frame-collected
29629
29630 @subsubheading Synopsis
29631
29632 @smallexample
29633 -trace-frame-collected
29634 [--var-print-values @var{var_pval}]
29635 [--comp-print-values @var{comp_pval}]
29636 [--registers-format @var{regformat}]
29637 [--memory-contents]
29638 @end smallexample
29639
29640 This command returns the set of collected objects, register names,
29641 trace state variable names, memory ranges and computed expressions
29642 that have been collected at a particular trace frame. The optional
29643 parameters to the command affect the output format in different ways.
29644 See the output description table below for more details.
29645
29646 The reported names can be used in the normal manner to create
29647 varobjs and inspect the objects themselves. The items returned by
29648 this command are categorized so that it is clear which is a variable,
29649 which is a register, which is a trace state variable, which is a
29650 memory range and which is a computed expression.
29651
29652 For instance, if the actions were
29653 @smallexample
29654 collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
29655 collect *(int*)0xaf02bef0@@40
29656 @end smallexample
29657
29658 @noindent
29659 the object collected in its entirety would be @code{myVar}. The
29660 object @code{myArray} would be partially collected, because only the
29661 element at index @code{myIndex} would be collected. The remaining
29662 objects would be computed expressions.
29663
29664 An example output would be:
29665
29666 @smallexample
29667 (gdb)
29668 -trace-frame-collected
29669 ^done,
29670 explicit-variables=[@{name="myVar",value="1"@}],
29671 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
29672 @{name="myObj.field",value="0"@},
29673 @{name="myPtr->field",value="1"@},
29674 @{name="myCount + 2",value="3"@},
29675 @{name="$tvar1 + 1",value="43970027"@}],
29676 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
29677 @{number="1",value="0x0"@},
29678 @{number="2",value="0x4"@},
29679 ...
29680 @{number="125",value="0x0"@}],
29681 tvars=[@{name="$tvar1",current="43970026"@}],
29682 memory=[@{address="0x0000000000602264",length="4"@},
29683 @{address="0x0000000000615bc0",length="4"@}]
29684 (gdb)
29685 @end smallexample
29686
29687 Where:
29688
29689 @table @code
29690 @item explicit-variables
29691 The set of objects that have been collected in their entirety (as
29692 opposed to collecting just a few elements of an array or a few struct
29693 members). For each object, its name and value are printed.
29694 The @code{--var-print-values} option affects how or whether the value
29695 field is output. If @var{var_pval} is 0, then print only the names;
29696 if it is 1, print also their values; and if it is 2, print the name,
29697 type and value for simple data types, and the name and type for
29698 arrays, structures and unions.
29699
29700 @item computed-expressions
29701 The set of computed expressions that have been collected at the
29702 current trace frame. The @code{--comp-print-values} option affects
29703 this set like the @code{--var-print-values} option affects the
29704 @code{explicit-variables} set. See above.
29705
29706 @item registers
29707 The registers that have been collected at the current trace frame.
29708 For each register collected, the name and current value are returned.
29709 The value is formatted according to the @code{--registers-format}
29710 option. See the @command{-data-list-register-values} command for a
29711 list of the allowed formats. The default is @samp{x}.
29712
29713 @item tvars
29714 The trace state variables that have been collected at the current
29715 trace frame. For each trace state variable collected, the name and
29716 current value are returned.
29717
29718 @item memory
29719 The set of memory ranges that have been collected at the current trace
29720 frame. Its content is a list of tuples. Each tuple represents a
29721 collected memory range and has the following fields:
29722
29723 @table @code
29724 @item address
29725 The start address of the memory range, as hexadecimal literal.
29726
29727 @item length
29728 The length of the memory range, as decimal literal.
29729
29730 @item contents
29731 The contents of the memory block, in hex. This field is only present
29732 if the @code{--memory-contents} option is specified.
29733
29734 @end table
29735
29736 @end table
29737
29738 @subsubheading @value{GDBN} Command
29739
29740 There is no corresponding @value{GDBN} command.
29741
29742 @subsubheading Example
29743
29744 @subheading -trace-list-variables
29745 @findex -trace-list-variables
29746
29747 @subsubheading Synopsis
29748
29749 @smallexample
29750 -trace-list-variables
29751 @end smallexample
29752
29753 Return a table of all defined trace variables. Each element of the
29754 table has the following fields:
29755
29756 @table @samp
29757 @item name
29758 The name of the trace variable. This field is always present.
29759
29760 @item initial
29761 The initial value. This is a 64-bit signed integer. This
29762 field is always present.
29763
29764 @item current
29765 The value the trace variable has at the moment. This is a 64-bit
29766 signed integer. This field is absent iff current value is
29767 not defined, for example if the trace was never run, or is
29768 presently running.
29769
29770 @end table
29771
29772 @subsubheading @value{GDBN} Command
29773
29774 The corresponding @value{GDBN} command is @samp{tvariables}.
29775
29776 @subsubheading Example
29777
29778 @smallexample
29779 (gdb)
29780 -trace-list-variables
29781 ^done,trace-variables=@{nr_rows="1",nr_cols="3",
29782 hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
29783 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
29784 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
29785 body=[variable=@{name="$trace_timestamp",initial="0"@}
29786 variable=@{name="$foo",initial="10",current="15"@}]@}
29787 (gdb)
29788 @end smallexample
29789
29790 @subheading -trace-save
29791 @findex -trace-save
29792
29793 @subsubheading Synopsis
29794
29795 @smallexample
29796 -trace-save [-r ] @var{filename}
29797 @end smallexample
29798
29799 Saves the collected trace data to @var{filename}. Without the
29800 @samp{-r} option, the data is downloaded from the target and saved
29801 in a local file. With the @samp{-r} option the target is asked
29802 to perform the save.
29803
29804 @subsubheading @value{GDBN} Command
29805
29806 The corresponding @value{GDBN} command is @samp{tsave}.
29807
29808
29809 @subheading -trace-start
29810 @findex -trace-start
29811
29812 @subsubheading Synopsis
29813
29814 @smallexample
29815 -trace-start
29816 @end smallexample
29817
29818 Starts a tracing experiments. The result of this command does not
29819 have any fields.
29820
29821 @subsubheading @value{GDBN} Command
29822
29823 The corresponding @value{GDBN} command is @samp{tstart}.
29824
29825 @subheading -trace-status
29826 @findex -trace-status
29827
29828 @subsubheading Synopsis
29829
29830 @smallexample
29831 -trace-status
29832 @end smallexample
29833
29834 Obtains the status of a tracing experiment. The result may include
29835 the following fields:
29836
29837 @table @samp
29838
29839 @item supported
29840 May have a value of either @samp{0}, when no tracing operations are
29841 supported, @samp{1}, when all tracing operations are supported, or
29842 @samp{file} when examining trace file. In the latter case, examining
29843 of trace frame is possible but new tracing experiement cannot be
29844 started. This field is always present.
29845
29846 @item running
29847 May have a value of either @samp{0} or @samp{1} depending on whether
29848 tracing experiement is in progress on target. This field is present
29849 if @samp{supported} field is not @samp{0}.
29850
29851 @item stop-reason
29852 Report the reason why the tracing was stopped last time. This field
29853 may be absent iff tracing was never stopped on target yet. The
29854 value of @samp{request} means the tracing was stopped as result of
29855 the @code{-trace-stop} command. The value of @samp{overflow} means
29856 the tracing buffer is full. The value of @samp{disconnection} means
29857 tracing was automatically stopped when @value{GDBN} has disconnected.
29858 The value of @samp{passcount} means tracing was stopped when a
29859 tracepoint was passed a maximal number of times for that tracepoint.
29860 This field is present if @samp{supported} field is not @samp{0}.
29861
29862 @item stopping-tracepoint
29863 The number of tracepoint whose passcount as exceeded. This field is
29864 present iff the @samp{stop-reason} field has the value of
29865 @samp{passcount}.
29866
29867 @item frames
29868 @itemx frames-created
29869 The @samp{frames} field is a count of the total number of trace frames
29870 in the trace buffer, while @samp{frames-created} is the total created
29871 during the run, including ones that were discarded, such as when a
29872 circular trace buffer filled up. Both fields are optional.
29873
29874 @item buffer-size
29875 @itemx buffer-free
29876 These fields tell the current size of the tracing buffer and the
29877 remaining space. These fields are optional.
29878
29879 @item circular
29880 The value of the circular trace buffer flag. @code{1} means that the
29881 trace buffer is circular and old trace frames will be discarded if
29882 necessary to make room, @code{0} means that the trace buffer is linear
29883 and may fill up.
29884
29885 @item disconnected
29886 The value of the disconnected tracing flag. @code{1} means that
29887 tracing will continue after @value{GDBN} disconnects, @code{0} means
29888 that the trace run will stop.
29889
29890 @item trace-file
29891 The filename of the trace file being examined. This field is
29892 optional, and only present when examining a trace file.
29893
29894 @end table
29895
29896 @subsubheading @value{GDBN} Command
29897
29898 The corresponding @value{GDBN} command is @samp{tstatus}.
29899
29900 @subheading -trace-stop
29901 @findex -trace-stop
29902
29903 @subsubheading Synopsis
29904
29905 @smallexample
29906 -trace-stop
29907 @end smallexample
29908
29909 Stops a tracing experiment. The result of this command has the same
29910 fields as @code{-trace-status}, except that the @samp{supported} and
29911 @samp{running} fields are not output.
29912
29913 @subsubheading @value{GDBN} Command
29914
29915 The corresponding @value{GDBN} command is @samp{tstop}.
29916
29917
29918 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29919 @node GDB/MI Symbol Query
29920 @section @sc{gdb/mi} Symbol Query Commands
29921
29922
29923 @ignore
29924 @subheading The @code{-symbol-info-address} Command
29925 @findex -symbol-info-address
29926
29927 @subsubheading Synopsis
29928
29929 @smallexample
29930 -symbol-info-address @var{symbol}
29931 @end smallexample
29932
29933 Describe where @var{symbol} is stored.
29934
29935 @subsubheading @value{GDBN} Command
29936
29937 The corresponding @value{GDBN} command is @samp{info address}.
29938
29939 @subsubheading Example
29940 N.A.
29941
29942
29943 @subheading The @code{-symbol-info-file} Command
29944 @findex -symbol-info-file
29945
29946 @subsubheading Synopsis
29947
29948 @smallexample
29949 -symbol-info-file
29950 @end smallexample
29951
29952 Show the file for the symbol.
29953
29954 @subsubheading @value{GDBN} Command
29955
29956 There's no equivalent @value{GDBN} command. @code{gdbtk} has
29957 @samp{gdb_find_file}.
29958
29959 @subsubheading Example
29960 N.A.
29961
29962
29963 @subheading The @code{-symbol-info-function} Command
29964 @findex -symbol-info-function
29965
29966 @subsubheading Synopsis
29967
29968 @smallexample
29969 -symbol-info-function
29970 @end smallexample
29971
29972 Show which function the symbol lives in.
29973
29974 @subsubheading @value{GDBN} Command
29975
29976 @samp{gdb_get_function} in @code{gdbtk}.
29977
29978 @subsubheading Example
29979 N.A.
29980
29981
29982 @subheading The @code{-symbol-info-line} Command
29983 @findex -symbol-info-line
29984
29985 @subsubheading Synopsis
29986
29987 @smallexample
29988 -symbol-info-line
29989 @end smallexample
29990
29991 Show the core addresses of the code for a source line.
29992
29993 @subsubheading @value{GDBN} Command
29994
29995 The corresponding @value{GDBN} command is @samp{info line}.
29996 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
29997
29998 @subsubheading Example
29999 N.A.
30000
30001
30002 @subheading The @code{-symbol-info-symbol} Command
30003 @findex -symbol-info-symbol
30004
30005 @subsubheading Synopsis
30006
30007 @smallexample
30008 -symbol-info-symbol @var{addr}
30009 @end smallexample
30010
30011 Describe what symbol is at location @var{addr}.
30012
30013 @subsubheading @value{GDBN} Command
30014
30015 The corresponding @value{GDBN} command is @samp{info symbol}.
30016
30017 @subsubheading Example
30018 N.A.
30019
30020
30021 @subheading The @code{-symbol-list-functions} Command
30022 @findex -symbol-list-functions
30023
30024 @subsubheading Synopsis
30025
30026 @smallexample
30027 -symbol-list-functions
30028 @end smallexample
30029
30030 List the functions in the executable.
30031
30032 @subsubheading @value{GDBN} Command
30033
30034 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
30035 @samp{gdb_search} in @code{gdbtk}.
30036
30037 @subsubheading Example
30038 N.A.
30039 @end ignore
30040
30041
30042 @subheading The @code{-symbol-list-lines} Command
30043 @findex -symbol-list-lines
30044
30045 @subsubheading Synopsis
30046
30047 @smallexample
30048 -symbol-list-lines @var{filename}
30049 @end smallexample
30050
30051 Print the list of lines that contain code and their associated program
30052 addresses for the given source filename. The entries are sorted in
30053 ascending PC order.
30054
30055 @subsubheading @value{GDBN} Command
30056
30057 There is no corresponding @value{GDBN} command.
30058
30059 @subsubheading Example
30060 @smallexample
30061 (gdb)
30062 -symbol-list-lines basics.c
30063 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
30064 (gdb)
30065 @end smallexample
30066
30067
30068 @ignore
30069 @subheading The @code{-symbol-list-types} Command
30070 @findex -symbol-list-types
30071
30072 @subsubheading Synopsis
30073
30074 @smallexample
30075 -symbol-list-types
30076 @end smallexample
30077
30078 List all the type names.
30079
30080 @subsubheading @value{GDBN} Command
30081
30082 The corresponding commands are @samp{info types} in @value{GDBN},
30083 @samp{gdb_search} in @code{gdbtk}.
30084
30085 @subsubheading Example
30086 N.A.
30087
30088
30089 @subheading The @code{-symbol-list-variables} Command
30090 @findex -symbol-list-variables
30091
30092 @subsubheading Synopsis
30093
30094 @smallexample
30095 -symbol-list-variables
30096 @end smallexample
30097
30098 List all the global and static variable names.
30099
30100 @subsubheading @value{GDBN} Command
30101
30102 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
30103
30104 @subsubheading Example
30105 N.A.
30106
30107
30108 @subheading The @code{-symbol-locate} Command
30109 @findex -symbol-locate
30110
30111 @subsubheading Synopsis
30112
30113 @smallexample
30114 -symbol-locate
30115 @end smallexample
30116
30117 @subsubheading @value{GDBN} Command
30118
30119 @samp{gdb_loc} in @code{gdbtk}.
30120
30121 @subsubheading Example
30122 N.A.
30123
30124
30125 @subheading The @code{-symbol-type} Command
30126 @findex -symbol-type
30127
30128 @subsubheading Synopsis
30129
30130 @smallexample
30131 -symbol-type @var{variable}
30132 @end smallexample
30133
30134 Show type of @var{variable}.
30135
30136 @subsubheading @value{GDBN} Command
30137
30138 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
30139 @samp{gdb_obj_variable}.
30140
30141 @subsubheading Example
30142 N.A.
30143 @end ignore
30144
30145
30146 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30147 @node GDB/MI File Commands
30148 @section @sc{gdb/mi} File Commands
30149
30150 This section describes the GDB/MI commands to specify executable file names
30151 and to read in and obtain symbol table information.
30152
30153 @subheading The @code{-file-exec-and-symbols} Command
30154 @findex -file-exec-and-symbols
30155
30156 @subsubheading Synopsis
30157
30158 @smallexample
30159 -file-exec-and-symbols @var{file}
30160 @end smallexample
30161
30162 Specify the executable file to be debugged. This file is the one from
30163 which the symbol table is also read. If no file is specified, the
30164 command clears the executable and symbol information. If breakpoints
30165 are set when using this command with no arguments, @value{GDBN} will produce
30166 error messages. Otherwise, no output is produced, except a completion
30167 notification.
30168
30169 @subsubheading @value{GDBN} Command
30170
30171 The corresponding @value{GDBN} command is @samp{file}.
30172
30173 @subsubheading Example
30174
30175 @smallexample
30176 (gdb)
30177 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
30178 ^done
30179 (gdb)
30180 @end smallexample
30181
30182
30183 @subheading The @code{-file-exec-file} Command
30184 @findex -file-exec-file
30185
30186 @subsubheading Synopsis
30187
30188 @smallexample
30189 -file-exec-file @var{file}
30190 @end smallexample
30191
30192 Specify the executable file to be debugged. Unlike
30193 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
30194 from this file. If used without argument, @value{GDBN} clears the information
30195 about the executable file. No output is produced, except a completion
30196 notification.
30197
30198 @subsubheading @value{GDBN} Command
30199
30200 The corresponding @value{GDBN} command is @samp{exec-file}.
30201
30202 @subsubheading Example
30203
30204 @smallexample
30205 (gdb)
30206 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
30207 ^done
30208 (gdb)
30209 @end smallexample
30210
30211
30212 @ignore
30213 @subheading The @code{-file-list-exec-sections} Command
30214 @findex -file-list-exec-sections
30215
30216 @subsubheading Synopsis
30217
30218 @smallexample
30219 -file-list-exec-sections
30220 @end smallexample
30221
30222 List the sections of the current executable file.
30223
30224 @subsubheading @value{GDBN} Command
30225
30226 The @value{GDBN} command @samp{info file} shows, among the rest, the same
30227 information as this command. @code{gdbtk} has a corresponding command
30228 @samp{gdb_load_info}.
30229
30230 @subsubheading Example
30231 N.A.
30232 @end ignore
30233
30234
30235 @subheading The @code{-file-list-exec-source-file} Command
30236 @findex -file-list-exec-source-file
30237
30238 @subsubheading Synopsis
30239
30240 @smallexample
30241 -file-list-exec-source-file
30242 @end smallexample
30243
30244 List the line number, the current source file, and the absolute path
30245 to the current source file for the current executable. The macro
30246 information field has a value of @samp{1} or @samp{0} depending on
30247 whether or not the file includes preprocessor macro information.
30248
30249 @subsubheading @value{GDBN} Command
30250
30251 The @value{GDBN} equivalent is @samp{info source}
30252
30253 @subsubheading Example
30254
30255 @smallexample
30256 (gdb)
30257 123-file-list-exec-source-file
30258 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
30259 (gdb)
30260 @end smallexample
30261
30262
30263 @subheading The @code{-file-list-exec-source-files} Command
30264 @findex -file-list-exec-source-files
30265
30266 @subsubheading Synopsis
30267
30268 @smallexample
30269 -file-list-exec-source-files
30270 @end smallexample
30271
30272 List the source files for the current executable.
30273
30274 It will always output both the filename and fullname (absolute file
30275 name) of a source file.
30276
30277 @subsubheading @value{GDBN} Command
30278
30279 The @value{GDBN} equivalent is @samp{info sources}.
30280 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
30281
30282 @subsubheading Example
30283 @smallexample
30284 (gdb)
30285 -file-list-exec-source-files
30286 ^done,files=[
30287 @{file=foo.c,fullname=/home/foo.c@},
30288 @{file=/home/bar.c,fullname=/home/bar.c@},
30289 @{file=gdb_could_not_find_fullpath.c@}]
30290 (gdb)
30291 @end smallexample
30292
30293 @ignore
30294 @subheading The @code{-file-list-shared-libraries} Command
30295 @findex -file-list-shared-libraries
30296
30297 @subsubheading Synopsis
30298
30299 @smallexample
30300 -file-list-shared-libraries
30301 @end smallexample
30302
30303 List the shared libraries in the program.
30304
30305 @subsubheading @value{GDBN} Command
30306
30307 The corresponding @value{GDBN} command is @samp{info shared}.
30308
30309 @subsubheading Example
30310 N.A.
30311
30312
30313 @subheading The @code{-file-list-symbol-files} Command
30314 @findex -file-list-symbol-files
30315
30316 @subsubheading Synopsis
30317
30318 @smallexample
30319 -file-list-symbol-files
30320 @end smallexample
30321
30322 List symbol files.
30323
30324 @subsubheading @value{GDBN} Command
30325
30326 The corresponding @value{GDBN} command is @samp{info file} (part of it).
30327
30328 @subsubheading Example
30329 N.A.
30330 @end ignore
30331
30332
30333 @subheading The @code{-file-symbol-file} Command
30334 @findex -file-symbol-file
30335
30336 @subsubheading Synopsis
30337
30338 @smallexample
30339 -file-symbol-file @var{file}
30340 @end smallexample
30341
30342 Read symbol table info from the specified @var{file} argument. When
30343 used without arguments, clears @value{GDBN}'s symbol table info. No output is
30344 produced, except for a completion notification.
30345
30346 @subsubheading @value{GDBN} Command
30347
30348 The corresponding @value{GDBN} command is @samp{symbol-file}.
30349
30350 @subsubheading Example
30351
30352 @smallexample
30353 (gdb)
30354 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
30355 ^done
30356 (gdb)
30357 @end smallexample
30358
30359 @ignore
30360 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30361 @node GDB/MI Memory Overlay Commands
30362 @section @sc{gdb/mi} Memory Overlay Commands
30363
30364 The memory overlay commands are not implemented.
30365
30366 @c @subheading -overlay-auto
30367
30368 @c @subheading -overlay-list-mapping-state
30369
30370 @c @subheading -overlay-list-overlays
30371
30372 @c @subheading -overlay-map
30373
30374 @c @subheading -overlay-off
30375
30376 @c @subheading -overlay-on
30377
30378 @c @subheading -overlay-unmap
30379
30380 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30381 @node GDB/MI Signal Handling Commands
30382 @section @sc{gdb/mi} Signal Handling Commands
30383
30384 Signal handling commands are not implemented.
30385
30386 @c @subheading -signal-handle
30387
30388 @c @subheading -signal-list-handle-actions
30389
30390 @c @subheading -signal-list-signal-types
30391 @end ignore
30392
30393
30394 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30395 @node GDB/MI Target Manipulation
30396 @section @sc{gdb/mi} Target Manipulation Commands
30397
30398
30399 @subheading The @code{-target-attach} Command
30400 @findex -target-attach
30401
30402 @subsubheading Synopsis
30403
30404 @smallexample
30405 -target-attach @var{pid} | @var{gid} | @var{file}
30406 @end smallexample
30407
30408 Attach to a process @var{pid} or a file @var{file} outside of
30409 @value{GDBN}, or a thread group @var{gid}. If attaching to a thread
30410 group, the id previously returned by
30411 @samp{-list-thread-groups --available} must be used.
30412
30413 @subsubheading @value{GDBN} Command
30414
30415 The corresponding @value{GDBN} command is @samp{attach}.
30416
30417 @subsubheading Example
30418 @smallexample
30419 (gdb)
30420 -target-attach 34
30421 =thread-created,id="1"
30422 *stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
30423 ^done
30424 (gdb)
30425 @end smallexample
30426
30427 @ignore
30428 @subheading The @code{-target-compare-sections} Command
30429 @findex -target-compare-sections
30430
30431 @subsubheading Synopsis
30432
30433 @smallexample
30434 -target-compare-sections [ @var{section} ]
30435 @end smallexample
30436
30437 Compare data of section @var{section} on target to the exec file.
30438 Without the argument, all sections are compared.
30439
30440 @subsubheading @value{GDBN} Command
30441
30442 The @value{GDBN} equivalent is @samp{compare-sections}.
30443
30444 @subsubheading Example
30445 N.A.
30446 @end ignore
30447
30448
30449 @subheading The @code{-target-detach} Command
30450 @findex -target-detach
30451
30452 @subsubheading Synopsis
30453
30454 @smallexample
30455 -target-detach [ @var{pid} | @var{gid} ]
30456 @end smallexample
30457
30458 Detach from the remote target which normally resumes its execution.
30459 If either @var{pid} or @var{gid} is specified, detaches from either
30460 the specified process, or specified thread group. There's no output.
30461
30462 @subsubheading @value{GDBN} Command
30463
30464 The corresponding @value{GDBN} command is @samp{detach}.
30465
30466 @subsubheading Example
30467
30468 @smallexample
30469 (gdb)
30470 -target-detach
30471 ^done
30472 (gdb)
30473 @end smallexample
30474
30475
30476 @subheading The @code{-target-disconnect} Command
30477 @findex -target-disconnect
30478
30479 @subsubheading Synopsis
30480
30481 @smallexample
30482 -target-disconnect
30483 @end smallexample
30484
30485 Disconnect from the remote target. There's no output and the target is
30486 generally not resumed.
30487
30488 @subsubheading @value{GDBN} Command
30489
30490 The corresponding @value{GDBN} command is @samp{disconnect}.
30491
30492 @subsubheading Example
30493
30494 @smallexample
30495 (gdb)
30496 -target-disconnect
30497 ^done
30498 (gdb)
30499 @end smallexample
30500
30501
30502 @subheading The @code{-target-download} Command
30503 @findex -target-download
30504
30505 @subsubheading Synopsis
30506
30507 @smallexample
30508 -target-download
30509 @end smallexample
30510
30511 Loads the executable onto the remote target.
30512 It prints out an update message every half second, which includes the fields:
30513
30514 @table @samp
30515 @item section
30516 The name of the section.
30517 @item section-sent
30518 The size of what has been sent so far for that section.
30519 @item section-size
30520 The size of the section.
30521 @item total-sent
30522 The total size of what was sent so far (the current and the previous sections).
30523 @item total-size
30524 The size of the overall executable to download.
30525 @end table
30526
30527 @noindent
30528 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
30529 @sc{gdb/mi} Output Syntax}).
30530
30531 In addition, it prints the name and size of the sections, as they are
30532 downloaded. These messages include the following fields:
30533
30534 @table @samp
30535 @item section
30536 The name of the section.
30537 @item section-size
30538 The size of the section.
30539 @item total-size
30540 The size of the overall executable to download.
30541 @end table
30542
30543 @noindent
30544 At the end, a summary is printed.
30545
30546 @subsubheading @value{GDBN} Command
30547
30548 The corresponding @value{GDBN} command is @samp{load}.
30549
30550 @subsubheading Example
30551
30552 Note: each status message appears on a single line. Here the messages
30553 have been broken down so that they can fit onto a page.
30554
30555 @smallexample
30556 (gdb)
30557 -target-download
30558 +download,@{section=".text",section-size="6668",total-size="9880"@}
30559 +download,@{section=".text",section-sent="512",section-size="6668",
30560 total-sent="512",total-size="9880"@}
30561 +download,@{section=".text",section-sent="1024",section-size="6668",
30562 total-sent="1024",total-size="9880"@}
30563 +download,@{section=".text",section-sent="1536",section-size="6668",
30564 total-sent="1536",total-size="9880"@}
30565 +download,@{section=".text",section-sent="2048",section-size="6668",
30566 total-sent="2048",total-size="9880"@}
30567 +download,@{section=".text",section-sent="2560",section-size="6668",
30568 total-sent="2560",total-size="9880"@}
30569 +download,@{section=".text",section-sent="3072",section-size="6668",
30570 total-sent="3072",total-size="9880"@}
30571 +download,@{section=".text",section-sent="3584",section-size="6668",
30572 total-sent="3584",total-size="9880"@}
30573 +download,@{section=".text",section-sent="4096",section-size="6668",
30574 total-sent="4096",total-size="9880"@}
30575 +download,@{section=".text",section-sent="4608",section-size="6668",
30576 total-sent="4608",total-size="9880"@}
30577 +download,@{section=".text",section-sent="5120",section-size="6668",
30578 total-sent="5120",total-size="9880"@}
30579 +download,@{section=".text",section-sent="5632",section-size="6668",
30580 total-sent="5632",total-size="9880"@}
30581 +download,@{section=".text",section-sent="6144",section-size="6668",
30582 total-sent="6144",total-size="9880"@}
30583 +download,@{section=".text",section-sent="6656",section-size="6668",
30584 total-sent="6656",total-size="9880"@}
30585 +download,@{section=".init",section-size="28",total-size="9880"@}
30586 +download,@{section=".fini",section-size="28",total-size="9880"@}
30587 +download,@{section=".data",section-size="3156",total-size="9880"@}
30588 +download,@{section=".data",section-sent="512",section-size="3156",
30589 total-sent="7236",total-size="9880"@}
30590 +download,@{section=".data",section-sent="1024",section-size="3156",
30591 total-sent="7748",total-size="9880"@}
30592 +download,@{section=".data",section-sent="1536",section-size="3156",
30593 total-sent="8260",total-size="9880"@}
30594 +download,@{section=".data",section-sent="2048",section-size="3156",
30595 total-sent="8772",total-size="9880"@}
30596 +download,@{section=".data",section-sent="2560",section-size="3156",
30597 total-sent="9284",total-size="9880"@}
30598 +download,@{section=".data",section-sent="3072",section-size="3156",
30599 total-sent="9796",total-size="9880"@}
30600 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
30601 write-rate="429"
30602 (gdb)
30603 @end smallexample
30604
30605
30606 @ignore
30607 @subheading The @code{-target-exec-status} Command
30608 @findex -target-exec-status
30609
30610 @subsubheading Synopsis
30611
30612 @smallexample
30613 -target-exec-status
30614 @end smallexample
30615
30616 Provide information on the state of the target (whether it is running or
30617 not, for instance).
30618
30619 @subsubheading @value{GDBN} Command
30620
30621 There's no equivalent @value{GDBN} command.
30622
30623 @subsubheading Example
30624 N.A.
30625
30626
30627 @subheading The @code{-target-list-available-targets} Command
30628 @findex -target-list-available-targets
30629
30630 @subsubheading Synopsis
30631
30632 @smallexample
30633 -target-list-available-targets
30634 @end smallexample
30635
30636 List the possible targets to connect to.
30637
30638 @subsubheading @value{GDBN} Command
30639
30640 The corresponding @value{GDBN} command is @samp{help target}.
30641
30642 @subsubheading Example
30643 N.A.
30644
30645
30646 @subheading The @code{-target-list-current-targets} Command
30647 @findex -target-list-current-targets
30648
30649 @subsubheading Synopsis
30650
30651 @smallexample
30652 -target-list-current-targets
30653 @end smallexample
30654
30655 Describe the current target.
30656
30657 @subsubheading @value{GDBN} Command
30658
30659 The corresponding information is printed by @samp{info file} (among
30660 other things).
30661
30662 @subsubheading Example
30663 N.A.
30664
30665
30666 @subheading The @code{-target-list-parameters} Command
30667 @findex -target-list-parameters
30668
30669 @subsubheading Synopsis
30670
30671 @smallexample
30672 -target-list-parameters
30673 @end smallexample
30674
30675 @c ????
30676 @end ignore
30677
30678 @subsubheading @value{GDBN} Command
30679
30680 No equivalent.
30681
30682 @subsubheading Example
30683 N.A.
30684
30685
30686 @subheading The @code{-target-select} Command
30687 @findex -target-select
30688
30689 @subsubheading Synopsis
30690
30691 @smallexample
30692 -target-select @var{type} @var{parameters @dots{}}
30693 @end smallexample
30694
30695 Connect @value{GDBN} to the remote target. This command takes two args:
30696
30697 @table @samp
30698 @item @var{type}
30699 The type of target, for instance @samp{remote}, etc.
30700 @item @var{parameters}
30701 Device names, host names and the like. @xref{Target Commands, ,
30702 Commands for Managing Targets}, for more details.
30703 @end table
30704
30705 The output is a connection notification, followed by the address at
30706 which the target program is, in the following form:
30707
30708 @smallexample
30709 ^connected,addr="@var{address}",func="@var{function name}",
30710 args=[@var{arg list}]
30711 @end smallexample
30712
30713 @subsubheading @value{GDBN} Command
30714
30715 The corresponding @value{GDBN} command is @samp{target}.
30716
30717 @subsubheading Example
30718
30719 @smallexample
30720 (gdb)
30721 -target-select remote /dev/ttya
30722 ^connected,addr="0xfe00a300",func="??",args=[]
30723 (gdb)
30724 @end smallexample
30725
30726 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30727 @node GDB/MI File Transfer Commands
30728 @section @sc{gdb/mi} File Transfer Commands
30729
30730
30731 @subheading The @code{-target-file-put} Command
30732 @findex -target-file-put
30733
30734 @subsubheading Synopsis
30735
30736 @smallexample
30737 -target-file-put @var{hostfile} @var{targetfile}
30738 @end smallexample
30739
30740 Copy file @var{hostfile} from the host system (the machine running
30741 @value{GDBN}) to @var{targetfile} on the target system.
30742
30743 @subsubheading @value{GDBN} Command
30744
30745 The corresponding @value{GDBN} command is @samp{remote put}.
30746
30747 @subsubheading Example
30748
30749 @smallexample
30750 (gdb)
30751 -target-file-put localfile remotefile
30752 ^done
30753 (gdb)
30754 @end smallexample
30755
30756
30757 @subheading The @code{-target-file-get} Command
30758 @findex -target-file-get
30759
30760 @subsubheading Synopsis
30761
30762 @smallexample
30763 -target-file-get @var{targetfile} @var{hostfile}
30764 @end smallexample
30765
30766 Copy file @var{targetfile} from the target system to @var{hostfile}
30767 on the host system.
30768
30769 @subsubheading @value{GDBN} Command
30770
30771 The corresponding @value{GDBN} command is @samp{remote get}.
30772
30773 @subsubheading Example
30774
30775 @smallexample
30776 (gdb)
30777 -target-file-get remotefile localfile
30778 ^done
30779 (gdb)
30780 @end smallexample
30781
30782
30783 @subheading The @code{-target-file-delete} Command
30784 @findex -target-file-delete
30785
30786 @subsubheading Synopsis
30787
30788 @smallexample
30789 -target-file-delete @var{targetfile}
30790 @end smallexample
30791
30792 Delete @var{targetfile} from the target system.
30793
30794 @subsubheading @value{GDBN} Command
30795
30796 The corresponding @value{GDBN} command is @samp{remote delete}.
30797
30798 @subsubheading Example
30799
30800 @smallexample
30801 (gdb)
30802 -target-file-delete remotefile
30803 ^done
30804 (gdb)
30805 @end smallexample
30806
30807
30808 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30809 @node GDB/MI Ada Exceptions Commands
30810 @section Ada Exceptions @sc{gdb/mi} Commands
30811
30812 @subheading The @code{-info-ada-exceptions} Command
30813 @findex -info-ada-exceptions
30814
30815 @subsubheading Synopsis
30816
30817 @smallexample
30818 -info-ada-exceptions [ @var{regexp}]
30819 @end smallexample
30820
30821 List all Ada exceptions defined within the program being debugged.
30822 With a regular expression @var{regexp}, only those exceptions whose
30823 names match @var{regexp} are listed.
30824
30825 @subsubheading @value{GDBN} Command
30826
30827 The corresponding @value{GDBN} command is @samp{info exceptions}.
30828
30829 @subsubheading Result
30830
30831 The result is a table of Ada exceptions. The following columns are
30832 defined for each exception:
30833
30834 @table @samp
30835 @item name
30836 The name of the exception.
30837
30838 @item address
30839 The address of the exception.
30840
30841 @end table
30842
30843 @subsubheading Example
30844
30845 @smallexample
30846 -info-ada-exceptions aint
30847 ^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
30848 hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
30849 @{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
30850 body=[@{name="constraint_error",address="0x0000000000613da0"@},
30851 @{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
30852 @end smallexample
30853
30854 @subheading Catching Ada Exceptions
30855
30856 The commands describing how to ask @value{GDBN} to stop when a program
30857 raises an exception are described at @ref{Ada Exception GDB/MI
30858 Catchpoint Commands}.
30859
30860
30861 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30862 @node GDB/MI Support Commands
30863 @section @sc{gdb/mi} Support Commands
30864
30865 Since new commands and features get regularly added to @sc{gdb/mi},
30866 some commands are available to help front-ends query the debugger
30867 about support for these capabilities. Similarly, it is also possible
30868 to query @value{GDBN} about target support of certain features.
30869
30870 @subheading The @code{-info-gdb-mi-command} Command
30871 @cindex @code{-info-gdb-mi-command}
30872 @findex -info-gdb-mi-command
30873
30874 @subsubheading Synopsis
30875
30876 @smallexample
30877 -info-gdb-mi-command @var{cmd_name}
30878 @end smallexample
30879
30880 Query support for the @sc{gdb/mi} command named @var{cmd_name}.
30881
30882 Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
30883 is technically not part of the command name (@pxref{GDB/MI Input
30884 Syntax}), and thus should be omitted in @var{cmd_name}. However,
30885 for ease of use, this command also accepts the form with the leading
30886 dash.
30887
30888 @subsubheading @value{GDBN} Command
30889
30890 There is no corresponding @value{GDBN} command.
30891
30892 @subsubheading Result
30893
30894 The result is a tuple. There is currently only one field:
30895
30896 @table @samp
30897 @item exists
30898 This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
30899 @code{"false"} otherwise.
30900
30901 @end table
30902
30903 @subsubheading Example
30904
30905 Here is an example where the @sc{gdb/mi} command does not exist:
30906
30907 @smallexample
30908 -info-gdb-mi-command unsupported-command
30909 ^done,command=@{exists="false"@}
30910 @end smallexample
30911
30912 @noindent
30913 And here is an example where the @sc{gdb/mi} command is known
30914 to the debugger:
30915
30916 @smallexample
30917 -info-gdb-mi-command symbol-list-lines
30918 ^done,command=@{exists="true"@}
30919 @end smallexample
30920
30921 @subheading The @code{-list-features} Command
30922 @findex -list-features
30923 @cindex supported @sc{gdb/mi} features, list
30924
30925 Returns a list of particular features of the MI protocol that
30926 this version of gdb implements. A feature can be a command,
30927 or a new field in an output of some command, or even an
30928 important bugfix. While a frontend can sometimes detect presence
30929 of a feature at runtime, it is easier to perform detection at debugger
30930 startup.
30931
30932 The command returns a list of strings, with each string naming an
30933 available feature. Each returned string is just a name, it does not
30934 have any internal structure. The list of possible feature names
30935 is given below.
30936
30937 Example output:
30938
30939 @smallexample
30940 (gdb) -list-features
30941 ^done,result=["feature1","feature2"]
30942 @end smallexample
30943
30944 The current list of features is:
30945
30946 @ftable @samp
30947 @item frozen-varobjs
30948 Indicates support for the @code{-var-set-frozen} command, as well
30949 as possible presense of the @code{frozen} field in the output
30950 of @code{-varobj-create}.
30951 @item pending-breakpoints
30952 Indicates support for the @option{-f} option to the @code{-break-insert}
30953 command.
30954 @item python
30955 Indicates Python scripting support, Python-based
30956 pretty-printing commands, and possible presence of the
30957 @samp{display_hint} field in the output of @code{-var-list-children}
30958 @item thread-info
30959 Indicates support for the @code{-thread-info} command.
30960 @item data-read-memory-bytes
30961 Indicates support for the @code{-data-read-memory-bytes} and the
30962 @code{-data-write-memory-bytes} commands.
30963 @item breakpoint-notifications
30964 Indicates that changes to breakpoints and breakpoints created via the
30965 CLI will be announced via async records.
30966 @item ada-task-info
30967 Indicates support for the @code{-ada-task-info} command.
30968 @item language-option
30969 Indicates that all @sc{gdb/mi} commands accept the @option{--language}
30970 option (@pxref{Context management}).
30971 @item info-gdb-mi-command
30972 Indicates support for the @code{-info-gdb-mi-command} command.
30973 @item undefined-command-error-code
30974 Indicates support for the "undefined-command" error code in error result
30975 records, produced when trying to execute an undefined @sc{gdb/mi} command
30976 (@pxref{GDB/MI Result Records}).
30977 @item exec-run-start-option
30978 Indicates that the @code{-exec-run} command supports the @option{--start}
30979 option (@pxref{GDB/MI Program Execution}).
30980 @end ftable
30981
30982 @subheading The @code{-list-target-features} Command
30983 @findex -list-target-features
30984
30985 Returns a list of particular features that are supported by the
30986 target. Those features affect the permitted MI commands, but
30987 unlike the features reported by the @code{-list-features} command, the
30988 features depend on which target GDB is using at the moment. Whenever
30989 a target can change, due to commands such as @code{-target-select},
30990 @code{-target-attach} or @code{-exec-run}, the list of target features
30991 may change, and the frontend should obtain it again.
30992 Example output:
30993
30994 @smallexample
30995 (gdb) -list-target-features
30996 ^done,result=["async"]
30997 @end smallexample
30998
30999 The current list of features is:
31000
31001 @table @samp
31002 @item async
31003 Indicates that the target is capable of asynchronous command
31004 execution, which means that @value{GDBN} will accept further commands
31005 while the target is running.
31006
31007 @item reverse
31008 Indicates that the target is capable of reverse execution.
31009 @xref{Reverse Execution}, for more information.
31010
31011 @end table
31012
31013 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31014 @node GDB/MI Miscellaneous Commands
31015 @section Miscellaneous @sc{gdb/mi} Commands
31016
31017 @c @subheading -gdb-complete
31018
31019 @subheading The @code{-gdb-exit} Command
31020 @findex -gdb-exit
31021
31022 @subsubheading Synopsis
31023
31024 @smallexample
31025 -gdb-exit
31026 @end smallexample
31027
31028 Exit @value{GDBN} immediately.
31029
31030 @subsubheading @value{GDBN} Command
31031
31032 Approximately corresponds to @samp{quit}.
31033
31034 @subsubheading Example
31035
31036 @smallexample
31037 (gdb)
31038 -gdb-exit
31039 ^exit
31040 @end smallexample
31041
31042
31043 @ignore
31044 @subheading The @code{-exec-abort} Command
31045 @findex -exec-abort
31046
31047 @subsubheading Synopsis
31048
31049 @smallexample
31050 -exec-abort
31051 @end smallexample
31052
31053 Kill the inferior running program.
31054
31055 @subsubheading @value{GDBN} Command
31056
31057 The corresponding @value{GDBN} command is @samp{kill}.
31058
31059 @subsubheading Example
31060 N.A.
31061 @end ignore
31062
31063
31064 @subheading The @code{-gdb-set} Command
31065 @findex -gdb-set
31066
31067 @subsubheading Synopsis
31068
31069 @smallexample
31070 -gdb-set
31071 @end smallexample
31072
31073 Set an internal @value{GDBN} variable.
31074 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
31075
31076 @subsubheading @value{GDBN} Command
31077
31078 The corresponding @value{GDBN} command is @samp{set}.
31079
31080 @subsubheading Example
31081
31082 @smallexample
31083 (gdb)
31084 -gdb-set $foo=3
31085 ^done
31086 (gdb)
31087 @end smallexample
31088
31089
31090 @subheading The @code{-gdb-show} Command
31091 @findex -gdb-show
31092
31093 @subsubheading Synopsis
31094
31095 @smallexample
31096 -gdb-show
31097 @end smallexample
31098
31099 Show the current value of a @value{GDBN} variable.
31100
31101 @subsubheading @value{GDBN} Command
31102
31103 The corresponding @value{GDBN} command is @samp{show}.
31104
31105 @subsubheading Example
31106
31107 @smallexample
31108 (gdb)
31109 -gdb-show annotate
31110 ^done,value="0"
31111 (gdb)
31112 @end smallexample
31113
31114 @c @subheading -gdb-source
31115
31116
31117 @subheading The @code{-gdb-version} Command
31118 @findex -gdb-version
31119
31120 @subsubheading Synopsis
31121
31122 @smallexample
31123 -gdb-version
31124 @end smallexample
31125
31126 Show version information for @value{GDBN}. Used mostly in testing.
31127
31128 @subsubheading @value{GDBN} Command
31129
31130 The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
31131 default shows this information when you start an interactive session.
31132
31133 @subsubheading Example
31134
31135 @c This example modifies the actual output from GDB to avoid overfull
31136 @c box in TeX.
31137 @smallexample
31138 (gdb)
31139 -gdb-version
31140 ~GNU gdb 5.2.1
31141 ~Copyright 2000 Free Software Foundation, Inc.
31142 ~GDB is free software, covered by the GNU General Public License, and
31143 ~you are welcome to change it and/or distribute copies of it under
31144 ~ certain conditions.
31145 ~Type "show copying" to see the conditions.
31146 ~There is absolutely no warranty for GDB. Type "show warranty" for
31147 ~ details.
31148 ~This GDB was configured as
31149 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
31150 ^done
31151 (gdb)
31152 @end smallexample
31153
31154 @subheading The @code{-list-thread-groups} Command
31155 @findex -list-thread-groups
31156
31157 @subheading Synopsis
31158
31159 @smallexample
31160 -list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
31161 @end smallexample
31162
31163 Lists thread groups (@pxref{Thread groups}). When a single thread
31164 group is passed as the argument, lists the children of that group.
31165 When several thread group are passed, lists information about those
31166 thread groups. Without any parameters, lists information about all
31167 top-level thread groups.
31168
31169 Normally, thread groups that are being debugged are reported.
31170 With the @samp{--available} option, @value{GDBN} reports thread groups
31171 available on the target.
31172
31173 The output of this command may have either a @samp{threads} result or
31174 a @samp{groups} result. The @samp{thread} result has a list of tuples
31175 as value, with each tuple describing a thread (@pxref{GDB/MI Thread
31176 Information}). The @samp{groups} result has a list of tuples as value,
31177 each tuple describing a thread group. If top-level groups are
31178 requested (that is, no parameter is passed), or when several groups
31179 are passed, the output always has a @samp{groups} result. The format
31180 of the @samp{group} result is described below.
31181
31182 To reduce the number of roundtrips it's possible to list thread groups
31183 together with their children, by passing the @samp{--recurse} option
31184 and the recursion depth. Presently, only recursion depth of 1 is
31185 permitted. If this option is present, then every reported thread group
31186 will also include its children, either as @samp{group} or
31187 @samp{threads} field.
31188
31189 In general, any combination of option and parameters is permitted, with
31190 the following caveats:
31191
31192 @itemize @bullet
31193 @item
31194 When a single thread group is passed, the output will typically
31195 be the @samp{threads} result. Because threads may not contain
31196 anything, the @samp{recurse} option will be ignored.
31197
31198 @item
31199 When the @samp{--available} option is passed, limited information may
31200 be available. In particular, the list of threads of a process might
31201 be inaccessible. Further, specifying specific thread groups might
31202 not give any performance advantage over listing all thread groups.
31203 The frontend should assume that @samp{-list-thread-groups --available}
31204 is always an expensive operation and cache the results.
31205
31206 @end itemize
31207
31208 The @samp{groups} result is a list of tuples, where each tuple may
31209 have the following fields:
31210
31211 @table @code
31212 @item id
31213 Identifier of the thread group. This field is always present.
31214 The identifier is an opaque string; frontends should not try to
31215 convert it to an integer, even though it might look like one.
31216
31217 @item type
31218 The type of the thread group. At present, only @samp{process} is a
31219 valid type.
31220
31221 @item pid
31222 The target-specific process identifier. This field is only present
31223 for thread groups of type @samp{process} and only if the process exists.
31224
31225 @item num_children
31226 The number of children this thread group has. This field may be
31227 absent for an available thread group.
31228
31229 @item threads
31230 This field has a list of tuples as value, each tuple describing a
31231 thread. It may be present if the @samp{--recurse} option is
31232 specified, and it's actually possible to obtain the threads.
31233
31234 @item cores
31235 This field is a list of integers, each identifying a core that one
31236 thread of the group is running on. This field may be absent if
31237 such information is not available.
31238
31239 @item executable
31240 The name of the executable file that corresponds to this thread group.
31241 The field is only present for thread groups of type @samp{process},
31242 and only if there is a corresponding executable file.
31243
31244 @end table
31245
31246 @subheading Example
31247
31248 @smallexample
31249 @value{GDBP}
31250 -list-thread-groups
31251 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
31252 -list-thread-groups 17
31253 ^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
31254 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
31255 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
31256 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
31257 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},state="running"@}]]
31258 -list-thread-groups --available
31259 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
31260 -list-thread-groups --available --recurse 1
31261 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
31262 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
31263 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
31264 -list-thread-groups --available --recurse 1 17 18
31265 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
31266 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
31267 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
31268 @end smallexample
31269
31270 @subheading The @code{-info-os} Command
31271 @findex -info-os
31272
31273 @subsubheading Synopsis
31274
31275 @smallexample
31276 -info-os [ @var{type} ]
31277 @end smallexample
31278
31279 If no argument is supplied, the command returns a table of available
31280 operating-system-specific information types. If one of these types is
31281 supplied as an argument @var{type}, then the command returns a table
31282 of data of that type.
31283
31284 The types of information available depend on the target operating
31285 system.
31286
31287 @subsubheading @value{GDBN} Command
31288
31289 The corresponding @value{GDBN} command is @samp{info os}.
31290
31291 @subsubheading Example
31292
31293 When run on a @sc{gnu}/Linux system, the output will look something
31294 like this:
31295
31296 @smallexample
31297 @value{GDBP}
31298 -info-os
31299 ^done,OSDataTable=@{nr_rows="9",nr_cols="3",
31300 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
31301 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
31302 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
31303 body=[item=@{col0="processes",col1="Listing of all processes",
31304 col2="Processes"@},
31305 item=@{col0="procgroups",col1="Listing of all process groups",
31306 col2="Process groups"@},
31307 item=@{col0="threads",col1="Listing of all threads",
31308 col2="Threads"@},
31309 item=@{col0="files",col1="Listing of all file descriptors",
31310 col2="File descriptors"@},
31311 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
31312 col2="Sockets"@},
31313 item=@{col0="shm",col1="Listing of all shared-memory regions",
31314 col2="Shared-memory regions"@},
31315 item=@{col0="semaphores",col1="Listing of all semaphores",
31316 col2="Semaphores"@},
31317 item=@{col0="msg",col1="Listing of all message queues",
31318 col2="Message queues"@},
31319 item=@{col0="modules",col1="Listing of all loaded kernel modules",
31320 col2="Kernel modules"@}]@}
31321 @value{GDBP}
31322 -info-os processes
31323 ^done,OSDataTable=@{nr_rows="190",nr_cols="4",
31324 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
31325 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
31326 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
31327 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
31328 body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
31329 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
31330 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
31331 ...
31332 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
31333 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
31334 (gdb)
31335 @end smallexample
31336
31337 (Note that the MI output here includes a @code{"Title"} column that
31338 does not appear in command-line @code{info os}; this column is useful
31339 for MI clients that want to enumerate the types of data, such as in a
31340 popup menu, but is needless clutter on the command line, and
31341 @code{info os} omits it.)
31342
31343 @subheading The @code{-add-inferior} Command
31344 @findex -add-inferior
31345
31346 @subheading Synopsis
31347
31348 @smallexample
31349 -add-inferior
31350 @end smallexample
31351
31352 Creates a new inferior (@pxref{Inferiors and Programs}). The created
31353 inferior is not associated with any executable. Such association may
31354 be established with the @samp{-file-exec-and-symbols} command
31355 (@pxref{GDB/MI File Commands}). The command response has a single
31356 field, @samp{inferior}, whose value is the identifier of the
31357 thread group corresponding to the new inferior.
31358
31359 @subheading Example
31360
31361 @smallexample
31362 @value{GDBP}
31363 -add-inferior
31364 ^done,inferior="i3"
31365 @end smallexample
31366
31367 @subheading The @code{-interpreter-exec} Command
31368 @findex -interpreter-exec
31369
31370 @subheading Synopsis
31371
31372 @smallexample
31373 -interpreter-exec @var{interpreter} @var{command}
31374 @end smallexample
31375 @anchor{-interpreter-exec}
31376
31377 Execute the specified @var{command} in the given @var{interpreter}.
31378
31379 @subheading @value{GDBN} Command
31380
31381 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
31382
31383 @subheading Example
31384
31385 @smallexample
31386 (gdb)
31387 -interpreter-exec console "break main"
31388 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
31389 &"During symbol reading, bad structure-type format.\n"
31390 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
31391 ^done
31392 (gdb)
31393 @end smallexample
31394
31395 @subheading The @code{-inferior-tty-set} Command
31396 @findex -inferior-tty-set
31397
31398 @subheading Synopsis
31399
31400 @smallexample
31401 -inferior-tty-set /dev/pts/1
31402 @end smallexample
31403
31404 Set terminal for future runs of the program being debugged.
31405
31406 @subheading @value{GDBN} Command
31407
31408 The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
31409
31410 @subheading Example
31411
31412 @smallexample
31413 (gdb)
31414 -inferior-tty-set /dev/pts/1
31415 ^done
31416 (gdb)
31417 @end smallexample
31418
31419 @subheading The @code{-inferior-tty-show} Command
31420 @findex -inferior-tty-show
31421
31422 @subheading Synopsis
31423
31424 @smallexample
31425 -inferior-tty-show
31426 @end smallexample
31427
31428 Show terminal for future runs of program being debugged.
31429
31430 @subheading @value{GDBN} Command
31431
31432 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
31433
31434 @subheading Example
31435
31436 @smallexample
31437 (gdb)
31438 -inferior-tty-set /dev/pts/1
31439 ^done
31440 (gdb)
31441 -inferior-tty-show
31442 ^done,inferior_tty_terminal="/dev/pts/1"
31443 (gdb)
31444 @end smallexample
31445
31446 @subheading The @code{-enable-timings} Command
31447 @findex -enable-timings
31448
31449 @subheading Synopsis
31450
31451 @smallexample
31452 -enable-timings [yes | no]
31453 @end smallexample
31454
31455 Toggle the printing of the wallclock, user and system times for an MI
31456 command as a field in its output. This command is to help frontend
31457 developers optimize the performance of their code. No argument is
31458 equivalent to @samp{yes}.
31459
31460 @subheading @value{GDBN} Command
31461
31462 No equivalent.
31463
31464 @subheading Example
31465
31466 @smallexample
31467 (gdb)
31468 -enable-timings
31469 ^done
31470 (gdb)
31471 -break-insert main
31472 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31473 addr="0x080484ed",func="main",file="myprog.c",
31474 fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
31475 times="0"@},
31476 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
31477 (gdb)
31478 -enable-timings no
31479 ^done
31480 (gdb)
31481 -exec-run
31482 ^running
31483 (gdb)
31484 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
31485 frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
31486 @{name="argv",value="0xbfb60364"@}],file="myprog.c",
31487 fullname="/home/nickrob/myprog.c",line="73"@}
31488 (gdb)
31489 @end smallexample
31490
31491 @node Annotations
31492 @chapter @value{GDBN} Annotations
31493
31494 This chapter describes annotations in @value{GDBN}. Annotations were
31495 designed to interface @value{GDBN} to graphical user interfaces or other
31496 similar programs which want to interact with @value{GDBN} at a
31497 relatively high level.
31498
31499 The annotation mechanism has largely been superseded by @sc{gdb/mi}
31500 (@pxref{GDB/MI}).
31501
31502 @ignore
31503 This is Edition @value{EDITION}, @value{DATE}.
31504 @end ignore
31505
31506 @menu
31507 * Annotations Overview:: What annotations are; the general syntax.
31508 * Server Prefix:: Issuing a command without affecting user state.
31509 * Prompting:: Annotations marking @value{GDBN}'s need for input.
31510 * Errors:: Annotations for error messages.
31511 * Invalidation:: Some annotations describe things now invalid.
31512 * Annotations for Running::
31513 Whether the program is running, how it stopped, etc.
31514 * Source Annotations:: Annotations describing source code.
31515 @end menu
31516
31517 @node Annotations Overview
31518 @section What is an Annotation?
31519 @cindex annotations
31520
31521 Annotations start with a newline character, two @samp{control-z}
31522 characters, and the name of the annotation. If there is no additional
31523 information associated with this annotation, the name of the annotation
31524 is followed immediately by a newline. If there is additional
31525 information, the name of the annotation is followed by a space, the
31526 additional information, and a newline. The additional information
31527 cannot contain newline characters.
31528
31529 Any output not beginning with a newline and two @samp{control-z}
31530 characters denotes literal output from @value{GDBN}. Currently there is
31531 no need for @value{GDBN} to output a newline followed by two
31532 @samp{control-z} characters, but if there was such a need, the
31533 annotations could be extended with an @samp{escape} annotation which
31534 means those three characters as output.
31535
31536 The annotation @var{level}, which is specified using the
31537 @option{--annotate} command line option (@pxref{Mode Options}), controls
31538 how much information @value{GDBN} prints together with its prompt,
31539 values of expressions, source lines, and other types of output. Level 0
31540 is for no annotations, level 1 is for use when @value{GDBN} is run as a
31541 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
31542 for programs that control @value{GDBN}, and level 2 annotations have
31543 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
31544 Interface, annotate, GDB's Obsolete Annotations}).
31545
31546 @table @code
31547 @kindex set annotate
31548 @item set annotate @var{level}
31549 The @value{GDBN} command @code{set annotate} sets the level of
31550 annotations to the specified @var{level}.
31551
31552 @item show annotate
31553 @kindex show annotate
31554 Show the current annotation level.
31555 @end table
31556
31557 This chapter describes level 3 annotations.
31558
31559 A simple example of starting up @value{GDBN} with annotations is:
31560
31561 @smallexample
31562 $ @kbd{gdb --annotate=3}
31563 GNU gdb 6.0
31564 Copyright 2003 Free Software Foundation, Inc.
31565 GDB is free software, covered by the GNU General Public License,
31566 and you are welcome to change it and/or distribute copies of it
31567 under certain conditions.
31568 Type "show copying" to see the conditions.
31569 There is absolutely no warranty for GDB. Type "show warranty"
31570 for details.
31571 This GDB was configured as "i386-pc-linux-gnu"
31572
31573 ^Z^Zpre-prompt
31574 (@value{GDBP})
31575 ^Z^Zprompt
31576 @kbd{quit}
31577
31578 ^Z^Zpost-prompt
31579 $
31580 @end smallexample
31581
31582 Here @samp{quit} is input to @value{GDBN}; the rest is output from
31583 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
31584 denotes a @samp{control-z} character) are annotations; the rest is
31585 output from @value{GDBN}.
31586
31587 @node Server Prefix
31588 @section The Server Prefix
31589 @cindex server prefix
31590
31591 If you prefix a command with @samp{server } then it will not affect
31592 the command history, nor will it affect @value{GDBN}'s notion of which
31593 command to repeat if @key{RET} is pressed on a line by itself. This
31594 means that commands can be run behind a user's back by a front-end in
31595 a transparent manner.
31596
31597 The @code{server } prefix does not affect the recording of values into
31598 the value history; to print a value without recording it into the
31599 value history, use the @code{output} command instead of the
31600 @code{print} command.
31601
31602 Using this prefix also disables confirmation requests
31603 (@pxref{confirmation requests}).
31604
31605 @node Prompting
31606 @section Annotation for @value{GDBN} Input
31607
31608 @cindex annotations for prompts
31609 When @value{GDBN} prompts for input, it annotates this fact so it is possible
31610 to know when to send output, when the output from a given command is
31611 over, etc.
31612
31613 Different kinds of input each have a different @dfn{input type}. Each
31614 input type has three annotations: a @code{pre-} annotation, which
31615 denotes the beginning of any prompt which is being output, a plain
31616 annotation, which denotes the end of the prompt, and then a @code{post-}
31617 annotation which denotes the end of any echo which may (or may not) be
31618 associated with the input. For example, the @code{prompt} input type
31619 features the following annotations:
31620
31621 @smallexample
31622 ^Z^Zpre-prompt
31623 ^Z^Zprompt
31624 ^Z^Zpost-prompt
31625 @end smallexample
31626
31627 The input types are
31628
31629 @table @code
31630 @findex pre-prompt annotation
31631 @findex prompt annotation
31632 @findex post-prompt annotation
31633 @item prompt
31634 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
31635
31636 @findex pre-commands annotation
31637 @findex commands annotation
31638 @findex post-commands annotation
31639 @item commands
31640 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
31641 command. The annotations are repeated for each command which is input.
31642
31643 @findex pre-overload-choice annotation
31644 @findex overload-choice annotation
31645 @findex post-overload-choice annotation
31646 @item overload-choice
31647 When @value{GDBN} wants the user to select between various overloaded functions.
31648
31649 @findex pre-query annotation
31650 @findex query annotation
31651 @findex post-query annotation
31652 @item query
31653 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
31654
31655 @findex pre-prompt-for-continue annotation
31656 @findex prompt-for-continue annotation
31657 @findex post-prompt-for-continue annotation
31658 @item prompt-for-continue
31659 When @value{GDBN} is asking the user to press return to continue. Note: Don't
31660 expect this to work well; instead use @code{set height 0} to disable
31661 prompting. This is because the counting of lines is buggy in the
31662 presence of annotations.
31663 @end table
31664
31665 @node Errors
31666 @section Errors
31667 @cindex annotations for errors, warnings and interrupts
31668
31669 @findex quit annotation
31670 @smallexample
31671 ^Z^Zquit
31672 @end smallexample
31673
31674 This annotation occurs right before @value{GDBN} responds to an interrupt.
31675
31676 @findex error annotation
31677 @smallexample
31678 ^Z^Zerror
31679 @end smallexample
31680
31681 This annotation occurs right before @value{GDBN} responds to an error.
31682
31683 Quit and error annotations indicate that any annotations which @value{GDBN} was
31684 in the middle of may end abruptly. For example, if a
31685 @code{value-history-begin} annotation is followed by a @code{error}, one
31686 cannot expect to receive the matching @code{value-history-end}. One
31687 cannot expect not to receive it either, however; an error annotation
31688 does not necessarily mean that @value{GDBN} is immediately returning all the way
31689 to the top level.
31690
31691 @findex error-begin annotation
31692 A quit or error annotation may be preceded by
31693
31694 @smallexample
31695 ^Z^Zerror-begin
31696 @end smallexample
31697
31698 Any output between that and the quit or error annotation is the error
31699 message.
31700
31701 Warning messages are not yet annotated.
31702 @c If we want to change that, need to fix warning(), type_error(),
31703 @c range_error(), and possibly other places.
31704
31705 @node Invalidation
31706 @section Invalidation Notices
31707
31708 @cindex annotations for invalidation messages
31709 The following annotations say that certain pieces of state may have
31710 changed.
31711
31712 @table @code
31713 @findex frames-invalid annotation
31714 @item ^Z^Zframes-invalid
31715
31716 The frames (for example, output from the @code{backtrace} command) may
31717 have changed.
31718
31719 @findex breakpoints-invalid annotation
31720 @item ^Z^Zbreakpoints-invalid
31721
31722 The breakpoints may have changed. For example, the user just added or
31723 deleted a breakpoint.
31724 @end table
31725
31726 @node Annotations for Running
31727 @section Running the Program
31728 @cindex annotations for running programs
31729
31730 @findex starting annotation
31731 @findex stopping annotation
31732 When the program starts executing due to a @value{GDBN} command such as
31733 @code{step} or @code{continue},
31734
31735 @smallexample
31736 ^Z^Zstarting
31737 @end smallexample
31738
31739 is output. When the program stops,
31740
31741 @smallexample
31742 ^Z^Zstopped
31743 @end smallexample
31744
31745 is output. Before the @code{stopped} annotation, a variety of
31746 annotations describe how the program stopped.
31747
31748 @table @code
31749 @findex exited annotation
31750 @item ^Z^Zexited @var{exit-status}
31751 The program exited, and @var{exit-status} is the exit status (zero for
31752 successful exit, otherwise nonzero).
31753
31754 @findex signalled annotation
31755 @findex signal-name annotation
31756 @findex signal-name-end annotation
31757 @findex signal-string annotation
31758 @findex signal-string-end annotation
31759 @item ^Z^Zsignalled
31760 The program exited with a signal. After the @code{^Z^Zsignalled}, the
31761 annotation continues:
31762
31763 @smallexample
31764 @var{intro-text}
31765 ^Z^Zsignal-name
31766 @var{name}
31767 ^Z^Zsignal-name-end
31768 @var{middle-text}
31769 ^Z^Zsignal-string
31770 @var{string}
31771 ^Z^Zsignal-string-end
31772 @var{end-text}
31773 @end smallexample
31774
31775 @noindent
31776 where @var{name} is the name of the signal, such as @code{SIGILL} or
31777 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
31778 as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
31779 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
31780 user's benefit and have no particular format.
31781
31782 @findex signal annotation
31783 @item ^Z^Zsignal
31784 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
31785 just saying that the program received the signal, not that it was
31786 terminated with it.
31787
31788 @findex breakpoint annotation
31789 @item ^Z^Zbreakpoint @var{number}
31790 The program hit breakpoint number @var{number}.
31791
31792 @findex watchpoint annotation
31793 @item ^Z^Zwatchpoint @var{number}
31794 The program hit watchpoint number @var{number}.
31795 @end table
31796
31797 @node Source Annotations
31798 @section Displaying Source
31799 @cindex annotations for source display
31800
31801 @findex source annotation
31802 The following annotation is used instead of displaying source code:
31803
31804 @smallexample
31805 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
31806 @end smallexample
31807
31808 where @var{filename} is an absolute file name indicating which source
31809 file, @var{line} is the line number within that file (where 1 is the
31810 first line in the file), @var{character} is the character position
31811 within the file (where 0 is the first character in the file) (for most
31812 debug formats this will necessarily point to the beginning of a line),
31813 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
31814 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
31815 @var{addr} is the address in the target program associated with the
31816 source which is being displayed. The @var{addr} is in the form @samp{0x}
31817 followed by one or more lowercase hex digits (note that this does not
31818 depend on the language).
31819
31820 @node JIT Interface
31821 @chapter JIT Compilation Interface
31822 @cindex just-in-time compilation
31823 @cindex JIT compilation interface
31824
31825 This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
31826 interface. A JIT compiler is a program or library that generates native
31827 executable code at runtime and executes it, usually in order to achieve good
31828 performance while maintaining platform independence.
31829
31830 Programs that use JIT compilation are normally difficult to debug because
31831 portions of their code are generated at runtime, instead of being loaded from
31832 object files, which is where @value{GDBN} normally finds the program's symbols
31833 and debug information. In order to debug programs that use JIT compilation,
31834 @value{GDBN} has an interface that allows the program to register in-memory
31835 symbol files with @value{GDBN} at runtime.
31836
31837 If you are using @value{GDBN} to debug a program that uses this interface, then
31838 it should work transparently so long as you have not stripped the binary. If
31839 you are developing a JIT compiler, then the interface is documented in the rest
31840 of this chapter. At this time, the only known client of this interface is the
31841 LLVM JIT.
31842
31843 Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
31844 JIT compiler communicates with @value{GDBN} by writing data into a global
31845 variable and calling a fuction at a well-known symbol. When @value{GDBN}
31846 attaches, it reads a linked list of symbol files from the global variable to
31847 find existing code, and puts a breakpoint in the function so that it can find
31848 out about additional code.
31849
31850 @menu
31851 * Declarations:: Relevant C struct declarations
31852 * Registering Code:: Steps to register code
31853 * Unregistering Code:: Steps to unregister code
31854 * Custom Debug Info:: Emit debug information in a custom format
31855 @end menu
31856
31857 @node Declarations
31858 @section JIT Declarations
31859
31860 These are the relevant struct declarations that a C program should include to
31861 implement the interface:
31862
31863 @smallexample
31864 typedef enum
31865 @{
31866 JIT_NOACTION = 0,
31867 JIT_REGISTER_FN,
31868 JIT_UNREGISTER_FN
31869 @} jit_actions_t;
31870
31871 struct jit_code_entry
31872 @{
31873 struct jit_code_entry *next_entry;
31874 struct jit_code_entry *prev_entry;
31875 const char *symfile_addr;
31876 uint64_t symfile_size;
31877 @};
31878
31879 struct jit_descriptor
31880 @{
31881 uint32_t version;
31882 /* This type should be jit_actions_t, but we use uint32_t
31883 to be explicit about the bitwidth. */
31884 uint32_t action_flag;
31885 struct jit_code_entry *relevant_entry;
31886 struct jit_code_entry *first_entry;
31887 @};
31888
31889 /* GDB puts a breakpoint in this function. */
31890 void __attribute__((noinline)) __jit_debug_register_code() @{ @};
31891
31892 /* Make sure to specify the version statically, because the
31893 debugger may check the version before we can set it. */
31894 struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
31895 @end smallexample
31896
31897 If the JIT is multi-threaded, then it is important that the JIT synchronize any
31898 modifications to this global data properly, which can easily be done by putting
31899 a global mutex around modifications to these structures.
31900
31901 @node Registering Code
31902 @section Registering Code
31903
31904 To register code with @value{GDBN}, the JIT should follow this protocol:
31905
31906 @itemize @bullet
31907 @item
31908 Generate an object file in memory with symbols and other desired debug
31909 information. The file must include the virtual addresses of the sections.
31910
31911 @item
31912 Create a code entry for the file, which gives the start and size of the symbol
31913 file.
31914
31915 @item
31916 Add it to the linked list in the JIT descriptor.
31917
31918 @item
31919 Point the relevant_entry field of the descriptor at the entry.
31920
31921 @item
31922 Set @code{action_flag} to @code{JIT_REGISTER} and call
31923 @code{__jit_debug_register_code}.
31924 @end itemize
31925
31926 When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
31927 @code{relevant_entry} pointer so it doesn't have to walk the list looking for
31928 new code. However, the linked list must still be maintained in order to allow
31929 @value{GDBN} to attach to a running process and still find the symbol files.
31930
31931 @node Unregistering Code
31932 @section Unregistering Code
31933
31934 If code is freed, then the JIT should use the following protocol:
31935
31936 @itemize @bullet
31937 @item
31938 Remove the code entry corresponding to the code from the linked list.
31939
31940 @item
31941 Point the @code{relevant_entry} field of the descriptor at the code entry.
31942
31943 @item
31944 Set @code{action_flag} to @code{JIT_UNREGISTER} and call
31945 @code{__jit_debug_register_code}.
31946 @end itemize
31947
31948 If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
31949 and the JIT will leak the memory used for the associated symbol files.
31950
31951 @node Custom Debug Info
31952 @section Custom Debug Info
31953 @cindex custom JIT debug info
31954 @cindex JIT debug info reader
31955
31956 Generating debug information in platform-native file formats (like ELF
31957 or COFF) may be an overkill for JIT compilers; especially if all the
31958 debug info is used for is displaying a meaningful backtrace. The
31959 issue can be resolved by having the JIT writers decide on a debug info
31960 format and also provide a reader that parses the debug info generated
31961 by the JIT compiler. This section gives a brief overview on writing
31962 such a parser. More specific details can be found in the source file
31963 @file{gdb/jit-reader.in}, which is also installed as a header at
31964 @file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
31965
31966 The reader is implemented as a shared object (so this functionality is
31967 not available on platforms which don't allow loading shared objects at
31968 runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
31969 @code{jit-reader-unload} are provided, to be used to load and unload
31970 the readers from a preconfigured directory. Once loaded, the shared
31971 object is used the parse the debug information emitted by the JIT
31972 compiler.
31973
31974 @menu
31975 * Using JIT Debug Info Readers:: How to use supplied readers correctly
31976 * Writing JIT Debug Info Readers:: Creating a debug-info reader
31977 @end menu
31978
31979 @node Using JIT Debug Info Readers
31980 @subsection Using JIT Debug Info Readers
31981 @kindex jit-reader-load
31982 @kindex jit-reader-unload
31983
31984 Readers can be loaded and unloaded using the @code{jit-reader-load}
31985 and @code{jit-reader-unload} commands.
31986
31987 @table @code
31988 @item jit-reader-load @var{reader}
31989 Load the JIT reader named @var{reader}, which is a shared
31990 object specified as either an absolute or a relative file name. In
31991 the latter case, @value{GDBN} will try to load the reader from a
31992 pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
31993 system (here @var{libdir} is the system library directory, often
31994 @file{/usr/local/lib}).
31995
31996 Only one reader can be active at a time; trying to load a second
31997 reader when one is already loaded will result in @value{GDBN}
31998 reporting an error. A new JIT reader can be loaded by first unloading
31999 the current one using @code{jit-reader-unload} and then invoking
32000 @code{jit-reader-load}.
32001
32002 @item jit-reader-unload
32003 Unload the currently loaded JIT reader.
32004
32005 @end table
32006
32007 @node Writing JIT Debug Info Readers
32008 @subsection Writing JIT Debug Info Readers
32009 @cindex writing JIT debug info readers
32010
32011 As mentioned, a reader is essentially a shared object conforming to a
32012 certain ABI. This ABI is described in @file{jit-reader.h}.
32013
32014 @file{jit-reader.h} defines the structures, macros and functions
32015 required to write a reader. It is installed (along with
32016 @value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
32017 the system include directory.
32018
32019 Readers need to be released under a GPL compatible license. A reader
32020 can be declared as released under such a license by placing the macro
32021 @code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
32022
32023 The entry point for readers is the symbol @code{gdb_init_reader},
32024 which is expected to be a function with the prototype
32025
32026 @findex gdb_init_reader
32027 @smallexample
32028 extern struct gdb_reader_funcs *gdb_init_reader (void);
32029 @end smallexample
32030
32031 @cindex @code{struct gdb_reader_funcs}
32032
32033 @code{struct gdb_reader_funcs} contains a set of pointers to callback
32034 functions. These functions are executed to read the debug info
32035 generated by the JIT compiler (@code{read}), to unwind stack frames
32036 (@code{unwind}) and to create canonical frame IDs
32037 (@code{get_Frame_id}). It also has a callback that is called when the
32038 reader is being unloaded (@code{destroy}). The struct looks like this
32039
32040 @smallexample
32041 struct gdb_reader_funcs
32042 @{
32043 /* Must be set to GDB_READER_INTERFACE_VERSION. */
32044 int reader_version;
32045
32046 /* For use by the reader. */
32047 void *priv_data;
32048
32049 gdb_read_debug_info *read;
32050 gdb_unwind_frame *unwind;
32051 gdb_get_frame_id *get_frame_id;
32052 gdb_destroy_reader *destroy;
32053 @};
32054 @end smallexample
32055
32056 @cindex @code{struct gdb_symbol_callbacks}
32057 @cindex @code{struct gdb_unwind_callbacks}
32058
32059 The callbacks are provided with another set of callbacks by
32060 @value{GDBN} to do their job. For @code{read}, these callbacks are
32061 passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
32062 and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
32063 @code{struct gdb_symbol_callbacks} has callbacks to create new object
32064 files and new symbol tables inside those object files. @code{struct
32065 gdb_unwind_callbacks} has callbacks to read registers off the current
32066 frame and to write out the values of the registers in the previous
32067 frame. Both have a callback (@code{target_read}) to read bytes off the
32068 target's address space.
32069
32070 @node In-Process Agent
32071 @chapter In-Process Agent
32072 @cindex debugging agent
32073 The traditional debugging model is conceptually low-speed, but works fine,
32074 because most bugs can be reproduced in debugging-mode execution. However,
32075 as multi-core or many-core processors are becoming mainstream, and
32076 multi-threaded programs become more and more popular, there should be more
32077 and more bugs that only manifest themselves at normal-mode execution, for
32078 example, thread races, because debugger's interference with the program's
32079 timing may conceal the bugs. On the other hand, in some applications,
32080 it is not feasible for the debugger to interrupt the program's execution
32081 long enough for the developer to learn anything helpful about its behavior.
32082 If the program's correctness depends on its real-time behavior, delays
32083 introduced by a debugger might cause the program to fail, even when the
32084 code itself is correct. It is useful to be able to observe the program's
32085 behavior without interrupting it.
32086
32087 Therefore, traditional debugging model is too intrusive to reproduce
32088 some bugs. In order to reduce the interference with the program, we can
32089 reduce the number of operations performed by debugger. The
32090 @dfn{In-Process Agent}, a shared library, is running within the same
32091 process with inferior, and is able to perform some debugging operations
32092 itself. As a result, debugger is only involved when necessary, and
32093 performance of debugging can be improved accordingly. Note that
32094 interference with program can be reduced but can't be removed completely,
32095 because the in-process agent will still stop or slow down the program.
32096
32097 The in-process agent can interpret and execute Agent Expressions
32098 (@pxref{Agent Expressions}) during performing debugging operations. The
32099 agent expressions can be used for different purposes, such as collecting
32100 data in tracepoints, and condition evaluation in breakpoints.
32101
32102 @anchor{Control Agent}
32103 You can control whether the in-process agent is used as an aid for
32104 debugging with the following commands:
32105
32106 @table @code
32107 @kindex set agent on
32108 @item set agent on
32109 Causes the in-process agent to perform some operations on behalf of the
32110 debugger. Just which operations requested by the user will be done
32111 by the in-process agent depends on the its capabilities. For example,
32112 if you request to evaluate breakpoint conditions in the in-process agent,
32113 and the in-process agent has such capability as well, then breakpoint
32114 conditions will be evaluated in the in-process agent.
32115
32116 @kindex set agent off
32117 @item set agent off
32118 Disables execution of debugging operations by the in-process agent. All
32119 of the operations will be performed by @value{GDBN}.
32120
32121 @kindex show agent
32122 @item show agent
32123 Display the current setting of execution of debugging operations by
32124 the in-process agent.
32125 @end table
32126
32127 @menu
32128 * In-Process Agent Protocol::
32129 @end menu
32130
32131 @node In-Process Agent Protocol
32132 @section In-Process Agent Protocol
32133 @cindex in-process agent protocol
32134
32135 The in-process agent is able to communicate with both @value{GDBN} and
32136 GDBserver (@pxref{In-Process Agent}). This section documents the protocol
32137 used for communications between @value{GDBN} or GDBserver and the IPA.
32138 In general, @value{GDBN} or GDBserver sends commands
32139 (@pxref{IPA Protocol Commands}) and data to in-process agent, and then
32140 in-process agent replies back with the return result of the command, or
32141 some other information. The data sent to in-process agent is composed
32142 of primitive data types, such as 4-byte or 8-byte type, and composite
32143 types, which are called objects (@pxref{IPA Protocol Objects}).
32144
32145 @menu
32146 * IPA Protocol Objects::
32147 * IPA Protocol Commands::
32148 @end menu
32149
32150 @node IPA Protocol Objects
32151 @subsection IPA Protocol Objects
32152 @cindex ipa protocol objects
32153
32154 The commands sent to and results received from agent may contain some
32155 complex data types called @dfn{objects}.
32156
32157 The in-process agent is running on the same machine with @value{GDBN}
32158 or GDBserver, so it doesn't have to handle as much differences between
32159 two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
32160 However, there are still some differences of two ends in two processes:
32161
32162 @enumerate
32163 @item
32164 word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
32165 compiled as a 64-bit executable, while in-process agent is a 32-bit one.
32166 @item
32167 ABI. Some machines may have multiple types of ABI, @value{GDBN} or
32168 GDBserver is compiled with one, and in-process agent is compiled with
32169 the other one.
32170 @end enumerate
32171
32172 Here are the IPA Protocol Objects:
32173
32174 @enumerate
32175 @item
32176 agent expression object. It represents an agent expression
32177 (@pxref{Agent Expressions}).
32178 @anchor{agent expression object}
32179 @item
32180 tracepoint action object. It represents a tracepoint action
32181 (@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
32182 memory, static trace data and to evaluate expression.
32183 @anchor{tracepoint action object}
32184 @item
32185 tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
32186 @anchor{tracepoint object}
32187
32188 @end enumerate
32189
32190 The following table describes important attributes of each IPA protocol
32191 object:
32192
32193 @multitable @columnfractions .30 .20 .50
32194 @headitem Name @tab Size @tab Description
32195 @item @emph{agent expression object} @tab @tab
32196 @item length @tab 4 @tab length of bytes code
32197 @item byte code @tab @var{length} @tab contents of byte code
32198 @item @emph{tracepoint action for collecting memory} @tab @tab
32199 @item 'M' @tab 1 @tab type of tracepoint action
32200 @item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
32201 address of the lowest byte to collect, otherwise @var{addr} is the offset
32202 of @var{basereg} for memory collecting.
32203 @item len @tab 8 @tab length of memory for collecting
32204 @item basereg @tab 4 @tab the register number containing the starting
32205 memory address for collecting.
32206 @item @emph{tracepoint action for collecting registers} @tab @tab
32207 @item 'R' @tab 1 @tab type of tracepoint action
32208 @item @emph{tracepoint action for collecting static trace data} @tab @tab
32209 @item 'L' @tab 1 @tab type of tracepoint action
32210 @item @emph{tracepoint action for expression evaluation} @tab @tab
32211 @item 'X' @tab 1 @tab type of tracepoint action
32212 @item agent expression @tab length of @tab @ref{agent expression object}
32213 @item @emph{tracepoint object} @tab @tab
32214 @item number @tab 4 @tab number of tracepoint
32215 @item address @tab 8 @tab address of tracepoint inserted on
32216 @item type @tab 4 @tab type of tracepoint
32217 @item enabled @tab 1 @tab enable or disable of tracepoint
32218 @item step_count @tab 8 @tab step
32219 @item pass_count @tab 8 @tab pass
32220 @item numactions @tab 4 @tab number of tracepoint actions
32221 @item hit count @tab 8 @tab hit count
32222 @item trace frame usage @tab 8 @tab trace frame usage
32223 @item compiled_cond @tab 8 @tab compiled condition
32224 @item orig_size @tab 8 @tab orig size
32225 @item condition @tab 4 if condition is NULL otherwise length of
32226 @ref{agent expression object}
32227 @tab zero if condition is NULL, otherwise is
32228 @ref{agent expression object}
32229 @item actions @tab variable
32230 @tab numactions number of @ref{tracepoint action object}
32231 @end multitable
32232
32233 @node IPA Protocol Commands
32234 @subsection IPA Protocol Commands
32235 @cindex ipa protocol commands
32236
32237 The spaces in each command are delimiters to ease reading this commands
32238 specification. They don't exist in real commands.
32239
32240 @table @samp
32241
32242 @item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
32243 Installs a new fast tracepoint described by @var{tracepoint_object}
32244 (@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
32245 head of @dfn{jumppad}, which is used to jump to data collection routine
32246 in IPA finally.
32247
32248 Replies:
32249 @table @samp
32250 @item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
32251 @var{target_address} is address of tracepoint in the inferior.
32252 The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
32253 @var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
32254 The @var{fjump} contains a sequence of instructions jump to jumppad entry.
32255 The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
32256 @item E @var{NN}
32257 for an error
32258
32259 @end table
32260
32261 @item close
32262 Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
32263 is about to kill inferiors.
32264
32265 @item qTfSTM
32266 @xref{qTfSTM}.
32267 @item qTsSTM
32268 @xref{qTsSTM}.
32269 @item qTSTMat
32270 @xref{qTSTMat}.
32271 @item probe_marker_at:@var{address}
32272 Asks in-process agent to probe the marker at @var{address}.
32273
32274 Replies:
32275 @table @samp
32276 @item E @var{NN}
32277 for an error
32278 @end table
32279 @item unprobe_marker_at:@var{address}
32280 Asks in-process agent to unprobe the marker at @var{address}.
32281 @end table
32282
32283 @node GDB Bugs
32284 @chapter Reporting Bugs in @value{GDBN}
32285 @cindex bugs in @value{GDBN}
32286 @cindex reporting bugs in @value{GDBN}
32287
32288 Your bug reports play an essential role in making @value{GDBN} reliable.
32289
32290 Reporting a bug may help you by bringing a solution to your problem, or it
32291 may not. But in any case the principal function of a bug report is to help
32292 the entire community by making the next version of @value{GDBN} work better. Bug
32293 reports are your contribution to the maintenance of @value{GDBN}.
32294
32295 In order for a bug report to serve its purpose, you must include the
32296 information that enables us to fix the bug.
32297
32298 @menu
32299 * Bug Criteria:: Have you found a bug?
32300 * Bug Reporting:: How to report bugs
32301 @end menu
32302
32303 @node Bug Criteria
32304 @section Have You Found a Bug?
32305 @cindex bug criteria
32306
32307 If you are not sure whether you have found a bug, here are some guidelines:
32308
32309 @itemize @bullet
32310 @cindex fatal signal
32311 @cindex debugger crash
32312 @cindex crash of debugger
32313 @item
32314 If the debugger gets a fatal signal, for any input whatever, that is a
32315 @value{GDBN} bug. Reliable debuggers never crash.
32316
32317 @cindex error on valid input
32318 @item
32319 If @value{GDBN} produces an error message for valid input, that is a
32320 bug. (Note that if you're cross debugging, the problem may also be
32321 somewhere in the connection to the target.)
32322
32323 @cindex invalid input
32324 @item
32325 If @value{GDBN} does not produce an error message for invalid input,
32326 that is a bug. However, you should note that your idea of
32327 ``invalid input'' might be our idea of ``an extension'' or ``support
32328 for traditional practice''.
32329
32330 @item
32331 If you are an experienced user of debugging tools, your suggestions
32332 for improvement of @value{GDBN} are welcome in any case.
32333 @end itemize
32334
32335 @node Bug Reporting
32336 @section How to Report Bugs
32337 @cindex bug reports
32338 @cindex @value{GDBN} bugs, reporting
32339
32340 A number of companies and individuals offer support for @sc{gnu} products.
32341 If you obtained @value{GDBN} from a support organization, we recommend you
32342 contact that organization first.
32343
32344 You can find contact information for many support companies and
32345 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
32346 distribution.
32347 @c should add a web page ref...
32348
32349 @ifset BUGURL
32350 @ifset BUGURL_DEFAULT
32351 In any event, we also recommend that you submit bug reports for
32352 @value{GDBN}. The preferred method is to submit them directly using
32353 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
32354 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
32355 be used.
32356
32357 @strong{Do not send bug reports to @samp{info-gdb}, or to
32358 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
32359 not want to receive bug reports. Those that do have arranged to receive
32360 @samp{bug-gdb}.
32361
32362 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
32363 serves as a repeater. The mailing list and the newsgroup carry exactly
32364 the same messages. Often people think of posting bug reports to the
32365 newsgroup instead of mailing them. This appears to work, but it has one
32366 problem which can be crucial: a newsgroup posting often lacks a mail
32367 path back to the sender. Thus, if we need to ask for more information,
32368 we may be unable to reach you. For this reason, it is better to send
32369 bug reports to the mailing list.
32370 @end ifset
32371 @ifclear BUGURL_DEFAULT
32372 In any event, we also recommend that you submit bug reports for
32373 @value{GDBN} to @value{BUGURL}.
32374 @end ifclear
32375 @end ifset
32376
32377 The fundamental principle of reporting bugs usefully is this:
32378 @strong{report all the facts}. If you are not sure whether to state a
32379 fact or leave it out, state it!
32380
32381 Often people omit facts because they think they know what causes the
32382 problem and assume that some details do not matter. Thus, you might
32383 assume that the name of the variable you use in an example does not matter.
32384 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
32385 stray memory reference which happens to fetch from the location where that
32386 name is stored in memory; perhaps, if the name were different, the contents
32387 of that location would fool the debugger into doing the right thing despite
32388 the bug. Play it safe and give a specific, complete example. That is the
32389 easiest thing for you to do, and the most helpful.
32390
32391 Keep in mind that the purpose of a bug report is to enable us to fix the
32392 bug. It may be that the bug has been reported previously, but neither
32393 you nor we can know that unless your bug report is complete and
32394 self-contained.
32395
32396 Sometimes people give a few sketchy facts and ask, ``Does this ring a
32397 bell?'' Those bug reports are useless, and we urge everyone to
32398 @emph{refuse to respond to them} except to chide the sender to report
32399 bugs properly.
32400
32401 To enable us to fix the bug, you should include all these things:
32402
32403 @itemize @bullet
32404 @item
32405 The version of @value{GDBN}. @value{GDBN} announces it if you start
32406 with no arguments; you can also print it at any time using @code{show
32407 version}.
32408
32409 Without this, we will not know whether there is any point in looking for
32410 the bug in the current version of @value{GDBN}.
32411
32412 @item
32413 The type of machine you are using, and the operating system name and
32414 version number.
32415
32416 @item
32417 The details of the @value{GDBN} build-time configuration.
32418 @value{GDBN} shows these details if you invoke it with the
32419 @option{--configuration} command-line option, or if you type
32420 @code{show configuration} at @value{GDBN}'s prompt.
32421
32422 @item
32423 What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
32424 ``@value{GCC}--2.8.1''.
32425
32426 @item
32427 What compiler (and its version) was used to compile the program you are
32428 debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
32429 C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
32430 to get this information; for other compilers, see the documentation for
32431 those compilers.
32432
32433 @item
32434 The command arguments you gave the compiler to compile your example and
32435 observe the bug. For example, did you use @samp{-O}? To guarantee
32436 you will not omit something important, list them all. A copy of the
32437 Makefile (or the output from make) is sufficient.
32438
32439 If we were to try to guess the arguments, we would probably guess wrong
32440 and then we might not encounter the bug.
32441
32442 @item
32443 A complete input script, and all necessary source files, that will
32444 reproduce the bug.
32445
32446 @item
32447 A description of what behavior you observe that you believe is
32448 incorrect. For example, ``It gets a fatal signal.''
32449
32450 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
32451 will certainly notice it. But if the bug is incorrect output, we might
32452 not notice unless it is glaringly wrong. You might as well not give us
32453 a chance to make a mistake.
32454
32455 Even if the problem you experience is a fatal signal, you should still
32456 say so explicitly. Suppose something strange is going on, such as, your
32457 copy of @value{GDBN} is out of synch, or you have encountered a bug in
32458 the C library on your system. (This has happened!) Your copy might
32459 crash and ours would not. If you told us to expect a crash, then when
32460 ours fails to crash, we would know that the bug was not happening for
32461 us. If you had not told us to expect a crash, then we would not be able
32462 to draw any conclusion from our observations.
32463
32464 @pindex script
32465 @cindex recording a session script
32466 To collect all this information, you can use a session recording program
32467 such as @command{script}, which is available on many Unix systems.
32468 Just run your @value{GDBN} session inside @command{script} and then
32469 include the @file{typescript} file with your bug report.
32470
32471 Another way to record a @value{GDBN} session is to run @value{GDBN}
32472 inside Emacs and then save the entire buffer to a file.
32473
32474 @item
32475 If you wish to suggest changes to the @value{GDBN} source, send us context
32476 diffs. If you even discuss something in the @value{GDBN} source, refer to
32477 it by context, not by line number.
32478
32479 The line numbers in our development sources will not match those in your
32480 sources. Your line numbers would convey no useful information to us.
32481
32482 @end itemize
32483
32484 Here are some things that are not necessary:
32485
32486 @itemize @bullet
32487 @item
32488 A description of the envelope of the bug.
32489
32490 Often people who encounter a bug spend a lot of time investigating
32491 which changes to the input file will make the bug go away and which
32492 changes will not affect it.
32493
32494 This is often time consuming and not very useful, because the way we
32495 will find the bug is by running a single example under the debugger
32496 with breakpoints, not by pure deduction from a series of examples.
32497 We recommend that you save your time for something else.
32498
32499 Of course, if you can find a simpler example to report @emph{instead}
32500 of the original one, that is a convenience for us. Errors in the
32501 output will be easier to spot, running under the debugger will take
32502 less time, and so on.
32503
32504 However, simplification is not vital; if you do not want to do this,
32505 report the bug anyway and send us the entire test case you used.
32506
32507 @item
32508 A patch for the bug.
32509
32510 A patch for the bug does help us if it is a good one. But do not omit
32511 the necessary information, such as the test case, on the assumption that
32512 a patch is all we need. We might see problems with your patch and decide
32513 to fix the problem another way, or we might not understand it at all.
32514
32515 Sometimes with a program as complicated as @value{GDBN} it is very hard to
32516 construct an example that will make the program follow a certain path
32517 through the code. If you do not send us the example, we will not be able
32518 to construct one, so we will not be able to verify that the bug is fixed.
32519
32520 And if we cannot understand what bug you are trying to fix, or why your
32521 patch should be an improvement, we will not install it. A test case will
32522 help us to understand.
32523
32524 @item
32525 A guess about what the bug is or what it depends on.
32526
32527 Such guesses are usually wrong. Even we cannot guess right about such
32528 things without first using the debugger to find the facts.
32529 @end itemize
32530
32531 @c The readline documentation is distributed with the readline code
32532 @c and consists of the two following files:
32533 @c rluser.texi
32534 @c hsuser.texi
32535 @c Use -I with makeinfo to point to the appropriate directory,
32536 @c environment var TEXINPUTS with TeX.
32537 @ifclear SYSTEM_READLINE
32538 @include rluser.texi
32539 @include hsuser.texi
32540 @end ifclear
32541
32542 @node In Memoriam
32543 @appendix In Memoriam
32544
32545 The @value{GDBN} project mourns the loss of the following long-time
32546 contributors:
32547
32548 @table @code
32549 @item Fred Fish
32550 Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
32551 to Free Software in general. Outside of @value{GDBN}, he was known in
32552 the Amiga world for his series of Fish Disks, and the GeekGadget project.
32553
32554 @item Michael Snyder
32555 Michael was one of the Global Maintainers of the @value{GDBN} project,
32556 with contributions recorded as early as 1996, until 2011. In addition
32557 to his day to day participation, he was a large driving force behind
32558 adding Reverse Debugging to @value{GDBN}.
32559 @end table
32560
32561 Beyond their technical contributions to the project, they were also
32562 enjoyable members of the Free Software Community. We will miss them.
32563
32564 @node Formatting Documentation
32565 @appendix Formatting Documentation
32566
32567 @cindex @value{GDBN} reference card
32568 @cindex reference card
32569 The @value{GDBN} 4 release includes an already-formatted reference card, ready
32570 for printing with PostScript or Ghostscript, in the @file{gdb}
32571 subdirectory of the main source directory@footnote{In
32572 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
32573 release.}. If you can use PostScript or Ghostscript with your printer,
32574 you can print the reference card immediately with @file{refcard.ps}.
32575
32576 The release also includes the source for the reference card. You
32577 can format it, using @TeX{}, by typing:
32578
32579 @smallexample
32580 make refcard.dvi
32581 @end smallexample
32582
32583 The @value{GDBN} reference card is designed to print in @dfn{landscape}
32584 mode on US ``letter'' size paper;
32585 that is, on a sheet 11 inches wide by 8.5 inches
32586 high. You will need to specify this form of printing as an option to
32587 your @sc{dvi} output program.
32588
32589 @cindex documentation
32590
32591 All the documentation for @value{GDBN} comes as part of the machine-readable
32592 distribution. The documentation is written in Texinfo format, which is
32593 a documentation system that uses a single source file to produce both
32594 on-line information and a printed manual. You can use one of the Info
32595 formatting commands to create the on-line version of the documentation
32596 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
32597
32598 @value{GDBN} includes an already formatted copy of the on-line Info
32599 version of this manual in the @file{gdb} subdirectory. The main Info
32600 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
32601 subordinate files matching @samp{gdb.info*} in the same directory. If
32602 necessary, you can print out these files, or read them with any editor;
32603 but they are easier to read using the @code{info} subsystem in @sc{gnu}
32604 Emacs or the standalone @code{info} program, available as part of the
32605 @sc{gnu} Texinfo distribution.
32606
32607 If you want to format these Info files yourself, you need one of the
32608 Info formatting programs, such as @code{texinfo-format-buffer} or
32609 @code{makeinfo}.
32610
32611 If you have @code{makeinfo} installed, and are in the top level
32612 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
32613 version @value{GDBVN}), you can make the Info file by typing:
32614
32615 @smallexample
32616 cd gdb
32617 make gdb.info
32618 @end smallexample
32619
32620 If you want to typeset and print copies of this manual, you need @TeX{},
32621 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
32622 Texinfo definitions file.
32623
32624 @TeX{} is a typesetting program; it does not print files directly, but
32625 produces output files called @sc{dvi} files. To print a typeset
32626 document, you need a program to print @sc{dvi} files. If your system
32627 has @TeX{} installed, chances are it has such a program. The precise
32628 command to use depends on your system; @kbd{lpr -d} is common; another
32629 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
32630 require a file name without any extension or a @samp{.dvi} extension.
32631
32632 @TeX{} also requires a macro definitions file called
32633 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
32634 written in Texinfo format. On its own, @TeX{} cannot either read or
32635 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
32636 and is located in the @file{gdb-@var{version-number}/texinfo}
32637 directory.
32638
32639 If you have @TeX{} and a @sc{dvi} printer program installed, you can
32640 typeset and print this manual. First switch to the @file{gdb}
32641 subdirectory of the main source directory (for example, to
32642 @file{gdb-@value{GDBVN}/gdb}) and type:
32643
32644 @smallexample
32645 make gdb.dvi
32646 @end smallexample
32647
32648 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
32649
32650 @node Installing GDB
32651 @appendix Installing @value{GDBN}
32652 @cindex installation
32653
32654 @menu
32655 * Requirements:: Requirements for building @value{GDBN}
32656 * Running Configure:: Invoking the @value{GDBN} @file{configure} script
32657 * Separate Objdir:: Compiling @value{GDBN} in another directory
32658 * Config Names:: Specifying names for hosts and targets
32659 * Configure Options:: Summary of options for configure
32660 * System-wide configuration:: Having a system-wide init file
32661 @end menu
32662
32663 @node Requirements
32664 @section Requirements for Building @value{GDBN}
32665 @cindex building @value{GDBN}, requirements for
32666
32667 Building @value{GDBN} requires various tools and packages to be available.
32668 Other packages will be used only if they are found.
32669
32670 @heading Tools/Packages Necessary for Building @value{GDBN}
32671 @table @asis
32672 @item ISO C90 compiler
32673 @value{GDBN} is written in ISO C90. It should be buildable with any
32674 working C90 compiler, e.g.@: GCC.
32675
32676 @end table
32677
32678 @heading Tools/Packages Optional for Building @value{GDBN}
32679 @table @asis
32680 @item Expat
32681 @anchor{Expat}
32682 @value{GDBN} can use the Expat XML parsing library. This library may be
32683 included with your operating system distribution; if it is not, you
32684 can get the latest version from @url{http://expat.sourceforge.net}.
32685 The @file{configure} script will search for this library in several
32686 standard locations; if it is installed in an unusual path, you can
32687 use the @option{--with-libexpat-prefix} option to specify its location.
32688
32689 Expat is used for:
32690
32691 @itemize @bullet
32692 @item
32693 Remote protocol memory maps (@pxref{Memory Map Format})
32694 @item
32695 Target descriptions (@pxref{Target Descriptions})
32696 @item
32697 Remote shared library lists (@xref{Library List Format},
32698 or alternatively @pxref{Library List Format for SVR4 Targets})
32699 @item
32700 MS-Windows shared libraries (@pxref{Shared Libraries})
32701 @item
32702 Traceframe info (@pxref{Traceframe Info Format})
32703 @item
32704 Branch trace (@pxref{Branch Trace Format})
32705 @end itemize
32706
32707 @item zlib
32708 @cindex compressed debug sections
32709 @value{GDBN} will use the @samp{zlib} library, if available, to read
32710 compressed debug sections. Some linkers, such as GNU gold, are capable
32711 of producing binaries with compressed debug sections. If @value{GDBN}
32712 is compiled with @samp{zlib}, it will be able to read the debug
32713 information in such binaries.
32714
32715 The @samp{zlib} library is likely included with your operating system
32716 distribution; if it is not, you can get the latest version from
32717 @url{http://zlib.net}.
32718
32719 @item iconv
32720 @value{GDBN}'s features related to character sets (@pxref{Character
32721 Sets}) require a functioning @code{iconv} implementation. If you are
32722 on a GNU system, then this is provided by the GNU C Library. Some
32723 other systems also provide a working @code{iconv}.
32724
32725 If @value{GDBN} is using the @code{iconv} program which is installed
32726 in a non-standard place, you will need to tell @value{GDBN} where to find it.
32727 This is done with @option{--with-iconv-bin} which specifies the
32728 directory that contains the @code{iconv} program.
32729
32730 On systems without @code{iconv}, you can install GNU Libiconv. If you
32731 have previously installed Libiconv, you can use the
32732 @option{--with-libiconv-prefix} option to configure.
32733
32734 @value{GDBN}'s top-level @file{configure} and @file{Makefile} will
32735 arrange to build Libiconv if a directory named @file{libiconv} appears
32736 in the top-most source directory. If Libiconv is built this way, and
32737 if the operating system does not provide a suitable @code{iconv}
32738 implementation, then the just-built library will automatically be used
32739 by @value{GDBN}. One easy way to set this up is to download GNU
32740 Libiconv, unpack it, and then rename the directory holding the
32741 Libiconv source code to @samp{libiconv}.
32742 @end table
32743
32744 @node Running Configure
32745 @section Invoking the @value{GDBN} @file{configure} Script
32746 @cindex configuring @value{GDBN}
32747 @value{GDBN} comes with a @file{configure} script that automates the process
32748 of preparing @value{GDBN} for installation; you can then use @code{make} to
32749 build the @code{gdb} program.
32750 @iftex
32751 @c irrelevant in info file; it's as current as the code it lives with.
32752 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
32753 look at the @file{README} file in the sources; we may have improved the
32754 installation procedures since publishing this manual.}
32755 @end iftex
32756
32757 The @value{GDBN} distribution includes all the source code you need for
32758 @value{GDBN} in a single directory, whose name is usually composed by
32759 appending the version number to @samp{gdb}.
32760
32761 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
32762 @file{gdb-@value{GDBVN}} directory. That directory contains:
32763
32764 @table @code
32765 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
32766 script for configuring @value{GDBN} and all its supporting libraries
32767
32768 @item gdb-@value{GDBVN}/gdb
32769 the source specific to @value{GDBN} itself
32770
32771 @item gdb-@value{GDBVN}/bfd
32772 source for the Binary File Descriptor library
32773
32774 @item gdb-@value{GDBVN}/include
32775 @sc{gnu} include files
32776
32777 @item gdb-@value{GDBVN}/libiberty
32778 source for the @samp{-liberty} free software library
32779
32780 @item gdb-@value{GDBVN}/opcodes
32781 source for the library of opcode tables and disassemblers
32782
32783 @item gdb-@value{GDBVN}/readline
32784 source for the @sc{gnu} command-line interface
32785
32786 @item gdb-@value{GDBVN}/glob
32787 source for the @sc{gnu} filename pattern-matching subroutine
32788
32789 @item gdb-@value{GDBVN}/mmalloc
32790 source for the @sc{gnu} memory-mapped malloc package
32791 @end table
32792
32793 The simplest way to configure and build @value{GDBN} is to run @file{configure}
32794 from the @file{gdb-@var{version-number}} source directory, which in
32795 this example is the @file{gdb-@value{GDBVN}} directory.
32796
32797 First switch to the @file{gdb-@var{version-number}} source directory
32798 if you are not already in it; then run @file{configure}. Pass the
32799 identifier for the platform on which @value{GDBN} will run as an
32800 argument.
32801
32802 For example:
32803
32804 @smallexample
32805 cd gdb-@value{GDBVN}
32806 ./configure @var{host}
32807 make
32808 @end smallexample
32809
32810 @noindent
32811 where @var{host} is an identifier such as @samp{sun4} or
32812 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
32813 (You can often leave off @var{host}; @file{configure} tries to guess the
32814 correct value by examining your system.)
32815
32816 Running @samp{configure @var{host}} and then running @code{make} builds the
32817 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
32818 libraries, then @code{gdb} itself. The configured source files, and the
32819 binaries, are left in the corresponding source directories.
32820
32821 @need 750
32822 @file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
32823 system does not recognize this automatically when you run a different
32824 shell, you may need to run @code{sh} on it explicitly:
32825
32826 @smallexample
32827 sh configure @var{host}
32828 @end smallexample
32829
32830 If you run @file{configure} from a directory that contains source
32831 directories for multiple libraries or programs, such as the
32832 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN},
32833 @file{configure}
32834 creates configuration files for every directory level underneath (unless
32835 you tell it not to, with the @samp{--norecursion} option).
32836
32837 You should run the @file{configure} script from the top directory in the
32838 source tree, the @file{gdb-@var{version-number}} directory. If you run
32839 @file{configure} from one of the subdirectories, you will configure only
32840 that subdirectory. That is usually not what you want. In particular,
32841 if you run the first @file{configure} from the @file{gdb} subdirectory
32842 of the @file{gdb-@var{version-number}} directory, you will omit the
32843 configuration of @file{bfd}, @file{readline}, and other sibling
32844 directories of the @file{gdb} subdirectory. This leads to build errors
32845 about missing include files such as @file{bfd/bfd.h}.
32846
32847 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
32848 However, you should make sure that the shell on your path (named by
32849 the @samp{SHELL} environment variable) is publicly readable. Remember
32850 that @value{GDBN} uses the shell to start your program---some systems refuse to
32851 let @value{GDBN} debug child processes whose programs are not readable.
32852
32853 @node Separate Objdir
32854 @section Compiling @value{GDBN} in Another Directory
32855
32856 If you want to run @value{GDBN} versions for several host or target machines,
32857 you need a different @code{gdb} compiled for each combination of
32858 host and target. @file{configure} is designed to make this easy by
32859 allowing you to generate each configuration in a separate subdirectory,
32860 rather than in the source directory. If your @code{make} program
32861 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
32862 @code{make} in each of these directories builds the @code{gdb}
32863 program specified there.
32864
32865 To build @code{gdb} in a separate directory, run @file{configure}
32866 with the @samp{--srcdir} option to specify where to find the source.
32867 (You also need to specify a path to find @file{configure}
32868 itself from your working directory. If the path to @file{configure}
32869 would be the same as the argument to @samp{--srcdir}, you can leave out
32870 the @samp{--srcdir} option; it is assumed.)
32871
32872 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
32873 separate directory for a Sun 4 like this:
32874
32875 @smallexample
32876 @group
32877 cd gdb-@value{GDBVN}
32878 mkdir ../gdb-sun4
32879 cd ../gdb-sun4
32880 ../gdb-@value{GDBVN}/configure sun4
32881 make
32882 @end group
32883 @end smallexample
32884
32885 When @file{configure} builds a configuration using a remote source
32886 directory, it creates a tree for the binaries with the same structure
32887 (and using the same names) as the tree under the source directory. In
32888 the example, you'd find the Sun 4 library @file{libiberty.a} in the
32889 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
32890 @file{gdb-sun4/gdb}.
32891
32892 Make sure that your path to the @file{configure} script has just one
32893 instance of @file{gdb} in it. If your path to @file{configure} looks
32894 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
32895 one subdirectory of @value{GDBN}, not the whole package. This leads to
32896 build errors about missing include files such as @file{bfd/bfd.h}.
32897
32898 One popular reason to build several @value{GDBN} configurations in separate
32899 directories is to configure @value{GDBN} for cross-compiling (where
32900 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
32901 programs that run on another machine---the @dfn{target}).
32902 You specify a cross-debugging target by
32903 giving the @samp{--target=@var{target}} option to @file{configure}.
32904
32905 When you run @code{make} to build a program or library, you must run
32906 it in a configured directory---whatever directory you were in when you
32907 called @file{configure} (or one of its subdirectories).
32908
32909 The @code{Makefile} that @file{configure} generates in each source
32910 directory also runs recursively. If you type @code{make} in a source
32911 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
32912 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
32913 will build all the required libraries, and then build GDB.
32914
32915 When you have multiple hosts or targets configured in separate
32916 directories, you can run @code{make} on them in parallel (for example,
32917 if they are NFS-mounted on each of the hosts); they will not interfere
32918 with each other.
32919
32920 @node Config Names
32921 @section Specifying Names for Hosts and Targets
32922
32923 The specifications used for hosts and targets in the @file{configure}
32924 script are based on a three-part naming scheme, but some short predefined
32925 aliases are also supported. The full naming scheme encodes three pieces
32926 of information in the following pattern:
32927
32928 @smallexample
32929 @var{architecture}-@var{vendor}-@var{os}
32930 @end smallexample
32931
32932 For example, you can use the alias @code{sun4} as a @var{host} argument,
32933 or as the value for @var{target} in a @code{--target=@var{target}}
32934 option. The equivalent full name is @samp{sparc-sun-sunos4}.
32935
32936 The @file{configure} script accompanying @value{GDBN} does not provide
32937 any query facility to list all supported host and target names or
32938 aliases. @file{configure} calls the Bourne shell script
32939 @code{config.sub} to map abbreviations to full names; you can read the
32940 script, if you wish, or you can use it to test your guesses on
32941 abbreviations---for example:
32942
32943 @smallexample
32944 % sh config.sub i386-linux
32945 i386-pc-linux-gnu
32946 % sh config.sub alpha-linux
32947 alpha-unknown-linux-gnu
32948 % sh config.sub hp9k700
32949 hppa1.1-hp-hpux
32950 % sh config.sub sun4
32951 sparc-sun-sunos4.1.1
32952 % sh config.sub sun3
32953 m68k-sun-sunos4.1.1
32954 % sh config.sub i986v
32955 Invalid configuration `i986v': machine `i986v' not recognized
32956 @end smallexample
32957
32958 @noindent
32959 @code{config.sub} is also distributed in the @value{GDBN} source
32960 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
32961
32962 @node Configure Options
32963 @section @file{configure} Options
32964
32965 Here is a summary of the @file{configure} options and arguments that
32966 are most often useful for building @value{GDBN}. @file{configure} also has
32967 several other options not listed here. @inforef{What Configure
32968 Does,,configure.info}, for a full explanation of @file{configure}.
32969
32970 @smallexample
32971 configure @r{[}--help@r{]}
32972 @r{[}--prefix=@var{dir}@r{]}
32973 @r{[}--exec-prefix=@var{dir}@r{]}
32974 @r{[}--srcdir=@var{dirname}@r{]}
32975 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
32976 @r{[}--target=@var{target}@r{]}
32977 @var{host}
32978 @end smallexample
32979
32980 @noindent
32981 You may introduce options with a single @samp{-} rather than
32982 @samp{--} if you prefer; but you may abbreviate option names if you use
32983 @samp{--}.
32984
32985 @table @code
32986 @item --help
32987 Display a quick summary of how to invoke @file{configure}.
32988
32989 @item --prefix=@var{dir}
32990 Configure the source to install programs and files under directory
32991 @file{@var{dir}}.
32992
32993 @item --exec-prefix=@var{dir}
32994 Configure the source to install programs under directory
32995 @file{@var{dir}}.
32996
32997 @c avoid splitting the warning from the explanation:
32998 @need 2000
32999 @item --srcdir=@var{dirname}
33000 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
33001 @code{make} that implements the @code{VPATH} feature.}@*
33002 Use this option to make configurations in directories separate from the
33003 @value{GDBN} source directories. Among other things, you can use this to
33004 build (or maintain) several configurations simultaneously, in separate
33005 directories. @file{configure} writes configuration-specific files in
33006 the current directory, but arranges for them to use the source in the
33007 directory @var{dirname}. @file{configure} creates directories under
33008 the working directory in parallel to the source directories below
33009 @var{dirname}.
33010
33011 @item --norecursion
33012 Configure only the directory level where @file{configure} is executed; do not
33013 propagate configuration to subdirectories.
33014
33015 @item --target=@var{target}
33016 Configure @value{GDBN} for cross-debugging programs running on the specified
33017 @var{target}. Without this option, @value{GDBN} is configured to debug
33018 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
33019
33020 There is no convenient way to generate a list of all available targets.
33021
33022 @item @var{host} @dots{}
33023 Configure @value{GDBN} to run on the specified @var{host}.
33024
33025 There is no convenient way to generate a list of all available hosts.
33026 @end table
33027
33028 There are many other options available as well, but they are generally
33029 needed for special purposes only.
33030
33031 @node System-wide configuration
33032 @section System-wide configuration and settings
33033 @cindex system-wide init file
33034
33035 @value{GDBN} can be configured to have a system-wide init file;
33036 this file will be read and executed at startup (@pxref{Startup, , What
33037 @value{GDBN} does during startup}).
33038
33039 Here is the corresponding configure option:
33040
33041 @table @code
33042 @item --with-system-gdbinit=@var{file}
33043 Specify that the default location of the system-wide init file is
33044 @var{file}.
33045 @end table
33046
33047 If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
33048 it may be subject to relocation. Two possible cases:
33049
33050 @itemize @bullet
33051 @item
33052 If the default location of this init file contains @file{$prefix},
33053 it will be subject to relocation. Suppose that the configure options
33054 are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
33055 if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
33056 init file is looked for as @file{$install/etc/gdbinit} instead of
33057 @file{$prefix/etc/gdbinit}.
33058
33059 @item
33060 By contrast, if the default location does not contain the prefix,
33061 it will not be relocated. E.g.@: if @value{GDBN} has been configured with
33062 @option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
33063 then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
33064 wherever @value{GDBN} is installed.
33065 @end itemize
33066
33067 If the configured location of the system-wide init file (as given by the
33068 @option{--with-system-gdbinit} option at configure time) is in the
33069 data-directory (as specified by @option{--with-gdb-datadir} at configure
33070 time) or in one of its subdirectories, then @value{GDBN} will look for the
33071 system-wide init file in the directory specified by the
33072 @option{--data-directory} command-line option.
33073 Note that the system-wide init file is only read once, during @value{GDBN}
33074 initialization. If the data-directory is changed after @value{GDBN} has
33075 started with the @code{set data-directory} command, the file will not be
33076 reread.
33077
33078 @menu
33079 * System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
33080 @end menu
33081
33082 @node System-wide Configuration Scripts
33083 @subsection Installed System-wide Configuration Scripts
33084 @cindex system-wide configuration scripts
33085
33086 The @file{system-gdbinit} directory, located inside the data-directory
33087 (as specified by @option{--with-gdb-datadir} at configure time) contains
33088 a number of scripts which can be used as system-wide init files. To
33089 automatically source those scripts at startup, @value{GDBN} should be
33090 configured with @option{--with-system-gdbinit}. Otherwise, any user
33091 should be able to source them by hand as needed.
33092
33093 The following scripts are currently available:
33094 @itemize @bullet
33095
33096 @item @file{elinos.py}
33097 @pindex elinos.py
33098 @cindex ELinOS system-wide configuration script
33099 This script is useful when debugging a program on an ELinOS target.
33100 It takes advantage of the environment variables defined in a standard
33101 ELinOS environment in order to determine the location of the system
33102 shared libraries, and then sets the @samp{solib-absolute-prefix}
33103 and @samp{solib-search-path} variables appropriately.
33104
33105 @item @file{wrs-linux.py}
33106 @pindex wrs-linux.py
33107 @cindex Wind River Linux system-wide configuration script
33108 This script is useful when debugging a program on a target running
33109 Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
33110 the host-side sysroot used by the target system.
33111
33112 @end itemize
33113
33114 @node Maintenance Commands
33115 @appendix Maintenance Commands
33116 @cindex maintenance commands
33117 @cindex internal commands
33118
33119 In addition to commands intended for @value{GDBN} users, @value{GDBN}
33120 includes a number of commands intended for @value{GDBN} developers,
33121 that are not documented elsewhere in this manual. These commands are
33122 provided here for reference. (For commands that turn on debugging
33123 messages, see @ref{Debugging Output}.)
33124
33125 @table @code
33126 @kindex maint agent
33127 @kindex maint agent-eval
33128 @item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
33129 @itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
33130 Translate the given @var{expression} into remote agent bytecodes.
33131 This command is useful for debugging the Agent Expression mechanism
33132 (@pxref{Agent Expressions}). The @samp{agent} version produces an
33133 expression useful for data collection, such as by tracepoints, while
33134 @samp{maint agent-eval} produces an expression that evaluates directly
33135 to a result. For instance, a collection expression for @code{globa +
33136 globb} will include bytecodes to record four bytes of memory at each
33137 of the addresses of @code{globa} and @code{globb}, while discarding
33138 the result of the addition, while an evaluation expression will do the
33139 addition and return the sum.
33140 If @code{-at} is given, generate remote agent bytecode for @var{location}.
33141 If not, generate remote agent bytecode for current frame PC address.
33142
33143 @kindex maint agent-printf
33144 @item maint agent-printf @var{format},@var{expr},...
33145 Translate the given format string and list of argument expressions
33146 into remote agent bytecodes and display them as a disassembled list.
33147 This command is useful for debugging the agent version of dynamic
33148 printf (@pxref{Dynamic Printf}).
33149
33150 @kindex maint info breakpoints
33151 @item @anchor{maint info breakpoints}maint info breakpoints
33152 Using the same format as @samp{info breakpoints}, display both the
33153 breakpoints you've set explicitly, and those @value{GDBN} is using for
33154 internal purposes. Internal breakpoints are shown with negative
33155 breakpoint numbers. The type column identifies what kind of breakpoint
33156 is shown:
33157
33158 @table @code
33159 @item breakpoint
33160 Normal, explicitly set breakpoint.
33161
33162 @item watchpoint
33163 Normal, explicitly set watchpoint.
33164
33165 @item longjmp
33166 Internal breakpoint, used to handle correctly stepping through
33167 @code{longjmp} calls.
33168
33169 @item longjmp resume
33170 Internal breakpoint at the target of a @code{longjmp}.
33171
33172 @item until
33173 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
33174
33175 @item finish
33176 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
33177
33178 @item shlib events
33179 Shared library events.
33180
33181 @end table
33182
33183 @kindex maint info bfds
33184 @item maint info bfds
33185 This prints information about each @code{bfd} object that is known to
33186 @value{GDBN}. @xref{Top, , BFD, bfd, The Binary File Descriptor Library}.
33187
33188 @kindex set displaced-stepping
33189 @kindex show displaced-stepping
33190 @cindex displaced stepping support
33191 @cindex out-of-line single-stepping
33192 @item set displaced-stepping
33193 @itemx show displaced-stepping
33194 Control whether or not @value{GDBN} will do @dfn{displaced stepping}
33195 if the target supports it. Displaced stepping is a way to single-step
33196 over breakpoints without removing them from the inferior, by executing
33197 an out-of-line copy of the instruction that was originally at the
33198 breakpoint location. It is also known as out-of-line single-stepping.
33199
33200 @table @code
33201 @item set displaced-stepping on
33202 If the target architecture supports it, @value{GDBN} will use
33203 displaced stepping to step over breakpoints.
33204
33205 @item set displaced-stepping off
33206 @value{GDBN} will not use displaced stepping to step over breakpoints,
33207 even if such is supported by the target architecture.
33208
33209 @cindex non-stop mode, and @samp{set displaced-stepping}
33210 @item set displaced-stepping auto
33211 This is the default mode. @value{GDBN} will use displaced stepping
33212 only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
33213 architecture supports displaced stepping.
33214 @end table
33215
33216 @kindex maint check-psymtabs
33217 @item maint check-psymtabs
33218 Check the consistency of currently expanded psymtabs versus symtabs.
33219 Use this to check, for example, whether a symbol is in one but not the other.
33220
33221 @kindex maint check-symtabs
33222 @item maint check-symtabs
33223 Check the consistency of currently expanded symtabs.
33224
33225 @kindex maint expand-symtabs
33226 @item maint expand-symtabs [@var{regexp}]
33227 Expand symbol tables.
33228 If @var{regexp} is specified, only expand symbol tables for file
33229 names matching @var{regexp}.
33230
33231 @kindex maint cplus first_component
33232 @item maint cplus first_component @var{name}
33233 Print the first C@t{++} class/namespace component of @var{name}.
33234
33235 @kindex maint cplus namespace
33236 @item maint cplus namespace
33237 Print the list of possible C@t{++} namespaces.
33238
33239 @kindex maint demangle
33240 @item maint demangle @var{name}
33241 Demangle a C@t{++} or Objective-C mangled @var{name}.
33242
33243 @kindex maint deprecate
33244 @kindex maint undeprecate
33245 @cindex deprecated commands
33246 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
33247 @itemx maint undeprecate @var{command}
33248 Deprecate or undeprecate the named @var{command}. Deprecated commands
33249 cause @value{GDBN} to issue a warning when you use them. The optional
33250 argument @var{replacement} says which newer command should be used in
33251 favor of the deprecated one; if it is given, @value{GDBN} will mention
33252 the replacement as part of the warning.
33253
33254 @kindex maint dump-me
33255 @item maint dump-me
33256 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
33257 Cause a fatal signal in the debugger and force it to dump its core.
33258 This is supported only on systems which support aborting a program
33259 with the @code{SIGQUIT} signal.
33260
33261 @kindex maint internal-error
33262 @kindex maint internal-warning
33263 @item maint internal-error @r{[}@var{message-text}@r{]}
33264 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
33265 Cause @value{GDBN} to call the internal function @code{internal_error}
33266 or @code{internal_warning} and hence behave as though an internal error
33267 or internal warning has been detected. In addition to reporting the
33268 internal problem, these functions give the user the opportunity to
33269 either quit @value{GDBN} or create a core file of the current
33270 @value{GDBN} session.
33271
33272 These commands take an optional parameter @var{message-text} that is
33273 used as the text of the error or warning message.
33274
33275 Here's an example of using @code{internal-error}:
33276
33277 @smallexample
33278 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
33279 @dots{}/maint.c:121: internal-error: testing, 1, 2
33280 A problem internal to GDB has been detected. Further
33281 debugging may prove unreliable.
33282 Quit this debugging session? (y or n) @kbd{n}
33283 Create a core file? (y or n) @kbd{n}
33284 (@value{GDBP})
33285 @end smallexample
33286
33287 @cindex @value{GDBN} internal error
33288 @cindex internal errors, control of @value{GDBN} behavior
33289
33290 @kindex maint set internal-error
33291 @kindex maint show internal-error
33292 @kindex maint set internal-warning
33293 @kindex maint show internal-warning
33294 @item maint set internal-error @var{action} [ask|yes|no]
33295 @itemx maint show internal-error @var{action}
33296 @itemx maint set internal-warning @var{action} [ask|yes|no]
33297 @itemx maint show internal-warning @var{action}
33298 When @value{GDBN} reports an internal problem (error or warning) it
33299 gives the user the opportunity to both quit @value{GDBN} and create a
33300 core file of the current @value{GDBN} session. These commands let you
33301 override the default behaviour for each particular @var{action},
33302 described in the table below.
33303
33304 @table @samp
33305 @item quit
33306 You can specify that @value{GDBN} should always (yes) or never (no)
33307 quit. The default is to ask the user what to do.
33308
33309 @item corefile
33310 You can specify that @value{GDBN} should always (yes) or never (no)
33311 create a core file. The default is to ask the user what to do.
33312 @end table
33313
33314 @kindex maint packet
33315 @item maint packet @var{text}
33316 If @value{GDBN} is talking to an inferior via the serial protocol,
33317 then this command sends the string @var{text} to the inferior, and
33318 displays the response packet. @value{GDBN} supplies the initial
33319 @samp{$} character, the terminating @samp{#} character, and the
33320 checksum.
33321
33322 @kindex maint print architecture
33323 @item maint print architecture @r{[}@var{file}@r{]}
33324 Print the entire architecture configuration. The optional argument
33325 @var{file} names the file where the output goes.
33326
33327 @kindex maint print c-tdesc
33328 @item maint print c-tdesc
33329 Print the current target description (@pxref{Target Descriptions}) as
33330 a C source file. The created source file can be used in @value{GDBN}
33331 when an XML parser is not available to parse the description.
33332
33333 @kindex maint print dummy-frames
33334 @item maint print dummy-frames
33335 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
33336
33337 @smallexample
33338 (@value{GDBP}) @kbd{b add}
33339 @dots{}
33340 (@value{GDBP}) @kbd{print add(2,3)}
33341 Breakpoint 2, add (a=2, b=3) at @dots{}
33342 58 return (a + b);
33343 The program being debugged stopped while in a function called from GDB.
33344 @dots{}
33345 (@value{GDBP}) @kbd{maint print dummy-frames}
33346 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
33347 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
33348 call_lo=0x01014000 call_hi=0x01014001
33349 (@value{GDBP})
33350 @end smallexample
33351
33352 Takes an optional file parameter.
33353
33354 @kindex maint print registers
33355 @kindex maint print raw-registers
33356 @kindex maint print cooked-registers
33357 @kindex maint print register-groups
33358 @kindex maint print remote-registers
33359 @item maint print registers @r{[}@var{file}@r{]}
33360 @itemx maint print raw-registers @r{[}@var{file}@r{]}
33361 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
33362 @itemx maint print register-groups @r{[}@var{file}@r{]}
33363 @itemx maint print remote-registers @r{[}@var{file}@r{]}
33364 Print @value{GDBN}'s internal register data structures.
33365
33366 The command @code{maint print raw-registers} includes the contents of
33367 the raw register cache; the command @code{maint print
33368 cooked-registers} includes the (cooked) value of all registers,
33369 including registers which aren't available on the target nor visible
33370 to user; the command @code{maint print register-groups} includes the
33371 groups that each register is a member of; and the command @code{maint
33372 print remote-registers} includes the remote target's register numbers
33373 and offsets in the `G' packets.
33374
33375 These commands take an optional parameter, a file name to which to
33376 write the information.
33377
33378 @kindex maint print reggroups
33379 @item maint print reggroups @r{[}@var{file}@r{]}
33380 Print @value{GDBN}'s internal register group data structures. The
33381 optional argument @var{file} tells to what file to write the
33382 information.
33383
33384 The register groups info looks like this:
33385
33386 @smallexample
33387 (@value{GDBP}) @kbd{maint print reggroups}
33388 Group Type
33389 general user
33390 float user
33391 all user
33392 vector user
33393 system user
33394 save internal
33395 restore internal
33396 @end smallexample
33397
33398 @kindex flushregs
33399 @item flushregs
33400 This command forces @value{GDBN} to flush its internal register cache.
33401
33402 @kindex maint print objfiles
33403 @cindex info for known object files
33404 @item maint print objfiles @r{[}@var{regexp}@r{]}
33405 Print a dump of all known object files.
33406 If @var{regexp} is specified, only print object files whose names
33407 match @var{regexp}. For each object file, this command prints its name,
33408 address in memory, and all of its psymtabs and symtabs.
33409
33410 @kindex maint print section-scripts
33411 @cindex info for known .debug_gdb_scripts-loaded scripts
33412 @item maint print section-scripts [@var{regexp}]
33413 Print a dump of scripts specified in the @code{.debug_gdb_section} section.
33414 If @var{regexp} is specified, only print scripts loaded by object files
33415 matching @var{regexp}.
33416 For each script, this command prints its name as specified in the objfile,
33417 and the full path if known.
33418 @xref{dotdebug_gdb_scripts section}.
33419
33420 @kindex maint print statistics
33421 @cindex bcache statistics
33422 @item maint print statistics
33423 This command prints, for each object file in the program, various data
33424 about that object file followed by the byte cache (@dfn{bcache})
33425 statistics for the object file. The objfile data includes the number
33426 of minimal, partial, full, and stabs symbols, the number of types
33427 defined by the objfile, the number of as yet unexpanded psym tables,
33428 the number of line tables and string tables, and the amount of memory
33429 used by the various tables. The bcache statistics include the counts,
33430 sizes, and counts of duplicates of all and unique objects, max,
33431 average, and median entry size, total memory used and its overhead and
33432 savings, and various measures of the hash table size and chain
33433 lengths.
33434
33435 @kindex maint print target-stack
33436 @cindex target stack description
33437 @item maint print target-stack
33438 A @dfn{target} is an interface between the debugger and a particular
33439 kind of file or process. Targets can be stacked in @dfn{strata},
33440 so that more than one target can potentially respond to a request.
33441 In particular, memory accesses will walk down the stack of targets
33442 until they find a target that is interested in handling that particular
33443 address.
33444
33445 This command prints a short description of each layer that was pushed on
33446 the @dfn{target stack}, starting from the top layer down to the bottom one.
33447
33448 @kindex maint print type
33449 @cindex type chain of a data type
33450 @item maint print type @var{expr}
33451 Print the type chain for a type specified by @var{expr}. The argument
33452 can be either a type name or a symbol. If it is a symbol, the type of
33453 that symbol is described. The type chain produced by this command is
33454 a recursive definition of the data type as stored in @value{GDBN}'s
33455 data structures, including its flags and contained types.
33456
33457 @kindex maint set dwarf2 always-disassemble
33458 @kindex maint show dwarf2 always-disassemble
33459 @item maint set dwarf2 always-disassemble
33460 @item maint show dwarf2 always-disassemble
33461 Control the behavior of @code{info address} when using DWARF debugging
33462 information.
33463
33464 The default is @code{off}, which means that @value{GDBN} should try to
33465 describe a variable's location in an easily readable format. When
33466 @code{on}, @value{GDBN} will instead display the DWARF location
33467 expression in an assembly-like format. Note that some locations are
33468 too complex for @value{GDBN} to describe simply; in this case you will
33469 always see the disassembly form.
33470
33471 Here is an example of the resulting disassembly:
33472
33473 @smallexample
33474 (gdb) info addr argc
33475 Symbol "argc" is a complex DWARF expression:
33476 1: DW_OP_fbreg 0
33477 @end smallexample
33478
33479 For more information on these expressions, see
33480 @uref{http://www.dwarfstd.org/, the DWARF standard}.
33481
33482 @kindex maint set dwarf2 max-cache-age
33483 @kindex maint show dwarf2 max-cache-age
33484 @item maint set dwarf2 max-cache-age
33485 @itemx maint show dwarf2 max-cache-age
33486 Control the DWARF 2 compilation unit cache.
33487
33488 @cindex DWARF 2 compilation units cache
33489 In object files with inter-compilation-unit references, such as those
33490 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
33491 reader needs to frequently refer to previously read compilation units.
33492 This setting controls how long a compilation unit will remain in the
33493 cache if it is not referenced. A higher limit means that cached
33494 compilation units will be stored in memory longer, and more total
33495 memory will be used. Setting it to zero disables caching, which will
33496 slow down @value{GDBN} startup, but reduce memory consumption.
33497
33498 @kindex maint set profile
33499 @kindex maint show profile
33500 @cindex profiling GDB
33501 @item maint set profile
33502 @itemx maint show profile
33503 Control profiling of @value{GDBN}.
33504
33505 Profiling will be disabled until you use the @samp{maint set profile}
33506 command to enable it. When you enable profiling, the system will begin
33507 collecting timing and execution count data; when you disable profiling or
33508 exit @value{GDBN}, the results will be written to a log file. Remember that
33509 if you use profiling, @value{GDBN} will overwrite the profiling log file
33510 (often called @file{gmon.out}). If you have a record of important profiling
33511 data in a @file{gmon.out} file, be sure to move it to a safe location.
33512
33513 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
33514 compiled with the @samp{-pg} compiler option.
33515
33516 @kindex maint set show-debug-regs
33517 @kindex maint show show-debug-regs
33518 @cindex hardware debug registers
33519 @item maint set show-debug-regs
33520 @itemx maint show show-debug-regs
33521 Control whether to show variables that mirror the hardware debug
33522 registers. Use @code{on} to enable, @code{off} to disable. If
33523 enabled, the debug registers values are shown when @value{GDBN} inserts or
33524 removes a hardware breakpoint or watchpoint, and when the inferior
33525 triggers a hardware-assisted breakpoint or watchpoint.
33526
33527 @kindex maint set show-all-tib
33528 @kindex maint show show-all-tib
33529 @item maint set show-all-tib
33530 @itemx maint show show-all-tib
33531 Control whether to show all non zero areas within a 1k block starting
33532 at thread local base, when using the @samp{info w32 thread-information-block}
33533 command.
33534
33535 @kindex maint set per-command
33536 @kindex maint show per-command
33537 @item maint set per-command
33538 @itemx maint show per-command
33539 @cindex resources used by commands
33540
33541 @value{GDBN} can display the resources used by each command.
33542 This is useful in debugging performance problems.
33543
33544 @table @code
33545 @item maint set per-command space [on|off]
33546 @itemx maint show per-command space
33547 Enable or disable the printing of the memory used by GDB for each command.
33548 If enabled, @value{GDBN} will display how much memory each command
33549 took, following the command's own output.
33550 This can also be requested by invoking @value{GDBN} with the
33551 @option{--statistics} command-line switch (@pxref{Mode Options}).
33552
33553 @item maint set per-command time [on|off]
33554 @itemx maint show per-command time
33555 Enable or disable the printing of the execution time of @value{GDBN}
33556 for each command.
33557 If enabled, @value{GDBN} will display how much time it
33558 took to execute each command, following the command's own output.
33559 Both CPU time and wallclock time are printed.
33560 Printing both is useful when trying to determine whether the cost is
33561 CPU or, e.g., disk/network latency.
33562 Note that the CPU time printed is for @value{GDBN} only, it does not include
33563 the execution time of the inferior because there's no mechanism currently
33564 to compute how much time was spent by @value{GDBN} and how much time was
33565 spent by the program been debugged.
33566 This can also be requested by invoking @value{GDBN} with the
33567 @option{--statistics} command-line switch (@pxref{Mode Options}).
33568
33569 @item maint set per-command symtab [on|off]
33570 @itemx maint show per-command symtab
33571 Enable or disable the printing of basic symbol table statistics
33572 for each command.
33573 If enabled, @value{GDBN} will display the following information:
33574
33575 @enumerate a
33576 @item
33577 number of symbol tables
33578 @item
33579 number of primary symbol tables
33580 @item
33581 number of blocks in the blockvector
33582 @end enumerate
33583 @end table
33584
33585 @kindex maint space
33586 @cindex memory used by commands
33587 @item maint space @var{value}
33588 An alias for @code{maint set per-command space}.
33589 A non-zero value enables it, zero disables it.
33590
33591 @kindex maint time
33592 @cindex time of command execution
33593 @item maint time @var{value}
33594 An alias for @code{maint set per-command time}.
33595 A non-zero value enables it, zero disables it.
33596
33597 @kindex maint translate-address
33598 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
33599 Find the symbol stored at the location specified by the address
33600 @var{addr} and an optional section name @var{section}. If found,
33601 @value{GDBN} prints the name of the closest symbol and an offset from
33602 the symbol's location to the specified address. This is similar to
33603 the @code{info address} command (@pxref{Symbols}), except that this
33604 command also allows to find symbols in other sections.
33605
33606 If section was not specified, the section in which the symbol was found
33607 is also printed. For dynamically linked executables, the name of
33608 executable or shared library containing the symbol is printed as well.
33609
33610 @end table
33611
33612 The following command is useful for non-interactive invocations of
33613 @value{GDBN}, such as in the test suite.
33614
33615 @table @code
33616 @item set watchdog @var{nsec}
33617 @kindex set watchdog
33618 @cindex watchdog timer
33619 @cindex timeout for commands
33620 Set the maximum number of seconds @value{GDBN} will wait for the
33621 target operation to finish. If this time expires, @value{GDBN}
33622 reports and error and the command is aborted.
33623
33624 @item show watchdog
33625 Show the current setting of the target wait timeout.
33626 @end table
33627
33628 @node Remote Protocol
33629 @appendix @value{GDBN} Remote Serial Protocol
33630
33631 @menu
33632 * Overview::
33633 * Packets::
33634 * Stop Reply Packets::
33635 * General Query Packets::
33636 * Architecture-Specific Protocol Details::
33637 * Tracepoint Packets::
33638 * Host I/O Packets::
33639 * Interrupts::
33640 * Notification Packets::
33641 * Remote Non-Stop::
33642 * Packet Acknowledgment::
33643 * Examples::
33644 * File-I/O Remote Protocol Extension::
33645 * Library List Format::
33646 * Library List Format for SVR4 Targets::
33647 * Memory Map Format::
33648 * Thread List Format::
33649 * Traceframe Info Format::
33650 * Branch Trace Format::
33651 @end menu
33652
33653 @node Overview
33654 @section Overview
33655
33656 There may be occasions when you need to know something about the
33657 protocol---for example, if there is only one serial port to your target
33658 machine, you might want your program to do something special if it
33659 recognizes a packet meant for @value{GDBN}.
33660
33661 In the examples below, @samp{->} and @samp{<-} are used to indicate
33662 transmitted and received data, respectively.
33663
33664 @cindex protocol, @value{GDBN} remote serial
33665 @cindex serial protocol, @value{GDBN} remote
33666 @cindex remote serial protocol
33667 All @value{GDBN} commands and responses (other than acknowledgments
33668 and notifications, see @ref{Notification Packets}) are sent as a
33669 @var{packet}. A @var{packet} is introduced with the character
33670 @samp{$}, the actual @var{packet-data}, and the terminating character
33671 @samp{#} followed by a two-digit @var{checksum}:
33672
33673 @smallexample
33674 @code{$}@var{packet-data}@code{#}@var{checksum}
33675 @end smallexample
33676 @noindent
33677
33678 @cindex checksum, for @value{GDBN} remote
33679 @noindent
33680 The two-digit @var{checksum} is computed as the modulo 256 sum of all
33681 characters between the leading @samp{$} and the trailing @samp{#} (an
33682 eight bit unsigned checksum).
33683
33684 Implementors should note that prior to @value{GDBN} 5.0 the protocol
33685 specification also included an optional two-digit @var{sequence-id}:
33686
33687 @smallexample
33688 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
33689 @end smallexample
33690
33691 @cindex sequence-id, for @value{GDBN} remote
33692 @noindent
33693 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
33694 has never output @var{sequence-id}s. Stubs that handle packets added
33695 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
33696
33697 When either the host or the target machine receives a packet, the first
33698 response expected is an acknowledgment: either @samp{+} (to indicate
33699 the package was received correctly) or @samp{-} (to request
33700 retransmission):
33701
33702 @smallexample
33703 -> @code{$}@var{packet-data}@code{#}@var{checksum}
33704 <- @code{+}
33705 @end smallexample
33706 @noindent
33707
33708 The @samp{+}/@samp{-} acknowledgments can be disabled
33709 once a connection is established.
33710 @xref{Packet Acknowledgment}, for details.
33711
33712 The host (@value{GDBN}) sends @var{command}s, and the target (the
33713 debugging stub incorporated in your program) sends a @var{response}. In
33714 the case of step and continue @var{command}s, the response is only sent
33715 when the operation has completed, and the target has again stopped all
33716 threads in all attached processes. This is the default all-stop mode
33717 behavior, but the remote protocol also supports @value{GDBN}'s non-stop
33718 execution mode; see @ref{Remote Non-Stop}, for details.
33719
33720 @var{packet-data} consists of a sequence of characters with the
33721 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
33722 exceptions).
33723
33724 @cindex remote protocol, field separator
33725 Fields within the packet should be separated using @samp{,} @samp{;} or
33726 @samp{:}. Except where otherwise noted all numbers are represented in
33727 @sc{hex} with leading zeros suppressed.
33728
33729 Implementors should note that prior to @value{GDBN} 5.0, the character
33730 @samp{:} could not appear as the third character in a packet (as it
33731 would potentially conflict with the @var{sequence-id}).
33732
33733 @cindex remote protocol, binary data
33734 @anchor{Binary Data}
33735 Binary data in most packets is encoded either as two hexadecimal
33736 digits per byte of binary data. This allowed the traditional remote
33737 protocol to work over connections which were only seven-bit clean.
33738 Some packets designed more recently assume an eight-bit clean
33739 connection, and use a more efficient encoding to send and receive
33740 binary data.
33741
33742 The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
33743 as an escape character. Any escaped byte is transmitted as the escape
33744 character followed by the original character XORed with @code{0x20}.
33745 For example, the byte @code{0x7d} would be transmitted as the two
33746 bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
33747 @code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
33748 @samp{@}}) must always be escaped. Responses sent by the stub
33749 must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
33750 is not interpreted as the start of a run-length encoded sequence
33751 (described next).
33752
33753 Response @var{data} can be run-length encoded to save space.
33754 Run-length encoding replaces runs of identical characters with one
33755 instance of the repeated character, followed by a @samp{*} and a
33756 repeat count. The repeat count is itself sent encoded, to avoid
33757 binary characters in @var{data}: a value of @var{n} is sent as
33758 @code{@var{n}+29}. For a repeat count greater or equal to 3, this
33759 produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
33760 code 32) for a repeat count of 3. (This is because run-length
33761 encoding starts to win for counts 3 or more.) Thus, for example,
33762 @samp{0* } is a run-length encoding of ``0000'': the space character
33763 after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
33764 3}} more times.
33765
33766 The printable characters @samp{#} and @samp{$} or with a numeric value
33767 greater than 126 must not be used. Runs of six repeats (@samp{#}) or
33768 seven repeats (@samp{$}) can be expanded using a repeat count of only
33769 five (@samp{"}). For example, @samp{00000000} can be encoded as
33770 @samp{0*"00}.
33771
33772 The error response returned for some packets includes a two character
33773 error number. That number is not well defined.
33774
33775 @cindex empty response, for unsupported packets
33776 For any @var{command} not supported by the stub, an empty response
33777 (@samp{$#00}) should be returned. That way it is possible to extend the
33778 protocol. A newer @value{GDBN} can tell if a packet is supported based
33779 on that response.
33780
33781 At a minimum, a stub is required to support the @samp{g} and @samp{G}
33782 commands for register access, and the @samp{m} and @samp{M} commands
33783 for memory access. Stubs that only control single-threaded targets
33784 can implement run control with the @samp{c} (continue), and @samp{s}
33785 (step) commands. Stubs that support multi-threading targets should
33786 support the @samp{vCont} command. All other commands are optional.
33787
33788 @node Packets
33789 @section Packets
33790
33791 The following table provides a complete list of all currently defined
33792 @var{command}s and their corresponding response @var{data}.
33793 @xref{File-I/O Remote Protocol Extension}, for details about the File
33794 I/O extension of the remote protocol.
33795
33796 Each packet's description has a template showing the packet's overall
33797 syntax, followed by an explanation of the packet's meaning. We
33798 include spaces in some of the templates for clarity; these are not
33799 part of the packet's syntax. No @value{GDBN} packet uses spaces to
33800 separate its components. For example, a template like @samp{foo
33801 @var{bar} @var{baz}} describes a packet beginning with the three ASCII
33802 bytes @samp{foo}, followed by a @var{bar}, followed directly by a
33803 @var{baz}. @value{GDBN} does not transmit a space character between the
33804 @samp{foo} and the @var{bar}, or between the @var{bar} and the
33805 @var{baz}.
33806
33807 @cindex @var{thread-id}, in remote protocol
33808 @anchor{thread-id syntax}
33809 Several packets and replies include a @var{thread-id} field to identify
33810 a thread. Normally these are positive numbers with a target-specific
33811 interpretation, formatted as big-endian hex strings. A @var{thread-id}
33812 can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
33813 pick any thread.
33814
33815 In addition, the remote protocol supports a multiprocess feature in
33816 which the @var{thread-id} syntax is extended to optionally include both
33817 process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
33818 The @var{pid} (process) and @var{tid} (thread) components each have the
33819 format described above: a positive number with target-specific
33820 interpretation formatted as a big-endian hex string, literal @samp{-1}
33821 to indicate all processes or threads (respectively), or @samp{0} to
33822 indicate an arbitrary process or thread. Specifying just a process, as
33823 @samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
33824 error to specify all processes but a specific thread, such as
33825 @samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
33826 for those packets and replies explicitly documented to include a process
33827 ID, rather than a @var{thread-id}.
33828
33829 The multiprocess @var{thread-id} syntax extensions are only used if both
33830 @value{GDBN} and the stub report support for the @samp{multiprocess}
33831 feature using @samp{qSupported}. @xref{multiprocess extensions}, for
33832 more information.
33833
33834 Note that all packet forms beginning with an upper- or lower-case
33835 letter, other than those described here, are reserved for future use.
33836
33837 Here are the packet descriptions.
33838
33839 @table @samp
33840
33841 @item !
33842 @cindex @samp{!} packet
33843 @anchor{extended mode}
33844 Enable extended mode. In extended mode, the remote server is made
33845 persistent. The @samp{R} packet is used to restart the program being
33846 debugged.
33847
33848 Reply:
33849 @table @samp
33850 @item OK
33851 The remote target both supports and has enabled extended mode.
33852 @end table
33853
33854 @item ?
33855 @cindex @samp{?} packet
33856 @anchor{? packet}
33857 Indicate the reason the target halted. The reply is the same as for
33858 step and continue. This packet has a special interpretation when the
33859 target is in non-stop mode; see @ref{Remote Non-Stop}.
33860
33861 Reply:
33862 @xref{Stop Reply Packets}, for the reply specifications.
33863
33864 @item A @var{arglen},@var{argnum},@var{arg},@dots{}
33865 @cindex @samp{A} packet
33866 Initialized @code{argv[]} array passed into program. @var{arglen}
33867 specifies the number of bytes in the hex encoded byte stream
33868 @var{arg}. See @code{gdbserver} for more details.
33869
33870 Reply:
33871 @table @samp
33872 @item OK
33873 The arguments were set.
33874 @item E @var{NN}
33875 An error occurred.
33876 @end table
33877
33878 @item b @var{baud}
33879 @cindex @samp{b} packet
33880 (Don't use this packet; its behavior is not well-defined.)
33881 Change the serial line speed to @var{baud}.
33882
33883 JTC: @emph{When does the transport layer state change? When it's
33884 received, or after the ACK is transmitted. In either case, there are
33885 problems if the command or the acknowledgment packet is dropped.}
33886
33887 Stan: @emph{If people really wanted to add something like this, and get
33888 it working for the first time, they ought to modify ser-unix.c to send
33889 some kind of out-of-band message to a specially-setup stub and have the
33890 switch happen "in between" packets, so that from remote protocol's point
33891 of view, nothing actually happened.}
33892
33893 @item B @var{addr},@var{mode}
33894 @cindex @samp{B} packet
33895 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
33896 breakpoint at @var{addr}.
33897
33898 Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
33899 (@pxref{insert breakpoint or watchpoint packet}).
33900
33901 @cindex @samp{bc} packet
33902 @anchor{bc}
33903 @item bc
33904 Backward continue. Execute the target system in reverse. No parameter.
33905 @xref{Reverse Execution}, for more information.
33906
33907 Reply:
33908 @xref{Stop Reply Packets}, for the reply specifications.
33909
33910 @cindex @samp{bs} packet
33911 @anchor{bs}
33912 @item bs
33913 Backward single step. Execute one instruction in reverse. No parameter.
33914 @xref{Reverse Execution}, for more information.
33915
33916 Reply:
33917 @xref{Stop Reply Packets}, for the reply specifications.
33918
33919 @item c @r{[}@var{addr}@r{]}
33920 @cindex @samp{c} packet
33921 Continue at @var{addr}, which is the address to resume. If @var{addr}
33922 is omitted, resume at current address.
33923
33924 This packet is deprecated for multi-threading support. @xref{vCont
33925 packet}.
33926
33927 Reply:
33928 @xref{Stop Reply Packets}, for the reply specifications.
33929
33930 @item C @var{sig}@r{[};@var{addr}@r{]}
33931 @cindex @samp{C} packet
33932 Continue with signal @var{sig} (hex signal number). If
33933 @samp{;@var{addr}} is omitted, resume at same address.
33934
33935 This packet is deprecated for multi-threading support. @xref{vCont
33936 packet}.
33937
33938 Reply:
33939 @xref{Stop Reply Packets}, for the reply specifications.
33940
33941 @item d
33942 @cindex @samp{d} packet
33943 Toggle debug flag.
33944
33945 Don't use this packet; instead, define a general set packet
33946 (@pxref{General Query Packets}).
33947
33948 @item D
33949 @itemx D;@var{pid}
33950 @cindex @samp{D} packet
33951 The first form of the packet is used to detach @value{GDBN} from the
33952 remote system. It is sent to the remote target
33953 before @value{GDBN} disconnects via the @code{detach} command.
33954
33955 The second form, including a process ID, is used when multiprocess
33956 protocol extensions are enabled (@pxref{multiprocess extensions}), to
33957 detach only a specific process. The @var{pid} is specified as a
33958 big-endian hex string.
33959
33960 Reply:
33961 @table @samp
33962 @item OK
33963 for success
33964 @item E @var{NN}
33965 for an error
33966 @end table
33967
33968 @item F @var{RC},@var{EE},@var{CF};@var{XX}
33969 @cindex @samp{F} packet
33970 A reply from @value{GDBN} to an @samp{F} packet sent by the target.
33971 This is part of the File-I/O protocol extension. @xref{File-I/O
33972 Remote Protocol Extension}, for the specification.
33973
33974 @item g
33975 @anchor{read registers packet}
33976 @cindex @samp{g} packet
33977 Read general registers.
33978
33979 Reply:
33980 @table @samp
33981 @item @var{XX@dots{}}
33982 Each byte of register data is described by two hex digits. The bytes
33983 with the register are transmitted in target byte order. The size of
33984 each register and their position within the @samp{g} packet are
33985 determined by the @value{GDBN} internal gdbarch functions
33986 @code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}. The
33987 specification of several standard @samp{g} packets is specified below.
33988
33989 When reading registers from a trace frame (@pxref{Analyze Collected
33990 Data,,Using the Collected Data}), the stub may also return a string of
33991 literal @samp{x}'s in place of the register data digits, to indicate
33992 that the corresponding register has not been collected, thus its value
33993 is unavailable. For example, for an architecture with 4 registers of
33994 4 bytes each, the following reply indicates to @value{GDBN} that
33995 registers 0 and 2 have not been collected, while registers 1 and 3
33996 have been collected, and both have zero value:
33997
33998 @smallexample
33999 -> @code{g}
34000 <- @code{xxxxxxxx00000000xxxxxxxx00000000}
34001 @end smallexample
34002
34003 @item E @var{NN}
34004 for an error.
34005 @end table
34006
34007 @item G @var{XX@dots{}}
34008 @cindex @samp{G} packet
34009 Write general registers. @xref{read registers packet}, for a
34010 description of the @var{XX@dots{}} data.
34011
34012 Reply:
34013 @table @samp
34014 @item OK
34015 for success
34016 @item E @var{NN}
34017 for an error
34018 @end table
34019
34020 @item H @var{op} @var{thread-id}
34021 @cindex @samp{H} packet
34022 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
34023 @samp{G}, et.al.). Depending on the operation to be performed, @var{op}
34024 should be @samp{c} for step and continue operations (note that this
34025 is deprecated, supporting the @samp{vCont} command is a better
34026 option), and @samp{g} for other operations. The thread designator
34027 @var{thread-id} has the format and interpretation described in
34028 @ref{thread-id syntax}.
34029
34030 Reply:
34031 @table @samp
34032 @item OK
34033 for success
34034 @item E @var{NN}
34035 for an error
34036 @end table
34037
34038 @c FIXME: JTC:
34039 @c 'H': How restrictive (or permissive) is the thread model. If a
34040 @c thread is selected and stopped, are other threads allowed
34041 @c to continue to execute? As I mentioned above, I think the
34042 @c semantics of each command when a thread is selected must be
34043 @c described. For example:
34044 @c
34045 @c 'g': If the stub supports threads and a specific thread is
34046 @c selected, returns the register block from that thread;
34047 @c otherwise returns current registers.
34048 @c
34049 @c 'G' If the stub supports threads and a specific thread is
34050 @c selected, sets the registers of the register block of
34051 @c that thread; otherwise sets current registers.
34052
34053 @item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
34054 @anchor{cycle step packet}
34055 @cindex @samp{i} packet
34056 Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
34057 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
34058 step starting at that address.
34059
34060 @item I
34061 @cindex @samp{I} packet
34062 Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
34063 step packet}.
34064
34065 @item k
34066 @cindex @samp{k} packet
34067 Kill request.
34068
34069 The exact effect of this packet is not specified.
34070
34071 For a bare-metal target, it may power cycle or reset the target
34072 system. For that reason, the @samp{k} packet has no reply.
34073
34074 For a single-process target, it may kill that process if possible.
34075
34076 A multiple-process target may choose to kill just one process, or all
34077 that are under @value{GDBN}'s control. For more precise control, use
34078 the vKill packet (@pxref{vKill packet}).
34079
34080 If the target system immediately closes the connection in response to
34081 @samp{k}, @value{GDBN} does not consider the lack of packet
34082 acknowledgment to be an error, and assumes the kill was successful.
34083
34084 If connected using @kbd{target extended-remote}, and the target does
34085 not close the connection in response to a kill request, @value{GDBN}
34086 probes the target state as if a new connection was opened
34087 (@pxref{? packet}).
34088
34089 @item m @var{addr},@var{length}
34090 @cindex @samp{m} packet
34091 Read @var{length} bytes of memory starting at address @var{addr}.
34092 Note that @var{addr} may not be aligned to any particular boundary.
34093
34094 The stub need not use any particular size or alignment when gathering
34095 data from memory for the response; even if @var{addr} is word-aligned
34096 and @var{length} is a multiple of the word size, the stub is free to
34097 use byte accesses, or not. For this reason, this packet may not be
34098 suitable for accessing memory-mapped I/O devices.
34099 @cindex alignment of remote memory accesses
34100 @cindex size of remote memory accesses
34101 @cindex memory, alignment and size of remote accesses
34102
34103 Reply:
34104 @table @samp
34105 @item @var{XX@dots{}}
34106 Memory contents; each byte is transmitted as a two-digit hexadecimal
34107 number. The reply may contain fewer bytes than requested if the
34108 server was able to read only part of the region of memory.
34109 @item E @var{NN}
34110 @var{NN} is errno
34111 @end table
34112
34113 @item M @var{addr},@var{length}:@var{XX@dots{}}
34114 @cindex @samp{M} packet
34115 Write @var{length} bytes of memory starting at address @var{addr}.
34116 The data is given by @var{XX@dots{}}; each byte is transmitted as a two-digit
34117 hexadecimal number.
34118
34119 Reply:
34120 @table @samp
34121 @item OK
34122 for success
34123 @item E @var{NN}
34124 for an error (this includes the case where only part of the data was
34125 written).
34126 @end table
34127
34128 @item p @var{n}
34129 @cindex @samp{p} packet
34130 Read the value of register @var{n}; @var{n} is in hex.
34131 @xref{read registers packet}, for a description of how the returned
34132 register value is encoded.
34133
34134 Reply:
34135 @table @samp
34136 @item @var{XX@dots{}}
34137 the register's value
34138 @item E @var{NN}
34139 for an error
34140 @item @w{}
34141 Indicating an unrecognized @var{query}.
34142 @end table
34143
34144 @item P @var{n@dots{}}=@var{r@dots{}}
34145 @anchor{write register packet}
34146 @cindex @samp{P} packet
34147 Write register @var{n@dots{}} with value @var{r@dots{}}. The register
34148 number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
34149 digits for each byte in the register (target byte order).
34150
34151 Reply:
34152 @table @samp
34153 @item OK
34154 for success
34155 @item E @var{NN}
34156 for an error
34157 @end table
34158
34159 @item q @var{name} @var{params}@dots{}
34160 @itemx Q @var{name} @var{params}@dots{}
34161 @cindex @samp{q} packet
34162 @cindex @samp{Q} packet
34163 General query (@samp{q}) and set (@samp{Q}). These packets are
34164 described fully in @ref{General Query Packets}.
34165
34166 @item r
34167 @cindex @samp{r} packet
34168 Reset the entire system.
34169
34170 Don't use this packet; use the @samp{R} packet instead.
34171
34172 @item R @var{XX}
34173 @cindex @samp{R} packet
34174 Restart the program being debugged. The @var{XX}, while needed, is ignored.
34175 This packet is only available in extended mode (@pxref{extended mode}).
34176
34177 The @samp{R} packet has no reply.
34178
34179 @item s @r{[}@var{addr}@r{]}
34180 @cindex @samp{s} packet
34181 Single step, resuming at @var{addr}. If
34182 @var{addr} is omitted, resume at same address.
34183
34184 This packet is deprecated for multi-threading support. @xref{vCont
34185 packet}.
34186
34187 Reply:
34188 @xref{Stop Reply Packets}, for the reply specifications.
34189
34190 @item S @var{sig}@r{[};@var{addr}@r{]}
34191 @anchor{step with signal packet}
34192 @cindex @samp{S} packet
34193 Step with signal. This is analogous to the @samp{C} packet, but
34194 requests a single-step, rather than a normal resumption of execution.
34195
34196 This packet is deprecated for multi-threading support. @xref{vCont
34197 packet}.
34198
34199 Reply:
34200 @xref{Stop Reply Packets}, for the reply specifications.
34201
34202 @item t @var{addr}:@var{PP},@var{MM}
34203 @cindex @samp{t} packet
34204 Search backwards starting at address @var{addr} for a match with pattern
34205 @var{PP} and mask @var{MM}, both of which are are 4 byte long.
34206 There must be at least 3 digits in @var{addr}.
34207
34208 @item T @var{thread-id}
34209 @cindex @samp{T} packet
34210 Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
34211
34212 Reply:
34213 @table @samp
34214 @item OK
34215 thread is still alive
34216 @item E @var{NN}
34217 thread is dead
34218 @end table
34219
34220 @item v
34221 Packets starting with @samp{v} are identified by a multi-letter name,
34222 up to the first @samp{;} or @samp{?} (or the end of the packet).
34223
34224 @item vAttach;@var{pid}
34225 @cindex @samp{vAttach} packet
34226 Attach to a new process with the specified process ID @var{pid}.
34227 The process ID is a
34228 hexadecimal integer identifying the process. In all-stop mode, all
34229 threads in the attached process are stopped; in non-stop mode, it may be
34230 attached without being stopped if that is supported by the target.
34231
34232 @c In non-stop mode, on a successful vAttach, the stub should set the
34233 @c current thread to a thread of the newly-attached process. After
34234 @c attaching, GDB queries for the attached process's thread ID with qC.
34235 @c Also note that, from a user perspective, whether or not the
34236 @c target is stopped on attach in non-stop mode depends on whether you
34237 @c use the foreground or background version of the attach command, not
34238 @c on what vAttach does; GDB does the right thing with respect to either
34239 @c stopping or restarting threads.
34240
34241 This packet is only available in extended mode (@pxref{extended mode}).
34242
34243 Reply:
34244 @table @samp
34245 @item E @var{nn}
34246 for an error
34247 @item @r{Any stop packet}
34248 for success in all-stop mode (@pxref{Stop Reply Packets})
34249 @item OK
34250 for success in non-stop mode (@pxref{Remote Non-Stop})
34251 @end table
34252
34253 @item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
34254 @cindex @samp{vCont} packet
34255 @anchor{vCont packet}
34256 Resume the inferior, specifying different actions for each thread.
34257 If an action is specified with no @var{thread-id}, then it is applied to any
34258 threads that don't have a specific action specified; if no default action is
34259 specified then other threads should remain stopped in all-stop mode and
34260 in their current state in non-stop mode.
34261 Specifying multiple
34262 default actions is an error; specifying no actions is also an error.
34263 Thread IDs are specified using the syntax described in @ref{thread-id syntax}.
34264
34265 Currently supported actions are:
34266
34267 @table @samp
34268 @item c
34269 Continue.
34270 @item C @var{sig}
34271 Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
34272 @item s
34273 Step.
34274 @item S @var{sig}
34275 Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
34276 @item t
34277 Stop.
34278 @item r @var{start},@var{end}
34279 Step once, and then keep stepping as long as the thread stops at
34280 addresses between @var{start} (inclusive) and @var{end} (exclusive).
34281 The remote stub reports a stop reply when either the thread goes out
34282 of the range or is stopped due to an unrelated reason, such as hitting
34283 a breakpoint. @xref{range stepping}.
34284
34285 If the range is empty (@var{start} == @var{end}), then the action
34286 becomes equivalent to the @samp{s} action. In other words,
34287 single-step once, and report the stop (even if the stepped instruction
34288 jumps to @var{start}).
34289
34290 (A stop reply may be sent at any point even if the PC is still within
34291 the stepping range; for example, it is valid to implement this packet
34292 in a degenerate way as a single instruction step operation.)
34293
34294 @end table
34295
34296 The optional argument @var{addr} normally associated with the
34297 @samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
34298 not supported in @samp{vCont}.
34299
34300 The @samp{t} action is only relevant in non-stop mode
34301 (@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
34302 A stop reply should be generated for any affected thread not already stopped.
34303 When a thread is stopped by means of a @samp{t} action,
34304 the corresponding stop reply should indicate that the thread has stopped with
34305 signal @samp{0}, regardless of whether the target uses some other signal
34306 as an implementation detail.
34307
34308 The stub must support @samp{vCont} if it reports support for
34309 multiprocess extensions (@pxref{multiprocess extensions}). Note that in
34310 this case @samp{vCont} actions can be specified to apply to all threads
34311 in a process by using the @samp{p@var{pid}.-1} form of the
34312 @var{thread-id}.
34313
34314 Reply:
34315 @xref{Stop Reply Packets}, for the reply specifications.
34316
34317 @item vCont?
34318 @cindex @samp{vCont?} packet
34319 Request a list of actions supported by the @samp{vCont} packet.
34320
34321 Reply:
34322 @table @samp
34323 @item vCont@r{[};@var{action}@dots{}@r{]}
34324 The @samp{vCont} packet is supported. Each @var{action} is a supported
34325 command in the @samp{vCont} packet.
34326 @item @w{}
34327 The @samp{vCont} packet is not supported.
34328 @end table
34329
34330 @item vFile:@var{operation}:@var{parameter}@dots{}
34331 @cindex @samp{vFile} packet
34332 Perform a file operation on the target system. For details,
34333 see @ref{Host I/O Packets}.
34334
34335 @item vFlashErase:@var{addr},@var{length}
34336 @cindex @samp{vFlashErase} packet
34337 Direct the stub to erase @var{length} bytes of flash starting at
34338 @var{addr}. The region may enclose any number of flash blocks, but
34339 its start and end must fall on block boundaries, as indicated by the
34340 flash block size appearing in the memory map (@pxref{Memory Map
34341 Format}). @value{GDBN} groups flash memory programming operations
34342 together, and sends a @samp{vFlashDone} request after each group; the
34343 stub is allowed to delay erase operation until the @samp{vFlashDone}
34344 packet is received.
34345
34346 Reply:
34347 @table @samp
34348 @item OK
34349 for success
34350 @item E @var{NN}
34351 for an error
34352 @end table
34353
34354 @item vFlashWrite:@var{addr}:@var{XX@dots{}}
34355 @cindex @samp{vFlashWrite} packet
34356 Direct the stub to write data to flash address @var{addr}. The data
34357 is passed in binary form using the same encoding as for the @samp{X}
34358 packet (@pxref{Binary Data}). The memory ranges specified by
34359 @samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
34360 not overlap, and must appear in order of increasing addresses
34361 (although @samp{vFlashErase} packets for higher addresses may already
34362 have been received; the ordering is guaranteed only between
34363 @samp{vFlashWrite} packets). If a packet writes to an address that was
34364 neither erased by a preceding @samp{vFlashErase} packet nor by some other
34365 target-specific method, the results are unpredictable.
34366
34367
34368 Reply:
34369 @table @samp
34370 @item OK
34371 for success
34372 @item E.memtype
34373 for vFlashWrite addressing non-flash memory
34374 @item E @var{NN}
34375 for an error
34376 @end table
34377
34378 @item vFlashDone
34379 @cindex @samp{vFlashDone} packet
34380 Indicate to the stub that flash programming operation is finished.
34381 The stub is permitted to delay or batch the effects of a group of
34382 @samp{vFlashErase} and @samp{vFlashWrite} packets until a
34383 @samp{vFlashDone} packet is received. The contents of the affected
34384 regions of flash memory are unpredictable until the @samp{vFlashDone}
34385 request is completed.
34386
34387 @item vKill;@var{pid}
34388 @cindex @samp{vKill} packet
34389 @anchor{vKill packet}
34390 Kill the process with the specified process ID @var{pid}, which is a
34391 hexadecimal integer identifying the process. This packet is used in
34392 preference to @samp{k} when multiprocess protocol extensions are
34393 supported; see @ref{multiprocess extensions}.
34394
34395 Reply:
34396 @table @samp
34397 @item E @var{nn}
34398 for an error
34399 @item OK
34400 for success
34401 @end table
34402
34403 @item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
34404 @cindex @samp{vRun} packet
34405 Run the program @var{filename}, passing it each @var{argument} on its
34406 command line. The file and arguments are hex-encoded strings. If
34407 @var{filename} is an empty string, the stub may use a default program
34408 (e.g.@: the last program run). The program is created in the stopped
34409 state.
34410
34411 @c FIXME: What about non-stop mode?
34412
34413 This packet is only available in extended mode (@pxref{extended mode}).
34414
34415 Reply:
34416 @table @samp
34417 @item E @var{nn}
34418 for an error
34419 @item @r{Any stop packet}
34420 for success (@pxref{Stop Reply Packets})
34421 @end table
34422
34423 @item vStopped
34424 @cindex @samp{vStopped} packet
34425 @xref{Notification Packets}.
34426
34427 @item X @var{addr},@var{length}:@var{XX@dots{}}
34428 @anchor{X packet}
34429 @cindex @samp{X} packet
34430 Write data to memory, where the data is transmitted in binary.
34431 Memory is specified by its address @var{addr} and number of bytes @var{length};
34432 @samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
34433
34434 Reply:
34435 @table @samp
34436 @item OK
34437 for success
34438 @item E @var{NN}
34439 for an error
34440 @end table
34441
34442 @item z @var{type},@var{addr},@var{kind}
34443 @itemx Z @var{type},@var{addr},@var{kind}
34444 @anchor{insert breakpoint or watchpoint packet}
34445 @cindex @samp{z} packet
34446 @cindex @samp{Z} packets
34447 Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
34448 watchpoint starting at address @var{address} of kind @var{kind}.
34449
34450 Each breakpoint and watchpoint packet @var{type} is documented
34451 separately.
34452
34453 @emph{Implementation notes: A remote target shall return an empty string
34454 for an unrecognized breakpoint or watchpoint packet @var{type}. A
34455 remote target shall support either both or neither of a given
34456 @samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
34457 avoid potential problems with duplicate packets, the operations should
34458 be implemented in an idempotent way.}
34459
34460 @item z0,@var{addr},@var{kind}
34461 @itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
34462 @cindex @samp{z0} packet
34463 @cindex @samp{Z0} packet
34464 Insert (@samp{Z0}) or remove (@samp{z0}) a memory breakpoint at address
34465 @var{addr} of type @var{kind}.
34466
34467 A memory breakpoint is implemented by replacing the instruction at
34468 @var{addr} with a software breakpoint or trap instruction. The
34469 @var{kind} is target-specific and typically indicates the size of
34470 the breakpoint in bytes that should be inserted. E.g., the @sc{arm}
34471 and @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
34472 architectures have additional meanings for @var{kind};
34473 @var{cond_list} is an optional list of conditional expressions in bytecode
34474 form that should be evaluated on the target's side. These are the
34475 conditions that should be taken into consideration when deciding if
34476 the breakpoint trigger should be reported back to @var{GDBN}.
34477
34478 The @var{cond_list} parameter is comprised of a series of expressions,
34479 concatenated without separators. Each expression has the following form:
34480
34481 @table @samp
34482
34483 @item X @var{len},@var{expr}
34484 @var{len} is the length of the bytecode expression and @var{expr} is the
34485 actual conditional expression in bytecode form.
34486
34487 @end table
34488
34489 The optional @var{cmd_list} parameter introduces commands that may be
34490 run on the target, rather than being reported back to @value{GDBN}.
34491 The parameter starts with a numeric flag @var{persist}; if the flag is
34492 nonzero, then the breakpoint may remain active and the commands
34493 continue to be run even when @value{GDBN} disconnects from the target.
34494 Following this flag is a series of expressions concatenated with no
34495 separators. Each expression has the following form:
34496
34497 @table @samp
34498
34499 @item X @var{len},@var{expr}
34500 @var{len} is the length of the bytecode expression and @var{expr} is the
34501 actual conditional expression in bytecode form.
34502
34503 @end table
34504
34505 see @ref{Architecture-Specific Protocol Details}.
34506
34507 @emph{Implementation note: It is possible for a target to copy or move
34508 code that contains memory breakpoints (e.g., when implementing
34509 overlays). The behavior of this packet, in the presence of such a
34510 target, is not defined.}
34511
34512 Reply:
34513 @table @samp
34514 @item OK
34515 success
34516 @item @w{}
34517 not supported
34518 @item E @var{NN}
34519 for an error
34520 @end table
34521
34522 @item z1,@var{addr},@var{kind}
34523 @itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}
34524 @cindex @samp{z1} packet
34525 @cindex @samp{Z1} packet
34526 Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
34527 address @var{addr}.
34528
34529 A hardware breakpoint is implemented using a mechanism that is not
34530 dependant on being able to modify the target's memory. The @var{kind}
34531 and @var{cond_list} have the same meaning as in @samp{Z0} packets.
34532
34533 @emph{Implementation note: A hardware breakpoint is not affected by code
34534 movement.}
34535
34536 Reply:
34537 @table @samp
34538 @item OK
34539 success
34540 @item @w{}
34541 not supported
34542 @item E @var{NN}
34543 for an error
34544 @end table
34545
34546 @item z2,@var{addr},@var{kind}
34547 @itemx Z2,@var{addr},@var{kind}
34548 @cindex @samp{z2} packet
34549 @cindex @samp{Z2} packet
34550 Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
34551 The number of bytes to watch is specified by @var{kind}.
34552
34553 Reply:
34554 @table @samp
34555 @item OK
34556 success
34557 @item @w{}
34558 not supported
34559 @item E @var{NN}
34560 for an error
34561 @end table
34562
34563 @item z3,@var{addr},@var{kind}
34564 @itemx Z3,@var{addr},@var{kind}
34565 @cindex @samp{z3} packet
34566 @cindex @samp{Z3} packet
34567 Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
34568 The number of bytes to watch is specified by @var{kind}.
34569
34570 Reply:
34571 @table @samp
34572 @item OK
34573 success
34574 @item @w{}
34575 not supported
34576 @item E @var{NN}
34577 for an error
34578 @end table
34579
34580 @item z4,@var{addr},@var{kind}
34581 @itemx Z4,@var{addr},@var{kind}
34582 @cindex @samp{z4} packet
34583 @cindex @samp{Z4} packet
34584 Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
34585 The number of bytes to watch is specified by @var{kind}.
34586
34587 Reply:
34588 @table @samp
34589 @item OK
34590 success
34591 @item @w{}
34592 not supported
34593 @item E @var{NN}
34594 for an error
34595 @end table
34596
34597 @end table
34598
34599 @node Stop Reply Packets
34600 @section Stop Reply Packets
34601 @cindex stop reply packets
34602
34603 The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
34604 @samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
34605 receive any of the below as a reply. Except for @samp{?}
34606 and @samp{vStopped}, that reply is only returned
34607 when the target halts. In the below the exact meaning of @dfn{signal
34608 number} is defined by the header @file{include/gdb/signals.h} in the
34609 @value{GDBN} source code.
34610
34611 As in the description of request packets, we include spaces in the
34612 reply templates for clarity; these are not part of the reply packet's
34613 syntax. No @value{GDBN} stop reply packet uses spaces to separate its
34614 components.
34615
34616 @table @samp
34617
34618 @item S @var{AA}
34619 The program received signal number @var{AA} (a two-digit hexadecimal
34620 number). This is equivalent to a @samp{T} response with no
34621 @var{n}:@var{r} pairs.
34622
34623 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
34624 @cindex @samp{T} packet reply
34625 The program received signal number @var{AA} (a two-digit hexadecimal
34626 number). This is equivalent to an @samp{S} response, except that the
34627 @samp{@var{n}:@var{r}} pairs can carry values of important registers
34628 and other information directly in the stop reply packet, reducing
34629 round-trip latency. Single-step and breakpoint traps are reported
34630 this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
34631
34632 @itemize @bullet
34633 @item
34634 If @var{n} is a hexadecimal number, it is a register number, and the
34635 corresponding @var{r} gives that register's value. The data @var{r} is a
34636 series of bytes in target byte order, with each byte given by a
34637 two-digit hex number.
34638
34639 @item
34640 If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
34641 the stopped thread, as specified in @ref{thread-id syntax}.
34642
34643 @item
34644 If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
34645 the core on which the stop event was detected.
34646
34647 @item
34648 If @var{n} is a recognized @dfn{stop reason}, it describes a more
34649 specific event that stopped the target. The currently defined stop
34650 reasons are listed below. The @var{aa} should be @samp{05}, the trap
34651 signal. At most one stop reason should be present.
34652
34653 @item
34654 Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
34655 and go on to the next; this allows us to extend the protocol in the
34656 future.
34657 @end itemize
34658
34659 The currently defined stop reasons are:
34660
34661 @table @samp
34662 @item watch
34663 @itemx rwatch
34664 @itemx awatch
34665 The packet indicates a watchpoint hit, and @var{r} is the data address, in
34666 hex.
34667
34668 @cindex shared library events, remote reply
34669 @item library
34670 The packet indicates that the loaded libraries have changed.
34671 @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
34672 list of loaded libraries. The @var{r} part is ignored.
34673
34674 @cindex replay log events, remote reply
34675 @item replaylog
34676 The packet indicates that the target cannot continue replaying
34677 logged execution events, because it has reached the end (or the
34678 beginning when executing backward) of the log. The value of @var{r}
34679 will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
34680 for more information.
34681 @end table
34682
34683 @item W @var{AA}
34684 @itemx W @var{AA} ; process:@var{pid}
34685 The process exited, and @var{AA} is the exit status. This is only
34686 applicable to certain targets.
34687
34688 The second form of the response, including the process ID of the exited
34689 process, can be used only when @value{GDBN} has reported support for
34690 multiprocess protocol extensions; see @ref{multiprocess extensions}.
34691 The @var{pid} is formatted as a big-endian hex string.
34692
34693 @item X @var{AA}
34694 @itemx X @var{AA} ; process:@var{pid}
34695 The process terminated with signal @var{AA}.
34696
34697 The second form of the response, including the process ID of the
34698 terminated process, can be used only when @value{GDBN} has reported
34699 support for multiprocess protocol extensions; see @ref{multiprocess
34700 extensions}. The @var{pid} is formatted as a big-endian hex string.
34701
34702 @item O @var{XX}@dots{}
34703 @samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
34704 written as the program's console output. This can happen at any time
34705 while the program is running and the debugger should continue to wait
34706 for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
34707
34708 @item F @var{call-id},@var{parameter}@dots{}
34709 @var{call-id} is the identifier which says which host system call should
34710 be called. This is just the name of the function. Translation into the
34711 correct system call is only applicable as it's defined in @value{GDBN}.
34712 @xref{File-I/O Remote Protocol Extension}, for a list of implemented
34713 system calls.
34714
34715 @samp{@var{parameter}@dots{}} is a list of parameters as defined for
34716 this very system call.
34717
34718 The target replies with this packet when it expects @value{GDBN} to
34719 call a host system call on behalf of the target. @value{GDBN} replies
34720 with an appropriate @samp{F} packet and keeps up waiting for the next
34721 reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
34722 or @samp{s} action is expected to be continued. @xref{File-I/O Remote
34723 Protocol Extension}, for more details.
34724
34725 @end table
34726
34727 @node General Query Packets
34728 @section General Query Packets
34729 @cindex remote query requests
34730
34731 Packets starting with @samp{q} are @dfn{general query packets};
34732 packets starting with @samp{Q} are @dfn{general set packets}. General
34733 query and set packets are a semi-unified form for retrieving and
34734 sending information to and from the stub.
34735
34736 The initial letter of a query or set packet is followed by a name
34737 indicating what sort of thing the packet applies to. For example,
34738 @value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
34739 definitions with the stub. These packet names follow some
34740 conventions:
34741
34742 @itemize @bullet
34743 @item
34744 The name must not contain commas, colons or semicolons.
34745 @item
34746 Most @value{GDBN} query and set packets have a leading upper case
34747 letter.
34748 @item
34749 The names of custom vendor packets should use a company prefix, in
34750 lower case, followed by a period. For example, packets designed at
34751 the Acme Corporation might begin with @samp{qacme.foo} (for querying
34752 foos) or @samp{Qacme.bar} (for setting bars).
34753 @end itemize
34754
34755 The name of a query or set packet should be separated from any
34756 parameters by a @samp{:}; the parameters themselves should be
34757 separated by @samp{,} or @samp{;}. Stubs must be careful to match the
34758 full packet name, and check for a separator or the end of the packet,
34759 in case two packet names share a common prefix. New packets should not begin
34760 with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
34761 packets predate these conventions, and have arguments without any terminator
34762 for the packet name; we suspect they are in widespread use in places that
34763 are difficult to upgrade. The @samp{qC} packet has no arguments, but some
34764 existing stubs (e.g.@: RedBoot) are known to not check for the end of the
34765 packet.}.
34766
34767 Like the descriptions of the other packets, each description here
34768 has a template showing the packet's overall syntax, followed by an
34769 explanation of the packet's meaning. We include spaces in some of the
34770 templates for clarity; these are not part of the packet's syntax. No
34771 @value{GDBN} packet uses spaces to separate its components.
34772
34773 Here are the currently defined query and set packets:
34774
34775 @table @samp
34776
34777 @item QAgent:1
34778 @itemx QAgent:0
34779 Turn on or off the agent as a helper to perform some debugging operations
34780 delegated from @value{GDBN} (@pxref{Control Agent}).
34781
34782 @item QAllow:@var{op}:@var{val}@dots{}
34783 @cindex @samp{QAllow} packet
34784 Specify which operations @value{GDBN} expects to request of the
34785 target, as a semicolon-separated list of operation name and value
34786 pairs. Possible values for @var{op} include @samp{WriteReg},
34787 @samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
34788 @samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
34789 indicating that @value{GDBN} will not request the operation, or 1,
34790 indicating that it may. (The target can then use this to set up its
34791 own internals optimally, for instance if the debugger never expects to
34792 insert breakpoints, it may not need to install its own trap handler.)
34793
34794 @item qC
34795 @cindex current thread, remote request
34796 @cindex @samp{qC} packet
34797 Return the current thread ID.
34798
34799 Reply:
34800 @table @samp
34801 @item QC @var{thread-id}
34802 Where @var{thread-id} is a thread ID as documented in
34803 @ref{thread-id syntax}.
34804 @item @r{(anything else)}
34805 Any other reply implies the old thread ID.
34806 @end table
34807
34808 @item qCRC:@var{addr},@var{length}
34809 @cindex CRC of memory block, remote request
34810 @cindex @samp{qCRC} packet
34811 @anchor{qCRC packet}
34812 Compute the CRC checksum of a block of memory using CRC-32 defined in
34813 IEEE 802.3. The CRC is computed byte at a time, taking the most
34814 significant bit of each byte first. The initial pattern code
34815 @code{0xffffffff} is used to ensure leading zeros affect the CRC.
34816
34817 @emph{Note:} This is the same CRC used in validating separate debug
34818 files (@pxref{Separate Debug Files, , Debugging Information in Separate
34819 Files}). However the algorithm is slightly different. When validating
34820 separate debug files, the CRC is computed taking the @emph{least}
34821 significant bit of each byte first, and the final result is inverted to
34822 detect trailing zeros.
34823
34824 Reply:
34825 @table @samp
34826 @item E @var{NN}
34827 An error (such as memory fault)
34828 @item C @var{crc32}
34829 The specified memory region's checksum is @var{crc32}.
34830 @end table
34831
34832 @item QDisableRandomization:@var{value}
34833 @cindex disable address space randomization, remote request
34834 @cindex @samp{QDisableRandomization} packet
34835 Some target operating systems will randomize the virtual address space
34836 of the inferior process as a security feature, but provide a feature
34837 to disable such randomization, e.g.@: to allow for a more deterministic
34838 debugging experience. On such systems, this packet with a @var{value}
34839 of 1 directs the target to disable address space randomization for
34840 processes subsequently started via @samp{vRun} packets, while a packet
34841 with a @var{value} of 0 tells the target to enable address space
34842 randomization.
34843
34844 This packet is only available in extended mode (@pxref{extended mode}).
34845
34846 Reply:
34847 @table @samp
34848 @item OK
34849 The request succeeded.
34850
34851 @item E @var{nn}
34852 An error occurred. The error number @var{nn} is given as hex digits.
34853
34854 @item @w{}
34855 An empty reply indicates that @samp{QDisableRandomization} is not supported
34856 by the stub.
34857 @end table
34858
34859 This packet is not probed by default; the remote stub must request it,
34860 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
34861 This should only be done on targets that actually support disabling
34862 address space randomization.
34863
34864 @item qfThreadInfo
34865 @itemx qsThreadInfo
34866 @cindex list active threads, remote request
34867 @cindex @samp{qfThreadInfo} packet
34868 @cindex @samp{qsThreadInfo} packet
34869 Obtain a list of all active thread IDs from the target (OS). Since there
34870 may be too many active threads to fit into one reply packet, this query
34871 works iteratively: it may require more than one query/reply sequence to
34872 obtain the entire list of threads. The first query of the sequence will
34873 be the @samp{qfThreadInfo} query; subsequent queries in the
34874 sequence will be the @samp{qsThreadInfo} query.
34875
34876 NOTE: This packet replaces the @samp{qL} query (see below).
34877
34878 Reply:
34879 @table @samp
34880 @item m @var{thread-id}
34881 A single thread ID
34882 @item m @var{thread-id},@var{thread-id}@dots{}
34883 a comma-separated list of thread IDs
34884 @item l
34885 (lower case letter @samp{L}) denotes end of list.
34886 @end table
34887
34888 In response to each query, the target will reply with a list of one or
34889 more thread IDs, separated by commas.
34890 @value{GDBN} will respond to each reply with a request for more thread
34891 ids (using the @samp{qs} form of the query), until the target responds
34892 with @samp{l} (lower-case ell, for @dfn{last}).
34893 Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
34894 fields.
34895
34896 @emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
34897 initial connection with the remote target, and the very first thread ID
34898 mentioned in the reply will be stopped by @value{GDBN} in a subsequent
34899 message. Therefore, the stub should ensure that the first thread ID in
34900 the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
34901
34902 @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
34903 @cindex get thread-local storage address, remote request
34904 @cindex @samp{qGetTLSAddr} packet
34905 Fetch the address associated with thread local storage specified
34906 by @var{thread-id}, @var{offset}, and @var{lm}.
34907
34908 @var{thread-id} is the thread ID associated with the
34909 thread for which to fetch the TLS address. @xref{thread-id syntax}.
34910
34911 @var{offset} is the (big endian, hex encoded) offset associated with the
34912 thread local variable. (This offset is obtained from the debug
34913 information associated with the variable.)
34914
34915 @var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
34916 load module associated with the thread local storage. For example,
34917 a @sc{gnu}/Linux system will pass the link map address of the shared
34918 object associated with the thread local storage under consideration.
34919 Other operating environments may choose to represent the load module
34920 differently, so the precise meaning of this parameter will vary.
34921
34922 Reply:
34923 @table @samp
34924 @item @var{XX}@dots{}
34925 Hex encoded (big endian) bytes representing the address of the thread
34926 local storage requested.
34927
34928 @item E @var{nn}
34929 An error occurred. The error number @var{nn} is given as hex digits.
34930
34931 @item @w{}
34932 An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
34933 @end table
34934
34935 @item qGetTIBAddr:@var{thread-id}
34936 @cindex get thread information block address
34937 @cindex @samp{qGetTIBAddr} packet
34938 Fetch address of the Windows OS specific Thread Information Block.
34939
34940 @var{thread-id} is the thread ID associated with the thread.
34941
34942 Reply:
34943 @table @samp
34944 @item @var{XX}@dots{}
34945 Hex encoded (big endian) bytes representing the linear address of the
34946 thread information block.
34947
34948 @item E @var{nn}
34949 An error occured. This means that either the thread was not found, or the
34950 address could not be retrieved.
34951
34952 @item @w{}
34953 An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
34954 @end table
34955
34956 @item qL @var{startflag} @var{threadcount} @var{nextthread}
34957 Obtain thread information from RTOS. Where: @var{startflag} (one hex
34958 digit) is one to indicate the first query and zero to indicate a
34959 subsequent query; @var{threadcount} (two hex digits) is the maximum
34960 number of threads the response packet can contain; and @var{nextthread}
34961 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
34962 returned in the response as @var{argthread}.
34963
34964 Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
34965
34966 Reply:
34967 @table @samp
34968 @item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
34969 Where: @var{count} (two hex digits) is the number of threads being
34970 returned; @var{done} (one hex digit) is zero to indicate more threads
34971 and one indicates no further threads; @var{argthreadid} (eight hex
34972 digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
34973 is a sequence of thread IDs, @var{threadid} (eight hex
34974 digits), from the target. See @code{remote.c:parse_threadlist_response()}.
34975 @end table
34976
34977 @item qOffsets
34978 @cindex section offsets, remote request
34979 @cindex @samp{qOffsets} packet
34980 Get section offsets that the target used when relocating the downloaded
34981 image.
34982
34983 Reply:
34984 @table @samp
34985 @item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
34986 Relocate the @code{Text} section by @var{xxx} from its original address.
34987 Relocate the @code{Data} section by @var{yyy} from its original address.
34988 If the object file format provides segment information (e.g.@: @sc{elf}
34989 @samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
34990 segments by the supplied offsets.
34991
34992 @emph{Note: while a @code{Bss} offset may be included in the response,
34993 @value{GDBN} ignores this and instead applies the @code{Data} offset
34994 to the @code{Bss} section.}
34995
34996 @item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
34997 Relocate the first segment of the object file, which conventionally
34998 contains program code, to a starting address of @var{xxx}. If
34999 @samp{DataSeg} is specified, relocate the second segment, which
35000 conventionally contains modifiable data, to a starting address of
35001 @var{yyy}. @value{GDBN} will report an error if the object file
35002 does not contain segment information, or does not contain at least
35003 as many segments as mentioned in the reply. Extra segments are
35004 kept at fixed offsets relative to the last relocated segment.
35005 @end table
35006
35007 @item qP @var{mode} @var{thread-id}
35008 @cindex thread information, remote request
35009 @cindex @samp{qP} packet
35010 Returns information on @var{thread-id}. Where: @var{mode} is a hex
35011 encoded 32 bit mode; @var{thread-id} is a thread ID
35012 (@pxref{thread-id syntax}).
35013
35014 Don't use this packet; use the @samp{qThreadExtraInfo} query instead
35015 (see below).
35016
35017 Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
35018
35019 @item QNonStop:1
35020 @itemx QNonStop:0
35021 @cindex non-stop mode, remote request
35022 @cindex @samp{QNonStop} packet
35023 @anchor{QNonStop}
35024 Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
35025 @xref{Remote Non-Stop}, for more information.
35026
35027 Reply:
35028 @table @samp
35029 @item OK
35030 The request succeeded.
35031
35032 @item E @var{nn}
35033 An error occurred. The error number @var{nn} is given as hex digits.
35034
35035 @item @w{}
35036 An empty reply indicates that @samp{QNonStop} is not supported by
35037 the stub.
35038 @end table
35039
35040 This packet is not probed by default; the remote stub must request it,
35041 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35042 Use of this packet is controlled by the @code{set non-stop} command;
35043 @pxref{Non-Stop Mode}.
35044
35045 @item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
35046 @cindex pass signals to inferior, remote request
35047 @cindex @samp{QPassSignals} packet
35048 @anchor{QPassSignals}
35049 Each listed @var{signal} should be passed directly to the inferior process.
35050 Signals are numbered identically to continue packets and stop replies
35051 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
35052 strictly greater than the previous item. These signals do not need to stop
35053 the inferior, or be reported to @value{GDBN}. All other signals should be
35054 reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
35055 combine; any earlier @samp{QPassSignals} list is completely replaced by the
35056 new list. This packet improves performance when using @samp{handle
35057 @var{signal} nostop noprint pass}.
35058
35059 Reply:
35060 @table @samp
35061 @item OK
35062 The request succeeded.
35063
35064 @item E @var{nn}
35065 An error occurred. The error number @var{nn} is given as hex digits.
35066
35067 @item @w{}
35068 An empty reply indicates that @samp{QPassSignals} is not supported by
35069 the stub.
35070 @end table
35071
35072 Use of this packet is controlled by the @code{set remote pass-signals}
35073 command (@pxref{Remote Configuration, set remote pass-signals}).
35074 This packet is not probed by default; the remote stub must request it,
35075 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35076
35077 @item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
35078 @cindex signals the inferior may see, remote request
35079 @cindex @samp{QProgramSignals} packet
35080 @anchor{QProgramSignals}
35081 Each listed @var{signal} may be delivered to the inferior process.
35082 Others should be silently discarded.
35083
35084 In some cases, the remote stub may need to decide whether to deliver a
35085 signal to the program or not without @value{GDBN} involvement. One
35086 example of that is while detaching --- the program's threads may have
35087 stopped for signals that haven't yet had a chance of being reported to
35088 @value{GDBN}, and so the remote stub can use the signal list specified
35089 by this packet to know whether to deliver or ignore those pending
35090 signals.
35091
35092 This does not influence whether to deliver a signal as requested by a
35093 resumption packet (@pxref{vCont packet}).
35094
35095 Signals are numbered identically to continue packets and stop replies
35096 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
35097 strictly greater than the previous item. Multiple
35098 @samp{QProgramSignals} packets do not combine; any earlier
35099 @samp{QProgramSignals} list is completely replaced by the new list.
35100
35101 Reply:
35102 @table @samp
35103 @item OK
35104 The request succeeded.
35105
35106 @item E @var{nn}
35107 An error occurred. The error number @var{nn} is given as hex digits.
35108
35109 @item @w{}
35110 An empty reply indicates that @samp{QProgramSignals} is not supported
35111 by the stub.
35112 @end table
35113
35114 Use of this packet is controlled by the @code{set remote program-signals}
35115 command (@pxref{Remote Configuration, set remote program-signals}).
35116 This packet is not probed by default; the remote stub must request it,
35117 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35118
35119 @item qRcmd,@var{command}
35120 @cindex execute remote command, remote request
35121 @cindex @samp{qRcmd} packet
35122 @var{command} (hex encoded) is passed to the local interpreter for
35123 execution. Invalid commands should be reported using the output
35124 string. Before the final result packet, the target may also respond
35125 with a number of intermediate @samp{O@var{output}} console output
35126 packets. @emph{Implementors should note that providing access to a
35127 stubs's interpreter may have security implications}.
35128
35129 Reply:
35130 @table @samp
35131 @item OK
35132 A command response with no output.
35133 @item @var{OUTPUT}
35134 A command response with the hex encoded output string @var{OUTPUT}.
35135 @item E @var{NN}
35136 Indicate a badly formed request.
35137 @item @w{}
35138 An empty reply indicates that @samp{qRcmd} is not recognized.
35139 @end table
35140
35141 (Note that the @code{qRcmd} packet's name is separated from the
35142 command by a @samp{,}, not a @samp{:}, contrary to the naming
35143 conventions above. Please don't use this packet as a model for new
35144 packets.)
35145
35146 @item qSearch:memory:@var{address};@var{length};@var{search-pattern}
35147 @cindex searching memory, in remote debugging
35148 @ifnotinfo
35149 @cindex @samp{qSearch:memory} packet
35150 @end ifnotinfo
35151 @cindex @samp{qSearch memory} packet
35152 @anchor{qSearch memory}
35153 Search @var{length} bytes at @var{address} for @var{search-pattern}.
35154 Both @var{address} and @var{length} are encoded in hex;
35155 @var{search-pattern} is a sequence of bytes, also hex encoded.
35156
35157 Reply:
35158 @table @samp
35159 @item 0
35160 The pattern was not found.
35161 @item 1,address
35162 The pattern was found at @var{address}.
35163 @item E @var{NN}
35164 A badly formed request or an error was encountered while searching memory.
35165 @item @w{}
35166 An empty reply indicates that @samp{qSearch:memory} is not recognized.
35167 @end table
35168
35169 @item QStartNoAckMode
35170 @cindex @samp{QStartNoAckMode} packet
35171 @anchor{QStartNoAckMode}
35172 Request that the remote stub disable the normal @samp{+}/@samp{-}
35173 protocol acknowledgments (@pxref{Packet Acknowledgment}).
35174
35175 Reply:
35176 @table @samp
35177 @item OK
35178 The stub has switched to no-acknowledgment mode.
35179 @value{GDBN} acknowledges this reponse,
35180 but neither the stub nor @value{GDBN} shall send or expect further
35181 @samp{+}/@samp{-} acknowledgments in the current connection.
35182 @item @w{}
35183 An empty reply indicates that the stub does not support no-acknowledgment mode.
35184 @end table
35185
35186 @item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
35187 @cindex supported packets, remote query
35188 @cindex features of the remote protocol
35189 @cindex @samp{qSupported} packet
35190 @anchor{qSupported}
35191 Tell the remote stub about features supported by @value{GDBN}, and
35192 query the stub for features it supports. This packet allows
35193 @value{GDBN} and the remote stub to take advantage of each others'
35194 features. @samp{qSupported} also consolidates multiple feature probes
35195 at startup, to improve @value{GDBN} performance---a single larger
35196 packet performs better than multiple smaller probe packets on
35197 high-latency links. Some features may enable behavior which must not
35198 be on by default, e.g.@: because it would confuse older clients or
35199 stubs. Other features may describe packets which could be
35200 automatically probed for, but are not. These features must be
35201 reported before @value{GDBN} will use them. This ``default
35202 unsupported'' behavior is not appropriate for all packets, but it
35203 helps to keep the initial connection time under control with new
35204 versions of @value{GDBN} which support increasing numbers of packets.
35205
35206 Reply:
35207 @table @samp
35208 @item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
35209 The stub supports or does not support each returned @var{stubfeature},
35210 depending on the form of each @var{stubfeature} (see below for the
35211 possible forms).
35212 @item @w{}
35213 An empty reply indicates that @samp{qSupported} is not recognized,
35214 or that no features needed to be reported to @value{GDBN}.
35215 @end table
35216
35217 The allowed forms for each feature (either a @var{gdbfeature} in the
35218 @samp{qSupported} packet, or a @var{stubfeature} in the response)
35219 are:
35220
35221 @table @samp
35222 @item @var{name}=@var{value}
35223 The remote protocol feature @var{name} is supported, and associated
35224 with the specified @var{value}. The format of @var{value} depends
35225 on the feature, but it must not include a semicolon.
35226 @item @var{name}+
35227 The remote protocol feature @var{name} is supported, and does not
35228 need an associated value.
35229 @item @var{name}-
35230 The remote protocol feature @var{name} is not supported.
35231 @item @var{name}?
35232 The remote protocol feature @var{name} may be supported, and
35233 @value{GDBN} should auto-detect support in some other way when it is
35234 needed. This form will not be used for @var{gdbfeature} notifications,
35235 but may be used for @var{stubfeature} responses.
35236 @end table
35237
35238 Whenever the stub receives a @samp{qSupported} request, the
35239 supplied set of @value{GDBN} features should override any previous
35240 request. This allows @value{GDBN} to put the stub in a known
35241 state, even if the stub had previously been communicating with
35242 a different version of @value{GDBN}.
35243
35244 The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
35245 are defined:
35246
35247 @table @samp
35248 @item multiprocess
35249 This feature indicates whether @value{GDBN} supports multiprocess
35250 extensions to the remote protocol. @value{GDBN} does not use such
35251 extensions unless the stub also reports that it supports them by
35252 including @samp{multiprocess+} in its @samp{qSupported} reply.
35253 @xref{multiprocess extensions}, for details.
35254
35255 @item xmlRegisters
35256 This feature indicates that @value{GDBN} supports the XML target
35257 description. If the stub sees @samp{xmlRegisters=} with target
35258 specific strings separated by a comma, it will report register
35259 description.
35260
35261 @item qRelocInsn
35262 This feature indicates whether @value{GDBN} supports the
35263 @samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
35264 instruction reply packet}).
35265 @end table
35266
35267 Stubs should ignore any unknown values for
35268 @var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
35269 packet supports receiving packets of unlimited length (earlier
35270 versions of @value{GDBN} may reject overly long responses). Additional values
35271 for @var{gdbfeature} may be defined in the future to let the stub take
35272 advantage of new features in @value{GDBN}, e.g.@: incompatible
35273 improvements in the remote protocol---the @samp{multiprocess} feature is
35274 an example of such a feature. The stub's reply should be independent
35275 of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
35276 describes all the features it supports, and then the stub replies with
35277 all the features it supports.
35278
35279 Similarly, @value{GDBN} will silently ignore unrecognized stub feature
35280 responses, as long as each response uses one of the standard forms.
35281
35282 Some features are flags. A stub which supports a flag feature
35283 should respond with a @samp{+} form response. Other features
35284 require values, and the stub should respond with an @samp{=}
35285 form response.
35286
35287 Each feature has a default value, which @value{GDBN} will use if
35288 @samp{qSupported} is not available or if the feature is not mentioned
35289 in the @samp{qSupported} response. The default values are fixed; a
35290 stub is free to omit any feature responses that match the defaults.
35291
35292 Not all features can be probed, but for those which can, the probing
35293 mechanism is useful: in some cases, a stub's internal
35294 architecture may not allow the protocol layer to know some information
35295 about the underlying target in advance. This is especially common in
35296 stubs which may be configured for multiple targets.
35297
35298 These are the currently defined stub features and their properties:
35299
35300 @multitable @columnfractions 0.35 0.2 0.12 0.2
35301 @c NOTE: The first row should be @headitem, but we do not yet require
35302 @c a new enough version of Texinfo (4.7) to use @headitem.
35303 @item Feature Name
35304 @tab Value Required
35305 @tab Default
35306 @tab Probe Allowed
35307
35308 @item @samp{PacketSize}
35309 @tab Yes
35310 @tab @samp{-}
35311 @tab No
35312
35313 @item @samp{qXfer:auxv:read}
35314 @tab No
35315 @tab @samp{-}
35316 @tab Yes
35317
35318 @item @samp{qXfer:btrace:read}
35319 @tab No
35320 @tab @samp{-}
35321 @tab Yes
35322
35323 @item @samp{qXfer:features:read}
35324 @tab No
35325 @tab @samp{-}
35326 @tab Yes
35327
35328 @item @samp{qXfer:libraries:read}
35329 @tab No
35330 @tab @samp{-}
35331 @tab Yes
35332
35333 @item @samp{qXfer:libraries-svr4:read}
35334 @tab No
35335 @tab @samp{-}
35336 @tab Yes
35337
35338 @item @samp{augmented-libraries-svr4-read}
35339 @tab No
35340 @tab @samp{-}
35341 @tab No
35342
35343 @item @samp{qXfer:memory-map:read}
35344 @tab No
35345 @tab @samp{-}
35346 @tab Yes
35347
35348 @item @samp{qXfer:sdata:read}
35349 @tab No
35350 @tab @samp{-}
35351 @tab Yes
35352
35353 @item @samp{qXfer:spu:read}
35354 @tab No
35355 @tab @samp{-}
35356 @tab Yes
35357
35358 @item @samp{qXfer:spu:write}
35359 @tab No
35360 @tab @samp{-}
35361 @tab Yes
35362
35363 @item @samp{qXfer:siginfo:read}
35364 @tab No
35365 @tab @samp{-}
35366 @tab Yes
35367
35368 @item @samp{qXfer:siginfo:write}
35369 @tab No
35370 @tab @samp{-}
35371 @tab Yes
35372
35373 @item @samp{qXfer:threads:read}
35374 @tab No
35375 @tab @samp{-}
35376 @tab Yes
35377
35378 @item @samp{qXfer:traceframe-info:read}
35379 @tab No
35380 @tab @samp{-}
35381 @tab Yes
35382
35383 @item @samp{qXfer:uib:read}
35384 @tab No
35385 @tab @samp{-}
35386 @tab Yes
35387
35388 @item @samp{qXfer:fdpic:read}
35389 @tab No
35390 @tab @samp{-}
35391 @tab Yes
35392
35393 @item @samp{Qbtrace:off}
35394 @tab Yes
35395 @tab @samp{-}
35396 @tab Yes
35397
35398 @item @samp{Qbtrace:bts}
35399 @tab Yes
35400 @tab @samp{-}
35401 @tab Yes
35402
35403 @item @samp{QNonStop}
35404 @tab No
35405 @tab @samp{-}
35406 @tab Yes
35407
35408 @item @samp{QPassSignals}
35409 @tab No
35410 @tab @samp{-}
35411 @tab Yes
35412
35413 @item @samp{QStartNoAckMode}
35414 @tab No
35415 @tab @samp{-}
35416 @tab Yes
35417
35418 @item @samp{multiprocess}
35419 @tab No
35420 @tab @samp{-}
35421 @tab No
35422
35423 @item @samp{ConditionalBreakpoints}
35424 @tab No
35425 @tab @samp{-}
35426 @tab No
35427
35428 @item @samp{ConditionalTracepoints}
35429 @tab No
35430 @tab @samp{-}
35431 @tab No
35432
35433 @item @samp{ReverseContinue}
35434 @tab No
35435 @tab @samp{-}
35436 @tab No
35437
35438 @item @samp{ReverseStep}
35439 @tab No
35440 @tab @samp{-}
35441 @tab No
35442
35443 @item @samp{TracepointSource}
35444 @tab No
35445 @tab @samp{-}
35446 @tab No
35447
35448 @item @samp{QAgent}
35449 @tab No
35450 @tab @samp{-}
35451 @tab No
35452
35453 @item @samp{QAllow}
35454 @tab No
35455 @tab @samp{-}
35456 @tab No
35457
35458 @item @samp{QDisableRandomization}
35459 @tab No
35460 @tab @samp{-}
35461 @tab No
35462
35463 @item @samp{EnableDisableTracepoints}
35464 @tab No
35465 @tab @samp{-}
35466 @tab No
35467
35468 @item @samp{QTBuffer:size}
35469 @tab No
35470 @tab @samp{-}
35471 @tab No
35472
35473 @item @samp{tracenz}
35474 @tab No
35475 @tab @samp{-}
35476 @tab No
35477
35478 @item @samp{BreakpointCommands}
35479 @tab No
35480 @tab @samp{-}
35481 @tab No
35482
35483 @end multitable
35484
35485 These are the currently defined stub features, in more detail:
35486
35487 @table @samp
35488 @cindex packet size, remote protocol
35489 @item PacketSize=@var{bytes}
35490 The remote stub can accept packets up to at least @var{bytes} in
35491 length. @value{GDBN} will send packets up to this size for bulk
35492 transfers, and will never send larger packets. This is a limit on the
35493 data characters in the packet, including the frame and checksum.
35494 There is no trailing NUL byte in a remote protocol packet; if the stub
35495 stores packets in a NUL-terminated format, it should allow an extra
35496 byte in its buffer for the NUL. If this stub feature is not supported,
35497 @value{GDBN} guesses based on the size of the @samp{g} packet response.
35498
35499 @item qXfer:auxv:read
35500 The remote stub understands the @samp{qXfer:auxv:read} packet
35501 (@pxref{qXfer auxiliary vector read}).
35502
35503 @item qXfer:btrace:read
35504 The remote stub understands the @samp{qXfer:btrace:read}
35505 packet (@pxref{qXfer btrace read}).
35506
35507 @item qXfer:features:read
35508 The remote stub understands the @samp{qXfer:features:read} packet
35509 (@pxref{qXfer target description read}).
35510
35511 @item qXfer:libraries:read
35512 The remote stub understands the @samp{qXfer:libraries:read} packet
35513 (@pxref{qXfer library list read}).
35514
35515 @item qXfer:libraries-svr4:read
35516 The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
35517 (@pxref{qXfer svr4 library list read}).
35518
35519 @item augmented-libraries-svr4-read
35520 The remote stub understands the augmented form of the
35521 @samp{qXfer:libraries-svr4:read} packet
35522 (@pxref{qXfer svr4 library list read}).
35523
35524 @item qXfer:memory-map:read
35525 The remote stub understands the @samp{qXfer:memory-map:read} packet
35526 (@pxref{qXfer memory map read}).
35527
35528 @item qXfer:sdata:read
35529 The remote stub understands the @samp{qXfer:sdata:read} packet
35530 (@pxref{qXfer sdata read}).
35531
35532 @item qXfer:spu:read
35533 The remote stub understands the @samp{qXfer:spu:read} packet
35534 (@pxref{qXfer spu read}).
35535
35536 @item qXfer:spu:write
35537 The remote stub understands the @samp{qXfer:spu:write} packet
35538 (@pxref{qXfer spu write}).
35539
35540 @item qXfer:siginfo:read
35541 The remote stub understands the @samp{qXfer:siginfo:read} packet
35542 (@pxref{qXfer siginfo read}).
35543
35544 @item qXfer:siginfo:write
35545 The remote stub understands the @samp{qXfer:siginfo:write} packet
35546 (@pxref{qXfer siginfo write}).
35547
35548 @item qXfer:threads:read
35549 The remote stub understands the @samp{qXfer:threads:read} packet
35550 (@pxref{qXfer threads read}).
35551
35552 @item qXfer:traceframe-info:read
35553 The remote stub understands the @samp{qXfer:traceframe-info:read}
35554 packet (@pxref{qXfer traceframe info read}).
35555
35556 @item qXfer:uib:read
35557 The remote stub understands the @samp{qXfer:uib:read}
35558 packet (@pxref{qXfer unwind info block}).
35559
35560 @item qXfer:fdpic:read
35561 The remote stub understands the @samp{qXfer:fdpic:read}
35562 packet (@pxref{qXfer fdpic loadmap read}).
35563
35564 @item QNonStop
35565 The remote stub understands the @samp{QNonStop} packet
35566 (@pxref{QNonStop}).
35567
35568 @item QPassSignals
35569 The remote stub understands the @samp{QPassSignals} packet
35570 (@pxref{QPassSignals}).
35571
35572 @item QStartNoAckMode
35573 The remote stub understands the @samp{QStartNoAckMode} packet and
35574 prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
35575
35576 @item multiprocess
35577 @anchor{multiprocess extensions}
35578 @cindex multiprocess extensions, in remote protocol
35579 The remote stub understands the multiprocess extensions to the remote
35580 protocol syntax. The multiprocess extensions affect the syntax of
35581 thread IDs in both packets and replies (@pxref{thread-id syntax}), and
35582 add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
35583 replies. Note that reporting this feature indicates support for the
35584 syntactic extensions only, not that the stub necessarily supports
35585 debugging of more than one process at a time. The stub must not use
35586 multiprocess extensions in packet replies unless @value{GDBN} has also
35587 indicated it supports them in its @samp{qSupported} request.
35588
35589 @item qXfer:osdata:read
35590 The remote stub understands the @samp{qXfer:osdata:read} packet
35591 ((@pxref{qXfer osdata read}).
35592
35593 @item ConditionalBreakpoints
35594 The target accepts and implements evaluation of conditional expressions
35595 defined for breakpoints. The target will only report breakpoint triggers
35596 when such conditions are true (@pxref{Conditions, ,Break Conditions}).
35597
35598 @item ConditionalTracepoints
35599 The remote stub accepts and implements conditional expressions defined
35600 for tracepoints (@pxref{Tracepoint Conditions}).
35601
35602 @item ReverseContinue
35603 The remote stub accepts and implements the reverse continue packet
35604 (@pxref{bc}).
35605
35606 @item ReverseStep
35607 The remote stub accepts and implements the reverse step packet
35608 (@pxref{bs}).
35609
35610 @item TracepointSource
35611 The remote stub understands the @samp{QTDPsrc} packet that supplies
35612 the source form of tracepoint definitions.
35613
35614 @item QAgent
35615 The remote stub understands the @samp{QAgent} packet.
35616
35617 @item QAllow
35618 The remote stub understands the @samp{QAllow} packet.
35619
35620 @item QDisableRandomization
35621 The remote stub understands the @samp{QDisableRandomization} packet.
35622
35623 @item StaticTracepoint
35624 @cindex static tracepoints, in remote protocol
35625 The remote stub supports static tracepoints.
35626
35627 @item InstallInTrace
35628 @anchor{install tracepoint in tracing}
35629 The remote stub supports installing tracepoint in tracing.
35630
35631 @item EnableDisableTracepoints
35632 The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
35633 @samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
35634 to be enabled and disabled while a trace experiment is running.
35635
35636 @item QTBuffer:size
35637 The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
35638 packet that allows to change the size of the trace buffer.
35639
35640 @item tracenz
35641 @cindex string tracing, in remote protocol
35642 The remote stub supports the @samp{tracenz} bytecode for collecting strings.
35643 See @ref{Bytecode Descriptions} for details about the bytecode.
35644
35645 @item BreakpointCommands
35646 @cindex breakpoint commands, in remote protocol
35647 The remote stub supports running a breakpoint's command list itself,
35648 rather than reporting the hit to @value{GDBN}.
35649
35650 @item Qbtrace:off
35651 The remote stub understands the @samp{Qbtrace:off} packet.
35652
35653 @item Qbtrace:bts
35654 The remote stub understands the @samp{Qbtrace:bts} packet.
35655
35656 @end table
35657
35658 @item qSymbol::
35659 @cindex symbol lookup, remote request
35660 @cindex @samp{qSymbol} packet
35661 Notify the target that @value{GDBN} is prepared to serve symbol lookup
35662 requests. Accept requests from the target for the values of symbols.
35663
35664 Reply:
35665 @table @samp
35666 @item OK
35667 The target does not need to look up any (more) symbols.
35668 @item qSymbol:@var{sym_name}
35669 The target requests the value of symbol @var{sym_name} (hex encoded).
35670 @value{GDBN} may provide the value by using the
35671 @samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
35672 below.
35673 @end table
35674
35675 @item qSymbol:@var{sym_value}:@var{sym_name}
35676 Set the value of @var{sym_name} to @var{sym_value}.
35677
35678 @var{sym_name} (hex encoded) is the name of a symbol whose value the
35679 target has previously requested.
35680
35681 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
35682 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
35683 will be empty.
35684
35685 Reply:
35686 @table @samp
35687 @item OK
35688 The target does not need to look up any (more) symbols.
35689 @item qSymbol:@var{sym_name}
35690 The target requests the value of a new symbol @var{sym_name} (hex
35691 encoded). @value{GDBN} will continue to supply the values of symbols
35692 (if available), until the target ceases to request them.
35693 @end table
35694
35695 @item qTBuffer
35696 @itemx QTBuffer
35697 @itemx QTDisconnected
35698 @itemx QTDP
35699 @itemx QTDPsrc
35700 @itemx QTDV
35701 @itemx qTfP
35702 @itemx qTfV
35703 @itemx QTFrame
35704 @itemx qTMinFTPILen
35705
35706 @xref{Tracepoint Packets}.
35707
35708 @item qThreadExtraInfo,@var{thread-id}
35709 @cindex thread attributes info, remote request
35710 @cindex @samp{qThreadExtraInfo} packet
35711 Obtain from the target OS a printable string description of thread
35712 attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
35713 for the forms of @var{thread-id}. This
35714 string may contain anything that the target OS thinks is interesting
35715 for @value{GDBN} to tell the user about the thread. The string is
35716 displayed in @value{GDBN}'s @code{info threads} display. Some
35717 examples of possible thread extra info strings are @samp{Runnable}, or
35718 @samp{Blocked on Mutex}.
35719
35720 Reply:
35721 @table @samp
35722 @item @var{XX}@dots{}
35723 Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
35724 comprising the printable string containing the extra information about
35725 the thread's attributes.
35726 @end table
35727
35728 (Note that the @code{qThreadExtraInfo} packet's name is separated from
35729 the command by a @samp{,}, not a @samp{:}, contrary to the naming
35730 conventions above. Please don't use this packet as a model for new
35731 packets.)
35732
35733 @item QTNotes
35734 @itemx qTP
35735 @itemx QTSave
35736 @itemx qTsP
35737 @itemx qTsV
35738 @itemx QTStart
35739 @itemx QTStop
35740 @itemx QTEnable
35741 @itemx QTDisable
35742 @itemx QTinit
35743 @itemx QTro
35744 @itemx qTStatus
35745 @itemx qTV
35746 @itemx qTfSTM
35747 @itemx qTsSTM
35748 @itemx qTSTMat
35749 @xref{Tracepoint Packets}.
35750
35751 @item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
35752 @cindex read special object, remote request
35753 @cindex @samp{qXfer} packet
35754 @anchor{qXfer read}
35755 Read uninterpreted bytes from the target's special data area
35756 identified by the keyword @var{object}. Request @var{length} bytes
35757 starting at @var{offset} bytes into the data. The content and
35758 encoding of @var{annex} is specific to @var{object}; it can supply
35759 additional details about what data to access.
35760
35761 Here are the specific requests of this form defined so far. All
35762 @samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
35763 formats, listed below.
35764
35765 @table @samp
35766 @item qXfer:auxv:read::@var{offset},@var{length}
35767 @anchor{qXfer auxiliary vector read}
35768 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
35769 auxiliary vector}. Note @var{annex} must be empty.
35770
35771 This packet is not probed by default; the remote stub must request it,
35772 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35773
35774 @item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
35775 @anchor{qXfer btrace read}
35776
35777 Return a description of the current branch trace.
35778 @xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
35779 packet may have one of the following values:
35780
35781 @table @code
35782 @item all
35783 Returns all available branch trace.
35784
35785 @item new
35786 Returns all available branch trace if the branch trace changed since
35787 the last read request.
35788
35789 @item delta
35790 Returns the new branch trace since the last read request. Adds a new
35791 block to the end of the trace that begins at zero and ends at the source
35792 location of the first branch in the trace buffer. This extra block is
35793 used to stitch traces together.
35794
35795 If the trace buffer overflowed, returns an error indicating the overflow.
35796 @end table
35797
35798 This packet is not probed by default; the remote stub must request it
35799 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35800
35801 @item qXfer:features:read:@var{annex}:@var{offset},@var{length}
35802 @anchor{qXfer target description read}
35803 Access the @dfn{target description}. @xref{Target Descriptions}. The
35804 annex specifies which XML document to access. The main description is
35805 always loaded from the @samp{target.xml} annex.
35806
35807 This packet is not probed by default; the remote stub must request it,
35808 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35809
35810 @item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
35811 @anchor{qXfer library list read}
35812 Access the target's list of loaded libraries. @xref{Library List Format}.
35813 The annex part of the generic @samp{qXfer} packet must be empty
35814 (@pxref{qXfer read}).
35815
35816 Targets which maintain a list of libraries in the program's memory do
35817 not need to implement this packet; it is designed for platforms where
35818 the operating system manages the list of loaded libraries.
35819
35820 This packet is not probed by default; the remote stub must request it,
35821 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35822
35823 @item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
35824 @anchor{qXfer svr4 library list read}
35825 Access the target's list of loaded libraries when the target is an SVR4
35826 platform. @xref{Library List Format for SVR4 Targets}. The annex part
35827 of the generic @samp{qXfer} packet must be empty unless the remote
35828 stub indicated it supports the augmented form of this packet
35829 by supplying an appropriate @samp{qSupported} response
35830 (@pxref{qXfer read}, @ref{qSupported}).
35831
35832 This packet is optional for better performance on SVR4 targets.
35833 @value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
35834
35835 This packet is not probed by default; the remote stub must request it,
35836 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35837
35838 If the remote stub indicates it supports the augmented form of this
35839 packet then the annex part of the generic @samp{qXfer} packet may
35840 contain a semicolon-separated list of @samp{@var{name}=@var{value}}
35841 arguments. The currently supported arguments are:
35842
35843 @table @code
35844 @item start=@var{address}
35845 A hexadecimal number specifying the address of the @samp{struct
35846 link_map} to start reading the library list from. If unset or zero
35847 then the first @samp{struct link_map} in the library list will be
35848 chosen as the starting point.
35849
35850 @item prev=@var{address}
35851 A hexadecimal number specifying the address of the @samp{struct
35852 link_map} immediately preceding the @samp{struct link_map}
35853 specified by the @samp{start} argument. If unset or zero then
35854 the remote stub will expect that no @samp{struct link_map}
35855 exists prior to the starting point.
35856
35857 @end table
35858
35859 Arguments that are not understood by the remote stub will be silently
35860 ignored.
35861
35862 @item qXfer:memory-map:read::@var{offset},@var{length}
35863 @anchor{qXfer memory map read}
35864 Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
35865 annex part of the generic @samp{qXfer} packet must be empty
35866 (@pxref{qXfer read}).
35867
35868 This packet is not probed by default; the remote stub must request it,
35869 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35870
35871 @item qXfer:sdata:read::@var{offset},@var{length}
35872 @anchor{qXfer sdata read}
35873
35874 Read contents of the extra collected static tracepoint marker
35875 information. The annex part of the generic @samp{qXfer} packet must
35876 be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
35877 Action Lists}.
35878
35879 This packet is not probed by default; the remote stub must request it,
35880 by supplying an appropriate @samp{qSupported} response
35881 (@pxref{qSupported}).
35882
35883 @item qXfer:siginfo:read::@var{offset},@var{length}
35884 @anchor{qXfer siginfo read}
35885 Read contents of the extra signal information on the target
35886 system. The annex part of the generic @samp{qXfer} packet must be
35887 empty (@pxref{qXfer read}).
35888
35889 This packet is not probed by default; the remote stub must request it,
35890 by supplying an appropriate @samp{qSupported} response
35891 (@pxref{qSupported}).
35892
35893 @item qXfer:spu:read:@var{annex}:@var{offset},@var{length}
35894 @anchor{qXfer spu read}
35895 Read contents of an @code{spufs} file on the target system. The
35896 annex specifies which file to read; it must be of the form
35897 @file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
35898 in the target process, and @var{name} identifes the @code{spufs} file
35899 in that context to be accessed.
35900
35901 This packet is not probed by default; the remote stub must request it,
35902 by supplying an appropriate @samp{qSupported} response
35903 (@pxref{qSupported}).
35904
35905 @item qXfer:threads:read::@var{offset},@var{length}
35906 @anchor{qXfer threads read}
35907 Access the list of threads on target. @xref{Thread List Format}. The
35908 annex part of the generic @samp{qXfer} packet must be empty
35909 (@pxref{qXfer read}).
35910
35911 This packet is not probed by default; the remote stub must request it,
35912 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35913
35914 @item qXfer:traceframe-info:read::@var{offset},@var{length}
35915 @anchor{qXfer traceframe info read}
35916
35917 Return a description of the current traceframe's contents.
35918 @xref{Traceframe Info Format}. The annex part of the generic
35919 @samp{qXfer} packet must be empty (@pxref{qXfer read}).
35920
35921 This packet is not probed by default; the remote stub must request it,
35922 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35923
35924 @item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
35925 @anchor{qXfer unwind info block}
35926
35927 Return the unwind information block for @var{pc}. This packet is used
35928 on OpenVMS/ia64 to ask the kernel unwind information.
35929
35930 This packet is not probed by default.
35931
35932 @item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
35933 @anchor{qXfer fdpic loadmap read}
35934 Read contents of @code{loadmap}s on the target system. The
35935 annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
35936 executable @code{loadmap} or interpreter @code{loadmap} to read.
35937
35938 This packet is not probed by default; the remote stub must request it,
35939 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
35940
35941 @item qXfer:osdata:read::@var{offset},@var{length}
35942 @anchor{qXfer osdata read}
35943 Access the target's @dfn{operating system information}.
35944 @xref{Operating System Information}.
35945
35946 @end table
35947
35948 Reply:
35949 @table @samp
35950 @item m @var{data}
35951 Data @var{data} (@pxref{Binary Data}) has been read from the
35952 target. There may be more data at a higher address (although
35953 it is permitted to return @samp{m} even for the last valid
35954 block of data, as long as at least one byte of data was read).
35955 It is possible for @var{data} to have fewer bytes than the @var{length} in the
35956 request.
35957
35958 @item l @var{data}
35959 Data @var{data} (@pxref{Binary Data}) has been read from the target.
35960 There is no more data to be read. It is possible for @var{data} to
35961 have fewer bytes than the @var{length} in the request.
35962
35963 @item l
35964 The @var{offset} in the request is at the end of the data.
35965 There is no more data to be read.
35966
35967 @item E00
35968 The request was malformed, or @var{annex} was invalid.
35969
35970 @item E @var{nn}
35971 The offset was invalid, or there was an error encountered reading the data.
35972 The @var{nn} part is a hex-encoded @code{errno} value.
35973
35974 @item @w{}
35975 An empty reply indicates the @var{object} string was not recognized by
35976 the stub, or that the object does not support reading.
35977 @end table
35978
35979 @item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
35980 @cindex write data into object, remote request
35981 @anchor{qXfer write}
35982 Write uninterpreted bytes into the target's special data area
35983 identified by the keyword @var{object}, starting at @var{offset} bytes
35984 into the data. The binary-encoded data (@pxref{Binary Data}) to be
35985 written is given by @var{data}@dots{}. The content and encoding of @var{annex}
35986 is specific to @var{object}; it can supply additional details about what data
35987 to access.
35988
35989 Here are the specific requests of this form defined so far. All
35990 @samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
35991 formats, listed below.
35992
35993 @table @samp
35994 @item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
35995 @anchor{qXfer siginfo write}
35996 Write @var{data} to the extra signal information on the target system.
35997 The annex part of the generic @samp{qXfer} packet must be
35998 empty (@pxref{qXfer write}).
35999
36000 This packet is not probed by default; the remote stub must request it,
36001 by supplying an appropriate @samp{qSupported} response
36002 (@pxref{qSupported}).
36003
36004 @item qXfer:spu:write:@var{annex}:@var{offset}:@var{data}@dots{}
36005 @anchor{qXfer spu write}
36006 Write @var{data} to an @code{spufs} file on the target system. The
36007 annex specifies which file to write; it must be of the form
36008 @file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
36009 in the target process, and @var{name} identifes the @code{spufs} file
36010 in that context to be accessed.
36011
36012 This packet is not probed by default; the remote stub must request it,
36013 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
36014 @end table
36015
36016 Reply:
36017 @table @samp
36018 @item @var{nn}
36019 @var{nn} (hex encoded) is the number of bytes written.
36020 This may be fewer bytes than supplied in the request.
36021
36022 @item E00
36023 The request was malformed, or @var{annex} was invalid.
36024
36025 @item E @var{nn}
36026 The offset was invalid, or there was an error encountered writing the data.
36027 The @var{nn} part is a hex-encoded @code{errno} value.
36028
36029 @item @w{}
36030 An empty reply indicates the @var{object} string was not
36031 recognized by the stub, or that the object does not support writing.
36032 @end table
36033
36034 @item qXfer:@var{object}:@var{operation}:@dots{}
36035 Requests of this form may be added in the future. When a stub does
36036 not recognize the @var{object} keyword, or its support for
36037 @var{object} does not recognize the @var{operation} keyword, the stub
36038 must respond with an empty packet.
36039
36040 @item qAttached:@var{pid}
36041 @cindex query attached, remote request
36042 @cindex @samp{qAttached} packet
36043 Return an indication of whether the remote server attached to an
36044 existing process or created a new process. When the multiprocess
36045 protocol extensions are supported (@pxref{multiprocess extensions}),
36046 @var{pid} is an integer in hexadecimal format identifying the target
36047 process. Otherwise, @value{GDBN} will omit the @var{pid} field and
36048 the query packet will be simplified as @samp{qAttached}.
36049
36050 This query is used, for example, to know whether the remote process
36051 should be detached or killed when a @value{GDBN} session is ended with
36052 the @code{quit} command.
36053
36054 Reply:
36055 @table @samp
36056 @item 1
36057 The remote server attached to an existing process.
36058 @item 0
36059 The remote server created a new process.
36060 @item E @var{NN}
36061 A badly formed request or an error was encountered.
36062 @end table
36063
36064 @item Qbtrace:bts
36065 Enable branch tracing for the current thread using bts tracing.
36066
36067 Reply:
36068 @table @samp
36069 @item OK
36070 Branch tracing has been enabled.
36071 @item E.errtext
36072 A badly formed request or an error was encountered.
36073 @end table
36074
36075 @item Qbtrace:off
36076 Disable branch tracing for the current thread.
36077
36078 Reply:
36079 @table @samp
36080 @item OK
36081 Branch tracing has been disabled.
36082 @item E.errtext
36083 A badly formed request or an error was encountered.
36084 @end table
36085
36086 @end table
36087
36088 @node Architecture-Specific Protocol Details
36089 @section Architecture-Specific Protocol Details
36090
36091 This section describes how the remote protocol is applied to specific
36092 target architectures. Also see @ref{Standard Target Features}, for
36093 details of XML target descriptions for each architecture.
36094
36095 @menu
36096 * ARM-Specific Protocol Details::
36097 * MIPS-Specific Protocol Details::
36098 @end menu
36099
36100 @node ARM-Specific Protocol Details
36101 @subsection @acronym{ARM}-specific Protocol Details
36102
36103 @menu
36104 * ARM Breakpoint Kinds::
36105 @end menu
36106
36107 @node ARM Breakpoint Kinds
36108 @subsubsection @acronym{ARM} Breakpoint Kinds
36109 @cindex breakpoint kinds, @acronym{ARM}
36110
36111 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
36112
36113 @table @r
36114
36115 @item 2
36116 16-bit Thumb mode breakpoint.
36117
36118 @item 3
36119 32-bit Thumb mode (Thumb-2) breakpoint.
36120
36121 @item 4
36122 32-bit @acronym{ARM} mode breakpoint.
36123
36124 @end table
36125
36126 @node MIPS-Specific Protocol Details
36127 @subsection @acronym{MIPS}-specific Protocol Details
36128
36129 @menu
36130 * MIPS Register packet Format::
36131 * MIPS Breakpoint Kinds::
36132 @end menu
36133
36134 @node MIPS Register packet Format
36135 @subsubsection @acronym{MIPS} Register Packet Format
36136 @cindex register packet format, @acronym{MIPS}
36137
36138 The following @code{g}/@code{G} packets have previously been defined.
36139 In the below, some thirty-two bit registers are transferred as
36140 sixty-four bits. Those registers should be zero/sign extended (which?)
36141 to fill the space allocated. Register bytes are transferred in target
36142 byte order. The two nibbles within a register byte are transferred
36143 most-significant -- least-significant.
36144
36145 @table @r
36146
36147 @item MIPS32
36148 All registers are transferred as thirty-two bit quantities in the order:
36149 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
36150 registers; fsr; fir; fp.
36151
36152 @item MIPS64
36153 All registers are transferred as sixty-four bit quantities (including
36154 thirty-two bit registers such as @code{sr}). The ordering is the same
36155 as @code{MIPS32}.
36156
36157 @end table
36158
36159 @node MIPS Breakpoint Kinds
36160 @subsubsection @acronym{MIPS} Breakpoint Kinds
36161 @cindex breakpoint kinds, @acronym{MIPS}
36162
36163 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
36164
36165 @table @r
36166
36167 @item 2
36168 16-bit @acronym{MIPS16} mode breakpoint.
36169
36170 @item 3
36171 16-bit @acronym{microMIPS} mode breakpoint.
36172
36173 @item 4
36174 32-bit standard @acronym{MIPS} mode breakpoint.
36175
36176 @item 5
36177 32-bit @acronym{microMIPS} mode breakpoint.
36178
36179 @end table
36180
36181 @node Tracepoint Packets
36182 @section Tracepoint Packets
36183 @cindex tracepoint packets
36184 @cindex packets, tracepoint
36185
36186 Here we describe the packets @value{GDBN} uses to implement
36187 tracepoints (@pxref{Tracepoints}).
36188
36189 @table @samp
36190
36191 @item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
36192 @cindex @samp{QTDP} packet
36193 Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
36194 is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
36195 the tracepoint is disabled. The @var{step} gives the tracepoint's step
36196 count, and @var{pass} gives its pass count. If an @samp{F} is present,
36197 then the tracepoint is to be a fast tracepoint, and the @var{flen} is
36198 the number of bytes that the target should copy elsewhere to make room
36199 for the tracepoint. If an @samp{X} is present, it introduces a
36200 tracepoint condition, which consists of a hexadecimal length, followed
36201 by a comma and hex-encoded bytes, in a manner similar to action
36202 encodings as described below. If the trailing @samp{-} is present,
36203 further @samp{QTDP} packets will follow to specify this tracepoint's
36204 actions.
36205
36206 Replies:
36207 @table @samp
36208 @item OK
36209 The packet was understood and carried out.
36210 @item qRelocInsn
36211 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
36212 @item @w{}
36213 The packet was not recognized.
36214 @end table
36215
36216 @item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
36217 Define actions to be taken when a tracepoint is hit. The @var{n} and
36218 @var{addr} must be the same as in the initial @samp{QTDP} packet for
36219 this tracepoint. This packet may only be sent immediately after
36220 another @samp{QTDP} packet that ended with a @samp{-}. If the
36221 trailing @samp{-} is present, further @samp{QTDP} packets will follow,
36222 specifying more actions for this tracepoint.
36223
36224 In the series of action packets for a given tracepoint, at most one
36225 can have an @samp{S} before its first @var{action}. If such a packet
36226 is sent, it and the following packets define ``while-stepping''
36227 actions. Any prior packets define ordinary actions --- that is, those
36228 taken when the tracepoint is first hit. If no action packet has an
36229 @samp{S}, then all the packets in the series specify ordinary
36230 tracepoint actions.
36231
36232 The @samp{@var{action}@dots{}} portion of the packet is a series of
36233 actions, concatenated without separators. Each action has one of the
36234 following forms:
36235
36236 @table @samp
36237
36238 @item R @var{mask}
36239 Collect the registers whose bits are set in @var{mask},
36240 a hexadecimal number whose @var{i}'th bit is set if register number
36241 @var{i} should be collected. (The least significant bit is numbered
36242 zero.) Note that @var{mask} may be any number of digits long; it may
36243 not fit in a 32-bit word.
36244
36245 @item M @var{basereg},@var{offset},@var{len}
36246 Collect @var{len} bytes of memory starting at the address in register
36247 number @var{basereg}, plus @var{offset}. If @var{basereg} is
36248 @samp{-1}, then the range has a fixed address: @var{offset} is the
36249 address of the lowest byte to collect. The @var{basereg},
36250 @var{offset}, and @var{len} parameters are all unsigned hexadecimal
36251 values (the @samp{-1} value for @var{basereg} is a special case).
36252
36253 @item X @var{len},@var{expr}
36254 Evaluate @var{expr}, whose length is @var{len}, and collect memory as
36255 it directs. The agent expression @var{expr} is as described in
36256 @ref{Agent Expressions}. Each byte of the expression is encoded as a
36257 two-digit hex number in the packet; @var{len} is the number of bytes
36258 in the expression (and thus one-half the number of hex digits in the
36259 packet).
36260
36261 @end table
36262
36263 Any number of actions may be packed together in a single @samp{QTDP}
36264 packet, as long as the packet does not exceed the maximum packet
36265 length (400 bytes, for many stubs). There may be only one @samp{R}
36266 action per tracepoint, and it must precede any @samp{M} or @samp{X}
36267 actions. Any registers referred to by @samp{M} and @samp{X} actions
36268 must be collected by a preceding @samp{R} action. (The
36269 ``while-stepping'' actions are treated as if they were attached to a
36270 separate tracepoint, as far as these restrictions are concerned.)
36271
36272 Replies:
36273 @table @samp
36274 @item OK
36275 The packet was understood and carried out.
36276 @item qRelocInsn
36277 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
36278 @item @w{}
36279 The packet was not recognized.
36280 @end table
36281
36282 @item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
36283 @cindex @samp{QTDPsrc} packet
36284 Specify a source string of tracepoint @var{n} at address @var{addr}.
36285 This is useful to get accurate reproduction of the tracepoints
36286 originally downloaded at the beginning of the trace run. The @var{type}
36287 is the name of the tracepoint part, such as @samp{cond} for the
36288 tracepoint's conditional expression (see below for a list of types), while
36289 @var{bytes} is the string, encoded in hexadecimal.
36290
36291 @var{start} is the offset of the @var{bytes} within the overall source
36292 string, while @var{slen} is the total length of the source string.
36293 This is intended for handling source strings that are longer than will
36294 fit in a single packet.
36295 @c Add detailed example when this info is moved into a dedicated
36296 @c tracepoint descriptions section.
36297
36298 The available string types are @samp{at} for the location,
36299 @samp{cond} for the conditional, and @samp{cmd} for an action command.
36300 @value{GDBN} sends a separate packet for each command in the action
36301 list, in the same order in which the commands are stored in the list.
36302
36303 The target does not need to do anything with source strings except
36304 report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
36305 query packets.
36306
36307 Although this packet is optional, and @value{GDBN} will only send it
36308 if the target replies with @samp{TracepointSource} @xref{General
36309 Query Packets}, it makes both disconnected tracing and trace files
36310 much easier to use. Otherwise the user must be careful that the
36311 tracepoints in effect while looking at trace frames are identical to
36312 the ones in effect during the trace run; even a small discrepancy
36313 could cause @samp{tdump} not to work, or a particular trace frame not
36314 be found.
36315
36316 @item QTDV:@var{n}:@var{value}
36317 @cindex define trace state variable, remote request
36318 @cindex @samp{QTDV} packet
36319 Create a new trace state variable, number @var{n}, with an initial
36320 value of @var{value}, which is a 64-bit signed integer. Both @var{n}
36321 and @var{value} are encoded as hexadecimal values. @value{GDBN} has
36322 the option of not using this packet for initial values of zero; the
36323 target should simply create the trace state variables as they are
36324 mentioned in expressions.
36325
36326 @item QTFrame:@var{n}
36327 @cindex @samp{QTFrame} packet
36328 Select the @var{n}'th tracepoint frame from the buffer, and use the
36329 register and memory contents recorded there to answer subsequent
36330 request packets from @value{GDBN}.
36331
36332 A successful reply from the stub indicates that the stub has found the
36333 requested frame. The response is a series of parts, concatenated
36334 without separators, describing the frame we selected. Each part has
36335 one of the following forms:
36336
36337 @table @samp
36338 @item F @var{f}
36339 The selected frame is number @var{n} in the trace frame buffer;
36340 @var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
36341 was no frame matching the criteria in the request packet.
36342
36343 @item T @var{t}
36344 The selected trace frame records a hit of tracepoint number @var{t};
36345 @var{t} is a hexadecimal number.
36346
36347 @end table
36348
36349 @item QTFrame:pc:@var{addr}
36350 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
36351 currently selected frame whose PC is @var{addr};
36352 @var{addr} is a hexadecimal number.
36353
36354 @item QTFrame:tdp:@var{t}
36355 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
36356 currently selected frame that is a hit of tracepoint @var{t}; @var{t}
36357 is a hexadecimal number.
36358
36359 @item QTFrame:range:@var{start}:@var{end}
36360 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
36361 currently selected frame whose PC is between @var{start} (inclusive)
36362 and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
36363 numbers.
36364
36365 @item QTFrame:outside:@var{start}:@var{end}
36366 Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
36367 frame @emph{outside} the given range of addresses (exclusive).
36368
36369 @item qTMinFTPILen
36370 @cindex @samp{qTMinFTPILen} packet
36371 This packet requests the minimum length of instruction at which a fast
36372 tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
36373 the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
36374 it depends on the target system being able to create trampolines in
36375 the first 64K of memory, which might or might not be possible for that
36376 system. So the reply to this packet will be 4 if it is able to
36377 arrange for that.
36378
36379 Replies:
36380
36381 @table @samp
36382 @item 0
36383 The minimum instruction length is currently unknown.
36384 @item @var{length}
36385 The minimum instruction length is @var{length}, where @var{length}
36386 is a hexadecimal number greater or equal to 1. A reply
36387 of 1 means that a fast tracepoint may be placed on any instruction
36388 regardless of size.
36389 @item E
36390 An error has occurred.
36391 @item @w{}
36392 An empty reply indicates that the request is not supported by the stub.
36393 @end table
36394
36395 @item QTStart
36396 @cindex @samp{QTStart} packet
36397 Begin the tracepoint experiment. Begin collecting data from
36398 tracepoint hits in the trace frame buffer. This packet supports the
36399 @samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
36400 instruction reply packet}).
36401
36402 @item QTStop
36403 @cindex @samp{QTStop} packet
36404 End the tracepoint experiment. Stop collecting trace frames.
36405
36406 @item QTEnable:@var{n}:@var{addr}
36407 @anchor{QTEnable}
36408 @cindex @samp{QTEnable} packet
36409 Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
36410 experiment. If the tracepoint was previously disabled, then collection
36411 of data from it will resume.
36412
36413 @item QTDisable:@var{n}:@var{addr}
36414 @anchor{QTDisable}
36415 @cindex @samp{QTDisable} packet
36416 Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
36417 experiment. No more data will be collected from the tracepoint unless
36418 @samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
36419
36420 @item QTinit
36421 @cindex @samp{QTinit} packet
36422 Clear the table of tracepoints, and empty the trace frame buffer.
36423
36424 @item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
36425 @cindex @samp{QTro} packet
36426 Establish the given ranges of memory as ``transparent''. The stub
36427 will answer requests for these ranges from memory's current contents,
36428 if they were not collected as part of the tracepoint hit.
36429
36430 @value{GDBN} uses this to mark read-only regions of memory, like those
36431 containing program code. Since these areas never change, they should
36432 still have the same contents they did when the tracepoint was hit, so
36433 there's no reason for the stub to refuse to provide their contents.
36434
36435 @item QTDisconnected:@var{value}
36436 @cindex @samp{QTDisconnected} packet
36437 Set the choice to what to do with the tracing run when @value{GDBN}
36438 disconnects from the target. A @var{value} of 1 directs the target to
36439 continue the tracing run, while 0 tells the target to stop tracing if
36440 @value{GDBN} is no longer in the picture.
36441
36442 @item qTStatus
36443 @cindex @samp{qTStatus} packet
36444 Ask the stub if there is a trace experiment running right now.
36445
36446 The reply has the form:
36447
36448 @table @samp
36449
36450 @item T@var{running}@r{[};@var{field}@r{]}@dots{}
36451 @var{running} is a single digit @code{1} if the trace is presently
36452 running, or @code{0} if not. It is followed by semicolon-separated
36453 optional fields that an agent may use to report additional status.
36454
36455 @end table
36456
36457 If the trace is not running, the agent may report any of several
36458 explanations as one of the optional fields:
36459
36460 @table @samp
36461
36462 @item tnotrun:0
36463 No trace has been run yet.
36464
36465 @item tstop[:@var{text}]:0
36466 The trace was stopped by a user-originated stop command. The optional
36467 @var{text} field is a user-supplied string supplied as part of the
36468 stop command (for instance, an explanation of why the trace was
36469 stopped manually). It is hex-encoded.
36470
36471 @item tfull:0
36472 The trace stopped because the trace buffer filled up.
36473
36474 @item tdisconnected:0
36475 The trace stopped because @value{GDBN} disconnected from the target.
36476
36477 @item tpasscount:@var{tpnum}
36478 The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
36479
36480 @item terror:@var{text}:@var{tpnum}
36481 The trace stopped because tracepoint @var{tpnum} had an error. The
36482 string @var{text} is available to describe the nature of the error
36483 (for instance, a divide by zero in the condition expression); it
36484 is hex encoded.
36485
36486 @item tunknown:0
36487 The trace stopped for some other reason.
36488
36489 @end table
36490
36491 Additional optional fields supply statistical and other information.
36492 Although not required, they are extremely useful for users monitoring
36493 the progress of a trace run. If a trace has stopped, and these
36494 numbers are reported, they must reflect the state of the just-stopped
36495 trace.
36496
36497 @table @samp
36498
36499 @item tframes:@var{n}
36500 The number of trace frames in the buffer.
36501
36502 @item tcreated:@var{n}
36503 The total number of trace frames created during the run. This may
36504 be larger than the trace frame count, if the buffer is circular.
36505
36506 @item tsize:@var{n}
36507 The total size of the trace buffer, in bytes.
36508
36509 @item tfree:@var{n}
36510 The number of bytes still unused in the buffer.
36511
36512 @item circular:@var{n}
36513 The value of the circular trace buffer flag. @code{1} means that the
36514 trace buffer is circular and old trace frames will be discarded if
36515 necessary to make room, @code{0} means that the trace buffer is linear
36516 and may fill up.
36517
36518 @item disconn:@var{n}
36519 The value of the disconnected tracing flag. @code{1} means that
36520 tracing will continue after @value{GDBN} disconnects, @code{0} means
36521 that the trace run will stop.
36522
36523 @end table
36524
36525 @item qTP:@var{tp}:@var{addr}
36526 @cindex tracepoint status, remote request
36527 @cindex @samp{qTP} packet
36528 Ask the stub for the current state of tracepoint number @var{tp} at
36529 address @var{addr}.
36530
36531 Replies:
36532 @table @samp
36533 @item V@var{hits}:@var{usage}
36534 The tracepoint has been hit @var{hits} times so far during the trace
36535 run, and accounts for @var{usage} in the trace buffer. Note that
36536 @code{while-stepping} steps are not counted as separate hits, but the
36537 steps' space consumption is added into the usage number.
36538
36539 @end table
36540
36541 @item qTV:@var{var}
36542 @cindex trace state variable value, remote request
36543 @cindex @samp{qTV} packet
36544 Ask the stub for the value of the trace state variable number @var{var}.
36545
36546 Replies:
36547 @table @samp
36548 @item V@var{value}
36549 The value of the variable is @var{value}. This will be the current
36550 value of the variable if the user is examining a running target, or a
36551 saved value if the variable was collected in the trace frame that the
36552 user is looking at. Note that multiple requests may result in
36553 different reply values, such as when requesting values while the
36554 program is running.
36555
36556 @item U
36557 The value of the variable is unknown. This would occur, for example,
36558 if the user is examining a trace frame in which the requested variable
36559 was not collected.
36560 @end table
36561
36562 @item qTfP
36563 @cindex @samp{qTfP} packet
36564 @itemx qTsP
36565 @cindex @samp{qTsP} packet
36566 These packets request data about tracepoints that are being used by
36567 the target. @value{GDBN} sends @code{qTfP} to get the first piece
36568 of data, and multiple @code{qTsP} to get additional pieces. Replies
36569 to these packets generally take the form of the @code{QTDP} packets
36570 that define tracepoints. (FIXME add detailed syntax)
36571
36572 @item qTfV
36573 @cindex @samp{qTfV} packet
36574 @itemx qTsV
36575 @cindex @samp{qTsV} packet
36576 These packets request data about trace state variables that are on the
36577 target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
36578 and multiple @code{qTsV} to get additional variables. Replies to
36579 these packets follow the syntax of the @code{QTDV} packets that define
36580 trace state variables.
36581
36582 @item qTfSTM
36583 @itemx qTsSTM
36584 @anchor{qTfSTM}
36585 @anchor{qTsSTM}
36586 @cindex @samp{qTfSTM} packet
36587 @cindex @samp{qTsSTM} packet
36588 These packets request data about static tracepoint markers that exist
36589 in the target program. @value{GDBN} sends @code{qTfSTM} to get the
36590 first piece of data, and multiple @code{qTsSTM} to get additional
36591 pieces. Replies to these packets take the following form:
36592
36593 Reply:
36594 @table @samp
36595 @item m @var{address}:@var{id}:@var{extra}
36596 A single marker
36597 @item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
36598 a comma-separated list of markers
36599 @item l
36600 (lower case letter @samp{L}) denotes end of list.
36601 @item E @var{nn}
36602 An error occurred. The error number @var{nn} is given as hex digits.
36603 @item @w{}
36604 An empty reply indicates that the request is not supported by the
36605 stub.
36606 @end table
36607
36608 The @var{address} is encoded in hex;
36609 @var{id} and @var{extra} are strings encoded in hex.
36610
36611 In response to each query, the target will reply with a list of one or
36612 more markers, separated by commas. @value{GDBN} will respond to each
36613 reply with a request for more markers (using the @samp{qs} form of the
36614 query), until the target responds with @samp{l} (lower-case ell, for
36615 @dfn{last}).
36616
36617 @item qTSTMat:@var{address}
36618 @anchor{qTSTMat}
36619 @cindex @samp{qTSTMat} packet
36620 This packets requests data about static tracepoint markers in the
36621 target program at @var{address}. Replies to this packet follow the
36622 syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
36623 tracepoint markers.
36624
36625 @item QTSave:@var{filename}
36626 @cindex @samp{QTSave} packet
36627 This packet directs the target to save trace data to the file name
36628 @var{filename} in the target's filesystem. The @var{filename} is encoded
36629 as a hex string; the interpretation of the file name (relative vs
36630 absolute, wild cards, etc) is up to the target.
36631
36632 @item qTBuffer:@var{offset},@var{len}
36633 @cindex @samp{qTBuffer} packet
36634 Return up to @var{len} bytes of the current contents of trace buffer,
36635 starting at @var{offset}. The trace buffer is treated as if it were
36636 a contiguous collection of traceframes, as per the trace file format.
36637 The reply consists as many hex-encoded bytes as the target can deliver
36638 in a packet; it is not an error to return fewer than were asked for.
36639 A reply consisting of just @code{l} indicates that no bytes are
36640 available.
36641
36642 @item QTBuffer:circular:@var{value}
36643 This packet directs the target to use a circular trace buffer if
36644 @var{value} is 1, or a linear buffer if the value is 0.
36645
36646 @item QTBuffer:size:@var{size}
36647 @anchor{QTBuffer-size}
36648 @cindex @samp{QTBuffer size} packet
36649 This packet directs the target to make the trace buffer be of size
36650 @var{size} if possible. A value of @code{-1} tells the target to
36651 use whatever size it prefers.
36652
36653 @item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
36654 @cindex @samp{QTNotes} packet
36655 This packet adds optional textual notes to the trace run. Allowable
36656 types include @code{user}, @code{notes}, and @code{tstop}, the
36657 @var{text} fields are arbitrary strings, hex-encoded.
36658
36659 @end table
36660
36661 @subsection Relocate instruction reply packet
36662 When installing fast tracepoints in memory, the target may need to
36663 relocate the instruction currently at the tracepoint address to a
36664 different address in memory. For most instructions, a simple copy is
36665 enough, but, for example, call instructions that implicitly push the
36666 return address on the stack, and relative branches or other
36667 PC-relative instructions require offset adjustment, so that the effect
36668 of executing the instruction at a different address is the same as if
36669 it had executed in the original location.
36670
36671 In response to several of the tracepoint packets, the target may also
36672 respond with a number of intermediate @samp{qRelocInsn} request
36673 packets before the final result packet, to have @value{GDBN} handle
36674 this relocation operation. If a packet supports this mechanism, its
36675 documentation will explicitly say so. See for example the above
36676 descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
36677 format of the request is:
36678
36679 @table @samp
36680 @item qRelocInsn:@var{from};@var{to}
36681
36682 This requests @value{GDBN} to copy instruction at address @var{from}
36683 to address @var{to}, possibly adjusted so that executing the
36684 instruction at @var{to} has the same effect as executing it at
36685 @var{from}. @value{GDBN} writes the adjusted instruction to target
36686 memory starting at @var{to}.
36687 @end table
36688
36689 Replies:
36690 @table @samp
36691 @item qRelocInsn:@var{adjusted_size}
36692 Informs the stub the relocation is complete. The @var{adjusted_size} is
36693 the length in bytes of resulting relocated instruction sequence.
36694 @item E @var{NN}
36695 A badly formed request was detected, or an error was encountered while
36696 relocating the instruction.
36697 @end table
36698
36699 @node Host I/O Packets
36700 @section Host I/O Packets
36701 @cindex Host I/O, remote protocol
36702 @cindex file transfer, remote protocol
36703
36704 The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
36705 operations on the far side of a remote link. For example, Host I/O is
36706 used to upload and download files to a remote target with its own
36707 filesystem. Host I/O uses the same constant values and data structure
36708 layout as the target-initiated File-I/O protocol. However, the
36709 Host I/O packets are structured differently. The target-initiated
36710 protocol relies on target memory to store parameters and buffers.
36711 Host I/O requests are initiated by @value{GDBN}, and the
36712 target's memory is not involved. @xref{File-I/O Remote Protocol
36713 Extension}, for more details on the target-initiated protocol.
36714
36715 The Host I/O request packets all encode a single operation along with
36716 its arguments. They have this format:
36717
36718 @table @samp
36719
36720 @item vFile:@var{operation}: @var{parameter}@dots{}
36721 @var{operation} is the name of the particular request; the target
36722 should compare the entire packet name up to the second colon when checking
36723 for a supported operation. The format of @var{parameter} depends on
36724 the operation. Numbers are always passed in hexadecimal. Negative
36725 numbers have an explicit minus sign (i.e.@: two's complement is not
36726 used). Strings (e.g.@: filenames) are encoded as a series of
36727 hexadecimal bytes. The last argument to a system call may be a
36728 buffer of escaped binary data (@pxref{Binary Data}).
36729
36730 @end table
36731
36732 The valid responses to Host I/O packets are:
36733
36734 @table @samp
36735
36736 @item F @var{result} [, @var{errno}] [; @var{attachment}]
36737 @var{result} is the integer value returned by this operation, usually
36738 non-negative for success and -1 for errors. If an error has occured,
36739 @var{errno} will be included in the result specifying a
36740 value defined by the File-I/O protocol (@pxref{Errno Values}). For
36741 operations which return data, @var{attachment} supplies the data as a
36742 binary buffer. Binary buffers in response packets are escaped in the
36743 normal way (@pxref{Binary Data}). See the individual packet
36744 documentation for the interpretation of @var{result} and
36745 @var{attachment}.
36746
36747 @item @w{}
36748 An empty response indicates that this operation is not recognized.
36749
36750 @end table
36751
36752 These are the supported Host I/O operations:
36753
36754 @table @samp
36755 @item vFile:open: @var{filename}, @var{flags}, @var{mode}
36756 Open a file at @var{filename} and return a file descriptor for it, or
36757 return -1 if an error occurs. The @var{filename} is a string,
36758 @var{flags} is an integer indicating a mask of open flags
36759 (@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
36760 of mode bits to use if the file is created (@pxref{mode_t Values}).
36761 @xref{open}, for details of the open flags and mode values.
36762
36763 @item vFile:close: @var{fd}
36764 Close the open file corresponding to @var{fd} and return 0, or
36765 -1 if an error occurs.
36766
36767 @item vFile:pread: @var{fd}, @var{count}, @var{offset}
36768 Read data from the open file corresponding to @var{fd}. Up to
36769 @var{count} bytes will be read from the file, starting at @var{offset}
36770 relative to the start of the file. The target may read fewer bytes;
36771 common reasons include packet size limits and an end-of-file
36772 condition. The number of bytes read is returned. Zero should only be
36773 returned for a successful read at the end of the file, or if
36774 @var{count} was zero.
36775
36776 The data read should be returned as a binary attachment on success.
36777 If zero bytes were read, the response should include an empty binary
36778 attachment (i.e.@: a trailing semicolon). The return value is the
36779 number of target bytes read; the binary attachment may be longer if
36780 some characters were escaped.
36781
36782 @item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
36783 Write @var{data} (a binary buffer) to the open file corresponding
36784 to @var{fd}. Start the write at @var{offset} from the start of the
36785 file. Unlike many @code{write} system calls, there is no
36786 separate @var{count} argument; the length of @var{data} in the
36787 packet is used. @samp{vFile:write} returns the number of bytes written,
36788 which may be shorter than the length of @var{data}, or -1 if an
36789 error occurred.
36790
36791 @item vFile:unlink: @var{filename}
36792 Delete the file at @var{filename} on the target. Return 0,
36793 or -1 if an error occurs. The @var{filename} is a string.
36794
36795 @item vFile:readlink: @var{filename}
36796 Read value of symbolic link @var{filename} on the target. Return
36797 the number of bytes read, or -1 if an error occurs.
36798
36799 The data read should be returned as a binary attachment on success.
36800 If zero bytes were read, the response should include an empty binary
36801 attachment (i.e.@: a trailing semicolon). The return value is the
36802 number of target bytes read; the binary attachment may be longer if
36803 some characters were escaped.
36804
36805 @end table
36806
36807 @node Interrupts
36808 @section Interrupts
36809 @cindex interrupts (remote protocol)
36810
36811 When a program on the remote target is running, @value{GDBN} may
36812 attempt to interrupt it by sending a @samp{Ctrl-C}, @code{BREAK} or
36813 a @code{BREAK} followed by @code{g},
36814 control of which is specified via @value{GDBN}'s @samp{interrupt-sequence}.
36815
36816 The precise meaning of @code{BREAK} is defined by the transport
36817 mechanism and may, in fact, be undefined. @value{GDBN} does not
36818 currently define a @code{BREAK} mechanism for any of the network
36819 interfaces except for TCP, in which case @value{GDBN} sends the
36820 @code{telnet} BREAK sequence.
36821
36822 @samp{Ctrl-C}, on the other hand, is defined and implemented for all
36823 transport mechanisms. It is represented by sending the single byte
36824 @code{0x03} without any of the usual packet overhead described in
36825 the Overview section (@pxref{Overview}). When a @code{0x03} byte is
36826 transmitted as part of a packet, it is considered to be packet data
36827 and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
36828 (@pxref{X packet}), used for binary downloads, may include an unescaped
36829 @code{0x03} as part of its packet.
36830
36831 @code{BREAK} followed by @code{g} is also known as Magic SysRq g.
36832 When Linux kernel receives this sequence from serial port,
36833 it stops execution and connects to gdb.
36834
36835 Stubs are not required to recognize these interrupt mechanisms and the
36836 precise meaning associated with receipt of the interrupt is
36837 implementation defined. If the target supports debugging of multiple
36838 threads and/or processes, it should attempt to interrupt all
36839 currently-executing threads and processes.
36840 If the stub is successful at interrupting the
36841 running program, it should send one of the stop
36842 reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
36843 of successfully stopping the program in all-stop mode, and a stop reply
36844 for each stopped thread in non-stop mode.
36845 Interrupts received while the
36846 program is stopped are discarded.
36847
36848 @node Notification Packets
36849 @section Notification Packets
36850 @cindex notification packets
36851 @cindex packets, notification
36852
36853 The @value{GDBN} remote serial protocol includes @dfn{notifications},
36854 packets that require no acknowledgment. Both the GDB and the stub
36855 may send notifications (although the only notifications defined at
36856 present are sent by the stub). Notifications carry information
36857 without incurring the round-trip latency of an acknowledgment, and so
36858 are useful for low-impact communications where occasional packet loss
36859 is not a problem.
36860
36861 A notification packet has the form @samp{% @var{data} #
36862 @var{checksum}}, where @var{data} is the content of the notification,
36863 and @var{checksum} is a checksum of @var{data}, computed and formatted
36864 as for ordinary @value{GDBN} packets. A notification's @var{data}
36865 never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
36866 receiving a notification, the recipient sends no @samp{+} or @samp{-}
36867 to acknowledge the notification's receipt or to report its corruption.
36868
36869 Every notification's @var{data} begins with a name, which contains no
36870 colon characters, followed by a colon character.
36871
36872 Recipients should silently ignore corrupted notifications and
36873 notifications they do not understand. Recipients should restart
36874 timeout periods on receipt of a well-formed notification, whether or
36875 not they understand it.
36876
36877 Senders should only send the notifications described here when this
36878 protocol description specifies that they are permitted. In the
36879 future, we may extend the protocol to permit existing notifications in
36880 new contexts; this rule helps older senders avoid confusing newer
36881 recipients.
36882
36883 (Older versions of @value{GDBN} ignore bytes received until they see
36884 the @samp{$} byte that begins an ordinary packet, so new stubs may
36885 transmit notifications without fear of confusing older clients. There
36886 are no notifications defined for @value{GDBN} to send at the moment, but we
36887 assume that most older stubs would ignore them, as well.)
36888
36889 Each notification is comprised of three parts:
36890 @table @samp
36891 @item @var{name}:@var{event}
36892 The notification packet is sent by the side that initiates the
36893 exchange (currently, only the stub does that), with @var{event}
36894 carrying the specific information about the notification, and
36895 @var{name} specifying the name of the notification.
36896 @item @var{ack}
36897 The acknowledge sent by the other side, usually @value{GDBN}, to
36898 acknowledge the exchange and request the event.
36899 @end table
36900
36901 The purpose of an asynchronous notification mechanism is to report to
36902 @value{GDBN} that something interesting happened in the remote stub.
36903
36904 The remote stub may send notification @var{name}:@var{event}
36905 at any time, but @value{GDBN} acknowledges the notification when
36906 appropriate. The notification event is pending before @value{GDBN}
36907 acknowledges. Only one notification at a time may be pending; if
36908 additional events occur before @value{GDBN} has acknowledged the
36909 previous notification, they must be queued by the stub for later
36910 synchronous transmission in response to @var{ack} packets from
36911 @value{GDBN}. Because the notification mechanism is unreliable,
36912 the stub is permitted to resend a notification if it believes
36913 @value{GDBN} may not have received it.
36914
36915 Specifically, notifications may appear when @value{GDBN} is not
36916 otherwise reading input from the stub, or when @value{GDBN} is
36917 expecting to read a normal synchronous response or a
36918 @samp{+}/@samp{-} acknowledgment to a packet it has sent.
36919 Notification packets are distinct from any other communication from
36920 the stub so there is no ambiguity.
36921
36922 After receiving a notification, @value{GDBN} shall acknowledge it by
36923 sending a @var{ack} packet as a regular, synchronous request to the
36924 stub. Such acknowledgment is not required to happen immediately, as
36925 @value{GDBN} is permitted to send other, unrelated packets to the
36926 stub first, which the stub should process normally.
36927
36928 Upon receiving a @var{ack} packet, if the stub has other queued
36929 events to report to @value{GDBN}, it shall respond by sending a
36930 normal @var{event}. @value{GDBN} shall then send another @var{ack}
36931 packet to solicit further responses; again, it is permitted to send
36932 other, unrelated packets as well which the stub should process
36933 normally.
36934
36935 If the stub receives a @var{ack} packet and there are no additional
36936 @var{event} to report, the stub shall return an @samp{OK} response.
36937 At this point, @value{GDBN} has finished processing a notification
36938 and the stub has completed sending any queued events. @value{GDBN}
36939 won't accept any new notifications until the final @samp{OK} is
36940 received . If further notification events occur, the stub shall send
36941 a new notification, @value{GDBN} shall accept the notification, and
36942 the process shall be repeated.
36943
36944 The process of asynchronous notification can be illustrated by the
36945 following example:
36946 @smallexample
36947 <- @code{%%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
36948 @code{...}
36949 -> @code{vStopped}
36950 <- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
36951 -> @code{vStopped}
36952 <- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
36953 -> @code{vStopped}
36954 <- @code{OK}
36955 @end smallexample
36956
36957 The following notifications are defined:
36958 @multitable @columnfractions 0.12 0.12 0.38 0.38
36959
36960 @item Notification
36961 @tab Ack
36962 @tab Event
36963 @tab Description
36964
36965 @item Stop
36966 @tab vStopped
36967 @tab @var{reply}. The @var{reply} has the form of a stop reply, as
36968 described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
36969 for information on how these notifications are acknowledged by
36970 @value{GDBN}.
36971 @tab Report an asynchronous stop event in non-stop mode.
36972
36973 @end multitable
36974
36975 @node Remote Non-Stop
36976 @section Remote Protocol Support for Non-Stop Mode
36977
36978 @value{GDBN}'s remote protocol supports non-stop debugging of
36979 multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
36980 supports non-stop mode, it should report that to @value{GDBN} by including
36981 @samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
36982
36983 @value{GDBN} typically sends a @samp{QNonStop} packet only when
36984 establishing a new connection with the stub. Entering non-stop mode
36985 does not alter the state of any currently-running threads, but targets
36986 must stop all threads in any already-attached processes when entering
36987 all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
36988 probe the target state after a mode change.
36989
36990 In non-stop mode, when an attached process encounters an event that
36991 would otherwise be reported with a stop reply, it uses the
36992 asynchronous notification mechanism (@pxref{Notification Packets}) to
36993 inform @value{GDBN}. In contrast to all-stop mode, where all threads
36994 in all processes are stopped when a stop reply is sent, in non-stop
36995 mode only the thread reporting the stop event is stopped. That is,
36996 when reporting a @samp{S} or @samp{T} response to indicate completion
36997 of a step operation, hitting a breakpoint, or a fault, only the
36998 affected thread is stopped; any other still-running threads continue
36999 to run. When reporting a @samp{W} or @samp{X} response, all running
37000 threads belonging to other attached processes continue to run.
37001
37002 In non-stop mode, the target shall respond to the @samp{?} packet as
37003 follows. First, any incomplete stop reply notification/@samp{vStopped}
37004 sequence in progress is abandoned. The target must begin a new
37005 sequence reporting stop events for all stopped threads, whether or not
37006 it has previously reported those events to @value{GDBN}. The first
37007 stop reply is sent as a synchronous reply to the @samp{?} packet, and
37008 subsequent stop replies are sent as responses to @samp{vStopped} packets
37009 using the mechanism described above. The target must not send
37010 asynchronous stop reply notifications until the sequence is complete.
37011 If all threads are running when the target receives the @samp{?} packet,
37012 or if the target is not attached to any process, it shall respond
37013 @samp{OK}.
37014
37015 @node Packet Acknowledgment
37016 @section Packet Acknowledgment
37017
37018 @cindex acknowledgment, for @value{GDBN} remote
37019 @cindex packet acknowledgment, for @value{GDBN} remote
37020 By default, when either the host or the target machine receives a packet,
37021 the first response expected is an acknowledgment: either @samp{+} (to indicate
37022 the package was received correctly) or @samp{-} (to request retransmission).
37023 This mechanism allows the @value{GDBN} remote protocol to operate over
37024 unreliable transport mechanisms, such as a serial line.
37025
37026 In cases where the transport mechanism is itself reliable (such as a pipe or
37027 TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
37028 It may be desirable to disable them in that case to reduce communication
37029 overhead, or for other reasons. This can be accomplished by means of the
37030 @samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
37031
37032 When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
37033 expect @samp{+}/@samp{-} protocol acknowledgments. The packet
37034 and response format still includes the normal checksum, as described in
37035 @ref{Overview}, but the checksum may be ignored by the receiver.
37036
37037 If the stub supports @samp{QStartNoAckMode} and prefers to operate in
37038 no-acknowledgment mode, it should report that to @value{GDBN}
37039 by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
37040 @pxref{qSupported}.
37041 If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
37042 disabled via the @code{set remote noack-packet off} command
37043 (@pxref{Remote Configuration}),
37044 @value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
37045 Only then may the stub actually turn off packet acknowledgments.
37046 @value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
37047 response, which can be safely ignored by the stub.
37048
37049 Note that @code{set remote noack-packet} command only affects negotiation
37050 between @value{GDBN} and the stub when subsequent connections are made;
37051 it does not affect the protocol acknowledgment state for any current
37052 connection.
37053 Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
37054 new connection is established,
37055 there is also no protocol request to re-enable the acknowledgments
37056 for the current connection, once disabled.
37057
37058 @node Examples
37059 @section Examples
37060
37061 Example sequence of a target being re-started. Notice how the restart
37062 does not get any direct output:
37063
37064 @smallexample
37065 -> @code{R00}
37066 <- @code{+}
37067 @emph{target restarts}
37068 -> @code{?}
37069 <- @code{+}
37070 <- @code{T001:1234123412341234}
37071 -> @code{+}
37072 @end smallexample
37073
37074 Example sequence of a target being stepped by a single instruction:
37075
37076 @smallexample
37077 -> @code{G1445@dots{}}
37078 <- @code{+}
37079 -> @code{s}
37080 <- @code{+}
37081 @emph{time passes}
37082 <- @code{T001:1234123412341234}
37083 -> @code{+}
37084 -> @code{g}
37085 <- @code{+}
37086 <- @code{1455@dots{}}
37087 -> @code{+}
37088 @end smallexample
37089
37090 @node File-I/O Remote Protocol Extension
37091 @section File-I/O Remote Protocol Extension
37092 @cindex File-I/O remote protocol extension
37093
37094 @menu
37095 * File-I/O Overview::
37096 * Protocol Basics::
37097 * The F Request Packet::
37098 * The F Reply Packet::
37099 * The Ctrl-C Message::
37100 * Console I/O::
37101 * List of Supported Calls::
37102 * Protocol-specific Representation of Datatypes::
37103 * Constants::
37104 * File-I/O Examples::
37105 @end menu
37106
37107 @node File-I/O Overview
37108 @subsection File-I/O Overview
37109 @cindex file-i/o overview
37110
37111 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
37112 target to use the host's file system and console I/O to perform various
37113 system calls. System calls on the target system are translated into a
37114 remote protocol packet to the host system, which then performs the needed
37115 actions and returns a response packet to the target system.
37116 This simulates file system operations even on targets that lack file systems.
37117
37118 The protocol is defined to be independent of both the host and target systems.
37119 It uses its own internal representation of datatypes and values. Both
37120 @value{GDBN} and the target's @value{GDBN} stub are responsible for
37121 translating the system-dependent value representations into the internal
37122 protocol representations when data is transmitted.
37123
37124 The communication is synchronous. A system call is possible only when
37125 @value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
37126 or @samp{s} packets. While @value{GDBN} handles the request for a system call,
37127 the target is stopped to allow deterministic access to the target's
37128 memory. Therefore File-I/O is not interruptible by target signals. On
37129 the other hand, it is possible to interrupt File-I/O by a user interrupt
37130 (@samp{Ctrl-C}) within @value{GDBN}.
37131
37132 The target's request to perform a host system call does not finish
37133 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
37134 after finishing the system call, the target returns to continuing the
37135 previous activity (continue, step). No additional continue or step
37136 request from @value{GDBN} is required.
37137
37138 @smallexample
37139 (@value{GDBP}) continue
37140 <- target requests 'system call X'
37141 target is stopped, @value{GDBN} executes system call
37142 -> @value{GDBN} returns result
37143 ... target continues, @value{GDBN} returns to wait for the target
37144 <- target hits breakpoint and sends a Txx packet
37145 @end smallexample
37146
37147 The protocol only supports I/O on the console and to regular files on
37148 the host file system. Character or block special devices, pipes,
37149 named pipes, sockets or any other communication method on the host
37150 system are not supported by this protocol.
37151
37152 File I/O is not supported in non-stop mode.
37153
37154 @node Protocol Basics
37155 @subsection Protocol Basics
37156 @cindex protocol basics, file-i/o
37157
37158 The File-I/O protocol uses the @code{F} packet as the request as well
37159 as reply packet. Since a File-I/O system call can only occur when
37160 @value{GDBN} is waiting for a response from the continuing or stepping target,
37161 the File-I/O request is a reply that @value{GDBN} has to expect as a result
37162 of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
37163 This @code{F} packet contains all information needed to allow @value{GDBN}
37164 to call the appropriate host system call:
37165
37166 @itemize @bullet
37167 @item
37168 A unique identifier for the requested system call.
37169
37170 @item
37171 All parameters to the system call. Pointers are given as addresses
37172 in the target memory address space. Pointers to strings are given as
37173 pointer/length pair. Numerical values are given as they are.
37174 Numerical control flags are given in a protocol-specific representation.
37175
37176 @end itemize
37177
37178 At this point, @value{GDBN} has to perform the following actions.
37179
37180 @itemize @bullet
37181 @item
37182 If the parameters include pointer values to data needed as input to a
37183 system call, @value{GDBN} requests this data from the target with a
37184 standard @code{m} packet request. This additional communication has to be
37185 expected by the target implementation and is handled as any other @code{m}
37186 packet.
37187
37188 @item
37189 @value{GDBN} translates all value from protocol representation to host
37190 representation as needed. Datatypes are coerced into the host types.
37191
37192 @item
37193 @value{GDBN} calls the system call.
37194
37195 @item
37196 It then coerces datatypes back to protocol representation.
37197
37198 @item
37199 If the system call is expected to return data in buffer space specified
37200 by pointer parameters to the call, the data is transmitted to the
37201 target using a @code{M} or @code{X} packet. This packet has to be expected
37202 by the target implementation and is handled as any other @code{M} or @code{X}
37203 packet.
37204
37205 @end itemize
37206
37207 Eventually @value{GDBN} replies with another @code{F} packet which contains all
37208 necessary information for the target to continue. This at least contains
37209
37210 @itemize @bullet
37211 @item
37212 Return value.
37213
37214 @item
37215 @code{errno}, if has been changed by the system call.
37216
37217 @item
37218 ``Ctrl-C'' flag.
37219
37220 @end itemize
37221
37222 After having done the needed type and value coercion, the target continues
37223 the latest continue or step action.
37224
37225 @node The F Request Packet
37226 @subsection The @code{F} Request Packet
37227 @cindex file-i/o request packet
37228 @cindex @code{F} request packet
37229
37230 The @code{F} request packet has the following format:
37231
37232 @table @samp
37233 @item F@var{call-id},@var{parameter@dots{}}
37234
37235 @var{call-id} is the identifier to indicate the host system call to be called.
37236 This is just the name of the function.
37237
37238 @var{parameter@dots{}} are the parameters to the system call.
37239 Parameters are hexadecimal integer values, either the actual values in case
37240 of scalar datatypes, pointers to target buffer space in case of compound
37241 datatypes and unspecified memory areas, or pointer/length pairs in case
37242 of string parameters. These are appended to the @var{call-id} as a
37243 comma-delimited list. All values are transmitted in ASCII
37244 string representation, pointer/length pairs separated by a slash.
37245
37246 @end table
37247
37248
37249
37250 @node The F Reply Packet
37251 @subsection The @code{F} Reply Packet
37252 @cindex file-i/o reply packet
37253 @cindex @code{F} reply packet
37254
37255 The @code{F} reply packet has the following format:
37256
37257 @table @samp
37258
37259 @item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
37260
37261 @var{retcode} is the return code of the system call as hexadecimal value.
37262
37263 @var{errno} is the @code{errno} set by the call, in protocol-specific
37264 representation.
37265 This parameter can be omitted if the call was successful.
37266
37267 @var{Ctrl-C flag} is only sent if the user requested a break. In this
37268 case, @var{errno} must be sent as well, even if the call was successful.
37269 The @var{Ctrl-C flag} itself consists of the character @samp{C}:
37270
37271 @smallexample
37272 F0,0,C
37273 @end smallexample
37274
37275 @noindent
37276 or, if the call was interrupted before the host call has been performed:
37277
37278 @smallexample
37279 F-1,4,C
37280 @end smallexample
37281
37282 @noindent
37283 assuming 4 is the protocol-specific representation of @code{EINTR}.
37284
37285 @end table
37286
37287
37288 @node The Ctrl-C Message
37289 @subsection The @samp{Ctrl-C} Message
37290 @cindex ctrl-c message, in file-i/o protocol
37291
37292 If the @samp{Ctrl-C} flag is set in the @value{GDBN}
37293 reply packet (@pxref{The F Reply Packet}),
37294 the target should behave as if it had
37295 gotten a break message. The meaning for the target is ``system call
37296 interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
37297 (as with a break message) and return to @value{GDBN} with a @code{T02}
37298 packet.
37299
37300 It's important for the target to know in which
37301 state the system call was interrupted. There are two possible cases:
37302
37303 @itemize @bullet
37304 @item
37305 The system call hasn't been performed on the host yet.
37306
37307 @item
37308 The system call on the host has been finished.
37309
37310 @end itemize
37311
37312 These two states can be distinguished by the target by the value of the
37313 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
37314 call hasn't been performed. This is equivalent to the @code{EINTR} handling
37315 on POSIX systems. In any other case, the target may presume that the
37316 system call has been finished --- successfully or not --- and should behave
37317 as if the break message arrived right after the system call.
37318
37319 @value{GDBN} must behave reliably. If the system call has not been called
37320 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
37321 @code{errno} in the packet. If the system call on the host has been finished
37322 before the user requests a break, the full action must be finished by
37323 @value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
37324 The @code{F} packet may only be sent when either nothing has happened
37325 or the full action has been completed.
37326
37327 @node Console I/O
37328 @subsection Console I/O
37329 @cindex console i/o as part of file-i/o
37330
37331 By default and if not explicitly closed by the target system, the file
37332 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
37333 on the @value{GDBN} console is handled as any other file output operation
37334 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
37335 by @value{GDBN} so that after the target read request from file descriptor
37336 0 all following typing is buffered until either one of the following
37337 conditions is met:
37338
37339 @itemize @bullet
37340 @item
37341 The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
37342 @code{read}
37343 system call is treated as finished.
37344
37345 @item
37346 The user presses @key{RET}. This is treated as end of input with a trailing
37347 newline.
37348
37349 @item
37350 The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
37351 character (neither newline nor @samp{Ctrl-D}) is appended to the input.
37352
37353 @end itemize
37354
37355 If the user has typed more characters than fit in the buffer given to
37356 the @code{read} call, the trailing characters are buffered in @value{GDBN} until
37357 either another @code{read(0, @dots{})} is requested by the target, or debugging
37358 is stopped at the user's request.
37359
37360
37361 @node List of Supported Calls
37362 @subsection List of Supported Calls
37363 @cindex list of supported file-i/o calls
37364
37365 @menu
37366 * open::
37367 * close::
37368 * read::
37369 * write::
37370 * lseek::
37371 * rename::
37372 * unlink::
37373 * stat/fstat::
37374 * gettimeofday::
37375 * isatty::
37376 * system::
37377 @end menu
37378
37379 @node open
37380 @unnumberedsubsubsec open
37381 @cindex open, file-i/o system call
37382
37383 @table @asis
37384 @item Synopsis:
37385 @smallexample
37386 int open(const char *pathname, int flags);
37387 int open(const char *pathname, int flags, mode_t mode);
37388 @end smallexample
37389
37390 @item Request:
37391 @samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
37392
37393 @noindent
37394 @var{flags} is the bitwise @code{OR} of the following values:
37395
37396 @table @code
37397 @item O_CREAT
37398 If the file does not exist it will be created. The host
37399 rules apply as far as file ownership and time stamps
37400 are concerned.
37401
37402 @item O_EXCL
37403 When used with @code{O_CREAT}, if the file already exists it is
37404 an error and open() fails.
37405
37406 @item O_TRUNC
37407 If the file already exists and the open mode allows
37408 writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
37409 truncated to zero length.
37410
37411 @item O_APPEND
37412 The file is opened in append mode.
37413
37414 @item O_RDONLY
37415 The file is opened for reading only.
37416
37417 @item O_WRONLY
37418 The file is opened for writing only.
37419
37420 @item O_RDWR
37421 The file is opened for reading and writing.
37422 @end table
37423
37424 @noindent
37425 Other bits are silently ignored.
37426
37427
37428 @noindent
37429 @var{mode} is the bitwise @code{OR} of the following values:
37430
37431 @table @code
37432 @item S_IRUSR
37433 User has read permission.
37434
37435 @item S_IWUSR
37436 User has write permission.
37437
37438 @item S_IRGRP
37439 Group has read permission.
37440
37441 @item S_IWGRP
37442 Group has write permission.
37443
37444 @item S_IROTH
37445 Others have read permission.
37446
37447 @item S_IWOTH
37448 Others have write permission.
37449 @end table
37450
37451 @noindent
37452 Other bits are silently ignored.
37453
37454
37455 @item Return value:
37456 @code{open} returns the new file descriptor or -1 if an error
37457 occurred.
37458
37459 @item Errors:
37460
37461 @table @code
37462 @item EEXIST
37463 @var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
37464
37465 @item EISDIR
37466 @var{pathname} refers to a directory.
37467
37468 @item EACCES
37469 The requested access is not allowed.
37470
37471 @item ENAMETOOLONG
37472 @var{pathname} was too long.
37473
37474 @item ENOENT
37475 A directory component in @var{pathname} does not exist.
37476
37477 @item ENODEV
37478 @var{pathname} refers to a device, pipe, named pipe or socket.
37479
37480 @item EROFS
37481 @var{pathname} refers to a file on a read-only filesystem and
37482 write access was requested.
37483
37484 @item EFAULT
37485 @var{pathname} is an invalid pointer value.
37486
37487 @item ENOSPC
37488 No space on device to create the file.
37489
37490 @item EMFILE
37491 The process already has the maximum number of files open.
37492
37493 @item ENFILE
37494 The limit on the total number of files open on the system
37495 has been reached.
37496
37497 @item EINTR
37498 The call was interrupted by the user.
37499 @end table
37500
37501 @end table
37502
37503 @node close
37504 @unnumberedsubsubsec close
37505 @cindex close, file-i/o system call
37506
37507 @table @asis
37508 @item Synopsis:
37509 @smallexample
37510 int close(int fd);
37511 @end smallexample
37512
37513 @item Request:
37514 @samp{Fclose,@var{fd}}
37515
37516 @item Return value:
37517 @code{close} returns zero on success, or -1 if an error occurred.
37518
37519 @item Errors:
37520
37521 @table @code
37522 @item EBADF
37523 @var{fd} isn't a valid open file descriptor.
37524
37525 @item EINTR
37526 The call was interrupted by the user.
37527 @end table
37528
37529 @end table
37530
37531 @node read
37532 @unnumberedsubsubsec read
37533 @cindex read, file-i/o system call
37534
37535 @table @asis
37536 @item Synopsis:
37537 @smallexample
37538 int read(int fd, void *buf, unsigned int count);
37539 @end smallexample
37540
37541 @item Request:
37542 @samp{Fread,@var{fd},@var{bufptr},@var{count}}
37543
37544 @item Return value:
37545 On success, the number of bytes read is returned.
37546 Zero indicates end of file. If count is zero, read
37547 returns zero as well. On error, -1 is returned.
37548
37549 @item Errors:
37550
37551 @table @code
37552 @item EBADF
37553 @var{fd} is not a valid file descriptor or is not open for
37554 reading.
37555
37556 @item EFAULT
37557 @var{bufptr} is an invalid pointer value.
37558
37559 @item EINTR
37560 The call was interrupted by the user.
37561 @end table
37562
37563 @end table
37564
37565 @node write
37566 @unnumberedsubsubsec write
37567 @cindex write, file-i/o system call
37568
37569 @table @asis
37570 @item Synopsis:
37571 @smallexample
37572 int write(int fd, const void *buf, unsigned int count);
37573 @end smallexample
37574
37575 @item Request:
37576 @samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
37577
37578 @item Return value:
37579 On success, the number of bytes written are returned.
37580 Zero indicates nothing was written. On error, -1
37581 is returned.
37582
37583 @item Errors:
37584
37585 @table @code
37586 @item EBADF
37587 @var{fd} is not a valid file descriptor or is not open for
37588 writing.
37589
37590 @item EFAULT
37591 @var{bufptr} is an invalid pointer value.
37592
37593 @item EFBIG
37594 An attempt was made to write a file that exceeds the
37595 host-specific maximum file size allowed.
37596
37597 @item ENOSPC
37598 No space on device to write the data.
37599
37600 @item EINTR
37601 The call was interrupted by the user.
37602 @end table
37603
37604 @end table
37605
37606 @node lseek
37607 @unnumberedsubsubsec lseek
37608 @cindex lseek, file-i/o system call
37609
37610 @table @asis
37611 @item Synopsis:
37612 @smallexample
37613 long lseek (int fd, long offset, int flag);
37614 @end smallexample
37615
37616 @item Request:
37617 @samp{Flseek,@var{fd},@var{offset},@var{flag}}
37618
37619 @var{flag} is one of:
37620
37621 @table @code
37622 @item SEEK_SET
37623 The offset is set to @var{offset} bytes.
37624
37625 @item SEEK_CUR
37626 The offset is set to its current location plus @var{offset}
37627 bytes.
37628
37629 @item SEEK_END
37630 The offset is set to the size of the file plus @var{offset}
37631 bytes.
37632 @end table
37633
37634 @item Return value:
37635 On success, the resulting unsigned offset in bytes from
37636 the beginning of the file is returned. Otherwise, a
37637 value of -1 is returned.
37638
37639 @item Errors:
37640
37641 @table @code
37642 @item EBADF
37643 @var{fd} is not a valid open file descriptor.
37644
37645 @item ESPIPE
37646 @var{fd} is associated with the @value{GDBN} console.
37647
37648 @item EINVAL
37649 @var{flag} is not a proper value.
37650
37651 @item EINTR
37652 The call was interrupted by the user.
37653 @end table
37654
37655 @end table
37656
37657 @node rename
37658 @unnumberedsubsubsec rename
37659 @cindex rename, file-i/o system call
37660
37661 @table @asis
37662 @item Synopsis:
37663 @smallexample
37664 int rename(const char *oldpath, const char *newpath);
37665 @end smallexample
37666
37667 @item Request:
37668 @samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
37669
37670 @item Return value:
37671 On success, zero is returned. On error, -1 is returned.
37672
37673 @item Errors:
37674
37675 @table @code
37676 @item EISDIR
37677 @var{newpath} is an existing directory, but @var{oldpath} is not a
37678 directory.
37679
37680 @item EEXIST
37681 @var{newpath} is a non-empty directory.
37682
37683 @item EBUSY
37684 @var{oldpath} or @var{newpath} is a directory that is in use by some
37685 process.
37686
37687 @item EINVAL
37688 An attempt was made to make a directory a subdirectory
37689 of itself.
37690
37691 @item ENOTDIR
37692 A component used as a directory in @var{oldpath} or new
37693 path is not a directory. Or @var{oldpath} is a directory
37694 and @var{newpath} exists but is not a directory.
37695
37696 @item EFAULT
37697 @var{oldpathptr} or @var{newpathptr} are invalid pointer values.
37698
37699 @item EACCES
37700 No access to the file or the path of the file.
37701
37702 @item ENAMETOOLONG
37703
37704 @var{oldpath} or @var{newpath} was too long.
37705
37706 @item ENOENT
37707 A directory component in @var{oldpath} or @var{newpath} does not exist.
37708
37709 @item EROFS
37710 The file is on a read-only filesystem.
37711
37712 @item ENOSPC
37713 The device containing the file has no room for the new
37714 directory entry.
37715
37716 @item EINTR
37717 The call was interrupted by the user.
37718 @end table
37719
37720 @end table
37721
37722 @node unlink
37723 @unnumberedsubsubsec unlink
37724 @cindex unlink, file-i/o system call
37725
37726 @table @asis
37727 @item Synopsis:
37728 @smallexample
37729 int unlink(const char *pathname);
37730 @end smallexample
37731
37732 @item Request:
37733 @samp{Funlink,@var{pathnameptr}/@var{len}}
37734
37735 @item Return value:
37736 On success, zero is returned. On error, -1 is returned.
37737
37738 @item Errors:
37739
37740 @table @code
37741 @item EACCES
37742 No access to the file or the path of the file.
37743
37744 @item EPERM
37745 The system does not allow unlinking of directories.
37746
37747 @item EBUSY
37748 The file @var{pathname} cannot be unlinked because it's
37749 being used by another process.
37750
37751 @item EFAULT
37752 @var{pathnameptr} is an invalid pointer value.
37753
37754 @item ENAMETOOLONG
37755 @var{pathname} was too long.
37756
37757 @item ENOENT
37758 A directory component in @var{pathname} does not exist.
37759
37760 @item ENOTDIR
37761 A component of the path is not a directory.
37762
37763 @item EROFS
37764 The file is on a read-only filesystem.
37765
37766 @item EINTR
37767 The call was interrupted by the user.
37768 @end table
37769
37770 @end table
37771
37772 @node stat/fstat
37773 @unnumberedsubsubsec stat/fstat
37774 @cindex fstat, file-i/o system call
37775 @cindex stat, file-i/o system call
37776
37777 @table @asis
37778 @item Synopsis:
37779 @smallexample
37780 int stat(const char *pathname, struct stat *buf);
37781 int fstat(int fd, struct stat *buf);
37782 @end smallexample
37783
37784 @item Request:
37785 @samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
37786 @samp{Ffstat,@var{fd},@var{bufptr}}
37787
37788 @item Return value:
37789 On success, zero is returned. On error, -1 is returned.
37790
37791 @item Errors:
37792
37793 @table @code
37794 @item EBADF
37795 @var{fd} is not a valid open file.
37796
37797 @item ENOENT
37798 A directory component in @var{pathname} does not exist or the
37799 path is an empty string.
37800
37801 @item ENOTDIR
37802 A component of the path is not a directory.
37803
37804 @item EFAULT
37805 @var{pathnameptr} is an invalid pointer value.
37806
37807 @item EACCES
37808 No access to the file or the path of the file.
37809
37810 @item ENAMETOOLONG
37811 @var{pathname} was too long.
37812
37813 @item EINTR
37814 The call was interrupted by the user.
37815 @end table
37816
37817 @end table
37818
37819 @node gettimeofday
37820 @unnumberedsubsubsec gettimeofday
37821 @cindex gettimeofday, file-i/o system call
37822
37823 @table @asis
37824 @item Synopsis:
37825 @smallexample
37826 int gettimeofday(struct timeval *tv, void *tz);
37827 @end smallexample
37828
37829 @item Request:
37830 @samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
37831
37832 @item Return value:
37833 On success, 0 is returned, -1 otherwise.
37834
37835 @item Errors:
37836
37837 @table @code
37838 @item EINVAL
37839 @var{tz} is a non-NULL pointer.
37840
37841 @item EFAULT
37842 @var{tvptr} and/or @var{tzptr} is an invalid pointer value.
37843 @end table
37844
37845 @end table
37846
37847 @node isatty
37848 @unnumberedsubsubsec isatty
37849 @cindex isatty, file-i/o system call
37850
37851 @table @asis
37852 @item Synopsis:
37853 @smallexample
37854 int isatty(int fd);
37855 @end smallexample
37856
37857 @item Request:
37858 @samp{Fisatty,@var{fd}}
37859
37860 @item Return value:
37861 Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
37862
37863 @item Errors:
37864
37865 @table @code
37866 @item EINTR
37867 The call was interrupted by the user.
37868 @end table
37869
37870 @end table
37871
37872 Note that the @code{isatty} call is treated as a special case: it returns
37873 1 to the target if the file descriptor is attached
37874 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
37875 would require implementing @code{ioctl} and would be more complex than
37876 needed.
37877
37878
37879 @node system
37880 @unnumberedsubsubsec system
37881 @cindex system, file-i/o system call
37882
37883 @table @asis
37884 @item Synopsis:
37885 @smallexample
37886 int system(const char *command);
37887 @end smallexample
37888
37889 @item Request:
37890 @samp{Fsystem,@var{commandptr}/@var{len}}
37891
37892 @item Return value:
37893 If @var{len} is zero, the return value indicates whether a shell is
37894 available. A zero return value indicates a shell is not available.
37895 For non-zero @var{len}, the value returned is -1 on error and the
37896 return status of the command otherwise. Only the exit status of the
37897 command is returned, which is extracted from the host's @code{system}
37898 return value by calling @code{WEXITSTATUS(retval)}. In case
37899 @file{/bin/sh} could not be executed, 127 is returned.
37900
37901 @item Errors:
37902
37903 @table @code
37904 @item EINTR
37905 The call was interrupted by the user.
37906 @end table
37907
37908 @end table
37909
37910 @value{GDBN} takes over the full task of calling the necessary host calls
37911 to perform the @code{system} call. The return value of @code{system} on
37912 the host is simplified before it's returned
37913 to the target. Any termination signal information from the child process
37914 is discarded, and the return value consists
37915 entirely of the exit status of the called command.
37916
37917 Due to security concerns, the @code{system} call is by default refused
37918 by @value{GDBN}. The user has to allow this call explicitly with the
37919 @code{set remote system-call-allowed 1} command.
37920
37921 @table @code
37922 @item set remote system-call-allowed
37923 @kindex set remote system-call-allowed
37924 Control whether to allow the @code{system} calls in the File I/O
37925 protocol for the remote target. The default is zero (disabled).
37926
37927 @item show remote system-call-allowed
37928 @kindex show remote system-call-allowed
37929 Show whether the @code{system} calls are allowed in the File I/O
37930 protocol.
37931 @end table
37932
37933 @node Protocol-specific Representation of Datatypes
37934 @subsection Protocol-specific Representation of Datatypes
37935 @cindex protocol-specific representation of datatypes, in file-i/o protocol
37936
37937 @menu
37938 * Integral Datatypes::
37939 * Pointer Values::
37940 * Memory Transfer::
37941 * struct stat::
37942 * struct timeval::
37943 @end menu
37944
37945 @node Integral Datatypes
37946 @unnumberedsubsubsec Integral Datatypes
37947 @cindex integral datatypes, in file-i/o protocol
37948
37949 The integral datatypes used in the system calls are @code{int},
37950 @code{unsigned int}, @code{long}, @code{unsigned long},
37951 @code{mode_t}, and @code{time_t}.
37952
37953 @code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
37954 implemented as 32 bit values in this protocol.
37955
37956 @code{long} and @code{unsigned long} are implemented as 64 bit types.
37957
37958 @xref{Limits}, for corresponding MIN and MAX values (similar to those
37959 in @file{limits.h}) to allow range checking on host and target.
37960
37961 @code{time_t} datatypes are defined as seconds since the Epoch.
37962
37963 All integral datatypes transferred as part of a memory read or write of a
37964 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
37965 byte order.
37966
37967 @node Pointer Values
37968 @unnumberedsubsubsec Pointer Values
37969 @cindex pointer values, in file-i/o protocol
37970
37971 Pointers to target data are transmitted as they are. An exception
37972 is made for pointers to buffers for which the length isn't
37973 transmitted as part of the function call, namely strings. Strings
37974 are transmitted as a pointer/length pair, both as hex values, e.g.@:
37975
37976 @smallexample
37977 @code{1aaf/12}
37978 @end smallexample
37979
37980 @noindent
37981 which is a pointer to data of length 18 bytes at position 0x1aaf.
37982 The length is defined as the full string length in bytes, including
37983 the trailing null byte. For example, the string @code{"hello world"}
37984 at address 0x123456 is transmitted as
37985
37986 @smallexample
37987 @code{123456/d}
37988 @end smallexample
37989
37990 @node Memory Transfer
37991 @unnumberedsubsubsec Memory Transfer
37992 @cindex memory transfer, in file-i/o protocol
37993
37994 Structured data which is transferred using a memory read or write (for
37995 example, a @code{struct stat}) is expected to be in a protocol-specific format
37996 with all scalar multibyte datatypes being big endian. Translation to
37997 this representation needs to be done both by the target before the @code{F}
37998 packet is sent, and by @value{GDBN} before
37999 it transfers memory to the target. Transferred pointers to structured
38000 data should point to the already-coerced data at any time.
38001
38002
38003 @node struct stat
38004 @unnumberedsubsubsec struct stat
38005 @cindex struct stat, in file-i/o protocol
38006
38007 The buffer of type @code{struct stat} used by the target and @value{GDBN}
38008 is defined as follows:
38009
38010 @smallexample
38011 struct stat @{
38012 unsigned int st_dev; /* device */
38013 unsigned int st_ino; /* inode */
38014 mode_t st_mode; /* protection */
38015 unsigned int st_nlink; /* number of hard links */
38016 unsigned int st_uid; /* user ID of owner */
38017 unsigned int st_gid; /* group ID of owner */
38018 unsigned int st_rdev; /* device type (if inode device) */
38019 unsigned long st_size; /* total size, in bytes */
38020 unsigned long st_blksize; /* blocksize for filesystem I/O */
38021 unsigned long st_blocks; /* number of blocks allocated */
38022 time_t st_atime; /* time of last access */
38023 time_t st_mtime; /* time of last modification */
38024 time_t st_ctime; /* time of last change */
38025 @};
38026 @end smallexample
38027
38028 The integral datatypes conform to the definitions given in the
38029 appropriate section (see @ref{Integral Datatypes}, for details) so this
38030 structure is of size 64 bytes.
38031
38032 The values of several fields have a restricted meaning and/or
38033 range of values.
38034
38035 @table @code
38036
38037 @item st_dev
38038 A value of 0 represents a file, 1 the console.
38039
38040 @item st_ino
38041 No valid meaning for the target. Transmitted unchanged.
38042
38043 @item st_mode
38044 Valid mode bits are described in @ref{Constants}. Any other
38045 bits have currently no meaning for the target.
38046
38047 @item st_uid
38048 @itemx st_gid
38049 @itemx st_rdev
38050 No valid meaning for the target. Transmitted unchanged.
38051
38052 @item st_atime
38053 @itemx st_mtime
38054 @itemx st_ctime
38055 These values have a host and file system dependent
38056 accuracy. Especially on Windows hosts, the file system may not
38057 support exact timing values.
38058 @end table
38059
38060 The target gets a @code{struct stat} of the above representation and is
38061 responsible for coercing it to the target representation before
38062 continuing.
38063
38064 Note that due to size differences between the host, target, and protocol
38065 representations of @code{struct stat} members, these members could eventually
38066 get truncated on the target.
38067
38068 @node struct timeval
38069 @unnumberedsubsubsec struct timeval
38070 @cindex struct timeval, in file-i/o protocol
38071
38072 The buffer of type @code{struct timeval} used by the File-I/O protocol
38073 is defined as follows:
38074
38075 @smallexample
38076 struct timeval @{
38077 time_t tv_sec; /* second */
38078 long tv_usec; /* microsecond */
38079 @};
38080 @end smallexample
38081
38082 The integral datatypes conform to the definitions given in the
38083 appropriate section (see @ref{Integral Datatypes}, for details) so this
38084 structure is of size 8 bytes.
38085
38086 @node Constants
38087 @subsection Constants
38088 @cindex constants, in file-i/o protocol
38089
38090 The following values are used for the constants inside of the
38091 protocol. @value{GDBN} and target are responsible for translating these
38092 values before and after the call as needed.
38093
38094 @menu
38095 * Open Flags::
38096 * mode_t Values::
38097 * Errno Values::
38098 * Lseek Flags::
38099 * Limits::
38100 @end menu
38101
38102 @node Open Flags
38103 @unnumberedsubsubsec Open Flags
38104 @cindex open flags, in file-i/o protocol
38105
38106 All values are given in hexadecimal representation.
38107
38108 @smallexample
38109 O_RDONLY 0x0
38110 O_WRONLY 0x1
38111 O_RDWR 0x2
38112 O_APPEND 0x8
38113 O_CREAT 0x200
38114 O_TRUNC 0x400
38115 O_EXCL 0x800
38116 @end smallexample
38117
38118 @node mode_t Values
38119 @unnumberedsubsubsec mode_t Values
38120 @cindex mode_t values, in file-i/o protocol
38121
38122 All values are given in octal representation.
38123
38124 @smallexample
38125 S_IFREG 0100000
38126 S_IFDIR 040000
38127 S_IRUSR 0400
38128 S_IWUSR 0200
38129 S_IXUSR 0100
38130 S_IRGRP 040
38131 S_IWGRP 020
38132 S_IXGRP 010
38133 S_IROTH 04
38134 S_IWOTH 02
38135 S_IXOTH 01
38136 @end smallexample
38137
38138 @node Errno Values
38139 @unnumberedsubsubsec Errno Values
38140 @cindex errno values, in file-i/o protocol
38141
38142 All values are given in decimal representation.
38143
38144 @smallexample
38145 EPERM 1
38146 ENOENT 2
38147 EINTR 4
38148 EBADF 9
38149 EACCES 13
38150 EFAULT 14
38151 EBUSY 16
38152 EEXIST 17
38153 ENODEV 19
38154 ENOTDIR 20
38155 EISDIR 21
38156 EINVAL 22
38157 ENFILE 23
38158 EMFILE 24
38159 EFBIG 27
38160 ENOSPC 28
38161 ESPIPE 29
38162 EROFS 30
38163 ENAMETOOLONG 91
38164 EUNKNOWN 9999
38165 @end smallexample
38166
38167 @code{EUNKNOWN} is used as a fallback error value if a host system returns
38168 any error value not in the list of supported error numbers.
38169
38170 @node Lseek Flags
38171 @unnumberedsubsubsec Lseek Flags
38172 @cindex lseek flags, in file-i/o protocol
38173
38174 @smallexample
38175 SEEK_SET 0
38176 SEEK_CUR 1
38177 SEEK_END 2
38178 @end smallexample
38179
38180 @node Limits
38181 @unnumberedsubsubsec Limits
38182 @cindex limits, in file-i/o protocol
38183
38184 All values are given in decimal representation.
38185
38186 @smallexample
38187 INT_MIN -2147483648
38188 INT_MAX 2147483647
38189 UINT_MAX 4294967295
38190 LONG_MIN -9223372036854775808
38191 LONG_MAX 9223372036854775807
38192 ULONG_MAX 18446744073709551615
38193 @end smallexample
38194
38195 @node File-I/O Examples
38196 @subsection File-I/O Examples
38197 @cindex file-i/o examples
38198
38199 Example sequence of a write call, file descriptor 3, buffer is at target
38200 address 0x1234, 6 bytes should be written:
38201
38202 @smallexample
38203 <- @code{Fwrite,3,1234,6}
38204 @emph{request memory read from target}
38205 -> @code{m1234,6}
38206 <- XXXXXX
38207 @emph{return "6 bytes written"}
38208 -> @code{F6}
38209 @end smallexample
38210
38211 Example sequence of a read call, file descriptor 3, buffer is at target
38212 address 0x1234, 6 bytes should be read:
38213
38214 @smallexample
38215 <- @code{Fread,3,1234,6}
38216 @emph{request memory write to target}
38217 -> @code{X1234,6:XXXXXX}
38218 @emph{return "6 bytes read"}
38219 -> @code{F6}
38220 @end smallexample
38221
38222 Example sequence of a read call, call fails on the host due to invalid
38223 file descriptor (@code{EBADF}):
38224
38225 @smallexample
38226 <- @code{Fread,3,1234,6}
38227 -> @code{F-1,9}
38228 @end smallexample
38229
38230 Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
38231 host is called:
38232
38233 @smallexample
38234 <- @code{Fread,3,1234,6}
38235 -> @code{F-1,4,C}
38236 <- @code{T02}
38237 @end smallexample
38238
38239 Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
38240 host is called:
38241
38242 @smallexample
38243 <- @code{Fread,3,1234,6}
38244 -> @code{X1234,6:XXXXXX}
38245 <- @code{T02}
38246 @end smallexample
38247
38248 @node Library List Format
38249 @section Library List Format
38250 @cindex library list format, remote protocol
38251
38252 On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
38253 same process as your application to manage libraries. In this case,
38254 @value{GDBN} can use the loader's symbol table and normal memory
38255 operations to maintain a list of shared libraries. On other
38256 platforms, the operating system manages loaded libraries.
38257 @value{GDBN} can not retrieve the list of currently loaded libraries
38258 through memory operations, so it uses the @samp{qXfer:libraries:read}
38259 packet (@pxref{qXfer library list read}) instead. The remote stub
38260 queries the target's operating system and reports which libraries
38261 are loaded.
38262
38263 The @samp{qXfer:libraries:read} packet returns an XML document which
38264 lists loaded libraries and their offsets. Each library has an
38265 associated name and one or more segment or section base addresses,
38266 which report where the library was loaded in memory.
38267
38268 For the common case of libraries that are fully linked binaries, the
38269 library should have a list of segments. If the target supports
38270 dynamic linking of a relocatable object file, its library XML element
38271 should instead include a list of allocated sections. The segment or
38272 section bases are start addresses, not relocation offsets; they do not
38273 depend on the library's link-time base addresses.
38274
38275 @value{GDBN} must be linked with the Expat library to support XML
38276 library lists. @xref{Expat}.
38277
38278 A simple memory map, with one loaded library relocated by a single
38279 offset, looks like this:
38280
38281 @smallexample
38282 <library-list>
38283 <library name="/lib/libc.so.6">
38284 <segment address="0x10000000"/>
38285 </library>
38286 </library-list>
38287 @end smallexample
38288
38289 Another simple memory map, with one loaded library with three
38290 allocated sections (.text, .data, .bss), looks like this:
38291
38292 @smallexample
38293 <library-list>
38294 <library name="sharedlib.o">
38295 <section address="0x10000000"/>
38296 <section address="0x20000000"/>
38297 <section address="0x30000000"/>
38298 </library>
38299 </library-list>
38300 @end smallexample
38301
38302 The format of a library list is described by this DTD:
38303
38304 @smallexample
38305 <!-- library-list: Root element with versioning -->
38306 <!ELEMENT library-list (library)*>
38307 <!ATTLIST library-list version CDATA #FIXED "1.0">
38308 <!ELEMENT library (segment*, section*)>
38309 <!ATTLIST library name CDATA #REQUIRED>
38310 <!ELEMENT segment EMPTY>
38311 <!ATTLIST segment address CDATA #REQUIRED>
38312 <!ELEMENT section EMPTY>
38313 <!ATTLIST section address CDATA #REQUIRED>
38314 @end smallexample
38315
38316 In addition, segments and section descriptors cannot be mixed within a
38317 single library element, and you must supply at least one segment or
38318 section for each library.
38319
38320 @node Library List Format for SVR4 Targets
38321 @section Library List Format for SVR4 Targets
38322 @cindex library list format, remote protocol
38323
38324 On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
38325 (e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
38326 shared libraries. Still a special library list provided by this packet is
38327 more efficient for the @value{GDBN} remote protocol.
38328
38329 The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
38330 loaded libraries and their SVR4 linker parameters. For each library on SVR4
38331 target, the following parameters are reported:
38332
38333 @itemize @minus
38334 @item
38335 @code{name}, the absolute file name from the @code{l_name} field of
38336 @code{struct link_map}.
38337 @item
38338 @code{lm} with address of @code{struct link_map} used for TLS
38339 (Thread Local Storage) access.
38340 @item
38341 @code{l_addr}, the displacement as read from the field @code{l_addr} of
38342 @code{struct link_map}. For prelinked libraries this is not an absolute
38343 memory address. It is a displacement of absolute memory address against
38344 address the file was prelinked to during the library load.
38345 @item
38346 @code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
38347 @end itemize
38348
38349 Additionally the single @code{main-lm} attribute specifies address of
38350 @code{struct link_map} used for the main executable. This parameter is used
38351 for TLS access and its presence is optional.
38352
38353 @value{GDBN} must be linked with the Expat library to support XML
38354 SVR4 library lists. @xref{Expat}.
38355
38356 A simple memory map, with two loaded libraries (which do not use prelink),
38357 looks like this:
38358
38359 @smallexample
38360 <library-list-svr4 version="1.0" main-lm="0xe4f8f8">
38361 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
38362 l_ld="0xe4eefc"/>
38363 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
38364 l_ld="0x152350"/>
38365 </library-list-svr>
38366 @end smallexample
38367
38368 The format of an SVR4 library list is described by this DTD:
38369
38370 @smallexample
38371 <!-- library-list-svr4: Root element with versioning -->
38372 <!ELEMENT library-list-svr4 (library)*>
38373 <!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
38374 <!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
38375 <!ELEMENT library EMPTY>
38376 <!ATTLIST library name CDATA #REQUIRED>
38377 <!ATTLIST library lm CDATA #REQUIRED>
38378 <!ATTLIST library l_addr CDATA #REQUIRED>
38379 <!ATTLIST library l_ld CDATA #REQUIRED>
38380 @end smallexample
38381
38382 @node Memory Map Format
38383 @section Memory Map Format
38384 @cindex memory map format
38385
38386 To be able to write into flash memory, @value{GDBN} needs to obtain a
38387 memory map from the target. This section describes the format of the
38388 memory map.
38389
38390 The memory map is obtained using the @samp{qXfer:memory-map:read}
38391 (@pxref{qXfer memory map read}) packet and is an XML document that
38392 lists memory regions.
38393
38394 @value{GDBN} must be linked with the Expat library to support XML
38395 memory maps. @xref{Expat}.
38396
38397 The top-level structure of the document is shown below:
38398
38399 @smallexample
38400 <?xml version="1.0"?>
38401 <!DOCTYPE memory-map
38402 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
38403 "http://sourceware.org/gdb/gdb-memory-map.dtd">
38404 <memory-map>
38405 region...
38406 </memory-map>
38407 @end smallexample
38408
38409 Each region can be either:
38410
38411 @itemize
38412
38413 @item
38414 A region of RAM starting at @var{addr} and extending for @var{length}
38415 bytes from there:
38416
38417 @smallexample
38418 <memory type="ram" start="@var{addr}" length="@var{length}"/>
38419 @end smallexample
38420
38421
38422 @item
38423 A region of read-only memory:
38424
38425 @smallexample
38426 <memory type="rom" start="@var{addr}" length="@var{length}"/>
38427 @end smallexample
38428
38429
38430 @item
38431 A region of flash memory, with erasure blocks @var{blocksize}
38432 bytes in length:
38433
38434 @smallexample
38435 <memory type="flash" start="@var{addr}" length="@var{length}">
38436 <property name="blocksize">@var{blocksize}</property>
38437 </memory>
38438 @end smallexample
38439
38440 @end itemize
38441
38442 Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
38443 by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
38444 packets to write to addresses in such ranges.
38445
38446 The formal DTD for memory map format is given below:
38447
38448 @smallexample
38449 <!-- ................................................... -->
38450 <!-- Memory Map XML DTD ................................ -->
38451 <!-- File: memory-map.dtd .............................. -->
38452 <!-- .................................... .............. -->
38453 <!-- memory-map.dtd -->
38454 <!-- memory-map: Root element with versioning -->
38455 <!ELEMENT memory-map (memory | property)>
38456 <!ATTLIST memory-map version CDATA #FIXED "1.0.0">
38457 <!ELEMENT memory (property)>
38458 <!-- memory: Specifies a memory region,
38459 and its type, or device. -->
38460 <!ATTLIST memory type CDATA #REQUIRED
38461 start CDATA #REQUIRED
38462 length CDATA #REQUIRED
38463 device CDATA #IMPLIED>
38464 <!-- property: Generic attribute tag -->
38465 <!ELEMENT property (#PCDATA | property)*>
38466 <!ATTLIST property name CDATA #REQUIRED>
38467 @end smallexample
38468
38469 @node Thread List Format
38470 @section Thread List Format
38471 @cindex thread list format
38472
38473 To efficiently update the list of threads and their attributes,
38474 @value{GDBN} issues the @samp{qXfer:threads:read} packet
38475 (@pxref{qXfer threads read}) and obtains the XML document with
38476 the following structure:
38477
38478 @smallexample
38479 <?xml version="1.0"?>
38480 <threads>
38481 <thread id="id" core="0">
38482 ... description ...
38483 </thread>
38484 </threads>
38485 @end smallexample
38486
38487 Each @samp{thread} element must have the @samp{id} attribute that
38488 identifies the thread (@pxref{thread-id syntax}). The
38489 @samp{core} attribute, if present, specifies which processor core
38490 the thread was last executing on. The content of the of @samp{thread}
38491 element is interpreted as human-readable auxilliary information.
38492
38493 @node Traceframe Info Format
38494 @section Traceframe Info Format
38495 @cindex traceframe info format
38496
38497 To be able to know which objects in the inferior can be examined when
38498 inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
38499 memory ranges, registers and trace state variables that have been
38500 collected in a traceframe.
38501
38502 This list is obtained using the @samp{qXfer:traceframe-info:read}
38503 (@pxref{qXfer traceframe info read}) packet and is an XML document.
38504
38505 @value{GDBN} must be linked with the Expat library to support XML
38506 traceframe info discovery. @xref{Expat}.
38507
38508 The top-level structure of the document is shown below:
38509
38510 @smallexample
38511 <?xml version="1.0"?>
38512 <!DOCTYPE traceframe-info
38513 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
38514 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
38515 <traceframe-info>
38516 block...
38517 </traceframe-info>
38518 @end smallexample
38519
38520 Each traceframe block can be either:
38521
38522 @itemize
38523
38524 @item
38525 A region of collected memory starting at @var{addr} and extending for
38526 @var{length} bytes from there:
38527
38528 @smallexample
38529 <memory start="@var{addr}" length="@var{length}"/>
38530 @end smallexample
38531
38532 @item
38533 A block indicating trace state variable numbered @var{number} has been
38534 collected:
38535
38536 @smallexample
38537 <tvar id="@var{number}"/>
38538 @end smallexample
38539
38540 @end itemize
38541
38542 The formal DTD for the traceframe info format is given below:
38543
38544 @smallexample
38545 <!ELEMENT traceframe-info (memory | tvar)* >
38546 <!ATTLIST traceframe-info version CDATA #FIXED "1.0">
38547
38548 <!ELEMENT memory EMPTY>
38549 <!ATTLIST memory start CDATA #REQUIRED
38550 length CDATA #REQUIRED>
38551 <!ELEMENT tvar>
38552 <!ATTLIST tvar id CDATA #REQUIRED>
38553 @end smallexample
38554
38555 @node Branch Trace Format
38556 @section Branch Trace Format
38557 @cindex branch trace format
38558
38559 In order to display the branch trace of an inferior thread,
38560 @value{GDBN} needs to obtain the list of branches. This list is
38561 represented as list of sequential code blocks that are connected via
38562 branches. The code in each block has been executed sequentially.
38563
38564 This list is obtained using the @samp{qXfer:btrace:read}
38565 (@pxref{qXfer btrace read}) packet and is an XML document.
38566
38567 @value{GDBN} must be linked with the Expat library to support XML
38568 traceframe info discovery. @xref{Expat}.
38569
38570 The top-level structure of the document is shown below:
38571
38572 @smallexample
38573 <?xml version="1.0"?>
38574 <!DOCTYPE btrace
38575 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
38576 "http://sourceware.org/gdb/gdb-btrace.dtd">
38577 <btrace>
38578 block...
38579 </btrace>
38580 @end smallexample
38581
38582 @itemize
38583
38584 @item
38585 A block of sequentially executed instructions starting at @var{begin}
38586 and ending at @var{end}:
38587
38588 @smallexample
38589 <block begin="@var{begin}" end="@var{end}"/>
38590 @end smallexample
38591
38592 @end itemize
38593
38594 The formal DTD for the branch trace format is given below:
38595
38596 @smallexample
38597 <!ELEMENT btrace (block)* >
38598 <!ATTLIST btrace version CDATA #FIXED "1.0">
38599
38600 <!ELEMENT block EMPTY>
38601 <!ATTLIST block begin CDATA #REQUIRED
38602 end CDATA #REQUIRED>
38603 @end smallexample
38604
38605 @include agentexpr.texi
38606
38607 @node Target Descriptions
38608 @appendix Target Descriptions
38609 @cindex target descriptions
38610
38611 One of the challenges of using @value{GDBN} to debug embedded systems
38612 is that there are so many minor variants of each processor
38613 architecture in use. It is common practice for vendors to start with
38614 a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
38615 and then make changes to adapt it to a particular market niche. Some
38616 architectures have hundreds of variants, available from dozens of
38617 vendors. This leads to a number of problems:
38618
38619 @itemize @bullet
38620 @item
38621 With so many different customized processors, it is difficult for
38622 the @value{GDBN} maintainers to keep up with the changes.
38623 @item
38624 Since individual variants may have short lifetimes or limited
38625 audiences, it may not be worthwhile to carry information about every
38626 variant in the @value{GDBN} source tree.
38627 @item
38628 When @value{GDBN} does support the architecture of the embedded system
38629 at hand, the task of finding the correct architecture name to give the
38630 @command{set architecture} command can be error-prone.
38631 @end itemize
38632
38633 To address these problems, the @value{GDBN} remote protocol allows a
38634 target system to not only identify itself to @value{GDBN}, but to
38635 actually describe its own features. This lets @value{GDBN} support
38636 processor variants it has never seen before --- to the extent that the
38637 descriptions are accurate, and that @value{GDBN} understands them.
38638
38639 @value{GDBN} must be linked with the Expat library to support XML
38640 target descriptions. @xref{Expat}.
38641
38642 @menu
38643 * Retrieving Descriptions:: How descriptions are fetched from a target.
38644 * Target Description Format:: The contents of a target description.
38645 * Predefined Target Types:: Standard types available for target
38646 descriptions.
38647 * Standard Target Features:: Features @value{GDBN} knows about.
38648 @end menu
38649
38650 @node Retrieving Descriptions
38651 @section Retrieving Descriptions
38652
38653 Target descriptions can be read from the target automatically, or
38654 specified by the user manually. The default behavior is to read the
38655 description from the target. @value{GDBN} retrieves it via the remote
38656 protocol using @samp{qXfer} requests (@pxref{General Query Packets,
38657 qXfer}). The @var{annex} in the @samp{qXfer} packet will be
38658 @samp{target.xml}. The contents of the @samp{target.xml} annex are an
38659 XML document, of the form described in @ref{Target Description
38660 Format}.
38661
38662 Alternatively, you can specify a file to read for the target description.
38663 If a file is set, the target will not be queried. The commands to
38664 specify a file are:
38665
38666 @table @code
38667 @cindex set tdesc filename
38668 @item set tdesc filename @var{path}
38669 Read the target description from @var{path}.
38670
38671 @cindex unset tdesc filename
38672 @item unset tdesc filename
38673 Do not read the XML target description from a file. @value{GDBN}
38674 will use the description supplied by the current target.
38675
38676 @cindex show tdesc filename
38677 @item show tdesc filename
38678 Show the filename to read for a target description, if any.
38679 @end table
38680
38681
38682 @node Target Description Format
38683 @section Target Description Format
38684 @cindex target descriptions, XML format
38685
38686 A target description annex is an @uref{http://www.w3.org/XML/, XML}
38687 document which complies with the Document Type Definition provided in
38688 the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
38689 means you can use generally available tools like @command{xmllint} to
38690 check that your feature descriptions are well-formed and valid.
38691 However, to help people unfamiliar with XML write descriptions for
38692 their targets, we also describe the grammar here.
38693
38694 Target descriptions can identify the architecture of the remote target
38695 and (for some architectures) provide information about custom register
38696 sets. They can also identify the OS ABI of the remote target.
38697 @value{GDBN} can use this information to autoconfigure for your
38698 target, or to warn you if you connect to an unsupported target.
38699
38700 Here is a simple target description:
38701
38702 @smallexample
38703 <target version="1.0">
38704 <architecture>i386:x86-64</architecture>
38705 </target>
38706 @end smallexample
38707
38708 @noindent
38709 This minimal description only says that the target uses
38710 the x86-64 architecture.
38711
38712 A target description has the following overall form, with [ ] marking
38713 optional elements and @dots{} marking repeatable elements. The elements
38714 are explained further below.
38715
38716 @smallexample
38717 <?xml version="1.0"?>
38718 <!DOCTYPE target SYSTEM "gdb-target.dtd">
38719 <target version="1.0">
38720 @r{[}@var{architecture}@r{]}
38721 @r{[}@var{osabi}@r{]}
38722 @r{[}@var{compatible}@r{]}
38723 @r{[}@var{feature}@dots{}@r{]}
38724 </target>
38725 @end smallexample
38726
38727 @noindent
38728 The description is generally insensitive to whitespace and line
38729 breaks, under the usual common-sense rules. The XML version
38730 declaration and document type declaration can generally be omitted
38731 (@value{GDBN} does not require them), but specifying them may be
38732 useful for XML validation tools. The @samp{version} attribute for
38733 @samp{<target>} may also be omitted, but we recommend
38734 including it; if future versions of @value{GDBN} use an incompatible
38735 revision of @file{gdb-target.dtd}, they will detect and report
38736 the version mismatch.
38737
38738 @subsection Inclusion
38739 @cindex target descriptions, inclusion
38740 @cindex XInclude
38741 @ifnotinfo
38742 @cindex <xi:include>
38743 @end ifnotinfo
38744
38745 It can sometimes be valuable to split a target description up into
38746 several different annexes, either for organizational purposes, or to
38747 share files between different possible target descriptions. You can
38748 divide a description into multiple files by replacing any element of
38749 the target description with an inclusion directive of the form:
38750
38751 @smallexample
38752 <xi:include href="@var{document}"/>
38753 @end smallexample
38754
38755 @noindent
38756 When @value{GDBN} encounters an element of this form, it will retrieve
38757 the named XML @var{document}, and replace the inclusion directive with
38758 the contents of that document. If the current description was read
38759 using @samp{qXfer}, then so will be the included document;
38760 @var{document} will be interpreted as the name of an annex. If the
38761 current description was read from a file, @value{GDBN} will look for
38762 @var{document} as a file in the same directory where it found the
38763 original description.
38764
38765 @subsection Architecture
38766 @cindex <architecture>
38767
38768 An @samp{<architecture>} element has this form:
38769
38770 @smallexample
38771 <architecture>@var{arch}</architecture>
38772 @end smallexample
38773
38774 @var{arch} is one of the architectures from the set accepted by
38775 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
38776
38777 @subsection OS ABI
38778 @cindex @code{<osabi>}
38779
38780 This optional field was introduced in @value{GDBN} version 7.0.
38781 Previous versions of @value{GDBN} ignore it.
38782
38783 An @samp{<osabi>} element has this form:
38784
38785 @smallexample
38786 <osabi>@var{abi-name}</osabi>
38787 @end smallexample
38788
38789 @var{abi-name} is an OS ABI name from the same selection accepted by
38790 @w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
38791
38792 @subsection Compatible Architecture
38793 @cindex @code{<compatible>}
38794
38795 This optional field was introduced in @value{GDBN} version 7.0.
38796 Previous versions of @value{GDBN} ignore it.
38797
38798 A @samp{<compatible>} element has this form:
38799
38800 @smallexample
38801 <compatible>@var{arch}</compatible>
38802 @end smallexample
38803
38804 @var{arch} is one of the architectures from the set accepted by
38805 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
38806
38807 A @samp{<compatible>} element is used to specify that the target
38808 is able to run binaries in some other than the main target architecture
38809 given by the @samp{<architecture>} element. For example, on the
38810 Cell Broadband Engine, the main architecture is @code{powerpc:common}
38811 or @code{powerpc:common64}, but the system is able to run binaries
38812 in the @code{spu} architecture as well. The way to describe this
38813 capability with @samp{<compatible>} is as follows:
38814
38815 @smallexample
38816 <architecture>powerpc:common</architecture>
38817 <compatible>spu</compatible>
38818 @end smallexample
38819
38820 @subsection Features
38821 @cindex <feature>
38822
38823 Each @samp{<feature>} describes some logical portion of the target
38824 system. Features are currently used to describe available CPU
38825 registers and the types of their contents. A @samp{<feature>} element
38826 has this form:
38827
38828 @smallexample
38829 <feature name="@var{name}">
38830 @r{[}@var{type}@dots{}@r{]}
38831 @var{reg}@dots{}
38832 </feature>
38833 @end smallexample
38834
38835 @noindent
38836 Each feature's name should be unique within the description. The name
38837 of a feature does not matter unless @value{GDBN} has some special
38838 knowledge of the contents of that feature; if it does, the feature
38839 should have its standard name. @xref{Standard Target Features}.
38840
38841 @subsection Types
38842
38843 Any register's value is a collection of bits which @value{GDBN} must
38844 interpret. The default interpretation is a two's complement integer,
38845 but other types can be requested by name in the register description.
38846 Some predefined types are provided by @value{GDBN} (@pxref{Predefined
38847 Target Types}), and the description can define additional composite types.
38848
38849 Each type element must have an @samp{id} attribute, which gives
38850 a unique (within the containing @samp{<feature>}) name to the type.
38851 Types must be defined before they are used.
38852
38853 @cindex <vector>
38854 Some targets offer vector registers, which can be treated as arrays
38855 of scalar elements. These types are written as @samp{<vector>} elements,
38856 specifying the array element type, @var{type}, and the number of elements,
38857 @var{count}:
38858
38859 @smallexample
38860 <vector id="@var{id}" type="@var{type}" count="@var{count}"/>
38861 @end smallexample
38862
38863 @cindex <union>
38864 If a register's value is usefully viewed in multiple ways, define it
38865 with a union type containing the useful representations. The
38866 @samp{<union>} element contains one or more @samp{<field>} elements,
38867 each of which has a @var{name} and a @var{type}:
38868
38869 @smallexample
38870 <union id="@var{id}">
38871 <field name="@var{name}" type="@var{type}"/>
38872 @dots{}
38873 </union>
38874 @end smallexample
38875
38876 @cindex <struct>
38877 If a register's value is composed from several separate values, define
38878 it with a structure type. There are two forms of the @samp{<struct>}
38879 element; a @samp{<struct>} element must either contain only bitfields
38880 or contain no bitfields. If the structure contains only bitfields,
38881 its total size in bytes must be specified, each bitfield must have an
38882 explicit start and end, and bitfields are automatically assigned an
38883 integer type. The field's @var{start} should be less than or
38884 equal to its @var{end}, and zero represents the least significant bit.
38885
38886 @smallexample
38887 <struct id="@var{id}" size="@var{size}">
38888 <field name="@var{name}" start="@var{start}" end="@var{end}"/>
38889 @dots{}
38890 </struct>
38891 @end smallexample
38892
38893 If the structure contains no bitfields, then each field has an
38894 explicit type, and no implicit padding is added.
38895
38896 @smallexample
38897 <struct id="@var{id}">
38898 <field name="@var{name}" type="@var{type}"/>
38899 @dots{}
38900 </struct>
38901 @end smallexample
38902
38903 @cindex <flags>
38904 If a register's value is a series of single-bit flags, define it with
38905 a flags type. The @samp{<flags>} element has an explicit @var{size}
38906 and contains one or more @samp{<field>} elements. Each field has a
38907 @var{name}, a @var{start}, and an @var{end}. Only single-bit flags
38908 are supported.
38909
38910 @smallexample
38911 <flags id="@var{id}" size="@var{size}">
38912 <field name="@var{name}" start="@var{start}" end="@var{end}"/>
38913 @dots{}
38914 </flags>
38915 @end smallexample
38916
38917 @subsection Registers
38918 @cindex <reg>
38919
38920 Each register is represented as an element with this form:
38921
38922 @smallexample
38923 <reg name="@var{name}"
38924 bitsize="@var{size}"
38925 @r{[}regnum="@var{num}"@r{]}
38926 @r{[}save-restore="@var{save-restore}"@r{]}
38927 @r{[}type="@var{type}"@r{]}
38928 @r{[}group="@var{group}"@r{]}/>
38929 @end smallexample
38930
38931 @noindent
38932 The components are as follows:
38933
38934 @table @var
38935
38936 @item name
38937 The register's name; it must be unique within the target description.
38938
38939 @item bitsize
38940 The register's size, in bits.
38941
38942 @item regnum
38943 The register's number. If omitted, a register's number is one greater
38944 than that of the previous register (either in the current feature or in
38945 a preceding feature); the first register in the target description
38946 defaults to zero. This register number is used to read or write
38947 the register; e.g.@: it is used in the remote @code{p} and @code{P}
38948 packets, and registers appear in the @code{g} and @code{G} packets
38949 in order of increasing register number.
38950
38951 @item save-restore
38952 Whether the register should be preserved across inferior function
38953 calls; this must be either @code{yes} or @code{no}. The default is
38954 @code{yes}, which is appropriate for most registers except for
38955 some system control registers; this is not related to the target's
38956 ABI.
38957
38958 @item type
38959 The type of the register. It may be a predefined type, a type
38960 defined in the current feature, or one of the special types @code{int}
38961 and @code{float}. @code{int} is an integer type of the correct size
38962 for @var{bitsize}, and @code{float} is a floating point type (in the
38963 architecture's normal floating point format) of the correct size for
38964 @var{bitsize}. The default is @code{int}.
38965
38966 @item group
38967 The register group to which this register belongs. It must
38968 be either @code{general}, @code{float}, or @code{vector}. If no
38969 @var{group} is specified, @value{GDBN} will not display the register
38970 in @code{info registers}.
38971
38972 @end table
38973
38974 @node Predefined Target Types
38975 @section Predefined Target Types
38976 @cindex target descriptions, predefined types
38977
38978 Type definitions in the self-description can build up composite types
38979 from basic building blocks, but can not define fundamental types. Instead,
38980 standard identifiers are provided by @value{GDBN} for the fundamental
38981 types. The currently supported types are:
38982
38983 @table @code
38984
38985 @item int8
38986 @itemx int16
38987 @itemx int32
38988 @itemx int64
38989 @itemx int128
38990 Signed integer types holding the specified number of bits.
38991
38992 @item uint8
38993 @itemx uint16
38994 @itemx uint32
38995 @itemx uint64
38996 @itemx uint128
38997 Unsigned integer types holding the specified number of bits.
38998
38999 @item code_ptr
39000 @itemx data_ptr
39001 Pointers to unspecified code and data. The program counter and
39002 any dedicated return address register may be marked as code
39003 pointers; printing a code pointer converts it into a symbolic
39004 address. The stack pointer and any dedicated address registers
39005 may be marked as data pointers.
39006
39007 @item ieee_single
39008 Single precision IEEE floating point.
39009
39010 @item ieee_double
39011 Double precision IEEE floating point.
39012
39013 @item arm_fpa_ext
39014 The 12-byte extended precision format used by ARM FPA registers.
39015
39016 @item i387_ext
39017 The 10-byte extended precision format used by x87 registers.
39018
39019 @item i386_eflags
39020 32bit @sc{eflags} register used by x86.
39021
39022 @item i386_mxcsr
39023 32bit @sc{mxcsr} register used by x86.
39024
39025 @end table
39026
39027 @node Standard Target Features
39028 @section Standard Target Features
39029 @cindex target descriptions, standard features
39030
39031 A target description must contain either no registers or all the
39032 target's registers. If the description contains no registers, then
39033 @value{GDBN} will assume a default register layout, selected based on
39034 the architecture. If the description contains any registers, the
39035 default layout will not be used; the standard registers must be
39036 described in the target description, in such a way that @value{GDBN}
39037 can recognize them.
39038
39039 This is accomplished by giving specific names to feature elements
39040 which contain standard registers. @value{GDBN} will look for features
39041 with those names and verify that they contain the expected registers;
39042 if any known feature is missing required registers, or if any required
39043 feature is missing, @value{GDBN} will reject the target
39044 description. You can add additional registers to any of the
39045 standard features --- @value{GDBN} will display them just as if
39046 they were added to an unrecognized feature.
39047
39048 This section lists the known features and their expected contents.
39049 Sample XML documents for these features are included in the
39050 @value{GDBN} source tree, in the directory @file{gdb/features}.
39051
39052 Names recognized by @value{GDBN} should include the name of the
39053 company or organization which selected the name, and the overall
39054 architecture to which the feature applies; so e.g.@: the feature
39055 containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
39056
39057 The names of registers are not case sensitive for the purpose
39058 of recognizing standard features, but @value{GDBN} will only display
39059 registers using the capitalization used in the description.
39060
39061 @menu
39062 * AArch64 Features::
39063 * ARM Features::
39064 * i386 Features::
39065 * MIPS Features::
39066 * M68K Features::
39067 * Nios II Features::
39068 * PowerPC Features::
39069 * S/390 and System z Features::
39070 * TIC6x Features::
39071 @end menu
39072
39073
39074 @node AArch64 Features
39075 @subsection AArch64 Features
39076 @cindex target descriptions, AArch64 features
39077
39078 The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
39079 targets. It should contain registers @samp{x0} through @samp{x30},
39080 @samp{sp}, @samp{pc}, and @samp{cpsr}.
39081
39082 The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
39083 it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
39084 and @samp{fpcr}.
39085
39086 @node ARM Features
39087 @subsection ARM Features
39088 @cindex target descriptions, ARM features
39089
39090 The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
39091 ARM targets.
39092 It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
39093 @samp{lr}, @samp{pc}, and @samp{cpsr}.
39094
39095 For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
39096 feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
39097 registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
39098 and @samp{xpsr}.
39099
39100 The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
39101 should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
39102
39103 The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
39104 it should contain at least registers @samp{wR0} through @samp{wR15} and
39105 @samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
39106 @samp{wCSSF}, and @samp{wCASF} registers are optional.
39107
39108 The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
39109 should contain at least registers @samp{d0} through @samp{d15}. If
39110 they are present, @samp{d16} through @samp{d31} should also be included.
39111 @value{GDBN} will synthesize the single-precision registers from
39112 halves of the double-precision registers.
39113
39114 The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
39115 need to contain registers; it instructs @value{GDBN} to display the
39116 VFP double-precision registers as vectors and to synthesize the
39117 quad-precision registers from pairs of double-precision registers.
39118 If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
39119 be present and include 32 double-precision registers.
39120
39121 @node i386 Features
39122 @subsection i386 Features
39123 @cindex target descriptions, i386 features
39124
39125 The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
39126 targets. It should describe the following registers:
39127
39128 @itemize @minus
39129 @item
39130 @samp{eax} through @samp{edi} plus @samp{eip} for i386
39131 @item
39132 @samp{rax} through @samp{r15} plus @samp{rip} for amd64
39133 @item
39134 @samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
39135 @samp{fs}, @samp{gs}
39136 @item
39137 @samp{st0} through @samp{st7}
39138 @item
39139 @samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
39140 @samp{foseg}, @samp{fooff} and @samp{fop}
39141 @end itemize
39142
39143 The register sets may be different, depending on the target.
39144
39145 The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
39146 describe registers:
39147
39148 @itemize @minus
39149 @item
39150 @samp{xmm0} through @samp{xmm7} for i386
39151 @item
39152 @samp{xmm0} through @samp{xmm15} for amd64
39153 @item
39154 @samp{mxcsr}
39155 @end itemize
39156
39157 The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
39158 @samp{org.gnu.gdb.i386.sse} feature. It should
39159 describe the upper 128 bits of @sc{ymm} registers:
39160
39161 @itemize @minus
39162 @item
39163 @samp{ymm0h} through @samp{ymm7h} for i386
39164 @item
39165 @samp{ymm0h} through @samp{ymm15h} for amd64
39166 @end itemize
39167
39168 The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel(R)
39169 Memory Protection Extension (MPX). It should describe the following registers:
39170
39171 @itemize @minus
39172 @item
39173 @samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
39174 @item
39175 @samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
39176 @end itemize
39177
39178 The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
39179 describe a single register, @samp{orig_eax}.
39180
39181 The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
39182 @samp{org.gnu.gdb.i386.avx} feature. It should
39183 describe additional @sc{xmm} registers:
39184
39185 @itemize @minus
39186 @item
39187 @samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
39188 @end itemize
39189
39190 It should describe the upper 128 bits of additional @sc{ymm} registers:
39191
39192 @itemize @minus
39193 @item
39194 @samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
39195 @end itemize
39196
39197 It should
39198 describe the upper 256 bits of @sc{zmm} registers:
39199
39200 @itemize @minus
39201 @item
39202 @samp{zmm0h} through @samp{zmm7h} for i386.
39203 @item
39204 @samp{zmm0h} through @samp{zmm15h} for amd64.
39205 @end itemize
39206
39207 It should
39208 describe the additional @sc{zmm} registers:
39209
39210 @itemize @minus
39211 @item
39212 @samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
39213 @end itemize
39214
39215 @node MIPS Features
39216 @subsection @acronym{MIPS} Features
39217 @cindex target descriptions, @acronym{MIPS} features
39218
39219 The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
39220 It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
39221 @samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
39222 on the target.
39223
39224 The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
39225 contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
39226 registers. They may be 32-bit or 64-bit depending on the target.
39227
39228 The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
39229 it may be optional in a future version of @value{GDBN}. It should
39230 contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
39231 @samp{fir}. They may be 32-bit or 64-bit depending on the target.
39232
39233 The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
39234 contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
39235 @samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
39236 be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
39237
39238 The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
39239 contain a single register, @samp{restart}, which is used by the
39240 Linux kernel to control restartable syscalls.
39241
39242 @node M68K Features
39243 @subsection M68K Features
39244 @cindex target descriptions, M68K features
39245
39246 @table @code
39247 @item @samp{org.gnu.gdb.m68k.core}
39248 @itemx @samp{org.gnu.gdb.coldfire.core}
39249 @itemx @samp{org.gnu.gdb.fido.core}
39250 One of those features must be always present.
39251 The feature that is present determines which flavor of m68k is
39252 used. The feature that is present should contain registers
39253 @samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
39254 @samp{sp}, @samp{ps} and @samp{pc}.
39255
39256 @item @samp{org.gnu.gdb.coldfire.fp}
39257 This feature is optional. If present, it should contain registers
39258 @samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
39259 @samp{fpiaddr}.
39260 @end table
39261
39262 @node Nios II Features
39263 @subsection Nios II Features
39264 @cindex target descriptions, Nios II features
39265
39266 The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
39267 targets. It should contain the 32 core registers (@samp{zero},
39268 @samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
39269 @samp{pc}, and the 16 control registers (@samp{status} through
39270 @samp{mpuacc}).
39271
39272 @node PowerPC Features
39273 @subsection PowerPC Features
39274 @cindex target descriptions, PowerPC features
39275
39276 The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
39277 targets. It should contain registers @samp{r0} through @samp{r31},
39278 @samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
39279 @samp{xer}. They may be 32-bit or 64-bit depending on the target.
39280
39281 The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
39282 contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
39283
39284 The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
39285 contain registers @samp{vr0} through @samp{vr31}, @samp{vscr},
39286 and @samp{vrsave}.
39287
39288 The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
39289 contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN}
39290 will combine these registers with the floating point registers
39291 (@samp{f0} through @samp{f31}) and the altivec registers (@samp{vr0}
39292 through @samp{vr31}) to present the 128-bit wide registers @samp{vs0}
39293 through @samp{vs63}, the set of vector registers for POWER7.
39294
39295 The @samp{org.gnu.gdb.power.spe} feature is optional. It should
39296 contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
39297 @samp{spefscr}. SPE targets should provide 32-bit registers in
39298 @samp{org.gnu.gdb.power.core} and provide the upper halves in
39299 @samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
39300 these to present registers @samp{ev0} through @samp{ev31} to the
39301 user.
39302
39303 @node S/390 and System z Features
39304 @subsection S/390 and System z Features
39305 @cindex target descriptions, S/390 features
39306 @cindex target descriptions, System z features
39307
39308 The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
39309 System z targets. It should contain the PSW and the 16 general
39310 registers. In particular, System z targets should provide the 64-bit
39311 registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
39312 S/390 targets should provide the 32-bit versions of these registers.
39313 A System z target that runs in 31-bit addressing mode should provide
39314 32-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
39315 register's upper halves @samp{r0h} through @samp{r15h}, and their
39316 lower halves @samp{r0l} through @samp{r15l}.
39317
39318 The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
39319 contain the 64-bit registers @samp{f0} through @samp{f15}, and
39320 @samp{fpc}.
39321
39322 The @samp{org.gnu.gdb.s390.acr} feature is required. It should
39323 contain the 32-bit registers @samp{acr0} through @samp{acr15}.
39324
39325 The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
39326 contain the register @samp{orig_r2}, which is 64-bit wide on System z
39327 targets and 32-bit otherwise. In addition, the feature may contain
39328 the @samp{last_break} register, whose width depends on the addressing
39329 mode, as well as the @samp{system_call} register, which is always
39330 32-bit wide.
39331
39332 The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
39333 contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
39334 @samp{atia}, and @samp{tr0} through @samp{tr15}.
39335
39336 @node TIC6x Features
39337 @subsection TMS320C6x Features
39338 @cindex target descriptions, TIC6x features
39339 @cindex target descriptions, TMS320C6x features
39340 The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
39341 targets. It should contain registers @samp{A0} through @samp{A15},
39342 registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
39343
39344 The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
39345 contain registers @samp{A16} through @samp{A31} and @samp{B16}
39346 through @samp{B31}.
39347
39348 The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
39349 contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
39350
39351 @node Operating System Information
39352 @appendix Operating System Information
39353 @cindex operating system information
39354
39355 @menu
39356 * Process list::
39357 @end menu
39358
39359 Users of @value{GDBN} often wish to obtain information about the state of
39360 the operating system running on the target---for example the list of
39361 processes, or the list of open files. This section describes the
39362 mechanism that makes it possible. This mechanism is similar to the
39363 target features mechanism (@pxref{Target Descriptions}), but focuses
39364 on a different aspect of target.
39365
39366 Operating system information is retrived from the target via the
39367 remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
39368 read}). The object name in the request should be @samp{osdata}, and
39369 the @var{annex} identifies the data to be fetched.
39370
39371 @node Process list
39372 @appendixsection Process list
39373 @cindex operating system information, process list
39374
39375 When requesting the process list, the @var{annex} field in the
39376 @samp{qXfer} request should be @samp{processes}. The returned data is
39377 an XML document. The formal syntax of this document is defined in
39378 @file{gdb/features/osdata.dtd}.
39379
39380 An example document is:
39381
39382 @smallexample
39383 <?xml version="1.0"?>
39384 <!DOCTYPE target SYSTEM "osdata.dtd">
39385 <osdata type="processes">
39386 <item>
39387 <column name="pid">1</column>
39388 <column name="user">root</column>
39389 <column name="command">/sbin/init</column>
39390 <column name="cores">1,2,3</column>
39391 </item>
39392 </osdata>
39393 @end smallexample
39394
39395 Each item should include a column whose name is @samp{pid}. The value
39396 of that column should identify the process on the target. The
39397 @samp{user} and @samp{command} columns are optional, and will be
39398 displayed by @value{GDBN}. The @samp{cores} column, if present,
39399 should contain a comma-separated list of cores that this process
39400 is running on. Target may provide additional columns,
39401 which @value{GDBN} currently ignores.
39402
39403 @node Trace File Format
39404 @appendix Trace File Format
39405 @cindex trace file format
39406
39407 The trace file comes in three parts: a header, a textual description
39408 section, and a trace frame section with binary data.
39409
39410 The header has the form @code{\x7fTRACE0\n}. The first byte is
39411 @code{0x7f} so as to indicate that the file contains binary data,
39412 while the @code{0} is a version number that may have different values
39413 in the future.
39414
39415 The description section consists of multiple lines of @sc{ascii} text
39416 separated by newline characters (@code{0xa}). The lines may include a
39417 variety of optional descriptive or context-setting information, such
39418 as tracepoint definitions or register set size. @value{GDBN} will
39419 ignore any line that it does not recognize. An empty line marks the end
39420 of this section.
39421
39422 @c FIXME add some specific types of data
39423
39424 The trace frame section consists of a number of consecutive frames.
39425 Each frame begins with a two-byte tracepoint number, followed by a
39426 four-byte size giving the amount of data in the frame. The data in
39427 the frame consists of a number of blocks, each introduced by a
39428 character indicating its type (at least register, memory, and trace
39429 state variable). The data in this section is raw binary, not a
39430 hexadecimal or other encoding; its endianness matches the target's
39431 endianness.
39432
39433 @c FIXME bi-arch may require endianness/arch info in description section
39434
39435 @table @code
39436 @item R @var{bytes}
39437 Register block. The number and ordering of bytes matches that of a
39438 @code{g} packet in the remote protocol. Note that these are the
39439 actual bytes, in target order and @value{GDBN} register order, not a
39440 hexadecimal encoding.
39441
39442 @item M @var{address} @var{length} @var{bytes}...
39443 Memory block. This is a contiguous block of memory, at the 8-byte
39444 address @var{address}, with a 2-byte length @var{length}, followed by
39445 @var{length} bytes.
39446
39447 @item V @var{number} @var{value}
39448 Trace state variable block. This records the 8-byte signed value
39449 @var{value} of trace state variable numbered @var{number}.
39450
39451 @end table
39452
39453 Future enhancements of the trace file format may include additional types
39454 of blocks.
39455
39456 @node Index Section Format
39457 @appendix @code{.gdb_index} section format
39458 @cindex .gdb_index section format
39459 @cindex index section format
39460
39461 This section documents the index section that is created by @code{save
39462 gdb-index} (@pxref{Index Files}). The index section is
39463 DWARF-specific; some knowledge of DWARF is assumed in this
39464 description.
39465
39466 The mapped index file format is designed to be directly
39467 @code{mmap}able on any architecture. In most cases, a datum is
39468 represented using a little-endian 32-bit integer value, called an
39469 @code{offset_type}. Big endian machines must byte-swap the values
39470 before using them. Exceptions to this rule are noted. The data is
39471 laid out such that alignment is always respected.
39472
39473 A mapped index consists of several areas, laid out in order.
39474
39475 @enumerate
39476 @item
39477 The file header. This is a sequence of values, of @code{offset_type}
39478 unless otherwise noted:
39479
39480 @enumerate
39481 @item
39482 The version number, currently 8. Versions 1, 2 and 3 are obsolete.
39483 Version 4 uses a different hashing function from versions 5 and 6.
39484 Version 6 includes symbols for inlined functions, whereas versions 4
39485 and 5 do not. Version 7 adds attributes to the CU indices in the
39486 symbol table. Version 8 specifies that symbols from DWARF type units
39487 (@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
39488 compilation unit (@samp{DW_TAG_comp_unit}) using the type.
39489
39490 @value{GDBN} will only read version 4, 5, or 6 indices
39491 by specifying @code{set use-deprecated-index-sections on}.
39492 GDB has a workaround for potentially broken version 7 indices so it is
39493 currently not flagged as deprecated.
39494
39495 @item
39496 The offset, from the start of the file, of the CU list.
39497
39498 @item
39499 The offset, from the start of the file, of the types CU list. Note
39500 that this area can be empty, in which case this offset will be equal
39501 to the next offset.
39502
39503 @item
39504 The offset, from the start of the file, of the address area.
39505
39506 @item
39507 The offset, from the start of the file, of the symbol table.
39508
39509 @item
39510 The offset, from the start of the file, of the constant pool.
39511 @end enumerate
39512
39513 @item
39514 The CU list. This is a sequence of pairs of 64-bit little-endian
39515 values, sorted by the CU offset. The first element in each pair is
39516 the offset of a CU in the @code{.debug_info} section. The second
39517 element in each pair is the length of that CU. References to a CU
39518 elsewhere in the map are done using a CU index, which is just the
39519 0-based index into this table. Note that if there are type CUs, then
39520 conceptually CUs and type CUs form a single list for the purposes of
39521 CU indices.
39522
39523 @item
39524 The types CU list. This is a sequence of triplets of 64-bit
39525 little-endian values. In a triplet, the first value is the CU offset,
39526 the second value is the type offset in the CU, and the third value is
39527 the type signature. The types CU list is not sorted.
39528
39529 @item
39530 The address area. The address area consists of a sequence of address
39531 entries. Each address entry has three elements:
39532
39533 @enumerate
39534 @item
39535 The low address. This is a 64-bit little-endian value.
39536
39537 @item
39538 The high address. This is a 64-bit little-endian value. Like
39539 @code{DW_AT_high_pc}, the value is one byte beyond the end.
39540
39541 @item
39542 The CU index. This is an @code{offset_type} value.
39543 @end enumerate
39544
39545 @item
39546 The symbol table. This is an open-addressed hash table. The size of
39547 the hash table is always a power of 2.
39548
39549 Each slot in the hash table consists of a pair of @code{offset_type}
39550 values. The first value is the offset of the symbol's name in the
39551 constant pool. The second value is the offset of the CU vector in the
39552 constant pool.
39553
39554 If both values are 0, then this slot in the hash table is empty. This
39555 is ok because while 0 is a valid constant pool index, it cannot be a
39556 valid index for both a string and a CU vector.
39557
39558 The hash value for a table entry is computed by applying an
39559 iterative hash function to the symbol's name. Starting with an
39560 initial value of @code{r = 0}, each (unsigned) character @samp{c} in
39561 the string is incorporated into the hash using the formula depending on the
39562 index version:
39563
39564 @table @asis
39565 @item Version 4
39566 The formula is @code{r = r * 67 + c - 113}.
39567
39568 @item Versions 5 to 7
39569 The formula is @code{r = r * 67 + tolower (c) - 113}.
39570 @end table
39571
39572 The terminating @samp{\0} is not incorporated into the hash.
39573
39574 The step size used in the hash table is computed via
39575 @code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
39576 value, and @samp{size} is the size of the hash table. The step size
39577 is used to find the next candidate slot when handling a hash
39578 collision.
39579
39580 The names of C@t{++} symbols in the hash table are canonicalized. We
39581 don't currently have a simple description of the canonicalization
39582 algorithm; if you intend to create new index sections, you must read
39583 the code.
39584
39585 @item
39586 The constant pool. This is simply a bunch of bytes. It is organized
39587 so that alignment is correct: CU vectors are stored first, followed by
39588 strings.
39589
39590 A CU vector in the constant pool is a sequence of @code{offset_type}
39591 values. The first value is the number of CU indices in the vector.
39592 Each subsequent value is the index and symbol attributes of a CU in
39593 the CU list. This element in the hash table is used to indicate which
39594 CUs define the symbol and how the symbol is used.
39595 See below for the format of each CU index+attributes entry.
39596
39597 A string in the constant pool is zero-terminated.
39598 @end enumerate
39599
39600 Attributes were added to CU index values in @code{.gdb_index} version 7.
39601 If a symbol has multiple uses within a CU then there is one
39602 CU index+attributes value for each use.
39603
39604 The format of each CU index+attributes entry is as follows
39605 (bit 0 = LSB):
39606
39607 @table @asis
39608
39609 @item Bits 0-23
39610 This is the index of the CU in the CU list.
39611 @item Bits 24-27
39612 These bits are reserved for future purposes and must be zero.
39613 @item Bits 28-30
39614 The kind of the symbol in the CU.
39615
39616 @table @asis
39617 @item 0
39618 This value is reserved and should not be used.
39619 By reserving zero the full @code{offset_type} value is backwards compatible
39620 with previous versions of the index.
39621 @item 1
39622 The symbol is a type.
39623 @item 2
39624 The symbol is a variable or an enum value.
39625 @item 3
39626 The symbol is a function.
39627 @item 4
39628 Any other kind of symbol.
39629 @item 5,6,7
39630 These values are reserved.
39631 @end table
39632
39633 @item Bit 31
39634 This bit is zero if the value is global and one if it is static.
39635
39636 The determination of whether a symbol is global or static is complicated.
39637 The authorative reference is the file @file{dwarf2read.c} in
39638 @value{GDBN} sources.
39639
39640 @end table
39641
39642 This pseudo-code describes the computation of a symbol's kind and
39643 global/static attributes in the index.
39644
39645 @smallexample
39646 is_external = get_attribute (die, DW_AT_external);
39647 language = get_attribute (cu_die, DW_AT_language);
39648 switch (die->tag)
39649 @{
39650 case DW_TAG_typedef:
39651 case DW_TAG_base_type:
39652 case DW_TAG_subrange_type:
39653 kind = TYPE;
39654 is_static = 1;
39655 break;
39656 case DW_TAG_enumerator:
39657 kind = VARIABLE;
39658 is_static = (language != CPLUS && language != JAVA);
39659 break;
39660 case DW_TAG_subprogram:
39661 kind = FUNCTION;
39662 is_static = ! (is_external || language == ADA);
39663 break;
39664 case DW_TAG_constant:
39665 kind = VARIABLE;
39666 is_static = ! is_external;
39667 break;
39668 case DW_TAG_variable:
39669 kind = VARIABLE;
39670 is_static = ! is_external;
39671 break;
39672 case DW_TAG_namespace:
39673 kind = TYPE;
39674 is_static = 0;
39675 break;
39676 case DW_TAG_class_type:
39677 case DW_TAG_interface_type:
39678 case DW_TAG_structure_type:
39679 case DW_TAG_union_type:
39680 case DW_TAG_enumeration_type:
39681 kind = TYPE;
39682 is_static = (language != CPLUS && language != JAVA);
39683 break;
39684 default:
39685 assert (0);
39686 @}
39687 @end smallexample
39688
39689 @node Man Pages
39690 @appendix Manual pages
39691 @cindex Man pages
39692
39693 @menu
39694 * gdb man:: The GNU Debugger man page
39695 * gdbserver man:: Remote Server for the GNU Debugger man page
39696 * gcore man:: Generate a core file of a running program
39697 * gdbinit man:: gdbinit scripts
39698 @end menu
39699
39700 @node gdb man
39701 @heading gdb man
39702
39703 @c man title gdb The GNU Debugger
39704
39705 @c man begin SYNOPSIS gdb
39706 gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
39707 [@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
39708 [@option{-b}@w{ }@var{bps}]
39709 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
39710 [@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
39711 [@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
39712 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
39713 [@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
39714 @c man end
39715
39716 @c man begin DESCRIPTION gdb
39717 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
39718 going on ``inside'' another program while it executes -- or what another
39719 program was doing at the moment it crashed.
39720
39721 @value{GDBN} can do four main kinds of things (plus other things in support of
39722 these) to help you catch bugs in the act:
39723
39724 @itemize @bullet
39725 @item
39726 Start your program, specifying anything that might affect its behavior.
39727
39728 @item
39729 Make your program stop on specified conditions.
39730
39731 @item
39732 Examine what has happened, when your program has stopped.
39733
39734 @item
39735 Change things in your program, so you can experiment with correcting the
39736 effects of one bug and go on to learn about another.
39737 @end itemize
39738
39739 You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
39740 Modula-2.
39741
39742 @value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
39743 commands from the terminal until you tell it to exit with the @value{GDBN}
39744 command @code{quit}. You can get online help from @value{GDBN} itself
39745 by using the command @code{help}.
39746
39747 You can run @code{gdb} with no arguments or options; but the most
39748 usual way to start @value{GDBN} is with one argument or two, specifying an
39749 executable program as the argument:
39750
39751 @smallexample
39752 gdb program
39753 @end smallexample
39754
39755 You can also start with both an executable program and a core file specified:
39756
39757 @smallexample
39758 gdb program core
39759 @end smallexample
39760
39761 You can, instead, specify a process ID as a second argument, if you want
39762 to debug a running process:
39763
39764 @smallexample
39765 gdb program 1234
39766 gdb -p 1234
39767 @end smallexample
39768
39769 @noindent
39770 would attach @value{GDBN} to process @code{1234} (unless you also have a file
39771 named @file{1234}; @value{GDBN} does check for a core file first).
39772 With option @option{-p} you can omit the @var{program} filename.
39773
39774 Here are some of the most frequently needed @value{GDBN} commands:
39775
39776 @c pod2man highlights the right hand side of the @item lines.
39777 @table @env
39778 @item break [@var{file}:]@var{functiop}
39779 Set a breakpoint at @var{function} (in @var{file}).
39780
39781 @item run [@var{arglist}]
39782 Start your program (with @var{arglist}, if specified).
39783
39784 @item bt
39785 Backtrace: display the program stack.
39786
39787 @item print @var{expr}
39788 Display the value of an expression.
39789
39790 @item c
39791 Continue running your program (after stopping, e.g. at a breakpoint).
39792
39793 @item next
39794 Execute next program line (after stopping); step @emph{over} any
39795 function calls in the line.
39796
39797 @item edit [@var{file}:]@var{function}
39798 look at the program line where it is presently stopped.
39799
39800 @item list [@var{file}:]@var{function}
39801 type the text of the program in the vicinity of where it is presently stopped.
39802
39803 @item step
39804 Execute next program line (after stopping); step @emph{into} any
39805 function calls in the line.
39806
39807 @item help [@var{name}]
39808 Show information about @value{GDBN} command @var{name}, or general information
39809 about using @value{GDBN}.
39810
39811 @item quit
39812 Exit from @value{GDBN}.
39813 @end table
39814
39815 @ifset man
39816 For full details on @value{GDBN},
39817 see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
39818 by Richard M. Stallman and Roland H. Pesch. The same text is available online
39819 as the @code{gdb} entry in the @code{info} program.
39820 @end ifset
39821 @c man end
39822
39823 @c man begin OPTIONS gdb
39824 Any arguments other than options specify an executable
39825 file and core file (or process ID); that is, the first argument
39826 encountered with no
39827 associated option flag is equivalent to a @option{-se} option, and the second,
39828 if any, is equivalent to a @option{-c} option if it's the name of a file.
39829 Many options have
39830 both long and short forms; both are shown here. The long forms are also
39831 recognized if you truncate them, so long as enough of the option is
39832 present to be unambiguous. (If you prefer, you can flag option
39833 arguments with @option{+} rather than @option{-}, though we illustrate the
39834 more usual convention.)
39835
39836 All the options and command line arguments you give are processed
39837 in sequential order. The order makes a difference when the @option{-x}
39838 option is used.
39839
39840 @table @env
39841 @item -help
39842 @itemx -h
39843 List all options, with brief explanations.
39844
39845 @item -symbols=@var{file}
39846 @itemx -s @var{file}
39847 Read symbol table from file @var{file}.
39848
39849 @item -write
39850 Enable writing into executable and core files.
39851
39852 @item -exec=@var{file}
39853 @itemx -e @var{file}
39854 Use file @var{file} as the executable file to execute when
39855 appropriate, and for examining pure data in conjunction with a core
39856 dump.
39857
39858 @item -se=@var{file}
39859 Read symbol table from file @var{file} and use it as the executable
39860 file.
39861
39862 @item -core=@var{file}
39863 @itemx -c @var{file}
39864 Use file @var{file} as a core dump to examine.
39865
39866 @item -command=@var{file}
39867 @itemx -x @var{file}
39868 Execute @value{GDBN} commands from file @var{file}.
39869
39870 @item -ex @var{command}
39871 Execute given @value{GDBN} @var{command}.
39872
39873 @item -directory=@var{directory}
39874 @itemx -d @var{directory}
39875 Add @var{directory} to the path to search for source files.
39876
39877 @item -nh
39878 Do not execute commands from @file{~/.gdbinit}.
39879
39880 @item -nx
39881 @itemx -n
39882 Do not execute commands from any @file{.gdbinit} initialization files.
39883
39884 @item -quiet
39885 @itemx -q
39886 ``Quiet''. Do not print the introductory and copyright messages. These
39887 messages are also suppressed in batch mode.
39888
39889 @item -batch
39890 Run in batch mode. Exit with status @code{0} after processing all the command
39891 files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
39892 Exit with nonzero status if an error occurs in executing the @value{GDBN}
39893 commands in the command files.
39894
39895 Batch mode may be useful for running @value{GDBN} as a filter, for example to
39896 download and run a program on another computer; in order to make this
39897 more useful, the message
39898
39899 @smallexample
39900 Program exited normally.
39901 @end smallexample
39902
39903 @noindent
39904 (which is ordinarily issued whenever a program running under @value{GDBN} control
39905 terminates) is not issued when running in batch mode.
39906
39907 @item -cd=@var{directory}
39908 Run @value{GDBN} using @var{directory} as its working directory,
39909 instead of the current directory.
39910
39911 @item -fullname
39912 @itemx -f
39913 Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
39914 @value{GDBN} to output the full file name and line number in a standard,
39915 recognizable fashion each time a stack frame is displayed (which
39916 includes each time the program stops). This recognizable format looks
39917 like two @samp{\032} characters, followed by the file name, line number
39918 and character position separated by colons, and a newline. The
39919 Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
39920 characters as a signal to display the source code for the frame.
39921
39922 @item -b @var{bps}
39923 Set the line speed (baud rate or bits per second) of any serial
39924 interface used by @value{GDBN} for remote debugging.
39925
39926 @item -tty=@var{device}
39927 Run using @var{device} for your program's standard input and output.
39928 @end table
39929 @c man end
39930
39931 @c man begin SEEALSO gdb
39932 @ifset man
39933 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
39934 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
39935 documentation are properly installed at your site, the command
39936
39937 @smallexample
39938 info gdb
39939 @end smallexample
39940
39941 @noindent
39942 should give you access to the complete manual.
39943
39944 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
39945 Richard M. Stallman and Roland H. Pesch, July 1991.
39946 @end ifset
39947 @c man end
39948
39949 @node gdbserver man
39950 @heading gdbserver man
39951
39952 @c man title gdbserver Remote Server for the GNU Debugger
39953 @format
39954 @c man begin SYNOPSIS gdbserver
39955 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
39956
39957 gdbserver --attach @var{comm} @var{pid}
39958
39959 gdbserver --multi @var{comm}
39960 @c man end
39961 @end format
39962
39963 @c man begin DESCRIPTION gdbserver
39964 @command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
39965 than the one which is running the program being debugged.
39966
39967 @ifclear man
39968 @subheading Usage (server (target) side)
39969 @end ifclear
39970 @ifset man
39971 Usage (server (target) side):
39972 @end ifset
39973
39974 First, you need to have a copy of the program you want to debug put onto
39975 the target system. The program can be stripped to save space if needed, as
39976 @command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
39977 the @value{GDBN} running on the host system.
39978
39979 To use the server, you log on to the target system, and run the @command{gdbserver}
39980 program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
39981 your program, and (c) its arguments. The general syntax is:
39982
39983 @smallexample
39984 target> gdbserver @var{comm} @var{program} [@var{args} ...]
39985 @end smallexample
39986
39987 For example, using a serial port, you might say:
39988
39989 @smallexample
39990 @ifset man
39991 @c @file would wrap it as F</dev/com1>.
39992 target> gdbserver /dev/com1 emacs foo.txt
39993 @end ifset
39994 @ifclear man
39995 target> gdbserver @file{/dev/com1} emacs foo.txt
39996 @end ifclear
39997 @end smallexample
39998
39999 This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
40000 to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
40001 waits patiently for the host @value{GDBN} to communicate with it.
40002
40003 To use a TCP connection, you could say:
40004
40005 @smallexample
40006 target> gdbserver host:2345 emacs foo.txt
40007 @end smallexample
40008
40009 This says pretty much the same thing as the last example, except that we are
40010 going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
40011 that we are expecting to see a TCP connection from @code{host} to local TCP port
40012 2345. (Currently, the @code{host} part is ignored.) You can choose any number you
40013 want for the port number as long as it does not conflict with any existing TCP
40014 ports on the target system. This same port number must be used in the host
40015 @value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
40016 you chose a port number that conflicts with another service, @command{gdbserver} will
40017 print an error message and exit.
40018
40019 @command{gdbserver} can also attach to running programs.
40020 This is accomplished via the @option{--attach} argument. The syntax is:
40021
40022 @smallexample
40023 target> gdbserver --attach @var{comm} @var{pid}
40024 @end smallexample
40025
40026 @var{pid} is the process ID of a currently running process. It isn't
40027 necessary to point @command{gdbserver} at a binary for the running process.
40028
40029 To start @code{gdbserver} without supplying an initial command to run
40030 or process ID to attach, use the @option{--multi} command line option.
40031 In such case you should connect using @kbd{target extended-remote} to start
40032 the program you want to debug.
40033
40034 @smallexample
40035 target> gdbserver --multi @var{comm}
40036 @end smallexample
40037
40038 @ifclear man
40039 @subheading Usage (host side)
40040 @end ifclear
40041 @ifset man
40042 Usage (host side):
40043 @end ifset
40044
40045 You need an unstripped copy of the target program on your host system, since
40046 @value{GDBN} needs to examine it's symbol tables and such. Start up @value{GDBN} as you normally
40047 would, with the target program as the first argument. (You may need to use the
40048 @option{--baud} option if the serial line is running at anything except 9600 baud.)
40049 That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
40050 new command you need to know about is @code{target remote}
40051 (or @code{target extended-remote}). Its argument is either
40052 a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
40053 descriptor. For example:
40054
40055 @smallexample
40056 @ifset man
40057 @c @file would wrap it as F</dev/ttyb>.
40058 (gdb) target remote /dev/ttyb
40059 @end ifset
40060 @ifclear man
40061 (gdb) target remote @file{/dev/ttyb}
40062 @end ifclear
40063 @end smallexample
40064
40065 @noindent
40066 communicates with the server via serial line @file{/dev/ttyb}, and:
40067
40068 @smallexample
40069 (gdb) target remote the-target:2345
40070 @end smallexample
40071
40072 @noindent
40073 communicates via a TCP connection to port 2345 on host `the-target', where
40074 you previously started up @command{gdbserver} with the same port number. Note that for
40075 TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
40076 command, otherwise you may get an error that looks something like
40077 `Connection refused'.
40078
40079 @command{gdbserver} can also debug multiple inferiors at once,
40080 described in
40081 @ifset man
40082 the @value{GDBN} manual in node @code{Inferiors and Programs}
40083 -- shell command @code{info -f gdb -n 'Inferiors and Programs'}.
40084 @end ifset
40085 @ifclear man
40086 @ref{Inferiors and Programs}.
40087 @end ifclear
40088 In such case use the @code{extended-remote} @value{GDBN} command variant:
40089
40090 @smallexample
40091 (gdb) target extended-remote the-target:2345
40092 @end smallexample
40093
40094 The @command{gdbserver} option @option{--multi} may or may not be used in such
40095 case.
40096 @c man end
40097
40098 @c man begin OPTIONS gdbserver
40099 There are three different modes for invoking @command{gdbserver}:
40100
40101 @itemize @bullet
40102
40103 @item
40104 Debug a specific program specified by its program name:
40105
40106 @smallexample
40107 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
40108 @end smallexample
40109
40110 The @var{comm} parameter specifies how should the server communicate
40111 with @value{GDBN}; it is either a device name (to use a serial line),
40112 a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
40113 stdin/stdout of @code{gdbserver}. Specify the name of the program to
40114 debug in @var{prog}. Any remaining arguments will be passed to the
40115 program verbatim. When the program exits, @value{GDBN} will close the
40116 connection, and @code{gdbserver} will exit.
40117
40118 @item
40119 Debug a specific program by specifying the process ID of a running
40120 program:
40121
40122 @smallexample
40123 gdbserver --attach @var{comm} @var{pid}
40124 @end smallexample
40125
40126 The @var{comm} parameter is as described above. Supply the process ID
40127 of a running program in @var{pid}; @value{GDBN} will do everything
40128 else. Like with the previous mode, when the process @var{pid} exits,
40129 @value{GDBN} will close the connection, and @code{gdbserver} will exit.
40130
40131 @item
40132 Multi-process mode -- debug more than one program/process:
40133
40134 @smallexample
40135 gdbserver --multi @var{comm}
40136 @end smallexample
40137
40138 In this mode, @value{GDBN} can instruct @command{gdbserver} which
40139 command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
40140 close the connection when a process being debugged exits, so you can
40141 debug several processes in the same session.
40142 @end itemize
40143
40144 In each of the modes you may specify these options:
40145
40146 @table @env
40147
40148 @item --help
40149 List all options, with brief explanations.
40150
40151 @item --version
40152 This option causes @command{gdbserver} to print its version number and exit.
40153
40154 @item --attach
40155 @command{gdbserver} will attach to a running program. The syntax is:
40156
40157 @smallexample
40158 target> gdbserver --attach @var{comm} @var{pid}
40159 @end smallexample
40160
40161 @var{pid} is the process ID of a currently running process. It isn't
40162 necessary to point @command{gdbserver} at a binary for the running process.
40163
40164 @item --multi
40165 To start @code{gdbserver} without supplying an initial command to run
40166 or process ID to attach, use this command line option.
40167 Then you can connect using @kbd{target extended-remote} and start
40168 the program you want to debug. The syntax is:
40169
40170 @smallexample
40171 target> gdbserver --multi @var{comm}
40172 @end smallexample
40173
40174 @item --debug
40175 Instruct @code{gdbserver} to display extra status information about the debugging
40176 process.
40177 This option is intended for @code{gdbserver} development and for bug reports to
40178 the developers.
40179
40180 @item --remote-debug
40181 Instruct @code{gdbserver} to display remote protocol debug output.
40182 This option is intended for @code{gdbserver} development and for bug reports to
40183 the developers.
40184
40185 @item --debug-format=option1@r{[},option2,...@r{]}
40186 Instruct @code{gdbserver} to include extra information in each line
40187 of debugging output.
40188 @xref{Other Command-Line Arguments for gdbserver}.
40189
40190 @item --wrapper
40191 Specify a wrapper to launch programs
40192 for debugging. The option should be followed by the name of the
40193 wrapper, then any command-line arguments to pass to the wrapper, then
40194 @kbd{--} indicating the end of the wrapper arguments.
40195
40196 @item --once
40197 By default, @command{gdbserver} keeps the listening TCP port open, so that
40198 additional connections are possible. However, if you start @code{gdbserver}
40199 with the @option{--once} option, it will stop listening for any further
40200 connection attempts after connecting to the first @value{GDBN} session.
40201
40202 @c --disable-packet is not documented for users.
40203
40204 @c --disable-randomization and --no-disable-randomization are superseded by
40205 @c QDisableRandomization.
40206
40207 @end table
40208 @c man end
40209
40210 @c man begin SEEALSO gdbserver
40211 @ifset man
40212 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
40213 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
40214 documentation are properly installed at your site, the command
40215
40216 @smallexample
40217 info gdb
40218 @end smallexample
40219
40220 should give you access to the complete manual.
40221
40222 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
40223 Richard M. Stallman and Roland H. Pesch, July 1991.
40224 @end ifset
40225 @c man end
40226
40227 @node gcore man
40228 @heading gcore
40229
40230 @c man title gcore Generate a core file of a running program
40231
40232 @format
40233 @c man begin SYNOPSIS gcore
40234 gcore [-o @var{filename}] @var{pid}
40235 @c man end
40236 @end format
40237
40238 @c man begin DESCRIPTION gcore
40239 Generate a core dump of a running program with process ID @var{pid}.
40240 Produced file is equivalent to a kernel produced core file as if the process
40241 crashed (and if @kbd{ulimit -c} were used to set up an appropriate core dump
40242 limit). Unlike after a crash, after @command{gcore} the program remains
40243 running without any change.
40244 @c man end
40245
40246 @c man begin OPTIONS gcore
40247 @table @env
40248 @item -o @var{filename}
40249 The optional argument
40250 @var{filename} specifies the file name where to put the core dump.
40251 If not specified, the file name defaults to @file{core.@var{pid}},
40252 where @var{pid} is the running program process ID.
40253 @end table
40254 @c man end
40255
40256 @c man begin SEEALSO gcore
40257 @ifset man
40258 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
40259 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
40260 documentation are properly installed at your site, the command
40261
40262 @smallexample
40263 info gdb
40264 @end smallexample
40265
40266 @noindent
40267 should give you access to the complete manual.
40268
40269 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
40270 Richard M. Stallman and Roland H. Pesch, July 1991.
40271 @end ifset
40272 @c man end
40273
40274 @node gdbinit man
40275 @heading gdbinit
40276
40277 @c man title gdbinit GDB initialization scripts
40278
40279 @format
40280 @c man begin SYNOPSIS gdbinit
40281 @ifset SYSTEM_GDBINIT
40282 @value{SYSTEM_GDBINIT}
40283 @end ifset
40284
40285 ~/.gdbinit
40286
40287 ./.gdbinit
40288 @c man end
40289 @end format
40290
40291 @c man begin DESCRIPTION gdbinit
40292 These files contain @value{GDBN} commands to automatically execute during
40293 @value{GDBN} startup. The lines of contents are canned sequences of commands,
40294 described in
40295 @ifset man
40296 the @value{GDBN} manual in node @code{Sequences}
40297 -- shell command @code{info -f gdb -n Sequences}.
40298 @end ifset
40299 @ifclear man
40300 @ref{Sequences}.
40301 @end ifclear
40302
40303 Please read more in
40304 @ifset man
40305 the @value{GDBN} manual in node @code{Startup}
40306 -- shell command @code{info -f gdb -n Startup}.
40307 @end ifset
40308 @ifclear man
40309 @ref{Startup}.
40310 @end ifclear
40311
40312 @table @env
40313 @ifset SYSTEM_GDBINIT
40314 @item @value{SYSTEM_GDBINIT}
40315 @end ifset
40316 @ifclear SYSTEM_GDBINIT
40317 @item (not enabled with @code{--with-system-gdbinit} during compilation)
40318 @end ifclear
40319 System-wide initialization file. It is executed unless user specified
40320 @value{GDBN} option @code{-nx} or @code{-n}.
40321 See more in
40322 @ifset man
40323 the @value{GDBN} manual in node @code{System-wide configuration}
40324 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
40325 @end ifset
40326 @ifclear man
40327 @ref{System-wide configuration}.
40328 @end ifclear
40329
40330 @item ~/.gdbinit
40331 User initialization file. It is executed unless user specified
40332 @value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
40333
40334 @item ./.gdbinit
40335 Initialization file for current directory. It may need to be enabled with
40336 @value{GDBN} security command @code{set auto-load local-gdbinit}.
40337 See more in
40338 @ifset man
40339 the @value{GDBN} manual in node @code{Init File in the Current Directory}
40340 -- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
40341 @end ifset
40342 @ifclear man
40343 @ref{Init File in the Current Directory}.
40344 @end ifclear
40345 @end table
40346 @c man end
40347
40348 @c man begin SEEALSO gdbinit
40349 @ifset man
40350 gdb(1), @code{info -f gdb -n Startup}
40351
40352 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
40353 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
40354 documentation are properly installed at your site, the command
40355
40356 @smallexample
40357 info gdb
40358 @end smallexample
40359
40360 should give you access to the complete manual.
40361
40362 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
40363 Richard M. Stallman and Roland H. Pesch, July 1991.
40364 @end ifset
40365 @c man end
40366
40367 @include gpl.texi
40368
40369 @node GNU Free Documentation License
40370 @appendix GNU Free Documentation License
40371 @include fdl.texi
40372
40373 @node Concept Index
40374 @unnumbered Concept Index
40375
40376 @printindex cp
40377
40378 @node Command and Variable Index
40379 @unnumbered Command, Variable, and Function Index
40380
40381 @printindex fn
40382
40383 @tex
40384 % I think something like @@colophon should be in texinfo. In the
40385 % meantime:
40386 \long\def\colophon{\hbox to0pt{}\vfill
40387 \centerline{The body of this manual is set in}
40388 \centerline{\fontname\tenrm,}
40389 \centerline{with headings in {\bf\fontname\tenbf}}
40390 \centerline{and examples in {\tt\fontname\tentt}.}
40391 \centerline{{\it\fontname\tenit\/},}
40392 \centerline{{\bf\fontname\tenbf}, and}
40393 \centerline{{\sl\fontname\tensl\/}}
40394 \centerline{are used for emphasis.}\vfill}
40395 \page\colophon
40396 % Blame: doc@@cygnus.com, 1991.
40397 @end tex
40398
40399 @bye
This page took 0.984468 seconds and 4 git commands to generate.