* gdb.texinfo (Files): Remove documentation for auto-solib-limit.
[binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3 @c 1999, 2000, 2001, 2002, 2003, 2004, 2005
4 @c Free Software Foundation, Inc.
5 @c
6 @c %**start of header
7 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8 @c of @set vars. However, you can override filename with makeinfo -o.
9 @setfilename gdb.info
10 @c
11 @include gdb-cfg.texi
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 @syncodeindex ky cp
24
25 @c readline appendices use @vindex, @findex and @ftable,
26 @c annotate.texi and gdbmi use @findex.
27 @syncodeindex vr cp
28 @syncodeindex fn cp
29
30 @c !!set GDB manual's edition---not the same as GDB version!
31 @c This is updated by GNU Press.
32 @set EDITION Ninth
33
34 @c !!set GDB edit command default editor
35 @set EDITOR /bin/ex
36
37 @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
38
39 @c This is a dir.info fragment to support semi-automated addition of
40 @c manuals to an info tree.
41 @dircategory Software development
42 @direntry
43 * Gdb: (gdb). The GNU debugger.
44 @end direntry
45
46 @ifinfo
47 This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
50 This is the @value{EDITION} Edition, of @cite{Debugging with
51 @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52 Version @value{GDBVN}.
53
54 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
55 1999, 2000, 2001, 2002, 2003, 2004, 2005@*
56 Free Software Foundation, Inc.
57
58 Permission is granted to copy, distribute and/or modify this document
59 under the terms of the GNU Free Documentation License, Version 1.1 or
60 any later version published by the Free Software Foundation; with the
61 Invariant Sections being ``Free Software'' and ``Free Software Needs
62 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63 and with the Back-Cover Texts as in (a) below.
64
65 (a) The Free Software Foundation's Back-Cover Text is: ``You have
66 freedom to copy and modify this GNU Manual, like GNU software. Copies
67 published by the Free Software Foundation raise funds for GNU
68 development.''
69 @end ifinfo
70
71 @titlepage
72 @title Debugging with @value{GDBN}
73 @subtitle The @sc{gnu} Source-Level Debugger
74 @sp 1
75 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
76 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
77 @page
78 @tex
79 {\parskip=0pt
80 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
81 \hfill {\it Debugging with @value{GDBN}}\par
82 \hfill \TeX{}info \texinfoversion\par
83 }
84 @end tex
85
86 @vskip 0pt plus 1filll
87 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
88 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
89 Free Software Foundation, Inc.
90 @sp 2
91 Published by the Free Software Foundation @*
92 59 Temple Place - Suite 330, @*
93 Boston, MA 02111-1307 USA @*
94 ISBN 1-882114-77-9 @*
95
96 Permission is granted to copy, distribute and/or modify this document
97 under the terms of the GNU Free Documentation License, Version 1.1 or
98 any later version published by the Free Software Foundation; with the
99 Invariant Sections being ``Free Software'' and ``Free Software Needs
100 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
101 and with the Back-Cover Texts as in (a) below.
102
103 (a) The Free Software Foundation's Back-Cover Text is: ``You have
104 freedom to copy and modify this GNU Manual, like GNU software. Copies
105 published by the Free Software Foundation raise funds for GNU
106 development.''
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} Version
118 @value{GDBVN}.
119
120 Copyright (C) 1988-2005 Free Software Foundation, Inc.
121
122 @menu
123 * Summary:: Summary of @value{GDBN}
124 * Sample Session:: A sample @value{GDBN} session
125
126 * Invocation:: Getting in and out of @value{GDBN}
127 * Commands:: @value{GDBN} commands
128 * Running:: Running programs under @value{GDBN}
129 * Stopping:: Stopping and continuing
130 * Stack:: Examining the stack
131 * Source:: Examining source files
132 * Data:: Examining data
133 * Macros:: Preprocessor Macros
134 * Tracepoints:: Debugging remote targets non-intrusively
135 * Overlays:: Debugging programs that use overlays
136
137 * Languages:: Using @value{GDBN} with different languages
138
139 * Symbols:: Examining the symbol table
140 * Altering:: Altering execution
141 * GDB Files:: @value{GDBN} files
142 * Targets:: Specifying a debugging target
143 * Remote Debugging:: Debugging remote programs
144 * Configurations:: Configuration-specific information
145 * Controlling GDB:: Controlling @value{GDBN}
146 * Sequences:: Canned sequences of commands
147 * TUI:: @value{GDBN} Text User Interface
148 * Interpreters:: Command Interpreters
149 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
150 * Annotations:: @value{GDBN}'s annotation interface.
151 * GDB/MI:: @value{GDBN}'s Machine Interface.
152
153 * GDB Bugs:: Reporting bugs in @value{GDBN}
154 * Formatting Documentation:: How to format and print @value{GDBN} documentation
155
156 * Command Line Editing:: Command Line Editing
157 * Using History Interactively:: Using History Interactively
158 * Installing GDB:: Installing GDB
159 * Maintenance Commands:: Maintenance Commands
160 * Remote Protocol:: GDB Remote Serial Protocol
161 * Agent Expressions:: The GDB Agent Expression Mechanism
162 * Copying:: GNU General Public License says
163 how you can copy and share GDB
164 * GNU Free Documentation License:: The license for this documentation
165 * Index:: Index
166 @end menu
167
168 @end ifnottex
169
170 @contents
171
172 @node Summary
173 @unnumbered Summary of @value{GDBN}
174
175 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
176 going on ``inside'' another program while it executes---or what another
177 program was doing at the moment it crashed.
178
179 @value{GDBN} can do four main kinds of things (plus other things in support of
180 these) to help you catch bugs in the act:
181
182 @itemize @bullet
183 @item
184 Start your program, specifying anything that might affect its behavior.
185
186 @item
187 Make your program stop on specified conditions.
188
189 @item
190 Examine what has happened, when your program has stopped.
191
192 @item
193 Change things in your program, so you can experiment with correcting the
194 effects of one bug and go on to learn about another.
195 @end itemize
196
197 You can use @value{GDBN} to debug programs written in C and C@t{++}.
198 For more information, see @ref{Supported languages,,Supported languages}.
199 For more information, see @ref{C,,C and C++}.
200
201 @cindex Modula-2
202 Support for Modula-2 is partial. For information on Modula-2, see
203 @ref{Modula-2,,Modula-2}.
204
205 @cindex Pascal
206 Debugging Pascal programs which use sets, subranges, file variables, or
207 nested functions does not currently work. @value{GDBN} does not support
208 entering expressions, printing values, or similar features using Pascal
209 syntax.
210
211 @cindex Fortran
212 @value{GDBN} can be used to debug programs written in Fortran, although
213 it may be necessary to refer to some variables with a trailing
214 underscore.
215
216 @value{GDBN} can be used to debug programs written in Objective-C,
217 using either the Apple/NeXT or the GNU Objective-C runtime.
218
219 @menu
220 * Free Software:: Freely redistributable software
221 * Contributors:: Contributors to GDB
222 @end menu
223
224 @node Free Software
225 @unnumberedsec Free software
226
227 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
228 General Public License
229 (GPL). The GPL gives you the freedom to copy or adapt a licensed
230 program---but every person getting a copy also gets with it the
231 freedom to modify that copy (which means that they must get access to
232 the source code), and the freedom to distribute further copies.
233 Typical software companies use copyrights to limit your freedoms; the
234 Free Software Foundation uses the GPL to preserve these freedoms.
235
236 Fundamentally, the General Public License is a license which says that
237 you have these freedoms and that you cannot take these freedoms away
238 from anyone else.
239
240 @unnumberedsec Free Software Needs Free Documentation
241
242 The biggest deficiency in the free software community today is not in
243 the software---it is the lack of good free documentation that we can
244 include with the free software. Many of our most important
245 programs do not come with free reference manuals and free introductory
246 texts. Documentation is an essential part of any software package;
247 when an important free software package does not come with a free
248 manual and a free tutorial, that is a major gap. We have many such
249 gaps today.
250
251 Consider Perl, for instance. The tutorial manuals that people
252 normally use are non-free. How did this come about? Because the
253 authors of those manuals published them with restrictive terms---no
254 copying, no modification, source files not available---which exclude
255 them from the free software world.
256
257 That wasn't the first time this sort of thing happened, and it was far
258 from the last. Many times we have heard a GNU user eagerly describe a
259 manual that he is writing, his intended contribution to the community,
260 only to learn that he had ruined everything by signing a publication
261 contract to make it non-free.
262
263 Free documentation, like free software, is a matter of freedom, not
264 price. The problem with the non-free manual is not that publishers
265 charge a price for printed copies---that in itself is fine. (The Free
266 Software Foundation sells printed copies of manuals, too.) The
267 problem is the restrictions on the use of the manual. Free manuals
268 are available in source code form, and give you permission to copy and
269 modify. Non-free manuals do not allow this.
270
271 The criteria of freedom for a free manual are roughly the same as for
272 free software. Redistribution (including the normal kinds of
273 commercial redistribution) must be permitted, so that the manual can
274 accompany every copy of the program, both on-line and on paper.
275
276 Permission for modification of the technical content is crucial too.
277 When people modify the software, adding or changing features, if they
278 are conscientious they will change the manual too---so they can
279 provide accurate and clear documentation for the modified program. A
280 manual that leaves you no choice but to write a new manual to document
281 a changed version of the program is not really available to our
282 community.
283
284 Some kinds of limits on the way modification is handled are
285 acceptable. For example, requirements to preserve the original
286 author's copyright notice, the distribution terms, or the list of
287 authors, are ok. It is also no problem to require modified versions
288 to include notice that they were modified. Even entire sections that
289 may not be deleted or changed are acceptable, as long as they deal
290 with nontechnical topics (like this one). These kinds of restrictions
291 are acceptable because they don't obstruct the community's normal use
292 of the manual.
293
294 However, it must be possible to modify all the @emph{technical}
295 content of the manual, and then distribute the result in all the usual
296 media, through all the usual channels. Otherwise, the restrictions
297 obstruct the use of the manual, it is not free, and we need another
298 manual to replace it.
299
300 Please spread the word about this issue. Our community continues to
301 lose manuals to proprietary publishing. If we spread the word that
302 free software needs free reference manuals and free tutorials, perhaps
303 the next person who wants to contribute by writing documentation will
304 realize, before it is too late, that only free manuals contribute to
305 the free software community.
306
307 If you are writing documentation, please insist on publishing it under
308 the GNU Free Documentation License or another free documentation
309 license. Remember that this decision requires your approval---you
310 don't have to let the publisher decide. Some commercial publishers
311 will use a free license if you insist, but they will not propose the
312 option; it is up to you to raise the issue and say firmly that this is
313 what you want. If the publisher you are dealing with refuses, please
314 try other publishers. If you're not sure whether a proposed license
315 is free, write to @email{licensing@@gnu.org}.
316
317 You can encourage commercial publishers to sell more free, copylefted
318 manuals and tutorials by buying them, and particularly by buying
319 copies from the publishers that paid for their writing or for major
320 improvements. Meanwhile, try to avoid buying non-free documentation
321 at all. Check the distribution terms of a manual before you buy it,
322 and insist that whoever seeks your business must respect your freedom.
323 Check the history of the book, and try to reward the publishers that
324 have paid or pay the authors to work on it.
325
326 The Free Software Foundation maintains a list of free documentation
327 published by other publishers, at
328 @url{http://www.fsf.org/doc/other-free-books.html}.
329
330 @node Contributors
331 @unnumberedsec Contributors to @value{GDBN}
332
333 Richard Stallman was the original author of @value{GDBN}, and of many
334 other @sc{gnu} programs. Many others have contributed to its
335 development. This section attempts to credit major contributors. One
336 of the virtues of free software is that everyone is free to contribute
337 to it; with regret, we cannot actually acknowledge everyone here. The
338 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
339 blow-by-blow account.
340
341 Changes much prior to version 2.0 are lost in the mists of time.
342
343 @quotation
344 @emph{Plea:} Additions to this section are particularly welcome. If you
345 or your friends (or enemies, to be evenhanded) have been unfairly
346 omitted from this list, we would like to add your names!
347 @end quotation
348
349 So that they may not regard their many labors as thankless, we
350 particularly thank those who shepherded @value{GDBN} through major
351 releases:
352 Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
353 Jim Blandy (release 4.18);
354 Jason Molenda (release 4.17);
355 Stan Shebs (release 4.14);
356 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359 Jim Kingdon (releases 3.5, 3.4, and 3.3);
360 and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362 Richard Stallman, assisted at various times by Peter TerMaat, Chris
363 Hanson, and Richard Mlynarik, handled releases through 2.8.
364
365 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366 in @value{GDBN}, with significant additional contributions from Per
367 Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
368 demangler. Early work on C@t{++} was by Peter TerMaat (who also did
369 much general update work leading to release 3.0).
370
371 @value{GDBN} uses the BFD subroutine library to examine multiple
372 object-file formats; BFD was a joint project of David V.
373 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375 David Johnson wrote the original COFF support; Pace Willison did
376 the original support for encapsulated COFF.
377
378 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
379
380 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382 support.
383 Jean-Daniel Fekete contributed Sun 386i support.
384 Chris Hanson improved the HP9000 support.
385 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386 David Johnson contributed Encore Umax support.
387 Jyrki Kuoppala contributed Altos 3068 support.
388 Jeff Law contributed HP PA and SOM support.
389 Keith Packard contributed NS32K support.
390 Doug Rabson contributed Acorn Risc Machine support.
391 Bob Rusk contributed Harris Nighthawk CX-UX support.
392 Chris Smith contributed Convex support (and Fortran debugging).
393 Jonathan Stone contributed Pyramid support.
394 Michael Tiemann contributed SPARC support.
395 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396 Pace Willison contributed Intel 386 support.
397 Jay Vosburgh contributed Symmetry support.
398 Marko Mlinar contributed OpenRISC 1000 support.
399
400 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
401
402 Rich Schaefer and Peter Schauer helped with support of SunOS shared
403 libraries.
404
405 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406 about several machine instruction sets.
407
408 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
410 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411 and RDI targets, respectively.
412
413 Brian Fox is the author of the readline libraries providing
414 command-line editing and command history.
415
416 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417 Modula-2 support, and contributed the Languages chapter of this manual.
418
419 Fred Fish wrote most of the support for Unix System Vr4.
420 He also enhanced the command-completion support to cover C@t{++} overloaded
421 symbols.
422
423 Hitachi America (now Renesas America), Ltd. sponsored the support for
424 H8/300, H8/500, and Super-H processors.
425
426 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
428 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429 processors.
430
431 Toshiba sponsored the support for the TX39 Mips processor.
432
433 Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
435 Fujitsu sponsored the support for SPARClite and FR30 processors.
436
437 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438 watchpoints.
439
440 Michael Snyder added support for tracepoints.
441
442 Stu Grossman wrote gdbserver.
443
444 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
445 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
446
447 The following people at the Hewlett-Packard Company contributed
448 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
449 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
450 compiler, and the Text User Interface (nee Terminal User Interface):
451 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
453 provided HP-specific information in this manual.
454
455 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456 Robert Hoehne made significant contributions to the DJGPP port.
457
458 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459 development since 1991. Cygnus engineers who have worked on @value{GDBN}
460 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
465 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472 Zuhn have made contributions both large and small.
473
474 Jim Blandy added support for preprocessor macros, while working for Red
475 Hat.
476
477 @node Sample Session
478 @chapter A Sample @value{GDBN} Session
479
480 You can use this manual at your leisure to read all about @value{GDBN}.
481 However, a handful of commands are enough to get started using the
482 debugger. This chapter illustrates those commands.
483
484 @iftex
485 In this sample session, we emphasize user input like this: @b{input},
486 to make it easier to pick out from the surrounding output.
487 @end iftex
488
489 @c FIXME: this example may not be appropriate for some configs, where
490 @c FIXME...primary interest is in remote use.
491
492 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
493 processor) exhibits the following bug: sometimes, when we change its
494 quote strings from the default, the commands used to capture one macro
495 definition within another stop working. In the following short @code{m4}
496 session, we define a macro @code{foo} which expands to @code{0000}; we
497 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
498 same thing. However, when we change the open quote string to
499 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
500 procedure fails to define a new synonym @code{baz}:
501
502 @smallexample
503 $ @b{cd gnu/m4}
504 $ @b{./m4}
505 @b{define(foo,0000)}
506
507 @b{foo}
508 0000
509 @b{define(bar,defn(`foo'))}
510
511 @b{bar}
512 0000
513 @b{changequote(<QUOTE>,<UNQUOTE>)}
514
515 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
516 @b{baz}
517 @b{C-d}
518 m4: End of input: 0: fatal error: EOF in string
519 @end smallexample
520
521 @noindent
522 Let us use @value{GDBN} to try to see what is going on.
523
524 @smallexample
525 $ @b{@value{GDBP} m4}
526 @c FIXME: this falsifies the exact text played out, to permit smallbook
527 @c FIXME... format to come out better.
528 @value{GDBN} is free software and you are welcome to distribute copies
529 of it under certain conditions; type "show copying" to see
530 the conditions.
531 There is absolutely no warranty for @value{GDBN}; type "show warranty"
532 for details.
533
534 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
535 (@value{GDBP})
536 @end smallexample
537
538 @noindent
539 @value{GDBN} reads only enough symbol data to know where to find the
540 rest when needed; as a result, the first prompt comes up very quickly.
541 We now tell @value{GDBN} to use a narrower display width than usual, so
542 that examples fit in this manual.
543
544 @smallexample
545 (@value{GDBP}) @b{set width 70}
546 @end smallexample
547
548 @noindent
549 We need to see how the @code{m4} built-in @code{changequote} works.
550 Having looked at the source, we know the relevant subroutine is
551 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
552 @code{break} command.
553
554 @smallexample
555 (@value{GDBP}) @b{break m4_changequote}
556 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
557 @end smallexample
558
559 @noindent
560 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
561 control; as long as control does not reach the @code{m4_changequote}
562 subroutine, the program runs as usual:
563
564 @smallexample
565 (@value{GDBP}) @b{run}
566 Starting program: /work/Editorial/gdb/gnu/m4/m4
567 @b{define(foo,0000)}
568
569 @b{foo}
570 0000
571 @end smallexample
572
573 @noindent
574 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
575 suspends execution of @code{m4}, displaying information about the
576 context where it stops.
577
578 @smallexample
579 @b{changequote(<QUOTE>,<UNQUOTE>)}
580
581 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
582 at builtin.c:879
583 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
584 @end smallexample
585
586 @noindent
587 Now we use the command @code{n} (@code{next}) to advance execution to
588 the next line of the current function.
589
590 @smallexample
591 (@value{GDBP}) @b{n}
592 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
593 : nil,
594 @end smallexample
595
596 @noindent
597 @code{set_quotes} looks like a promising subroutine. We can go into it
598 by using the command @code{s} (@code{step}) instead of @code{next}.
599 @code{step} goes to the next line to be executed in @emph{any}
600 subroutine, so it steps into @code{set_quotes}.
601
602 @smallexample
603 (@value{GDBP}) @b{s}
604 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
605 at input.c:530
606 530 if (lquote != def_lquote)
607 @end smallexample
608
609 @noindent
610 The display that shows the subroutine where @code{m4} is now
611 suspended (and its arguments) is called a stack frame display. It
612 shows a summary of the stack. We can use the @code{backtrace}
613 command (which can also be spelled @code{bt}), to see where we are
614 in the stack as a whole: the @code{backtrace} command displays a
615 stack frame for each active subroutine.
616
617 @smallexample
618 (@value{GDBP}) @b{bt}
619 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
620 at input.c:530
621 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
622 at builtin.c:882
623 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
624 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
625 at macro.c:71
626 #4 0x79dc in expand_input () at macro.c:40
627 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
628 @end smallexample
629
630 @noindent
631 We step through a few more lines to see what happens. The first two
632 times, we can use @samp{s}; the next two times we use @code{n} to avoid
633 falling into the @code{xstrdup} subroutine.
634
635 @smallexample
636 (@value{GDBP}) @b{s}
637 0x3b5c 532 if (rquote != def_rquote)
638 (@value{GDBP}) @b{s}
639 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
640 def_lquote : xstrdup(lq);
641 (@value{GDBP}) @b{n}
642 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
643 : xstrdup(rq);
644 (@value{GDBP}) @b{n}
645 538 len_lquote = strlen(rquote);
646 @end smallexample
647
648 @noindent
649 The last line displayed looks a little odd; we can examine the variables
650 @code{lquote} and @code{rquote} to see if they are in fact the new left
651 and right quotes we specified. We use the command @code{p}
652 (@code{print}) to see their values.
653
654 @smallexample
655 (@value{GDBP}) @b{p lquote}
656 $1 = 0x35d40 "<QUOTE>"
657 (@value{GDBP}) @b{p rquote}
658 $2 = 0x35d50 "<UNQUOTE>"
659 @end smallexample
660
661 @noindent
662 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
663 To look at some context, we can display ten lines of source
664 surrounding the current line with the @code{l} (@code{list}) command.
665
666 @smallexample
667 (@value{GDBP}) @b{l}
668 533 xfree(rquote);
669 534
670 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
671 : xstrdup (lq);
672 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
673 : xstrdup (rq);
674 537
675 538 len_lquote = strlen(rquote);
676 539 len_rquote = strlen(lquote);
677 540 @}
678 541
679 542 void
680 @end smallexample
681
682 @noindent
683 Let us step past the two lines that set @code{len_lquote} and
684 @code{len_rquote}, and then examine the values of those variables.
685
686 @smallexample
687 (@value{GDBP}) @b{n}
688 539 len_rquote = strlen(lquote);
689 (@value{GDBP}) @b{n}
690 540 @}
691 (@value{GDBP}) @b{p len_lquote}
692 $3 = 9
693 (@value{GDBP}) @b{p len_rquote}
694 $4 = 7
695 @end smallexample
696
697 @noindent
698 That certainly looks wrong, assuming @code{len_lquote} and
699 @code{len_rquote} are meant to be the lengths of @code{lquote} and
700 @code{rquote} respectively. We can set them to better values using
701 the @code{p} command, since it can print the value of
702 any expression---and that expression can include subroutine calls and
703 assignments.
704
705 @smallexample
706 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
707 $5 = 7
708 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
709 $6 = 9
710 @end smallexample
711
712 @noindent
713 Is that enough to fix the problem of using the new quotes with the
714 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
715 executing with the @code{c} (@code{continue}) command, and then try the
716 example that caused trouble initially:
717
718 @smallexample
719 (@value{GDBP}) @b{c}
720 Continuing.
721
722 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
723
724 baz
725 0000
726 @end smallexample
727
728 @noindent
729 Success! The new quotes now work just as well as the default ones. The
730 problem seems to have been just the two typos defining the wrong
731 lengths. We allow @code{m4} exit by giving it an EOF as input:
732
733 @smallexample
734 @b{C-d}
735 Program exited normally.
736 @end smallexample
737
738 @noindent
739 The message @samp{Program exited normally.} is from @value{GDBN}; it
740 indicates @code{m4} has finished executing. We can end our @value{GDBN}
741 session with the @value{GDBN} @code{quit} command.
742
743 @smallexample
744 (@value{GDBP}) @b{quit}
745 @end smallexample
746
747 @node Invocation
748 @chapter Getting In and Out of @value{GDBN}
749
750 This chapter discusses how to start @value{GDBN}, and how to get out of it.
751 The essentials are:
752 @itemize @bullet
753 @item
754 type @samp{@value{GDBP}} to start @value{GDBN}.
755 @item
756 type @kbd{quit} or @kbd{C-d} to exit.
757 @end itemize
758
759 @menu
760 * Invoking GDB:: How to start @value{GDBN}
761 * Quitting GDB:: How to quit @value{GDBN}
762 * Shell Commands:: How to use shell commands inside @value{GDBN}
763 * Logging output:: How to log @value{GDBN}'s output to a file
764 @end menu
765
766 @node Invoking GDB
767 @section Invoking @value{GDBN}
768
769 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
770 @value{GDBN} reads commands from the terminal until you tell it to exit.
771
772 You can also run @code{@value{GDBP}} with a variety of arguments and options,
773 to specify more of your debugging environment at the outset.
774
775 The command-line options described here are designed
776 to cover a variety of situations; in some environments, some of these
777 options may effectively be unavailable.
778
779 The most usual way to start @value{GDBN} is with one argument,
780 specifying an executable program:
781
782 @smallexample
783 @value{GDBP} @var{program}
784 @end smallexample
785
786 @noindent
787 You can also start with both an executable program and a core file
788 specified:
789
790 @smallexample
791 @value{GDBP} @var{program} @var{core}
792 @end smallexample
793
794 You can, instead, specify a process ID as a second argument, if you want
795 to debug a running process:
796
797 @smallexample
798 @value{GDBP} @var{program} 1234
799 @end smallexample
800
801 @noindent
802 would attach @value{GDBN} to process @code{1234} (unless you also have a file
803 named @file{1234}; @value{GDBN} does check for a core file first).
804
805 Taking advantage of the second command-line argument requires a fairly
806 complete operating system; when you use @value{GDBN} as a remote
807 debugger attached to a bare board, there may not be any notion of
808 ``process'', and there is often no way to get a core dump. @value{GDBN}
809 will warn you if it is unable to attach or to read core dumps.
810
811 You can optionally have @code{@value{GDBP}} pass any arguments after the
812 executable file to the inferior using @code{--args}. This option stops
813 option processing.
814 @smallexample
815 gdb --args gcc -O2 -c foo.c
816 @end smallexample
817 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
818 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
819
820 You can run @code{@value{GDBP}} without printing the front material, which describes
821 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
822
823 @smallexample
824 @value{GDBP} -silent
825 @end smallexample
826
827 @noindent
828 You can further control how @value{GDBN} starts up by using command-line
829 options. @value{GDBN} itself can remind you of the options available.
830
831 @noindent
832 Type
833
834 @smallexample
835 @value{GDBP} -help
836 @end smallexample
837
838 @noindent
839 to display all available options and briefly describe their use
840 (@samp{@value{GDBP} -h} is a shorter equivalent).
841
842 All options and command line arguments you give are processed
843 in sequential order. The order makes a difference when the
844 @samp{-x} option is used.
845
846
847 @menu
848 * File Options:: Choosing files
849 * Mode Options:: Choosing modes
850 @end menu
851
852 @node File Options
853 @subsection Choosing files
854
855 When @value{GDBN} starts, it reads any arguments other than options as
856 specifying an executable file and core file (or process ID). This is
857 the same as if the arguments were specified by the @samp{-se} and
858 @samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
859 first argument that does not have an associated option flag as
860 equivalent to the @samp{-se} option followed by that argument; and the
861 second argument that does not have an associated option flag, if any, as
862 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
863 If the second argument begins with a decimal digit, @value{GDBN} will
864 first attempt to attach to it as a process, and if that fails, attempt
865 to open it as a corefile. If you have a corefile whose name begins with
866 a digit, you can prevent @value{GDBN} from treating it as a pid by
867 prefixing it with @file{./}, eg. @file{./12345}.
868
869 If @value{GDBN} has not been configured to included core file support,
870 such as for most embedded targets, then it will complain about a second
871 argument and ignore it.
872
873 Many options have both long and short forms; both are shown in the
874 following list. @value{GDBN} also recognizes the long forms if you truncate
875 them, so long as enough of the option is present to be unambiguous.
876 (If you prefer, you can flag option arguments with @samp{--} rather
877 than @samp{-}, though we illustrate the more usual convention.)
878
879 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
880 @c way, both those who look for -foo and --foo in the index, will find
881 @c it.
882
883 @table @code
884 @item -symbols @var{file}
885 @itemx -s @var{file}
886 @cindex @code{--symbols}
887 @cindex @code{-s}
888 Read symbol table from file @var{file}.
889
890 @item -exec @var{file}
891 @itemx -e @var{file}
892 @cindex @code{--exec}
893 @cindex @code{-e}
894 Use file @var{file} as the executable file to execute when appropriate,
895 and for examining pure data in conjunction with a core dump.
896
897 @item -se @var{file}
898 @cindex @code{--se}
899 Read symbol table from file @var{file} and use it as the executable
900 file.
901
902 @item -core @var{file}
903 @itemx -c @var{file}
904 @cindex @code{--core}
905 @cindex @code{-c}
906 Use file @var{file} as a core dump to examine.
907
908 @item -c @var{number}
909 @item -pid @var{number}
910 @itemx -p @var{number}
911 @cindex @code{--pid}
912 @cindex @code{-p}
913 Connect to process ID @var{number}, as with the @code{attach} command.
914 If there is no such process, @value{GDBN} will attempt to open a core
915 file named @var{number}.
916
917 @item -command @var{file}
918 @itemx -x @var{file}
919 @cindex @code{--command}
920 @cindex @code{-x}
921 Execute @value{GDBN} commands from file @var{file}. @xref{Command
922 Files,, Command files}.
923
924 @item -directory @var{directory}
925 @itemx -d @var{directory}
926 @cindex @code{--directory}
927 @cindex @code{-d}
928 Add @var{directory} to the path to search for source files.
929
930 @item -m
931 @itemx -mapped
932 @cindex @code{--mapped}
933 @cindex @code{-m}
934 @emph{Warning: this option depends on operating system facilities that are not
935 supported on all systems.}@*
936 If memory-mapped files are available on your system through the @code{mmap}
937 system call, you can use this option
938 to have @value{GDBN} write the symbols from your
939 program into a reusable file in the current directory. If the program you are debugging is
940 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
941 Future @value{GDBN} debugging sessions notice the presence of this file,
942 and can quickly map in symbol information from it, rather than reading
943 the symbol table from the executable program.
944
945 The @file{.syms} file is specific to the host machine where @value{GDBN}
946 is run. It holds an exact image of the internal @value{GDBN} symbol
947 table. It cannot be shared across multiple host platforms.
948
949 @item -r
950 @itemx -readnow
951 @cindex @code{--readnow}
952 @cindex @code{-r}
953 Read each symbol file's entire symbol table immediately, rather than
954 the default, which is to read it incrementally as it is needed.
955 This makes startup slower, but makes future operations faster.
956
957 @end table
958
959 You typically combine the @code{-mapped} and @code{-readnow} options in
960 order to build a @file{.syms} file that contains complete symbol
961 information. (@xref{Files,,Commands to specify files}, for information
962 on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
963 but build a @file{.syms} file for future use is:
964
965 @smallexample
966 gdb -batch -nx -mapped -readnow programname
967 @end smallexample
968
969 @node Mode Options
970 @subsection Choosing modes
971
972 You can run @value{GDBN} in various alternative modes---for example, in
973 batch mode or quiet mode.
974
975 @table @code
976 @item -nx
977 @itemx -n
978 @cindex @code{--nx}
979 @cindex @code{-n}
980 Do not execute commands found in any initialization files. Normally,
981 @value{GDBN} executes the commands in these files after all the command
982 options and arguments have been processed. @xref{Command Files,,Command
983 files}.
984
985 @item -quiet
986 @itemx -silent
987 @itemx -q
988 @cindex @code{--quiet}
989 @cindex @code{--silent}
990 @cindex @code{-q}
991 ``Quiet''. Do not print the introductory and copyright messages. These
992 messages are also suppressed in batch mode.
993
994 @item -batch
995 @cindex @code{--batch}
996 Run in batch mode. Exit with status @code{0} after processing all the
997 command files specified with @samp{-x} (and all commands from
998 initialization files, if not inhibited with @samp{-n}). Exit with
999 nonzero status if an error occurs in executing the @value{GDBN} commands
1000 in the command files.
1001
1002 Batch mode may be useful for running @value{GDBN} as a filter, for
1003 example to download and run a program on another computer; in order to
1004 make this more useful, the message
1005
1006 @smallexample
1007 Program exited normally.
1008 @end smallexample
1009
1010 @noindent
1011 (which is ordinarily issued whenever a program running under
1012 @value{GDBN} control terminates) is not issued when running in batch
1013 mode.
1014
1015 @item -nowindows
1016 @itemx -nw
1017 @cindex @code{--nowindows}
1018 @cindex @code{-nw}
1019 ``No windows''. If @value{GDBN} comes with a graphical user interface
1020 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1021 interface. If no GUI is available, this option has no effect.
1022
1023 @item -windows
1024 @itemx -w
1025 @cindex @code{--windows}
1026 @cindex @code{-w}
1027 If @value{GDBN} includes a GUI, then this option requires it to be
1028 used if possible.
1029
1030 @item -cd @var{directory}
1031 @cindex @code{--cd}
1032 Run @value{GDBN} using @var{directory} as its working directory,
1033 instead of the current directory.
1034
1035 @item -fullname
1036 @itemx -f
1037 @cindex @code{--fullname}
1038 @cindex @code{-f}
1039 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1040 subprocess. It tells @value{GDBN} to output the full file name and line
1041 number in a standard, recognizable fashion each time a stack frame is
1042 displayed (which includes each time your program stops). This
1043 recognizable format looks like two @samp{\032} characters, followed by
1044 the file name, line number and character position separated by colons,
1045 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1046 @samp{\032} characters as a signal to display the source code for the
1047 frame.
1048
1049 @item -epoch
1050 @cindex @code{--epoch}
1051 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1052 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1053 routines so as to allow Epoch to display values of expressions in a
1054 separate window.
1055
1056 @item -annotate @var{level}
1057 @cindex @code{--annotate}
1058 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1059 effect is identical to using @samp{set annotate @var{level}}
1060 (@pxref{Annotations}). The annotation @var{level} controls how much
1061 information @value{GDBN} prints together with its prompt, values of
1062 expressions, source lines, and other types of output. Level 0 is the
1063 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1064 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1065 that control @value{GDBN}, and level 2 has been deprecated.
1066
1067 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1068 (@pxref{GDB/MI}).
1069
1070 @item --args
1071 @cindex @code{--args}
1072 Change interpretation of command line so that arguments following the
1073 executable file are passed as command line arguments to the inferior.
1074 This option stops option processing.
1075
1076 @item -baud @var{bps}
1077 @itemx -b @var{bps}
1078 @cindex @code{--baud}
1079 @cindex @code{-b}
1080 Set the line speed (baud rate or bits per second) of any serial
1081 interface used by @value{GDBN} for remote debugging.
1082
1083 @item -l @var{timeout}
1084 @cindex @code{-l}
1085 Set the timeout (in seconds) of any communication used by @value{GDBN}
1086 for remote debugging.
1087
1088 @item -tty @var{device}
1089 @itemx -t @var{device}
1090 @cindex @code{--tty}
1091 @cindex @code{-t}
1092 Run using @var{device} for your program's standard input and output.
1093 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1094
1095 @c resolve the situation of these eventually
1096 @item -tui
1097 @cindex @code{--tui}
1098 Activate the @dfn{Text User Interface} when starting. The Text User
1099 Interface manages several text windows on the terminal, showing
1100 source, assembly, registers and @value{GDBN} command outputs
1101 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1102 Text User Interface can be enabled by invoking the program
1103 @samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1104 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1105
1106 @c @item -xdb
1107 @c @cindex @code{--xdb}
1108 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1109 @c For information, see the file @file{xdb_trans.html}, which is usually
1110 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1111 @c systems.
1112
1113 @item -interpreter @var{interp}
1114 @cindex @code{--interpreter}
1115 Use the interpreter @var{interp} for interface with the controlling
1116 program or device. This option is meant to be set by programs which
1117 communicate with @value{GDBN} using it as a back end.
1118 @xref{Interpreters, , Command Interpreters}.
1119
1120 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1121 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1122 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
1123 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1124 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1125 @sc{gdb/mi} interfaces are no longer supported.
1126
1127 @item -write
1128 @cindex @code{--write}
1129 Open the executable and core files for both reading and writing. This
1130 is equivalent to the @samp{set write on} command inside @value{GDBN}
1131 (@pxref{Patching}).
1132
1133 @item -statistics
1134 @cindex @code{--statistics}
1135 This option causes @value{GDBN} to print statistics about time and
1136 memory usage after it completes each command and returns to the prompt.
1137
1138 @item -version
1139 @cindex @code{--version}
1140 This option causes @value{GDBN} to print its version number and
1141 no-warranty blurb, and exit.
1142
1143 @end table
1144
1145 @node Quitting GDB
1146 @section Quitting @value{GDBN}
1147 @cindex exiting @value{GDBN}
1148 @cindex leaving @value{GDBN}
1149
1150 @table @code
1151 @kindex quit @r{[}@var{expression}@r{]}
1152 @kindex q @r{(@code{quit})}
1153 @item quit @r{[}@var{expression}@r{]}
1154 @itemx q
1155 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1156 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1157 do not supply @var{expression}, @value{GDBN} will terminate normally;
1158 otherwise it will terminate using the result of @var{expression} as the
1159 error code.
1160 @end table
1161
1162 @cindex interrupt
1163 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1164 terminates the action of any @value{GDBN} command that is in progress and
1165 returns to @value{GDBN} command level. It is safe to type the interrupt
1166 character at any time because @value{GDBN} does not allow it to take effect
1167 until a time when it is safe.
1168
1169 If you have been using @value{GDBN} to control an attached process or
1170 device, you can release it with the @code{detach} command
1171 (@pxref{Attach, ,Debugging an already-running process}).
1172
1173 @node Shell Commands
1174 @section Shell commands
1175
1176 If you need to execute occasional shell commands during your
1177 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1178 just use the @code{shell} command.
1179
1180 @table @code
1181 @kindex shell
1182 @cindex shell escape
1183 @item shell @var{command string}
1184 Invoke a standard shell to execute @var{command string}.
1185 If it exists, the environment variable @code{SHELL} determines which
1186 shell to run. Otherwise @value{GDBN} uses the default shell
1187 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1188 @end table
1189
1190 The utility @code{make} is often needed in development environments.
1191 You do not have to use the @code{shell} command for this purpose in
1192 @value{GDBN}:
1193
1194 @table @code
1195 @kindex make
1196 @cindex calling make
1197 @item make @var{make-args}
1198 Execute the @code{make} program with the specified
1199 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1200 @end table
1201
1202 @node Logging output
1203 @section Logging output
1204 @cindex logging @value{GDBN} output
1205 @cindex save @value{GDBN} output to a file
1206
1207 You may want to save the output of @value{GDBN} commands to a file.
1208 There are several commands to control @value{GDBN}'s logging.
1209
1210 @table @code
1211 @kindex set logging
1212 @item set logging on
1213 Enable logging.
1214 @item set logging off
1215 Disable logging.
1216 @cindex logging file name
1217 @item set logging file @var{file}
1218 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1219 @item set logging overwrite [on|off]
1220 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1221 you want @code{set logging on} to overwrite the logfile instead.
1222 @item set logging redirect [on|off]
1223 By default, @value{GDBN} output will go to both the terminal and the logfile.
1224 Set @code{redirect} if you want output to go only to the log file.
1225 @kindex show logging
1226 @item show logging
1227 Show the current values of the logging settings.
1228 @end table
1229
1230 @node Commands
1231 @chapter @value{GDBN} Commands
1232
1233 You can abbreviate a @value{GDBN} command to the first few letters of the command
1234 name, if that abbreviation is unambiguous; and you can repeat certain
1235 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1236 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1237 show you the alternatives available, if there is more than one possibility).
1238
1239 @menu
1240 * Command Syntax:: How to give commands to @value{GDBN}
1241 * Completion:: Command completion
1242 * Help:: How to ask @value{GDBN} for help
1243 @end menu
1244
1245 @node Command Syntax
1246 @section Command syntax
1247
1248 A @value{GDBN} command is a single line of input. There is no limit on
1249 how long it can be. It starts with a command name, which is followed by
1250 arguments whose meaning depends on the command name. For example, the
1251 command @code{step} accepts an argument which is the number of times to
1252 step, as in @samp{step 5}. You can also use the @code{step} command
1253 with no arguments. Some commands do not allow any arguments.
1254
1255 @cindex abbreviation
1256 @value{GDBN} command names may always be truncated if that abbreviation is
1257 unambiguous. Other possible command abbreviations are listed in the
1258 documentation for individual commands. In some cases, even ambiguous
1259 abbreviations are allowed; for example, @code{s} is specially defined as
1260 equivalent to @code{step} even though there are other commands whose
1261 names start with @code{s}. You can test abbreviations by using them as
1262 arguments to the @code{help} command.
1263
1264 @cindex repeating commands
1265 @kindex RET @r{(repeat last command)}
1266 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1267 repeat the previous command. Certain commands (for example, @code{run})
1268 will not repeat this way; these are commands whose unintentional
1269 repetition might cause trouble and which you are unlikely to want to
1270 repeat. User-defined commands can disable this feature; see
1271 @ref{Define, dont-repeat}.
1272
1273 The @code{list} and @code{x} commands, when you repeat them with
1274 @key{RET}, construct new arguments rather than repeating
1275 exactly as typed. This permits easy scanning of source or memory.
1276
1277 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1278 output, in a way similar to the common utility @code{more}
1279 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1280 @key{RET} too many in this situation, @value{GDBN} disables command
1281 repetition after any command that generates this sort of display.
1282
1283 @kindex # @r{(a comment)}
1284 @cindex comment
1285 Any text from a @kbd{#} to the end of the line is a comment; it does
1286 nothing. This is useful mainly in command files (@pxref{Command
1287 Files,,Command files}).
1288
1289 @cindex repeating command sequences
1290 @kindex C-o @r{(operate-and-get-next)}
1291 The @kbd{C-o} binding is useful for repeating a complex sequence of
1292 commands. This command accepts the current line, like @kbd{RET}, and
1293 then fetches the next line relative to the current line from the history
1294 for editing.
1295
1296 @node Completion
1297 @section Command completion
1298
1299 @cindex completion
1300 @cindex word completion
1301 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1302 only one possibility; it can also show you what the valid possibilities
1303 are for the next word in a command, at any time. This works for @value{GDBN}
1304 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1305
1306 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1307 of a word. If there is only one possibility, @value{GDBN} fills in the
1308 word, and waits for you to finish the command (or press @key{RET} to
1309 enter it). For example, if you type
1310
1311 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1312 @c complete accuracy in these examples; space introduced for clarity.
1313 @c If texinfo enhancements make it unnecessary, it would be nice to
1314 @c replace " @key" by "@key" in the following...
1315 @smallexample
1316 (@value{GDBP}) info bre @key{TAB}
1317 @end smallexample
1318
1319 @noindent
1320 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1321 the only @code{info} subcommand beginning with @samp{bre}:
1322
1323 @smallexample
1324 (@value{GDBP}) info breakpoints
1325 @end smallexample
1326
1327 @noindent
1328 You can either press @key{RET} at this point, to run the @code{info
1329 breakpoints} command, or backspace and enter something else, if
1330 @samp{breakpoints} does not look like the command you expected. (If you
1331 were sure you wanted @code{info breakpoints} in the first place, you
1332 might as well just type @key{RET} immediately after @samp{info bre},
1333 to exploit command abbreviations rather than command completion).
1334
1335 If there is more than one possibility for the next word when you press
1336 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1337 characters and try again, or just press @key{TAB} a second time;
1338 @value{GDBN} displays all the possible completions for that word. For
1339 example, you might want to set a breakpoint on a subroutine whose name
1340 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1341 just sounds the bell. Typing @key{TAB} again displays all the
1342 function names in your program that begin with those characters, for
1343 example:
1344
1345 @smallexample
1346 (@value{GDBP}) b make_ @key{TAB}
1347 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1348 make_a_section_from_file make_environ
1349 make_abs_section make_function_type
1350 make_blockvector make_pointer_type
1351 make_cleanup make_reference_type
1352 make_command make_symbol_completion_list
1353 (@value{GDBP}) b make_
1354 @end smallexample
1355
1356 @noindent
1357 After displaying the available possibilities, @value{GDBN} copies your
1358 partial input (@samp{b make_} in the example) so you can finish the
1359 command.
1360
1361 If you just want to see the list of alternatives in the first place, you
1362 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1363 means @kbd{@key{META} ?}. You can type this either by holding down a
1364 key designated as the @key{META} shift on your keyboard (if there is
1365 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1366
1367 @cindex quotes in commands
1368 @cindex completion of quoted strings
1369 Sometimes the string you need, while logically a ``word'', may contain
1370 parentheses or other characters that @value{GDBN} normally excludes from
1371 its notion of a word. To permit word completion to work in this
1372 situation, you may enclose words in @code{'} (single quote marks) in
1373 @value{GDBN} commands.
1374
1375 The most likely situation where you might need this is in typing the
1376 name of a C@t{++} function. This is because C@t{++} allows function
1377 overloading (multiple definitions of the same function, distinguished
1378 by argument type). For example, when you want to set a breakpoint you
1379 may need to distinguish whether you mean the version of @code{name}
1380 that takes an @code{int} parameter, @code{name(int)}, or the version
1381 that takes a @code{float} parameter, @code{name(float)}. To use the
1382 word-completion facilities in this situation, type a single quote
1383 @code{'} at the beginning of the function name. This alerts
1384 @value{GDBN} that it may need to consider more information than usual
1385 when you press @key{TAB} or @kbd{M-?} to request word completion:
1386
1387 @smallexample
1388 (@value{GDBP}) b 'bubble( @kbd{M-?}
1389 bubble(double,double) bubble(int,int)
1390 (@value{GDBP}) b 'bubble(
1391 @end smallexample
1392
1393 In some cases, @value{GDBN} can tell that completing a name requires using
1394 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1395 completing as much as it can) if you do not type the quote in the first
1396 place:
1397
1398 @smallexample
1399 (@value{GDBP}) b bub @key{TAB}
1400 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1401 (@value{GDBP}) b 'bubble(
1402 @end smallexample
1403
1404 @noindent
1405 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1406 you have not yet started typing the argument list when you ask for
1407 completion on an overloaded symbol.
1408
1409 For more information about overloaded functions, see @ref{C plus plus
1410 expressions, ,C@t{++} expressions}. You can use the command @code{set
1411 overload-resolution off} to disable overload resolution;
1412 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1413
1414
1415 @node Help
1416 @section Getting help
1417 @cindex online documentation
1418 @kindex help
1419
1420 You can always ask @value{GDBN} itself for information on its commands,
1421 using the command @code{help}.
1422
1423 @table @code
1424 @kindex h @r{(@code{help})}
1425 @item help
1426 @itemx h
1427 You can use @code{help} (abbreviated @code{h}) with no arguments to
1428 display a short list of named classes of commands:
1429
1430 @smallexample
1431 (@value{GDBP}) help
1432 List of classes of commands:
1433
1434 aliases -- Aliases of other commands
1435 breakpoints -- Making program stop at certain points
1436 data -- Examining data
1437 files -- Specifying and examining files
1438 internals -- Maintenance commands
1439 obscure -- Obscure features
1440 running -- Running the program
1441 stack -- Examining the stack
1442 status -- Status inquiries
1443 support -- Support facilities
1444 tracepoints -- Tracing of program execution without@*
1445 stopping the program
1446 user-defined -- User-defined commands
1447
1448 Type "help" followed by a class name for a list of
1449 commands in that class.
1450 Type "help" followed by command name for full
1451 documentation.
1452 Command name abbreviations are allowed if unambiguous.
1453 (@value{GDBP})
1454 @end smallexample
1455 @c the above line break eliminates huge line overfull...
1456
1457 @item help @var{class}
1458 Using one of the general help classes as an argument, you can get a
1459 list of the individual commands in that class. For example, here is the
1460 help display for the class @code{status}:
1461
1462 @smallexample
1463 (@value{GDBP}) help status
1464 Status inquiries.
1465
1466 List of commands:
1467
1468 @c Line break in "show" line falsifies real output, but needed
1469 @c to fit in smallbook page size.
1470 info -- Generic command for showing things
1471 about the program being debugged
1472 show -- Generic command for showing things
1473 about the debugger
1474
1475 Type "help" followed by command name for full
1476 documentation.
1477 Command name abbreviations are allowed if unambiguous.
1478 (@value{GDBP})
1479 @end smallexample
1480
1481 @item help @var{command}
1482 With a command name as @code{help} argument, @value{GDBN} displays a
1483 short paragraph on how to use that command.
1484
1485 @kindex apropos
1486 @item apropos @var{args}
1487 The @code{apropos} command searches through all of the @value{GDBN}
1488 commands, and their documentation, for the regular expression specified in
1489 @var{args}. It prints out all matches found. For example:
1490
1491 @smallexample
1492 apropos reload
1493 @end smallexample
1494
1495 @noindent
1496 results in:
1497
1498 @smallexample
1499 @c @group
1500 set symbol-reloading -- Set dynamic symbol table reloading
1501 multiple times in one run
1502 show symbol-reloading -- Show dynamic symbol table reloading
1503 multiple times in one run
1504 @c @end group
1505 @end smallexample
1506
1507 @kindex complete
1508 @item complete @var{args}
1509 The @code{complete @var{args}} command lists all the possible completions
1510 for the beginning of a command. Use @var{args} to specify the beginning of the
1511 command you want completed. For example:
1512
1513 @smallexample
1514 complete i
1515 @end smallexample
1516
1517 @noindent results in:
1518
1519 @smallexample
1520 @group
1521 if
1522 ignore
1523 info
1524 inspect
1525 @end group
1526 @end smallexample
1527
1528 @noindent This is intended for use by @sc{gnu} Emacs.
1529 @end table
1530
1531 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1532 and @code{show} to inquire about the state of your program, or the state
1533 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1534 manual introduces each of them in the appropriate context. The listings
1535 under @code{info} and under @code{show} in the Index point to
1536 all the sub-commands. @xref{Index}.
1537
1538 @c @group
1539 @table @code
1540 @kindex info
1541 @kindex i @r{(@code{info})}
1542 @item info
1543 This command (abbreviated @code{i}) is for describing the state of your
1544 program. For example, you can list the arguments given to your program
1545 with @code{info args}, list the registers currently in use with @code{info
1546 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1547 You can get a complete list of the @code{info} sub-commands with
1548 @w{@code{help info}}.
1549
1550 @kindex set
1551 @item set
1552 You can assign the result of an expression to an environment variable with
1553 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1554 @code{set prompt $}.
1555
1556 @kindex show
1557 @item show
1558 In contrast to @code{info}, @code{show} is for describing the state of
1559 @value{GDBN} itself.
1560 You can change most of the things you can @code{show}, by using the
1561 related command @code{set}; for example, you can control what number
1562 system is used for displays with @code{set radix}, or simply inquire
1563 which is currently in use with @code{show radix}.
1564
1565 @kindex info set
1566 To display all the settable parameters and their current
1567 values, you can use @code{show} with no arguments; you may also use
1568 @code{info set}. Both commands produce the same display.
1569 @c FIXME: "info set" violates the rule that "info" is for state of
1570 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1571 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1572 @end table
1573 @c @end group
1574
1575 Here are three miscellaneous @code{show} subcommands, all of which are
1576 exceptional in lacking corresponding @code{set} commands:
1577
1578 @table @code
1579 @kindex show version
1580 @cindex @value{GDBN} version number
1581 @item show version
1582 Show what version of @value{GDBN} is running. You should include this
1583 information in @value{GDBN} bug-reports. If multiple versions of
1584 @value{GDBN} are in use at your site, you may need to determine which
1585 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1586 commands are introduced, and old ones may wither away. Also, many
1587 system vendors ship variant versions of @value{GDBN}, and there are
1588 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1589 The version number is the same as the one announced when you start
1590 @value{GDBN}.
1591
1592 @kindex show copying
1593 @kindex info copying
1594 @cindex display @value{GDBN} copyright
1595 @item show copying
1596 @itemx info copying
1597 Display information about permission for copying @value{GDBN}.
1598
1599 @kindex show warranty
1600 @kindex info warranty
1601 @item show warranty
1602 @itemx info warranty
1603 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1604 if your version of @value{GDBN} comes with one.
1605
1606 @end table
1607
1608 @node Running
1609 @chapter Running Programs Under @value{GDBN}
1610
1611 When you run a program under @value{GDBN}, you must first generate
1612 debugging information when you compile it.
1613
1614 You may start @value{GDBN} with its arguments, if any, in an environment
1615 of your choice. If you are doing native debugging, you may redirect
1616 your program's input and output, debug an already running process, or
1617 kill a child process.
1618
1619 @menu
1620 * Compilation:: Compiling for debugging
1621 * Starting:: Starting your program
1622 * Arguments:: Your program's arguments
1623 * Environment:: Your program's environment
1624
1625 * Working Directory:: Your program's working directory
1626 * Input/Output:: Your program's input and output
1627 * Attach:: Debugging an already-running process
1628 * Kill Process:: Killing the child process
1629
1630 * Threads:: Debugging programs with multiple threads
1631 * Processes:: Debugging programs with multiple processes
1632 @end menu
1633
1634 @node Compilation
1635 @section Compiling for debugging
1636
1637 In order to debug a program effectively, you need to generate
1638 debugging information when you compile it. This debugging information
1639 is stored in the object file; it describes the data type of each
1640 variable or function and the correspondence between source line numbers
1641 and addresses in the executable code.
1642
1643 To request debugging information, specify the @samp{-g} option when you run
1644 the compiler.
1645
1646 Programs that are to be shipped to your customers are compiled with
1647 optimizations, using the @samp{-O} compiler option. However, many
1648 compilers are unable to handle the @samp{-g} and @samp{-O} options
1649 together. Using those compilers, you cannot generate optimized
1650 executables containing debugging information.
1651
1652 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1653 without @samp{-O}, making it possible to debug optimized code. We
1654 recommend that you @emph{always} use @samp{-g} whenever you compile a
1655 program. You may think your program is correct, but there is no sense
1656 in pushing your luck.
1657
1658 @cindex optimized code, debugging
1659 @cindex debugging optimized code
1660 When you debug a program compiled with @samp{-g -O}, remember that the
1661 optimizer is rearranging your code; the debugger shows you what is
1662 really there. Do not be too surprised when the execution path does not
1663 exactly match your source file! An extreme example: if you define a
1664 variable, but never use it, @value{GDBN} never sees that
1665 variable---because the compiler optimizes it out of existence.
1666
1667 Some things do not work as well with @samp{-g -O} as with just
1668 @samp{-g}, particularly on machines with instruction scheduling. If in
1669 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1670 please report it to us as a bug (including a test case!).
1671 @xref{Variables}, for more information about debugging optimized code.
1672
1673 Older versions of the @sc{gnu} C compiler permitted a variant option
1674 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1675 format; if your @sc{gnu} C compiler has this option, do not use it.
1676
1677 @value{GDBN} knows about preprocessor macros and can show you their
1678 expansion (@pxref{Macros}). Most compilers do not include information
1679 about preprocessor macros in the debugging information if you specify
1680 the @option{-g} flag alone, because this information is rather large.
1681 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1682 provides macro information if you specify the options
1683 @option{-gdwarf-2} and @option{-g3}; the former option requests
1684 debugging information in the Dwarf 2 format, and the latter requests
1685 ``extra information''. In the future, we hope to find more compact
1686 ways to represent macro information, so that it can be included with
1687 @option{-g} alone.
1688
1689 @need 2000
1690 @node Starting
1691 @section Starting your program
1692 @cindex starting
1693 @cindex running
1694
1695 @table @code
1696 @kindex run
1697 @kindex r @r{(@code{run})}
1698 @item run
1699 @itemx r
1700 Use the @code{run} command to start your program under @value{GDBN}.
1701 You must first specify the program name (except on VxWorks) with an
1702 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1703 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1704 (@pxref{Files, ,Commands to specify files}).
1705
1706 @end table
1707
1708 If you are running your program in an execution environment that
1709 supports processes, @code{run} creates an inferior process and makes
1710 that process run your program. (In environments without processes,
1711 @code{run} jumps to the start of your program.)
1712
1713 The execution of a program is affected by certain information it
1714 receives from its superior. @value{GDBN} provides ways to specify this
1715 information, which you must do @emph{before} starting your program. (You
1716 can change it after starting your program, but such changes only affect
1717 your program the next time you start it.) This information may be
1718 divided into four categories:
1719
1720 @table @asis
1721 @item The @emph{arguments.}
1722 Specify the arguments to give your program as the arguments of the
1723 @code{run} command. If a shell is available on your target, the shell
1724 is used to pass the arguments, so that you may use normal conventions
1725 (such as wildcard expansion or variable substitution) in describing
1726 the arguments.
1727 In Unix systems, you can control which shell is used with the
1728 @code{SHELL} environment variable.
1729 @xref{Arguments, ,Your program's arguments}.
1730
1731 @item The @emph{environment.}
1732 Your program normally inherits its environment from @value{GDBN}, but you can
1733 use the @value{GDBN} commands @code{set environment} and @code{unset
1734 environment} to change parts of the environment that affect
1735 your program. @xref{Environment, ,Your program's environment}.
1736
1737 @item The @emph{working directory.}
1738 Your program inherits its working directory from @value{GDBN}. You can set
1739 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1740 @xref{Working Directory, ,Your program's working directory}.
1741
1742 @item The @emph{standard input and output.}
1743 Your program normally uses the same device for standard input and
1744 standard output as @value{GDBN} is using. You can redirect input and output
1745 in the @code{run} command line, or you can use the @code{tty} command to
1746 set a different device for your program.
1747 @xref{Input/Output, ,Your program's input and output}.
1748
1749 @cindex pipes
1750 @emph{Warning:} While input and output redirection work, you cannot use
1751 pipes to pass the output of the program you are debugging to another
1752 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1753 wrong program.
1754 @end table
1755
1756 When you issue the @code{run} command, your program begins to execute
1757 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1758 of how to arrange for your program to stop. Once your program has
1759 stopped, you may call functions in your program, using the @code{print}
1760 or @code{call} commands. @xref{Data, ,Examining Data}.
1761
1762 If the modification time of your symbol file has changed since the last
1763 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1764 table, and reads it again. When it does this, @value{GDBN} tries to retain
1765 your current breakpoints.
1766
1767 @table @code
1768 @kindex start
1769 @item start
1770 @cindex run to main procedure
1771 The name of the main procedure can vary from language to language.
1772 With C or C@t{++}, the main procedure name is always @code{main}, but
1773 other languages such as Ada do not require a specific name for their
1774 main procedure. The debugger provides a convenient way to start the
1775 execution of the program and to stop at the beginning of the main
1776 procedure, depending on the language used.
1777
1778 The @samp{start} command does the equivalent of setting a temporary
1779 breakpoint at the beginning of the main procedure and then invoking
1780 the @samp{run} command.
1781
1782 @cindex elaboration phase
1783 Some programs contain an @dfn{elaboration} phase where some startup code is
1784 executed before the main procedure is called. This depends on the
1785 languages used to write your program. In C@t{++}, for instance,
1786 constructors for static and global objects are executed before
1787 @code{main} is called. It is therefore possible that the debugger stops
1788 before reaching the main procedure. However, the temporary breakpoint
1789 will remain to halt execution.
1790
1791 Specify the arguments to give to your program as arguments to the
1792 @samp{start} command. These arguments will be given verbatim to the
1793 underlying @samp{run} command. Note that the same arguments will be
1794 reused if no argument is provided during subsequent calls to
1795 @samp{start} or @samp{run}.
1796
1797 It is sometimes necessary to debug the program during elaboration. In
1798 these cases, using the @code{start} command would stop the execution of
1799 your program too late, as the program would have already completed the
1800 elaboration phase. Under these circumstances, insert breakpoints in your
1801 elaboration code before running your program.
1802 @end table
1803
1804 @node Arguments
1805 @section Your program's arguments
1806
1807 @cindex arguments (to your program)
1808 The arguments to your program can be specified by the arguments of the
1809 @code{run} command.
1810 They are passed to a shell, which expands wildcard characters and
1811 performs redirection of I/O, and thence to your program. Your
1812 @code{SHELL} environment variable (if it exists) specifies what shell
1813 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1814 the default shell (@file{/bin/sh} on Unix).
1815
1816 On non-Unix systems, the program is usually invoked directly by
1817 @value{GDBN}, which emulates I/O redirection via the appropriate system
1818 calls, and the wildcard characters are expanded by the startup code of
1819 the program, not by the shell.
1820
1821 @code{run} with no arguments uses the same arguments used by the previous
1822 @code{run}, or those set by the @code{set args} command.
1823
1824 @table @code
1825 @kindex set args
1826 @item set args
1827 Specify the arguments to be used the next time your program is run. If
1828 @code{set args} has no arguments, @code{run} executes your program
1829 with no arguments. Once you have run your program with arguments,
1830 using @code{set args} before the next @code{run} is the only way to run
1831 it again without arguments.
1832
1833 @kindex show args
1834 @item show args
1835 Show the arguments to give your program when it is started.
1836 @end table
1837
1838 @node Environment
1839 @section Your program's environment
1840
1841 @cindex environment (of your program)
1842 The @dfn{environment} consists of a set of environment variables and
1843 their values. Environment variables conventionally record such things as
1844 your user name, your home directory, your terminal type, and your search
1845 path for programs to run. Usually you set up environment variables with
1846 the shell and they are inherited by all the other programs you run. When
1847 debugging, it can be useful to try running your program with a modified
1848 environment without having to start @value{GDBN} over again.
1849
1850 @table @code
1851 @kindex path
1852 @item path @var{directory}
1853 Add @var{directory} to the front of the @code{PATH} environment variable
1854 (the search path for executables) that will be passed to your program.
1855 The value of @code{PATH} used by @value{GDBN} does not change.
1856 You may specify several directory names, separated by whitespace or by a
1857 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1858 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1859 is moved to the front, so it is searched sooner.
1860
1861 You can use the string @samp{$cwd} to refer to whatever is the current
1862 working directory at the time @value{GDBN} searches the path. If you
1863 use @samp{.} instead, it refers to the directory where you executed the
1864 @code{path} command. @value{GDBN} replaces @samp{.} in the
1865 @var{directory} argument (with the current path) before adding
1866 @var{directory} to the search path.
1867 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1868 @c document that, since repeating it would be a no-op.
1869
1870 @kindex show paths
1871 @item show paths
1872 Display the list of search paths for executables (the @code{PATH}
1873 environment variable).
1874
1875 @kindex show environment
1876 @item show environment @r{[}@var{varname}@r{]}
1877 Print the value of environment variable @var{varname} to be given to
1878 your program when it starts. If you do not supply @var{varname},
1879 print the names and values of all environment variables to be given to
1880 your program. You can abbreviate @code{environment} as @code{env}.
1881
1882 @kindex set environment
1883 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1884 Set environment variable @var{varname} to @var{value}. The value
1885 changes for your program only, not for @value{GDBN} itself. @var{value} may
1886 be any string; the values of environment variables are just strings, and
1887 any interpretation is supplied by your program itself. The @var{value}
1888 parameter is optional; if it is eliminated, the variable is set to a
1889 null value.
1890 @c "any string" here does not include leading, trailing
1891 @c blanks. Gnu asks: does anyone care?
1892
1893 For example, this command:
1894
1895 @smallexample
1896 set env USER = foo
1897 @end smallexample
1898
1899 @noindent
1900 tells the debugged program, when subsequently run, that its user is named
1901 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1902 are not actually required.)
1903
1904 @kindex unset environment
1905 @item unset environment @var{varname}
1906 Remove variable @var{varname} from the environment to be passed to your
1907 program. This is different from @samp{set env @var{varname} =};
1908 @code{unset environment} removes the variable from the environment,
1909 rather than assigning it an empty value.
1910 @end table
1911
1912 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1913 the shell indicated
1914 by your @code{SHELL} environment variable if it exists (or
1915 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1916 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1917 @file{.bashrc} for BASH---any variables you set in that file affect
1918 your program. You may wish to move setting of environment variables to
1919 files that are only run when you sign on, such as @file{.login} or
1920 @file{.profile}.
1921
1922 @node Working Directory
1923 @section Your program's working directory
1924
1925 @cindex working directory (of your program)
1926 Each time you start your program with @code{run}, it inherits its
1927 working directory from the current working directory of @value{GDBN}.
1928 The @value{GDBN} working directory is initially whatever it inherited
1929 from its parent process (typically the shell), but you can specify a new
1930 working directory in @value{GDBN} with the @code{cd} command.
1931
1932 The @value{GDBN} working directory also serves as a default for the commands
1933 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1934 specify files}.
1935
1936 @table @code
1937 @kindex cd
1938 @cindex change working directory
1939 @item cd @var{directory}
1940 Set the @value{GDBN} working directory to @var{directory}.
1941
1942 @kindex pwd
1943 @item pwd
1944 Print the @value{GDBN} working directory.
1945 @end table
1946
1947 It is generally impossible to find the current working directory of
1948 the process being debugged (since a program can change its directory
1949 during its run). If you work on a system where @value{GDBN} is
1950 configured with the @file{/proc} support, you can use the @code{info
1951 proc} command (@pxref{SVR4 Process Information}) to find out the
1952 current working directory of the debuggee.
1953
1954 @node Input/Output
1955 @section Your program's input and output
1956
1957 @cindex redirection
1958 @cindex i/o
1959 @cindex terminal
1960 By default, the program you run under @value{GDBN} does input and output to
1961 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
1962 to its own terminal modes to interact with you, but it records the terminal
1963 modes your program was using and switches back to them when you continue
1964 running your program.
1965
1966 @table @code
1967 @kindex info terminal
1968 @item info terminal
1969 Displays information recorded by @value{GDBN} about the terminal modes your
1970 program is using.
1971 @end table
1972
1973 You can redirect your program's input and/or output using shell
1974 redirection with the @code{run} command. For example,
1975
1976 @smallexample
1977 run > outfile
1978 @end smallexample
1979
1980 @noindent
1981 starts your program, diverting its output to the file @file{outfile}.
1982
1983 @kindex tty
1984 @cindex controlling terminal
1985 Another way to specify where your program should do input and output is
1986 with the @code{tty} command. This command accepts a file name as
1987 argument, and causes this file to be the default for future @code{run}
1988 commands. It also resets the controlling terminal for the child
1989 process, for future @code{run} commands. For example,
1990
1991 @smallexample
1992 tty /dev/ttyb
1993 @end smallexample
1994
1995 @noindent
1996 directs that processes started with subsequent @code{run} commands
1997 default to do input and output on the terminal @file{/dev/ttyb} and have
1998 that as their controlling terminal.
1999
2000 An explicit redirection in @code{run} overrides the @code{tty} command's
2001 effect on the input/output device, but not its effect on the controlling
2002 terminal.
2003
2004 When you use the @code{tty} command or redirect input in the @code{run}
2005 command, only the input @emph{for your program} is affected. The input
2006 for @value{GDBN} still comes from your terminal.
2007
2008 @node Attach
2009 @section Debugging an already-running process
2010 @kindex attach
2011 @cindex attach
2012
2013 @table @code
2014 @item attach @var{process-id}
2015 This command attaches to a running process---one that was started
2016 outside @value{GDBN}. (@code{info files} shows your active
2017 targets.) The command takes as argument a process ID. The usual way to
2018 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2019 or with the @samp{jobs -l} shell command.
2020
2021 @code{attach} does not repeat if you press @key{RET} a second time after
2022 executing the command.
2023 @end table
2024
2025 To use @code{attach}, your program must be running in an environment
2026 which supports processes; for example, @code{attach} does not work for
2027 programs on bare-board targets that lack an operating system. You must
2028 also have permission to send the process a signal.
2029
2030 When you use @code{attach}, the debugger finds the program running in
2031 the process first by looking in the current working directory, then (if
2032 the program is not found) by using the source file search path
2033 (@pxref{Source Path, ,Specifying source directories}). You can also use
2034 the @code{file} command to load the program. @xref{Files, ,Commands to
2035 Specify Files}.
2036
2037 The first thing @value{GDBN} does after arranging to debug the specified
2038 process is to stop it. You can examine and modify an attached process
2039 with all the @value{GDBN} commands that are ordinarily available when
2040 you start processes with @code{run}. You can insert breakpoints; you
2041 can step and continue; you can modify storage. If you would rather the
2042 process continue running, you may use the @code{continue} command after
2043 attaching @value{GDBN} to the process.
2044
2045 @table @code
2046 @kindex detach
2047 @item detach
2048 When you have finished debugging the attached process, you can use the
2049 @code{detach} command to release it from @value{GDBN} control. Detaching
2050 the process continues its execution. After the @code{detach} command,
2051 that process and @value{GDBN} become completely independent once more, and you
2052 are ready to @code{attach} another process or start one with @code{run}.
2053 @code{detach} does not repeat if you press @key{RET} again after
2054 executing the command.
2055 @end table
2056
2057 If you exit @value{GDBN} or use the @code{run} command while you have an
2058 attached process, you kill that process. By default, @value{GDBN} asks
2059 for confirmation if you try to do either of these things; you can
2060 control whether or not you need to confirm by using the @code{set
2061 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2062 messages}).
2063
2064 @node Kill Process
2065 @section Killing the child process
2066
2067 @table @code
2068 @kindex kill
2069 @item kill
2070 Kill the child process in which your program is running under @value{GDBN}.
2071 @end table
2072
2073 This command is useful if you wish to debug a core dump instead of a
2074 running process. @value{GDBN} ignores any core dump file while your program
2075 is running.
2076
2077 On some operating systems, a program cannot be executed outside @value{GDBN}
2078 while you have breakpoints set on it inside @value{GDBN}. You can use the
2079 @code{kill} command in this situation to permit running your program
2080 outside the debugger.
2081
2082 The @code{kill} command is also useful if you wish to recompile and
2083 relink your program, since on many systems it is impossible to modify an
2084 executable file while it is running in a process. In this case, when you
2085 next type @code{run}, @value{GDBN} notices that the file has changed, and
2086 reads the symbol table again (while trying to preserve your current
2087 breakpoint settings).
2088
2089 @node Threads
2090 @section Debugging programs with multiple threads
2091
2092 @cindex threads of execution
2093 @cindex multiple threads
2094 @cindex switching threads
2095 In some operating systems, such as HP-UX and Solaris, a single program
2096 may have more than one @dfn{thread} of execution. The precise semantics
2097 of threads differ from one operating system to another, but in general
2098 the threads of a single program are akin to multiple processes---except
2099 that they share one address space (that is, they can all examine and
2100 modify the same variables). On the other hand, each thread has its own
2101 registers and execution stack, and perhaps private memory.
2102
2103 @value{GDBN} provides these facilities for debugging multi-thread
2104 programs:
2105
2106 @itemize @bullet
2107 @item automatic notification of new threads
2108 @item @samp{thread @var{threadno}}, a command to switch among threads
2109 @item @samp{info threads}, a command to inquire about existing threads
2110 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2111 a command to apply a command to a list of threads
2112 @item thread-specific breakpoints
2113 @end itemize
2114
2115 @quotation
2116 @emph{Warning:} These facilities are not yet available on every
2117 @value{GDBN} configuration where the operating system supports threads.
2118 If your @value{GDBN} does not support threads, these commands have no
2119 effect. For example, a system without thread support shows no output
2120 from @samp{info threads}, and always rejects the @code{thread} command,
2121 like this:
2122
2123 @smallexample
2124 (@value{GDBP}) info threads
2125 (@value{GDBP}) thread 1
2126 Thread ID 1 not known. Use the "info threads" command to
2127 see the IDs of currently known threads.
2128 @end smallexample
2129 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2130 @c doesn't support threads"?
2131 @end quotation
2132
2133 @cindex focus of debugging
2134 @cindex current thread
2135 The @value{GDBN} thread debugging facility allows you to observe all
2136 threads while your program runs---but whenever @value{GDBN} takes
2137 control, one thread in particular is always the focus of debugging.
2138 This thread is called the @dfn{current thread}. Debugging commands show
2139 program information from the perspective of the current thread.
2140
2141 @cindex @code{New} @var{systag} message
2142 @cindex thread identifier (system)
2143 @c FIXME-implementors!! It would be more helpful if the [New...] message
2144 @c included GDB's numeric thread handle, so you could just go to that
2145 @c thread without first checking `info threads'.
2146 Whenever @value{GDBN} detects a new thread in your program, it displays
2147 the target system's identification for the thread with a message in the
2148 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2149 whose form varies depending on the particular system. For example, on
2150 LynxOS, you might see
2151
2152 @smallexample
2153 [New process 35 thread 27]
2154 @end smallexample
2155
2156 @noindent
2157 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2158 the @var{systag} is simply something like @samp{process 368}, with no
2159 further qualifier.
2160
2161 @c FIXME!! (1) Does the [New...] message appear even for the very first
2162 @c thread of a program, or does it only appear for the
2163 @c second---i.e.@: when it becomes obvious we have a multithread
2164 @c program?
2165 @c (2) *Is* there necessarily a first thread always? Or do some
2166 @c multithread systems permit starting a program with multiple
2167 @c threads ab initio?
2168
2169 @cindex thread number
2170 @cindex thread identifier (GDB)
2171 For debugging purposes, @value{GDBN} associates its own thread
2172 number---always a single integer---with each thread in your program.
2173
2174 @table @code
2175 @kindex info threads
2176 @item info threads
2177 Display a summary of all threads currently in your
2178 program. @value{GDBN} displays for each thread (in this order):
2179
2180 @enumerate
2181 @item
2182 the thread number assigned by @value{GDBN}
2183
2184 @item
2185 the target system's thread identifier (@var{systag})
2186
2187 @item
2188 the current stack frame summary for that thread
2189 @end enumerate
2190
2191 @noindent
2192 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2193 indicates the current thread.
2194
2195 For example,
2196 @end table
2197 @c end table here to get a little more width for example
2198
2199 @smallexample
2200 (@value{GDBP}) info threads
2201 3 process 35 thread 27 0x34e5 in sigpause ()
2202 2 process 35 thread 23 0x34e5 in sigpause ()
2203 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2204 at threadtest.c:68
2205 @end smallexample
2206
2207 On HP-UX systems:
2208
2209 @cindex debugging multithreaded programs (on HP-UX)
2210 @cindex thread identifier (GDB), on HP-UX
2211 For debugging purposes, @value{GDBN} associates its own thread
2212 number---a small integer assigned in thread-creation order---with each
2213 thread in your program.
2214
2215 @cindex @code{New} @var{systag} message, on HP-UX
2216 @cindex thread identifier (system), on HP-UX
2217 @c FIXME-implementors!! It would be more helpful if the [New...] message
2218 @c included GDB's numeric thread handle, so you could just go to that
2219 @c thread without first checking `info threads'.
2220 Whenever @value{GDBN} detects a new thread in your program, it displays
2221 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2222 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2223 whose form varies depending on the particular system. For example, on
2224 HP-UX, you see
2225
2226 @smallexample
2227 [New thread 2 (system thread 26594)]
2228 @end smallexample
2229
2230 @noindent
2231 when @value{GDBN} notices a new thread.
2232
2233 @table @code
2234 @kindex info threads (HP-UX)
2235 @item info threads
2236 Display a summary of all threads currently in your
2237 program. @value{GDBN} displays for each thread (in this order):
2238
2239 @enumerate
2240 @item the thread number assigned by @value{GDBN}
2241
2242 @item the target system's thread identifier (@var{systag})
2243
2244 @item the current stack frame summary for that thread
2245 @end enumerate
2246
2247 @noindent
2248 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2249 indicates the current thread.
2250
2251 For example,
2252 @end table
2253 @c end table here to get a little more width for example
2254
2255 @smallexample
2256 (@value{GDBP}) info threads
2257 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2258 at quicksort.c:137
2259 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2260 from /usr/lib/libc.2
2261 1 system thread 27905 0x7b003498 in _brk () \@*
2262 from /usr/lib/libc.2
2263 @end smallexample
2264
2265 On Solaris, you can display more information about user threads with a
2266 Solaris-specific command:
2267
2268 @table @code
2269 @item maint info sol-threads
2270 @kindex maint info sol-threads
2271 @cindex thread info (Solaris)
2272 Display info on Solaris user threads.
2273 @end table
2274
2275 @table @code
2276 @kindex thread @var{threadno}
2277 @item thread @var{threadno}
2278 Make thread number @var{threadno} the current thread. The command
2279 argument @var{threadno} is the internal @value{GDBN} thread number, as
2280 shown in the first field of the @samp{info threads} display.
2281 @value{GDBN} responds by displaying the system identifier of the thread
2282 you selected, and its current stack frame summary:
2283
2284 @smallexample
2285 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2286 (@value{GDBP}) thread 2
2287 [Switching to process 35 thread 23]
2288 0x34e5 in sigpause ()
2289 @end smallexample
2290
2291 @noindent
2292 As with the @samp{[New @dots{}]} message, the form of the text after
2293 @samp{Switching to} depends on your system's conventions for identifying
2294 threads.
2295
2296 @kindex thread apply
2297 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2298 The @code{thread apply} command allows you to apply a command to one or
2299 more threads. Specify the numbers of the threads that you want affected
2300 with the command argument @var{threadno}. @var{threadno} is the internal
2301 @value{GDBN} thread number, as shown in the first field of the @samp{info
2302 threads} display. To apply a command to all threads, use
2303 @code{thread apply all} @var{args}.
2304 @end table
2305
2306 @cindex automatic thread selection
2307 @cindex switching threads automatically
2308 @cindex threads, automatic switching
2309 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2310 signal, it automatically selects the thread where that breakpoint or
2311 signal happened. @value{GDBN} alerts you to the context switch with a
2312 message of the form @samp{[Switching to @var{systag}]} to identify the
2313 thread.
2314
2315 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2316 more information about how @value{GDBN} behaves when you stop and start
2317 programs with multiple threads.
2318
2319 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2320 watchpoints in programs with multiple threads.
2321
2322 @node Processes
2323 @section Debugging programs with multiple processes
2324
2325 @cindex fork, debugging programs which call
2326 @cindex multiple processes
2327 @cindex processes, multiple
2328 On most systems, @value{GDBN} has no special support for debugging
2329 programs which create additional processes using the @code{fork}
2330 function. When a program forks, @value{GDBN} will continue to debug the
2331 parent process and the child process will run unimpeded. If you have
2332 set a breakpoint in any code which the child then executes, the child
2333 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2334 will cause it to terminate.
2335
2336 However, if you want to debug the child process there is a workaround
2337 which isn't too painful. Put a call to @code{sleep} in the code which
2338 the child process executes after the fork. It may be useful to sleep
2339 only if a certain environment variable is set, or a certain file exists,
2340 so that the delay need not occur when you don't want to run @value{GDBN}
2341 on the child. While the child is sleeping, use the @code{ps} program to
2342 get its process ID. Then tell @value{GDBN} (a new invocation of
2343 @value{GDBN} if you are also debugging the parent process) to attach to
2344 the child process (@pxref{Attach}). From that point on you can debug
2345 the child process just like any other process which you attached to.
2346
2347 On some systems, @value{GDBN} provides support for debugging programs that
2348 create additional processes using the @code{fork} or @code{vfork} functions.
2349 Currently, the only platforms with this feature are HP-UX (11.x and later
2350 only?) and GNU/Linux (kernel version 2.5.60 and later).
2351
2352 By default, when a program forks, @value{GDBN} will continue to debug
2353 the parent process and the child process will run unimpeded.
2354
2355 If you want to follow the child process instead of the parent process,
2356 use the command @w{@code{set follow-fork-mode}}.
2357
2358 @table @code
2359 @kindex set follow-fork-mode
2360 @item set follow-fork-mode @var{mode}
2361 Set the debugger response to a program call of @code{fork} or
2362 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2363 process. The @var{mode} argument can be:
2364
2365 @table @code
2366 @item parent
2367 The original process is debugged after a fork. The child process runs
2368 unimpeded. This is the default.
2369
2370 @item child
2371 The new process is debugged after a fork. The parent process runs
2372 unimpeded.
2373
2374 @end table
2375
2376 @kindex show follow-fork-mode
2377 @item show follow-fork-mode
2378 Display the current debugger response to a @code{fork} or @code{vfork} call.
2379 @end table
2380
2381 If you ask to debug a child process and a @code{vfork} is followed by an
2382 @code{exec}, @value{GDBN} executes the new target up to the first
2383 breakpoint in the new target. If you have a breakpoint set on
2384 @code{main} in your original program, the breakpoint will also be set on
2385 the child process's @code{main}.
2386
2387 When a child process is spawned by @code{vfork}, you cannot debug the
2388 child or parent until an @code{exec} call completes.
2389
2390 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2391 call executes, the new target restarts. To restart the parent process,
2392 use the @code{file} command with the parent executable name as its
2393 argument.
2394
2395 You can use the @code{catch} command to make @value{GDBN} stop whenever
2396 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2397 Catchpoints, ,Setting catchpoints}.
2398
2399 @node Stopping
2400 @chapter Stopping and Continuing
2401
2402 The principal purposes of using a debugger are so that you can stop your
2403 program before it terminates; or so that, if your program runs into
2404 trouble, you can investigate and find out why.
2405
2406 Inside @value{GDBN}, your program may stop for any of several reasons,
2407 such as a signal, a breakpoint, or reaching a new line after a
2408 @value{GDBN} command such as @code{step}. You may then examine and
2409 change variables, set new breakpoints or remove old ones, and then
2410 continue execution. Usually, the messages shown by @value{GDBN} provide
2411 ample explanation of the status of your program---but you can also
2412 explicitly request this information at any time.
2413
2414 @table @code
2415 @kindex info program
2416 @item info program
2417 Display information about the status of your program: whether it is
2418 running or not, what process it is, and why it stopped.
2419 @end table
2420
2421 @menu
2422 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2423 * Continuing and Stepping:: Resuming execution
2424 * Signals:: Signals
2425 * Thread Stops:: Stopping and starting multi-thread programs
2426 @end menu
2427
2428 @node Breakpoints
2429 @section Breakpoints, watchpoints, and catchpoints
2430
2431 @cindex breakpoints
2432 A @dfn{breakpoint} makes your program stop whenever a certain point in
2433 the program is reached. For each breakpoint, you can add conditions to
2434 control in finer detail whether your program stops. You can set
2435 breakpoints with the @code{break} command and its variants (@pxref{Set
2436 Breaks, ,Setting breakpoints}), to specify the place where your program
2437 should stop by line number, function name or exact address in the
2438 program.
2439
2440 On some systems, you can set breakpoints in shared libraries before
2441 the executable is run. There is a minor limitation on HP-UX systems:
2442 you must wait until the executable is run in order to set breakpoints
2443 in shared library routines that are not called directly by the program
2444 (for example, routines that are arguments in a @code{pthread_create}
2445 call).
2446
2447 @cindex watchpoints
2448 @cindex memory tracing
2449 @cindex breakpoint on memory address
2450 @cindex breakpoint on variable modification
2451 A @dfn{watchpoint} is a special breakpoint that stops your program
2452 when the value of an expression changes. You must use a different
2453 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2454 watchpoints}), but aside from that, you can manage a watchpoint like
2455 any other breakpoint: you enable, disable, and delete both breakpoints
2456 and watchpoints using the same commands.
2457
2458 You can arrange to have values from your program displayed automatically
2459 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2460 Automatic display}.
2461
2462 @cindex catchpoints
2463 @cindex breakpoint on events
2464 A @dfn{catchpoint} is another special breakpoint that stops your program
2465 when a certain kind of event occurs, such as the throwing of a C@t{++}
2466 exception or the loading of a library. As with watchpoints, you use a
2467 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2468 catchpoints}), but aside from that, you can manage a catchpoint like any
2469 other breakpoint. (To stop when your program receives a signal, use the
2470 @code{handle} command; see @ref{Signals, ,Signals}.)
2471
2472 @cindex breakpoint numbers
2473 @cindex numbers for breakpoints
2474 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2475 catchpoint when you create it; these numbers are successive integers
2476 starting with one. In many of the commands for controlling various
2477 features of breakpoints you use the breakpoint number to say which
2478 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2479 @dfn{disabled}; if disabled, it has no effect on your program until you
2480 enable it again.
2481
2482 @cindex breakpoint ranges
2483 @cindex ranges of breakpoints
2484 Some @value{GDBN} commands accept a range of breakpoints on which to
2485 operate. A breakpoint range is either a single breakpoint number, like
2486 @samp{5}, or two such numbers, in increasing order, separated by a
2487 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2488 all breakpoint in that range are operated on.
2489
2490 @menu
2491 * Set Breaks:: Setting breakpoints
2492 * Set Watchpoints:: Setting watchpoints
2493 * Set Catchpoints:: Setting catchpoints
2494 * Delete Breaks:: Deleting breakpoints
2495 * Disabling:: Disabling breakpoints
2496 * Conditions:: Break conditions
2497 * Break Commands:: Breakpoint command lists
2498 * Breakpoint Menus:: Breakpoint menus
2499 * Error in Breakpoints:: ``Cannot insert breakpoints''
2500 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2501 @end menu
2502
2503 @node Set Breaks
2504 @subsection Setting breakpoints
2505
2506 @c FIXME LMB what does GDB do if no code on line of breakpt?
2507 @c consider in particular declaration with/without initialization.
2508 @c
2509 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2510
2511 @kindex break
2512 @kindex b @r{(@code{break})}
2513 @vindex $bpnum@r{, convenience variable}
2514 @cindex latest breakpoint
2515 Breakpoints are set with the @code{break} command (abbreviated
2516 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2517 number of the breakpoint you've set most recently; see @ref{Convenience
2518 Vars,, Convenience variables}, for a discussion of what you can do with
2519 convenience variables.
2520
2521 You have several ways to say where the breakpoint should go.
2522
2523 @table @code
2524 @item break @var{function}
2525 Set a breakpoint at entry to function @var{function}.
2526 When using source languages that permit overloading of symbols, such as
2527 C@t{++}, @var{function} may refer to more than one possible place to break.
2528 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2529
2530 @item break +@var{offset}
2531 @itemx break -@var{offset}
2532 Set a breakpoint some number of lines forward or back from the position
2533 at which execution stopped in the currently selected @dfn{stack frame}.
2534 (@xref{Frames, ,Frames}, for a description of stack frames.)
2535
2536 @item break @var{linenum}
2537 Set a breakpoint at line @var{linenum} in the current source file.
2538 The current source file is the last file whose source text was printed.
2539 The breakpoint will stop your program just before it executes any of the
2540 code on that line.
2541
2542 @item break @var{filename}:@var{linenum}
2543 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2544
2545 @item break @var{filename}:@var{function}
2546 Set a breakpoint at entry to function @var{function} found in file
2547 @var{filename}. Specifying a file name as well as a function name is
2548 superfluous except when multiple files contain similarly named
2549 functions.
2550
2551 @item break *@var{address}
2552 Set a breakpoint at address @var{address}. You can use this to set
2553 breakpoints in parts of your program which do not have debugging
2554 information or source files.
2555
2556 @item break
2557 When called without any arguments, @code{break} sets a breakpoint at
2558 the next instruction to be executed in the selected stack frame
2559 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2560 innermost, this makes your program stop as soon as control
2561 returns to that frame. This is similar to the effect of a
2562 @code{finish} command in the frame inside the selected frame---except
2563 that @code{finish} does not leave an active breakpoint. If you use
2564 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2565 the next time it reaches the current location; this may be useful
2566 inside loops.
2567
2568 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2569 least one instruction has been executed. If it did not do this, you
2570 would be unable to proceed past a breakpoint without first disabling the
2571 breakpoint. This rule applies whether or not the breakpoint already
2572 existed when your program stopped.
2573
2574 @item break @dots{} if @var{cond}
2575 Set a breakpoint with condition @var{cond}; evaluate the expression
2576 @var{cond} each time the breakpoint is reached, and stop only if the
2577 value is nonzero---that is, if @var{cond} evaluates as true.
2578 @samp{@dots{}} stands for one of the possible arguments described
2579 above (or no argument) specifying where to break. @xref{Conditions,
2580 ,Break conditions}, for more information on breakpoint conditions.
2581
2582 @kindex tbreak
2583 @item tbreak @var{args}
2584 Set a breakpoint enabled only for one stop. @var{args} are the
2585 same as for the @code{break} command, and the breakpoint is set in the same
2586 way, but the breakpoint is automatically deleted after the first time your
2587 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2588
2589 @kindex hbreak
2590 @cindex hardware breakpoints
2591 @item hbreak @var{args}
2592 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2593 @code{break} command and the breakpoint is set in the same way, but the
2594 breakpoint requires hardware support and some target hardware may not
2595 have this support. The main purpose of this is EPROM/ROM code
2596 debugging, so you can set a breakpoint at an instruction without
2597 changing the instruction. This can be used with the new trap-generation
2598 provided by SPARClite DSU and most x86-based targets. These targets
2599 will generate traps when a program accesses some data or instruction
2600 address that is assigned to the debug registers. However the hardware
2601 breakpoint registers can take a limited number of breakpoints. For
2602 example, on the DSU, only two data breakpoints can be set at a time, and
2603 @value{GDBN} will reject this command if more than two are used. Delete
2604 or disable unused hardware breakpoints before setting new ones
2605 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2606 For remote targets, you can restrict the number of hardware
2607 breakpoints @value{GDBN} will use, see @ref{set remote
2608 hardware-breakpoint-limit}.
2609
2610
2611 @kindex thbreak
2612 @item thbreak @var{args}
2613 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2614 are the same as for the @code{hbreak} command and the breakpoint is set in
2615 the same way. However, like the @code{tbreak} command,
2616 the breakpoint is automatically deleted after the
2617 first time your program stops there. Also, like the @code{hbreak}
2618 command, the breakpoint requires hardware support and some target hardware
2619 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2620 See also @ref{Conditions, ,Break conditions}.
2621
2622 @kindex rbreak
2623 @cindex regular expression
2624 @cindex breakpoints in functions matching a regexp
2625 @cindex set breakpoints in many functions
2626 @item rbreak @var{regex}
2627 Set breakpoints on all functions matching the regular expression
2628 @var{regex}. This command sets an unconditional breakpoint on all
2629 matches, printing a list of all breakpoints it set. Once these
2630 breakpoints are set, they are treated just like the breakpoints set with
2631 the @code{break} command. You can delete them, disable them, or make
2632 them conditional the same way as any other breakpoint.
2633
2634 The syntax of the regular expression is the standard one used with tools
2635 like @file{grep}. Note that this is different from the syntax used by
2636 shells, so for instance @code{foo*} matches all functions that include
2637 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2638 @code{.*} leading and trailing the regular expression you supply, so to
2639 match only functions that begin with @code{foo}, use @code{^foo}.
2640
2641 @cindex non-member C@t{++} functions, set breakpoint in
2642 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2643 breakpoints on overloaded functions that are not members of any special
2644 classes.
2645
2646 @cindex set breakpoints on all functions
2647 The @code{rbreak} command can be used to set breakpoints in
2648 @strong{all} the functions in a program, like this:
2649
2650 @smallexample
2651 (@value{GDBP}) rbreak .
2652 @end smallexample
2653
2654 @kindex info breakpoints
2655 @cindex @code{$_} and @code{info breakpoints}
2656 @item info breakpoints @r{[}@var{n}@r{]}
2657 @itemx info break @r{[}@var{n}@r{]}
2658 @itemx info watchpoints @r{[}@var{n}@r{]}
2659 Print a table of all breakpoints, watchpoints, and catchpoints set and
2660 not deleted, with the following columns for each breakpoint:
2661
2662 @table @emph
2663 @item Breakpoint Numbers
2664 @item Type
2665 Breakpoint, watchpoint, or catchpoint.
2666 @item Disposition
2667 Whether the breakpoint is marked to be disabled or deleted when hit.
2668 @item Enabled or Disabled
2669 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2670 that are not enabled.
2671 @item Address
2672 Where the breakpoint is in your program, as a memory address. If the
2673 breakpoint is pending (see below for details) on a future load of a shared library, the address
2674 will be listed as @samp{<PENDING>}.
2675 @item What
2676 Where the breakpoint is in the source for your program, as a file and
2677 line number. For a pending breakpoint, the original string passed to
2678 the breakpoint command will be listed as it cannot be resolved until
2679 the appropriate shared library is loaded in the future.
2680 @end table
2681
2682 @noindent
2683 If a breakpoint is conditional, @code{info break} shows the condition on
2684 the line following the affected breakpoint; breakpoint commands, if any,
2685 are listed after that. A pending breakpoint is allowed to have a condition
2686 specified for it. The condition is not parsed for validity until a shared
2687 library is loaded that allows the pending breakpoint to resolve to a
2688 valid location.
2689
2690 @noindent
2691 @code{info break} with a breakpoint
2692 number @var{n} as argument lists only that breakpoint. The
2693 convenience variable @code{$_} and the default examining-address for
2694 the @code{x} command are set to the address of the last breakpoint
2695 listed (@pxref{Memory, ,Examining memory}).
2696
2697 @noindent
2698 @code{info break} displays a count of the number of times the breakpoint
2699 has been hit. This is especially useful in conjunction with the
2700 @code{ignore} command. You can ignore a large number of breakpoint
2701 hits, look at the breakpoint info to see how many times the breakpoint
2702 was hit, and then run again, ignoring one less than that number. This
2703 will get you quickly to the last hit of that breakpoint.
2704 @end table
2705
2706 @value{GDBN} allows you to set any number of breakpoints at the same place in
2707 your program. There is nothing silly or meaningless about this. When
2708 the breakpoints are conditional, this is even useful
2709 (@pxref{Conditions, ,Break conditions}).
2710
2711 @cindex pending breakpoints
2712 If a specified breakpoint location cannot be found, it may be due to the fact
2713 that the location is in a shared library that is yet to be loaded. In such
2714 a case, you may want @value{GDBN} to create a special breakpoint (known as
2715 a @dfn{pending breakpoint}) that
2716 attempts to resolve itself in the future when an appropriate shared library
2717 gets loaded.
2718
2719 Pending breakpoints are useful to set at the start of your
2720 @value{GDBN} session for locations that you know will be dynamically loaded
2721 later by the program being debugged. When shared libraries are loaded,
2722 a check is made to see if the load resolves any pending breakpoint locations.
2723 If a pending breakpoint location gets resolved,
2724 a regular breakpoint is created and the original pending breakpoint is removed.
2725
2726 @value{GDBN} provides some additional commands for controlling pending
2727 breakpoint support:
2728
2729 @kindex set breakpoint pending
2730 @kindex show breakpoint pending
2731 @table @code
2732 @item set breakpoint pending auto
2733 This is the default behavior. When @value{GDBN} cannot find the breakpoint
2734 location, it queries you whether a pending breakpoint should be created.
2735
2736 @item set breakpoint pending on
2737 This indicates that an unrecognized breakpoint location should automatically
2738 result in a pending breakpoint being created.
2739
2740 @item set breakpoint pending off
2741 This indicates that pending breakpoints are not to be created. Any
2742 unrecognized breakpoint location results in an error. This setting does
2743 not affect any pending breakpoints previously created.
2744
2745 @item show breakpoint pending
2746 Show the current behavior setting for creating pending breakpoints.
2747 @end table
2748
2749 @cindex operations allowed on pending breakpoints
2750 Normal breakpoint operations apply to pending breakpoints as well. You may
2751 specify a condition for a pending breakpoint and/or commands to run when the
2752 breakpoint is reached. You can also enable or disable
2753 the pending breakpoint. When you specify a condition for a pending breakpoint,
2754 the parsing of the condition will be deferred until the point where the
2755 pending breakpoint location is resolved. Disabling a pending breakpoint
2756 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2757 shared library load. When a pending breakpoint is re-enabled,
2758 @value{GDBN} checks to see if the location is already resolved.
2759 This is done because any number of shared library loads could have
2760 occurred since the time the breakpoint was disabled and one or more
2761 of these loads could resolve the location.
2762
2763 @cindex negative breakpoint numbers
2764 @cindex internal @value{GDBN} breakpoints
2765 @value{GDBN} itself sometimes sets breakpoints in your program for
2766 special purposes, such as proper handling of @code{longjmp} (in C
2767 programs). These internal breakpoints are assigned negative numbers,
2768 starting with @code{-1}; @samp{info breakpoints} does not display them.
2769 You can see these breakpoints with the @value{GDBN} maintenance command
2770 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2771
2772
2773 @node Set Watchpoints
2774 @subsection Setting watchpoints
2775
2776 @cindex setting watchpoints
2777 You can use a watchpoint to stop execution whenever the value of an
2778 expression changes, without having to predict a particular place where
2779 this may happen.
2780
2781 @cindex software watchpoints
2782 @cindex hardware watchpoints
2783 Depending on your system, watchpoints may be implemented in software or
2784 hardware. @value{GDBN} does software watchpointing by single-stepping your
2785 program and testing the variable's value each time, which is hundreds of
2786 times slower than normal execution. (But this may still be worth it, to
2787 catch errors where you have no clue what part of your program is the
2788 culprit.)
2789
2790 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2791 x86-based targets, @value{GDBN} includes support for hardware
2792 watchpoints, which do not slow down the running of your program.
2793
2794 @table @code
2795 @kindex watch
2796 @item watch @var{expr}
2797 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2798 is written into by the program and its value changes.
2799
2800 @kindex rwatch
2801 @item rwatch @var{expr}
2802 Set a watchpoint that will break when the value of @var{expr} is read
2803 by the program.
2804
2805 @kindex awatch
2806 @item awatch @var{expr}
2807 Set a watchpoint that will break when @var{expr} is either read from
2808 or written into by the program.
2809
2810 @kindex info watchpoints
2811 @item info watchpoints
2812 This command prints a list of watchpoints, breakpoints, and catchpoints;
2813 it is the same as @code{info break} (@pxref{Set Breaks}).
2814 @end table
2815
2816 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2817 watchpoints execute very quickly, and the debugger reports a change in
2818 value at the exact instruction where the change occurs. If @value{GDBN}
2819 cannot set a hardware watchpoint, it sets a software watchpoint, which
2820 executes more slowly and reports the change in value at the next
2821 @emph{statement}, not the instruction, after the change occurs.
2822
2823 @vindex can-use-hw-watchpoints
2824 @cindex use only software watchpoints
2825 You can force @value{GDBN} to use only software watchpoints with the
2826 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2827 zero, @value{GDBN} will never try to use hardware watchpoints, even if
2828 the underlying system supports them. (Note that hardware-assisted
2829 watchpoints that were set @emph{before} setting
2830 @code{can-use-hw-watchpoints} to zero will still use the hardware
2831 mechanism of watching expressiion values.)
2832
2833 @table @code
2834 @item set can-use-hw-watchpoints
2835 @kindex set can-use-hw-watchpoints
2836 Set whether or not to use hardware watchpoints.
2837
2838 @item show can-use-hw-watchpoints
2839 @kindex show can-use-hw-watchpoints
2840 Show the current mode of using hardware watchpoints.
2841 @end table
2842
2843 For remote targets, you can restrict the number of hardware
2844 watchpoints @value{GDBN} will use, see @ref{set remote
2845 hardware-breakpoint-limit}.
2846
2847 When you issue the @code{watch} command, @value{GDBN} reports
2848
2849 @smallexample
2850 Hardware watchpoint @var{num}: @var{expr}
2851 @end smallexample
2852
2853 @noindent
2854 if it was able to set a hardware watchpoint.
2855
2856 Currently, the @code{awatch} and @code{rwatch} commands can only set
2857 hardware watchpoints, because accesses to data that don't change the
2858 value of the watched expression cannot be detected without examining
2859 every instruction as it is being executed, and @value{GDBN} does not do
2860 that currently. If @value{GDBN} finds that it is unable to set a
2861 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2862 will print a message like this:
2863
2864 @smallexample
2865 Expression cannot be implemented with read/access watchpoint.
2866 @end smallexample
2867
2868 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2869 data type of the watched expression is wider than what a hardware
2870 watchpoint on the target machine can handle. For example, some systems
2871 can only watch regions that are up to 4 bytes wide; on such systems you
2872 cannot set hardware watchpoints for an expression that yields a
2873 double-precision floating-point number (which is typically 8 bytes
2874 wide). As a work-around, it might be possible to break the large region
2875 into a series of smaller ones and watch them with separate watchpoints.
2876
2877 If you set too many hardware watchpoints, @value{GDBN} might be unable
2878 to insert all of them when you resume the execution of your program.
2879 Since the precise number of active watchpoints is unknown until such
2880 time as the program is about to be resumed, @value{GDBN} might not be
2881 able to warn you about this when you set the watchpoints, and the
2882 warning will be printed only when the program is resumed:
2883
2884 @smallexample
2885 Hardware watchpoint @var{num}: Could not insert watchpoint
2886 @end smallexample
2887
2888 @noindent
2889 If this happens, delete or disable some of the watchpoints.
2890
2891 The SPARClite DSU will generate traps when a program accesses some data
2892 or instruction address that is assigned to the debug registers. For the
2893 data addresses, DSU facilitates the @code{watch} command. However the
2894 hardware breakpoint registers can only take two data watchpoints, and
2895 both watchpoints must be the same kind. For example, you can set two
2896 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2897 @strong{or} two with @code{awatch} commands, but you cannot set one
2898 watchpoint with one command and the other with a different command.
2899 @value{GDBN} will reject the command if you try to mix watchpoints.
2900 Delete or disable unused watchpoint commands before setting new ones.
2901
2902 If you call a function interactively using @code{print} or @code{call},
2903 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2904 kind of breakpoint or the call completes.
2905
2906 @value{GDBN} automatically deletes watchpoints that watch local
2907 (automatic) variables, or expressions that involve such variables, when
2908 they go out of scope, that is, when the execution leaves the block in
2909 which these variables were defined. In particular, when the program
2910 being debugged terminates, @emph{all} local variables go out of scope,
2911 and so only watchpoints that watch global variables remain set. If you
2912 rerun the program, you will need to set all such watchpoints again. One
2913 way of doing that would be to set a code breakpoint at the entry to the
2914 @code{main} function and when it breaks, set all the watchpoints.
2915
2916 @quotation
2917 @cindex watchpoints and threads
2918 @cindex threads and watchpoints
2919 @emph{Warning:} In multi-thread programs, watchpoints have only limited
2920 usefulness. With the current watchpoint implementation, @value{GDBN}
2921 can only watch the value of an expression @emph{in a single thread}. If
2922 you are confident that the expression can only change due to the current
2923 thread's activity (and if you are also confident that no other thread
2924 can become current), then you can use watchpoints as usual. However,
2925 @value{GDBN} may not notice when a non-current thread's activity changes
2926 the expression.
2927
2928 @c FIXME: this is almost identical to the previous paragraph.
2929 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2930 have only limited usefulness. If @value{GDBN} creates a software
2931 watchpoint, it can only watch the value of an expression @emph{in a
2932 single thread}. If you are confident that the expression can only
2933 change due to the current thread's activity (and if you are also
2934 confident that no other thread can become current), then you can use
2935 software watchpoints as usual. However, @value{GDBN} may not notice
2936 when a non-current thread's activity changes the expression. (Hardware
2937 watchpoints, in contrast, watch an expression in all threads.)
2938 @end quotation
2939
2940 @xref{set remote hardware-watchpoint-limit}.
2941
2942 @node Set Catchpoints
2943 @subsection Setting catchpoints
2944 @cindex catchpoints, setting
2945 @cindex exception handlers
2946 @cindex event handling
2947
2948 You can use @dfn{catchpoints} to cause the debugger to stop for certain
2949 kinds of program events, such as C@t{++} exceptions or the loading of a
2950 shared library. Use the @code{catch} command to set a catchpoint.
2951
2952 @table @code
2953 @kindex catch
2954 @item catch @var{event}
2955 Stop when @var{event} occurs. @var{event} can be any of the following:
2956 @table @code
2957 @item throw
2958 @cindex stop on C@t{++} exceptions
2959 The throwing of a C@t{++} exception.
2960
2961 @item catch
2962 The catching of a C@t{++} exception.
2963
2964 @item exec
2965 @cindex break on fork/exec
2966 A call to @code{exec}. This is currently only available for HP-UX.
2967
2968 @item fork
2969 A call to @code{fork}. This is currently only available for HP-UX.
2970
2971 @item vfork
2972 A call to @code{vfork}. This is currently only available for HP-UX.
2973
2974 @item load
2975 @itemx load @var{libname}
2976 @cindex break on load/unload of shared library
2977 The dynamic loading of any shared library, or the loading of the library
2978 @var{libname}. This is currently only available for HP-UX.
2979
2980 @item unload
2981 @itemx unload @var{libname}
2982 The unloading of any dynamically loaded shared library, or the unloading
2983 of the library @var{libname}. This is currently only available for HP-UX.
2984 @end table
2985
2986 @item tcatch @var{event}
2987 Set a catchpoint that is enabled only for one stop. The catchpoint is
2988 automatically deleted after the first time the event is caught.
2989
2990 @end table
2991
2992 Use the @code{info break} command to list the current catchpoints.
2993
2994 There are currently some limitations to C@t{++} exception handling
2995 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2996
2997 @itemize @bullet
2998 @item
2999 If you call a function interactively, @value{GDBN} normally returns
3000 control to you when the function has finished executing. If the call
3001 raises an exception, however, the call may bypass the mechanism that
3002 returns control to you and cause your program either to abort or to
3003 simply continue running until it hits a breakpoint, catches a signal
3004 that @value{GDBN} is listening for, or exits. This is the case even if
3005 you set a catchpoint for the exception; catchpoints on exceptions are
3006 disabled within interactive calls.
3007
3008 @item
3009 You cannot raise an exception interactively.
3010
3011 @item
3012 You cannot install an exception handler interactively.
3013 @end itemize
3014
3015 @cindex raise exceptions
3016 Sometimes @code{catch} is not the best way to debug exception handling:
3017 if you need to know exactly where an exception is raised, it is better to
3018 stop @emph{before} the exception handler is called, since that way you
3019 can see the stack before any unwinding takes place. If you set a
3020 breakpoint in an exception handler instead, it may not be easy to find
3021 out where the exception was raised.
3022
3023 To stop just before an exception handler is called, you need some
3024 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
3025 raised by calling a library function named @code{__raise_exception}
3026 which has the following ANSI C interface:
3027
3028 @smallexample
3029 /* @var{addr} is where the exception identifier is stored.
3030 @var{id} is the exception identifier. */
3031 void __raise_exception (void **addr, void *id);
3032 @end smallexample
3033
3034 @noindent
3035 To make the debugger catch all exceptions before any stack
3036 unwinding takes place, set a breakpoint on @code{__raise_exception}
3037 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3038
3039 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3040 that depends on the value of @var{id}, you can stop your program when
3041 a specific exception is raised. You can use multiple conditional
3042 breakpoints to stop your program when any of a number of exceptions are
3043 raised.
3044
3045
3046 @node Delete Breaks
3047 @subsection Deleting breakpoints
3048
3049 @cindex clearing breakpoints, watchpoints, catchpoints
3050 @cindex deleting breakpoints, watchpoints, catchpoints
3051 It is often necessary to eliminate a breakpoint, watchpoint, or
3052 catchpoint once it has done its job and you no longer want your program
3053 to stop there. This is called @dfn{deleting} the breakpoint. A
3054 breakpoint that has been deleted no longer exists; it is forgotten.
3055
3056 With the @code{clear} command you can delete breakpoints according to
3057 where they are in your program. With the @code{delete} command you can
3058 delete individual breakpoints, watchpoints, or catchpoints by specifying
3059 their breakpoint numbers.
3060
3061 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3062 automatically ignores breakpoints on the first instruction to be executed
3063 when you continue execution without changing the execution address.
3064
3065 @table @code
3066 @kindex clear
3067 @item clear
3068 Delete any breakpoints at the next instruction to be executed in the
3069 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3070 the innermost frame is selected, this is a good way to delete a
3071 breakpoint where your program just stopped.
3072
3073 @item clear @var{function}
3074 @itemx clear @var{filename}:@var{function}
3075 Delete any breakpoints set at entry to the named @var{function}.
3076
3077 @item clear @var{linenum}
3078 @itemx clear @var{filename}:@var{linenum}
3079 Delete any breakpoints set at or within the code of the specified
3080 @var{linenum} of the specified @var{filename}.
3081
3082 @cindex delete breakpoints
3083 @kindex delete
3084 @kindex d @r{(@code{delete})}
3085 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3086 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3087 ranges specified as arguments. If no argument is specified, delete all
3088 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3089 confirm off}). You can abbreviate this command as @code{d}.
3090 @end table
3091
3092 @node Disabling
3093 @subsection Disabling breakpoints
3094
3095 @cindex enable/disable a breakpoint
3096 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3097 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3098 it had been deleted, but remembers the information on the breakpoint so
3099 that you can @dfn{enable} it again later.
3100
3101 You disable and enable breakpoints, watchpoints, and catchpoints with
3102 the @code{enable} and @code{disable} commands, optionally specifying one
3103 or more breakpoint numbers as arguments. Use @code{info break} or
3104 @code{info watch} to print a list of breakpoints, watchpoints, and
3105 catchpoints if you do not know which numbers to use.
3106
3107 A breakpoint, watchpoint, or catchpoint can have any of four different
3108 states of enablement:
3109
3110 @itemize @bullet
3111 @item
3112 Enabled. The breakpoint stops your program. A breakpoint set
3113 with the @code{break} command starts out in this state.
3114 @item
3115 Disabled. The breakpoint has no effect on your program.
3116 @item
3117 Enabled once. The breakpoint stops your program, but then becomes
3118 disabled.
3119 @item
3120 Enabled for deletion. The breakpoint stops your program, but
3121 immediately after it does so it is deleted permanently. A breakpoint
3122 set with the @code{tbreak} command starts out in this state.
3123 @end itemize
3124
3125 You can use the following commands to enable or disable breakpoints,
3126 watchpoints, and catchpoints:
3127
3128 @table @code
3129 @kindex disable
3130 @kindex dis @r{(@code{disable})}
3131 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3132 Disable the specified breakpoints---or all breakpoints, if none are
3133 listed. A disabled breakpoint has no effect but is not forgotten. All
3134 options such as ignore-counts, conditions and commands are remembered in
3135 case the breakpoint is enabled again later. You may abbreviate
3136 @code{disable} as @code{dis}.
3137
3138 @kindex enable
3139 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3140 Enable the specified breakpoints (or all defined breakpoints). They
3141 become effective once again in stopping your program.
3142
3143 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3144 Enable the specified breakpoints temporarily. @value{GDBN} disables any
3145 of these breakpoints immediately after stopping your program.
3146
3147 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3148 Enable the specified breakpoints to work once, then die. @value{GDBN}
3149 deletes any of these breakpoints as soon as your program stops there.
3150 Breakpoints set by the @code{tbreak} command start out in this state.
3151 @end table
3152
3153 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3154 @c confusing: tbreak is also initially enabled.
3155 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3156 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3157 subsequently, they become disabled or enabled only when you use one of
3158 the commands above. (The command @code{until} can set and delete a
3159 breakpoint of its own, but it does not change the state of your other
3160 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3161 stepping}.)
3162
3163 @node Conditions
3164 @subsection Break conditions
3165 @cindex conditional breakpoints
3166 @cindex breakpoint conditions
3167
3168 @c FIXME what is scope of break condition expr? Context where wanted?
3169 @c in particular for a watchpoint?
3170 The simplest sort of breakpoint breaks every time your program reaches a
3171 specified place. You can also specify a @dfn{condition} for a
3172 breakpoint. A condition is just a Boolean expression in your
3173 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3174 a condition evaluates the expression each time your program reaches it,
3175 and your program stops only if the condition is @emph{true}.
3176
3177 This is the converse of using assertions for program validation; in that
3178 situation, you want to stop when the assertion is violated---that is,
3179 when the condition is false. In C, if you want to test an assertion expressed
3180 by the condition @var{assert}, you should set the condition
3181 @samp{! @var{assert}} on the appropriate breakpoint.
3182
3183 Conditions are also accepted for watchpoints; you may not need them,
3184 since a watchpoint is inspecting the value of an expression anyhow---but
3185 it might be simpler, say, to just set a watchpoint on a variable name,
3186 and specify a condition that tests whether the new value is an interesting
3187 one.
3188
3189 Break conditions can have side effects, and may even call functions in
3190 your program. This can be useful, for example, to activate functions
3191 that log program progress, or to use your own print functions to
3192 format special data structures. The effects are completely predictable
3193 unless there is another enabled breakpoint at the same address. (In
3194 that case, @value{GDBN} might see the other breakpoint first and stop your
3195 program without checking the condition of this one.) Note that
3196 breakpoint commands are usually more convenient and flexible than break
3197 conditions for the
3198 purpose of performing side effects when a breakpoint is reached
3199 (@pxref{Break Commands, ,Breakpoint command lists}).
3200
3201 Break conditions can be specified when a breakpoint is set, by using
3202 @samp{if} in the arguments to the @code{break} command. @xref{Set
3203 Breaks, ,Setting breakpoints}. They can also be changed at any time
3204 with the @code{condition} command.
3205
3206 You can also use the @code{if} keyword with the @code{watch} command.
3207 The @code{catch} command does not recognize the @code{if} keyword;
3208 @code{condition} is the only way to impose a further condition on a
3209 catchpoint.
3210
3211 @table @code
3212 @kindex condition
3213 @item condition @var{bnum} @var{expression}
3214 Specify @var{expression} as the break condition for breakpoint,
3215 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3216 breakpoint @var{bnum} stops your program only if the value of
3217 @var{expression} is true (nonzero, in C). When you use
3218 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3219 syntactic correctness, and to determine whether symbols in it have
3220 referents in the context of your breakpoint. If @var{expression} uses
3221 symbols not referenced in the context of the breakpoint, @value{GDBN}
3222 prints an error message:
3223
3224 @smallexample
3225 No symbol "foo" in current context.
3226 @end smallexample
3227
3228 @noindent
3229 @value{GDBN} does
3230 not actually evaluate @var{expression} at the time the @code{condition}
3231 command (or a command that sets a breakpoint with a condition, like
3232 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3233
3234 @item condition @var{bnum}
3235 Remove the condition from breakpoint number @var{bnum}. It becomes
3236 an ordinary unconditional breakpoint.
3237 @end table
3238
3239 @cindex ignore count (of breakpoint)
3240 A special case of a breakpoint condition is to stop only when the
3241 breakpoint has been reached a certain number of times. This is so
3242 useful that there is a special way to do it, using the @dfn{ignore
3243 count} of the breakpoint. Every breakpoint has an ignore count, which
3244 is an integer. Most of the time, the ignore count is zero, and
3245 therefore has no effect. But if your program reaches a breakpoint whose
3246 ignore count is positive, then instead of stopping, it just decrements
3247 the ignore count by one and continues. As a result, if the ignore count
3248 value is @var{n}, the breakpoint does not stop the next @var{n} times
3249 your program reaches it.
3250
3251 @table @code
3252 @kindex ignore
3253 @item ignore @var{bnum} @var{count}
3254 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3255 The next @var{count} times the breakpoint is reached, your program's
3256 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3257 takes no action.
3258
3259 To make the breakpoint stop the next time it is reached, specify
3260 a count of zero.
3261
3262 When you use @code{continue} to resume execution of your program from a
3263 breakpoint, you can specify an ignore count directly as an argument to
3264 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3265 Stepping,,Continuing and stepping}.
3266
3267 If a breakpoint has a positive ignore count and a condition, the
3268 condition is not checked. Once the ignore count reaches zero,
3269 @value{GDBN} resumes checking the condition.
3270
3271 You could achieve the effect of the ignore count with a condition such
3272 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3273 is decremented each time. @xref{Convenience Vars, ,Convenience
3274 variables}.
3275 @end table
3276
3277 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3278
3279
3280 @node Break Commands
3281 @subsection Breakpoint command lists
3282
3283 @cindex breakpoint commands
3284 You can give any breakpoint (or watchpoint or catchpoint) a series of
3285 commands to execute when your program stops due to that breakpoint. For
3286 example, you might want to print the values of certain expressions, or
3287 enable other breakpoints.
3288
3289 @table @code
3290 @kindex commands
3291 @kindex end
3292 @item commands @r{[}@var{bnum}@r{]}
3293 @itemx @dots{} @var{command-list} @dots{}
3294 @itemx end
3295 Specify a list of commands for breakpoint number @var{bnum}. The commands
3296 themselves appear on the following lines. Type a line containing just
3297 @code{end} to terminate the commands.
3298
3299 To remove all commands from a breakpoint, type @code{commands} and
3300 follow it immediately with @code{end}; that is, give no commands.
3301
3302 With no @var{bnum} argument, @code{commands} refers to the last
3303 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3304 recently encountered).
3305 @end table
3306
3307 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3308 disabled within a @var{command-list}.
3309
3310 You can use breakpoint commands to start your program up again. Simply
3311 use the @code{continue} command, or @code{step}, or any other command
3312 that resumes execution.
3313
3314 Any other commands in the command list, after a command that resumes
3315 execution, are ignored. This is because any time you resume execution
3316 (even with a simple @code{next} or @code{step}), you may encounter
3317 another breakpoint---which could have its own command list, leading to
3318 ambiguities about which list to execute.
3319
3320 @kindex silent
3321 If the first command you specify in a command list is @code{silent}, the
3322 usual message about stopping at a breakpoint is not printed. This may
3323 be desirable for breakpoints that are to print a specific message and
3324 then continue. If none of the remaining commands print anything, you
3325 see no sign that the breakpoint was reached. @code{silent} is
3326 meaningful only at the beginning of a breakpoint command list.
3327
3328 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3329 print precisely controlled output, and are often useful in silent
3330 breakpoints. @xref{Output, ,Commands for controlled output}.
3331
3332 For example, here is how you could use breakpoint commands to print the
3333 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3334
3335 @smallexample
3336 break foo if x>0
3337 commands
3338 silent
3339 printf "x is %d\n",x
3340 cont
3341 end
3342 @end smallexample
3343
3344 One application for breakpoint commands is to compensate for one bug so
3345 you can test for another. Put a breakpoint just after the erroneous line
3346 of code, give it a condition to detect the case in which something
3347 erroneous has been done, and give it commands to assign correct values
3348 to any variables that need them. End with the @code{continue} command
3349 so that your program does not stop, and start with the @code{silent}
3350 command so that no output is produced. Here is an example:
3351
3352 @smallexample
3353 break 403
3354 commands
3355 silent
3356 set x = y + 4
3357 cont
3358 end
3359 @end smallexample
3360
3361 @node Breakpoint Menus
3362 @subsection Breakpoint menus
3363 @cindex overloading
3364 @cindex symbol overloading
3365
3366 Some programming languages (notably C@t{++} and Objective-C) permit a
3367 single function name
3368 to be defined several times, for application in different contexts.
3369 This is called @dfn{overloading}. When a function name is overloaded,
3370 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3371 a breakpoint. If you realize this is a problem, you can use
3372 something like @samp{break @var{function}(@var{types})} to specify which
3373 particular version of the function you want. Otherwise, @value{GDBN} offers
3374 you a menu of numbered choices for different possible breakpoints, and
3375 waits for your selection with the prompt @samp{>}. The first two
3376 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3377 sets a breakpoint at each definition of @var{function}, and typing
3378 @kbd{0} aborts the @code{break} command without setting any new
3379 breakpoints.
3380
3381 For example, the following session excerpt shows an attempt to set a
3382 breakpoint at the overloaded symbol @code{String::after}.
3383 We choose three particular definitions of that function name:
3384
3385 @c FIXME! This is likely to change to show arg type lists, at least
3386 @smallexample
3387 @group
3388 (@value{GDBP}) b String::after
3389 [0] cancel
3390 [1] all
3391 [2] file:String.cc; line number:867
3392 [3] file:String.cc; line number:860
3393 [4] file:String.cc; line number:875
3394 [5] file:String.cc; line number:853
3395 [6] file:String.cc; line number:846
3396 [7] file:String.cc; line number:735
3397 > 2 4 6
3398 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3399 Breakpoint 2 at 0xb344: file String.cc, line 875.
3400 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3401 Multiple breakpoints were set.
3402 Use the "delete" command to delete unwanted
3403 breakpoints.
3404 (@value{GDBP})
3405 @end group
3406 @end smallexample
3407
3408 @c @ifclear BARETARGET
3409 @node Error in Breakpoints
3410 @subsection ``Cannot insert breakpoints''
3411 @c
3412 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3413 @c
3414 Under some operating systems, breakpoints cannot be used in a program if
3415 any other process is running that program. In this situation,
3416 attempting to run or continue a program with a breakpoint causes
3417 @value{GDBN} to print an error message:
3418
3419 @smallexample
3420 Cannot insert breakpoints.
3421 The same program may be running in another process.
3422 @end smallexample
3423
3424 When this happens, you have three ways to proceed:
3425
3426 @enumerate
3427 @item
3428 Remove or disable the breakpoints, then continue.
3429
3430 @item
3431 Suspend @value{GDBN}, and copy the file containing your program to a new
3432 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3433 that @value{GDBN} should run your program under that name.
3434 Then start your program again.
3435
3436 @item
3437 Relink your program so that the text segment is nonsharable, using the
3438 linker option @samp{-N}. The operating system limitation may not apply
3439 to nonsharable executables.
3440 @end enumerate
3441 @c @end ifclear
3442
3443 A similar message can be printed if you request too many active
3444 hardware-assisted breakpoints and watchpoints:
3445
3446 @c FIXME: the precise wording of this message may change; the relevant
3447 @c source change is not committed yet (Sep 3, 1999).
3448 @smallexample
3449 Stopped; cannot insert breakpoints.
3450 You may have requested too many hardware breakpoints and watchpoints.
3451 @end smallexample
3452
3453 @noindent
3454 This message is printed when you attempt to resume the program, since
3455 only then @value{GDBN} knows exactly how many hardware breakpoints and
3456 watchpoints it needs to insert.
3457
3458 When this message is printed, you need to disable or remove some of the
3459 hardware-assisted breakpoints and watchpoints, and then continue.
3460
3461 @node Breakpoint related warnings
3462 @subsection ``Breakpoint address adjusted...''
3463 @cindex breakpoint address adjusted
3464
3465 Some processor architectures place constraints on the addresses at
3466 which breakpoints may be placed. For architectures thus constrained,
3467 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3468 with the constraints dictated by the architecture.
3469
3470 One example of such an architecture is the Fujitsu FR-V. The FR-V is
3471 a VLIW architecture in which a number of RISC-like instructions may be
3472 bundled together for parallel execution. The FR-V architecture
3473 constrains the location of a breakpoint instruction within such a
3474 bundle to the instruction with the lowest address. @value{GDBN}
3475 honors this constraint by adjusting a breakpoint's address to the
3476 first in the bundle.
3477
3478 It is not uncommon for optimized code to have bundles which contain
3479 instructions from different source statements, thus it may happen that
3480 a breakpoint's address will be adjusted from one source statement to
3481 another. Since this adjustment may significantly alter @value{GDBN}'s
3482 breakpoint related behavior from what the user expects, a warning is
3483 printed when the breakpoint is first set and also when the breakpoint
3484 is hit.
3485
3486 A warning like the one below is printed when setting a breakpoint
3487 that's been subject to address adjustment:
3488
3489 @smallexample
3490 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3491 @end smallexample
3492
3493 Such warnings are printed both for user settable and @value{GDBN}'s
3494 internal breakpoints. If you see one of these warnings, you should
3495 verify that a breakpoint set at the adjusted address will have the
3496 desired affect. If not, the breakpoint in question may be removed and
3497 other breakpoints may be set which will have the desired behavior.
3498 E.g., it may be sufficient to place the breakpoint at a later
3499 instruction. A conditional breakpoint may also be useful in some
3500 cases to prevent the breakpoint from triggering too often.
3501
3502 @value{GDBN} will also issue a warning when stopping at one of these
3503 adjusted breakpoints:
3504
3505 @smallexample
3506 warning: Breakpoint 1 address previously adjusted from 0x00010414
3507 to 0x00010410.
3508 @end smallexample
3509
3510 When this warning is encountered, it may be too late to take remedial
3511 action except in cases where the breakpoint is hit earlier or more
3512 frequently than expected.
3513
3514 @node Continuing and Stepping
3515 @section Continuing and stepping
3516
3517 @cindex stepping
3518 @cindex continuing
3519 @cindex resuming execution
3520 @dfn{Continuing} means resuming program execution until your program
3521 completes normally. In contrast, @dfn{stepping} means executing just
3522 one more ``step'' of your program, where ``step'' may mean either one
3523 line of source code, or one machine instruction (depending on what
3524 particular command you use). Either when continuing or when stepping,
3525 your program may stop even sooner, due to a breakpoint or a signal. (If
3526 it stops due to a signal, you may want to use @code{handle}, or use
3527 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3528
3529 @table @code
3530 @kindex continue
3531 @kindex c @r{(@code{continue})}
3532 @kindex fg @r{(resume foreground execution)}
3533 @item continue @r{[}@var{ignore-count}@r{]}
3534 @itemx c @r{[}@var{ignore-count}@r{]}
3535 @itemx fg @r{[}@var{ignore-count}@r{]}
3536 Resume program execution, at the address where your program last stopped;
3537 any breakpoints set at that address are bypassed. The optional argument
3538 @var{ignore-count} allows you to specify a further number of times to
3539 ignore a breakpoint at this location; its effect is like that of
3540 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3541
3542 The argument @var{ignore-count} is meaningful only when your program
3543 stopped due to a breakpoint. At other times, the argument to
3544 @code{continue} is ignored.
3545
3546 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3547 debugged program is deemed to be the foreground program) are provided
3548 purely for convenience, and have exactly the same behavior as
3549 @code{continue}.
3550 @end table
3551
3552 To resume execution at a different place, you can use @code{return}
3553 (@pxref{Returning, ,Returning from a function}) to go back to the
3554 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3555 different address}) to go to an arbitrary location in your program.
3556
3557 A typical technique for using stepping is to set a breakpoint
3558 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3559 beginning of the function or the section of your program where a problem
3560 is believed to lie, run your program until it stops at that breakpoint,
3561 and then step through the suspect area, examining the variables that are
3562 interesting, until you see the problem happen.
3563
3564 @table @code
3565 @kindex step
3566 @kindex s @r{(@code{step})}
3567 @item step
3568 Continue running your program until control reaches a different source
3569 line, then stop it and return control to @value{GDBN}. This command is
3570 abbreviated @code{s}.
3571
3572 @quotation
3573 @c "without debugging information" is imprecise; actually "without line
3574 @c numbers in the debugging information". (gcc -g1 has debugging info but
3575 @c not line numbers). But it seems complex to try to make that
3576 @c distinction here.
3577 @emph{Warning:} If you use the @code{step} command while control is
3578 within a function that was compiled without debugging information,
3579 execution proceeds until control reaches a function that does have
3580 debugging information. Likewise, it will not step into a function which
3581 is compiled without debugging information. To step through functions
3582 without debugging information, use the @code{stepi} command, described
3583 below.
3584 @end quotation
3585
3586 The @code{step} command only stops at the first instruction of a source
3587 line. This prevents the multiple stops that could otherwise occur in
3588 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3589 to stop if a function that has debugging information is called within
3590 the line. In other words, @code{step} @emph{steps inside} any functions
3591 called within the line.
3592
3593 Also, the @code{step} command only enters a function if there is line
3594 number information for the function. Otherwise it acts like the
3595 @code{next} command. This avoids problems when using @code{cc -gl}
3596 on MIPS machines. Previously, @code{step} entered subroutines if there
3597 was any debugging information about the routine.
3598
3599 @item step @var{count}
3600 Continue running as in @code{step}, but do so @var{count} times. If a
3601 breakpoint is reached, or a signal not related to stepping occurs before
3602 @var{count} steps, stepping stops right away.
3603
3604 @kindex next
3605 @kindex n @r{(@code{next})}
3606 @item next @r{[}@var{count}@r{]}
3607 Continue to the next source line in the current (innermost) stack frame.
3608 This is similar to @code{step}, but function calls that appear within
3609 the line of code are executed without stopping. Execution stops when
3610 control reaches a different line of code at the original stack level
3611 that was executing when you gave the @code{next} command. This command
3612 is abbreviated @code{n}.
3613
3614 An argument @var{count} is a repeat count, as for @code{step}.
3615
3616
3617 @c FIX ME!! Do we delete this, or is there a way it fits in with
3618 @c the following paragraph? --- Vctoria
3619 @c
3620 @c @code{next} within a function that lacks debugging information acts like
3621 @c @code{step}, but any function calls appearing within the code of the
3622 @c function are executed without stopping.
3623
3624 The @code{next} command only stops at the first instruction of a
3625 source line. This prevents multiple stops that could otherwise occur in
3626 @code{switch} statements, @code{for} loops, etc.
3627
3628 @kindex set step-mode
3629 @item set step-mode
3630 @cindex functions without line info, and stepping
3631 @cindex stepping into functions with no line info
3632 @itemx set step-mode on
3633 The @code{set step-mode on} command causes the @code{step} command to
3634 stop at the first instruction of a function which contains no debug line
3635 information rather than stepping over it.
3636
3637 This is useful in cases where you may be interested in inspecting the
3638 machine instructions of a function which has no symbolic info and do not
3639 want @value{GDBN} to automatically skip over this function.
3640
3641 @item set step-mode off
3642 Causes the @code{step} command to step over any functions which contains no
3643 debug information. This is the default.
3644
3645 @item show step-mode
3646 Show whether @value{GDBN} will stop in or step over functions without
3647 source line debug information.
3648
3649 @kindex finish
3650 @item finish
3651 Continue running until just after function in the selected stack frame
3652 returns. Print the returned value (if any).
3653
3654 Contrast this with the @code{return} command (@pxref{Returning,
3655 ,Returning from a function}).
3656
3657 @kindex until
3658 @kindex u @r{(@code{until})}
3659 @cindex run until specified location
3660 @item until
3661 @itemx u
3662 Continue running until a source line past the current line, in the
3663 current stack frame, is reached. This command is used to avoid single
3664 stepping through a loop more than once. It is like the @code{next}
3665 command, except that when @code{until} encounters a jump, it
3666 automatically continues execution until the program counter is greater
3667 than the address of the jump.
3668
3669 This means that when you reach the end of a loop after single stepping
3670 though it, @code{until} makes your program continue execution until it
3671 exits the loop. In contrast, a @code{next} command at the end of a loop
3672 simply steps back to the beginning of the loop, which forces you to step
3673 through the next iteration.
3674
3675 @code{until} always stops your program if it attempts to exit the current
3676 stack frame.
3677
3678 @code{until} may produce somewhat counterintuitive results if the order
3679 of machine code does not match the order of the source lines. For
3680 example, in the following excerpt from a debugging session, the @code{f}
3681 (@code{frame}) command shows that execution is stopped at line
3682 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3683
3684 @smallexample
3685 (@value{GDBP}) f
3686 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3687 206 expand_input();
3688 (@value{GDBP}) until
3689 195 for ( ; argc > 0; NEXTARG) @{
3690 @end smallexample
3691
3692 This happened because, for execution efficiency, the compiler had
3693 generated code for the loop closure test at the end, rather than the
3694 start, of the loop---even though the test in a C @code{for}-loop is
3695 written before the body of the loop. The @code{until} command appeared
3696 to step back to the beginning of the loop when it advanced to this
3697 expression; however, it has not really gone to an earlier
3698 statement---not in terms of the actual machine code.
3699
3700 @code{until} with no argument works by means of single
3701 instruction stepping, and hence is slower than @code{until} with an
3702 argument.
3703
3704 @item until @var{location}
3705 @itemx u @var{location}
3706 Continue running your program until either the specified location is
3707 reached, or the current stack frame returns. @var{location} is any of
3708 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3709 ,Setting breakpoints}). This form of the command uses breakpoints, and
3710 hence is quicker than @code{until} without an argument. The specified
3711 location is actually reached only if it is in the current frame. This
3712 implies that @code{until} can be used to skip over recursive function
3713 invocations. For instance in the code below, if the current location is
3714 line @code{96}, issuing @code{until 99} will execute the program up to
3715 line @code{99} in the same invocation of factorial, i.e. after the inner
3716 invocations have returned.
3717
3718 @smallexample
3719 94 int factorial (int value)
3720 95 @{
3721 96 if (value > 1) @{
3722 97 value *= factorial (value - 1);
3723 98 @}
3724 99 return (value);
3725 100 @}
3726 @end smallexample
3727
3728
3729 @kindex advance @var{location}
3730 @itemx advance @var{location}
3731 Continue running the program up to the given @var{location}. An argument is
3732 required, which should be of the same form as arguments for the @code{break}
3733 command. Execution will also stop upon exit from the current stack
3734 frame. This command is similar to @code{until}, but @code{advance} will
3735 not skip over recursive function calls, and the target location doesn't
3736 have to be in the same frame as the current one.
3737
3738
3739 @kindex stepi
3740 @kindex si @r{(@code{stepi})}
3741 @item stepi
3742 @itemx stepi @var{arg}
3743 @itemx si
3744 Execute one machine instruction, then stop and return to the debugger.
3745
3746 It is often useful to do @samp{display/i $pc} when stepping by machine
3747 instructions. This makes @value{GDBN} automatically display the next
3748 instruction to be executed, each time your program stops. @xref{Auto
3749 Display,, Automatic display}.
3750
3751 An argument is a repeat count, as in @code{step}.
3752
3753 @need 750
3754 @kindex nexti
3755 @kindex ni @r{(@code{nexti})}
3756 @item nexti
3757 @itemx nexti @var{arg}
3758 @itemx ni
3759 Execute one machine instruction, but if it is a function call,
3760 proceed until the function returns.
3761
3762 An argument is a repeat count, as in @code{next}.
3763 @end table
3764
3765 @node Signals
3766 @section Signals
3767 @cindex signals
3768
3769 A signal is an asynchronous event that can happen in a program. The
3770 operating system defines the possible kinds of signals, and gives each
3771 kind a name and a number. For example, in Unix @code{SIGINT} is the
3772 signal a program gets when you type an interrupt character (often @kbd{C-c});
3773 @code{SIGSEGV} is the signal a program gets from referencing a place in
3774 memory far away from all the areas in use; @code{SIGALRM} occurs when
3775 the alarm clock timer goes off (which happens only if your program has
3776 requested an alarm).
3777
3778 @cindex fatal signals
3779 Some signals, including @code{SIGALRM}, are a normal part of the
3780 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3781 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3782 program has not specified in advance some other way to handle the signal.
3783 @code{SIGINT} does not indicate an error in your program, but it is normally
3784 fatal so it can carry out the purpose of the interrupt: to kill the program.
3785
3786 @value{GDBN} has the ability to detect any occurrence of a signal in your
3787 program. You can tell @value{GDBN} in advance what to do for each kind of
3788 signal.
3789
3790 @cindex handling signals
3791 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3792 @code{SIGALRM} be silently passed to your program
3793 (so as not to interfere with their role in the program's functioning)
3794 but to stop your program immediately whenever an error signal happens.
3795 You can change these settings with the @code{handle} command.
3796
3797 @table @code
3798 @kindex info signals
3799 @kindex info handle
3800 @item info signals
3801 @itemx info handle
3802 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3803 handle each one. You can use this to see the signal numbers of all
3804 the defined types of signals.
3805
3806 @code{info handle} is an alias for @code{info signals}.
3807
3808 @kindex handle
3809 @item handle @var{signal} @var{keywords}@dots{}
3810 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3811 can be the number of a signal or its name (with or without the
3812 @samp{SIG} at the beginning); a list of signal numbers of the form
3813 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3814 known signals. The @var{keywords} say what change to make.
3815 @end table
3816
3817 @c @group
3818 The keywords allowed by the @code{handle} command can be abbreviated.
3819 Their full names are:
3820
3821 @table @code
3822 @item nostop
3823 @value{GDBN} should not stop your program when this signal happens. It may
3824 still print a message telling you that the signal has come in.
3825
3826 @item stop
3827 @value{GDBN} should stop your program when this signal happens. This implies
3828 the @code{print} keyword as well.
3829
3830 @item print
3831 @value{GDBN} should print a message when this signal happens.
3832
3833 @item noprint
3834 @value{GDBN} should not mention the occurrence of the signal at all. This
3835 implies the @code{nostop} keyword as well.
3836
3837 @item pass
3838 @itemx noignore
3839 @value{GDBN} should allow your program to see this signal; your program
3840 can handle the signal, or else it may terminate if the signal is fatal
3841 and not handled. @code{pass} and @code{noignore} are synonyms.
3842
3843 @item nopass
3844 @itemx ignore
3845 @value{GDBN} should not allow your program to see this signal.
3846 @code{nopass} and @code{ignore} are synonyms.
3847 @end table
3848 @c @end group
3849
3850 When a signal stops your program, the signal is not visible to the
3851 program until you
3852 continue. Your program sees the signal then, if @code{pass} is in
3853 effect for the signal in question @emph{at that time}. In other words,
3854 after @value{GDBN} reports a signal, you can use the @code{handle}
3855 command with @code{pass} or @code{nopass} to control whether your
3856 program sees that signal when you continue.
3857
3858 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3859 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3860 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3861 erroneous signals.
3862
3863 You can also use the @code{signal} command to prevent your program from
3864 seeing a signal, or cause it to see a signal it normally would not see,
3865 or to give it any signal at any time. For example, if your program stopped
3866 due to some sort of memory reference error, you might store correct
3867 values into the erroneous variables and continue, hoping to see more
3868 execution; but your program would probably terminate immediately as
3869 a result of the fatal signal once it saw the signal. To prevent this,
3870 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3871 program a signal}.
3872
3873 @node Thread Stops
3874 @section Stopping and starting multi-thread programs
3875
3876 When your program has multiple threads (@pxref{Threads,, Debugging
3877 programs with multiple threads}), you can choose whether to set
3878 breakpoints on all threads, or on a particular thread.
3879
3880 @table @code
3881 @cindex breakpoints and threads
3882 @cindex thread breakpoints
3883 @kindex break @dots{} thread @var{threadno}
3884 @item break @var{linespec} thread @var{threadno}
3885 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3886 @var{linespec} specifies source lines; there are several ways of
3887 writing them, but the effect is always to specify some source line.
3888
3889 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3890 to specify that you only want @value{GDBN} to stop the program when a
3891 particular thread reaches this breakpoint. @var{threadno} is one of the
3892 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3893 column of the @samp{info threads} display.
3894
3895 If you do not specify @samp{thread @var{threadno}} when you set a
3896 breakpoint, the breakpoint applies to @emph{all} threads of your
3897 program.
3898
3899 You can use the @code{thread} qualifier on conditional breakpoints as
3900 well; in this case, place @samp{thread @var{threadno}} before the
3901 breakpoint condition, like this:
3902
3903 @smallexample
3904 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3905 @end smallexample
3906
3907 @end table
3908
3909 @cindex stopped threads
3910 @cindex threads, stopped
3911 Whenever your program stops under @value{GDBN} for any reason,
3912 @emph{all} threads of execution stop, not just the current thread. This
3913 allows you to examine the overall state of the program, including
3914 switching between threads, without worrying that things may change
3915 underfoot.
3916
3917 @cindex thread breakpoints and system calls
3918 @cindex system calls and thread breakpoints
3919 @cindex premature return from system calls
3920 There is an unfortunate side effect. If one thread stops for a
3921 breakpoint, or for some other reason, and another thread is blocked in a
3922 system call, then the system call may return prematurely. This is a
3923 consequence of the interaction between multiple threads and the signals
3924 that @value{GDBN} uses to implement breakpoints and other events that
3925 stop execution.
3926
3927 To handle this problem, your program should check the return value of
3928 each system call and react appropriately. This is good programming
3929 style anyways.
3930
3931 For example, do not write code like this:
3932
3933 @smallexample
3934 sleep (10);
3935 @end smallexample
3936
3937 The call to @code{sleep} will return early if a different thread stops
3938 at a breakpoint or for some other reason.
3939
3940 Instead, write this:
3941
3942 @smallexample
3943 int unslept = 10;
3944 while (unslept > 0)
3945 unslept = sleep (unslept);
3946 @end smallexample
3947
3948 A system call is allowed to return early, so the system is still
3949 conforming to its specification. But @value{GDBN} does cause your
3950 multi-threaded program to behave differently than it would without
3951 @value{GDBN}.
3952
3953 Also, @value{GDBN} uses internal breakpoints in the thread library to
3954 monitor certain events such as thread creation and thread destruction.
3955 When such an event happens, a system call in another thread may return
3956 prematurely, even though your program does not appear to stop.
3957
3958 @cindex continuing threads
3959 @cindex threads, continuing
3960 Conversely, whenever you restart the program, @emph{all} threads start
3961 executing. @emph{This is true even when single-stepping} with commands
3962 like @code{step} or @code{next}.
3963
3964 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3965 Since thread scheduling is up to your debugging target's operating
3966 system (not controlled by @value{GDBN}), other threads may
3967 execute more than one statement while the current thread completes a
3968 single step. Moreover, in general other threads stop in the middle of a
3969 statement, rather than at a clean statement boundary, when the program
3970 stops.
3971
3972 You might even find your program stopped in another thread after
3973 continuing or even single-stepping. This happens whenever some other
3974 thread runs into a breakpoint, a signal, or an exception before the
3975 first thread completes whatever you requested.
3976
3977 On some OSes, you can lock the OS scheduler and thus allow only a single
3978 thread to run.
3979
3980 @table @code
3981 @item set scheduler-locking @var{mode}
3982 @cindex scheduler locking mode
3983 @cindex lock scheduler
3984 Set the scheduler locking mode. If it is @code{off}, then there is no
3985 locking and any thread may run at any time. If @code{on}, then only the
3986 current thread may run when the inferior is resumed. The @code{step}
3987 mode optimizes for single-stepping. It stops other threads from
3988 ``seizing the prompt'' by preempting the current thread while you are
3989 stepping. Other threads will only rarely (or never) get a chance to run
3990 when you step. They are more likely to run when you @samp{next} over a
3991 function call, and they are completely free to run when you use commands
3992 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
3993 thread hits a breakpoint during its timeslice, they will never steal the
3994 @value{GDBN} prompt away from the thread that you are debugging.
3995
3996 @item show scheduler-locking
3997 Display the current scheduler locking mode.
3998 @end table
3999
4000
4001 @node Stack
4002 @chapter Examining the Stack
4003
4004 When your program has stopped, the first thing you need to know is where it
4005 stopped and how it got there.
4006
4007 @cindex call stack
4008 Each time your program performs a function call, information about the call
4009 is generated.
4010 That information includes the location of the call in your program,
4011 the arguments of the call,
4012 and the local variables of the function being called.
4013 The information is saved in a block of data called a @dfn{stack frame}.
4014 The stack frames are allocated in a region of memory called the @dfn{call
4015 stack}.
4016
4017 When your program stops, the @value{GDBN} commands for examining the
4018 stack allow you to see all of this information.
4019
4020 @cindex selected frame
4021 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4022 @value{GDBN} commands refer implicitly to the selected frame. In
4023 particular, whenever you ask @value{GDBN} for the value of a variable in
4024 your program, the value is found in the selected frame. There are
4025 special @value{GDBN} commands to select whichever frame you are
4026 interested in. @xref{Selection, ,Selecting a frame}.
4027
4028 When your program stops, @value{GDBN} automatically selects the
4029 currently executing frame and describes it briefly, similar to the
4030 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4031
4032 @menu
4033 * Frames:: Stack frames
4034 * Backtrace:: Backtraces
4035 * Selection:: Selecting a frame
4036 * Frame Info:: Information on a frame
4037
4038 @end menu
4039
4040 @node Frames
4041 @section Stack frames
4042
4043 @cindex frame, definition
4044 @cindex stack frame
4045 The call stack is divided up into contiguous pieces called @dfn{stack
4046 frames}, or @dfn{frames} for short; each frame is the data associated
4047 with one call to one function. The frame contains the arguments given
4048 to the function, the function's local variables, and the address at
4049 which the function is executing.
4050
4051 @cindex initial frame
4052 @cindex outermost frame
4053 @cindex innermost frame
4054 When your program is started, the stack has only one frame, that of the
4055 function @code{main}. This is called the @dfn{initial} frame or the
4056 @dfn{outermost} frame. Each time a function is called, a new frame is
4057 made. Each time a function returns, the frame for that function invocation
4058 is eliminated. If a function is recursive, there can be many frames for
4059 the same function. The frame for the function in which execution is
4060 actually occurring is called the @dfn{innermost} frame. This is the most
4061 recently created of all the stack frames that still exist.
4062
4063 @cindex frame pointer
4064 Inside your program, stack frames are identified by their addresses. A
4065 stack frame consists of many bytes, each of which has its own address; each
4066 kind of computer has a convention for choosing one byte whose
4067 address serves as the address of the frame. Usually this address is kept
4068 in a register called the @dfn{frame pointer register} while execution is
4069 going on in that frame.
4070
4071 @cindex frame number
4072 @value{GDBN} assigns numbers to all existing stack frames, starting with
4073 zero for the innermost frame, one for the frame that called it,
4074 and so on upward. These numbers do not really exist in your program;
4075 they are assigned by @value{GDBN} to give you a way of designating stack
4076 frames in @value{GDBN} commands.
4077
4078 @c The -fomit-frame-pointer below perennially causes hbox overflow
4079 @c underflow problems.
4080 @cindex frameless execution
4081 Some compilers provide a way to compile functions so that they operate
4082 without stack frames. (For example, the @value{GCC} option
4083 @smallexample
4084 @samp{-fomit-frame-pointer}
4085 @end smallexample
4086 generates functions without a frame.)
4087 This is occasionally done with heavily used library functions to save
4088 the frame setup time. @value{GDBN} has limited facilities for dealing
4089 with these function invocations. If the innermost function invocation
4090 has no stack frame, @value{GDBN} nevertheless regards it as though
4091 it had a separate frame, which is numbered zero as usual, allowing
4092 correct tracing of the function call chain. However, @value{GDBN} has
4093 no provision for frameless functions elsewhere in the stack.
4094
4095 @table @code
4096 @kindex frame@r{, command}
4097 @cindex current stack frame
4098 @item frame @var{args}
4099 The @code{frame} command allows you to move from one stack frame to another,
4100 and to print the stack frame you select. @var{args} may be either the
4101 address of the frame or the stack frame number. Without an argument,
4102 @code{frame} prints the current stack frame.
4103
4104 @kindex select-frame
4105 @cindex selecting frame silently
4106 @item select-frame
4107 The @code{select-frame} command allows you to move from one stack frame
4108 to another without printing the frame. This is the silent version of
4109 @code{frame}.
4110 @end table
4111
4112 @node Backtrace
4113 @section Backtraces
4114
4115 @cindex traceback
4116 @cindex call stack traces
4117 A backtrace is a summary of how your program got where it is. It shows one
4118 line per frame, for many frames, starting with the currently executing
4119 frame (frame zero), followed by its caller (frame one), and on up the
4120 stack.
4121
4122 @table @code
4123 @kindex backtrace
4124 @kindex bt @r{(@code{backtrace})}
4125 @item backtrace
4126 @itemx bt
4127 Print a backtrace of the entire stack: one line per frame for all
4128 frames in the stack.
4129
4130 You can stop the backtrace at any time by typing the system interrupt
4131 character, normally @kbd{C-c}.
4132
4133 @item backtrace @var{n}
4134 @itemx bt @var{n}
4135 Similar, but print only the innermost @var{n} frames.
4136
4137 @item backtrace -@var{n}
4138 @itemx bt -@var{n}
4139 Similar, but print only the outermost @var{n} frames.
4140
4141 @item backtrace full
4142 Print the values of the local variables also.
4143 @itemx bt full
4144 @end table
4145
4146 @kindex where
4147 @kindex info stack
4148 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4149 are additional aliases for @code{backtrace}.
4150
4151 Each line in the backtrace shows the frame number and the function name.
4152 The program counter value is also shown---unless you use @code{set
4153 print address off}. The backtrace also shows the source file name and
4154 line number, as well as the arguments to the function. The program
4155 counter value is omitted if it is at the beginning of the code for that
4156 line number.
4157
4158 Here is an example of a backtrace. It was made with the command
4159 @samp{bt 3}, so it shows the innermost three frames.
4160
4161 @smallexample
4162 @group
4163 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4164 at builtin.c:993
4165 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4166 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4167 at macro.c:71
4168 (More stack frames follow...)
4169 @end group
4170 @end smallexample
4171
4172 @noindent
4173 The display for frame zero does not begin with a program counter
4174 value, indicating that your program has stopped at the beginning of the
4175 code for line @code{993} of @code{builtin.c}.
4176
4177 @cindex value optimized out, in backtrace
4178 @cindex function call arguments, optimized out
4179 If your program was compiled with optimizations, some compilers will
4180 optimize away arguments passed to functions if those arguments are
4181 never used after the call. Such optimizations generate code that
4182 passes arguments through registers, but doesn't store those arguments
4183 in the stack frame. @value{GDBN} has no way of displaying such
4184 arguments in stack frames other than the innermost one. Here's what
4185 such a backtrace might look like:
4186
4187 @smallexample
4188 @group
4189 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4190 at builtin.c:993
4191 #1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4192 #2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4193 at macro.c:71
4194 (More stack frames follow...)
4195 @end group
4196 @end smallexample
4197
4198 @noindent
4199 The values of arguments that were not saved in their stack frames are
4200 shown as @samp{<value optimized out>}.
4201
4202 If you need to display the values of such optimized-out arguments,
4203 either deduce that from other variables whose values depend on the one
4204 you are interested in, or recompile without optimizations.
4205
4206 @cindex backtrace beyond @code{main} function
4207 @cindex program entry point
4208 @cindex startup code, and backtrace
4209 Most programs have a standard user entry point---a place where system
4210 libraries and startup code transition into user code. For C this is
4211 @code{main}. When @value{GDBN} finds the entry function in a backtrace
4212 it will terminate the backtrace, to avoid tracing into highly
4213 system-specific (and generally uninteresting) code.
4214
4215 If you need to examine the startup code, or limit the number of levels
4216 in a backtrace, you can change this behavior:
4217
4218 @table @code
4219 @item set backtrace past-main
4220 @itemx set backtrace past-main on
4221 @kindex set backtrace
4222 Backtraces will continue past the user entry point.
4223
4224 @item set backtrace past-main off
4225 Backtraces will stop when they encounter the user entry point. This is the
4226 default.
4227
4228 @item show backtrace past-main
4229 @kindex show backtrace
4230 Display the current user entry point backtrace policy.
4231
4232 @item set backtrace past-entry
4233 @itemx set backtrace past-entry on
4234 Backtraces will continue past the internal entry point of an application.
4235 This entry point is encoded by the linker when the application is built,
4236 and is likely before the user entry point @code{main} (or equivalent) is called.
4237
4238 @item set backtrace past-entry off
4239 Backtraces will stop when they encouter the internal entry point of an
4240 application. This is the default.
4241
4242 @item show backtrace past-entry
4243 Display the current internal entry point backtrace policy.
4244
4245 @item set backtrace limit @var{n}
4246 @itemx set backtrace limit 0
4247 @cindex backtrace limit
4248 Limit the backtrace to @var{n} levels. A value of zero means
4249 unlimited.
4250
4251 @item show backtrace limit
4252 Display the current limit on backtrace levels.
4253 @end table
4254
4255 @node Selection
4256 @section Selecting a frame
4257
4258 Most commands for examining the stack and other data in your program work on
4259 whichever stack frame is selected at the moment. Here are the commands for
4260 selecting a stack frame; all of them finish by printing a brief description
4261 of the stack frame just selected.
4262
4263 @table @code
4264 @kindex frame@r{, selecting}
4265 @kindex f @r{(@code{frame})}
4266 @item frame @var{n}
4267 @itemx f @var{n}
4268 Select frame number @var{n}. Recall that frame zero is the innermost
4269 (currently executing) frame, frame one is the frame that called the
4270 innermost one, and so on. The highest-numbered frame is the one for
4271 @code{main}.
4272
4273 @item frame @var{addr}
4274 @itemx f @var{addr}
4275 Select the frame at address @var{addr}. This is useful mainly if the
4276 chaining of stack frames has been damaged by a bug, making it
4277 impossible for @value{GDBN} to assign numbers properly to all frames. In
4278 addition, this can be useful when your program has multiple stacks and
4279 switches between them.
4280
4281 On the SPARC architecture, @code{frame} needs two addresses to
4282 select an arbitrary frame: a frame pointer and a stack pointer.
4283
4284 On the MIPS and Alpha architecture, it needs two addresses: a stack
4285 pointer and a program counter.
4286
4287 On the 29k architecture, it needs three addresses: a register stack
4288 pointer, a program counter, and a memory stack pointer.
4289 @c note to future updaters: this is conditioned on a flag
4290 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4291 @c as of 27 Jan 1994.
4292
4293 @kindex up
4294 @item up @var{n}
4295 Move @var{n} frames up the stack. For positive numbers @var{n}, this
4296 advances toward the outermost frame, to higher frame numbers, to frames
4297 that have existed longer. @var{n} defaults to one.
4298
4299 @kindex down
4300 @kindex do @r{(@code{down})}
4301 @item down @var{n}
4302 Move @var{n} frames down the stack. For positive numbers @var{n}, this
4303 advances toward the innermost frame, to lower frame numbers, to frames
4304 that were created more recently. @var{n} defaults to one. You may
4305 abbreviate @code{down} as @code{do}.
4306 @end table
4307
4308 All of these commands end by printing two lines of output describing the
4309 frame. The first line shows the frame number, the function name, the
4310 arguments, and the source file and line number of execution in that
4311 frame. The second line shows the text of that source line.
4312
4313 @need 1000
4314 For example:
4315
4316 @smallexample
4317 @group
4318 (@value{GDBP}) up
4319 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4320 at env.c:10
4321 10 read_input_file (argv[i]);
4322 @end group
4323 @end smallexample
4324
4325 After such a printout, the @code{list} command with no arguments
4326 prints ten lines centered on the point of execution in the frame.
4327 You can also edit the program at the point of execution with your favorite
4328 editing program by typing @code{edit}.
4329 @xref{List, ,Printing source lines},
4330 for details.
4331
4332 @table @code
4333 @kindex down-silently
4334 @kindex up-silently
4335 @item up-silently @var{n}
4336 @itemx down-silently @var{n}
4337 These two commands are variants of @code{up} and @code{down},
4338 respectively; they differ in that they do their work silently, without
4339 causing display of the new frame. They are intended primarily for use
4340 in @value{GDBN} command scripts, where the output might be unnecessary and
4341 distracting.
4342 @end table
4343
4344 @node Frame Info
4345 @section Information about a frame
4346
4347 There are several other commands to print information about the selected
4348 stack frame.
4349
4350 @table @code
4351 @item frame
4352 @itemx f
4353 When used without any argument, this command does not change which
4354 frame is selected, but prints a brief description of the currently
4355 selected stack frame. It can be abbreviated @code{f}. With an
4356 argument, this command is used to select a stack frame.
4357 @xref{Selection, ,Selecting a frame}.
4358
4359 @kindex info frame
4360 @kindex info f @r{(@code{info frame})}
4361 @item info frame
4362 @itemx info f
4363 This command prints a verbose description of the selected stack frame,
4364 including:
4365
4366 @itemize @bullet
4367 @item
4368 the address of the frame
4369 @item
4370 the address of the next frame down (called by this frame)
4371 @item
4372 the address of the next frame up (caller of this frame)
4373 @item
4374 the language in which the source code corresponding to this frame is written
4375 @item
4376 the address of the frame's arguments
4377 @item
4378 the address of the frame's local variables
4379 @item
4380 the program counter saved in it (the address of execution in the caller frame)
4381 @item
4382 which registers were saved in the frame
4383 @end itemize
4384
4385 @noindent The verbose description is useful when
4386 something has gone wrong that has made the stack format fail to fit
4387 the usual conventions.
4388
4389 @item info frame @var{addr}
4390 @itemx info f @var{addr}
4391 Print a verbose description of the frame at address @var{addr}, without
4392 selecting that frame. The selected frame remains unchanged by this
4393 command. This requires the same kind of address (more than one for some
4394 architectures) that you specify in the @code{frame} command.
4395 @xref{Selection, ,Selecting a frame}.
4396
4397 @kindex info args
4398 @item info args
4399 Print the arguments of the selected frame, each on a separate line.
4400
4401 @item info locals
4402 @kindex info locals
4403 Print the local variables of the selected frame, each on a separate
4404 line. These are all variables (declared either static or automatic)
4405 accessible at the point of execution of the selected frame.
4406
4407 @kindex info catch
4408 @cindex catch exceptions, list active handlers
4409 @cindex exception handlers, how to list
4410 @item info catch
4411 Print a list of all the exception handlers that are active in the
4412 current stack frame at the current point of execution. To see other
4413 exception handlers, visit the associated frame (using the @code{up},
4414 @code{down}, or @code{frame} commands); then type @code{info catch}.
4415 @xref{Set Catchpoints, , Setting catchpoints}.
4416
4417 @end table
4418
4419
4420 @node Source
4421 @chapter Examining Source Files
4422
4423 @value{GDBN} can print parts of your program's source, since the debugging
4424 information recorded in the program tells @value{GDBN} what source files were
4425 used to build it. When your program stops, @value{GDBN} spontaneously prints
4426 the line where it stopped. Likewise, when you select a stack frame
4427 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4428 execution in that frame has stopped. You can print other portions of
4429 source files by explicit command.
4430
4431 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4432 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4433 @value{GDBN} under @sc{gnu} Emacs}.
4434
4435 @menu
4436 * List:: Printing source lines
4437 * Edit:: Editing source files
4438 * Search:: Searching source files
4439 * Source Path:: Specifying source directories
4440 * Machine Code:: Source and machine code
4441 @end menu
4442
4443 @node List
4444 @section Printing source lines
4445
4446 @kindex list
4447 @kindex l @r{(@code{list})}
4448 To print lines from a source file, use the @code{list} command
4449 (abbreviated @code{l}). By default, ten lines are printed.
4450 There are several ways to specify what part of the file you want to print.
4451
4452 Here are the forms of the @code{list} command most commonly used:
4453
4454 @table @code
4455 @item list @var{linenum}
4456 Print lines centered around line number @var{linenum} in the
4457 current source file.
4458
4459 @item list @var{function}
4460 Print lines centered around the beginning of function
4461 @var{function}.
4462
4463 @item list
4464 Print more lines. If the last lines printed were printed with a
4465 @code{list} command, this prints lines following the last lines
4466 printed; however, if the last line printed was a solitary line printed
4467 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4468 Stack}), this prints lines centered around that line.
4469
4470 @item list -
4471 Print lines just before the lines last printed.
4472 @end table
4473
4474 @cindex @code{list}, how many lines to display
4475 By default, @value{GDBN} prints ten source lines with any of these forms of
4476 the @code{list} command. You can change this using @code{set listsize}:
4477
4478 @table @code
4479 @kindex set listsize
4480 @item set listsize @var{count}
4481 Make the @code{list} command display @var{count} source lines (unless
4482 the @code{list} argument explicitly specifies some other number).
4483
4484 @kindex show listsize
4485 @item show listsize
4486 Display the number of lines that @code{list} prints.
4487 @end table
4488
4489 Repeating a @code{list} command with @key{RET} discards the argument,
4490 so it is equivalent to typing just @code{list}. This is more useful
4491 than listing the same lines again. An exception is made for an
4492 argument of @samp{-}; that argument is preserved in repetition so that
4493 each repetition moves up in the source file.
4494
4495 @cindex linespec
4496 In general, the @code{list} command expects you to supply zero, one or two
4497 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4498 of writing them, but the effect is always to specify some source line.
4499 Here is a complete description of the possible arguments for @code{list}:
4500
4501 @table @code
4502 @item list @var{linespec}
4503 Print lines centered around the line specified by @var{linespec}.
4504
4505 @item list @var{first},@var{last}
4506 Print lines from @var{first} to @var{last}. Both arguments are
4507 linespecs.
4508
4509 @item list ,@var{last}
4510 Print lines ending with @var{last}.
4511
4512 @item list @var{first},
4513 Print lines starting with @var{first}.
4514
4515 @item list +
4516 Print lines just after the lines last printed.
4517
4518 @item list -
4519 Print lines just before the lines last printed.
4520
4521 @item list
4522 As described in the preceding table.
4523 @end table
4524
4525 Here are the ways of specifying a single source line---all the
4526 kinds of linespec.
4527
4528 @table @code
4529 @item @var{number}
4530 Specifies line @var{number} of the current source file.
4531 When a @code{list} command has two linespecs, this refers to
4532 the same source file as the first linespec.
4533
4534 @item +@var{offset}
4535 Specifies the line @var{offset} lines after the last line printed.
4536 When used as the second linespec in a @code{list} command that has
4537 two, this specifies the line @var{offset} lines down from the
4538 first linespec.
4539
4540 @item -@var{offset}
4541 Specifies the line @var{offset} lines before the last line printed.
4542
4543 @item @var{filename}:@var{number}
4544 Specifies line @var{number} in the source file @var{filename}.
4545
4546 @item @var{function}
4547 Specifies the line that begins the body of the function @var{function}.
4548 For example: in C, this is the line with the open brace.
4549
4550 @item @var{filename}:@var{function}
4551 Specifies the line of the open-brace that begins the body of the
4552 function @var{function} in the file @var{filename}. You only need the
4553 file name with a function name to avoid ambiguity when there are
4554 identically named functions in different source files.
4555
4556 @item *@var{address}
4557 Specifies the line containing the program address @var{address}.
4558 @var{address} may be any expression.
4559 @end table
4560
4561 @node Edit
4562 @section Editing source files
4563 @cindex editing source files
4564
4565 @kindex edit
4566 @kindex e @r{(@code{edit})}
4567 To edit the lines in a source file, use the @code{edit} command.
4568 The editing program of your choice
4569 is invoked with the current line set to
4570 the active line in the program.
4571 Alternatively, there are several ways to specify what part of the file you
4572 want to print if you want to see other parts of the program.
4573
4574 Here are the forms of the @code{edit} command most commonly used:
4575
4576 @table @code
4577 @item edit
4578 Edit the current source file at the active line number in the program.
4579
4580 @item edit @var{number}
4581 Edit the current source file with @var{number} as the active line number.
4582
4583 @item edit @var{function}
4584 Edit the file containing @var{function} at the beginning of its definition.
4585
4586 @item edit @var{filename}:@var{number}
4587 Specifies line @var{number} in the source file @var{filename}.
4588
4589 @item edit @var{filename}:@var{function}
4590 Specifies the line that begins the body of the
4591 function @var{function} in the file @var{filename}. You only need the
4592 file name with a function name to avoid ambiguity when there are
4593 identically named functions in different source files.
4594
4595 @item edit *@var{address}
4596 Specifies the line containing the program address @var{address}.
4597 @var{address} may be any expression.
4598 @end table
4599
4600 @subsection Choosing your editor
4601 You can customize @value{GDBN} to use any editor you want
4602 @footnote{
4603 The only restriction is that your editor (say @code{ex}), recognizes the
4604 following command-line syntax:
4605 @smallexample
4606 ex +@var{number} file
4607 @end smallexample
4608 The optional numeric value +@var{number} specifies the number of the line in
4609 the file where to start editing.}.
4610 By default, it is @file{@value{EDITOR}}, but you can change this
4611 by setting the environment variable @code{EDITOR} before using
4612 @value{GDBN}. For example, to configure @value{GDBN} to use the
4613 @code{vi} editor, you could use these commands with the @code{sh} shell:
4614 @smallexample
4615 EDITOR=/usr/bin/vi
4616 export EDITOR
4617 gdb @dots{}
4618 @end smallexample
4619 or in the @code{csh} shell,
4620 @smallexample
4621 setenv EDITOR /usr/bin/vi
4622 gdb @dots{}
4623 @end smallexample
4624
4625 @node Search
4626 @section Searching source files
4627 @cindex searching source files
4628
4629 There are two commands for searching through the current source file for a
4630 regular expression.
4631
4632 @table @code
4633 @kindex search
4634 @kindex forward-search
4635 @item forward-search @var{regexp}
4636 @itemx search @var{regexp}
4637 The command @samp{forward-search @var{regexp}} checks each line,
4638 starting with the one following the last line listed, for a match for
4639 @var{regexp}. It lists the line that is found. You can use the
4640 synonym @samp{search @var{regexp}} or abbreviate the command name as
4641 @code{fo}.
4642
4643 @kindex reverse-search
4644 @item reverse-search @var{regexp}
4645 The command @samp{reverse-search @var{regexp}} checks each line, starting
4646 with the one before the last line listed and going backward, for a match
4647 for @var{regexp}. It lists the line that is found. You can abbreviate
4648 this command as @code{rev}.
4649 @end table
4650
4651 @node Source Path
4652 @section Specifying source directories
4653
4654 @cindex source path
4655 @cindex directories for source files
4656 Executable programs sometimes do not record the directories of the source
4657 files from which they were compiled, just the names. Even when they do,
4658 the directories could be moved between the compilation and your debugging
4659 session. @value{GDBN} has a list of directories to search for source files;
4660 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4661 it tries all the directories in the list, in the order they are present
4662 in the list, until it finds a file with the desired name.
4663
4664 For example, suppose an executable references the file
4665 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4666 @file{/mnt/cross}. The file is first looked up literally; if this
4667 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4668 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4669 message is printed. @value{GDBN} does not look up the parts of the
4670 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4671 Likewise, the subdirectories of the source path are not searched: if
4672 the source path is @file{/mnt/cross}, and the binary refers to
4673 @file{foo.c}, @value{GDBN} would not find it under
4674 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4675
4676 Plain file names, relative file names with leading directories, file
4677 names containing dots, etc.@: are all treated as described above; for
4678 instance, if the source path is @file{/mnt/cross}, and the source file
4679 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4680 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4681 that---@file{/mnt/cross/foo.c}.
4682
4683 Note that the executable search path is @emph{not} used to locate the
4684 source files. Neither is the current working directory, unless it
4685 happens to be in the source path.
4686
4687 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4688 any information it has cached about where source files are found and where
4689 each line is in the file.
4690
4691 @kindex directory
4692 @kindex dir
4693 When you start @value{GDBN}, its source path includes only @samp{cdir}
4694 and @samp{cwd}, in that order.
4695 To add other directories, use the @code{directory} command.
4696
4697 @table @code
4698 @item directory @var{dirname} @dots{}
4699 @item dir @var{dirname} @dots{}
4700 Add directory @var{dirname} to the front of the source path. Several
4701 directory names may be given to this command, separated by @samp{:}
4702 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4703 part of absolute file names) or
4704 whitespace. You may specify a directory that is already in the source
4705 path; this moves it forward, so @value{GDBN} searches it sooner.
4706
4707 @kindex cdir
4708 @kindex cwd
4709 @vindex $cdir@r{, convenience variable}
4710 @vindex $cwdr@r{, convenience variable}
4711 @cindex compilation directory
4712 @cindex current directory
4713 @cindex working directory
4714 @cindex directory, current
4715 @cindex directory, compilation
4716 You can use the string @samp{$cdir} to refer to the compilation
4717 directory (if one is recorded), and @samp{$cwd} to refer to the current
4718 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4719 tracks the current working directory as it changes during your @value{GDBN}
4720 session, while the latter is immediately expanded to the current
4721 directory at the time you add an entry to the source path.
4722
4723 @item directory
4724 Reset the source path to empty again. This requires confirmation.
4725
4726 @c RET-repeat for @code{directory} is explicitly disabled, but since
4727 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4728
4729 @item show directories
4730 @kindex show directories
4731 Print the source path: show which directories it contains.
4732 @end table
4733
4734 If your source path is cluttered with directories that are no longer of
4735 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4736 versions of source. You can correct the situation as follows:
4737
4738 @enumerate
4739 @item
4740 Use @code{directory} with no argument to reset the source path to empty.
4741
4742 @item
4743 Use @code{directory} with suitable arguments to reinstall the
4744 directories you want in the source path. You can add all the
4745 directories in one command.
4746 @end enumerate
4747
4748 @node Machine Code
4749 @section Source and machine code
4750 @cindex source line and its code address
4751
4752 You can use the command @code{info line} to map source lines to program
4753 addresses (and vice versa), and the command @code{disassemble} to display
4754 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4755 mode, the @code{info line} command causes the arrow to point to the
4756 line specified. Also, @code{info line} prints addresses in symbolic form as
4757 well as hex.
4758
4759 @table @code
4760 @kindex info line
4761 @item info line @var{linespec}
4762 Print the starting and ending addresses of the compiled code for
4763 source line @var{linespec}. You can specify source lines in any of
4764 the ways understood by the @code{list} command (@pxref{List, ,Printing
4765 source lines}).
4766 @end table
4767
4768 For example, we can use @code{info line} to discover the location of
4769 the object code for the first line of function
4770 @code{m4_changequote}:
4771
4772 @c FIXME: I think this example should also show the addresses in
4773 @c symbolic form, as they usually would be displayed.
4774 @smallexample
4775 (@value{GDBP}) info line m4_changequote
4776 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4777 @end smallexample
4778
4779 @noindent
4780 @cindex code address and its source line
4781 We can also inquire (using @code{*@var{addr}} as the form for
4782 @var{linespec}) what source line covers a particular address:
4783 @smallexample
4784 (@value{GDBP}) info line *0x63ff
4785 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4786 @end smallexample
4787
4788 @cindex @code{$_} and @code{info line}
4789 @cindex @code{x} command, default address
4790 @kindex x@r{(examine), and} info line
4791 After @code{info line}, the default address for the @code{x} command
4792 is changed to the starting address of the line, so that @samp{x/i} is
4793 sufficient to begin examining the machine code (@pxref{Memory,
4794 ,Examining memory}). Also, this address is saved as the value of the
4795 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4796 variables}).
4797
4798 @table @code
4799 @kindex disassemble
4800 @cindex assembly instructions
4801 @cindex instructions, assembly
4802 @cindex machine instructions
4803 @cindex listing machine instructions
4804 @item disassemble
4805 This specialized command dumps a range of memory as machine
4806 instructions. The default memory range is the function surrounding the
4807 program counter of the selected frame. A single argument to this
4808 command is a program counter value; @value{GDBN} dumps the function
4809 surrounding this value. Two arguments specify a range of addresses
4810 (first inclusive, second exclusive) to dump.
4811 @end table
4812
4813 The following example shows the disassembly of a range of addresses of
4814 HP PA-RISC 2.0 code:
4815
4816 @smallexample
4817 (@value{GDBP}) disas 0x32c4 0x32e4
4818 Dump of assembler code from 0x32c4 to 0x32e4:
4819 0x32c4 <main+204>: addil 0,dp
4820 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4821 0x32cc <main+212>: ldil 0x3000,r31
4822 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4823 0x32d4 <main+220>: ldo 0(r31),rp
4824 0x32d8 <main+224>: addil -0x800,dp
4825 0x32dc <main+228>: ldo 0x588(r1),r26
4826 0x32e0 <main+232>: ldil 0x3000,r31
4827 End of assembler dump.
4828 @end smallexample
4829
4830 Some architectures have more than one commonly-used set of instruction
4831 mnemonics or other syntax.
4832
4833 @table @code
4834 @kindex set disassembly-flavor
4835 @cindex Intel disassembly flavor
4836 @cindex AT&T disassembly flavor
4837 @item set disassembly-flavor @var{instruction-set}
4838 Select the instruction set to use when disassembling the
4839 program via the @code{disassemble} or @code{x/i} commands.
4840
4841 Currently this command is only defined for the Intel x86 family. You
4842 can set @var{instruction-set} to either @code{intel} or @code{att}.
4843 The default is @code{att}, the AT&T flavor used by default by Unix
4844 assemblers for x86-based targets.
4845
4846 @kindex show disassembly-flavor
4847 @item show disassembly-flavor
4848 Show the current setting of the disassembly flavor.
4849 @end table
4850
4851
4852 @node Data
4853 @chapter Examining Data
4854
4855 @cindex printing data
4856 @cindex examining data
4857 @kindex print
4858 @kindex inspect
4859 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4860 @c document because it is nonstandard... Under Epoch it displays in a
4861 @c different window or something like that.
4862 The usual way to examine data in your program is with the @code{print}
4863 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4864 evaluates and prints the value of an expression of the language your
4865 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4866 Different Languages}).
4867
4868 @table @code
4869 @item print @var{expr}
4870 @itemx print /@var{f} @var{expr}
4871 @var{expr} is an expression (in the source language). By default the
4872 value of @var{expr} is printed in a format appropriate to its data type;
4873 you can choose a different format by specifying @samp{/@var{f}}, where
4874 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4875 formats}.
4876
4877 @item print
4878 @itemx print /@var{f}
4879 @cindex reprint the last value
4880 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4881 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4882 conveniently inspect the same value in an alternative format.
4883 @end table
4884
4885 A more low-level way of examining data is with the @code{x} command.
4886 It examines data in memory at a specified address and prints it in a
4887 specified format. @xref{Memory, ,Examining memory}.
4888
4889 If you are interested in information about types, or about how the
4890 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4891 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4892 Table}.
4893
4894 @menu
4895 * Expressions:: Expressions
4896 * Variables:: Program variables
4897 * Arrays:: Artificial arrays
4898 * Output Formats:: Output formats
4899 * Memory:: Examining memory
4900 * Auto Display:: Automatic display
4901 * Print Settings:: Print settings
4902 * Value History:: Value history
4903 * Convenience Vars:: Convenience variables
4904 * Registers:: Registers
4905 * Floating Point Hardware:: Floating point hardware
4906 * Vector Unit:: Vector Unit
4907 * OS Information:: Auxiliary data provided by operating system
4908 * Memory Region Attributes:: Memory region attributes
4909 * Dump/Restore Files:: Copy between memory and a file
4910 * Core File Generation:: Cause a program dump its core
4911 * Character Sets:: Debugging programs that use a different
4912 character set than GDB does
4913 * Caching Remote Data:: Data caching for remote targets
4914 @end menu
4915
4916 @node Expressions
4917 @section Expressions
4918
4919 @cindex expressions
4920 @code{print} and many other @value{GDBN} commands accept an expression and
4921 compute its value. Any kind of constant, variable or operator defined
4922 by the programming language you are using is valid in an expression in
4923 @value{GDBN}. This includes conditional expressions, function calls,
4924 casts, and string constants. It also includes preprocessor macros, if
4925 you compiled your program to include this information; see
4926 @ref{Compilation}.
4927
4928 @cindex arrays in expressions
4929 @value{GDBN} supports array constants in expressions input by
4930 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
4931 you can use the command @code{print @{1, 2, 3@}} to build up an array in
4932 memory that is @code{malloc}ed in the target program.
4933
4934 Because C is so widespread, most of the expressions shown in examples in
4935 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4936 Languages}, for information on how to use expressions in other
4937 languages.
4938
4939 In this section, we discuss operators that you can use in @value{GDBN}
4940 expressions regardless of your programming language.
4941
4942 @cindex casts, in expressions
4943 Casts are supported in all languages, not just in C, because it is so
4944 useful to cast a number into a pointer in order to examine a structure
4945 at that address in memory.
4946 @c FIXME: casts supported---Mod2 true?
4947
4948 @value{GDBN} supports these operators, in addition to those common
4949 to programming languages:
4950
4951 @table @code
4952 @item @@
4953 @samp{@@} is a binary operator for treating parts of memory as arrays.
4954 @xref{Arrays, ,Artificial arrays}, for more information.
4955
4956 @item ::
4957 @samp{::} allows you to specify a variable in terms of the file or
4958 function where it is defined. @xref{Variables, ,Program variables}.
4959
4960 @cindex @{@var{type}@}
4961 @cindex type casting memory
4962 @cindex memory, viewing as typed object
4963 @cindex casts, to view memory
4964 @item @{@var{type}@} @var{addr}
4965 Refers to an object of type @var{type} stored at address @var{addr} in
4966 memory. @var{addr} may be any expression whose value is an integer or
4967 pointer (but parentheses are required around binary operators, just as in
4968 a cast). This construct is allowed regardless of what kind of data is
4969 normally supposed to reside at @var{addr}.
4970 @end table
4971
4972 @node Variables
4973 @section Program variables
4974
4975 The most common kind of expression to use is the name of a variable
4976 in your program.
4977
4978 Variables in expressions are understood in the selected stack frame
4979 (@pxref{Selection, ,Selecting a frame}); they must be either:
4980
4981 @itemize @bullet
4982 @item
4983 global (or file-static)
4984 @end itemize
4985
4986 @noindent or
4987
4988 @itemize @bullet
4989 @item
4990 visible according to the scope rules of the
4991 programming language from the point of execution in that frame
4992 @end itemize
4993
4994 @noindent This means that in the function
4995
4996 @smallexample
4997 foo (a)
4998 int a;
4999 @{
5000 bar (a);
5001 @{
5002 int b = test ();
5003 bar (b);
5004 @}
5005 @}
5006 @end smallexample
5007
5008 @noindent
5009 you can examine and use the variable @code{a} whenever your program is
5010 executing within the function @code{foo}, but you can only use or
5011 examine the variable @code{b} while your program is executing inside
5012 the block where @code{b} is declared.
5013
5014 @cindex variable name conflict
5015 There is an exception: you can refer to a variable or function whose
5016 scope is a single source file even if the current execution point is not
5017 in this file. But it is possible to have more than one such variable or
5018 function with the same name (in different source files). If that
5019 happens, referring to that name has unpredictable effects. If you wish,
5020 you can specify a static variable in a particular function or file,
5021 using the colon-colon (@code{::}) notation:
5022
5023 @cindex colon-colon, context for variables/functions
5024 @iftex
5025 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5026 @cindex @code{::}, context for variables/functions
5027 @end iftex
5028 @smallexample
5029 @var{file}::@var{variable}
5030 @var{function}::@var{variable}
5031 @end smallexample
5032
5033 @noindent
5034 Here @var{file} or @var{function} is the name of the context for the
5035 static @var{variable}. In the case of file names, you can use quotes to
5036 make sure @value{GDBN} parses the file name as a single word---for example,
5037 to print a global value of @code{x} defined in @file{f2.c}:
5038
5039 @smallexample
5040 (@value{GDBP}) p 'f2.c'::x
5041 @end smallexample
5042
5043 @cindex C@t{++} scope resolution
5044 This use of @samp{::} is very rarely in conflict with the very similar
5045 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
5046 scope resolution operator in @value{GDBN} expressions.
5047 @c FIXME: Um, so what happens in one of those rare cases where it's in
5048 @c conflict?? --mew
5049
5050 @cindex wrong values
5051 @cindex variable values, wrong
5052 @cindex function entry/exit, wrong values of variables
5053 @cindex optimized code, wrong values of variables
5054 @quotation
5055 @emph{Warning:} Occasionally, a local variable may appear to have the
5056 wrong value at certain points in a function---just after entry to a new
5057 scope, and just before exit.
5058 @end quotation
5059 You may see this problem when you are stepping by machine instructions.
5060 This is because, on most machines, it takes more than one instruction to
5061 set up a stack frame (including local variable definitions); if you are
5062 stepping by machine instructions, variables may appear to have the wrong
5063 values until the stack frame is completely built. On exit, it usually
5064 also takes more than one machine instruction to destroy a stack frame;
5065 after you begin stepping through that group of instructions, local
5066 variable definitions may be gone.
5067
5068 This may also happen when the compiler does significant optimizations.
5069 To be sure of always seeing accurate values, turn off all optimization
5070 when compiling.
5071
5072 @cindex ``No symbol "foo" in current context''
5073 Another possible effect of compiler optimizations is to optimize
5074 unused variables out of existence, or assign variables to registers (as
5075 opposed to memory addresses). Depending on the support for such cases
5076 offered by the debug info format used by the compiler, @value{GDBN}
5077 might not be able to display values for such local variables. If that
5078 happens, @value{GDBN} will print a message like this:
5079
5080 @smallexample
5081 No symbol "foo" in current context.
5082 @end smallexample
5083
5084 To solve such problems, either recompile without optimizations, or use a
5085 different debug info format, if the compiler supports several such
5086 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5087 usually supports the @option{-gstabs+} option. @option{-gstabs+}
5088 produces debug info in a format that is superior to formats such as
5089 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5090 an effective form for debug info. @xref{Debugging Options,,Options
5091 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5092 @xref{C, , Debugging C++}, for more info about debug info formats
5093 that are best suited to C@t{++} programs.
5094
5095 @node Arrays
5096 @section Artificial arrays
5097
5098 @cindex artificial array
5099 @cindex arrays
5100 @kindex @@@r{, referencing memory as an array}
5101 It is often useful to print out several successive objects of the
5102 same type in memory; a section of an array, or an array of
5103 dynamically determined size for which only a pointer exists in the
5104 program.
5105
5106 You can do this by referring to a contiguous span of memory as an
5107 @dfn{artificial array}, using the binary operator @samp{@@}. The left
5108 operand of @samp{@@} should be the first element of the desired array
5109 and be an individual object. The right operand should be the desired length
5110 of the array. The result is an array value whose elements are all of
5111 the type of the left argument. The first element is actually the left
5112 argument; the second element comes from bytes of memory immediately
5113 following those that hold the first element, and so on. Here is an
5114 example. If a program says
5115
5116 @smallexample
5117 int *array = (int *) malloc (len * sizeof (int));
5118 @end smallexample
5119
5120 @noindent
5121 you can print the contents of @code{array} with
5122
5123 @smallexample
5124 p *array@@len
5125 @end smallexample
5126
5127 The left operand of @samp{@@} must reside in memory. Array values made
5128 with @samp{@@} in this way behave just like other arrays in terms of
5129 subscripting, and are coerced to pointers when used in expressions.
5130 Artificial arrays most often appear in expressions via the value history
5131 (@pxref{Value History, ,Value history}), after printing one out.
5132
5133 Another way to create an artificial array is to use a cast.
5134 This re-interprets a value as if it were an array.
5135 The value need not be in memory:
5136 @smallexample
5137 (@value{GDBP}) p/x (short[2])0x12345678
5138 $1 = @{0x1234, 0x5678@}
5139 @end smallexample
5140
5141 As a convenience, if you leave the array length out (as in
5142 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5143 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5144 @smallexample
5145 (@value{GDBP}) p/x (short[])0x12345678
5146 $2 = @{0x1234, 0x5678@}
5147 @end smallexample
5148
5149 Sometimes the artificial array mechanism is not quite enough; in
5150 moderately complex data structures, the elements of interest may not
5151 actually be adjacent---for example, if you are interested in the values
5152 of pointers in an array. One useful work-around in this situation is
5153 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5154 variables}) as a counter in an expression that prints the first
5155 interesting value, and then repeat that expression via @key{RET}. For
5156 instance, suppose you have an array @code{dtab} of pointers to
5157 structures, and you are interested in the values of a field @code{fv}
5158 in each structure. Here is an example of what you might type:
5159
5160 @smallexample
5161 set $i = 0
5162 p dtab[$i++]->fv
5163 @key{RET}
5164 @key{RET}
5165 @dots{}
5166 @end smallexample
5167
5168 @node Output Formats
5169 @section Output formats
5170
5171 @cindex formatted output
5172 @cindex output formats
5173 By default, @value{GDBN} prints a value according to its data type. Sometimes
5174 this is not what you want. For example, you might want to print a number
5175 in hex, or a pointer in decimal. Or you might want to view data in memory
5176 at a certain address as a character string or as an instruction. To do
5177 these things, specify an @dfn{output format} when you print a value.
5178
5179 The simplest use of output formats is to say how to print a value
5180 already computed. This is done by starting the arguments of the
5181 @code{print} command with a slash and a format letter. The format
5182 letters supported are:
5183
5184 @table @code
5185 @item x
5186 Regard the bits of the value as an integer, and print the integer in
5187 hexadecimal.
5188
5189 @item d
5190 Print as integer in signed decimal.
5191
5192 @item u
5193 Print as integer in unsigned decimal.
5194
5195 @item o
5196 Print as integer in octal.
5197
5198 @item t
5199 Print as integer in binary. The letter @samp{t} stands for ``two''.
5200 @footnote{@samp{b} cannot be used because these format letters are also
5201 used with the @code{x} command, where @samp{b} stands for ``byte'';
5202 see @ref{Memory,,Examining memory}.}
5203
5204 @item a
5205 @cindex unknown address, locating
5206 @cindex locate address
5207 Print as an address, both absolute in hexadecimal and as an offset from
5208 the nearest preceding symbol. You can use this format used to discover
5209 where (in what function) an unknown address is located:
5210
5211 @smallexample
5212 (@value{GDBP}) p/a 0x54320
5213 $3 = 0x54320 <_initialize_vx+396>
5214 @end smallexample
5215
5216 @noindent
5217 The command @code{info symbol 0x54320} yields similar results.
5218 @xref{Symbols, info symbol}.
5219
5220 @item c
5221 Regard as an integer and print it as a character constant.
5222
5223 @item f
5224 Regard the bits of the value as a floating point number and print
5225 using typical floating point syntax.
5226 @end table
5227
5228 For example, to print the program counter in hex (@pxref{Registers}), type
5229
5230 @smallexample
5231 p/x $pc
5232 @end smallexample
5233
5234 @noindent
5235 Note that no space is required before the slash; this is because command
5236 names in @value{GDBN} cannot contain a slash.
5237
5238 To reprint the last value in the value history with a different format,
5239 you can use the @code{print} command with just a format and no
5240 expression. For example, @samp{p/x} reprints the last value in hex.
5241
5242 @node Memory
5243 @section Examining memory
5244
5245 You can use the command @code{x} (for ``examine'') to examine memory in
5246 any of several formats, independently of your program's data types.
5247
5248 @cindex examining memory
5249 @table @code
5250 @kindex x @r{(examine memory)}
5251 @item x/@var{nfu} @var{addr}
5252 @itemx x @var{addr}
5253 @itemx x
5254 Use the @code{x} command to examine memory.
5255 @end table
5256
5257 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5258 much memory to display and how to format it; @var{addr} is an
5259 expression giving the address where you want to start displaying memory.
5260 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5261 Several commands set convenient defaults for @var{addr}.
5262
5263 @table @r
5264 @item @var{n}, the repeat count
5265 The repeat count is a decimal integer; the default is 1. It specifies
5266 how much memory (counting by units @var{u}) to display.
5267 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5268 @c 4.1.2.
5269
5270 @item @var{f}, the display format
5271 The display format is one of the formats used by @code{print},
5272 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5273 The default is @samp{x} (hexadecimal) initially.
5274 The default changes each time you use either @code{x} or @code{print}.
5275
5276 @item @var{u}, the unit size
5277 The unit size is any of
5278
5279 @table @code
5280 @item b
5281 Bytes.
5282 @item h
5283 Halfwords (two bytes).
5284 @item w
5285 Words (four bytes). This is the initial default.
5286 @item g
5287 Giant words (eight bytes).
5288 @end table
5289
5290 Each time you specify a unit size with @code{x}, that size becomes the
5291 default unit the next time you use @code{x}. (For the @samp{s} and
5292 @samp{i} formats, the unit size is ignored and is normally not written.)
5293
5294 @item @var{addr}, starting display address
5295 @var{addr} is the address where you want @value{GDBN} to begin displaying
5296 memory. The expression need not have a pointer value (though it may);
5297 it is always interpreted as an integer address of a byte of memory.
5298 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
5299 @var{addr} is usually just after the last address examined---but several
5300 other commands also set the default address: @code{info breakpoints} (to
5301 the address of the last breakpoint listed), @code{info line} (to the
5302 starting address of a line), and @code{print} (if you use it to display
5303 a value from memory).
5304 @end table
5305
5306 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5307 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5308 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5309 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5310 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5311
5312 Since the letters indicating unit sizes are all distinct from the
5313 letters specifying output formats, you do not have to remember whether
5314 unit size or format comes first; either order works. The output
5315 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5316 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5317
5318 Even though the unit size @var{u} is ignored for the formats @samp{s}
5319 and @samp{i}, you might still want to use a count @var{n}; for example,
5320 @samp{3i} specifies that you want to see three machine instructions,
5321 including any operands. The command @code{disassemble} gives an
5322 alternative way of inspecting machine instructions; see @ref{Machine
5323 Code,,Source and machine code}.
5324
5325 All the defaults for the arguments to @code{x} are designed to make it
5326 easy to continue scanning memory with minimal specifications each time
5327 you use @code{x}. For example, after you have inspected three machine
5328 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5329 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5330 the repeat count @var{n} is used again; the other arguments default as
5331 for successive uses of @code{x}.
5332
5333 @cindex @code{$_}, @code{$__}, and value history
5334 The addresses and contents printed by the @code{x} command are not saved
5335 in the value history because there is often too much of them and they
5336 would get in the way. Instead, @value{GDBN} makes these values available for
5337 subsequent use in expressions as values of the convenience variables
5338 @code{$_} and @code{$__}. After an @code{x} command, the last address
5339 examined is available for use in expressions in the convenience variable
5340 @code{$_}. The contents of that address, as examined, are available in
5341 the convenience variable @code{$__}.
5342
5343 If the @code{x} command has a repeat count, the address and contents saved
5344 are from the last memory unit printed; this is not the same as the last
5345 address printed if several units were printed on the last line of output.
5346
5347 @cindex remote memory comparison
5348 @cindex verify remote memory image
5349 When you are debugging a program running on a remote target machine
5350 (@pxref{Remote}), you may wish to verify the program's image in the
5351 remote machine's memory against the executable file you downloaded to
5352 the target. The @code{compare-sections} command is provided for such
5353 situations.
5354
5355 @table @code
5356 @kindex compare-sections
5357 @item compare-sections @r{[}@var{section-name}@r{]}
5358 Compare the data of a loadable section @var{section-name} in the
5359 executable file of the program being debugged with the same section in
5360 the remote machine's memory, and report any mismatches. With no
5361 arguments, compares all loadable sections. This command's
5362 availability depends on the target's support for the @code{"qCRC"}
5363 remote request.
5364 @end table
5365
5366 @node Auto Display
5367 @section Automatic display
5368 @cindex automatic display
5369 @cindex display of expressions
5370
5371 If you find that you want to print the value of an expression frequently
5372 (to see how it changes), you might want to add it to the @dfn{automatic
5373 display list} so that @value{GDBN} prints its value each time your program stops.
5374 Each expression added to the list is given a number to identify it;
5375 to remove an expression from the list, you specify that number.
5376 The automatic display looks like this:
5377
5378 @smallexample
5379 2: foo = 38
5380 3: bar[5] = (struct hack *) 0x3804
5381 @end smallexample
5382
5383 @noindent
5384 This display shows item numbers, expressions and their current values. As with
5385 displays you request manually using @code{x} or @code{print}, you can
5386 specify the output format you prefer; in fact, @code{display} decides
5387 whether to use @code{print} or @code{x} depending on how elaborate your
5388 format specification is---it uses @code{x} if you specify a unit size,
5389 or one of the two formats (@samp{i} and @samp{s}) that are only
5390 supported by @code{x}; otherwise it uses @code{print}.
5391
5392 @table @code
5393 @kindex display
5394 @item display @var{expr}
5395 Add the expression @var{expr} to the list of expressions to display
5396 each time your program stops. @xref{Expressions, ,Expressions}.
5397
5398 @code{display} does not repeat if you press @key{RET} again after using it.
5399
5400 @item display/@var{fmt} @var{expr}
5401 For @var{fmt} specifying only a display format and not a size or
5402 count, add the expression @var{expr} to the auto-display list but
5403 arrange to display it each time in the specified format @var{fmt}.
5404 @xref{Output Formats,,Output formats}.
5405
5406 @item display/@var{fmt} @var{addr}
5407 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5408 number of units, add the expression @var{addr} as a memory address to
5409 be examined each time your program stops. Examining means in effect
5410 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5411 @end table
5412
5413 For example, @samp{display/i $pc} can be helpful, to see the machine
5414 instruction about to be executed each time execution stops (@samp{$pc}
5415 is a common name for the program counter; @pxref{Registers, ,Registers}).
5416
5417 @table @code
5418 @kindex delete display
5419 @kindex undisplay
5420 @item undisplay @var{dnums}@dots{}
5421 @itemx delete display @var{dnums}@dots{}
5422 Remove item numbers @var{dnums} from the list of expressions to display.
5423
5424 @code{undisplay} does not repeat if you press @key{RET} after using it.
5425 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5426
5427 @kindex disable display
5428 @item disable display @var{dnums}@dots{}
5429 Disable the display of item numbers @var{dnums}. A disabled display
5430 item is not printed automatically, but is not forgotten. It may be
5431 enabled again later.
5432
5433 @kindex enable display
5434 @item enable display @var{dnums}@dots{}
5435 Enable display of item numbers @var{dnums}. It becomes effective once
5436 again in auto display of its expression, until you specify otherwise.
5437
5438 @item display
5439 Display the current values of the expressions on the list, just as is
5440 done when your program stops.
5441
5442 @kindex info display
5443 @item info display
5444 Print the list of expressions previously set up to display
5445 automatically, each one with its item number, but without showing the
5446 values. This includes disabled expressions, which are marked as such.
5447 It also includes expressions which would not be displayed right now
5448 because they refer to automatic variables not currently available.
5449 @end table
5450
5451 @cindex display disabled out of scope
5452 If a display expression refers to local variables, then it does not make
5453 sense outside the lexical context for which it was set up. Such an
5454 expression is disabled when execution enters a context where one of its
5455 variables is not defined. For example, if you give the command
5456 @code{display last_char} while inside a function with an argument
5457 @code{last_char}, @value{GDBN} displays this argument while your program
5458 continues to stop inside that function. When it stops elsewhere---where
5459 there is no variable @code{last_char}---the display is disabled
5460 automatically. The next time your program stops where @code{last_char}
5461 is meaningful, you can enable the display expression once again.
5462
5463 @node Print Settings
5464 @section Print settings
5465
5466 @cindex format options
5467 @cindex print settings
5468 @value{GDBN} provides the following ways to control how arrays, structures,
5469 and symbols are printed.
5470
5471 @noindent
5472 These settings are useful for debugging programs in any language:
5473
5474 @table @code
5475 @kindex set print
5476 @item set print address
5477 @itemx set print address on
5478 @cindex print/don't print memory addresses
5479 @value{GDBN} prints memory addresses showing the location of stack
5480 traces, structure values, pointer values, breakpoints, and so forth,
5481 even when it also displays the contents of those addresses. The default
5482 is @code{on}. For example, this is what a stack frame display looks like with
5483 @code{set print address on}:
5484
5485 @smallexample
5486 @group
5487 (@value{GDBP}) f
5488 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5489 at input.c:530
5490 530 if (lquote != def_lquote)
5491 @end group
5492 @end smallexample
5493
5494 @item set print address off
5495 Do not print addresses when displaying their contents. For example,
5496 this is the same stack frame displayed with @code{set print address off}:
5497
5498 @smallexample
5499 @group
5500 (@value{GDBP}) set print addr off
5501 (@value{GDBP}) f
5502 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5503 530 if (lquote != def_lquote)
5504 @end group
5505 @end smallexample
5506
5507 You can use @samp{set print address off} to eliminate all machine
5508 dependent displays from the @value{GDBN} interface. For example, with
5509 @code{print address off}, you should get the same text for backtraces on
5510 all machines---whether or not they involve pointer arguments.
5511
5512 @kindex show print
5513 @item show print address
5514 Show whether or not addresses are to be printed.
5515 @end table
5516
5517 When @value{GDBN} prints a symbolic address, it normally prints the
5518 closest earlier symbol plus an offset. If that symbol does not uniquely
5519 identify the address (for example, it is a name whose scope is a single
5520 source file), you may need to clarify. One way to do this is with
5521 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5522 you can set @value{GDBN} to print the source file and line number when
5523 it prints a symbolic address:
5524
5525 @table @code
5526 @item set print symbol-filename on
5527 @cindex source file and line of a symbol
5528 @cindex symbol, source file and line
5529 Tell @value{GDBN} to print the source file name and line number of a
5530 symbol in the symbolic form of an address.
5531
5532 @item set print symbol-filename off
5533 Do not print source file name and line number of a symbol. This is the
5534 default.
5535
5536 @item show print symbol-filename
5537 Show whether or not @value{GDBN} will print the source file name and
5538 line number of a symbol in the symbolic form of an address.
5539 @end table
5540
5541 Another situation where it is helpful to show symbol filenames and line
5542 numbers is when disassembling code; @value{GDBN} shows you the line
5543 number and source file that corresponds to each instruction.
5544
5545 Also, you may wish to see the symbolic form only if the address being
5546 printed is reasonably close to the closest earlier symbol:
5547
5548 @table @code
5549 @item set print max-symbolic-offset @var{max-offset}
5550 @cindex maximum value for offset of closest symbol
5551 Tell @value{GDBN} to only display the symbolic form of an address if the
5552 offset between the closest earlier symbol and the address is less than
5553 @var{max-offset}. The default is 0, which tells @value{GDBN}
5554 to always print the symbolic form of an address if any symbol precedes it.
5555
5556 @item show print max-symbolic-offset
5557 Ask how large the maximum offset is that @value{GDBN} prints in a
5558 symbolic address.
5559 @end table
5560
5561 @cindex wild pointer, interpreting
5562 @cindex pointer, finding referent
5563 If you have a pointer and you are not sure where it points, try
5564 @samp{set print symbol-filename on}. Then you can determine the name
5565 and source file location of the variable where it points, using
5566 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5567 For example, here @value{GDBN} shows that a variable @code{ptt} points
5568 at another variable @code{t}, defined in @file{hi2.c}:
5569
5570 @smallexample
5571 (@value{GDBP}) set print symbol-filename on
5572 (@value{GDBP}) p/a ptt
5573 $4 = 0xe008 <t in hi2.c>
5574 @end smallexample
5575
5576 @quotation
5577 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5578 does not show the symbol name and filename of the referent, even with
5579 the appropriate @code{set print} options turned on.
5580 @end quotation
5581
5582 Other settings control how different kinds of objects are printed:
5583
5584 @table @code
5585 @item set print array
5586 @itemx set print array on
5587 @cindex pretty print arrays
5588 Pretty print arrays. This format is more convenient to read,
5589 but uses more space. The default is off.
5590
5591 @item set print array off
5592 Return to compressed format for arrays.
5593
5594 @item show print array
5595 Show whether compressed or pretty format is selected for displaying
5596 arrays.
5597
5598 @item set print elements @var{number-of-elements}
5599 @cindex number of array elements to print
5600 @cindex limit on number of printed array elements
5601 Set a limit on how many elements of an array @value{GDBN} will print.
5602 If @value{GDBN} is printing a large array, it stops printing after it has
5603 printed the number of elements set by the @code{set print elements} command.
5604 This limit also applies to the display of strings.
5605 When @value{GDBN} starts, this limit is set to 200.
5606 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5607
5608 @item show print elements
5609 Display the number of elements of a large array that @value{GDBN} will print.
5610 If the number is 0, then the printing is unlimited.
5611
5612 @item set print repeats
5613 @cindex repeated array elements
5614 Set the threshold for suppressing display of repeated array
5615 elelments. When the number of consecutive identical elements of an
5616 array exceeds the threshold, @value{GDBN} prints the string
5617 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
5618 identical repetitions, instead of displaying the identical elements
5619 themselves. Setting the threshold to zero will cause all elements to
5620 be individually printed. The default threshold is 10.
5621
5622 @item show print repeats
5623 Display the current threshold for printing repeated identical
5624 elements.
5625
5626 @item set print null-stop
5627 @cindex @sc{null} elements in arrays
5628 Cause @value{GDBN} to stop printing the characters of an array when the first
5629 @sc{null} is encountered. This is useful when large arrays actually
5630 contain only short strings.
5631 The default is off.
5632
5633 @item show print null-stop
5634 Show whether @value{GDBN} stops printing an array on the first
5635 @sc{null} character.
5636
5637 @item set print pretty on
5638 @cindex print structures in indented form
5639 @cindex indentation in structure display
5640 Cause @value{GDBN} to print structures in an indented format with one member
5641 per line, like this:
5642
5643 @smallexample
5644 @group
5645 $1 = @{
5646 next = 0x0,
5647 flags = @{
5648 sweet = 1,
5649 sour = 1
5650 @},
5651 meat = 0x54 "Pork"
5652 @}
5653 @end group
5654 @end smallexample
5655
5656 @item set print pretty off
5657 Cause @value{GDBN} to print structures in a compact format, like this:
5658
5659 @smallexample
5660 @group
5661 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5662 meat = 0x54 "Pork"@}
5663 @end group
5664 @end smallexample
5665
5666 @noindent
5667 This is the default format.
5668
5669 @item show print pretty
5670 Show which format @value{GDBN} is using to print structures.
5671
5672 @item set print sevenbit-strings on
5673 @cindex eight-bit characters in strings
5674 @cindex octal escapes in strings
5675 Print using only seven-bit characters; if this option is set,
5676 @value{GDBN} displays any eight-bit characters (in strings or
5677 character values) using the notation @code{\}@var{nnn}. This setting is
5678 best if you are working in English (@sc{ascii}) and you use the
5679 high-order bit of characters as a marker or ``meta'' bit.
5680
5681 @item set print sevenbit-strings off
5682 Print full eight-bit characters. This allows the use of more
5683 international character sets, and is the default.
5684
5685 @item show print sevenbit-strings
5686 Show whether or not @value{GDBN} is printing only seven-bit characters.
5687
5688 @item set print union on
5689 @cindex unions in structures, printing
5690 Tell @value{GDBN} to print unions which are contained in structures
5691 and other unions. This is the default setting.
5692
5693 @item set print union off
5694 Tell @value{GDBN} not to print unions which are contained in
5695 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5696 instead.
5697
5698 @item show print union
5699 Ask @value{GDBN} whether or not it will print unions which are contained in
5700 structures and other unions.
5701
5702 For example, given the declarations
5703
5704 @smallexample
5705 typedef enum @{Tree, Bug@} Species;
5706 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5707 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5708 Bug_forms;
5709
5710 struct thing @{
5711 Species it;
5712 union @{
5713 Tree_forms tree;
5714 Bug_forms bug;
5715 @} form;
5716 @};
5717
5718 struct thing foo = @{Tree, @{Acorn@}@};
5719 @end smallexample
5720
5721 @noindent
5722 with @code{set print union on} in effect @samp{p foo} would print
5723
5724 @smallexample
5725 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5726 @end smallexample
5727
5728 @noindent
5729 and with @code{set print union off} in effect it would print
5730
5731 @smallexample
5732 $1 = @{it = Tree, form = @{...@}@}
5733 @end smallexample
5734
5735 @noindent
5736 @code{set print union} affects programs written in C-like languages
5737 and in Pascal.
5738 @end table
5739
5740 @need 1000
5741 @noindent
5742 These settings are of interest when debugging C@t{++} programs:
5743
5744 @table @code
5745 @cindex demangling C@t{++} names
5746 @item set print demangle
5747 @itemx set print demangle on
5748 Print C@t{++} names in their source form rather than in the encoded
5749 (``mangled'') form passed to the assembler and linker for type-safe
5750 linkage. The default is on.
5751
5752 @item show print demangle
5753 Show whether C@t{++} names are printed in mangled or demangled form.
5754
5755 @item set print asm-demangle
5756 @itemx set print asm-demangle on
5757 Print C@t{++} names in their source form rather than their mangled form, even
5758 in assembler code printouts such as instruction disassemblies.
5759 The default is off.
5760
5761 @item show print asm-demangle
5762 Show whether C@t{++} names in assembly listings are printed in mangled
5763 or demangled form.
5764
5765 @cindex C@t{++} symbol decoding style
5766 @cindex symbol decoding style, C@t{++}
5767 @kindex set demangle-style
5768 @item set demangle-style @var{style}
5769 Choose among several encoding schemes used by different compilers to
5770 represent C@t{++} names. The choices for @var{style} are currently:
5771
5772 @table @code
5773 @item auto
5774 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5775
5776 @item gnu
5777 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5778 This is the default.
5779
5780 @item hp
5781 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5782
5783 @item lucid
5784 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5785
5786 @item arm
5787 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5788 @strong{Warning:} this setting alone is not sufficient to allow
5789 debugging @code{cfront}-generated executables. @value{GDBN} would
5790 require further enhancement to permit that.
5791
5792 @end table
5793 If you omit @var{style}, you will see a list of possible formats.
5794
5795 @item show demangle-style
5796 Display the encoding style currently in use for decoding C@t{++} symbols.
5797
5798 @item set print object
5799 @itemx set print object on
5800 @cindex derived type of an object, printing
5801 @cindex display derived types
5802 When displaying a pointer to an object, identify the @emph{actual}
5803 (derived) type of the object rather than the @emph{declared} type, using
5804 the virtual function table.
5805
5806 @item set print object off
5807 Display only the declared type of objects, without reference to the
5808 virtual function table. This is the default setting.
5809
5810 @item show print object
5811 Show whether actual, or declared, object types are displayed.
5812
5813 @item set print static-members
5814 @itemx set print static-members on
5815 @cindex static members of C@t{++} objects
5816 Print static members when displaying a C@t{++} object. The default is on.
5817
5818 @item set print static-members off
5819 Do not print static members when displaying a C@t{++} object.
5820
5821 @item show print static-members
5822 Show whether C@t{++} static members are printed or not.
5823
5824 @item set print pascal_static-members
5825 @itemx set print pascal_static-members on
5826 @cindex static members of Pacal objects
5827 @cindex Pacal objects, static members display
5828 Print static members when displaying a Pascal object. The default is on.
5829
5830 @item set print pascal_static-members off
5831 Do not print static members when displaying a Pascal object.
5832
5833 @item show print pascal_static-members
5834 Show whether Pascal static members are printed or not.
5835
5836 @c These don't work with HP ANSI C++ yet.
5837 @item set print vtbl
5838 @itemx set print vtbl on
5839 @cindex pretty print C@t{++} virtual function tables
5840 @cindex virtual functions (C@t{++}) display
5841 @cindex VTBL display
5842 Pretty print C@t{++} virtual function tables. The default is off.
5843 (The @code{vtbl} commands do not work on programs compiled with the HP
5844 ANSI C@t{++} compiler (@code{aCC}).)
5845
5846 @item set print vtbl off
5847 Do not pretty print C@t{++} virtual function tables.
5848
5849 @item show print vtbl
5850 Show whether C@t{++} virtual function tables are pretty printed, or not.
5851 @end table
5852
5853 @node Value History
5854 @section Value history
5855
5856 @cindex value history
5857 @cindex history of values printed by @value{GDBN}
5858 Values printed by the @code{print} command are saved in the @value{GDBN}
5859 @dfn{value history}. This allows you to refer to them in other expressions.
5860 Values are kept until the symbol table is re-read or discarded
5861 (for example with the @code{file} or @code{symbol-file} commands).
5862 When the symbol table changes, the value history is discarded,
5863 since the values may contain pointers back to the types defined in the
5864 symbol table.
5865
5866 @cindex @code{$}
5867 @cindex @code{$$}
5868 @cindex history number
5869 The values printed are given @dfn{history numbers} by which you can
5870 refer to them. These are successive integers starting with one.
5871 @code{print} shows you the history number assigned to a value by
5872 printing @samp{$@var{num} = } before the value; here @var{num} is the
5873 history number.
5874
5875 To refer to any previous value, use @samp{$} followed by the value's
5876 history number. The way @code{print} labels its output is designed to
5877 remind you of this. Just @code{$} refers to the most recent value in
5878 the history, and @code{$$} refers to the value before that.
5879 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5880 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5881 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5882
5883 For example, suppose you have just printed a pointer to a structure and
5884 want to see the contents of the structure. It suffices to type
5885
5886 @smallexample
5887 p *$
5888 @end smallexample
5889
5890 If you have a chain of structures where the component @code{next} points
5891 to the next one, you can print the contents of the next one with this:
5892
5893 @smallexample
5894 p *$.next
5895 @end smallexample
5896
5897 @noindent
5898 You can print successive links in the chain by repeating this
5899 command---which you can do by just typing @key{RET}.
5900
5901 Note that the history records values, not expressions. If the value of
5902 @code{x} is 4 and you type these commands:
5903
5904 @smallexample
5905 print x
5906 set x=5
5907 @end smallexample
5908
5909 @noindent
5910 then the value recorded in the value history by the @code{print} command
5911 remains 4 even though the value of @code{x} has changed.
5912
5913 @table @code
5914 @kindex show values
5915 @item show values
5916 Print the last ten values in the value history, with their item numbers.
5917 This is like @samp{p@ $$9} repeated ten times, except that @code{show
5918 values} does not change the history.
5919
5920 @item show values @var{n}
5921 Print ten history values centered on history item number @var{n}.
5922
5923 @item show values +
5924 Print ten history values just after the values last printed. If no more
5925 values are available, @code{show values +} produces no display.
5926 @end table
5927
5928 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5929 same effect as @samp{show values +}.
5930
5931 @node Convenience Vars
5932 @section Convenience variables
5933
5934 @cindex convenience variables
5935 @cindex user-defined variables
5936 @value{GDBN} provides @dfn{convenience variables} that you can use within
5937 @value{GDBN} to hold on to a value and refer to it later. These variables
5938 exist entirely within @value{GDBN}; they are not part of your program, and
5939 setting a convenience variable has no direct effect on further execution
5940 of your program. That is why you can use them freely.
5941
5942 Convenience variables are prefixed with @samp{$}. Any name preceded by
5943 @samp{$} can be used for a convenience variable, unless it is one of
5944 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5945 (Value history references, in contrast, are @emph{numbers} preceded
5946 by @samp{$}. @xref{Value History, ,Value history}.)
5947
5948 You can save a value in a convenience variable with an assignment
5949 expression, just as you would set a variable in your program.
5950 For example:
5951
5952 @smallexample
5953 set $foo = *object_ptr
5954 @end smallexample
5955
5956 @noindent
5957 would save in @code{$foo} the value contained in the object pointed to by
5958 @code{object_ptr}.
5959
5960 Using a convenience variable for the first time creates it, but its
5961 value is @code{void} until you assign a new value. You can alter the
5962 value with another assignment at any time.
5963
5964 Convenience variables have no fixed types. You can assign a convenience
5965 variable any type of value, including structures and arrays, even if
5966 that variable already has a value of a different type. The convenience
5967 variable, when used as an expression, has the type of its current value.
5968
5969 @table @code
5970 @kindex show convenience
5971 @cindex show all user variables
5972 @item show convenience
5973 Print a list of convenience variables used so far, and their values.
5974 Abbreviated @code{show conv}.
5975 @end table
5976
5977 One of the ways to use a convenience variable is as a counter to be
5978 incremented or a pointer to be advanced. For example, to print
5979 a field from successive elements of an array of structures:
5980
5981 @smallexample
5982 set $i = 0
5983 print bar[$i++]->contents
5984 @end smallexample
5985
5986 @noindent
5987 Repeat that command by typing @key{RET}.
5988
5989 Some convenience variables are created automatically by @value{GDBN} and given
5990 values likely to be useful.
5991
5992 @table @code
5993 @vindex $_@r{, convenience variable}
5994 @item $_
5995 The variable @code{$_} is automatically set by the @code{x} command to
5996 the last address examined (@pxref{Memory, ,Examining memory}). Other
5997 commands which provide a default address for @code{x} to examine also
5998 set @code{$_} to that address; these commands include @code{info line}
5999 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6000 except when set by the @code{x} command, in which case it is a pointer
6001 to the type of @code{$__}.
6002
6003 @vindex $__@r{, convenience variable}
6004 @item $__
6005 The variable @code{$__} is automatically set by the @code{x} command
6006 to the value found in the last address examined. Its type is chosen
6007 to match the format in which the data was printed.
6008
6009 @item $_exitcode
6010 @vindex $_exitcode@r{, convenience variable}
6011 The variable @code{$_exitcode} is automatically set to the exit code when
6012 the program being debugged terminates.
6013 @end table
6014
6015 On HP-UX systems, if you refer to a function or variable name that
6016 begins with a dollar sign, @value{GDBN} searches for a user or system
6017 name first, before it searches for a convenience variable.
6018
6019 @node Registers
6020 @section Registers
6021
6022 @cindex registers
6023 You can refer to machine register contents, in expressions, as variables
6024 with names starting with @samp{$}. The names of registers are different
6025 for each machine; use @code{info registers} to see the names used on
6026 your machine.
6027
6028 @table @code
6029 @kindex info registers
6030 @item info registers
6031 Print the names and values of all registers except floating-point
6032 and vector registers (in the selected stack frame).
6033
6034 @kindex info all-registers
6035 @cindex floating point registers
6036 @item info all-registers
6037 Print the names and values of all registers, including floating-point
6038 and vector registers (in the selected stack frame).
6039
6040 @item info registers @var{regname} @dots{}
6041 Print the @dfn{relativized} value of each specified register @var{regname}.
6042 As discussed in detail below, register values are normally relative to
6043 the selected stack frame. @var{regname} may be any register name valid on
6044 the machine you are using, with or without the initial @samp{$}.
6045 @end table
6046
6047 @value{GDBN} has four ``standard'' register names that are available (in
6048 expressions) on most machines---whenever they do not conflict with an
6049 architecture's canonical mnemonics for registers. The register names
6050 @code{$pc} and @code{$sp} are used for the program counter register and
6051 the stack pointer. @code{$fp} is used for a register that contains a
6052 pointer to the current stack frame, and @code{$ps} is used for a
6053 register that contains the processor status. For example,
6054 you could print the program counter in hex with
6055
6056 @smallexample
6057 p/x $pc
6058 @end smallexample
6059
6060 @noindent
6061 or print the instruction to be executed next with
6062
6063 @smallexample
6064 x/i $pc
6065 @end smallexample
6066
6067 @noindent
6068 or add four to the stack pointer@footnote{This is a way of removing
6069 one word from the stack, on machines where stacks grow downward in
6070 memory (most machines, nowadays). This assumes that the innermost
6071 stack frame is selected; setting @code{$sp} is not allowed when other
6072 stack frames are selected. To pop entire frames off the stack,
6073 regardless of machine architecture, use @code{return};
6074 see @ref{Returning, ,Returning from a function}.} with
6075
6076 @smallexample
6077 set $sp += 4
6078 @end smallexample
6079
6080 Whenever possible, these four standard register names are available on
6081 your machine even though the machine has different canonical mnemonics,
6082 so long as there is no conflict. The @code{info registers} command
6083 shows the canonical names. For example, on the SPARC, @code{info
6084 registers} displays the processor status register as @code{$psr} but you
6085 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6086 is an alias for the @sc{eflags} register.
6087
6088 @value{GDBN} always considers the contents of an ordinary register as an
6089 integer when the register is examined in this way. Some machines have
6090 special registers which can hold nothing but floating point; these
6091 registers are considered to have floating point values. There is no way
6092 to refer to the contents of an ordinary register as floating point value
6093 (although you can @emph{print} it as a floating point value with
6094 @samp{print/f $@var{regname}}).
6095
6096 Some registers have distinct ``raw'' and ``virtual'' data formats. This
6097 means that the data format in which the register contents are saved by
6098 the operating system is not the same one that your program normally
6099 sees. For example, the registers of the 68881 floating point
6100 coprocessor are always saved in ``extended'' (raw) format, but all C
6101 programs expect to work with ``double'' (virtual) format. In such
6102 cases, @value{GDBN} normally works with the virtual format only (the format
6103 that makes sense for your program), but the @code{info registers} command
6104 prints the data in both formats.
6105
6106 Normally, register values are relative to the selected stack frame
6107 (@pxref{Selection, ,Selecting a frame}). This means that you get the
6108 value that the register would contain if all stack frames farther in
6109 were exited and their saved registers restored. In order to see the
6110 true contents of hardware registers, you must select the innermost
6111 frame (with @samp{frame 0}).
6112
6113 However, @value{GDBN} must deduce where registers are saved, from the machine
6114 code generated by your compiler. If some registers are not saved, or if
6115 @value{GDBN} is unable to locate the saved registers, the selected stack
6116 frame makes no difference.
6117
6118 @node Floating Point Hardware
6119 @section Floating point hardware
6120 @cindex floating point
6121
6122 Depending on the configuration, @value{GDBN} may be able to give
6123 you more information about the status of the floating point hardware.
6124
6125 @table @code
6126 @kindex info float
6127 @item info float
6128 Display hardware-dependent information about the floating
6129 point unit. The exact contents and layout vary depending on the
6130 floating point chip. Currently, @samp{info float} is supported on
6131 the ARM and x86 machines.
6132 @end table
6133
6134 @node Vector Unit
6135 @section Vector Unit
6136 @cindex vector unit
6137
6138 Depending on the configuration, @value{GDBN} may be able to give you
6139 more information about the status of the vector unit.
6140
6141 @table @code
6142 @kindex info vector
6143 @item info vector
6144 Display information about the vector unit. The exact contents and
6145 layout vary depending on the hardware.
6146 @end table
6147
6148 @node OS Information
6149 @section Operating system auxiliary information
6150 @cindex OS information
6151
6152 @value{GDBN} provides interfaces to useful OS facilities that can help
6153 you debug your program.
6154
6155 @cindex @code{ptrace} system call
6156 @cindex @code{struct user} contents
6157 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6158 machines), it interfaces with the inferior via the @code{ptrace}
6159 system call. The operating system creates a special sata structure,
6160 called @code{struct user}, for this interface. You can use the
6161 command @code{info udot} to display the contents of this data
6162 structure.
6163
6164 @table @code
6165 @item info udot
6166 @kindex info udot
6167 Display the contents of the @code{struct user} maintained by the OS
6168 kernel for the program being debugged. @value{GDBN} displays the
6169 contents of @code{struct user} as a list of hex numbers, similar to
6170 the @code{examine} command.
6171 @end table
6172
6173 @cindex auxiliary vector
6174 @cindex vector, auxiliary
6175 Some operating systems supply an @dfn{auxiliary vector} to programs at
6176 startup. This is akin to the arguments and environment that you
6177 specify for a program, but contains a system-dependent variety of
6178 binary values that tell system libraries important details about the
6179 hardware, operating system, and process. Each value's purpose is
6180 identified by an integer tag; the meanings are well-known but system-specific.
6181 Depending on the configuration and operating system facilities,
6182 @value{GDBN} may be able to show you this information. For remote
6183 targets, this functionality may further depend on the remote stub's
6184 support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6185 configuration, auxiliary vector}.
6186
6187 @table @code
6188 @kindex info auxv
6189 @item info auxv
6190 Display the auxiliary vector of the inferior, which can be either a
6191 live process or a core dump file. @value{GDBN} prints each tag value
6192 numerically, and also shows names and text descriptions for recognized
6193 tags. Some values in the vector are numbers, some bit masks, and some
6194 pointers to strings or other data. @value{GDBN} displays each value in the
6195 most appropriate form for a recognized tag, and in hexadecimal for
6196 an unrecognized tag.
6197 @end table
6198
6199
6200 @node Memory Region Attributes
6201 @section Memory region attributes
6202 @cindex memory region attributes
6203
6204 @dfn{Memory region attributes} allow you to describe special handling
6205 required by regions of your target's memory. @value{GDBN} uses attributes
6206 to determine whether to allow certain types of memory accesses; whether to
6207 use specific width accesses; and whether to cache target memory.
6208
6209 Defined memory regions can be individually enabled and disabled. When a
6210 memory region is disabled, @value{GDBN} uses the default attributes when
6211 accessing memory in that region. Similarly, if no memory regions have
6212 been defined, @value{GDBN} uses the default attributes when accessing
6213 all memory.
6214
6215 When a memory region is defined, it is given a number to identify it;
6216 to enable, disable, or remove a memory region, you specify that number.
6217
6218 @table @code
6219 @kindex mem
6220 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6221 Define a memory region bounded by @var{lower} and @var{upper} with
6222 attributes @var{attributes}@dots{}, and add it to the list of regions
6223 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6224 case: it is treated as the the target's maximum memory address.
6225 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6226
6227 @kindex delete mem
6228 @item delete mem @var{nums}@dots{}
6229 Remove memory regions @var{nums}@dots{} from the list of regions
6230 monitored by @value{GDBN}.
6231
6232 @kindex disable mem
6233 @item disable mem @var{nums}@dots{}
6234 Disable monitoring of memory regions @var{nums}@dots{}.
6235 A disabled memory region is not forgotten.
6236 It may be enabled again later.
6237
6238 @kindex enable mem
6239 @item enable mem @var{nums}@dots{}
6240 Enable monitoring of memory regions @var{nums}@dots{}.
6241
6242 @kindex info mem
6243 @item info mem
6244 Print a table of all defined memory regions, with the following columns
6245 for each region:
6246
6247 @table @emph
6248 @item Memory Region Number
6249 @item Enabled or Disabled.
6250 Enabled memory regions are marked with @samp{y}.
6251 Disabled memory regions are marked with @samp{n}.
6252
6253 @item Lo Address
6254 The address defining the inclusive lower bound of the memory region.
6255
6256 @item Hi Address
6257 The address defining the exclusive upper bound of the memory region.
6258
6259 @item Attributes
6260 The list of attributes set for this memory region.
6261 @end table
6262 @end table
6263
6264
6265 @subsection Attributes
6266
6267 @subsubsection Memory Access Mode
6268 The access mode attributes set whether @value{GDBN} may make read or
6269 write accesses to a memory region.
6270
6271 While these attributes prevent @value{GDBN} from performing invalid
6272 memory accesses, they do nothing to prevent the target system, I/O DMA,
6273 etc. from accessing memory.
6274
6275 @table @code
6276 @item ro
6277 Memory is read only.
6278 @item wo
6279 Memory is write only.
6280 @item rw
6281 Memory is read/write. This is the default.
6282 @end table
6283
6284 @subsubsection Memory Access Size
6285 The acccess size attributes tells @value{GDBN} to use specific sized
6286 accesses in the memory region. Often memory mapped device registers
6287 require specific sized accesses. If no access size attribute is
6288 specified, @value{GDBN} may use accesses of any size.
6289
6290 @table @code
6291 @item 8
6292 Use 8 bit memory accesses.
6293 @item 16
6294 Use 16 bit memory accesses.
6295 @item 32
6296 Use 32 bit memory accesses.
6297 @item 64
6298 Use 64 bit memory accesses.
6299 @end table
6300
6301 @c @subsubsection Hardware/Software Breakpoints
6302 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6303 @c will use hardware or software breakpoints for the internal breakpoints
6304 @c used by the step, next, finish, until, etc. commands.
6305 @c
6306 @c @table @code
6307 @c @item hwbreak
6308 @c Always use hardware breakpoints
6309 @c @item swbreak (default)
6310 @c @end table
6311
6312 @subsubsection Data Cache
6313 The data cache attributes set whether @value{GDBN} will cache target
6314 memory. While this generally improves performance by reducing debug
6315 protocol overhead, it can lead to incorrect results because @value{GDBN}
6316 does not know about volatile variables or memory mapped device
6317 registers.
6318
6319 @table @code
6320 @item cache
6321 Enable @value{GDBN} to cache target memory.
6322 @item nocache
6323 Disable @value{GDBN} from caching target memory. This is the default.
6324 @end table
6325
6326 @c @subsubsection Memory Write Verification
6327 @c The memory write verification attributes set whether @value{GDBN}
6328 @c will re-reads data after each write to verify the write was successful.
6329 @c
6330 @c @table @code
6331 @c @item verify
6332 @c @item noverify (default)
6333 @c @end table
6334
6335 @node Dump/Restore Files
6336 @section Copy between memory and a file
6337 @cindex dump/restore files
6338 @cindex append data to a file
6339 @cindex dump data to a file
6340 @cindex restore data from a file
6341
6342 You can use the commands @code{dump}, @code{append}, and
6343 @code{restore} to copy data between target memory and a file. The
6344 @code{dump} and @code{append} commands write data to a file, and the
6345 @code{restore} command reads data from a file back into the inferior's
6346 memory. Files may be in binary, Motorola S-record, Intel hex, or
6347 Tektronix Hex format; however, @value{GDBN} can only append to binary
6348 files.
6349
6350 @table @code
6351
6352 @kindex dump
6353 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6354 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6355 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6356 or the value of @var{expr}, to @var{filename} in the given format.
6357
6358 The @var{format} parameter may be any one of:
6359 @table @code
6360 @item binary
6361 Raw binary form.
6362 @item ihex
6363 Intel hex format.
6364 @item srec
6365 Motorola S-record format.
6366 @item tekhex
6367 Tektronix Hex format.
6368 @end table
6369
6370 @value{GDBN} uses the same definitions of these formats as the
6371 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6372 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6373 form.
6374
6375 @kindex append
6376 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6377 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6378 Append the contents of memory from @var{start_addr} to @var{end_addr},
6379 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6380 (@value{GDBN} can only append data to files in raw binary form.)
6381
6382 @kindex restore
6383 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6384 Restore the contents of file @var{filename} into memory. The
6385 @code{restore} command can automatically recognize any known @sc{bfd}
6386 file format, except for raw binary. To restore a raw binary file you
6387 must specify the optional keyword @code{binary} after the filename.
6388
6389 If @var{bias} is non-zero, its value will be added to the addresses
6390 contained in the file. Binary files always start at address zero, so
6391 they will be restored at address @var{bias}. Other bfd files have
6392 a built-in location; they will be restored at offset @var{bias}
6393 from that location.
6394
6395 If @var{start} and/or @var{end} are non-zero, then only data between
6396 file offset @var{start} and file offset @var{end} will be restored.
6397 These offsets are relative to the addresses in the file, before
6398 the @var{bias} argument is applied.
6399
6400 @end table
6401
6402 @node Core File Generation
6403 @section How to Produce a Core File from Your Program
6404 @cindex dump core from inferior
6405
6406 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6407 image of a running process and its process status (register values
6408 etc.). Its primary use is post-mortem debugging of a program that
6409 crashed while it ran outside a debugger. A program that crashes
6410 automatically produces a core file, unless this feature is disabled by
6411 the user. @xref{Files}, for information on invoking @value{GDBN} in
6412 the post-mortem debugging mode.
6413
6414 Occasionally, you may wish to produce a core file of the program you
6415 are debugging in order to preserve a snapshot of its state.
6416 @value{GDBN} has a special command for that.
6417
6418 @table @code
6419 @kindex gcore
6420 @kindex generate-core-file
6421 @item generate-core-file [@var{file}]
6422 @itemx gcore [@var{file}]
6423 Produce a core dump of the inferior process. The optional argument
6424 @var{file} specifies the file name where to put the core dump. If not
6425 specified, the file name defaults to @file{core.@var{pid}}, where
6426 @var{pid} is the inferior process ID.
6427
6428 Note that this command is implemented only for some systems (as of
6429 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6430 @end table
6431
6432 @node Character Sets
6433 @section Character Sets
6434 @cindex character sets
6435 @cindex charset
6436 @cindex translating between character sets
6437 @cindex host character set
6438 @cindex target character set
6439
6440 If the program you are debugging uses a different character set to
6441 represent characters and strings than the one @value{GDBN} uses itself,
6442 @value{GDBN} can automatically translate between the character sets for
6443 you. The character set @value{GDBN} uses we call the @dfn{host
6444 character set}; the one the inferior program uses we call the
6445 @dfn{target character set}.
6446
6447 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6448 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6449 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6450 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6451 then the host character set is Latin-1, and the target character set is
6452 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
6453 target-charset EBCDIC-US}, then @value{GDBN} translates between
6454 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6455 character and string literals in expressions.
6456
6457 @value{GDBN} has no way to automatically recognize which character set
6458 the inferior program uses; you must tell it, using the @code{set
6459 target-charset} command, described below.
6460
6461 Here are the commands for controlling @value{GDBN}'s character set
6462 support:
6463
6464 @table @code
6465 @item set target-charset @var{charset}
6466 @kindex set target-charset
6467 Set the current target character set to @var{charset}. We list the
6468 character set names @value{GDBN} recognizes below, but if you type
6469 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6470 list the target character sets it supports.
6471 @end table
6472
6473 @table @code
6474 @item set host-charset @var{charset}
6475 @kindex set host-charset
6476 Set the current host character set to @var{charset}.
6477
6478 By default, @value{GDBN} uses a host character set appropriate to the
6479 system it is running on; you can override that default using the
6480 @code{set host-charset} command.
6481
6482 @value{GDBN} can only use certain character sets as its host character
6483 set. We list the character set names @value{GDBN} recognizes below, and
6484 indicate which can be host character sets, but if you type
6485 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6486 list the host character sets it supports.
6487
6488 @item set charset @var{charset}
6489 @kindex set charset
6490 Set the current host and target character sets to @var{charset}. As
6491 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6492 @value{GDBN} will list the name of the character sets that can be used
6493 for both host and target.
6494
6495
6496 @item show charset
6497 @kindex show charset
6498 Show the names of the current host and target charsets.
6499
6500 @itemx show host-charset
6501 @kindex show host-charset
6502 Show the name of the current host charset.
6503
6504 @itemx show target-charset
6505 @kindex show target-charset
6506 Show the name of the current target charset.
6507
6508 @end table
6509
6510 @value{GDBN} currently includes support for the following character
6511 sets:
6512
6513 @table @code
6514
6515 @item ASCII
6516 @cindex ASCII character set
6517 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6518 character set.
6519
6520 @item ISO-8859-1
6521 @cindex ISO 8859-1 character set
6522 @cindex ISO Latin 1 character set
6523 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6524 characters needed for French, German, and Spanish. @value{GDBN} can use
6525 this as its host character set.
6526
6527 @item EBCDIC-US
6528 @itemx IBM1047
6529 @cindex EBCDIC character set
6530 @cindex IBM1047 character set
6531 Variants of the @sc{ebcdic} character set, used on some of IBM's
6532 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6533 @value{GDBN} cannot use these as its host character set.
6534
6535 @end table
6536
6537 Note that these are all single-byte character sets. More work inside
6538 GDB is needed to support multi-byte or variable-width character
6539 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6540
6541 Here is an example of @value{GDBN}'s character set support in action.
6542 Assume that the following source code has been placed in the file
6543 @file{charset-test.c}:
6544
6545 @smallexample
6546 #include <stdio.h>
6547
6548 char ascii_hello[]
6549 = @{72, 101, 108, 108, 111, 44, 32, 119,
6550 111, 114, 108, 100, 33, 10, 0@};
6551 char ibm1047_hello[]
6552 = @{200, 133, 147, 147, 150, 107, 64, 166,
6553 150, 153, 147, 132, 90, 37, 0@};
6554
6555 main ()
6556 @{
6557 printf ("Hello, world!\n");
6558 @}
6559 @end smallexample
6560
6561 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6562 containing the string @samp{Hello, world!} followed by a newline,
6563 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6564
6565 We compile the program, and invoke the debugger on it:
6566
6567 @smallexample
6568 $ gcc -g charset-test.c -o charset-test
6569 $ gdb -nw charset-test
6570 GNU gdb 2001-12-19-cvs
6571 Copyright 2001 Free Software Foundation, Inc.
6572 @dots{}
6573 (@value{GDBP})
6574 @end smallexample
6575
6576 We can use the @code{show charset} command to see what character sets
6577 @value{GDBN} is currently using to interpret and display characters and
6578 strings:
6579
6580 @smallexample
6581 (@value{GDBP}) show charset
6582 The current host and target character set is `ISO-8859-1'.
6583 (@value{GDBP})
6584 @end smallexample
6585
6586 For the sake of printing this manual, let's use @sc{ascii} as our
6587 initial character set:
6588 @smallexample
6589 (@value{GDBP}) set charset ASCII
6590 (@value{GDBP}) show charset
6591 The current host and target character set is `ASCII'.
6592 (@value{GDBP})
6593 @end smallexample
6594
6595 Let's assume that @sc{ascii} is indeed the correct character set for our
6596 host system --- in other words, let's assume that if @value{GDBN} prints
6597 characters using the @sc{ascii} character set, our terminal will display
6598 them properly. Since our current target character set is also
6599 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6600
6601 @smallexample
6602 (@value{GDBP}) print ascii_hello
6603 $1 = 0x401698 "Hello, world!\n"
6604 (@value{GDBP}) print ascii_hello[0]
6605 $2 = 72 'H'
6606 (@value{GDBP})
6607 @end smallexample
6608
6609 @value{GDBN} uses the target character set for character and string
6610 literals you use in expressions:
6611
6612 @smallexample
6613 (@value{GDBP}) print '+'
6614 $3 = 43 '+'
6615 (@value{GDBP})
6616 @end smallexample
6617
6618 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6619 character.
6620
6621 @value{GDBN} relies on the user to tell it which character set the
6622 target program uses. If we print @code{ibm1047_hello} while our target
6623 character set is still @sc{ascii}, we get jibberish:
6624
6625 @smallexample
6626 (@value{GDBP}) print ibm1047_hello
6627 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6628 (@value{GDBP}) print ibm1047_hello[0]
6629 $5 = 200 '\310'
6630 (@value{GDBP})
6631 @end smallexample
6632
6633 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6634 @value{GDBN} tells us the character sets it supports:
6635
6636 @smallexample
6637 (@value{GDBP}) set target-charset
6638 ASCII EBCDIC-US IBM1047 ISO-8859-1
6639 (@value{GDBP}) set target-charset
6640 @end smallexample
6641
6642 We can select @sc{ibm1047} as our target character set, and examine the
6643 program's strings again. Now the @sc{ascii} string is wrong, but
6644 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6645 target character set, @sc{ibm1047}, to the host character set,
6646 @sc{ascii}, and they display correctly:
6647
6648 @smallexample
6649 (@value{GDBP}) set target-charset IBM1047
6650 (@value{GDBP}) show charset
6651 The current host character set is `ASCII'.
6652 The current target character set is `IBM1047'.
6653 (@value{GDBP}) print ascii_hello
6654 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6655 (@value{GDBP}) print ascii_hello[0]
6656 $7 = 72 '\110'
6657 (@value{GDBP}) print ibm1047_hello
6658 $8 = 0x4016a8 "Hello, world!\n"
6659 (@value{GDBP}) print ibm1047_hello[0]
6660 $9 = 200 'H'
6661 (@value{GDBP})
6662 @end smallexample
6663
6664 As above, @value{GDBN} uses the target character set for character and
6665 string literals you use in expressions:
6666
6667 @smallexample
6668 (@value{GDBP}) print '+'
6669 $10 = 78 '+'
6670 (@value{GDBP})
6671 @end smallexample
6672
6673 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6674 character.
6675
6676 @node Caching Remote Data
6677 @section Caching Data of Remote Targets
6678 @cindex caching data of remote targets
6679
6680 @value{GDBN} can cache data exchanged between the debugger and a
6681 remote target (@pxref{Remote}). Such caching generally improves
6682 performance, because it reduces the overhead of the remote protocol by
6683 bundling memory reads and writes into large chunks. Unfortunately,
6684 @value{GDBN} does not currently know anything about volatile
6685 registers, and thus data caching will produce incorrect results when
6686 volatile registers are in use.
6687
6688 @table @code
6689 @kindex set remotecache
6690 @item set remotecache on
6691 @itemx set remotecache off
6692 Set caching state for remote targets. When @code{ON}, use data
6693 caching. By default, this option is @code{OFF}.
6694
6695 @kindex show remotecache
6696 @item show remotecache
6697 Show the current state of data caching for remote targets.
6698
6699 @kindex info dcache
6700 @item info dcache
6701 Print the information about the data cache performance. The
6702 information displayed includes: the dcache width and depth; and for
6703 each cache line, how many times it was referenced, and its data and
6704 state (dirty, bad, ok, etc.). This command is useful for debugging
6705 the data cache operation.
6706 @end table
6707
6708
6709 @node Macros
6710 @chapter C Preprocessor Macros
6711
6712 Some languages, such as C and C@t{++}, provide a way to define and invoke
6713 ``preprocessor macros'' which expand into strings of tokens.
6714 @value{GDBN} can evaluate expressions containing macro invocations, show
6715 the result of macro expansion, and show a macro's definition, including
6716 where it was defined.
6717
6718 You may need to compile your program specially to provide @value{GDBN}
6719 with information about preprocessor macros. Most compilers do not
6720 include macros in their debugging information, even when you compile
6721 with the @option{-g} flag. @xref{Compilation}.
6722
6723 A program may define a macro at one point, remove that definition later,
6724 and then provide a different definition after that. Thus, at different
6725 points in the program, a macro may have different definitions, or have
6726 no definition at all. If there is a current stack frame, @value{GDBN}
6727 uses the macros in scope at that frame's source code line. Otherwise,
6728 @value{GDBN} uses the macros in scope at the current listing location;
6729 see @ref{List}.
6730
6731 At the moment, @value{GDBN} does not support the @code{##}
6732 token-splicing operator, the @code{#} stringification operator, or
6733 variable-arity macros.
6734
6735 Whenever @value{GDBN} evaluates an expression, it always expands any
6736 macro invocations present in the expression. @value{GDBN} also provides
6737 the following commands for working with macros explicitly.
6738
6739 @table @code
6740
6741 @kindex macro expand
6742 @cindex macro expansion, showing the results of preprocessor
6743 @cindex preprocessor macro expansion, showing the results of
6744 @cindex expanding preprocessor macros
6745 @item macro expand @var{expression}
6746 @itemx macro exp @var{expression}
6747 Show the results of expanding all preprocessor macro invocations in
6748 @var{expression}. Since @value{GDBN} simply expands macros, but does
6749 not parse the result, @var{expression} need not be a valid expression;
6750 it can be any string of tokens.
6751
6752 @kindex macro exp1
6753 @item macro expand-once @var{expression}
6754 @itemx macro exp1 @var{expression}
6755 @cindex expand macro once
6756 @i{(This command is not yet implemented.)} Show the results of
6757 expanding those preprocessor macro invocations that appear explicitly in
6758 @var{expression}. Macro invocations appearing in that expansion are
6759 left unchanged. This command allows you to see the effect of a
6760 particular macro more clearly, without being confused by further
6761 expansions. Since @value{GDBN} simply expands macros, but does not
6762 parse the result, @var{expression} need not be a valid expression; it
6763 can be any string of tokens.
6764
6765 @kindex info macro
6766 @cindex macro definition, showing
6767 @cindex definition, showing a macro's
6768 @item info macro @var{macro}
6769 Show the definition of the macro named @var{macro}, and describe the
6770 source location where that definition was established.
6771
6772 @kindex macro define
6773 @cindex user-defined macros
6774 @cindex defining macros interactively
6775 @cindex macros, user-defined
6776 @item macro define @var{macro} @var{replacement-list}
6777 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6778 @i{(This command is not yet implemented.)} Introduce a definition for a
6779 preprocessor macro named @var{macro}, invocations of which are replaced
6780 by the tokens given in @var{replacement-list}. The first form of this
6781 command defines an ``object-like'' macro, which takes no arguments; the
6782 second form defines a ``function-like'' macro, which takes the arguments
6783 given in @var{arglist}.
6784
6785 A definition introduced by this command is in scope in every expression
6786 evaluated in @value{GDBN}, until it is removed with the @command{macro
6787 undef} command, described below. The definition overrides all
6788 definitions for @var{macro} present in the program being debugged, as
6789 well as any previous user-supplied definition.
6790
6791 @kindex macro undef
6792 @item macro undef @var{macro}
6793 @i{(This command is not yet implemented.)} Remove any user-supplied
6794 definition for the macro named @var{macro}. This command only affects
6795 definitions provided with the @command{macro define} command, described
6796 above; it cannot remove definitions present in the program being
6797 debugged.
6798
6799 @kindex macro list
6800 @item macro list
6801 @i{(This command is not yet implemented.)} List all the macros
6802 defined using the @code{macro define} command.
6803 @end table
6804
6805 @cindex macros, example of debugging with
6806 Here is a transcript showing the above commands in action. First, we
6807 show our source files:
6808
6809 @smallexample
6810 $ cat sample.c
6811 #include <stdio.h>
6812 #include "sample.h"
6813
6814 #define M 42
6815 #define ADD(x) (M + x)
6816
6817 main ()
6818 @{
6819 #define N 28
6820 printf ("Hello, world!\n");
6821 #undef N
6822 printf ("We're so creative.\n");
6823 #define N 1729
6824 printf ("Goodbye, world!\n");
6825 @}
6826 $ cat sample.h
6827 #define Q <
6828 $
6829 @end smallexample
6830
6831 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6832 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6833 compiler includes information about preprocessor macros in the debugging
6834 information.
6835
6836 @smallexample
6837 $ gcc -gdwarf-2 -g3 sample.c -o sample
6838 $
6839 @end smallexample
6840
6841 Now, we start @value{GDBN} on our sample program:
6842
6843 @smallexample
6844 $ gdb -nw sample
6845 GNU gdb 2002-05-06-cvs
6846 Copyright 2002 Free Software Foundation, Inc.
6847 GDB is free software, @dots{}
6848 (@value{GDBP})
6849 @end smallexample
6850
6851 We can expand macros and examine their definitions, even when the
6852 program is not running. @value{GDBN} uses the current listing position
6853 to decide which macro definitions are in scope:
6854
6855 @smallexample
6856 (@value{GDBP}) list main
6857 3
6858 4 #define M 42
6859 5 #define ADD(x) (M + x)
6860 6
6861 7 main ()
6862 8 @{
6863 9 #define N 28
6864 10 printf ("Hello, world!\n");
6865 11 #undef N
6866 12 printf ("We're so creative.\n");
6867 (@value{GDBP}) info macro ADD
6868 Defined at /home/jimb/gdb/macros/play/sample.c:5
6869 #define ADD(x) (M + x)
6870 (@value{GDBP}) info macro Q
6871 Defined at /home/jimb/gdb/macros/play/sample.h:1
6872 included at /home/jimb/gdb/macros/play/sample.c:2
6873 #define Q <
6874 (@value{GDBP}) macro expand ADD(1)
6875 expands to: (42 + 1)
6876 (@value{GDBP}) macro expand-once ADD(1)
6877 expands to: once (M + 1)
6878 (@value{GDBP})
6879 @end smallexample
6880
6881 In the example above, note that @command{macro expand-once} expands only
6882 the macro invocation explicit in the original text --- the invocation of
6883 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6884 which was introduced by @code{ADD}.
6885
6886 Once the program is running, GDB uses the macro definitions in force at
6887 the source line of the current stack frame:
6888
6889 @smallexample
6890 (@value{GDBP}) break main
6891 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6892 (@value{GDBP}) run
6893 Starting program: /home/jimb/gdb/macros/play/sample
6894
6895 Breakpoint 1, main () at sample.c:10
6896 10 printf ("Hello, world!\n");
6897 (@value{GDBP})
6898 @end smallexample
6899
6900 At line 10, the definition of the macro @code{N} at line 9 is in force:
6901
6902 @smallexample
6903 (@value{GDBP}) info macro N
6904 Defined at /home/jimb/gdb/macros/play/sample.c:9
6905 #define N 28
6906 (@value{GDBP}) macro expand N Q M
6907 expands to: 28 < 42
6908 (@value{GDBP}) print N Q M
6909 $1 = 1
6910 (@value{GDBP})
6911 @end smallexample
6912
6913 As we step over directives that remove @code{N}'s definition, and then
6914 give it a new definition, @value{GDBN} finds the definition (or lack
6915 thereof) in force at each point:
6916
6917 @smallexample
6918 (@value{GDBP}) next
6919 Hello, world!
6920 12 printf ("We're so creative.\n");
6921 (@value{GDBP}) info macro N
6922 The symbol `N' has no definition as a C/C++ preprocessor macro
6923 at /home/jimb/gdb/macros/play/sample.c:12
6924 (@value{GDBP}) next
6925 We're so creative.
6926 14 printf ("Goodbye, world!\n");
6927 (@value{GDBP}) info macro N
6928 Defined at /home/jimb/gdb/macros/play/sample.c:13
6929 #define N 1729
6930 (@value{GDBP}) macro expand N Q M
6931 expands to: 1729 < 42
6932 (@value{GDBP}) print N Q M
6933 $2 = 0
6934 (@value{GDBP})
6935 @end smallexample
6936
6937
6938 @node Tracepoints
6939 @chapter Tracepoints
6940 @c This chapter is based on the documentation written by Michael
6941 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6942
6943 @cindex tracepoints
6944 In some applications, it is not feasible for the debugger to interrupt
6945 the program's execution long enough for the developer to learn
6946 anything helpful about its behavior. If the program's correctness
6947 depends on its real-time behavior, delays introduced by a debugger
6948 might cause the program to change its behavior drastically, or perhaps
6949 fail, even when the code itself is correct. It is useful to be able
6950 to observe the program's behavior without interrupting it.
6951
6952 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6953 specify locations in the program, called @dfn{tracepoints}, and
6954 arbitrary expressions to evaluate when those tracepoints are reached.
6955 Later, using the @code{tfind} command, you can examine the values
6956 those expressions had when the program hit the tracepoints. The
6957 expressions may also denote objects in memory---structures or arrays,
6958 for example---whose values @value{GDBN} should record; while visiting
6959 a particular tracepoint, you may inspect those objects as if they were
6960 in memory at that moment. However, because @value{GDBN} records these
6961 values without interacting with you, it can do so quickly and
6962 unobtrusively, hopefully not disturbing the program's behavior.
6963
6964 The tracepoint facility is currently available only for remote
6965 targets. @xref{Targets}. In addition, your remote target must know how
6966 to collect trace data. This functionality is implemented in the remote
6967 stub; however, none of the stubs distributed with @value{GDBN} support
6968 tracepoints as of this writing.
6969
6970 This chapter describes the tracepoint commands and features.
6971
6972 @menu
6973 * Set Tracepoints::
6974 * Analyze Collected Data::
6975 * Tracepoint Variables::
6976 @end menu
6977
6978 @node Set Tracepoints
6979 @section Commands to Set Tracepoints
6980
6981 Before running such a @dfn{trace experiment}, an arbitrary number of
6982 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6983 tracepoint has a number assigned to it by @value{GDBN}. Like with
6984 breakpoints, tracepoint numbers are successive integers starting from
6985 one. Many of the commands associated with tracepoints take the
6986 tracepoint number as their argument, to identify which tracepoint to
6987 work on.
6988
6989 For each tracepoint, you can specify, in advance, some arbitrary set
6990 of data that you want the target to collect in the trace buffer when
6991 it hits that tracepoint. The collected data can include registers,
6992 local variables, or global data. Later, you can use @value{GDBN}
6993 commands to examine the values these data had at the time the
6994 tracepoint was hit.
6995
6996 This section describes commands to set tracepoints and associated
6997 conditions and actions.
6998
6999 @menu
7000 * Create and Delete Tracepoints::
7001 * Enable and Disable Tracepoints::
7002 * Tracepoint Passcounts::
7003 * Tracepoint Actions::
7004 * Listing Tracepoints::
7005 * Starting and Stopping Trace Experiment::
7006 @end menu
7007
7008 @node Create and Delete Tracepoints
7009 @subsection Create and Delete Tracepoints
7010
7011 @table @code
7012 @cindex set tracepoint
7013 @kindex trace
7014 @item trace
7015 The @code{trace} command is very similar to the @code{break} command.
7016 Its argument can be a source line, a function name, or an address in
7017 the target program. @xref{Set Breaks}. The @code{trace} command
7018 defines a tracepoint, which is a point in the target program where the
7019 debugger will briefly stop, collect some data, and then allow the
7020 program to continue. Setting a tracepoint or changing its commands
7021 doesn't take effect until the next @code{tstart} command; thus, you
7022 cannot change the tracepoint attributes once a trace experiment is
7023 running.
7024
7025 Here are some examples of using the @code{trace} command:
7026
7027 @smallexample
7028 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7029
7030 (@value{GDBP}) @b{trace +2} // 2 lines forward
7031
7032 (@value{GDBP}) @b{trace my_function} // first source line of function
7033
7034 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7035
7036 (@value{GDBP}) @b{trace *0x2117c4} // an address
7037 @end smallexample
7038
7039 @noindent
7040 You can abbreviate @code{trace} as @code{tr}.
7041
7042 @vindex $tpnum
7043 @cindex last tracepoint number
7044 @cindex recent tracepoint number
7045 @cindex tracepoint number
7046 The convenience variable @code{$tpnum} records the tracepoint number
7047 of the most recently set tracepoint.
7048
7049 @kindex delete tracepoint
7050 @cindex tracepoint deletion
7051 @item delete tracepoint @r{[}@var{num}@r{]}
7052 Permanently delete one or more tracepoints. With no argument, the
7053 default is to delete all tracepoints.
7054
7055 Examples:
7056
7057 @smallexample
7058 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7059
7060 (@value{GDBP}) @b{delete trace} // remove all tracepoints
7061 @end smallexample
7062
7063 @noindent
7064 You can abbreviate this command as @code{del tr}.
7065 @end table
7066
7067 @node Enable and Disable Tracepoints
7068 @subsection Enable and Disable Tracepoints
7069
7070 @table @code
7071 @kindex disable tracepoint
7072 @item disable tracepoint @r{[}@var{num}@r{]}
7073 Disable tracepoint @var{num}, or all tracepoints if no argument
7074 @var{num} is given. A disabled tracepoint will have no effect during
7075 the next trace experiment, but it is not forgotten. You can re-enable
7076 a disabled tracepoint using the @code{enable tracepoint} command.
7077
7078 @kindex enable tracepoint
7079 @item enable tracepoint @r{[}@var{num}@r{]}
7080 Enable tracepoint @var{num}, or all tracepoints. The enabled
7081 tracepoints will become effective the next time a trace experiment is
7082 run.
7083 @end table
7084
7085 @node Tracepoint Passcounts
7086 @subsection Tracepoint Passcounts
7087
7088 @table @code
7089 @kindex passcount
7090 @cindex tracepoint pass count
7091 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7092 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7093 automatically stop a trace experiment. If a tracepoint's passcount is
7094 @var{n}, then the trace experiment will be automatically stopped on
7095 the @var{n}'th time that tracepoint is hit. If the tracepoint number
7096 @var{num} is not specified, the @code{passcount} command sets the
7097 passcount of the most recently defined tracepoint. If no passcount is
7098 given, the trace experiment will run until stopped explicitly by the
7099 user.
7100
7101 Examples:
7102
7103 @smallexample
7104 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7105 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7106
7107 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
7108 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7109 (@value{GDBP}) @b{trace foo}
7110 (@value{GDBP}) @b{pass 3}
7111 (@value{GDBP}) @b{trace bar}
7112 (@value{GDBP}) @b{pass 2}
7113 (@value{GDBP}) @b{trace baz}
7114 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
7115 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7116 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7117 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7118 @end smallexample
7119 @end table
7120
7121 @node Tracepoint Actions
7122 @subsection Tracepoint Action Lists
7123
7124 @table @code
7125 @kindex actions
7126 @cindex tracepoint actions
7127 @item actions @r{[}@var{num}@r{]}
7128 This command will prompt for a list of actions to be taken when the
7129 tracepoint is hit. If the tracepoint number @var{num} is not
7130 specified, this command sets the actions for the one that was most
7131 recently defined (so that you can define a tracepoint and then say
7132 @code{actions} without bothering about its number). You specify the
7133 actions themselves on the following lines, one action at a time, and
7134 terminate the actions list with a line containing just @code{end}. So
7135 far, the only defined actions are @code{collect} and
7136 @code{while-stepping}.
7137
7138 @cindex remove actions from a tracepoint
7139 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7140 and follow it immediately with @samp{end}.
7141
7142 @smallexample
7143 (@value{GDBP}) @b{collect @var{data}} // collect some data
7144
7145 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7146
7147 (@value{GDBP}) @b{end} // signals the end of actions.
7148 @end smallexample
7149
7150 In the following example, the action list begins with @code{collect}
7151 commands indicating the things to be collected when the tracepoint is
7152 hit. Then, in order to single-step and collect additional data
7153 following the tracepoint, a @code{while-stepping} command is used,
7154 followed by the list of things to be collected while stepping. The
7155 @code{while-stepping} command is terminated by its own separate
7156 @code{end} command. Lastly, the action list is terminated by an
7157 @code{end} command.
7158
7159 @smallexample
7160 (@value{GDBP}) @b{trace foo}
7161 (@value{GDBP}) @b{actions}
7162 Enter actions for tracepoint 1, one per line:
7163 > collect bar,baz
7164 > collect $regs
7165 > while-stepping 12
7166 > collect $fp, $sp
7167 > end
7168 end
7169 @end smallexample
7170
7171 @kindex collect @r{(tracepoints)}
7172 @item collect @var{expr1}, @var{expr2}, @dots{}
7173 Collect values of the given expressions when the tracepoint is hit.
7174 This command accepts a comma-separated list of any valid expressions.
7175 In addition to global, static, or local variables, the following
7176 special arguments are supported:
7177
7178 @table @code
7179 @item $regs
7180 collect all registers
7181
7182 @item $args
7183 collect all function arguments
7184
7185 @item $locals
7186 collect all local variables.
7187 @end table
7188
7189 You can give several consecutive @code{collect} commands, each one
7190 with a single argument, or one @code{collect} command with several
7191 arguments separated by commas: the effect is the same.
7192
7193 The command @code{info scope} (@pxref{Symbols, info scope}) is
7194 particularly useful for figuring out what data to collect.
7195
7196 @kindex while-stepping @r{(tracepoints)}
7197 @item while-stepping @var{n}
7198 Perform @var{n} single-step traces after the tracepoint, collecting
7199 new data at each step. The @code{while-stepping} command is
7200 followed by the list of what to collect while stepping (followed by
7201 its own @code{end} command):
7202
7203 @smallexample
7204 > while-stepping 12
7205 > collect $regs, myglobal
7206 > end
7207 >
7208 @end smallexample
7209
7210 @noindent
7211 You may abbreviate @code{while-stepping} as @code{ws} or
7212 @code{stepping}.
7213 @end table
7214
7215 @node Listing Tracepoints
7216 @subsection Listing Tracepoints
7217
7218 @table @code
7219 @kindex info tracepoints
7220 @kindex info tp
7221 @cindex information about tracepoints
7222 @item info tracepoints @r{[}@var{num}@r{]}
7223 Display information about the tracepoint @var{num}. If you don't specify
7224 a tracepoint number, displays information about all the tracepoints
7225 defined so far. For each tracepoint, the following information is
7226 shown:
7227
7228 @itemize @bullet
7229 @item
7230 its number
7231 @item
7232 whether it is enabled or disabled
7233 @item
7234 its address
7235 @item
7236 its passcount as given by the @code{passcount @var{n}} command
7237 @item
7238 its step count as given by the @code{while-stepping @var{n}} command
7239 @item
7240 where in the source files is the tracepoint set
7241 @item
7242 its action list as given by the @code{actions} command
7243 @end itemize
7244
7245 @smallexample
7246 (@value{GDBP}) @b{info trace}
7247 Num Enb Address PassC StepC What
7248 1 y 0x002117c4 0 0 <gdb_asm>
7249 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
7250 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
7251 (@value{GDBP})
7252 @end smallexample
7253
7254 @noindent
7255 This command can be abbreviated @code{info tp}.
7256 @end table
7257
7258 @node Starting and Stopping Trace Experiment
7259 @subsection Starting and Stopping Trace Experiment
7260
7261 @table @code
7262 @kindex tstart
7263 @cindex start a new trace experiment
7264 @cindex collected data discarded
7265 @item tstart
7266 This command takes no arguments. It starts the trace experiment, and
7267 begins collecting data. This has the side effect of discarding all
7268 the data collected in the trace buffer during the previous trace
7269 experiment.
7270
7271 @kindex tstop
7272 @cindex stop a running trace experiment
7273 @item tstop
7274 This command takes no arguments. It ends the trace experiment, and
7275 stops collecting data.
7276
7277 @strong{Note}: a trace experiment and data collection may stop
7278 automatically if any tracepoint's passcount is reached
7279 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7280
7281 @kindex tstatus
7282 @cindex status of trace data collection
7283 @cindex trace experiment, status of
7284 @item tstatus
7285 This command displays the status of the current trace data
7286 collection.
7287 @end table
7288
7289 Here is an example of the commands we described so far:
7290
7291 @smallexample
7292 (@value{GDBP}) @b{trace gdb_c_test}
7293 (@value{GDBP}) @b{actions}
7294 Enter actions for tracepoint #1, one per line.
7295 > collect $regs,$locals,$args
7296 > while-stepping 11
7297 > collect $regs
7298 > end
7299 > end
7300 (@value{GDBP}) @b{tstart}
7301 [time passes @dots{}]
7302 (@value{GDBP}) @b{tstop}
7303 @end smallexample
7304
7305
7306 @node Analyze Collected Data
7307 @section Using the collected data
7308
7309 After the tracepoint experiment ends, you use @value{GDBN} commands
7310 for examining the trace data. The basic idea is that each tracepoint
7311 collects a trace @dfn{snapshot} every time it is hit and another
7312 snapshot every time it single-steps. All these snapshots are
7313 consecutively numbered from zero and go into a buffer, and you can
7314 examine them later. The way you examine them is to @dfn{focus} on a
7315 specific trace snapshot. When the remote stub is focused on a trace
7316 snapshot, it will respond to all @value{GDBN} requests for memory and
7317 registers by reading from the buffer which belongs to that snapshot,
7318 rather than from @emph{real} memory or registers of the program being
7319 debugged. This means that @strong{all} @value{GDBN} commands
7320 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7321 behave as if we were currently debugging the program state as it was
7322 when the tracepoint occurred. Any requests for data that are not in
7323 the buffer will fail.
7324
7325 @menu
7326 * tfind:: How to select a trace snapshot
7327 * tdump:: How to display all data for a snapshot
7328 * save-tracepoints:: How to save tracepoints for a future run
7329 @end menu
7330
7331 @node tfind
7332 @subsection @code{tfind @var{n}}
7333
7334 @kindex tfind
7335 @cindex select trace snapshot
7336 @cindex find trace snapshot
7337 The basic command for selecting a trace snapshot from the buffer is
7338 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7339 counting from zero. If no argument @var{n} is given, the next
7340 snapshot is selected.
7341
7342 Here are the various forms of using the @code{tfind} command.
7343
7344 @table @code
7345 @item tfind start
7346 Find the first snapshot in the buffer. This is a synonym for
7347 @code{tfind 0} (since 0 is the number of the first snapshot).
7348
7349 @item tfind none
7350 Stop debugging trace snapshots, resume @emph{live} debugging.
7351
7352 @item tfind end
7353 Same as @samp{tfind none}.
7354
7355 @item tfind
7356 No argument means find the next trace snapshot.
7357
7358 @item tfind -
7359 Find the previous trace snapshot before the current one. This permits
7360 retracing earlier steps.
7361
7362 @item tfind tracepoint @var{num}
7363 Find the next snapshot associated with tracepoint @var{num}. Search
7364 proceeds forward from the last examined trace snapshot. If no
7365 argument @var{num} is given, it means find the next snapshot collected
7366 for the same tracepoint as the current snapshot.
7367
7368 @item tfind pc @var{addr}
7369 Find the next snapshot associated with the value @var{addr} of the
7370 program counter. Search proceeds forward from the last examined trace
7371 snapshot. If no argument @var{addr} is given, it means find the next
7372 snapshot with the same value of PC as the current snapshot.
7373
7374 @item tfind outside @var{addr1}, @var{addr2}
7375 Find the next snapshot whose PC is outside the given range of
7376 addresses.
7377
7378 @item tfind range @var{addr1}, @var{addr2}
7379 Find the next snapshot whose PC is between @var{addr1} and
7380 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7381
7382 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7383 Find the next snapshot associated with the source line @var{n}. If
7384 the optional argument @var{file} is given, refer to line @var{n} in
7385 that source file. Search proceeds forward from the last examined
7386 trace snapshot. If no argument @var{n} is given, it means find the
7387 next line other than the one currently being examined; thus saying
7388 @code{tfind line} repeatedly can appear to have the same effect as
7389 stepping from line to line in a @emph{live} debugging session.
7390 @end table
7391
7392 The default arguments for the @code{tfind} commands are specifically
7393 designed to make it easy to scan through the trace buffer. For
7394 instance, @code{tfind} with no argument selects the next trace
7395 snapshot, and @code{tfind -} with no argument selects the previous
7396 trace snapshot. So, by giving one @code{tfind} command, and then
7397 simply hitting @key{RET} repeatedly you can examine all the trace
7398 snapshots in order. Or, by saying @code{tfind -} and then hitting
7399 @key{RET} repeatedly you can examine the snapshots in reverse order.
7400 The @code{tfind line} command with no argument selects the snapshot
7401 for the next source line executed. The @code{tfind pc} command with
7402 no argument selects the next snapshot with the same program counter
7403 (PC) as the current frame. The @code{tfind tracepoint} command with
7404 no argument selects the next trace snapshot collected by the same
7405 tracepoint as the current one.
7406
7407 In addition to letting you scan through the trace buffer manually,
7408 these commands make it easy to construct @value{GDBN} scripts that
7409 scan through the trace buffer and print out whatever collected data
7410 you are interested in. Thus, if we want to examine the PC, FP, and SP
7411 registers from each trace frame in the buffer, we can say this:
7412
7413 @smallexample
7414 (@value{GDBP}) @b{tfind start}
7415 (@value{GDBP}) @b{while ($trace_frame != -1)}
7416 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7417 $trace_frame, $pc, $sp, $fp
7418 > tfind
7419 > end
7420
7421 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7422 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7423 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7424 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7425 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7426 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7427 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7428 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7429 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7430 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7431 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7432 @end smallexample
7433
7434 Or, if we want to examine the variable @code{X} at each source line in
7435 the buffer:
7436
7437 @smallexample
7438 (@value{GDBP}) @b{tfind start}
7439 (@value{GDBP}) @b{while ($trace_frame != -1)}
7440 > printf "Frame %d, X == %d\n", $trace_frame, X
7441 > tfind line
7442 > end
7443
7444 Frame 0, X = 1
7445 Frame 7, X = 2
7446 Frame 13, X = 255
7447 @end smallexample
7448
7449 @node tdump
7450 @subsection @code{tdump}
7451 @kindex tdump
7452 @cindex dump all data collected at tracepoint
7453 @cindex tracepoint data, display
7454
7455 This command takes no arguments. It prints all the data collected at
7456 the current trace snapshot.
7457
7458 @smallexample
7459 (@value{GDBP}) @b{trace 444}
7460 (@value{GDBP}) @b{actions}
7461 Enter actions for tracepoint #2, one per line:
7462 > collect $regs, $locals, $args, gdb_long_test
7463 > end
7464
7465 (@value{GDBP}) @b{tstart}
7466
7467 (@value{GDBP}) @b{tfind line 444}
7468 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7469 at gdb_test.c:444
7470 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7471
7472 (@value{GDBP}) @b{tdump}
7473 Data collected at tracepoint 2, trace frame 1:
7474 d0 0xc4aa0085 -995491707
7475 d1 0x18 24
7476 d2 0x80 128
7477 d3 0x33 51
7478 d4 0x71aea3d 119204413
7479 d5 0x22 34
7480 d6 0xe0 224
7481 d7 0x380035 3670069
7482 a0 0x19e24a 1696330
7483 a1 0x3000668 50333288
7484 a2 0x100 256
7485 a3 0x322000 3284992
7486 a4 0x3000698 50333336
7487 a5 0x1ad3cc 1758156
7488 fp 0x30bf3c 0x30bf3c
7489 sp 0x30bf34 0x30bf34
7490 ps 0x0 0
7491 pc 0x20b2c8 0x20b2c8
7492 fpcontrol 0x0 0
7493 fpstatus 0x0 0
7494 fpiaddr 0x0 0
7495 p = 0x20e5b4 "gdb-test"
7496 p1 = (void *) 0x11
7497 p2 = (void *) 0x22
7498 p3 = (void *) 0x33
7499 p4 = (void *) 0x44
7500 p5 = (void *) 0x55
7501 p6 = (void *) 0x66
7502 gdb_long_test = 17 '\021'
7503
7504 (@value{GDBP})
7505 @end smallexample
7506
7507 @node save-tracepoints
7508 @subsection @code{save-tracepoints @var{filename}}
7509 @kindex save-tracepoints
7510 @cindex save tracepoints for future sessions
7511
7512 This command saves all current tracepoint definitions together with
7513 their actions and passcounts, into a file @file{@var{filename}}
7514 suitable for use in a later debugging session. To read the saved
7515 tracepoint definitions, use the @code{source} command (@pxref{Command
7516 Files}).
7517
7518 @node Tracepoint Variables
7519 @section Convenience Variables for Tracepoints
7520 @cindex tracepoint variables
7521 @cindex convenience variables for tracepoints
7522
7523 @table @code
7524 @vindex $trace_frame
7525 @item (int) $trace_frame
7526 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7527 snapshot is selected.
7528
7529 @vindex $tracepoint
7530 @item (int) $tracepoint
7531 The tracepoint for the current trace snapshot.
7532
7533 @vindex $trace_line
7534 @item (int) $trace_line
7535 The line number for the current trace snapshot.
7536
7537 @vindex $trace_file
7538 @item (char []) $trace_file
7539 The source file for the current trace snapshot.
7540
7541 @vindex $trace_func
7542 @item (char []) $trace_func
7543 The name of the function containing @code{$tracepoint}.
7544 @end table
7545
7546 Note: @code{$trace_file} is not suitable for use in @code{printf},
7547 use @code{output} instead.
7548
7549 Here's a simple example of using these convenience variables for
7550 stepping through all the trace snapshots and printing some of their
7551 data.
7552
7553 @smallexample
7554 (@value{GDBP}) @b{tfind start}
7555
7556 (@value{GDBP}) @b{while $trace_frame != -1}
7557 > output $trace_file
7558 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7559 > tfind
7560 > end
7561 @end smallexample
7562
7563 @node Overlays
7564 @chapter Debugging Programs That Use Overlays
7565 @cindex overlays
7566
7567 If your program is too large to fit completely in your target system's
7568 memory, you can sometimes use @dfn{overlays} to work around this
7569 problem. @value{GDBN} provides some support for debugging programs that
7570 use overlays.
7571
7572 @menu
7573 * How Overlays Work:: A general explanation of overlays.
7574 * Overlay Commands:: Managing overlays in @value{GDBN}.
7575 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7576 mapped by asking the inferior.
7577 * Overlay Sample Program:: A sample program using overlays.
7578 @end menu
7579
7580 @node How Overlays Work
7581 @section How Overlays Work
7582 @cindex mapped overlays
7583 @cindex unmapped overlays
7584 @cindex load address, overlay's
7585 @cindex mapped address
7586 @cindex overlay area
7587
7588 Suppose you have a computer whose instruction address space is only 64
7589 kilobytes long, but which has much more memory which can be accessed by
7590 other means: special instructions, segment registers, or memory
7591 management hardware, for example. Suppose further that you want to
7592 adapt a program which is larger than 64 kilobytes to run on this system.
7593
7594 One solution is to identify modules of your program which are relatively
7595 independent, and need not call each other directly; call these modules
7596 @dfn{overlays}. Separate the overlays from the main program, and place
7597 their machine code in the larger memory. Place your main program in
7598 instruction memory, but leave at least enough space there to hold the
7599 largest overlay as well.
7600
7601 Now, to call a function located in an overlay, you must first copy that
7602 overlay's machine code from the large memory into the space set aside
7603 for it in the instruction memory, and then jump to its entry point
7604 there.
7605
7606 @c NB: In the below the mapped area's size is greater or equal to the
7607 @c size of all overlays. This is intentional to remind the developer
7608 @c that overlays don't necessarily need to be the same size.
7609
7610 @smallexample
7611 @group
7612 Data Instruction Larger
7613 Address Space Address Space Address Space
7614 +-----------+ +-----------+ +-----------+
7615 | | | | | |
7616 +-----------+ +-----------+ +-----------+<-- overlay 1
7617 | program | | main | .----| overlay 1 | load address
7618 | variables | | program | | +-----------+
7619 | and heap | | | | | |
7620 +-----------+ | | | +-----------+<-- overlay 2
7621 | | +-----------+ | | | load address
7622 +-----------+ | | | .-| overlay 2 |
7623 | | | | | |
7624 mapped --->+-----------+ | | +-----------+
7625 address | | | | | |
7626 | overlay | <-' | | |
7627 | area | <---' +-----------+<-- overlay 3
7628 | | <---. | | load address
7629 +-----------+ `--| overlay 3 |
7630 | | | |
7631 +-----------+ | |
7632 +-----------+
7633 | |
7634 +-----------+
7635
7636 @anchor{A code overlay}A code overlay
7637 @end group
7638 @end smallexample
7639
7640 The diagram (@pxref{A code overlay}) shows a system with separate data
7641 and instruction address spaces. To map an overlay, the program copies
7642 its code from the larger address space to the instruction address space.
7643 Since the overlays shown here all use the same mapped address, only one
7644 may be mapped at a time. For a system with a single address space for
7645 data and instructions, the diagram would be similar, except that the
7646 program variables and heap would share an address space with the main
7647 program and the overlay area.
7648
7649 An overlay loaded into instruction memory and ready for use is called a
7650 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7651 instruction memory. An overlay not present (or only partially present)
7652 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7653 is its address in the larger memory. The mapped address is also called
7654 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7655 called the @dfn{load memory address}, or @dfn{LMA}.
7656
7657 Unfortunately, overlays are not a completely transparent way to adapt a
7658 program to limited instruction memory. They introduce a new set of
7659 global constraints you must keep in mind as you design your program:
7660
7661 @itemize @bullet
7662
7663 @item
7664 Before calling or returning to a function in an overlay, your program
7665 must make sure that overlay is actually mapped. Otherwise, the call or
7666 return will transfer control to the right address, but in the wrong
7667 overlay, and your program will probably crash.
7668
7669 @item
7670 If the process of mapping an overlay is expensive on your system, you
7671 will need to choose your overlays carefully to minimize their effect on
7672 your program's performance.
7673
7674 @item
7675 The executable file you load onto your system must contain each
7676 overlay's instructions, appearing at the overlay's load address, not its
7677 mapped address. However, each overlay's instructions must be relocated
7678 and its symbols defined as if the overlay were at its mapped address.
7679 You can use GNU linker scripts to specify different load and relocation
7680 addresses for pieces of your program; see @ref{Overlay Description,,,
7681 ld.info, Using ld: the GNU linker}.
7682
7683 @item
7684 The procedure for loading executable files onto your system must be able
7685 to load their contents into the larger address space as well as the
7686 instruction and data spaces.
7687
7688 @end itemize
7689
7690 The overlay system described above is rather simple, and could be
7691 improved in many ways:
7692
7693 @itemize @bullet
7694
7695 @item
7696 If your system has suitable bank switch registers or memory management
7697 hardware, you could use those facilities to make an overlay's load area
7698 contents simply appear at their mapped address in instruction space.
7699 This would probably be faster than copying the overlay to its mapped
7700 area in the usual way.
7701
7702 @item
7703 If your overlays are small enough, you could set aside more than one
7704 overlay area, and have more than one overlay mapped at a time.
7705
7706 @item
7707 You can use overlays to manage data, as well as instructions. In
7708 general, data overlays are even less transparent to your design than
7709 code overlays: whereas code overlays only require care when you call or
7710 return to functions, data overlays require care every time you access
7711 the data. Also, if you change the contents of a data overlay, you
7712 must copy its contents back out to its load address before you can copy a
7713 different data overlay into the same mapped area.
7714
7715 @end itemize
7716
7717
7718 @node Overlay Commands
7719 @section Overlay Commands
7720
7721 To use @value{GDBN}'s overlay support, each overlay in your program must
7722 correspond to a separate section of the executable file. The section's
7723 virtual memory address and load memory address must be the overlay's
7724 mapped and load addresses. Identifying overlays with sections allows
7725 @value{GDBN} to determine the appropriate address of a function or
7726 variable, depending on whether the overlay is mapped or not.
7727
7728 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7729 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7730
7731 @table @code
7732 @item overlay off
7733 @kindex overlay
7734 Disable @value{GDBN}'s overlay support. When overlay support is
7735 disabled, @value{GDBN} assumes that all functions and variables are
7736 always present at their mapped addresses. By default, @value{GDBN}'s
7737 overlay support is disabled.
7738
7739 @item overlay manual
7740 @cindex manual overlay debugging
7741 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7742 relies on you to tell it which overlays are mapped, and which are not,
7743 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7744 commands described below.
7745
7746 @item overlay map-overlay @var{overlay}
7747 @itemx overlay map @var{overlay}
7748 @cindex map an overlay
7749 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7750 be the name of the object file section containing the overlay. When an
7751 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7752 functions and variables at their mapped addresses. @value{GDBN} assumes
7753 that any other overlays whose mapped ranges overlap that of
7754 @var{overlay} are now unmapped.
7755
7756 @item overlay unmap-overlay @var{overlay}
7757 @itemx overlay unmap @var{overlay}
7758 @cindex unmap an overlay
7759 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7760 must be the name of the object file section containing the overlay.
7761 When an overlay is unmapped, @value{GDBN} assumes it can find the
7762 overlay's functions and variables at their load addresses.
7763
7764 @item overlay auto
7765 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7766 consults a data structure the overlay manager maintains in the inferior
7767 to see which overlays are mapped. For details, see @ref{Automatic
7768 Overlay Debugging}.
7769
7770 @item overlay load-target
7771 @itemx overlay load
7772 @cindex reloading the overlay table
7773 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7774 re-reads the table @value{GDBN} automatically each time the inferior
7775 stops, so this command should only be necessary if you have changed the
7776 overlay mapping yourself using @value{GDBN}. This command is only
7777 useful when using automatic overlay debugging.
7778
7779 @item overlay list-overlays
7780 @itemx overlay list
7781 @cindex listing mapped overlays
7782 Display a list of the overlays currently mapped, along with their mapped
7783 addresses, load addresses, and sizes.
7784
7785 @end table
7786
7787 Normally, when @value{GDBN} prints a code address, it includes the name
7788 of the function the address falls in:
7789
7790 @smallexample
7791 (@value{GDBP}) print main
7792 $3 = @{int ()@} 0x11a0 <main>
7793 @end smallexample
7794 @noindent
7795 When overlay debugging is enabled, @value{GDBN} recognizes code in
7796 unmapped overlays, and prints the names of unmapped functions with
7797 asterisks around them. For example, if @code{foo} is a function in an
7798 unmapped overlay, @value{GDBN} prints it this way:
7799
7800 @smallexample
7801 (@value{GDBP}) overlay list
7802 No sections are mapped.
7803 (@value{GDBP}) print foo
7804 $5 = @{int (int)@} 0x100000 <*foo*>
7805 @end smallexample
7806 @noindent
7807 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7808 name normally:
7809
7810 @smallexample
7811 (@value{GDBP}) overlay list
7812 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7813 mapped at 0x1016 - 0x104a
7814 (@value{GDBP}) print foo
7815 $6 = @{int (int)@} 0x1016 <foo>
7816 @end smallexample
7817
7818 When overlay debugging is enabled, @value{GDBN} can find the correct
7819 address for functions and variables in an overlay, whether or not the
7820 overlay is mapped. This allows most @value{GDBN} commands, like
7821 @code{break} and @code{disassemble}, to work normally, even on unmapped
7822 code. However, @value{GDBN}'s breakpoint support has some limitations:
7823
7824 @itemize @bullet
7825 @item
7826 @cindex breakpoints in overlays
7827 @cindex overlays, setting breakpoints in
7828 You can set breakpoints in functions in unmapped overlays, as long as
7829 @value{GDBN} can write to the overlay at its load address.
7830 @item
7831 @value{GDBN} can not set hardware or simulator-based breakpoints in
7832 unmapped overlays. However, if you set a breakpoint at the end of your
7833 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7834 you are using manual overlay management), @value{GDBN} will re-set its
7835 breakpoints properly.
7836 @end itemize
7837
7838
7839 @node Automatic Overlay Debugging
7840 @section Automatic Overlay Debugging
7841 @cindex automatic overlay debugging
7842
7843 @value{GDBN} can automatically track which overlays are mapped and which
7844 are not, given some simple co-operation from the overlay manager in the
7845 inferior. If you enable automatic overlay debugging with the
7846 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7847 looks in the inferior's memory for certain variables describing the
7848 current state of the overlays.
7849
7850 Here are the variables your overlay manager must define to support
7851 @value{GDBN}'s automatic overlay debugging:
7852
7853 @table @asis
7854
7855 @item @code{_ovly_table}:
7856 This variable must be an array of the following structures:
7857
7858 @smallexample
7859 struct
7860 @{
7861 /* The overlay's mapped address. */
7862 unsigned long vma;
7863
7864 /* The size of the overlay, in bytes. */
7865 unsigned long size;
7866
7867 /* The overlay's load address. */
7868 unsigned long lma;
7869
7870 /* Non-zero if the overlay is currently mapped;
7871 zero otherwise. */
7872 unsigned long mapped;
7873 @}
7874 @end smallexample
7875
7876 @item @code{_novlys}:
7877 This variable must be a four-byte signed integer, holding the total
7878 number of elements in @code{_ovly_table}.
7879
7880 @end table
7881
7882 To decide whether a particular overlay is mapped or not, @value{GDBN}
7883 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7884 @code{lma} members equal the VMA and LMA of the overlay's section in the
7885 executable file. When @value{GDBN} finds a matching entry, it consults
7886 the entry's @code{mapped} member to determine whether the overlay is
7887 currently mapped.
7888
7889 In addition, your overlay manager may define a function called
7890 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
7891 will silently set a breakpoint there. If the overlay manager then
7892 calls this function whenever it has changed the overlay table, this
7893 will enable @value{GDBN} to accurately keep track of which overlays
7894 are in program memory, and update any breakpoints that may be set
7895 in overlays. This will allow breakpoints to work even if the
7896 overlays are kept in ROM or other non-writable memory while they
7897 are not being executed.
7898
7899 @node Overlay Sample Program
7900 @section Overlay Sample Program
7901 @cindex overlay example program
7902
7903 When linking a program which uses overlays, you must place the overlays
7904 at their load addresses, while relocating them to run at their mapped
7905 addresses. To do this, you must write a linker script (@pxref{Overlay
7906 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7907 since linker scripts are specific to a particular host system, target
7908 architecture, and target memory layout, this manual cannot provide
7909 portable sample code demonstrating @value{GDBN}'s overlay support.
7910
7911 However, the @value{GDBN} source distribution does contain an overlaid
7912 program, with linker scripts for a few systems, as part of its test
7913 suite. The program consists of the following files from
7914 @file{gdb/testsuite/gdb.base}:
7915
7916 @table @file
7917 @item overlays.c
7918 The main program file.
7919 @item ovlymgr.c
7920 A simple overlay manager, used by @file{overlays.c}.
7921 @item foo.c
7922 @itemx bar.c
7923 @itemx baz.c
7924 @itemx grbx.c
7925 Overlay modules, loaded and used by @file{overlays.c}.
7926 @item d10v.ld
7927 @itemx m32r.ld
7928 Linker scripts for linking the test program on the @code{d10v-elf}
7929 and @code{m32r-elf} targets.
7930 @end table
7931
7932 You can build the test program using the @code{d10v-elf} GCC
7933 cross-compiler like this:
7934
7935 @smallexample
7936 $ d10v-elf-gcc -g -c overlays.c
7937 $ d10v-elf-gcc -g -c ovlymgr.c
7938 $ d10v-elf-gcc -g -c foo.c
7939 $ d10v-elf-gcc -g -c bar.c
7940 $ d10v-elf-gcc -g -c baz.c
7941 $ d10v-elf-gcc -g -c grbx.c
7942 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7943 baz.o grbx.o -Wl,-Td10v.ld -o overlays
7944 @end smallexample
7945
7946 The build process is identical for any other architecture, except that
7947 you must substitute the appropriate compiler and linker script for the
7948 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7949
7950
7951 @node Languages
7952 @chapter Using @value{GDBN} with Different Languages
7953 @cindex languages
7954
7955 Although programming languages generally have common aspects, they are
7956 rarely expressed in the same manner. For instance, in ANSI C,
7957 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7958 Modula-2, it is accomplished by @code{p^}. Values can also be
7959 represented (and displayed) differently. Hex numbers in C appear as
7960 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
7961
7962 @cindex working language
7963 Language-specific information is built into @value{GDBN} for some languages,
7964 allowing you to express operations like the above in your program's
7965 native language, and allowing @value{GDBN} to output values in a manner
7966 consistent with the syntax of your program's native language. The
7967 language you use to build expressions is called the @dfn{working
7968 language}.
7969
7970 @menu
7971 * Setting:: Switching between source languages
7972 * Show:: Displaying the language
7973 * Checks:: Type and range checks
7974 * Supported languages:: Supported languages
7975 * Unsupported languages:: Unsupported languages
7976 @end menu
7977
7978 @node Setting
7979 @section Switching between source languages
7980
7981 There are two ways to control the working language---either have @value{GDBN}
7982 set it automatically, or select it manually yourself. You can use the
7983 @code{set language} command for either purpose. On startup, @value{GDBN}
7984 defaults to setting the language automatically. The working language is
7985 used to determine how expressions you type are interpreted, how values
7986 are printed, etc.
7987
7988 In addition to the working language, every source file that
7989 @value{GDBN} knows about has its own working language. For some object
7990 file formats, the compiler might indicate which language a particular
7991 source file is in. However, most of the time @value{GDBN} infers the
7992 language from the name of the file. The language of a source file
7993 controls whether C@t{++} names are demangled---this way @code{backtrace} can
7994 show each frame appropriately for its own language. There is no way to
7995 set the language of a source file from within @value{GDBN}, but you can
7996 set the language associated with a filename extension. @xref{Show, ,
7997 Displaying the language}.
7998
7999 This is most commonly a problem when you use a program, such
8000 as @code{cfront} or @code{f2c}, that generates C but is written in
8001 another language. In that case, make the
8002 program use @code{#line} directives in its C output; that way
8003 @value{GDBN} will know the correct language of the source code of the original
8004 program, and will display that source code, not the generated C code.
8005
8006 @menu
8007 * Filenames:: Filename extensions and languages.
8008 * Manually:: Setting the working language manually
8009 * Automatically:: Having @value{GDBN} infer the source language
8010 @end menu
8011
8012 @node Filenames
8013 @subsection List of filename extensions and languages
8014
8015 If a source file name ends in one of the following extensions, then
8016 @value{GDBN} infers that its language is the one indicated.
8017
8018 @table @file
8019 @item .ada
8020 @itemx .ads
8021 @itemx .adb
8022 @itemx .a
8023 Ada source file.
8024
8025 @item .c
8026 C source file
8027
8028 @item .C
8029 @itemx .cc
8030 @itemx .cp
8031 @itemx .cpp
8032 @itemx .cxx
8033 @itemx .c++
8034 C@t{++} source file
8035
8036 @item .m
8037 Objective-C source file
8038
8039 @item .f
8040 @itemx .F
8041 Fortran source file
8042
8043 @item .mod
8044 Modula-2 source file
8045
8046 @item .s
8047 @itemx .S
8048 Assembler source file. This actually behaves almost like C, but
8049 @value{GDBN} does not skip over function prologues when stepping.
8050 @end table
8051
8052 In addition, you may set the language associated with a filename
8053 extension. @xref{Show, , Displaying the language}.
8054
8055 @node Manually
8056 @subsection Setting the working language
8057
8058 If you allow @value{GDBN} to set the language automatically,
8059 expressions are interpreted the same way in your debugging session and
8060 your program.
8061
8062 @kindex set language
8063 If you wish, you may set the language manually. To do this, issue the
8064 command @samp{set language @var{lang}}, where @var{lang} is the name of
8065 a language, such as
8066 @code{c} or @code{modula-2}.
8067 For a list of the supported languages, type @samp{set language}.
8068
8069 Setting the language manually prevents @value{GDBN} from updating the working
8070 language automatically. This can lead to confusion if you try
8071 to debug a program when the working language is not the same as the
8072 source language, when an expression is acceptable to both
8073 languages---but means different things. For instance, if the current
8074 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8075 command such as:
8076
8077 @smallexample
8078 print a = b + c
8079 @end smallexample
8080
8081 @noindent
8082 might not have the effect you intended. In C, this means to add
8083 @code{b} and @code{c} and place the result in @code{a}. The result
8084 printed would be the value of @code{a}. In Modula-2, this means to compare
8085 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8086
8087 @node Automatically
8088 @subsection Having @value{GDBN} infer the source language
8089
8090 To have @value{GDBN} set the working language automatically, use
8091 @samp{set language local} or @samp{set language auto}. @value{GDBN}
8092 then infers the working language. That is, when your program stops in a
8093 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8094 working language to the language recorded for the function in that
8095 frame. If the language for a frame is unknown (that is, if the function
8096 or block corresponding to the frame was defined in a source file that
8097 does not have a recognized extension), the current working language is
8098 not changed, and @value{GDBN} issues a warning.
8099
8100 This may not seem necessary for most programs, which are written
8101 entirely in one source language. However, program modules and libraries
8102 written in one source language can be used by a main program written in
8103 a different source language. Using @samp{set language auto} in this
8104 case frees you from having to set the working language manually.
8105
8106 @node Show
8107 @section Displaying the language
8108
8109 The following commands help you find out which language is the
8110 working language, and also what language source files were written in.
8111
8112 @table @code
8113 @item show language
8114 @kindex show language
8115 Display the current working language. This is the
8116 language you can use with commands such as @code{print} to
8117 build and compute expressions that may involve variables in your program.
8118
8119 @item info frame
8120 @kindex info frame@r{, show the source language}
8121 Display the source language for this frame. This language becomes the
8122 working language if you use an identifier from this frame.
8123 @xref{Frame Info, ,Information about a frame}, to identify the other
8124 information listed here.
8125
8126 @item info source
8127 @kindex info source@r{, show the source language}
8128 Display the source language of this source file.
8129 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8130 information listed here.
8131 @end table
8132
8133 In unusual circumstances, you may have source files with extensions
8134 not in the standard list. You can then set the extension associated
8135 with a language explicitly:
8136
8137 @table @code
8138 @item set extension-language @var{ext} @var{language}
8139 @kindex set extension-language
8140 Tell @value{GDBN} that source files with extension @var{ext} are to be
8141 assumed as written in the source language @var{language}.
8142
8143 @item info extensions
8144 @kindex info extensions
8145 List all the filename extensions and the associated languages.
8146 @end table
8147
8148 @node Checks
8149 @section Type and range checking
8150
8151 @quotation
8152 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8153 checking are included, but they do not yet have any effect. This
8154 section documents the intended facilities.
8155 @end quotation
8156 @c FIXME remove warning when type/range code added
8157
8158 Some languages are designed to guard you against making seemingly common
8159 errors through a series of compile- and run-time checks. These include
8160 checking the type of arguments to functions and operators, and making
8161 sure mathematical overflows are caught at run time. Checks such as
8162 these help to ensure a program's correctness once it has been compiled
8163 by eliminating type mismatches, and providing active checks for range
8164 errors when your program is running.
8165
8166 @value{GDBN} can check for conditions like the above if you wish.
8167 Although @value{GDBN} does not check the statements in your program,
8168 it can check expressions entered directly into @value{GDBN} for
8169 evaluation via the @code{print} command, for example. As with the
8170 working language, @value{GDBN} can also decide whether or not to check
8171 automatically based on your program's source language.
8172 @xref{Supported languages, ,Supported languages}, for the default
8173 settings of supported languages.
8174
8175 @menu
8176 * Type Checking:: An overview of type checking
8177 * Range Checking:: An overview of range checking
8178 @end menu
8179
8180 @cindex type checking
8181 @cindex checks, type
8182 @node Type Checking
8183 @subsection An overview of type checking
8184
8185 Some languages, such as Modula-2, are strongly typed, meaning that the
8186 arguments to operators and functions have to be of the correct type,
8187 otherwise an error occurs. These checks prevent type mismatch
8188 errors from ever causing any run-time problems. For example,
8189
8190 @smallexample
8191 1 + 2 @result{} 3
8192 @exdent but
8193 @error{} 1 + 2.3
8194 @end smallexample
8195
8196 The second example fails because the @code{CARDINAL} 1 is not
8197 type-compatible with the @code{REAL} 2.3.
8198
8199 For the expressions you use in @value{GDBN} commands, you can tell the
8200 @value{GDBN} type checker to skip checking;
8201 to treat any mismatches as errors and abandon the expression;
8202 or to only issue warnings when type mismatches occur,
8203 but evaluate the expression anyway. When you choose the last of
8204 these, @value{GDBN} evaluates expressions like the second example above, but
8205 also issues a warning.
8206
8207 Even if you turn type checking off, there may be other reasons
8208 related to type that prevent @value{GDBN} from evaluating an expression.
8209 For instance, @value{GDBN} does not know how to add an @code{int} and
8210 a @code{struct foo}. These particular type errors have nothing to do
8211 with the language in use, and usually arise from expressions, such as
8212 the one described above, which make little sense to evaluate anyway.
8213
8214 Each language defines to what degree it is strict about type. For
8215 instance, both Modula-2 and C require the arguments to arithmetical
8216 operators to be numbers. In C, enumerated types and pointers can be
8217 represented as numbers, so that they are valid arguments to mathematical
8218 operators. @xref{Supported languages, ,Supported languages}, for further
8219 details on specific languages.
8220
8221 @value{GDBN} provides some additional commands for controlling the type checker:
8222
8223 @kindex set check type
8224 @kindex show check type
8225 @table @code
8226 @item set check type auto
8227 Set type checking on or off based on the current working language.
8228 @xref{Supported languages, ,Supported languages}, for the default settings for
8229 each language.
8230
8231 @item set check type on
8232 @itemx set check type off
8233 Set type checking on or off, overriding the default setting for the
8234 current working language. Issue a warning if the setting does not
8235 match the language default. If any type mismatches occur in
8236 evaluating an expression while type checking is on, @value{GDBN} prints a
8237 message and aborts evaluation of the expression.
8238
8239 @item set check type warn
8240 Cause the type checker to issue warnings, but to always attempt to
8241 evaluate the expression. Evaluating the expression may still
8242 be impossible for other reasons. For example, @value{GDBN} cannot add
8243 numbers and structures.
8244
8245 @item show type
8246 Show the current setting of the type checker, and whether or not @value{GDBN}
8247 is setting it automatically.
8248 @end table
8249
8250 @cindex range checking
8251 @cindex checks, range
8252 @node Range Checking
8253 @subsection An overview of range checking
8254
8255 In some languages (such as Modula-2), it is an error to exceed the
8256 bounds of a type; this is enforced with run-time checks. Such range
8257 checking is meant to ensure program correctness by making sure
8258 computations do not overflow, or indices on an array element access do
8259 not exceed the bounds of the array.
8260
8261 For expressions you use in @value{GDBN} commands, you can tell
8262 @value{GDBN} to treat range errors in one of three ways: ignore them,
8263 always treat them as errors and abandon the expression, or issue
8264 warnings but evaluate the expression anyway.
8265
8266 A range error can result from numerical overflow, from exceeding an
8267 array index bound, or when you type a constant that is not a member
8268 of any type. Some languages, however, do not treat overflows as an
8269 error. In many implementations of C, mathematical overflow causes the
8270 result to ``wrap around'' to lower values---for example, if @var{m} is
8271 the largest integer value, and @var{s} is the smallest, then
8272
8273 @smallexample
8274 @var{m} + 1 @result{} @var{s}
8275 @end smallexample
8276
8277 This, too, is specific to individual languages, and in some cases
8278 specific to individual compilers or machines. @xref{Supported languages, ,
8279 Supported languages}, for further details on specific languages.
8280
8281 @value{GDBN} provides some additional commands for controlling the range checker:
8282
8283 @kindex set check range
8284 @kindex show check range
8285 @table @code
8286 @item set check range auto
8287 Set range checking on or off based on the current working language.
8288 @xref{Supported languages, ,Supported languages}, for the default settings for
8289 each language.
8290
8291 @item set check range on
8292 @itemx set check range off
8293 Set range checking on or off, overriding the default setting for the
8294 current working language. A warning is issued if the setting does not
8295 match the language default. If a range error occurs and range checking is on,
8296 then a message is printed and evaluation of the expression is aborted.
8297
8298 @item set check range warn
8299 Output messages when the @value{GDBN} range checker detects a range error,
8300 but attempt to evaluate the expression anyway. Evaluating the
8301 expression may still be impossible for other reasons, such as accessing
8302 memory that the process does not own (a typical example from many Unix
8303 systems).
8304
8305 @item show range
8306 Show the current setting of the range checker, and whether or not it is
8307 being set automatically by @value{GDBN}.
8308 @end table
8309
8310 @node Supported languages
8311 @section Supported languages
8312
8313 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8314 assembly, Modula-2, and Ada.
8315 @c This is false ...
8316 Some @value{GDBN} features may be used in expressions regardless of the
8317 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8318 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8319 ,Expressions}) can be used with the constructs of any supported
8320 language.
8321
8322 The following sections detail to what degree each source language is
8323 supported by @value{GDBN}. These sections are not meant to be language
8324 tutorials or references, but serve only as a reference guide to what the
8325 @value{GDBN} expression parser accepts, and what input and output
8326 formats should look like for different languages. There are many good
8327 books written on each of these languages; please look to these for a
8328 language reference or tutorial.
8329
8330 @menu
8331 * C:: C and C@t{++}
8332 * Objective-C:: Objective-C
8333 * Fortran:: Fortran
8334 * Pascal:: Pascal
8335 * Modula-2:: Modula-2
8336 * Ada:: Ada
8337 @end menu
8338
8339 @node C
8340 @subsection C and C@t{++}
8341
8342 @cindex C and C@t{++}
8343 @cindex expressions in C or C@t{++}
8344
8345 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8346 to both languages. Whenever this is the case, we discuss those languages
8347 together.
8348
8349 @cindex C@t{++}
8350 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8351 @cindex @sc{gnu} C@t{++}
8352 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8353 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8354 effectively, you must compile your C@t{++} programs with a supported
8355 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8356 compiler (@code{aCC}).
8357
8358 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8359 format; if it doesn't work on your system, try the stabs+ debugging
8360 format. You can select those formats explicitly with the @code{g++}
8361 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8362 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8363 CC, gcc.info, Using @sc{gnu} CC}.
8364
8365 @menu
8366 * C Operators:: C and C@t{++} operators
8367 * C Constants:: C and C@t{++} constants
8368 * C plus plus expressions:: C@t{++} expressions
8369 * C Defaults:: Default settings for C and C@t{++}
8370 * C Checks:: C and C@t{++} type and range checks
8371 * Debugging C:: @value{GDBN} and C
8372 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
8373 @end menu
8374
8375 @node C Operators
8376 @subsubsection C and C@t{++} operators
8377
8378 @cindex C and C@t{++} operators
8379
8380 Operators must be defined on values of specific types. For instance,
8381 @code{+} is defined on numbers, but not on structures. Operators are
8382 often defined on groups of types.
8383
8384 For the purposes of C and C@t{++}, the following definitions hold:
8385
8386 @itemize @bullet
8387
8388 @item
8389 @emph{Integral types} include @code{int} with any of its storage-class
8390 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8391
8392 @item
8393 @emph{Floating-point types} include @code{float}, @code{double}, and
8394 @code{long double} (if supported by the target platform).
8395
8396 @item
8397 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8398
8399 @item
8400 @emph{Scalar types} include all of the above.
8401
8402 @end itemize
8403
8404 @noindent
8405 The following operators are supported. They are listed here
8406 in order of increasing precedence:
8407
8408 @table @code
8409 @item ,
8410 The comma or sequencing operator. Expressions in a comma-separated list
8411 are evaluated from left to right, with the result of the entire
8412 expression being the last expression evaluated.
8413
8414 @item =
8415 Assignment. The value of an assignment expression is the value
8416 assigned. Defined on scalar types.
8417
8418 @item @var{op}=
8419 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8420 and translated to @w{@code{@var{a} = @var{a op b}}}.
8421 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8422 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8423 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8424
8425 @item ?:
8426 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8427 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8428 integral type.
8429
8430 @item ||
8431 Logical @sc{or}. Defined on integral types.
8432
8433 @item &&
8434 Logical @sc{and}. Defined on integral types.
8435
8436 @item |
8437 Bitwise @sc{or}. Defined on integral types.
8438
8439 @item ^
8440 Bitwise exclusive-@sc{or}. Defined on integral types.
8441
8442 @item &
8443 Bitwise @sc{and}. Defined on integral types.
8444
8445 @item ==@r{, }!=
8446 Equality and inequality. Defined on scalar types. The value of these
8447 expressions is 0 for false and non-zero for true.
8448
8449 @item <@r{, }>@r{, }<=@r{, }>=
8450 Less than, greater than, less than or equal, greater than or equal.
8451 Defined on scalar types. The value of these expressions is 0 for false
8452 and non-zero for true.
8453
8454 @item <<@r{, }>>
8455 left shift, and right shift. Defined on integral types.
8456
8457 @item @@
8458 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8459
8460 @item +@r{, }-
8461 Addition and subtraction. Defined on integral types, floating-point types and
8462 pointer types.
8463
8464 @item *@r{, }/@r{, }%
8465 Multiplication, division, and modulus. Multiplication and division are
8466 defined on integral and floating-point types. Modulus is defined on
8467 integral types.
8468
8469 @item ++@r{, }--
8470 Increment and decrement. When appearing before a variable, the
8471 operation is performed before the variable is used in an expression;
8472 when appearing after it, the variable's value is used before the
8473 operation takes place.
8474
8475 @item *
8476 Pointer dereferencing. Defined on pointer types. Same precedence as
8477 @code{++}.
8478
8479 @item &
8480 Address operator. Defined on variables. Same precedence as @code{++}.
8481
8482 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8483 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8484 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8485 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8486 stored.
8487
8488 @item -
8489 Negative. Defined on integral and floating-point types. Same
8490 precedence as @code{++}.
8491
8492 @item !
8493 Logical negation. Defined on integral types. Same precedence as
8494 @code{++}.
8495
8496 @item ~
8497 Bitwise complement operator. Defined on integral types. Same precedence as
8498 @code{++}.
8499
8500
8501 @item .@r{, }->
8502 Structure member, and pointer-to-structure member. For convenience,
8503 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8504 pointer based on the stored type information.
8505 Defined on @code{struct} and @code{union} data.
8506
8507 @item .*@r{, }->*
8508 Dereferences of pointers to members.
8509
8510 @item []
8511 Array indexing. @code{@var{a}[@var{i}]} is defined as
8512 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8513
8514 @item ()
8515 Function parameter list. Same precedence as @code{->}.
8516
8517 @item ::
8518 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
8519 and @code{class} types.
8520
8521 @item ::
8522 Doubled colons also represent the @value{GDBN} scope operator
8523 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8524 above.
8525 @end table
8526
8527 If an operator is redefined in the user code, @value{GDBN} usually
8528 attempts to invoke the redefined version instead of using the operator's
8529 predefined meaning.
8530
8531 @menu
8532 * C Constants::
8533 @end menu
8534
8535 @node C Constants
8536 @subsubsection C and C@t{++} constants
8537
8538 @cindex C and C@t{++} constants
8539
8540 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8541 following ways:
8542
8543 @itemize @bullet
8544 @item
8545 Integer constants are a sequence of digits. Octal constants are
8546 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8547 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8548 @samp{l}, specifying that the constant should be treated as a
8549 @code{long} value.
8550
8551 @item
8552 Floating point constants are a sequence of digits, followed by a decimal
8553 point, followed by a sequence of digits, and optionally followed by an
8554 exponent. An exponent is of the form:
8555 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8556 sequence of digits. The @samp{+} is optional for positive exponents.
8557 A floating-point constant may also end with a letter @samp{f} or
8558 @samp{F}, specifying that the constant should be treated as being of
8559 the @code{float} (as opposed to the default @code{double}) type; or with
8560 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8561 constant.
8562
8563 @item
8564 Enumerated constants consist of enumerated identifiers, or their
8565 integral equivalents.
8566
8567 @item
8568 Character constants are a single character surrounded by single quotes
8569 (@code{'}), or a number---the ordinal value of the corresponding character
8570 (usually its @sc{ascii} value). Within quotes, the single character may
8571 be represented by a letter or by @dfn{escape sequences}, which are of
8572 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8573 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8574 @samp{@var{x}} is a predefined special character---for example,
8575 @samp{\n} for newline.
8576
8577 @item
8578 String constants are a sequence of character constants surrounded by
8579 double quotes (@code{"}). Any valid character constant (as described
8580 above) may appear. Double quotes within the string must be preceded by
8581 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8582 characters.
8583
8584 @item
8585 Pointer constants are an integral value. You can also write pointers
8586 to constants using the C operator @samp{&}.
8587
8588 @item
8589 Array constants are comma-separated lists surrounded by braces @samp{@{}
8590 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8591 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8592 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8593 @end itemize
8594
8595 @menu
8596 * C plus plus expressions::
8597 * C Defaults::
8598 * C Checks::
8599
8600 * Debugging C::
8601 @end menu
8602
8603 @node C plus plus expressions
8604 @subsubsection C@t{++} expressions
8605
8606 @cindex expressions in C@t{++}
8607 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8608
8609 @cindex debugging C@t{++} programs
8610 @cindex C@t{++} compilers
8611 @cindex debug formats and C@t{++}
8612 @cindex @value{NGCC} and C@t{++}
8613 @quotation
8614 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8615 proper compiler and the proper debug format. Currently, @value{GDBN}
8616 works best when debugging C@t{++} code that is compiled with
8617 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8618 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8619 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8620 stabs+ as their default debug format, so you usually don't need to
8621 specify a debug format explicitly. Other compilers and/or debug formats
8622 are likely to work badly or not at all when using @value{GDBN} to debug
8623 C@t{++} code.
8624 @end quotation
8625
8626 @enumerate
8627
8628 @cindex member functions
8629 @item
8630 Member function calls are allowed; you can use expressions like
8631
8632 @smallexample
8633 count = aml->GetOriginal(x, y)
8634 @end smallexample
8635
8636 @vindex this@r{, inside C@t{++} member functions}
8637 @cindex namespace in C@t{++}
8638 @item
8639 While a member function is active (in the selected stack frame), your
8640 expressions have the same namespace available as the member function;
8641 that is, @value{GDBN} allows implicit references to the class instance
8642 pointer @code{this} following the same rules as C@t{++}.
8643
8644 @cindex call overloaded functions
8645 @cindex overloaded functions, calling
8646 @cindex type conversions in C@t{++}
8647 @item
8648 You can call overloaded functions; @value{GDBN} resolves the function
8649 call to the right definition, with some restrictions. @value{GDBN} does not
8650 perform overload resolution involving user-defined type conversions,
8651 calls to constructors, or instantiations of templates that do not exist
8652 in the program. It also cannot handle ellipsis argument lists or
8653 default arguments.
8654
8655 It does perform integral conversions and promotions, floating-point
8656 promotions, arithmetic conversions, pointer conversions, conversions of
8657 class objects to base classes, and standard conversions such as those of
8658 functions or arrays to pointers; it requires an exact match on the
8659 number of function arguments.
8660
8661 Overload resolution is always performed, unless you have specified
8662 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8663 ,@value{GDBN} features for C@t{++}}.
8664
8665 You must specify @code{set overload-resolution off} in order to use an
8666 explicit function signature to call an overloaded function, as in
8667 @smallexample
8668 p 'foo(char,int)'('x', 13)
8669 @end smallexample
8670
8671 The @value{GDBN} command-completion facility can simplify this;
8672 see @ref{Completion, ,Command completion}.
8673
8674 @cindex reference declarations
8675 @item
8676 @value{GDBN} understands variables declared as C@t{++} references; you can use
8677 them in expressions just as you do in C@t{++} source---they are automatically
8678 dereferenced.
8679
8680 In the parameter list shown when @value{GDBN} displays a frame, the values of
8681 reference variables are not displayed (unlike other variables); this
8682 avoids clutter, since references are often used for large structures.
8683 The @emph{address} of a reference variable is always shown, unless
8684 you have specified @samp{set print address off}.
8685
8686 @item
8687 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8688 expressions can use it just as expressions in your program do. Since
8689 one scope may be defined in another, you can use @code{::} repeatedly if
8690 necessary, for example in an expression like
8691 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8692 resolving name scope by reference to source files, in both C and C@t{++}
8693 debugging (@pxref{Variables, ,Program variables}).
8694 @end enumerate
8695
8696 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8697 calling virtual functions correctly, printing out virtual bases of
8698 objects, calling functions in a base subobject, casting objects, and
8699 invoking user-defined operators.
8700
8701 @node C Defaults
8702 @subsubsection C and C@t{++} defaults
8703
8704 @cindex C and C@t{++} defaults
8705
8706 If you allow @value{GDBN} to set type and range checking automatically, they
8707 both default to @code{off} whenever the working language changes to
8708 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8709 selects the working language.
8710
8711 If you allow @value{GDBN} to set the language automatically, it
8712 recognizes source files whose names end with @file{.c}, @file{.C}, or
8713 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8714 these files, it sets the working language to C or C@t{++}.
8715 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8716 for further details.
8717
8718 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8719 @c unimplemented. If (b) changes, it might make sense to let this node
8720 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8721
8722 @node C Checks
8723 @subsubsection C and C@t{++} type and range checks
8724
8725 @cindex C and C@t{++} checks
8726
8727 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8728 is not used. However, if you turn type checking on, @value{GDBN}
8729 considers two variables type equivalent if:
8730
8731 @itemize @bullet
8732 @item
8733 The two variables are structured and have the same structure, union, or
8734 enumerated tag.
8735
8736 @item
8737 The two variables have the same type name, or types that have been
8738 declared equivalent through @code{typedef}.
8739
8740 @ignore
8741 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8742 @c FIXME--beers?
8743 @item
8744 The two @code{struct}, @code{union}, or @code{enum} variables are
8745 declared in the same declaration. (Note: this may not be true for all C
8746 compilers.)
8747 @end ignore
8748 @end itemize
8749
8750 Range checking, if turned on, is done on mathematical operations. Array
8751 indices are not checked, since they are often used to index a pointer
8752 that is not itself an array.
8753
8754 @node Debugging C
8755 @subsubsection @value{GDBN} and C
8756
8757 The @code{set print union} and @code{show print union} commands apply to
8758 the @code{union} type. When set to @samp{on}, any @code{union} that is
8759 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8760 appears as @samp{@{...@}}.
8761
8762 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8763 with pointers and a memory allocation function. @xref{Expressions,
8764 ,Expressions}.
8765
8766 @menu
8767 * Debugging C plus plus::
8768 @end menu
8769
8770 @node Debugging C plus plus
8771 @subsubsection @value{GDBN} features for C@t{++}
8772
8773 @cindex commands for C@t{++}
8774
8775 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8776 designed specifically for use with C@t{++}. Here is a summary:
8777
8778 @table @code
8779 @cindex break in overloaded functions
8780 @item @r{breakpoint menus}
8781 When you want a breakpoint in a function whose name is overloaded,
8782 @value{GDBN} breakpoint menus help you specify which function definition
8783 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8784
8785 @cindex overloading in C@t{++}
8786 @item rbreak @var{regex}
8787 Setting breakpoints using regular expressions is helpful for setting
8788 breakpoints on overloaded functions that are not members of any special
8789 classes.
8790 @xref{Set Breaks, ,Setting breakpoints}.
8791
8792 @cindex C@t{++} exception handling
8793 @item catch throw
8794 @itemx catch catch
8795 Debug C@t{++} exception handling using these commands. @xref{Set
8796 Catchpoints, , Setting catchpoints}.
8797
8798 @cindex inheritance
8799 @item ptype @var{typename}
8800 Print inheritance relationships as well as other information for type
8801 @var{typename}.
8802 @xref{Symbols, ,Examining the Symbol Table}.
8803
8804 @cindex C@t{++} symbol display
8805 @item set print demangle
8806 @itemx show print demangle
8807 @itemx set print asm-demangle
8808 @itemx show print asm-demangle
8809 Control whether C@t{++} symbols display in their source form, both when
8810 displaying code as C@t{++} source and when displaying disassemblies.
8811 @xref{Print Settings, ,Print settings}.
8812
8813 @item set print object
8814 @itemx show print object
8815 Choose whether to print derived (actual) or declared types of objects.
8816 @xref{Print Settings, ,Print settings}.
8817
8818 @item set print vtbl
8819 @itemx show print vtbl
8820 Control the format for printing virtual function tables.
8821 @xref{Print Settings, ,Print settings}.
8822 (The @code{vtbl} commands do not work on programs compiled with the HP
8823 ANSI C@t{++} compiler (@code{aCC}).)
8824
8825 @kindex set overload-resolution
8826 @cindex overloaded functions, overload resolution
8827 @item set overload-resolution on
8828 Enable overload resolution for C@t{++} expression evaluation. The default
8829 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8830 and searches for a function whose signature matches the argument types,
8831 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8832 expressions}, for details). If it cannot find a match, it emits a
8833 message.
8834
8835 @item set overload-resolution off
8836 Disable overload resolution for C@t{++} expression evaluation. For
8837 overloaded functions that are not class member functions, @value{GDBN}
8838 chooses the first function of the specified name that it finds in the
8839 symbol table, whether or not its arguments are of the correct type. For
8840 overloaded functions that are class member functions, @value{GDBN}
8841 searches for a function whose signature @emph{exactly} matches the
8842 argument types.
8843
8844 @kindex show overload-resolution
8845 @item show overload-resolution
8846 Show the current setting of overload resolution.
8847
8848 @item @r{Overloaded symbol names}
8849 You can specify a particular definition of an overloaded symbol, using
8850 the same notation that is used to declare such symbols in C@t{++}: type
8851 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8852 also use the @value{GDBN} command-line word completion facilities to list the
8853 available choices, or to finish the type list for you.
8854 @xref{Completion,, Command completion}, for details on how to do this.
8855 @end table
8856
8857 @node Objective-C
8858 @subsection Objective-C
8859
8860 @cindex Objective-C
8861 This section provides information about some commands and command
8862 options that are useful for debugging Objective-C code. See also
8863 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8864 few more commands specific to Objective-C support.
8865
8866 @menu
8867 * Method Names in Commands::
8868 * The Print Command with Objective-C::
8869 @end menu
8870
8871 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8872 @subsubsection Method Names in Commands
8873
8874 The following commands have been extended to accept Objective-C method
8875 names as line specifications:
8876
8877 @kindex clear@r{, and Objective-C}
8878 @kindex break@r{, and Objective-C}
8879 @kindex info line@r{, and Objective-C}
8880 @kindex jump@r{, and Objective-C}
8881 @kindex list@r{, and Objective-C}
8882 @itemize
8883 @item @code{clear}
8884 @item @code{break}
8885 @item @code{info line}
8886 @item @code{jump}
8887 @item @code{list}
8888 @end itemize
8889
8890 A fully qualified Objective-C method name is specified as
8891
8892 @smallexample
8893 -[@var{Class} @var{methodName}]
8894 @end smallexample
8895
8896 where the minus sign is used to indicate an instance method and a
8897 plus sign (not shown) is used to indicate a class method. The class
8898 name @var{Class} and method name @var{methodName} are enclosed in
8899 brackets, similar to the way messages are specified in Objective-C
8900 source code. For example, to set a breakpoint at the @code{create}
8901 instance method of class @code{Fruit} in the program currently being
8902 debugged, enter:
8903
8904 @smallexample
8905 break -[Fruit create]
8906 @end smallexample
8907
8908 To list ten program lines around the @code{initialize} class method,
8909 enter:
8910
8911 @smallexample
8912 list +[NSText initialize]
8913 @end smallexample
8914
8915 In the current version of @value{GDBN}, the plus or minus sign is
8916 required. In future versions of @value{GDBN}, the plus or minus
8917 sign will be optional, but you can use it to narrow the search. It
8918 is also possible to specify just a method name:
8919
8920 @smallexample
8921 break create
8922 @end smallexample
8923
8924 You must specify the complete method name, including any colons. If
8925 your program's source files contain more than one @code{create} method,
8926 you'll be presented with a numbered list of classes that implement that
8927 method. Indicate your choice by number, or type @samp{0} to exit if
8928 none apply.
8929
8930 As another example, to clear a breakpoint established at the
8931 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8932
8933 @smallexample
8934 clear -[NSWindow makeKeyAndOrderFront:]
8935 @end smallexample
8936
8937 @node The Print Command with Objective-C
8938 @subsubsection The Print Command With Objective-C
8939 @cindex Objective-C, print objects
8940 @kindex print-object
8941 @kindex po @r{(@code{print-object})}
8942
8943 The print command has also been extended to accept methods. For example:
8944
8945 @smallexample
8946 print -[@var{object} hash]
8947 @end smallexample
8948
8949 @cindex print an Objective-C object description
8950 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8951 @noindent
8952 will tell @value{GDBN} to send the @code{hash} message to @var{object}
8953 and print the result. Also, an additional command has been added,
8954 @code{print-object} or @code{po} for short, which is meant to print
8955 the description of an object. However, this command may only work
8956 with certain Objective-C libraries that have a particular hook
8957 function, @code{_NSPrintForDebugger}, defined.
8958
8959 @node Fortran
8960 @subsection Fortran
8961 @cindex Fortran-specific support in @value{GDBN}
8962
8963 @table @code
8964 @cindex @code{COMMON} blocks, Fortran
8965 @kindex info common
8966 @item info common @r{[}@var{common-name}@r{]}
8967 This command prints the values contained in the Fortran @code{COMMON}
8968 block whose name is @var{common-name}. With no argument, the names of
8969 all @code{COMMON} blocks visible at current program location are
8970 printed.
8971 @end table
8972
8973 Fortran symbols are usually case-insensitive, so @value{GDBN} by
8974 default uses case-insensitive matches for Fortran symbols. You can
8975 change that with the @samp{set case-insensitive} command, see
8976 @ref{Symbols}, for the details.
8977
8978 @node Pascal
8979 @subsection Pascal
8980
8981 @cindex Pascal support in @value{GDBN}, limitations
8982 Debugging Pascal programs which use sets, subranges, file variables, or
8983 nested functions does not currently work. @value{GDBN} does not support
8984 entering expressions, printing values, or similar features using Pascal
8985 syntax.
8986
8987 The Pascal-specific command @code{set print pascal_static-members}
8988 controls whether static members of Pascal objects are displayed.
8989 @xref{Print Settings, pascal_static-members}.
8990
8991 @node Modula-2
8992 @subsection Modula-2
8993
8994 @cindex Modula-2, @value{GDBN} support
8995
8996 The extensions made to @value{GDBN} to support Modula-2 only support
8997 output from the @sc{gnu} Modula-2 compiler (which is currently being
8998 developed). Other Modula-2 compilers are not currently supported, and
8999 attempting to debug executables produced by them is most likely
9000 to give an error as @value{GDBN} reads in the executable's symbol
9001 table.
9002
9003 @cindex expressions in Modula-2
9004 @menu
9005 * M2 Operators:: Built-in operators
9006 * Built-In Func/Proc:: Built-in functions and procedures
9007 * M2 Constants:: Modula-2 constants
9008 * M2 Defaults:: Default settings for Modula-2
9009 * Deviations:: Deviations from standard Modula-2
9010 * M2 Checks:: Modula-2 type and range checks
9011 * M2 Scope:: The scope operators @code{::} and @code{.}
9012 * GDB/M2:: @value{GDBN} and Modula-2
9013 @end menu
9014
9015 @node M2 Operators
9016 @subsubsection Operators
9017 @cindex Modula-2 operators
9018
9019 Operators must be defined on values of specific types. For instance,
9020 @code{+} is defined on numbers, but not on structures. Operators are
9021 often defined on groups of types. For the purposes of Modula-2, the
9022 following definitions hold:
9023
9024 @itemize @bullet
9025
9026 @item
9027 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9028 their subranges.
9029
9030 @item
9031 @emph{Character types} consist of @code{CHAR} and its subranges.
9032
9033 @item
9034 @emph{Floating-point types} consist of @code{REAL}.
9035
9036 @item
9037 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9038 @var{type}}.
9039
9040 @item
9041 @emph{Scalar types} consist of all of the above.
9042
9043 @item
9044 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9045
9046 @item
9047 @emph{Boolean types} consist of @code{BOOLEAN}.
9048 @end itemize
9049
9050 @noindent
9051 The following operators are supported, and appear in order of
9052 increasing precedence:
9053
9054 @table @code
9055 @item ,
9056 Function argument or array index separator.
9057
9058 @item :=
9059 Assignment. The value of @var{var} @code{:=} @var{value} is
9060 @var{value}.
9061
9062 @item <@r{, }>
9063 Less than, greater than on integral, floating-point, or enumerated
9064 types.
9065
9066 @item <=@r{, }>=
9067 Less than or equal to, greater than or equal to
9068 on integral, floating-point and enumerated types, or set inclusion on
9069 set types. Same precedence as @code{<}.
9070
9071 @item =@r{, }<>@r{, }#
9072 Equality and two ways of expressing inequality, valid on scalar types.
9073 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9074 available for inequality, since @code{#} conflicts with the script
9075 comment character.
9076
9077 @item IN
9078 Set membership. Defined on set types and the types of their members.
9079 Same precedence as @code{<}.
9080
9081 @item OR
9082 Boolean disjunction. Defined on boolean types.
9083
9084 @item AND@r{, }&
9085 Boolean conjunction. Defined on boolean types.
9086
9087 @item @@
9088 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9089
9090 @item +@r{, }-
9091 Addition and subtraction on integral and floating-point types, or union
9092 and difference on set types.
9093
9094 @item *
9095 Multiplication on integral and floating-point types, or set intersection
9096 on set types.
9097
9098 @item /
9099 Division on floating-point types, or symmetric set difference on set
9100 types. Same precedence as @code{*}.
9101
9102 @item DIV@r{, }MOD
9103 Integer division and remainder. Defined on integral types. Same
9104 precedence as @code{*}.
9105
9106 @item -
9107 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9108
9109 @item ^
9110 Pointer dereferencing. Defined on pointer types.
9111
9112 @item NOT
9113 Boolean negation. Defined on boolean types. Same precedence as
9114 @code{^}.
9115
9116 @item .
9117 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
9118 precedence as @code{^}.
9119
9120 @item []
9121 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9122
9123 @item ()
9124 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9125 as @code{^}.
9126
9127 @item ::@r{, }.
9128 @value{GDBN} and Modula-2 scope operators.
9129 @end table
9130
9131 @quotation
9132 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9133 treats the use of the operator @code{IN}, or the use of operators
9134 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9135 @code{<=}, and @code{>=} on sets as an error.
9136 @end quotation
9137
9138
9139 @node Built-In Func/Proc
9140 @subsubsection Built-in functions and procedures
9141 @cindex Modula-2 built-ins
9142
9143 Modula-2 also makes available several built-in procedures and functions.
9144 In describing these, the following metavariables are used:
9145
9146 @table @var
9147
9148 @item a
9149 represents an @code{ARRAY} variable.
9150
9151 @item c
9152 represents a @code{CHAR} constant or variable.
9153
9154 @item i
9155 represents a variable or constant of integral type.
9156
9157 @item m
9158 represents an identifier that belongs to a set. Generally used in the
9159 same function with the metavariable @var{s}. The type of @var{s} should
9160 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9161
9162 @item n
9163 represents a variable or constant of integral or floating-point type.
9164
9165 @item r
9166 represents a variable or constant of floating-point type.
9167
9168 @item t
9169 represents a type.
9170
9171 @item v
9172 represents a variable.
9173
9174 @item x
9175 represents a variable or constant of one of many types. See the
9176 explanation of the function for details.
9177 @end table
9178
9179 All Modula-2 built-in procedures also return a result, described below.
9180
9181 @table @code
9182 @item ABS(@var{n})
9183 Returns the absolute value of @var{n}.
9184
9185 @item CAP(@var{c})
9186 If @var{c} is a lower case letter, it returns its upper case
9187 equivalent, otherwise it returns its argument.
9188
9189 @item CHR(@var{i})
9190 Returns the character whose ordinal value is @var{i}.
9191
9192 @item DEC(@var{v})
9193 Decrements the value in the variable @var{v} by one. Returns the new value.
9194
9195 @item DEC(@var{v},@var{i})
9196 Decrements the value in the variable @var{v} by @var{i}. Returns the
9197 new value.
9198
9199 @item EXCL(@var{m},@var{s})
9200 Removes the element @var{m} from the set @var{s}. Returns the new
9201 set.
9202
9203 @item FLOAT(@var{i})
9204 Returns the floating point equivalent of the integer @var{i}.
9205
9206 @item HIGH(@var{a})
9207 Returns the index of the last member of @var{a}.
9208
9209 @item INC(@var{v})
9210 Increments the value in the variable @var{v} by one. Returns the new value.
9211
9212 @item INC(@var{v},@var{i})
9213 Increments the value in the variable @var{v} by @var{i}. Returns the
9214 new value.
9215
9216 @item INCL(@var{m},@var{s})
9217 Adds the element @var{m} to the set @var{s} if it is not already
9218 there. Returns the new set.
9219
9220 @item MAX(@var{t})
9221 Returns the maximum value of the type @var{t}.
9222
9223 @item MIN(@var{t})
9224 Returns the minimum value of the type @var{t}.
9225
9226 @item ODD(@var{i})
9227 Returns boolean TRUE if @var{i} is an odd number.
9228
9229 @item ORD(@var{x})
9230 Returns the ordinal value of its argument. For example, the ordinal
9231 value of a character is its @sc{ascii} value (on machines supporting the
9232 @sc{ascii} character set). @var{x} must be of an ordered type, which include
9233 integral, character and enumerated types.
9234
9235 @item SIZE(@var{x})
9236 Returns the size of its argument. @var{x} can be a variable or a type.
9237
9238 @item TRUNC(@var{r})
9239 Returns the integral part of @var{r}.
9240
9241 @item VAL(@var{t},@var{i})
9242 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9243 @end table
9244
9245 @quotation
9246 @emph{Warning:} Sets and their operations are not yet supported, so
9247 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9248 an error.
9249 @end quotation
9250
9251 @cindex Modula-2 constants
9252 @node M2 Constants
9253 @subsubsection Constants
9254
9255 @value{GDBN} allows you to express the constants of Modula-2 in the following
9256 ways:
9257
9258 @itemize @bullet
9259
9260 @item
9261 Integer constants are simply a sequence of digits. When used in an
9262 expression, a constant is interpreted to be type-compatible with the
9263 rest of the expression. Hexadecimal integers are specified by a
9264 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9265
9266 @item
9267 Floating point constants appear as a sequence of digits, followed by a
9268 decimal point and another sequence of digits. An optional exponent can
9269 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9270 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9271 digits of the floating point constant must be valid decimal (base 10)
9272 digits.
9273
9274 @item
9275 Character constants consist of a single character enclosed by a pair of
9276 like quotes, either single (@code{'}) or double (@code{"}). They may
9277 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9278 followed by a @samp{C}.
9279
9280 @item
9281 String constants consist of a sequence of characters enclosed by a
9282 pair of like quotes, either single (@code{'}) or double (@code{"}).
9283 Escape sequences in the style of C are also allowed. @xref{C
9284 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9285 sequences.
9286
9287 @item
9288 Enumerated constants consist of an enumerated identifier.
9289
9290 @item
9291 Boolean constants consist of the identifiers @code{TRUE} and
9292 @code{FALSE}.
9293
9294 @item
9295 Pointer constants consist of integral values only.
9296
9297 @item
9298 Set constants are not yet supported.
9299 @end itemize
9300
9301 @node M2 Defaults
9302 @subsubsection Modula-2 defaults
9303 @cindex Modula-2 defaults
9304
9305 If type and range checking are set automatically by @value{GDBN}, they
9306 both default to @code{on} whenever the working language changes to
9307 Modula-2. This happens regardless of whether you or @value{GDBN}
9308 selected the working language.
9309
9310 If you allow @value{GDBN} to set the language automatically, then entering
9311 code compiled from a file whose name ends with @file{.mod} sets the
9312 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
9313 the language automatically}, for further details.
9314
9315 @node Deviations
9316 @subsubsection Deviations from standard Modula-2
9317 @cindex Modula-2, deviations from
9318
9319 A few changes have been made to make Modula-2 programs easier to debug.
9320 This is done primarily via loosening its type strictness:
9321
9322 @itemize @bullet
9323 @item
9324 Unlike in standard Modula-2, pointer constants can be formed by
9325 integers. This allows you to modify pointer variables during
9326 debugging. (In standard Modula-2, the actual address contained in a
9327 pointer variable is hidden from you; it can only be modified
9328 through direct assignment to another pointer variable or expression that
9329 returned a pointer.)
9330
9331 @item
9332 C escape sequences can be used in strings and characters to represent
9333 non-printable characters. @value{GDBN} prints out strings with these
9334 escape sequences embedded. Single non-printable characters are
9335 printed using the @samp{CHR(@var{nnn})} format.
9336
9337 @item
9338 The assignment operator (@code{:=}) returns the value of its right-hand
9339 argument.
9340
9341 @item
9342 All built-in procedures both modify @emph{and} return their argument.
9343 @end itemize
9344
9345 @node M2 Checks
9346 @subsubsection Modula-2 type and range checks
9347 @cindex Modula-2 checks
9348
9349 @quotation
9350 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9351 range checking.
9352 @end quotation
9353 @c FIXME remove warning when type/range checks added
9354
9355 @value{GDBN} considers two Modula-2 variables type equivalent if:
9356
9357 @itemize @bullet
9358 @item
9359 They are of types that have been declared equivalent via a @code{TYPE
9360 @var{t1} = @var{t2}} statement
9361
9362 @item
9363 They have been declared on the same line. (Note: This is true of the
9364 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9365 @end itemize
9366
9367 As long as type checking is enabled, any attempt to combine variables
9368 whose types are not equivalent is an error.
9369
9370 Range checking is done on all mathematical operations, assignment, array
9371 index bounds, and all built-in functions and procedures.
9372
9373 @node M2 Scope
9374 @subsubsection The scope operators @code{::} and @code{.}
9375 @cindex scope
9376 @cindex @code{.}, Modula-2 scope operator
9377 @cindex colon, doubled as scope operator
9378 @ifinfo
9379 @vindex colon-colon@r{, in Modula-2}
9380 @c Info cannot handle :: but TeX can.
9381 @end ifinfo
9382 @iftex
9383 @vindex ::@r{, in Modula-2}
9384 @end iftex
9385
9386 There are a few subtle differences between the Modula-2 scope operator
9387 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9388 similar syntax:
9389
9390 @smallexample
9391
9392 @var{module} . @var{id}
9393 @var{scope} :: @var{id}
9394 @end smallexample
9395
9396 @noindent
9397 where @var{scope} is the name of a module or a procedure,
9398 @var{module} the name of a module, and @var{id} is any declared
9399 identifier within your program, except another module.
9400
9401 Using the @code{::} operator makes @value{GDBN} search the scope
9402 specified by @var{scope} for the identifier @var{id}. If it is not
9403 found in the specified scope, then @value{GDBN} searches all scopes
9404 enclosing the one specified by @var{scope}.
9405
9406 Using the @code{.} operator makes @value{GDBN} search the current scope for
9407 the identifier specified by @var{id} that was imported from the
9408 definition module specified by @var{module}. With this operator, it is
9409 an error if the identifier @var{id} was not imported from definition
9410 module @var{module}, or if @var{id} is not an identifier in
9411 @var{module}.
9412
9413 @node GDB/M2
9414 @subsubsection @value{GDBN} and Modula-2
9415
9416 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9417 Five subcommands of @code{set print} and @code{show print} apply
9418 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9419 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
9420 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9421 analogue in Modula-2.
9422
9423 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9424 with any language, is not useful with Modula-2. Its
9425 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9426 created in Modula-2 as they can in C or C@t{++}. However, because an
9427 address can be specified by an integral constant, the construct
9428 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9429
9430 @cindex @code{#} in Modula-2
9431 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9432 interpreted as the beginning of a comment. Use @code{<>} instead.
9433
9434 @node Ada
9435 @subsection Ada
9436 @cindex Ada
9437
9438 The extensions made to @value{GDBN} for Ada only support
9439 output from the @sc{gnu} Ada (GNAT) compiler.
9440 Other Ada compilers are not currently supported, and
9441 attempting to debug executables produced by them is most likely
9442 to be difficult.
9443
9444
9445 @cindex expressions in Ada
9446 @menu
9447 * Ada Mode Intro:: General remarks on the Ada syntax
9448 and semantics supported by Ada mode
9449 in @value{GDBN}.
9450 * Omissions from Ada:: Restrictions on the Ada expression syntax.
9451 * Additions to Ada:: Extensions of the Ada expression syntax.
9452 * Stopping Before Main Program:: Debugging the program during elaboration.
9453 * Ada Glitches:: Known peculiarities of Ada mode.
9454 @end menu
9455
9456 @node Ada Mode Intro
9457 @subsubsection Introduction
9458 @cindex Ada mode, general
9459
9460 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9461 syntax, with some extensions.
9462 The philosophy behind the design of this subset is
9463
9464 @itemize @bullet
9465 @item
9466 That @value{GDBN} should provide basic literals and access to operations for
9467 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9468 leaving more sophisticated computations to subprograms written into the
9469 program (which therefore may be called from @value{GDBN}).
9470
9471 @item
9472 That type safety and strict adherence to Ada language restrictions
9473 are not particularly important to the @value{GDBN} user.
9474
9475 @item
9476 That brevity is important to the @value{GDBN} user.
9477 @end itemize
9478
9479 Thus, for brevity, the debugger acts as if there were
9480 implicit @code{with} and @code{use} clauses in effect for all user-written
9481 packages, making it unnecessary to fully qualify most names with
9482 their packages, regardless of context. Where this causes ambiguity,
9483 @value{GDBN} asks the user's intent.
9484
9485 The debugger will start in Ada mode if it detects an Ada main program.
9486 As for other languages, it will enter Ada mode when stopped in a program that
9487 was translated from an Ada source file.
9488
9489 While in Ada mode, you may use `@t{--}' for comments. This is useful
9490 mostly for documenting command files. The standard @value{GDBN} comment
9491 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9492 middle (to allow based literals).
9493
9494 The debugger supports limited overloading. Given a subprogram call in which
9495 the function symbol has multiple definitions, it will use the number of
9496 actual parameters and some information about their types to attempt to narrow
9497 the set of definitions. It also makes very limited use of context, preferring
9498 procedures to functions in the context of the @code{call} command, and
9499 functions to procedures elsewhere.
9500
9501 @node Omissions from Ada
9502 @subsubsection Omissions from Ada
9503 @cindex Ada, omissions from
9504
9505 Here are the notable omissions from the subset:
9506
9507 @itemize @bullet
9508 @item
9509 Only a subset of the attributes are supported:
9510
9511 @itemize @minus
9512 @item
9513 @t{'First}, @t{'Last}, and @t{'Length}
9514 on array objects (not on types and subtypes).
9515
9516 @item
9517 @t{'Min} and @t{'Max}.
9518
9519 @item
9520 @t{'Pos} and @t{'Val}.
9521
9522 @item
9523 @t{'Tag}.
9524
9525 @item
9526 @t{'Range} on array objects (not subtypes), but only as the right
9527 operand of the membership (@code{in}) operator.
9528
9529 @item
9530 @t{'Access}, @t{'Unchecked_Access}, and
9531 @t{'Unrestricted_Access} (a GNAT extension).
9532
9533 @item
9534 @t{'Address}.
9535 @end itemize
9536
9537 @item
9538 The names in
9539 @code{Characters.Latin_1} are not available and
9540 concatenation is not implemented. Thus, escape characters in strings are
9541 not currently available.
9542
9543 @item
9544 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9545 equality of representations. They will generally work correctly
9546 for strings and arrays whose elements have integer or enumeration types.
9547 They may not work correctly for arrays whose element
9548 types have user-defined equality, for arrays of real values
9549 (in particular, IEEE-conformant floating point, because of negative
9550 zeroes and NaNs), and for arrays whose elements contain unused bits with
9551 indeterminate values.
9552
9553 @item
9554 The other component-by-component array operations (@code{and}, @code{or},
9555 @code{xor}, @code{not}, and relational tests other than equality)
9556 are not implemented.
9557
9558 @item
9559 There are no record or array aggregates.
9560
9561 @item
9562 Calls to dispatching subprograms are not implemented.
9563
9564 @item
9565 The overloading algorithm is much more limited (i.e., less selective)
9566 than that of real Ada. It makes only limited use of the context in which a subexpression
9567 appears to resolve its meaning, and it is much looser in its rules for allowing
9568 type matches. As a result, some function calls will be ambiguous, and the user
9569 will be asked to choose the proper resolution.
9570
9571 @item
9572 The @code{new} operator is not implemented.
9573
9574 @item
9575 Entry calls are not implemented.
9576
9577 @item
9578 Aside from printing, arithmetic operations on the native VAX floating-point
9579 formats are not supported.
9580
9581 @item
9582 It is not possible to slice a packed array.
9583 @end itemize
9584
9585 @node Additions to Ada
9586 @subsubsection Additions to Ada
9587 @cindex Ada, deviations from
9588
9589 As it does for other languages, @value{GDBN} makes certain generic
9590 extensions to Ada (@pxref{Expressions}):
9591
9592 @itemize @bullet
9593 @item
9594 If the expression @var{E} is a variable residing in memory
9595 (typically a local variable or array element) and @var{N} is
9596 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9597 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9598 In Ada, this operator is generally not necessary, since its prime use
9599 is in displaying parts of an array, and slicing will usually do this in Ada.
9600 However, there are occasional uses when debugging programs
9601 in which certain debugging information has been optimized away.
9602
9603 @item
9604 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9605 in function or file @var{B}.'' When @var{B} is a file name, you must typically
9606 surround it in single quotes.
9607
9608 @item
9609 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9610 @var{type} that appears at address @var{addr}.''
9611
9612 @item
9613 A name starting with @samp{$} is a convenience variable
9614 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9615 @end itemize
9616
9617 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9618 to Ada:
9619
9620 @itemize @bullet
9621 @item
9622 The assignment statement is allowed as an expression, returning
9623 its right-hand operand as its value. Thus, you may enter
9624
9625 @smallexample
9626 set x := y + 3
9627 print A(tmp := y + 1)
9628 @end smallexample
9629
9630 @item
9631 The semicolon is allowed as an ``operator,'' returning as its value
9632 the value of its right-hand operand.
9633 This allows, for example,
9634 complex conditional breaks:
9635
9636 @smallexample
9637 break f
9638 condition 1 (report(i); k += 1; A(k) > 100)
9639 @end smallexample
9640
9641 @item
9642 Rather than use catenation and symbolic character names to introduce special
9643 characters into strings, one may instead use a special bracket notation,
9644 which is also used to print strings. A sequence of characters of the form
9645 @samp{["@var{XX}"]} within a string or character literal denotes the
9646 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
9647 sequence of characters @samp{["""]} also denotes a single quotation mark
9648 in strings. For example,
9649 @smallexample
9650 "One line.["0a"]Next line.["0a"]"
9651 @end smallexample
9652 @noindent
9653 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9654 period.
9655
9656 @item
9657 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9658 @t{'Max} is optional (and is ignored in any case). For example, it is valid
9659 to write
9660
9661 @smallexample
9662 print 'max(x, y)
9663 @end smallexample
9664
9665 @item
9666 When printing arrays, @value{GDBN} uses positional notation when the
9667 array has a lower bound of 1, and uses a modified named notation otherwise.
9668 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9669
9670 @smallexample
9671 (3 => 10, 17, 1)
9672 @end smallexample
9673
9674 @noindent
9675 That is, in contrast to valid Ada, only the first component has a @code{=>}
9676 clause.
9677
9678 @item
9679 You may abbreviate attributes in expressions with any unique,
9680 multi-character subsequence of
9681 their names (an exact match gets preference).
9682 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9683 in place of @t{a'length}.
9684
9685 @item
9686 @cindex quoting Ada internal identifiers
9687 Since Ada is case-insensitive, the debugger normally maps identifiers you type
9688 to lower case. The GNAT compiler uses upper-case characters for
9689 some of its internal identifiers, which are normally of no interest to users.
9690 For the rare occasions when you actually have to look at them,
9691 enclose them in angle brackets to avoid the lower-case mapping.
9692 For example,
9693 @smallexample
9694 @value{GDBP} print <JMPBUF_SAVE>[0]
9695 @end smallexample
9696
9697 @item
9698 Printing an object of class-wide type or dereferencing an
9699 access-to-class-wide value will display all the components of the object's
9700 specific type (as indicated by its run-time tag). Likewise, component
9701 selection on such a value will operate on the specific type of the
9702 object.
9703
9704 @end itemize
9705
9706 @node Stopping Before Main Program
9707 @subsubsection Stopping at the Very Beginning
9708
9709 @cindex breakpointing Ada elaboration code
9710 It is sometimes necessary to debug the program during elaboration, and
9711 before reaching the main procedure.
9712 As defined in the Ada Reference
9713 Manual, the elaboration code is invoked from a procedure called
9714 @code{adainit}. To run your program up to the beginning of
9715 elaboration, simply use the following two commands:
9716 @code{tbreak adainit} and @code{run}.
9717
9718 @node Ada Glitches
9719 @subsubsection Known Peculiarities of Ada Mode
9720 @cindex Ada, problems
9721
9722 Besides the omissions listed previously (@pxref{Omissions from Ada}),
9723 we know of several problems with and limitations of Ada mode in
9724 @value{GDBN},
9725 some of which will be fixed with planned future releases of the debugger
9726 and the GNU Ada compiler.
9727
9728 @itemize @bullet
9729 @item
9730 Currently, the debugger
9731 has insufficient information to determine whether certain pointers represent
9732 pointers to objects or the objects themselves.
9733 Thus, the user may have to tack an extra @code{.all} after an expression
9734 to get it printed properly.
9735
9736 @item
9737 Static constants that the compiler chooses not to materialize as objects in
9738 storage are invisible to the debugger.
9739
9740 @item
9741 Named parameter associations in function argument lists are ignored (the
9742 argument lists are treated as positional).
9743
9744 @item
9745 Many useful library packages are currently invisible to the debugger.
9746
9747 @item
9748 Fixed-point arithmetic, conversions, input, and output is carried out using
9749 floating-point arithmetic, and may give results that only approximate those on
9750 the host machine.
9751
9752 @item
9753 The type of the @t{'Address} attribute may not be @code{System.Address}.
9754
9755 @item
9756 The GNAT compiler never generates the prefix @code{Standard} for any of
9757 the standard symbols defined by the Ada language. @value{GDBN} knows about
9758 this: it will strip the prefix from names when you use it, and will never
9759 look for a name you have so qualified among local symbols, nor match against
9760 symbols in other packages or subprograms. If you have
9761 defined entities anywhere in your program other than parameters and
9762 local variables whose simple names match names in @code{Standard},
9763 GNAT's lack of qualification here can cause confusion. When this happens,
9764 you can usually resolve the confusion
9765 by qualifying the problematic names with package
9766 @code{Standard} explicitly.
9767 @end itemize
9768
9769 @node Unsupported languages
9770 @section Unsupported languages
9771
9772 @cindex unsupported languages
9773 @cindex minimal language
9774 In addition to the other fully-supported programming languages,
9775 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9776 It does not represent a real programming language, but provides a set
9777 of capabilities close to what the C or assembly languages provide.
9778 This should allow most simple operations to be performed while debugging
9779 an application that uses a language currently not supported by @value{GDBN}.
9780
9781 If the language is set to @code{auto}, @value{GDBN} will automatically
9782 select this language if the current frame corresponds to an unsupported
9783 language.
9784
9785 @node Symbols
9786 @chapter Examining the Symbol Table
9787
9788 The commands described in this chapter allow you to inquire about the
9789 symbols (names of variables, functions and types) defined in your
9790 program. This information is inherent in the text of your program and
9791 does not change as your program executes. @value{GDBN} finds it in your
9792 program's symbol table, in the file indicated when you started @value{GDBN}
9793 (@pxref{File Options, ,Choosing files}), or by one of the
9794 file-management commands (@pxref{Files, ,Commands to specify files}).
9795
9796 @cindex symbol names
9797 @cindex names of symbols
9798 @cindex quoting names
9799 Occasionally, you may need to refer to symbols that contain unusual
9800 characters, which @value{GDBN} ordinarily treats as word delimiters. The
9801 most frequent case is in referring to static variables in other
9802 source files (@pxref{Variables,,Program variables}). File names
9803 are recorded in object files as debugging symbols, but @value{GDBN} would
9804 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9805 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9806 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9807
9808 @smallexample
9809 p 'foo.c'::x
9810 @end smallexample
9811
9812 @noindent
9813 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9814
9815 @table @code
9816 @cindex case-insensitive symbol names
9817 @cindex case sensitivity in symbol names
9818 @kindex set case-sensitive
9819 @item set case-sensitive on
9820 @itemx set case-sensitive off
9821 @itemx set case-sensitive auto
9822 Normally, when @value{GDBN} looks up symbols, it matches their names
9823 with case sensitivity determined by the current source language.
9824 Occasionally, you may wish to control that. The command @code{set
9825 case-sensitive} lets you do that by specifying @code{on} for
9826 case-sensitive matches or @code{off} for case-insensitive ones. If
9827 you specify @code{auto}, case sensitivity is reset to the default
9828 suitable for the source language. The default is case-sensitive
9829 matches for all languages except for Fortran, for which the default is
9830 case-insensitive matches.
9831
9832 @kindex show case-sensitive
9833 @item show case-sensitive
9834 This command shows the current setting of case sensitivity for symbols
9835 lookups.
9836
9837 @kindex info address
9838 @cindex address of a symbol
9839 @item info address @var{symbol}
9840 Describe where the data for @var{symbol} is stored. For a register
9841 variable, this says which register it is kept in. For a non-register
9842 local variable, this prints the stack-frame offset at which the variable
9843 is always stored.
9844
9845 Note the contrast with @samp{print &@var{symbol}}, which does not work
9846 at all for a register variable, and for a stack local variable prints
9847 the exact address of the current instantiation of the variable.
9848
9849 @kindex info symbol
9850 @cindex symbol from address
9851 @cindex closest symbol and offset for an address
9852 @item info symbol @var{addr}
9853 Print the name of a symbol which is stored at the address @var{addr}.
9854 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9855 nearest symbol and an offset from it:
9856
9857 @smallexample
9858 (@value{GDBP}) info symbol 0x54320
9859 _initialize_vx + 396 in section .text
9860 @end smallexample
9861
9862 @noindent
9863 This is the opposite of the @code{info address} command. You can use
9864 it to find out the name of a variable or a function given its address.
9865
9866 @kindex whatis
9867 @item whatis @var{expr}
9868 Print the data type of expression @var{expr}. @var{expr} is not
9869 actually evaluated, and any side-effecting operations (such as
9870 assignments or function calls) inside it do not take place.
9871 @xref{Expressions, ,Expressions}.
9872
9873 @item whatis
9874 Print the data type of @code{$}, the last value in the value history.
9875
9876 @kindex ptype
9877 @item ptype @var{typename}
9878 Print a description of data type @var{typename}. @var{typename} may be
9879 the name of a type, or for C code it may have the form @samp{class
9880 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9881 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9882
9883 @item ptype @var{expr}
9884 @itemx ptype
9885 Print a description of the type of expression @var{expr}. @code{ptype}
9886 differs from @code{whatis} by printing a detailed description, instead
9887 of just the name of the type.
9888
9889 For example, for this variable declaration:
9890
9891 @smallexample
9892 struct complex @{double real; double imag;@} v;
9893 @end smallexample
9894
9895 @noindent
9896 the two commands give this output:
9897
9898 @smallexample
9899 @group
9900 (@value{GDBP}) whatis v
9901 type = struct complex
9902 (@value{GDBP}) ptype v
9903 type = struct complex @{
9904 double real;
9905 double imag;
9906 @}
9907 @end group
9908 @end smallexample
9909
9910 @noindent
9911 As with @code{whatis}, using @code{ptype} without an argument refers to
9912 the type of @code{$}, the last value in the value history.
9913
9914 @kindex info types
9915 @item info types @var{regexp}
9916 @itemx info types
9917 Print a brief description of all types whose names match the regular
9918 expression @var{regexp} (or all types in your program, if you supply
9919 no argument). Each complete typename is matched as though it were a
9920 complete line; thus, @samp{i type value} gives information on all
9921 types in your program whose names include the string @code{value}, but
9922 @samp{i type ^value$} gives information only on types whose complete
9923 name is @code{value}.
9924
9925 This command differs from @code{ptype} in two ways: first, like
9926 @code{whatis}, it does not print a detailed description; second, it
9927 lists all source files where a type is defined.
9928
9929 @kindex info scope
9930 @cindex local variables
9931 @item info scope @var{location}
9932 List all the variables local to a particular scope. This command
9933 accepts a @var{location} argument---a function name, a source line, or
9934 an address preceded by a @samp{*}, and prints all the variables local
9935 to the scope defined by that location. For example:
9936
9937 @smallexample
9938 (@value{GDBP}) @b{info scope command_line_handler}
9939 Scope for command_line_handler:
9940 Symbol rl is an argument at stack/frame offset 8, length 4.
9941 Symbol linebuffer is in static storage at address 0x150a18, length 4.
9942 Symbol linelength is in static storage at address 0x150a1c, length 4.
9943 Symbol p is a local variable in register $esi, length 4.
9944 Symbol p1 is a local variable in register $ebx, length 4.
9945 Symbol nline is a local variable in register $edx, length 4.
9946 Symbol repeat is a local variable at frame offset -8, length 4.
9947 @end smallexample
9948
9949 @noindent
9950 This command is especially useful for determining what data to collect
9951 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9952 collect}.
9953
9954 @kindex info source
9955 @item info source
9956 Show information about the current source file---that is, the source file for
9957 the function containing the current point of execution:
9958 @itemize @bullet
9959 @item
9960 the name of the source file, and the directory containing it,
9961 @item
9962 the directory it was compiled in,
9963 @item
9964 its length, in lines,
9965 @item
9966 which programming language it is written in,
9967 @item
9968 whether the executable includes debugging information for that file, and
9969 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9970 @item
9971 whether the debugging information includes information about
9972 preprocessor macros.
9973 @end itemize
9974
9975
9976 @kindex info sources
9977 @item info sources
9978 Print the names of all source files in your program for which there is
9979 debugging information, organized into two lists: files whose symbols
9980 have already been read, and files whose symbols will be read when needed.
9981
9982 @kindex info functions
9983 @item info functions
9984 Print the names and data types of all defined functions.
9985
9986 @item info functions @var{regexp}
9987 Print the names and data types of all defined functions
9988 whose names contain a match for regular expression @var{regexp}.
9989 Thus, @samp{info fun step} finds all functions whose names
9990 include @code{step}; @samp{info fun ^step} finds those whose names
9991 start with @code{step}. If a function name contains characters
9992 that conflict with the regular expression language (eg.
9993 @samp{operator*()}), they may be quoted with a backslash.
9994
9995 @kindex info variables
9996 @item info variables
9997 Print the names and data types of all variables that are declared
9998 outside of functions (i.e.@: excluding local variables).
9999
10000 @item info variables @var{regexp}
10001 Print the names and data types of all variables (except for local
10002 variables) whose names contain a match for regular expression
10003 @var{regexp}.
10004
10005 @kindex info classes
10006 @cindex Objective-C, classes and selectors
10007 @item info classes
10008 @itemx info classes @var{regexp}
10009 Display all Objective-C classes in your program, or
10010 (with the @var{regexp} argument) all those matching a particular regular
10011 expression.
10012
10013 @kindex info selectors
10014 @item info selectors
10015 @itemx info selectors @var{regexp}
10016 Display all Objective-C selectors in your program, or
10017 (with the @var{regexp} argument) all those matching a particular regular
10018 expression.
10019
10020 @ignore
10021 This was never implemented.
10022 @kindex info methods
10023 @item info methods
10024 @itemx info methods @var{regexp}
10025 The @code{info methods} command permits the user to examine all defined
10026 methods within C@t{++} program, or (with the @var{regexp} argument) a
10027 specific set of methods found in the various C@t{++} classes. Many
10028 C@t{++} classes provide a large number of methods. Thus, the output
10029 from the @code{ptype} command can be overwhelming and hard to use. The
10030 @code{info-methods} command filters the methods, printing only those
10031 which match the regular-expression @var{regexp}.
10032 @end ignore
10033
10034 @cindex reloading symbols
10035 Some systems allow individual object files that make up your program to
10036 be replaced without stopping and restarting your program. For example,
10037 in VxWorks you can simply recompile a defective object file and keep on
10038 running. If you are running on one of these systems, you can allow
10039 @value{GDBN} to reload the symbols for automatically relinked modules:
10040
10041 @table @code
10042 @kindex set symbol-reloading
10043 @item set symbol-reloading on
10044 Replace symbol definitions for the corresponding source file when an
10045 object file with a particular name is seen again.
10046
10047 @item set symbol-reloading off
10048 Do not replace symbol definitions when encountering object files of the
10049 same name more than once. This is the default state; if you are not
10050 running on a system that permits automatic relinking of modules, you
10051 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10052 may discard symbols when linking large programs, that may contain
10053 several modules (from different directories or libraries) with the same
10054 name.
10055
10056 @kindex show symbol-reloading
10057 @item show symbol-reloading
10058 Show the current @code{on} or @code{off} setting.
10059 @end table
10060
10061 @cindex opaque data types
10062 @kindex set opaque-type-resolution
10063 @item set opaque-type-resolution on
10064 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10065 declared as a pointer to a @code{struct}, @code{class}, or
10066 @code{union}---for example, @code{struct MyType *}---that is used in one
10067 source file although the full declaration of @code{struct MyType} is in
10068 another source file. The default is on.
10069
10070 A change in the setting of this subcommand will not take effect until
10071 the next time symbols for a file are loaded.
10072
10073 @item set opaque-type-resolution off
10074 Tell @value{GDBN} not to resolve opaque types. In this case, the type
10075 is printed as follows:
10076 @smallexample
10077 @{<no data fields>@}
10078 @end smallexample
10079
10080 @kindex show opaque-type-resolution
10081 @item show opaque-type-resolution
10082 Show whether opaque types are resolved or not.
10083
10084 @kindex maint print symbols
10085 @cindex symbol dump
10086 @kindex maint print psymbols
10087 @cindex partial symbol dump
10088 @item maint print symbols @var{filename}
10089 @itemx maint print psymbols @var{filename}
10090 @itemx maint print msymbols @var{filename}
10091 Write a dump of debugging symbol data into the file @var{filename}.
10092 These commands are used to debug the @value{GDBN} symbol-reading code. Only
10093 symbols with debugging data are included. If you use @samp{maint print
10094 symbols}, @value{GDBN} includes all the symbols for which it has already
10095 collected full details: that is, @var{filename} reflects symbols for
10096 only those files whose symbols @value{GDBN} has read. You can use the
10097 command @code{info sources} to find out which files these are. If you
10098 use @samp{maint print psymbols} instead, the dump shows information about
10099 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10100 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10101 @samp{maint print msymbols} dumps just the minimal symbol information
10102 required for each object file from which @value{GDBN} has read some symbols.
10103 @xref{Files, ,Commands to specify files}, for a discussion of how
10104 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10105
10106 @kindex maint info symtabs
10107 @kindex maint info psymtabs
10108 @cindex listing @value{GDBN}'s internal symbol tables
10109 @cindex symbol tables, listing @value{GDBN}'s internal
10110 @cindex full symbol tables, listing @value{GDBN}'s internal
10111 @cindex partial symbol tables, listing @value{GDBN}'s internal
10112 @item maint info symtabs @r{[} @var{regexp} @r{]}
10113 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10114
10115 List the @code{struct symtab} or @code{struct partial_symtab}
10116 structures whose names match @var{regexp}. If @var{regexp} is not
10117 given, list them all. The output includes expressions which you can
10118 copy into a @value{GDBN} debugging this one to examine a particular
10119 structure in more detail. For example:
10120
10121 @smallexample
10122 (@value{GDBP}) maint info psymtabs dwarf2read
10123 @{ objfile /home/gnu/build/gdb/gdb
10124 ((struct objfile *) 0x82e69d0)
10125 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10126 ((struct partial_symtab *) 0x8474b10)
10127 readin no
10128 fullname (null)
10129 text addresses 0x814d3c8 -- 0x8158074
10130 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10131 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10132 dependencies (none)
10133 @}
10134 @}
10135 (@value{GDBP}) maint info symtabs
10136 (@value{GDBP})
10137 @end smallexample
10138 @noindent
10139 We see that there is one partial symbol table whose filename contains
10140 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10141 and we see that @value{GDBN} has not read in any symtabs yet at all.
10142 If we set a breakpoint on a function, that will cause @value{GDBN} to
10143 read the symtab for the compilation unit containing that function:
10144
10145 @smallexample
10146 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10147 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10148 line 1574.
10149 (@value{GDBP}) maint info symtabs
10150 @{ objfile /home/gnu/build/gdb/gdb
10151 ((struct objfile *) 0x82e69d0)
10152 @{ symtab /home/gnu/src/gdb/dwarf2read.c
10153 ((struct symtab *) 0x86c1f38)
10154 dirname (null)
10155 fullname (null)
10156 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10157 debugformat DWARF 2
10158 @}
10159 @}
10160 (@value{GDBP})
10161 @end smallexample
10162 @end table
10163
10164
10165 @node Altering
10166 @chapter Altering Execution
10167
10168 Once you think you have found an error in your program, you might want to
10169 find out for certain whether correcting the apparent error would lead to
10170 correct results in the rest of the run. You can find the answer by
10171 experiment, using the @value{GDBN} features for altering execution of the
10172 program.
10173
10174 For example, you can store new values into variables or memory
10175 locations, give your program a signal, restart it at a different
10176 address, or even return prematurely from a function.
10177
10178 @menu
10179 * Assignment:: Assignment to variables
10180 * Jumping:: Continuing at a different address
10181 * Signaling:: Giving your program a signal
10182 * Returning:: Returning from a function
10183 * Calling:: Calling your program's functions
10184 * Patching:: Patching your program
10185 @end menu
10186
10187 @node Assignment
10188 @section Assignment to variables
10189
10190 @cindex assignment
10191 @cindex setting variables
10192 To alter the value of a variable, evaluate an assignment expression.
10193 @xref{Expressions, ,Expressions}. For example,
10194
10195 @smallexample
10196 print x=4
10197 @end smallexample
10198
10199 @noindent
10200 stores the value 4 into the variable @code{x}, and then prints the
10201 value of the assignment expression (which is 4).
10202 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10203 information on operators in supported languages.
10204
10205 @kindex set variable
10206 @cindex variables, setting
10207 If you are not interested in seeing the value of the assignment, use the
10208 @code{set} command instead of the @code{print} command. @code{set} is
10209 really the same as @code{print} except that the expression's value is
10210 not printed and is not put in the value history (@pxref{Value History,
10211 ,Value history}). The expression is evaluated only for its effects.
10212
10213 If the beginning of the argument string of the @code{set} command
10214 appears identical to a @code{set} subcommand, use the @code{set
10215 variable} command instead of just @code{set}. This command is identical
10216 to @code{set} except for its lack of subcommands. For example, if your
10217 program has a variable @code{width}, you get an error if you try to set
10218 a new value with just @samp{set width=13}, because @value{GDBN} has the
10219 command @code{set width}:
10220
10221 @smallexample
10222 (@value{GDBP}) whatis width
10223 type = double
10224 (@value{GDBP}) p width
10225 $4 = 13
10226 (@value{GDBP}) set width=47
10227 Invalid syntax in expression.
10228 @end smallexample
10229
10230 @noindent
10231 The invalid expression, of course, is @samp{=47}. In
10232 order to actually set the program's variable @code{width}, use
10233
10234 @smallexample
10235 (@value{GDBP}) set var width=47
10236 @end smallexample
10237
10238 Because the @code{set} command has many subcommands that can conflict
10239 with the names of program variables, it is a good idea to use the
10240 @code{set variable} command instead of just @code{set}. For example, if
10241 your program has a variable @code{g}, you run into problems if you try
10242 to set a new value with just @samp{set g=4}, because @value{GDBN} has
10243 the command @code{set gnutarget}, abbreviated @code{set g}:
10244
10245 @smallexample
10246 @group
10247 (@value{GDBP}) whatis g
10248 type = double
10249 (@value{GDBP}) p g
10250 $1 = 1
10251 (@value{GDBP}) set g=4
10252 (@value{GDBP}) p g
10253 $2 = 1
10254 (@value{GDBP}) r
10255 The program being debugged has been started already.
10256 Start it from the beginning? (y or n) y
10257 Starting program: /home/smith/cc_progs/a.out
10258 "/home/smith/cc_progs/a.out": can't open to read symbols:
10259 Invalid bfd target.
10260 (@value{GDBP}) show g
10261 The current BFD target is "=4".
10262 @end group
10263 @end smallexample
10264
10265 @noindent
10266 The program variable @code{g} did not change, and you silently set the
10267 @code{gnutarget} to an invalid value. In order to set the variable
10268 @code{g}, use
10269
10270 @smallexample
10271 (@value{GDBP}) set var g=4
10272 @end smallexample
10273
10274 @value{GDBN} allows more implicit conversions in assignments than C; you can
10275 freely store an integer value into a pointer variable or vice versa,
10276 and you can convert any structure to any other structure that is the
10277 same length or shorter.
10278 @comment FIXME: how do structs align/pad in these conversions?
10279 @comment /doc@cygnus.com 18dec1990
10280
10281 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10282 construct to generate a value of specified type at a specified address
10283 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10284 to memory location @code{0x83040} as an integer (which implies a certain size
10285 and representation in memory), and
10286
10287 @smallexample
10288 set @{int@}0x83040 = 4
10289 @end smallexample
10290
10291 @noindent
10292 stores the value 4 into that memory location.
10293
10294 @node Jumping
10295 @section Continuing at a different address
10296
10297 Ordinarily, when you continue your program, you do so at the place where
10298 it stopped, with the @code{continue} command. You can instead continue at
10299 an address of your own choosing, with the following commands:
10300
10301 @table @code
10302 @kindex jump
10303 @item jump @var{linespec}
10304 Resume execution at line @var{linespec}. Execution stops again
10305 immediately if there is a breakpoint there. @xref{List, ,Printing
10306 source lines}, for a description of the different forms of
10307 @var{linespec}. It is common practice to use the @code{tbreak} command
10308 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10309 breakpoints}.
10310
10311 The @code{jump} command does not change the current stack frame, or
10312 the stack pointer, or the contents of any memory location or any
10313 register other than the program counter. If line @var{linespec} is in
10314 a different function from the one currently executing, the results may
10315 be bizarre if the two functions expect different patterns of arguments or
10316 of local variables. For this reason, the @code{jump} command requests
10317 confirmation if the specified line is not in the function currently
10318 executing. However, even bizarre results are predictable if you are
10319 well acquainted with the machine-language code of your program.
10320
10321 @item jump *@var{address}
10322 Resume execution at the instruction at address @var{address}.
10323 @end table
10324
10325 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
10326 On many systems, you can get much the same effect as the @code{jump}
10327 command by storing a new value into the register @code{$pc}. The
10328 difference is that this does not start your program running; it only
10329 changes the address of where it @emph{will} run when you continue. For
10330 example,
10331
10332 @smallexample
10333 set $pc = 0x485
10334 @end smallexample
10335
10336 @noindent
10337 makes the next @code{continue} command or stepping command execute at
10338 address @code{0x485}, rather than at the address where your program stopped.
10339 @xref{Continuing and Stepping, ,Continuing and stepping}.
10340
10341 The most common occasion to use the @code{jump} command is to back
10342 up---perhaps with more breakpoints set---over a portion of a program
10343 that has already executed, in order to examine its execution in more
10344 detail.
10345
10346 @c @group
10347 @node Signaling
10348 @section Giving your program a signal
10349 @cindex deliver a signal to a program
10350
10351 @table @code
10352 @kindex signal
10353 @item signal @var{signal}
10354 Resume execution where your program stopped, but immediately give it the
10355 signal @var{signal}. @var{signal} can be the name or the number of a
10356 signal. For example, on many systems @code{signal 2} and @code{signal
10357 SIGINT} are both ways of sending an interrupt signal.
10358
10359 Alternatively, if @var{signal} is zero, continue execution without
10360 giving a signal. This is useful when your program stopped on account of
10361 a signal and would ordinary see the signal when resumed with the
10362 @code{continue} command; @samp{signal 0} causes it to resume without a
10363 signal.
10364
10365 @code{signal} does not repeat when you press @key{RET} a second time
10366 after executing the command.
10367 @end table
10368 @c @end group
10369
10370 Invoking the @code{signal} command is not the same as invoking the
10371 @code{kill} utility from the shell. Sending a signal with @code{kill}
10372 causes @value{GDBN} to decide what to do with the signal depending on
10373 the signal handling tables (@pxref{Signals}). The @code{signal} command
10374 passes the signal directly to your program.
10375
10376
10377 @node Returning
10378 @section Returning from a function
10379
10380 @table @code
10381 @cindex returning from a function
10382 @kindex return
10383 @item return
10384 @itemx return @var{expression}
10385 You can cancel execution of a function call with the @code{return}
10386 command. If you give an
10387 @var{expression} argument, its value is used as the function's return
10388 value.
10389 @end table
10390
10391 When you use @code{return}, @value{GDBN} discards the selected stack frame
10392 (and all frames within it). You can think of this as making the
10393 discarded frame return prematurely. If you wish to specify a value to
10394 be returned, give that value as the argument to @code{return}.
10395
10396 This pops the selected stack frame (@pxref{Selection, ,Selecting a
10397 frame}), and any other frames inside of it, leaving its caller as the
10398 innermost remaining frame. That frame becomes selected. The
10399 specified value is stored in the registers used for returning values
10400 of functions.
10401
10402 The @code{return} command does not resume execution; it leaves the
10403 program stopped in the state that would exist if the function had just
10404 returned. In contrast, the @code{finish} command (@pxref{Continuing
10405 and Stepping, ,Continuing and stepping}) resumes execution until the
10406 selected stack frame returns naturally.
10407
10408 @node Calling
10409 @section Calling program functions
10410
10411 @table @code
10412 @cindex calling functions
10413 @cindex inferior functions, calling
10414 @item print @var{expr}
10415 Evaluate the expression @var{expr} and display the resuling value.
10416 @var{expr} may include calls to functions in the program being
10417 debugged.
10418
10419 @kindex call
10420 @item call @var{expr}
10421 Evaluate the expression @var{expr} without displaying @code{void}
10422 returned values.
10423
10424 You can use this variant of the @code{print} command if you want to
10425 execute a function from your program that does not return anything
10426 (a.k.a.@: @dfn{a void function}), but without cluttering the output
10427 with @code{void} returned values that @value{GDBN} will otherwise
10428 print. If the result is not void, it is printed and saved in the
10429 value history.
10430 @end table
10431
10432 It is possible for the function you call via the @code{print} or
10433 @code{call} command to generate a signal (e.g., if there's a bug in
10434 the function, or if you passed it incorrect arguments). What happens
10435 in that case is controlled by the @code{set unwindonsignal} command.
10436
10437 @table @code
10438 @item set unwindonsignal
10439 @kindex set unwindonsignal
10440 @cindex unwind stack in called functions
10441 @cindex call dummy stack unwinding
10442 Set unwinding of the stack if a signal is received while in a function
10443 that @value{GDBN} called in the program being debugged. If set to on,
10444 @value{GDBN} unwinds the stack it created for the call and restores
10445 the context to what it was before the call. If set to off (the
10446 default), @value{GDBN} stops in the frame where the signal was
10447 received.
10448
10449 @item show unwindonsignal
10450 @kindex show unwindonsignal
10451 Show the current setting of stack unwinding in the functions called by
10452 @value{GDBN}.
10453 @end table
10454
10455 @cindex weak alias functions
10456 Sometimes, a function you wish to call is actually a @dfn{weak alias}
10457 for another function. In such case, @value{GDBN} might not pick up
10458 the type information, including the types of the function arguments,
10459 which causes @value{GDBN} to call the inferior function incorrectly.
10460 As a result, the called function will function erroneously and may
10461 even crash. A solution to that is to use the name of the aliased
10462 function instead.
10463
10464 @node Patching
10465 @section Patching programs
10466
10467 @cindex patching binaries
10468 @cindex writing into executables
10469 @cindex writing into corefiles
10470
10471 By default, @value{GDBN} opens the file containing your program's
10472 executable code (or the corefile) read-only. This prevents accidental
10473 alterations to machine code; but it also prevents you from intentionally
10474 patching your program's binary.
10475
10476 If you'd like to be able to patch the binary, you can specify that
10477 explicitly with the @code{set write} command. For example, you might
10478 want to turn on internal debugging flags, or even to make emergency
10479 repairs.
10480
10481 @table @code
10482 @kindex set write
10483 @item set write on
10484 @itemx set write off
10485 If you specify @samp{set write on}, @value{GDBN} opens executable and
10486 core files for both reading and writing; if you specify @samp{set write
10487 off} (the default), @value{GDBN} opens them read-only.
10488
10489 If you have already loaded a file, you must load it again (using the
10490 @code{exec-file} or @code{core-file} command) after changing @code{set
10491 write}, for your new setting to take effect.
10492
10493 @item show write
10494 @kindex show write
10495 Display whether executable files and core files are opened for writing
10496 as well as reading.
10497 @end table
10498
10499 @node GDB Files
10500 @chapter @value{GDBN} Files
10501
10502 @value{GDBN} needs to know the file name of the program to be debugged,
10503 both in order to read its symbol table and in order to start your
10504 program. To debug a core dump of a previous run, you must also tell
10505 @value{GDBN} the name of the core dump file.
10506
10507 @menu
10508 * Files:: Commands to specify files
10509 * Separate Debug Files:: Debugging information in separate files
10510 * Symbol Errors:: Errors reading symbol files
10511 @end menu
10512
10513 @node Files
10514 @section Commands to specify files
10515
10516 @cindex symbol table
10517 @cindex core dump file
10518
10519 You may want to specify executable and core dump file names. The usual
10520 way to do this is at start-up time, using the arguments to
10521 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10522 Out of @value{GDBN}}).
10523
10524 Occasionally it is necessary to change to a different file during a
10525 @value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10526 a file you want to use. In these situations the @value{GDBN} commands
10527 to specify new files are useful.
10528
10529 @table @code
10530 @cindex executable file
10531 @kindex file
10532 @item file @var{filename}
10533 Use @var{filename} as the program to be debugged. It is read for its
10534 symbols and for the contents of pure memory. It is also the program
10535 executed when you use the @code{run} command. If you do not specify a
10536 directory and the file is not found in the @value{GDBN} working directory,
10537 @value{GDBN} uses the environment variable @code{PATH} as a list of
10538 directories to search, just as the shell does when looking for a program
10539 to run. You can change the value of this variable, for both @value{GDBN}
10540 and your program, using the @code{path} command.
10541
10542 On systems with memory-mapped files, an auxiliary file named
10543 @file{@var{filename}.syms} may hold symbol table information for
10544 @var{filename}. If so, @value{GDBN} maps in the symbol table from
10545 @file{@var{filename}.syms}, starting up more quickly. See the
10546 descriptions of the file options @samp{-mapped} and @samp{-readnow}
10547 (available on the command line, see @ref{File Options, , -readnow},
10548 and with the commands @code{file}, @code{symbol-file}, or
10549 @code{add-symbol-file}, described below), for more information.
10550
10551 @item file
10552 @code{file} with no argument makes @value{GDBN} discard any information it
10553 has on both executable file and the symbol table.
10554
10555 @kindex exec-file
10556 @item exec-file @r{[} @var{filename} @r{]}
10557 Specify that the program to be run (but not the symbol table) is found
10558 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10559 if necessary to locate your program. Omitting @var{filename} means to
10560 discard information on the executable file.
10561
10562 @kindex symbol-file
10563 @item symbol-file @r{[} @var{filename} @r{]}
10564 Read symbol table information from file @var{filename}. @code{PATH} is
10565 searched when necessary. Use the @code{file} command to get both symbol
10566 table and program to run from the same file.
10567
10568 @code{symbol-file} with no argument clears out @value{GDBN} information on your
10569 program's symbol table.
10570
10571 The @code{symbol-file} command causes @value{GDBN} to forget the contents
10572 of its convenience variables, the value history, and all breakpoints and
10573 auto-display expressions. This is because they may contain pointers to
10574 the internal data recording symbols and data types, which are part of
10575 the old symbol table data being discarded inside @value{GDBN}.
10576
10577 @code{symbol-file} does not repeat if you press @key{RET} again after
10578 executing it once.
10579
10580 When @value{GDBN} is configured for a particular environment, it
10581 understands debugging information in whatever format is the standard
10582 generated for that environment; you may use either a @sc{gnu} compiler, or
10583 other compilers that adhere to the local conventions.
10584 Best results are usually obtained from @sc{gnu} compilers; for example,
10585 using @code{@value{GCC}} you can generate debugging information for
10586 optimized code.
10587
10588 For most kinds of object files, with the exception of old SVR3 systems
10589 using COFF, the @code{symbol-file} command does not normally read the
10590 symbol table in full right away. Instead, it scans the symbol table
10591 quickly to find which source files and which symbols are present. The
10592 details are read later, one source file at a time, as they are needed.
10593
10594 The purpose of this two-stage reading strategy is to make @value{GDBN}
10595 start up faster. For the most part, it is invisible except for
10596 occasional pauses while the symbol table details for a particular source
10597 file are being read. (The @code{set verbose} command can turn these
10598 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10599 warnings and messages}.)
10600
10601 We have not implemented the two-stage strategy for COFF yet. When the
10602 symbol table is stored in COFF format, @code{symbol-file} reads the
10603 symbol table data in full right away. Note that ``stabs-in-COFF''
10604 still does the two-stage strategy, since the debug info is actually
10605 in stabs format.
10606
10607 @kindex readnow
10608 @cindex reading symbols immediately
10609 @cindex symbols, reading immediately
10610 @kindex mapped
10611 @cindex memory-mapped symbol file
10612 @cindex saving symbol table
10613 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10614 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10615 You can override the @value{GDBN} two-stage strategy for reading symbol
10616 tables by using the @samp{-readnow} option with any of the commands that
10617 load symbol table information, if you want to be sure @value{GDBN} has the
10618 entire symbol table available.
10619
10620 If memory-mapped files are available on your system through the
10621 @code{mmap} system call, you can use another option, @samp{-mapped}, to
10622 cause @value{GDBN} to write the symbols for your program into a reusable
10623 file. Future @value{GDBN} debugging sessions map in symbol information
10624 from this auxiliary symbol file (if the program has not changed), rather
10625 than spending time reading the symbol table from the executable
10626 program. Using the @samp{-mapped} option has the same effect as
10627 starting @value{GDBN} with the @samp{-mapped} command-line option.
10628
10629 You can use both options together, to make sure the auxiliary symbol
10630 file has all the symbol information for your program.
10631
10632 The auxiliary symbol file for a program called @var{myprog} is called
10633 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10634 than the corresponding executable), @value{GDBN} always attempts to use
10635 it when you debug @var{myprog}; no special options or commands are
10636 needed.
10637
10638 The @file{.syms} file is specific to the host machine where you run
10639 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
10640 symbol table. It cannot be shared across multiple host platforms.
10641
10642 @c FIXME: for now no mention of directories, since this seems to be in
10643 @c flux. 13mar1992 status is that in theory GDB would look either in
10644 @c current dir or in same dir as myprog; but issues like competing
10645 @c GDB's, or clutter in system dirs, mean that in practice right now
10646 @c only current dir is used. FFish says maybe a special GDB hierarchy
10647 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10648 @c files.
10649
10650 @kindex core-file
10651 @item core-file @r{[}@var{filename}@r{]}
10652 @itemx core
10653 Specify the whereabouts of a core dump file to be used as the ``contents
10654 of memory''. Traditionally, core files contain only some parts of the
10655 address space of the process that generated them; @value{GDBN} can access the
10656 executable file itself for other parts.
10657
10658 @code{core-file} with no argument specifies that no core file is
10659 to be used.
10660
10661 Note that the core file is ignored when your program is actually running
10662 under @value{GDBN}. So, if you have been running your program and you
10663 wish to debug a core file instead, you must kill the subprocess in which
10664 the program is running. To do this, use the @code{kill} command
10665 (@pxref{Kill Process, ,Killing the child process}).
10666
10667 @kindex add-symbol-file
10668 @cindex dynamic linking
10669 @item add-symbol-file @var{filename} @var{address}
10670 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10671 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
10672 The @code{add-symbol-file} command reads additional symbol table
10673 information from the file @var{filename}. You would use this command
10674 when @var{filename} has been dynamically loaded (by some other means)
10675 into the program that is running. @var{address} should be the memory
10676 address at which the file has been loaded; @value{GDBN} cannot figure
10677 this out for itself. You can additionally specify an arbitrary number
10678 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10679 section name and base address for that section. You can specify any
10680 @var{address} as an expression.
10681
10682 The symbol table of the file @var{filename} is added to the symbol table
10683 originally read with the @code{symbol-file} command. You can use the
10684 @code{add-symbol-file} command any number of times; the new symbol data
10685 thus read keeps adding to the old. To discard all old symbol data
10686 instead, use the @code{symbol-file} command without any arguments.
10687
10688 @cindex relocatable object files, reading symbols from
10689 @cindex object files, relocatable, reading symbols from
10690 @cindex reading symbols from relocatable object files
10691 @cindex symbols, reading from relocatable object files
10692 @cindex @file{.o} files, reading symbols from
10693 Although @var{filename} is typically a shared library file, an
10694 executable file, or some other object file which has been fully
10695 relocated for loading into a process, you can also load symbolic
10696 information from relocatable @file{.o} files, as long as:
10697
10698 @itemize @bullet
10699 @item
10700 the file's symbolic information refers only to linker symbols defined in
10701 that file, not to symbols defined by other object files,
10702 @item
10703 every section the file's symbolic information refers to has actually
10704 been loaded into the inferior, as it appears in the file, and
10705 @item
10706 you can determine the address at which every section was loaded, and
10707 provide these to the @code{add-symbol-file} command.
10708 @end itemize
10709
10710 @noindent
10711 Some embedded operating systems, like Sun Chorus and VxWorks, can load
10712 relocatable files into an already running program; such systems
10713 typically make the requirements above easy to meet. However, it's
10714 important to recognize that many native systems use complex link
10715 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
10716 assembly, for example) that make the requirements difficult to meet. In
10717 general, one cannot assume that using @code{add-symbol-file} to read a
10718 relocatable object file's symbolic information will have the same effect
10719 as linking the relocatable object file into the program in the normal
10720 way.
10721
10722 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10723
10724 You can use the @samp{-mapped} and @samp{-readnow} options just as with
10725 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10726 table information for @var{filename}.
10727
10728 @kindex add-symbol-file-from-memory
10729 @cindex @code{syscall DSO}
10730 @cindex load symbols from memory
10731 @item add-symbol-file-from-memory @var{address}
10732 Load symbols from the given @var{address} in a dynamically loaded
10733 object file whose image is mapped directly into the inferior's memory.
10734 For example, the Linux kernel maps a @code{syscall DSO} into each
10735 process's address space; this DSO provides kernel-specific code for
10736 some system calls. The argument can be any expression whose
10737 evaluation yields the address of the file's shared object file header.
10738 For this command to work, you must have used @code{symbol-file} or
10739 @code{exec-file} commands in advance.
10740
10741 @kindex add-shared-symbol-files
10742 @kindex assf
10743 @item add-shared-symbol-files @var{library-file}
10744 @itemx assf @var{library-file}
10745 The @code{add-shared-symbol-files} command can currently be used only
10746 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10747 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10748 @value{GDBN} automatically looks for shared libraries, however if
10749 @value{GDBN} does not find yours, you can invoke
10750 @code{add-shared-symbol-files}. It takes one argument: the shared
10751 library's file name. @code{assf} is a shorthand alias for
10752 @code{add-shared-symbol-files}.
10753
10754 @kindex section
10755 @item section @var{section} @var{addr}
10756 The @code{section} command changes the base address of the named
10757 @var{section} of the exec file to @var{addr}. This can be used if the
10758 exec file does not contain section addresses, (such as in the
10759 @code{a.out} format), or when the addresses specified in the file
10760 itself are wrong. Each section must be changed separately. The
10761 @code{info files} command, described below, lists all the sections and
10762 their addresses.
10763
10764 @kindex info files
10765 @kindex info target
10766 @item info files
10767 @itemx info target
10768 @code{info files} and @code{info target} are synonymous; both print the
10769 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10770 including the names of the executable and core dump files currently in
10771 use by @value{GDBN}, and the files from which symbols were loaded. The
10772 command @code{help target} lists all possible targets rather than
10773 current ones.
10774
10775 @kindex maint info sections
10776 @item maint info sections
10777 Another command that can give you extra information about program sections
10778 is @code{maint info sections}. In addition to the section information
10779 displayed by @code{info files}, this command displays the flags and file
10780 offset of each section in the executable and core dump files. In addition,
10781 @code{maint info sections} provides the following command options (which
10782 may be arbitrarily combined):
10783
10784 @table @code
10785 @item ALLOBJ
10786 Display sections for all loaded object files, including shared libraries.
10787 @item @var{sections}
10788 Display info only for named @var{sections}.
10789 @item @var{section-flags}
10790 Display info only for sections for which @var{section-flags} are true.
10791 The section flags that @value{GDBN} currently knows about are:
10792 @table @code
10793 @item ALLOC
10794 Section will have space allocated in the process when loaded.
10795 Set for all sections except those containing debug information.
10796 @item LOAD
10797 Section will be loaded from the file into the child process memory.
10798 Set for pre-initialized code and data, clear for @code{.bss} sections.
10799 @item RELOC
10800 Section needs to be relocated before loading.
10801 @item READONLY
10802 Section cannot be modified by the child process.
10803 @item CODE
10804 Section contains executable code only.
10805 @item DATA
10806 Section contains data only (no executable code).
10807 @item ROM
10808 Section will reside in ROM.
10809 @item CONSTRUCTOR
10810 Section contains data for constructor/destructor lists.
10811 @item HAS_CONTENTS
10812 Section is not empty.
10813 @item NEVER_LOAD
10814 An instruction to the linker to not output the section.
10815 @item COFF_SHARED_LIBRARY
10816 A notification to the linker that the section contains
10817 COFF shared library information.
10818 @item IS_COMMON
10819 Section contains common symbols.
10820 @end table
10821 @end table
10822 @kindex set trust-readonly-sections
10823 @cindex read-only sections
10824 @item set trust-readonly-sections on
10825 Tell @value{GDBN} that readonly sections in your object file
10826 really are read-only (i.e.@: that their contents will not change).
10827 In that case, @value{GDBN} can fetch values from these sections
10828 out of the object file, rather than from the target program.
10829 For some targets (notably embedded ones), this can be a significant
10830 enhancement to debugging performance.
10831
10832 The default is off.
10833
10834 @item set trust-readonly-sections off
10835 Tell @value{GDBN} not to trust readonly sections. This means that
10836 the contents of the section might change while the program is running,
10837 and must therefore be fetched from the target when needed.
10838
10839 @item show trust-readonly-sections
10840 Show the current setting of trusting readonly sections.
10841 @end table
10842
10843 All file-specifying commands allow both absolute and relative file names
10844 as arguments. @value{GDBN} always converts the file name to an absolute file
10845 name and remembers it that way.
10846
10847 @cindex shared libraries
10848 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10849 and IBM RS/6000 AIX shared libraries.
10850
10851 @value{GDBN} automatically loads symbol definitions from shared libraries
10852 when you use the @code{run} command, or when you examine a core file.
10853 (Before you issue the @code{run} command, @value{GDBN} does not understand
10854 references to a function in a shared library, however---unless you are
10855 debugging a core file).
10856
10857 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10858 automatically loads the symbols at the time of the @code{shl_load} call.
10859
10860 @c FIXME: some @value{GDBN} release may permit some refs to undef
10861 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10862 @c FIXME...lib; check this from time to time when updating manual
10863
10864 There are times, however, when you may wish to not automatically load
10865 symbol definitions from shared libraries, such as when they are
10866 particularly large or there are many of them.
10867
10868 To control the automatic loading of shared library symbols, use the
10869 commands:
10870
10871 @table @code
10872 @kindex set auto-solib-add
10873 @item set auto-solib-add @var{mode}
10874 If @var{mode} is @code{on}, symbols from all shared object libraries
10875 will be loaded automatically when the inferior begins execution, you
10876 attach to an independently started inferior, or when the dynamic linker
10877 informs @value{GDBN} that a new library has been loaded. If @var{mode}
10878 is @code{off}, symbols must be loaded manually, using the
10879 @code{sharedlibrary} command. The default value is @code{on}.
10880
10881 @cindex memory used for symbol tables
10882 If your program uses lots of shared libraries with debug info that
10883 takes large amounts of memory, you can decrease the @value{GDBN}
10884 memory footprint by preventing it from automatically loading the
10885 symbols from shared libraries. To that end, type @kbd{set
10886 auto-solib-add off} before running the inferior, then load each
10887 library whose debug symbols you do need with @kbd{sharedlibrary
10888 @var{regexp}}, where @var{regexp} is a regular expresion that matches
10889 the libraries whose symbols you want to be loaded.
10890
10891 @kindex show auto-solib-add
10892 @item show auto-solib-add
10893 Display the current autoloading mode.
10894 @end table
10895
10896 @cindex load shared library
10897 To explicitly load shared library symbols, use the @code{sharedlibrary}
10898 command:
10899
10900 @table @code
10901 @kindex info sharedlibrary
10902 @kindex info share
10903 @item info share
10904 @itemx info sharedlibrary
10905 Print the names of the shared libraries which are currently loaded.
10906
10907 @kindex sharedlibrary
10908 @kindex share
10909 @item sharedlibrary @var{regex}
10910 @itemx share @var{regex}
10911 Load shared object library symbols for files matching a
10912 Unix regular expression.
10913 As with files loaded automatically, it only loads shared libraries
10914 required by your program for a core file or after typing @code{run}. If
10915 @var{regex} is omitted all shared libraries required by your program are
10916 loaded.
10917
10918 @item nosharedlibrary
10919 @kindex nosharedlibrary
10920 @cindex unload symbols from shared libraries
10921 Unload all shared object library symbols. This discards all symbols
10922 that have been loaded from all shared libraries. Symbols from shared
10923 libraries that were loaded by explicit user requests are not
10924 discarded.
10925 @end table
10926
10927 Sometimes you may wish that @value{GDBN} stops and gives you control
10928 when any of shared library events happen. Use the @code{set
10929 stop-on-solib-events} command for this:
10930
10931 @table @code
10932 @item set stop-on-solib-events
10933 @kindex set stop-on-solib-events
10934 This command controls whether @value{GDBN} should give you control
10935 when the dynamic linker notifies it about some shared library event.
10936 The most common event of interest is loading or unloading of a new
10937 shared library.
10938
10939 @item show stop-on-solib-events
10940 @kindex show stop-on-solib-events
10941 Show whether @value{GDBN} stops and gives you control when shared
10942 library events happen.
10943 @end table
10944
10945 Shared libraries are also supported in many cross or remote debugging
10946 configurations. A copy of the target's libraries need to be present on the
10947 host system; they need to be the same as the target libraries, although the
10948 copies on the target can be stripped as long as the copies on the host are
10949 not.
10950
10951 You need to tell @value{GDBN} where the target libraries are, so that it can
10952 load the correct copies---otherwise, it may try to load the host's libraries.
10953 @value{GDBN} has two variables to specify the search directories for target
10954 libraries.
10955
10956 @table @code
10957 @kindex set solib-absolute-prefix
10958 @item set solib-absolute-prefix @var{path}
10959 If this variable is set, @var{path} will be used as a prefix for any
10960 absolute shared library paths; many runtime loaders store the absolute
10961 paths to the shared library in the target program's memory. If you use
10962 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10963 out in the same way that they are on the target, with e.g.@: a
10964 @file{/usr/lib} hierarchy under @var{path}.
10965
10966 You can set the default value of @samp{solib-absolute-prefix} by using the
10967 configure-time @samp{--with-sysroot} option.
10968
10969 @kindex show solib-absolute-prefix
10970 @item show solib-absolute-prefix
10971 Display the current shared library prefix.
10972
10973 @kindex set solib-search-path
10974 @item set solib-search-path @var{path}
10975 If this variable is set, @var{path} is a colon-separated list of directories
10976 to search for shared libraries. @samp{solib-search-path} is used after
10977 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
10978 the library is relative instead of absolute. If you want to use
10979 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10980 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10981 @value{GDBN} from finding your host's libraries.
10982
10983 @kindex show solib-search-path
10984 @item show solib-search-path
10985 Display the current shared library search path.
10986 @end table
10987
10988
10989 @node Separate Debug Files
10990 @section Debugging Information in Separate Files
10991 @cindex separate debugging information files
10992 @cindex debugging information in separate files
10993 @cindex @file{.debug} subdirectories
10994 @cindex debugging information directory, global
10995 @cindex global debugging information directory
10996
10997 @value{GDBN} allows you to put a program's debugging information in a
10998 file separate from the executable itself, in a way that allows
10999 @value{GDBN} to find and load the debugging information automatically.
11000 Since debugging information can be very large --- sometimes larger
11001 than the executable code itself --- some systems distribute debugging
11002 information for their executables in separate files, which users can
11003 install only when they need to debug a problem.
11004
11005 If an executable's debugging information has been extracted to a
11006 separate file, the executable should contain a @dfn{debug link} giving
11007 the name of the debugging information file (with no directory
11008 components), and a checksum of its contents. (The exact form of a
11009 debug link is described below.) If the full name of the directory
11010 containing the executable is @var{execdir}, and the executable has a
11011 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11012 will automatically search for the debugging information file in three
11013 places:
11014
11015 @itemize @bullet
11016 @item
11017 the directory containing the executable file (that is, it will look
11018 for a file named @file{@var{execdir}/@var{debugfile}},
11019 @item
11020 a subdirectory of that directory named @file{.debug} (that is, the
11021 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11022 @item
11023 a subdirectory of the global debug file directory that includes the
11024 executable's full path, and the name from the link (that is, the file
11025 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11026 @var{globaldebugdir} is the global debug file directory, and
11027 @var{execdir} has been turned into a relative path).
11028 @end itemize
11029 @noindent
11030 @value{GDBN} checks under each of these names for a debugging
11031 information file whose checksum matches that given in the link, and
11032 reads the debugging information from the first one it finds.
11033
11034 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11035 which has a link containing the name @file{ls.debug}, and the global
11036 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11037 for debug information in @file{/usr/bin/ls.debug},
11038 @file{/usr/bin/.debug/ls.debug}, and
11039 @file{/usr/lib/debug/usr/bin/ls.debug}.
11040
11041 You can set the global debugging info directory's name, and view the
11042 name @value{GDBN} is currently using.
11043
11044 @table @code
11045
11046 @kindex set debug-file-directory
11047 @item set debug-file-directory @var{directory}
11048 Set the directory which @value{GDBN} searches for separate debugging
11049 information files to @var{directory}.
11050
11051 @kindex show debug-file-directory
11052 @item show debug-file-directory
11053 Show the directory @value{GDBN} searches for separate debugging
11054 information files.
11055
11056 @end table
11057
11058 @cindex @code{.gnu_debuglink} sections
11059 @cindex debug links
11060 A debug link is a special section of the executable file named
11061 @code{.gnu_debuglink}. The section must contain:
11062
11063 @itemize
11064 @item
11065 A filename, with any leading directory components removed, followed by
11066 a zero byte,
11067 @item
11068 zero to three bytes of padding, as needed to reach the next four-byte
11069 boundary within the section, and
11070 @item
11071 a four-byte CRC checksum, stored in the same endianness used for the
11072 executable file itself. The checksum is computed on the debugging
11073 information file's full contents by the function given below, passing
11074 zero as the @var{crc} argument.
11075 @end itemize
11076
11077 Any executable file format can carry a debug link, as long as it can
11078 contain a section named @code{.gnu_debuglink} with the contents
11079 described above.
11080
11081 The debugging information file itself should be an ordinary
11082 executable, containing a full set of linker symbols, sections, and
11083 debugging information. The sections of the debugging information file
11084 should have the same names, addresses and sizes as the original file,
11085 but they need not contain any data --- much like a @code{.bss} section
11086 in an ordinary executable.
11087
11088 As of December 2002, there is no standard GNU utility to produce
11089 separated executable / debugging information file pairs. Ulrich
11090 Drepper's @file{elfutils} package, starting with version 0.53,
11091 contains a version of the @code{strip} command such that the command
11092 @kbd{strip foo -f foo.debug} removes the debugging information from
11093 the executable file @file{foo}, places it in the file
11094 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11095
11096 Since there are many different ways to compute CRC's (different
11097 polynomials, reversals, byte ordering, etc.), the simplest way to
11098 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11099 complete code for a function that computes it:
11100
11101 @kindex gnu_debuglink_crc32
11102 @smallexample
11103 unsigned long
11104 gnu_debuglink_crc32 (unsigned long crc,
11105 unsigned char *buf, size_t len)
11106 @{
11107 static const unsigned long crc32_table[256] =
11108 @{
11109 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11110 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11111 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11112 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11113 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11114 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11115 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11116 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11117 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11118 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11119 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11120 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11121 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11122 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11123 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11124 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11125 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11126 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11127 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11128 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11129 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11130 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11131 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11132 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11133 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11134 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11135 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11136 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11137 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11138 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11139 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11140 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11141 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11142 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11143 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11144 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11145 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11146 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11147 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11148 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11149 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11150 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11151 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11152 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11153 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11154 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11155 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11156 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11157 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11158 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11159 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11160 0x2d02ef8d
11161 @};
11162 unsigned char *end;
11163
11164 crc = ~crc & 0xffffffff;
11165 for (end = buf + len; buf < end; ++buf)
11166 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11167 return ~crc & 0xffffffff;
11168 @}
11169 @end smallexample
11170
11171
11172 @node Symbol Errors
11173 @section Errors reading symbol files
11174
11175 While reading a symbol file, @value{GDBN} occasionally encounters problems,
11176 such as symbol types it does not recognize, or known bugs in compiler
11177 output. By default, @value{GDBN} does not notify you of such problems, since
11178 they are relatively common and primarily of interest to people
11179 debugging compilers. If you are interested in seeing information
11180 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11181 only one message about each such type of problem, no matter how many
11182 times the problem occurs; or you can ask @value{GDBN} to print more messages,
11183 to see how many times the problems occur, with the @code{set
11184 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11185 messages}).
11186
11187 The messages currently printed, and their meanings, include:
11188
11189 @table @code
11190 @item inner block not inside outer block in @var{symbol}
11191
11192 The symbol information shows where symbol scopes begin and end
11193 (such as at the start of a function or a block of statements). This
11194 error indicates that an inner scope block is not fully contained
11195 in its outer scope blocks.
11196
11197 @value{GDBN} circumvents the problem by treating the inner block as if it had
11198 the same scope as the outer block. In the error message, @var{symbol}
11199 may be shown as ``@code{(don't know)}'' if the outer block is not a
11200 function.
11201
11202 @item block at @var{address} out of order
11203
11204 The symbol information for symbol scope blocks should occur in
11205 order of increasing addresses. This error indicates that it does not
11206 do so.
11207
11208 @value{GDBN} does not circumvent this problem, and has trouble
11209 locating symbols in the source file whose symbols it is reading. (You
11210 can often determine what source file is affected by specifying
11211 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11212 messages}.)
11213
11214 @item bad block start address patched
11215
11216 The symbol information for a symbol scope block has a start address
11217 smaller than the address of the preceding source line. This is known
11218 to occur in the SunOS 4.1.1 (and earlier) C compiler.
11219
11220 @value{GDBN} circumvents the problem by treating the symbol scope block as
11221 starting on the previous source line.
11222
11223 @item bad string table offset in symbol @var{n}
11224
11225 @cindex foo
11226 Symbol number @var{n} contains a pointer into the string table which is
11227 larger than the size of the string table.
11228
11229 @value{GDBN} circumvents the problem by considering the symbol to have the
11230 name @code{foo}, which may cause other problems if many symbols end up
11231 with this name.
11232
11233 @item unknown symbol type @code{0x@var{nn}}
11234
11235 The symbol information contains new data types that @value{GDBN} does
11236 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
11237 uncomprehended information, in hexadecimal.
11238
11239 @value{GDBN} circumvents the error by ignoring this symbol information.
11240 This usually allows you to debug your program, though certain symbols
11241 are not accessible. If you encounter such a problem and feel like
11242 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11243 on @code{complain}, then go up to the function @code{read_dbx_symtab}
11244 and examine @code{*bufp} to see the symbol.
11245
11246 @item stub type has NULL name
11247
11248 @value{GDBN} could not find the full definition for a struct or class.
11249
11250 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
11251 The symbol information for a C@t{++} member function is missing some
11252 information that recent versions of the compiler should have output for
11253 it.
11254
11255 @item info mismatch between compiler and debugger
11256
11257 @value{GDBN} could not parse a type specification output by the compiler.
11258
11259 @end table
11260
11261 @node Targets
11262 @chapter Specifying a Debugging Target
11263
11264 @cindex debugging target
11265 A @dfn{target} is the execution environment occupied by your program.
11266
11267 Often, @value{GDBN} runs in the same host environment as your program;
11268 in that case, the debugging target is specified as a side effect when
11269 you use the @code{file} or @code{core} commands. When you need more
11270 flexibility---for example, running @value{GDBN} on a physically separate
11271 host, or controlling a standalone system over a serial port or a
11272 realtime system over a TCP/IP connection---you can use the @code{target}
11273 command to specify one of the target types configured for @value{GDBN}
11274 (@pxref{Target Commands, ,Commands for managing targets}).
11275
11276 @cindex target architecture
11277 It is possible to build @value{GDBN} for several different @dfn{target
11278 architectures}. When @value{GDBN} is built like that, you can choose
11279 one of the available architectures with the @kbd{set architecture}
11280 command.
11281
11282 @table @code
11283 @kindex set architecture
11284 @kindex show architecture
11285 @item set architecture @var{arch}
11286 This command sets the current target architecture to @var{arch}. The
11287 value of @var{arch} can be @code{"auto"}, in addition to one of the
11288 supported architectures.
11289
11290 @item show architecture
11291 Show the current target architecture.
11292
11293 @item set processor
11294 @itemx processor
11295 @kindex set processor
11296 @kindex show processor
11297 These are alias commands for, respectively, @code{set architecture}
11298 and @code{show architecture}.
11299 @end table
11300
11301 @menu
11302 * Active Targets:: Active targets
11303 * Target Commands:: Commands for managing targets
11304 * Byte Order:: Choosing target byte order
11305 * Remote:: Remote debugging
11306 * KOD:: Kernel Object Display
11307
11308 @end menu
11309
11310 @node Active Targets
11311 @section Active targets
11312
11313 @cindex stacking targets
11314 @cindex active targets
11315 @cindex multiple targets
11316
11317 There are three classes of targets: processes, core files, and
11318 executable files. @value{GDBN} can work concurrently on up to three
11319 active targets, one in each class. This allows you to (for example)
11320 start a process and inspect its activity without abandoning your work on
11321 a core file.
11322
11323 For example, if you execute @samp{gdb a.out}, then the executable file
11324 @code{a.out} is the only active target. If you designate a core file as
11325 well---presumably from a prior run that crashed and coredumped---then
11326 @value{GDBN} has two active targets and uses them in tandem, looking
11327 first in the corefile target, then in the executable file, to satisfy
11328 requests for memory addresses. (Typically, these two classes of target
11329 are complementary, since core files contain only a program's
11330 read-write memory---variables and so on---plus machine status, while
11331 executable files contain only the program text and initialized data.)
11332
11333 When you type @code{run}, your executable file becomes an active process
11334 target as well. When a process target is active, all @value{GDBN}
11335 commands requesting memory addresses refer to that target; addresses in
11336 an active core file or executable file target are obscured while the
11337 process target is active.
11338
11339 Use the @code{core-file} and @code{exec-file} commands to select a new
11340 core file or executable target (@pxref{Files, ,Commands to specify
11341 files}). To specify as a target a process that is already running, use
11342 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11343 process}).
11344
11345 @node Target Commands
11346 @section Commands for managing targets
11347
11348 @table @code
11349 @item target @var{type} @var{parameters}
11350 Connects the @value{GDBN} host environment to a target machine or
11351 process. A target is typically a protocol for talking to debugging
11352 facilities. You use the argument @var{type} to specify the type or
11353 protocol of the target machine.
11354
11355 Further @var{parameters} are interpreted by the target protocol, but
11356 typically include things like device names or host names to connect
11357 with, process numbers, and baud rates.
11358
11359 The @code{target} command does not repeat if you press @key{RET} again
11360 after executing the command.
11361
11362 @kindex help target
11363 @item help target
11364 Displays the names of all targets available. To display targets
11365 currently selected, use either @code{info target} or @code{info files}
11366 (@pxref{Files, ,Commands to specify files}).
11367
11368 @item help target @var{name}
11369 Describe a particular target, including any parameters necessary to
11370 select it.
11371
11372 @kindex set gnutarget
11373 @item set gnutarget @var{args}
11374 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
11375 knows whether it is reading an @dfn{executable},
11376 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11377 with the @code{set gnutarget} command. Unlike most @code{target} commands,
11378 with @code{gnutarget} the @code{target} refers to a program, not a machine.
11379
11380 @quotation
11381 @emph{Warning:} To specify a file format with @code{set gnutarget},
11382 you must know the actual BFD name.
11383 @end quotation
11384
11385 @noindent
11386 @xref{Files, , Commands to specify files}.
11387
11388 @kindex show gnutarget
11389 @item show gnutarget
11390 Use the @code{show gnutarget} command to display what file format
11391 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
11392 @value{GDBN} will determine the file format for each file automatically,
11393 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11394 @end table
11395
11396 @cindex common targets
11397 Here are some common targets (available, or not, depending on the GDB
11398 configuration):
11399
11400 @table @code
11401 @kindex target
11402 @item target exec @var{program}
11403 @cindex executable file target
11404 An executable file. @samp{target exec @var{program}} is the same as
11405 @samp{exec-file @var{program}}.
11406
11407 @item target core @var{filename}
11408 @cindex core dump file target
11409 A core dump file. @samp{target core @var{filename}} is the same as
11410 @samp{core-file @var{filename}}.
11411
11412 @item target remote @var{dev}
11413 @cindex remote target
11414 Remote serial target in GDB-specific protocol. The argument @var{dev}
11415 specifies what serial device to use for the connection (e.g.
11416 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
11417 supports the @code{load} command. This is only useful if you have
11418 some other way of getting the stub to the target system, and you can put
11419 it somewhere in memory where it won't get clobbered by the download.
11420
11421 @item target sim
11422 @cindex built-in simulator target
11423 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
11424 In general,
11425 @smallexample
11426 target sim
11427 load
11428 run
11429 @end smallexample
11430 @noindent
11431 works; however, you cannot assume that a specific memory map, device
11432 drivers, or even basic I/O is available, although some simulators do
11433 provide these. For info about any processor-specific simulator details,
11434 see the appropriate section in @ref{Embedded Processors, ,Embedded
11435 Processors}.
11436
11437 @end table
11438
11439 Some configurations may include these targets as well:
11440
11441 @table @code
11442
11443 @item target nrom @var{dev}
11444 @cindex NetROM ROM emulator target
11445 NetROM ROM emulator. This target only supports downloading.
11446
11447 @end table
11448
11449 Different targets are available on different configurations of @value{GDBN};
11450 your configuration may have more or fewer targets.
11451
11452 Many remote targets require you to download the executable's code once
11453 you've successfully established a connection. You may wish to control
11454 various aspects of this process, such as the size of the data chunks
11455 used by @value{GDBN} to download program parts to the remote target.
11456
11457 @table @code
11458 @kindex set download-write-size
11459 @item set download-write-size @var{size}
11460 Set the write size used when downloading a program. Only used when
11461 downloading a program onto a remote target. Specify zero or a
11462 negative value to disable blocked writes. The actual size of each
11463 transfer is also limited by the size of the target packet and the
11464 memory cache.
11465
11466 @kindex show download-write-size
11467 @item show download-write-size
11468 @kindex show download-write-size
11469 Show the current value of the write size.
11470
11471 @item set hash
11472 @kindex set hash@r{, for remote monitors}
11473 @cindex hash mark while downloading
11474 This command controls whether a hash mark @samp{#} is displayed while
11475 downloading a file to the remote monitor. If on, a hash mark is
11476 displayed after each S-record is successfully downloaded to the
11477 monitor.
11478
11479 @item show hash
11480 @kindex show hash@r{, for remote monitors}
11481 Show the current status of displaying the hash mark.
11482
11483 @item set debug monitor
11484 @kindex set debug monitor
11485 @cindex display remote monitor communications
11486 Enable or disable display of communications messages between
11487 @value{GDBN} and the remote monitor.
11488
11489 @item show debug monitor
11490 @kindex show debug monitor
11491 Show the current status of displaying communications between
11492 @value{GDBN} and the remote monitor.
11493 @end table
11494
11495 @table @code
11496
11497 @kindex load @var{filename}
11498 @item load @var{filename}
11499 Depending on what remote debugging facilities are configured into
11500 @value{GDBN}, the @code{load} command may be available. Where it exists, it
11501 is meant to make @var{filename} (an executable) available for debugging
11502 on the remote system---by downloading, or dynamic linking, for example.
11503 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11504 the @code{add-symbol-file} command.
11505
11506 If your @value{GDBN} does not have a @code{load} command, attempting to
11507 execute it gets the error message ``@code{You can't do that when your
11508 target is @dots{}}''
11509
11510 The file is loaded at whatever address is specified in the executable.
11511 For some object file formats, you can specify the load address when you
11512 link the program; for other formats, like a.out, the object file format
11513 specifies a fixed address.
11514 @c FIXME! This would be a good place for an xref to the GNU linker doc.
11515
11516 @code{load} does not repeat if you press @key{RET} again after using it.
11517 @end table
11518
11519 @node Byte Order
11520 @section Choosing target byte order
11521
11522 @cindex choosing target byte order
11523 @cindex target byte order
11524
11525 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
11526 offer the ability to run either big-endian or little-endian byte
11527 orders. Usually the executable or symbol will include a bit to
11528 designate the endian-ness, and you will not need to worry about
11529 which to use. However, you may still find it useful to adjust
11530 @value{GDBN}'s idea of processor endian-ness manually.
11531
11532 @table @code
11533 @kindex set endian
11534 @item set endian big
11535 Instruct @value{GDBN} to assume the target is big-endian.
11536
11537 @item set endian little
11538 Instruct @value{GDBN} to assume the target is little-endian.
11539
11540 @item set endian auto
11541 Instruct @value{GDBN} to use the byte order associated with the
11542 executable.
11543
11544 @item show endian
11545 Display @value{GDBN}'s current idea of the target byte order.
11546
11547 @end table
11548
11549 Note that these commands merely adjust interpretation of symbolic
11550 data on the host, and that they have absolutely no effect on the
11551 target system.
11552
11553 @node Remote
11554 @section Remote debugging
11555 @cindex remote debugging
11556
11557 If you are trying to debug a program running on a machine that cannot run
11558 @value{GDBN} in the usual way, it is often useful to use remote debugging.
11559 For example, you might use remote debugging on an operating system kernel,
11560 or on a small system which does not have a general purpose operating system
11561 powerful enough to run a full-featured debugger.
11562
11563 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11564 to make this work with particular debugging targets. In addition,
11565 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
11566 but not specific to any particular target system) which you can use if you
11567 write the remote stubs---the code that runs on the remote system to
11568 communicate with @value{GDBN}.
11569
11570 Other remote targets may be available in your
11571 configuration of @value{GDBN}; use @code{help target} to list them.
11572
11573 Once you've connected to the remote target, @value{GDBN} allows you to
11574 send arbitrary commands to the remote monitor:
11575
11576 @table @code
11577 @item remote @var{command}
11578 @kindex remote@r{, a command}
11579 @cindex send command to remote monitor
11580 Send an arbitrary @var{command} string to the remote monitor.
11581 @end table
11582
11583
11584 @node KOD
11585 @section Kernel Object Display
11586 @cindex kernel object display
11587 @cindex KOD
11588
11589 Some targets support kernel object display. Using this facility,
11590 @value{GDBN} communicates specially with the underlying operating system
11591 and can display information about operating system-level objects such as
11592 mutexes and other synchronization objects. Exactly which objects can be
11593 displayed is determined on a per-OS basis.
11594
11595 @kindex set os
11596 Use the @code{set os} command to set the operating system. This tells
11597 @value{GDBN} which kernel object display module to initialize:
11598
11599 @smallexample
11600 (@value{GDBP}) set os cisco
11601 @end smallexample
11602
11603 @kindex show os
11604 The associated command @code{show os} displays the operating system
11605 set with the @code{set os} command; if no operating system has been
11606 set, @code{show os} will display an empty string @samp{""}.
11607
11608 If @code{set os} succeeds, @value{GDBN} will display some information
11609 about the operating system, and will create a new @code{info} command
11610 which can be used to query the target. The @code{info} command is named
11611 after the operating system:
11612
11613 @kindex info cisco
11614 @smallexample
11615 (@value{GDBP}) info cisco
11616 List of Cisco Kernel Objects
11617 Object Description
11618 any Any and all objects
11619 @end smallexample
11620
11621 Further subcommands can be used to query about particular objects known
11622 by the kernel.
11623
11624 There is currently no way to determine whether a given operating
11625 system is supported other than to try setting it with @kbd{set os
11626 @var{name}}, where @var{name} is the name of the operating system you
11627 want to try.
11628
11629
11630 @node Remote Debugging
11631 @chapter Debugging remote programs
11632
11633 @menu
11634 * Connecting:: Connecting to a remote target
11635 * Server:: Using the gdbserver program
11636 * NetWare:: Using the gdbserve.nlm program
11637 * Remote configuration:: Remote configuration
11638 * remote stub:: Implementing a remote stub
11639 @end menu
11640
11641 @node Connecting
11642 @section Connecting to a remote target
11643
11644 On the @value{GDBN} host machine, you will need an unstripped copy of
11645 your program, since @value{GDBN} needs symobl and debugging information.
11646 Start up @value{GDBN} as usual, using the name of the local copy of your
11647 program as the first argument.
11648
11649 @cindex serial line, @code{target remote}
11650 If you're using a serial line, you may want to give @value{GDBN} the
11651 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
11652 (@pxref{Remote configuration, set remotebaud}) before the
11653 @code{target} command.
11654
11655 After that, use @code{target remote} to establish communications with
11656 the target machine. Its argument specifies how to communicate---either
11657 via a devicename attached to a direct serial line, or a TCP or UDP port
11658 (possibly to a terminal server which in turn has a serial line to the
11659 target). For example, to use a serial line connected to the device
11660 named @file{/dev/ttyb}:
11661
11662 @smallexample
11663 target remote /dev/ttyb
11664 @end smallexample
11665
11666 @cindex TCP port, @code{target remote}
11667 To use a TCP connection, use an argument of the form
11668 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11669 For example, to connect to port 2828 on a
11670 terminal server named @code{manyfarms}:
11671
11672 @smallexample
11673 target remote manyfarms:2828
11674 @end smallexample
11675
11676 If your remote target is actually running on the same machine as
11677 your debugger session (e.g.@: a simulator of your target running on
11678 the same host), you can omit the hostname. For example, to connect
11679 to port 1234 on your local machine:
11680
11681 @smallexample
11682 target remote :1234
11683 @end smallexample
11684 @noindent
11685
11686 Note that the colon is still required here.
11687
11688 @cindex UDP port, @code{target remote}
11689 To use a UDP connection, use an argument of the form
11690 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11691 on a terminal server named @code{manyfarms}:
11692
11693 @smallexample
11694 target remote udp:manyfarms:2828
11695 @end smallexample
11696
11697 When using a UDP connection for remote debugging, you should keep in mind
11698 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11699 busy or unreliable networks, which will cause havoc with your debugging
11700 session.
11701
11702 Now you can use all the usual commands to examine and change data and to
11703 step and continue the remote program.
11704
11705 @cindex interrupting remote programs
11706 @cindex remote programs, interrupting
11707 Whenever @value{GDBN} is waiting for the remote program, if you type the
11708 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11709 program. This may or may not succeed, depending in part on the hardware
11710 and the serial drivers the remote system uses. If you type the
11711 interrupt character once again, @value{GDBN} displays this prompt:
11712
11713 @smallexample
11714 Interrupted while waiting for the program.
11715 Give up (and stop debugging it)? (y or n)
11716 @end smallexample
11717
11718 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11719 (If you decide you want to try again later, you can use @samp{target
11720 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11721 goes back to waiting.
11722
11723 @table @code
11724 @kindex detach (remote)
11725 @item detach
11726 When you have finished debugging the remote program, you can use the
11727 @code{detach} command to release it from @value{GDBN} control.
11728 Detaching from the target normally resumes its execution, but the results
11729 will depend on your particular remote stub. After the @code{detach}
11730 command, @value{GDBN} is free to connect to another target.
11731
11732 @kindex disconnect
11733 @item disconnect
11734 The @code{disconnect} command behaves like @code{detach}, except that
11735 the target is generally not resumed. It will wait for @value{GDBN}
11736 (this instance or another one) to connect and continue debugging. After
11737 the @code{disconnect} command, @value{GDBN} is again free to connect to
11738 another target.
11739
11740 @cindex send command to remote monitor
11741 @kindex monitor
11742 @item monitor @var{cmd}
11743 This command allows you to send commands directly to the remote
11744 monitor.
11745 @end table
11746
11747 @node Server
11748 @section Using the @code{gdbserver} program
11749
11750 @kindex gdbserver
11751 @cindex remote connection without stubs
11752 @code{gdbserver} is a control program for Unix-like systems, which
11753 allows you to connect your program with a remote @value{GDBN} via
11754 @code{target remote}---but without linking in the usual debugging stub.
11755
11756 @code{gdbserver} is not a complete replacement for the debugging stubs,
11757 because it requires essentially the same operating-system facilities
11758 that @value{GDBN} itself does. In fact, a system that can run
11759 @code{gdbserver} to connect to a remote @value{GDBN} could also run
11760 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11761 because it is a much smaller program than @value{GDBN} itself. It is
11762 also easier to port than all of @value{GDBN}, so you may be able to get
11763 started more quickly on a new system by using @code{gdbserver}.
11764 Finally, if you develop code for real-time systems, you may find that
11765 the tradeoffs involved in real-time operation make it more convenient to
11766 do as much development work as possible on another system, for example
11767 by cross-compiling. You can use @code{gdbserver} to make a similar
11768 choice for debugging.
11769
11770 @value{GDBN} and @code{gdbserver} communicate via either a serial line
11771 or a TCP connection, using the standard @value{GDBN} remote serial
11772 protocol.
11773
11774 @table @emph
11775 @item On the target machine,
11776 you need to have a copy of the program you want to debug.
11777 @code{gdbserver} does not need your program's symbol table, so you can
11778 strip the program if necessary to save space. @value{GDBN} on the host
11779 system does all the symbol handling.
11780
11781 To use the server, you must tell it how to communicate with @value{GDBN};
11782 the name of your program; and the arguments for your program. The usual
11783 syntax is:
11784
11785 @smallexample
11786 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11787 @end smallexample
11788
11789 @var{comm} is either a device name (to use a serial line) or a TCP
11790 hostname and portnumber. For example, to debug Emacs with the argument
11791 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
11792 @file{/dev/com1}:
11793
11794 @smallexample
11795 target> gdbserver /dev/com1 emacs foo.txt
11796 @end smallexample
11797
11798 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
11799 with it.
11800
11801 To use a TCP connection instead of a serial line:
11802
11803 @smallexample
11804 target> gdbserver host:2345 emacs foo.txt
11805 @end smallexample
11806
11807 The only difference from the previous example is the first argument,
11808 specifying that you are communicating with the host @value{GDBN} via
11809 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11810 expect a TCP connection from machine @samp{host} to local TCP port 2345.
11811 (Currently, the @samp{host} part is ignored.) You can choose any number
11812 you want for the port number as long as it does not conflict with any
11813 TCP ports already in use on the target system (for example, @code{23} is
11814 reserved for @code{telnet}).@footnote{If you choose a port number that
11815 conflicts with another service, @code{gdbserver} prints an error message
11816 and exits.} You must use the same port number with the host @value{GDBN}
11817 @code{target remote} command.
11818
11819 On some targets, @code{gdbserver} can also attach to running programs.
11820 This is accomplished via the @code{--attach} argument. The syntax is:
11821
11822 @smallexample
11823 target> gdbserver @var{comm} --attach @var{pid}
11824 @end smallexample
11825
11826 @var{pid} is the process ID of a currently running process. It isn't necessary
11827 to point @code{gdbserver} at a binary for the running process.
11828
11829 @pindex pidof
11830 @cindex attach to a program by name
11831 You can debug processes by name instead of process ID if your target has the
11832 @code{pidof} utility:
11833
11834 @smallexample
11835 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11836 @end smallexample
11837
11838 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11839 has multiple threads, most versions of @code{pidof} support the
11840 @code{-s} option to only return the first process ID.
11841
11842 @item On the host machine,
11843 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11844 For TCP connections, you must start up @code{gdbserver} prior to using
11845 the @code{target remote} command. Otherwise you may get an error whose
11846 text depends on the host system, but which usually looks something like
11847 @samp{Connection refused}. You don't need to use the @code{load}
11848 command in @value{GDBN} when using gdbserver, since the program is
11849 already on the target.
11850
11851 @end table
11852
11853 @node NetWare
11854 @section Using the @code{gdbserve.nlm} program
11855
11856 @kindex gdbserve.nlm
11857 @code{gdbserve.nlm} is a control program for NetWare systems, which
11858 allows you to connect your program with a remote @value{GDBN} via
11859 @code{target remote}.
11860
11861 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11862 using the standard @value{GDBN} remote serial protocol.
11863
11864 @table @emph
11865 @item On the target machine,
11866 you need to have a copy of the program you want to debug.
11867 @code{gdbserve.nlm} does not need your program's symbol table, so you
11868 can strip the program if necessary to save space. @value{GDBN} on the
11869 host system does all the symbol handling.
11870
11871 To use the server, you must tell it how to communicate with
11872 @value{GDBN}; the name of your program; and the arguments for your
11873 program. The syntax is:
11874
11875 @smallexample
11876 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11877 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11878 @end smallexample
11879
11880 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11881 the baud rate used by the connection. @var{port} and @var{node} default
11882 to 0, @var{baud} defaults to 9600@dmn{bps}.
11883
11884 For example, to debug Emacs with the argument @samp{foo.txt}and
11885 communicate with @value{GDBN} over serial port number 2 or board 1
11886 using a 19200@dmn{bps} connection:
11887
11888 @smallexample
11889 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11890 @end smallexample
11891
11892 @item
11893 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11894 Connecting to a remote target}).
11895
11896 @end table
11897
11898 @node Remote configuration
11899 @section Remote configuration
11900
11901 @kindex set remote
11902 @kindex show remote
11903 This section documents the configuration options available when
11904 debugging remote programs. For the options related to the File I/O
11905 extensions of the remote protocol, see @ref{The system call,
11906 system-call-allowed}.
11907
11908 @table @code
11909 @item set remoteaddresssize @var{bits}
11910 @cindex adress size for remote targets
11911 @cindex bits in remote address
11912 Set the maximum size of address in a memory packet to the specified
11913 number of bits. @value{GDBN} will mask off the address bits above
11914 that number, when it passes addresses to the remote target. The
11915 default value is the number of bits in the target's address.
11916
11917 @item show remoteaddresssize
11918 Show the current value of remote address size in bits.
11919
11920 @item set remotebaud @var{n}
11921 @cindex baud rate for remote targets
11922 Set the baud rate for the remote serial I/O to @var{n} baud. The
11923 value is used to set the speed of the serial port used for debugging
11924 remote targets.
11925
11926 @item show remotebaud
11927 Show the current speed of the remote connection.
11928
11929 @item set remotebreak
11930 @cindex interrupt remote programs
11931 @cindex BREAK signal instead of Ctrl-C
11932 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
11933 when you press the @key{Ctrl-C} key to interrupt the program running
11934 on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
11935 character instead. The default is off, since most remote systems
11936 expect to see @samp{Ctrl-C} as the interrupt signal.
11937
11938 @item show remotebreak
11939 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
11940 interrupt the remote program.
11941
11942 @item set remotedebug
11943 @cindex debug remote protocol
11944 @cindex remote protocol debugging
11945 @cindex display remote packets
11946 Control the debugging of the remote protocol. When enabled, each
11947 packet sent to or received from the remote target is displayed. The
11948 defaults is off.
11949
11950 @item show remotedebug
11951 Show the current setting of the remote protocol debugging.
11952
11953 @item set remotedevice @var{device}
11954 @cindex serial port name
11955 Set the name of the serial port through which to communicate to the
11956 remote target to @var{device}. This is the device used by
11957 @value{GDBN} to open the serial communications line to the remote
11958 target. There's no default, so you must set a valid port name for the
11959 remote serial communications to work. (Some varieties of the
11960 @code{target} command accept the port name as part of their
11961 arguments.)
11962
11963 @item show remotedevice
11964 Show the current name of the serial port.
11965
11966 @item set remotelogbase @var{base}
11967 Set the base (a.k.a.@: radix) of logging serial protocol
11968 communications to @var{base}. Supported values of @var{base} are:
11969 @code{ascii}, @code{octal}, and @code{hex}. The default is
11970 @code{ascii}.
11971
11972 @item show remotelogbase
11973 Show the current setting of the radix for logging remote serial
11974 protocol.
11975
11976 @item set remotelogfile @var{file}
11977 @cindex record serial communications on file
11978 Record remote serial communications on the named @var{file}. The
11979 default is not to record at all.
11980
11981 @item show remotelogfile.
11982 Show the current setting of the file name on which to record the
11983 serial communications.
11984
11985 @item set remotetimeout @var{num}
11986 @cindex timeout for serial communications
11987 @cindex remote timeout
11988 Set the timeout limit to wait for the remote target to respond to
11989 @var{num} seconds. The default is 2 seconds.
11990
11991 @item show remotetimeout
11992 Show the current number of seconds to wait for the remote target
11993 responses.
11994
11995 @cindex limit hardware breakpoints and watchpoints
11996 @cindex remote target, limit break- and watchpoints
11997 @anchor{set remote hardware-watchpoint-limit}
11998 @anchor{set remote hardware-breakpoint-limit}
11999 @item set remote hardware-watchpoint-limit @var{limit}
12000 @itemx set remote hardware-breakpoint-limit @var{limit}
12001 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12002 watchpoints. A limit of -1, the default, is treated as unlimited.
12003
12004 @item set remote fetch-register-packet
12005 @itemx set remote set-register-packet
12006 @itemx set remote P-packet
12007 @itemx set remote p-packet
12008 @cindex P-packet
12009 @cindex fetch registers from remote targets
12010 @cindex set registers in remote targets
12011 Determine whether @value{GDBN} can set and fetch registers from the
12012 remote target using the @samp{P} packets. The default depends on the
12013 remote stub's support of the @samp{P} packets (@value{GDBN} queries
12014 the stub when this packet is first required).
12015
12016 @item show remote fetch-register-packet
12017 @itemx show remote set-register-packet
12018 @itemx show remote P-packet
12019 @itemx show remote p-packet
12020 Show the current setting of using the @samp{P} packets for setting and
12021 fetching registers from the remote target.
12022
12023 @cindex binary downloads
12024 @cindex X-packet
12025 @item set remote binary-download-packet
12026 @itemx set remote X-packet
12027 Determine whether @value{GDBN} sends downloads in binary mode using
12028 the @samp{X} packets. The default is on.
12029
12030 @item show remote binary-download-packet
12031 @itemx show remote X-packet
12032 Show the current setting of using the @samp{X} packets for binary
12033 downloads.
12034
12035 @item set remote read-aux-vector-packet
12036 @cindex auxiliary vector of remote target
12037 @cindex @code{auxv}, and remote targets
12038 Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12039 auxiliary vector read) request. This request is used to fetch the
12040 remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12041 Auxiliary Vector}. The default setting depends on the remote stub's
12042 support of this request (@value{GDBN} queries the stub when this
12043 request is first required). @xref{General Query Packets, qPart}, for
12044 more information about this request.
12045
12046 @item show remote read-aux-vector-packet
12047 Show the current setting of use of the @samp{qPart:auxv:read} request.
12048
12049 @item set remote symbol-lookup-packet
12050 @cindex remote symbol lookup request
12051 Set the use of the remote protocol's @samp{qSymbol} (target symbol
12052 lookup) request. This request is used to communicate symbol
12053 information to the remote target, e.g., whenever a new shared library
12054 is loaded by the remote (@pxref{Files, shared libraries}). The
12055 default setting depends on the remote stub's support of this request
12056 (@value{GDBN} queries the stub when this request is first required).
12057 @xref{General Query Packets, qSymbol}, for more information about this
12058 request.
12059
12060 @item show remote symbol-lookup-packet
12061 Show the current setting of use of the @samp{qSymbol} request.
12062
12063 @item set remote verbose-resume-packet
12064 @cindex resume remote target
12065 @cindex signal thread, and remote targets
12066 @cindex single-step thread, and remote targets
12067 @cindex thread-specific operations on remote targets
12068 Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12069 request. This request is used to resume specific threads in the
12070 remote target, and to single-step or signal them. The default setting
12071 depends on the remote stub's support of this request (@value{GDBN}
12072 queries the stub when this request is first required). This setting
12073 affects debugging of multithreaded programs: if @samp{vCont} cannot be
12074 used, @value{GDBN} might be unable to single-step a specific thread,
12075 especially under @code{set scheduler-locking off}; it is also
12076 impossible to pause a specific thread. @xref{Packets, vCont}, for
12077 more details.
12078
12079 @item show remote verbose-resume-packet
12080 Show the current setting of use of the @samp{vCont} request
12081
12082 @item set remote software-breakpoint-packet
12083 @itemx set remote hardware-breakpoint-packet
12084 @itemx set remote write-watchpoint-packet
12085 @itemx set remote read-watchpoint-packet
12086 @itemx set remote access-watchpoint-packet
12087 @itemx set remote Z-packet
12088 @cindex Z-packet
12089 @cindex remote hardware breakpoints and watchpoints
12090 These commands enable or disable the use of @samp{Z} packets for
12091 setting breakpoints and watchpoints in the remote target. The default
12092 depends on the remote stub's support of the @samp{Z} packets
12093 (@value{GDBN} queries the stub when each packet is first required).
12094 The command @code{set remote Z-packet}, kept for back-compatibility,
12095 turns on or off all the features that require the use of @samp{Z}
12096 packets.
12097
12098 @item show remote software-breakpoint-packet
12099 @itemx show remote hardware-breakpoint-packet
12100 @itemx show remote write-watchpoint-packet
12101 @itemx show remote read-watchpoint-packet
12102 @itemx show remote access-watchpoint-packet
12103 @itemx show remote Z-packet
12104 Show the current setting of @samp{Z} packets usage.
12105
12106 @item set remote get-thread-local-storage-address
12107 @kindex set remote get-thread-local-storage-address
12108 @cindex thread local storage of remote targets
12109 This command enables or disables the use of the @samp{qGetTLSAddr}
12110 (Get Thread Local Storage Address) request packet. The default
12111 depends on whether the remote stub supports this request.
12112 @xref{General Query Packets, qGetTLSAddr}, for more details about this
12113 packet.
12114
12115 @item show remote get-thread-local-storage-address
12116 @kindex show remote get-thread-local-storage-address
12117 Show the current setting of @samp{qGetTLSAddr} packet usage.
12118 @end table
12119
12120 @node remote stub
12121 @section Implementing a remote stub
12122
12123 @cindex debugging stub, example
12124 @cindex remote stub, example
12125 @cindex stub example, remote debugging
12126 The stub files provided with @value{GDBN} implement the target side of the
12127 communication protocol, and the @value{GDBN} side is implemented in the
12128 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12129 these subroutines to communicate, and ignore the details. (If you're
12130 implementing your own stub file, you can still ignore the details: start
12131 with one of the existing stub files. @file{sparc-stub.c} is the best
12132 organized, and therefore the easiest to read.)
12133
12134 @cindex remote serial debugging, overview
12135 To debug a program running on another machine (the debugging
12136 @dfn{target} machine), you must first arrange for all the usual
12137 prerequisites for the program to run by itself. For example, for a C
12138 program, you need:
12139
12140 @enumerate
12141 @item
12142 A startup routine to set up the C runtime environment; these usually
12143 have a name like @file{crt0}. The startup routine may be supplied by
12144 your hardware supplier, or you may have to write your own.
12145
12146 @item
12147 A C subroutine library to support your program's
12148 subroutine calls, notably managing input and output.
12149
12150 @item
12151 A way of getting your program to the other machine---for example, a
12152 download program. These are often supplied by the hardware
12153 manufacturer, but you may have to write your own from hardware
12154 documentation.
12155 @end enumerate
12156
12157 The next step is to arrange for your program to use a serial port to
12158 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12159 machine). In general terms, the scheme looks like this:
12160
12161 @table @emph
12162 @item On the host,
12163 @value{GDBN} already understands how to use this protocol; when everything
12164 else is set up, you can simply use the @samp{target remote} command
12165 (@pxref{Targets,,Specifying a Debugging Target}).
12166
12167 @item On the target,
12168 you must link with your program a few special-purpose subroutines that
12169 implement the @value{GDBN} remote serial protocol. The file containing these
12170 subroutines is called a @dfn{debugging stub}.
12171
12172 On certain remote targets, you can use an auxiliary program
12173 @code{gdbserver} instead of linking a stub into your program.
12174 @xref{Server,,Using the @code{gdbserver} program}, for details.
12175 @end table
12176
12177 The debugging stub is specific to the architecture of the remote
12178 machine; for example, use @file{sparc-stub.c} to debug programs on
12179 @sc{sparc} boards.
12180
12181 @cindex remote serial stub list
12182 These working remote stubs are distributed with @value{GDBN}:
12183
12184 @table @code
12185
12186 @item i386-stub.c
12187 @cindex @file{i386-stub.c}
12188 @cindex Intel
12189 @cindex i386
12190 For Intel 386 and compatible architectures.
12191
12192 @item m68k-stub.c
12193 @cindex @file{m68k-stub.c}
12194 @cindex Motorola 680x0
12195 @cindex m680x0
12196 For Motorola 680x0 architectures.
12197
12198 @item sh-stub.c
12199 @cindex @file{sh-stub.c}
12200 @cindex Renesas
12201 @cindex SH
12202 For Renesas SH architectures.
12203
12204 @item sparc-stub.c
12205 @cindex @file{sparc-stub.c}
12206 @cindex Sparc
12207 For @sc{sparc} architectures.
12208
12209 @item sparcl-stub.c
12210 @cindex @file{sparcl-stub.c}
12211 @cindex Fujitsu
12212 @cindex SparcLite
12213 For Fujitsu @sc{sparclite} architectures.
12214
12215 @end table
12216
12217 The @file{README} file in the @value{GDBN} distribution may list other
12218 recently added stubs.
12219
12220 @menu
12221 * Stub Contents:: What the stub can do for you
12222 * Bootstrapping:: What you must do for the stub
12223 * Debug Session:: Putting it all together
12224 @end menu
12225
12226 @node Stub Contents
12227 @subsection What the stub can do for you
12228
12229 @cindex remote serial stub
12230 The debugging stub for your architecture supplies these three
12231 subroutines:
12232
12233 @table @code
12234 @item set_debug_traps
12235 @findex set_debug_traps
12236 @cindex remote serial stub, initialization
12237 This routine arranges for @code{handle_exception} to run when your
12238 program stops. You must call this subroutine explicitly near the
12239 beginning of your program.
12240
12241 @item handle_exception
12242 @findex handle_exception
12243 @cindex remote serial stub, main routine
12244 This is the central workhorse, but your program never calls it
12245 explicitly---the setup code arranges for @code{handle_exception} to
12246 run when a trap is triggered.
12247
12248 @code{handle_exception} takes control when your program stops during
12249 execution (for example, on a breakpoint), and mediates communications
12250 with @value{GDBN} on the host machine. This is where the communications
12251 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12252 representative on the target machine. It begins by sending summary
12253 information on the state of your program, then continues to execute,
12254 retrieving and transmitting any information @value{GDBN} needs, until you
12255 execute a @value{GDBN} command that makes your program resume; at that point,
12256 @code{handle_exception} returns control to your own code on the target
12257 machine.
12258
12259 @item breakpoint
12260 @cindex @code{breakpoint} subroutine, remote
12261 Use this auxiliary subroutine to make your program contain a
12262 breakpoint. Depending on the particular situation, this may be the only
12263 way for @value{GDBN} to get control. For instance, if your target
12264 machine has some sort of interrupt button, you won't need to call this;
12265 pressing the interrupt button transfers control to
12266 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12267 simply receiving characters on the serial port may also trigger a trap;
12268 again, in that situation, you don't need to call @code{breakpoint} from
12269 your own program---simply running @samp{target remote} from the host
12270 @value{GDBN} session gets control.
12271
12272 Call @code{breakpoint} if none of these is true, or if you simply want
12273 to make certain your program stops at a predetermined point for the
12274 start of your debugging session.
12275 @end table
12276
12277 @node Bootstrapping
12278 @subsection What you must do for the stub
12279
12280 @cindex remote stub, support routines
12281 The debugging stubs that come with @value{GDBN} are set up for a particular
12282 chip architecture, but they have no information about the rest of your
12283 debugging target machine.
12284
12285 First of all you need to tell the stub how to communicate with the
12286 serial port.
12287
12288 @table @code
12289 @item int getDebugChar()
12290 @findex getDebugChar
12291 Write this subroutine to read a single character from the serial port.
12292 It may be identical to @code{getchar} for your target system; a
12293 different name is used to allow you to distinguish the two if you wish.
12294
12295 @item void putDebugChar(int)
12296 @findex putDebugChar
12297 Write this subroutine to write a single character to the serial port.
12298 It may be identical to @code{putchar} for your target system; a
12299 different name is used to allow you to distinguish the two if you wish.
12300 @end table
12301
12302 @cindex control C, and remote debugging
12303 @cindex interrupting remote targets
12304 If you want @value{GDBN} to be able to stop your program while it is
12305 running, you need to use an interrupt-driven serial driver, and arrange
12306 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12307 character). That is the character which @value{GDBN} uses to tell the
12308 remote system to stop.
12309
12310 Getting the debugging target to return the proper status to @value{GDBN}
12311 probably requires changes to the standard stub; one quick and dirty way
12312 is to just execute a breakpoint instruction (the ``dirty'' part is that
12313 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12314
12315 Other routines you need to supply are:
12316
12317 @table @code
12318 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
12319 @findex exceptionHandler
12320 Write this function to install @var{exception_address} in the exception
12321 handling tables. You need to do this because the stub does not have any
12322 way of knowing what the exception handling tables on your target system
12323 are like (for example, the processor's table might be in @sc{rom},
12324 containing entries which point to a table in @sc{ram}).
12325 @var{exception_number} is the exception number which should be changed;
12326 its meaning is architecture-dependent (for example, different numbers
12327 might represent divide by zero, misaligned access, etc). When this
12328 exception occurs, control should be transferred directly to
12329 @var{exception_address}, and the processor state (stack, registers,
12330 and so on) should be just as it is when a processor exception occurs. So if
12331 you want to use a jump instruction to reach @var{exception_address}, it
12332 should be a simple jump, not a jump to subroutine.
12333
12334 For the 386, @var{exception_address} should be installed as an interrupt
12335 gate so that interrupts are masked while the handler runs. The gate
12336 should be at privilege level 0 (the most privileged level). The
12337 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
12338 help from @code{exceptionHandler}.
12339
12340 @item void flush_i_cache()
12341 @findex flush_i_cache
12342 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
12343 instruction cache, if any, on your target machine. If there is no
12344 instruction cache, this subroutine may be a no-op.
12345
12346 On target machines that have instruction caches, @value{GDBN} requires this
12347 function to make certain that the state of your program is stable.
12348 @end table
12349
12350 @noindent
12351 You must also make sure this library routine is available:
12352
12353 @table @code
12354 @item void *memset(void *, int, int)
12355 @findex memset
12356 This is the standard library function @code{memset} that sets an area of
12357 memory to a known value. If you have one of the free versions of
12358 @code{libc.a}, @code{memset} can be found there; otherwise, you must
12359 either obtain it from your hardware manufacturer, or write your own.
12360 @end table
12361
12362 If you do not use the GNU C compiler, you may need other standard
12363 library subroutines as well; this varies from one stub to another,
12364 but in general the stubs are likely to use any of the common library
12365 subroutines which @code{@value{GCC}} generates as inline code.
12366
12367
12368 @node Debug Session
12369 @subsection Putting it all together
12370
12371 @cindex remote serial debugging summary
12372 In summary, when your program is ready to debug, you must follow these
12373 steps.
12374
12375 @enumerate
12376 @item
12377 Make sure you have defined the supporting low-level routines
12378 (@pxref{Bootstrapping,,What you must do for the stub}):
12379 @display
12380 @code{getDebugChar}, @code{putDebugChar},
12381 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12382 @end display
12383
12384 @item
12385 Insert these lines near the top of your program:
12386
12387 @smallexample
12388 set_debug_traps();
12389 breakpoint();
12390 @end smallexample
12391
12392 @item
12393 For the 680x0 stub only, you need to provide a variable called
12394 @code{exceptionHook}. Normally you just use:
12395
12396 @smallexample
12397 void (*exceptionHook)() = 0;
12398 @end smallexample
12399
12400 @noindent
12401 but if before calling @code{set_debug_traps}, you set it to point to a
12402 function in your program, that function is called when
12403 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
12404 error). The function indicated by @code{exceptionHook} is called with
12405 one parameter: an @code{int} which is the exception number.
12406
12407 @item
12408 Compile and link together: your program, the @value{GDBN} debugging stub for
12409 your target architecture, and the supporting subroutines.
12410
12411 @item
12412 Make sure you have a serial connection between your target machine and
12413 the @value{GDBN} host, and identify the serial port on the host.
12414
12415 @item
12416 @c The "remote" target now provides a `load' command, so we should
12417 @c document that. FIXME.
12418 Download your program to your target machine (or get it there by
12419 whatever means the manufacturer provides), and start it.
12420
12421 @item
12422 Start @value{GDBN} on the host, and connect to the target
12423 (@pxref{Connecting,,Connecting to a remote target}).
12424
12425 @end enumerate
12426
12427 @node Configurations
12428 @chapter Configuration-Specific Information
12429
12430 While nearly all @value{GDBN} commands are available for all native and
12431 cross versions of the debugger, there are some exceptions. This chapter
12432 describes things that are only available in certain configurations.
12433
12434 There are three major categories of configurations: native
12435 configurations, where the host and target are the same, embedded
12436 operating system configurations, which are usually the same for several
12437 different processor architectures, and bare embedded processors, which
12438 are quite different from each other.
12439
12440 @menu
12441 * Native::
12442 * Embedded OS::
12443 * Embedded Processors::
12444 * Architectures::
12445 @end menu
12446
12447 @node Native
12448 @section Native
12449
12450 This section describes details specific to particular native
12451 configurations.
12452
12453 @menu
12454 * HP-UX:: HP-UX
12455 * BSD libkvm Interface:: Debugging BSD kernel memory images
12456 * SVR4 Process Information:: SVR4 process information
12457 * DJGPP Native:: Features specific to the DJGPP port
12458 * Cygwin Native:: Features specific to the Cygwin port
12459 * Hurd Native:: Features specific to @sc{gnu} Hurd
12460 * Neutrino:: Features specific to QNX Neutrino
12461 @end menu
12462
12463 @node HP-UX
12464 @subsection HP-UX
12465
12466 On HP-UX systems, if you refer to a function or variable name that
12467 begins with a dollar sign, @value{GDBN} searches for a user or system
12468 name first, before it searches for a convenience variable.
12469
12470
12471 @node BSD libkvm Interface
12472 @subsection BSD libkvm Interface
12473
12474 @cindex libkvm
12475 @cindex kernel memory image
12476 @cindex kernel crash dump
12477
12478 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12479 interface that provides a uniform interface for accessing kernel virtual
12480 memory images, including live systems and crash dumps. @value{GDBN}
12481 uses this interface to allow you to debug live kernels and kernel crash
12482 dumps on many native BSD configurations. This is implemented as a
12483 special @code{kvm} debugging target. For debugging a live system, load
12484 the currently running kernel into @value{GDBN} and connect to the
12485 @code{kvm} target:
12486
12487 @smallexample
12488 (@value{GDBP}) @b{target kvm}
12489 @end smallexample
12490
12491 For debugging crash dumps, provide the file name of the crash dump as an
12492 argument:
12493
12494 @smallexample
12495 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12496 @end smallexample
12497
12498 Once connected to the @code{kvm} target, the following commands are
12499 available:
12500
12501 @table @code
12502 @kindex kvm
12503 @item kvm pcb
12504 Set current context from the @dfn{Process Control Block} (PCB) address.
12505
12506 @item kvm proc
12507 Set current context from proc address. This command isn't available on
12508 modern FreeBSD systems.
12509 @end table
12510
12511 @node SVR4 Process Information
12512 @subsection SVR4 process information
12513 @cindex /proc
12514 @cindex examine process image
12515 @cindex process info via @file{/proc}
12516
12517 Many versions of SVR4 and compatible systems provide a facility called
12518 @samp{/proc} that can be used to examine the image of a running
12519 process using file-system subroutines. If @value{GDBN} is configured
12520 for an operating system with this facility, the command @code{info
12521 proc} is available to report information about the process running
12522 your program, or about any process running on your system. @code{info
12523 proc} works only on SVR4 systems that include the @code{procfs} code.
12524 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12525 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
12526
12527 @table @code
12528 @kindex info proc
12529 @cindex process ID
12530 @item info proc
12531 @itemx info proc @var{process-id}
12532 Summarize available information about any running process. If a
12533 process ID is specified by @var{process-id}, display information about
12534 that process; otherwise display information about the program being
12535 debugged. The summary includes the debugged process ID, the command
12536 line used to invoke it, its current working directory, and its
12537 executable file's absolute file name.
12538
12539 On some systems, @var{process-id} can be of the form
12540 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12541 within a process. If the optional @var{pid} part is missing, it means
12542 a thread from the process being debugged (the leading @samp{/} still
12543 needs to be present, or else @value{GDBN} will interpret the number as
12544 a process ID rather than a thread ID).
12545
12546 @item info proc mappings
12547 @cindex memory address space mappings
12548 Report the memory address space ranges accessible in the program, with
12549 information on whether the process has read, write, or execute access
12550 rights to each range. On @sc{gnu}/Linux systems, each memory range
12551 includes the object file which is mapped to that range, instead of the
12552 memory access rights to that range.
12553
12554 @item info proc stat
12555 @itemx info proc status
12556 @cindex process detailed status information
12557 These subcommands are specific to @sc{gnu}/Linux systems. They show
12558 the process-related information, including the user ID and group ID;
12559 how many threads are there in the process; its virtual memory usage;
12560 the signals that are pending, blocked, and ignored; its TTY; its
12561 consumption of system and user time; its stack size; its @samp{nice}
12562 value; etc. For more information, see the @samp{proc} man page
12563 (type @kbd{man 5 proc} from your shell prompt).
12564
12565 @item info proc all
12566 Show all the information about the process described under all of the
12567 above @code{info proc} subcommands.
12568
12569 @ignore
12570 @comment These sub-options of 'info proc' were not included when
12571 @comment procfs.c was re-written. Keep their descriptions around
12572 @comment against the day when someone finds the time to put them back in.
12573 @kindex info proc times
12574 @item info proc times
12575 Starting time, user CPU time, and system CPU time for your program and
12576 its children.
12577
12578 @kindex info proc id
12579 @item info proc id
12580 Report on the process IDs related to your program: its own process ID,
12581 the ID of its parent, the process group ID, and the session ID.
12582 @end ignore
12583
12584 @item set procfs-trace
12585 @kindex set procfs-trace
12586 @cindex @code{procfs} API calls
12587 This command enables and disables tracing of @code{procfs} API calls.
12588
12589 @item show procfs-trace
12590 @kindex show procfs-trace
12591 Show the current state of @code{procfs} API call tracing.
12592
12593 @item set procfs-file @var{file}
12594 @kindex set procfs-file
12595 Tell @value{GDBN} to write @code{procfs} API trace to the named
12596 @var{file}. @value{GDBN} appends the trace info to the previous
12597 contents of the file. The default is to display the trace on the
12598 standard output.
12599
12600 @item show procfs-file
12601 @kindex show procfs-file
12602 Show the file to which @code{procfs} API trace is written.
12603
12604 @item proc-trace-entry
12605 @itemx proc-trace-exit
12606 @itemx proc-untrace-entry
12607 @itemx proc-untrace-exit
12608 @kindex proc-trace-entry
12609 @kindex proc-trace-exit
12610 @kindex proc-untrace-entry
12611 @kindex proc-untrace-exit
12612 These commands enable and disable tracing of entries into and exits
12613 from the @code{syscall} interface.
12614
12615 @item info pidlist
12616 @kindex info pidlist
12617 @cindex process list, QNX Neutrino
12618 For QNX Neutrino only, this command displays the list of all the
12619 processes and all the threads within each process.
12620
12621 @item info meminfo
12622 @kindex info meminfo
12623 @cindex mapinfo list, QNX Neutrino
12624 For QNX Neutrino only, this command displays the list of all mapinfos.
12625 @end table
12626
12627 @node DJGPP Native
12628 @subsection Features for Debugging @sc{djgpp} Programs
12629 @cindex @sc{djgpp} debugging
12630 @cindex native @sc{djgpp} debugging
12631 @cindex MS-DOS-specific commands
12632
12633 @cindex DPMI
12634 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
12635 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12636 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12637 top of real-mode DOS systems and their emulations.
12638
12639 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
12640 defines a few commands specific to the @sc{djgpp} port. This
12641 subsection describes those commands.
12642
12643 @table @code
12644 @kindex info dos
12645 @item info dos
12646 This is a prefix of @sc{djgpp}-specific commands which print
12647 information about the target system and important OS structures.
12648
12649 @kindex sysinfo
12650 @cindex MS-DOS system info
12651 @cindex free memory information (MS-DOS)
12652 @item info dos sysinfo
12653 This command displays assorted information about the underlying
12654 platform: the CPU type and features, the OS version and flavor, the
12655 DPMI version, and the available conventional and DPMI memory.
12656
12657 @cindex GDT
12658 @cindex LDT
12659 @cindex IDT
12660 @cindex segment descriptor tables
12661 @cindex descriptor tables display
12662 @item info dos gdt
12663 @itemx info dos ldt
12664 @itemx info dos idt
12665 These 3 commands display entries from, respectively, Global, Local,
12666 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12667 tables are data structures which store a descriptor for each segment
12668 that is currently in use. The segment's selector is an index into a
12669 descriptor table; the table entry for that index holds the
12670 descriptor's base address and limit, and its attributes and access
12671 rights.
12672
12673 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12674 segment (used for both data and the stack), and a DOS segment (which
12675 allows access to DOS/BIOS data structures and absolute addresses in
12676 conventional memory). However, the DPMI host will usually define
12677 additional segments in order to support the DPMI environment.
12678
12679 @cindex garbled pointers
12680 These commands allow to display entries from the descriptor tables.
12681 Without an argument, all entries from the specified table are
12682 displayed. An argument, which should be an integer expression, means
12683 display a single entry whose index is given by the argument. For
12684 example, here's a convenient way to display information about the
12685 debugged program's data segment:
12686
12687 @smallexample
12688 @exdent @code{(@value{GDBP}) info dos ldt $ds}
12689 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12690 @end smallexample
12691
12692 @noindent
12693 This comes in handy when you want to see whether a pointer is outside
12694 the data segment's limit (i.e.@: @dfn{garbled}).
12695
12696 @cindex page tables display (MS-DOS)
12697 @item info dos pde
12698 @itemx info dos pte
12699 These two commands display entries from, respectively, the Page
12700 Directory and the Page Tables. Page Directories and Page Tables are
12701 data structures which control how virtual memory addresses are mapped
12702 into physical addresses. A Page Table includes an entry for every
12703 page of memory that is mapped into the program's address space; there
12704 may be several Page Tables, each one holding up to 4096 entries. A
12705 Page Directory has up to 4096 entries, one each for every Page Table
12706 that is currently in use.
12707
12708 Without an argument, @kbd{info dos pde} displays the entire Page
12709 Directory, and @kbd{info dos pte} displays all the entries in all of
12710 the Page Tables. An argument, an integer expression, given to the
12711 @kbd{info dos pde} command means display only that entry from the Page
12712 Directory table. An argument given to the @kbd{info dos pte} command
12713 means display entries from a single Page Table, the one pointed to by
12714 the specified entry in the Page Directory.
12715
12716 @cindex direct memory access (DMA) on MS-DOS
12717 These commands are useful when your program uses @dfn{DMA} (Direct
12718 Memory Access), which needs physical addresses to program the DMA
12719 controller.
12720
12721 These commands are supported only with some DPMI servers.
12722
12723 @cindex physical address from linear address
12724 @item info dos address-pte @var{addr}
12725 This command displays the Page Table entry for a specified linear
12726 address. The argument @var{addr} is a linear address which should
12727 already have the appropriate segment's base address added to it,
12728 because this command accepts addresses which may belong to @emph{any}
12729 segment. For example, here's how to display the Page Table entry for
12730 the page where a variable @code{i} is stored:
12731
12732 @smallexample
12733 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12734 @exdent @code{Page Table entry for address 0x11a00d30:}
12735 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
12736 @end smallexample
12737
12738 @noindent
12739 This says that @code{i} is stored at offset @code{0xd30} from the page
12740 whose physical base address is @code{0x02698000}, and shows all the
12741 attributes of that page.
12742
12743 Note that you must cast the addresses of variables to a @code{char *},
12744 since otherwise the value of @code{__djgpp_base_address}, the base
12745 address of all variables and functions in a @sc{djgpp} program, will
12746 be added using the rules of C pointer arithmetics: if @code{i} is
12747 declared an @code{int}, @value{GDBN} will add 4 times the value of
12748 @code{__djgpp_base_address} to the address of @code{i}.
12749
12750 Here's another example, it displays the Page Table entry for the
12751 transfer buffer:
12752
12753 @smallexample
12754 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12755 @exdent @code{Page Table entry for address 0x29110:}
12756 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12757 @end smallexample
12758
12759 @noindent
12760 (The @code{+ 3} offset is because the transfer buffer's address is the
12761 3rd member of the @code{_go32_info_block} structure.) The output
12762 clearly shows that this DPMI server maps the addresses in conventional
12763 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12764 linear (@code{0x29110}) addresses are identical.
12765
12766 This command is supported only with some DPMI servers.
12767 @end table
12768
12769 @cindex DOS serial data link, remote debugging
12770 In addition to native debugging, the DJGPP port supports remote
12771 debugging via a serial data link. The following commands are specific
12772 to remote serial debugging in the DJGPP port of @value{GDBN}.
12773
12774 @table @code
12775 @kindex set com1base
12776 @kindex set com1irq
12777 @kindex set com2base
12778 @kindex set com2irq
12779 @kindex set com3base
12780 @kindex set com3irq
12781 @kindex set com4base
12782 @kindex set com4irq
12783 @item set com1base @var{addr}
12784 This command sets the base I/O port address of the @file{COM1} serial
12785 port.
12786
12787 @item set com1irq @var{irq}
12788 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12789 for the @file{COM1} serial port.
12790
12791 There are similar commands @samp{set com2base}, @samp{set com3irq},
12792 etc.@: for setting the port address and the @code{IRQ} lines for the
12793 other 3 COM ports.
12794
12795 @kindex show com1base
12796 @kindex show com1irq
12797 @kindex show com2base
12798 @kindex show com2irq
12799 @kindex show com3base
12800 @kindex show com3irq
12801 @kindex show com4base
12802 @kindex show com4irq
12803 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12804 display the current settings of the base address and the @code{IRQ}
12805 lines used by the COM ports.
12806
12807 @item info serial
12808 @kindex info serial
12809 @cindex DOS serial port status
12810 This command prints the status of the 4 DOS serial ports. For each
12811 port, it prints whether it's active or not, its I/O base address and
12812 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12813 counts of various errors encountered so far.
12814 @end table
12815
12816
12817 @node Cygwin Native
12818 @subsection Features for Debugging MS Windows PE executables
12819 @cindex MS Windows debugging
12820 @cindex native Cygwin debugging
12821 @cindex Cygwin-specific commands
12822
12823 @value{GDBN} supports native debugging of MS Windows programs, including
12824 DLLs with and without symbolic debugging information. There are various
12825 additional Cygwin-specific commands, described in this subsection. The
12826 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12827 that have no debugging symbols.
12828
12829
12830 @table @code
12831 @kindex info w32
12832 @item info w32
12833 This is a prefix of MS Windows specific commands which print
12834 information about the target system and important OS structures.
12835
12836 @item info w32 selector
12837 This command displays information returned by
12838 the Win32 API @code{GetThreadSelectorEntry} function.
12839 It takes an optional argument that is evaluated to
12840 a long value to give the information about this given selector.
12841 Without argument, this command displays information
12842 about the the six segment registers.
12843
12844 @kindex info dll
12845 @item info dll
12846 This is a Cygwin specific alias of info shared.
12847
12848 @kindex dll-symbols
12849 @item dll-symbols
12850 This command loads symbols from a dll similarly to
12851 add-sym command but without the need to specify a base address.
12852
12853 @kindex set new-console
12854 @item set new-console @var{mode}
12855 If @var{mode} is @code{on} the debuggee will
12856 be started in a new console on next start.
12857 If @var{mode} is @code{off}i, the debuggee will
12858 be started in the same console as the debugger.
12859
12860 @kindex show new-console
12861 @item show new-console
12862 Displays whether a new console is used
12863 when the debuggee is started.
12864
12865 @kindex set new-group
12866 @item set new-group @var{mode}
12867 This boolean value controls whether the debuggee should
12868 start a new group or stay in the same group as the debugger.
12869 This affects the way the Windows OS handles
12870 Ctrl-C.
12871
12872 @kindex show new-group
12873 @item show new-group
12874 Displays current value of new-group boolean.
12875
12876 @kindex set debugevents
12877 @item set debugevents
12878 This boolean value adds debug output concerning events seen by the debugger.
12879
12880 @kindex set debugexec
12881 @item set debugexec
12882 This boolean value adds debug output concerning execute events
12883 seen by the debugger.
12884
12885 @kindex set debugexceptions
12886 @item set debugexceptions
12887 This boolean value adds debug ouptut concerning exception events
12888 seen by the debugger.
12889
12890 @kindex set debugmemory
12891 @item set debugmemory
12892 This boolean value adds debug ouptut concerning memory events
12893 seen by the debugger.
12894
12895 @kindex set shell
12896 @item set shell
12897 This boolean values specifies whether the debuggee is called
12898 via a shell or directly (default value is on).
12899
12900 @kindex show shell
12901 @item show shell
12902 Displays if the debuggee will be started with a shell.
12903
12904 @end table
12905
12906 @menu
12907 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
12908 @end menu
12909
12910 @node Non-debug DLL symbols
12911 @subsubsection Support for DLLs without debugging symbols
12912 @cindex DLLs with no debugging symbols
12913 @cindex Minimal symbols and DLLs
12914
12915 Very often on windows, some of the DLLs that your program relies on do
12916 not include symbolic debugging information (for example,
12917 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12918 symbols in a DLL, it relies on the minimal amount of symbolic
12919 information contained in the DLL's export table. This subsubsection
12920 describes working with such symbols, known internally to @value{GDBN} as
12921 ``minimal symbols''.
12922
12923 Note that before the debugged program has started execution, no DLLs
12924 will have been loaded. The easiest way around this problem is simply to
12925 start the program --- either by setting a breakpoint or letting the
12926 program run once to completion. It is also possible to force
12927 @value{GDBN} to load a particular DLL before starting the executable ---
12928 see the shared library information in @pxref{Files} or the
12929 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
12930 explicitly loading symbols from a DLL with no debugging information will
12931 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
12932 which may adversely affect symbol lookup performance.
12933
12934 @subsubsection DLL name prefixes
12935
12936 In keeping with the naming conventions used by the Microsoft debugging
12937 tools, DLL export symbols are made available with a prefix based on the
12938 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
12939 also entered into the symbol table, so @code{CreateFileA} is often
12940 sufficient. In some cases there will be name clashes within a program
12941 (particularly if the executable itself includes full debugging symbols)
12942 necessitating the use of the fully qualified name when referring to the
12943 contents of the DLL. Use single-quotes around the name to avoid the
12944 exclamation mark (``!'') being interpreted as a language operator.
12945
12946 Note that the internal name of the DLL may be all upper-case, even
12947 though the file name of the DLL is lower-case, or vice-versa. Since
12948 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
12949 some confusion. If in doubt, try the @code{info functions} and
12950 @code{info variables} commands or even @code{maint print msymbols} (see
12951 @pxref{Symbols}). Here's an example:
12952
12953 @smallexample
12954 (@value{GDBP}) info function CreateFileA
12955 All functions matching regular expression "CreateFileA":
12956
12957 Non-debugging symbols:
12958 0x77e885f4 CreateFileA
12959 0x77e885f4 KERNEL32!CreateFileA
12960 @end smallexample
12961
12962 @smallexample
12963 (@value{GDBP}) info function !
12964 All functions matching regular expression "!":
12965
12966 Non-debugging symbols:
12967 0x6100114c cygwin1!__assert
12968 0x61004034 cygwin1!_dll_crt0@@0
12969 0x61004240 cygwin1!dll_crt0(per_process *)
12970 [etc...]
12971 @end smallexample
12972
12973 @subsubsection Working with minimal symbols
12974
12975 Symbols extracted from a DLL's export table do not contain very much
12976 type information. All that @value{GDBN} can do is guess whether a symbol
12977 refers to a function or variable depending on the linker section that
12978 contains the symbol. Also note that the actual contents of the memory
12979 contained in a DLL are not available unless the program is running. This
12980 means that you cannot examine the contents of a variable or disassemble
12981 a function within a DLL without a running program.
12982
12983 Variables are generally treated as pointers and dereferenced
12984 automatically. For this reason, it is often necessary to prefix a
12985 variable name with the address-of operator (``&'') and provide explicit
12986 type information in the command. Here's an example of the type of
12987 problem:
12988
12989 @smallexample
12990 (@value{GDBP}) print 'cygwin1!__argv'
12991 $1 = 268572168
12992 @end smallexample
12993
12994 @smallexample
12995 (@value{GDBP}) x 'cygwin1!__argv'
12996 0x10021610: "\230y\""
12997 @end smallexample
12998
12999 And two possible solutions:
13000
13001 @smallexample
13002 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13003 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13004 @end smallexample
13005
13006 @smallexample
13007 (@value{GDBP}) x/2x &'cygwin1!__argv'
13008 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
13009 (@value{GDBP}) x/x 0x10021608
13010 0x10021608: 0x0022fd98
13011 (@value{GDBP}) x/s 0x0022fd98
13012 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
13013 @end smallexample
13014
13015 Setting a break point within a DLL is possible even before the program
13016 starts execution. However, under these circumstances, @value{GDBN} can't
13017 examine the initial instructions of the function in order to skip the
13018 function's frame set-up code. You can work around this by using ``*&''
13019 to set the breakpoint at a raw memory address:
13020
13021 @smallexample
13022 (@value{GDBP}) break *&'python22!PyOS_Readline'
13023 Breakpoint 1 at 0x1e04eff0
13024 @end smallexample
13025
13026 The author of these extensions is not entirely convinced that setting a
13027 break point within a shared DLL like @file{kernel32.dll} is completely
13028 safe.
13029
13030 @node Hurd Native
13031 @subsection Commands specific to @sc{gnu} Hurd systems
13032 @cindex @sc{gnu} Hurd debugging
13033
13034 This subsection describes @value{GDBN} commands specific to the
13035 @sc{gnu} Hurd native debugging.
13036
13037 @table @code
13038 @item set signals
13039 @itemx set sigs
13040 @kindex set signals@r{, Hurd command}
13041 @kindex set sigs@r{, Hurd command}
13042 This command toggles the state of inferior signal interception by
13043 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13044 affected by this command. @code{sigs} is a shorthand alias for
13045 @code{signals}.
13046
13047 @item show signals
13048 @itemx show sigs
13049 @kindex show signals@r{, Hurd command}
13050 @kindex show sigs@r{, Hurd command}
13051 Show the current state of intercepting inferior's signals.
13052
13053 @item set signal-thread
13054 @itemx set sigthread
13055 @kindex set signal-thread
13056 @kindex set sigthread
13057 This command tells @value{GDBN} which thread is the @code{libc} signal
13058 thread. That thread is run when a signal is delivered to a running
13059 process. @code{set sigthread} is the shorthand alias of @code{set
13060 signal-thread}.
13061
13062 @item show signal-thread
13063 @itemx show sigthread
13064 @kindex show signal-thread
13065 @kindex show sigthread
13066 These two commands show which thread will run when the inferior is
13067 delivered a signal.
13068
13069 @item set stopped
13070 @kindex set stopped@r{, Hurd command}
13071 This commands tells @value{GDBN} that the inferior process is stopped,
13072 as with the @code{SIGSTOP} signal. The stopped process can be
13073 continued by delivering a signal to it.
13074
13075 @item show stopped
13076 @kindex show stopped@r{, Hurd command}
13077 This command shows whether @value{GDBN} thinks the debuggee is
13078 stopped.
13079
13080 @item set exceptions
13081 @kindex set exceptions@r{, Hurd command}
13082 Use this command to turn off trapping of exceptions in the inferior.
13083 When exception trapping is off, neither breakpoints nor
13084 single-stepping will work. To restore the default, set exception
13085 trapping on.
13086
13087 @item show exceptions
13088 @kindex show exceptions@r{, Hurd command}
13089 Show the current state of trapping exceptions in the inferior.
13090
13091 @item set task pause
13092 @kindex set task@r{, Hurd commands}
13093 @cindex task attributes (@sc{gnu} Hurd)
13094 @cindex pause current task (@sc{gnu} Hurd)
13095 This command toggles task suspension when @value{GDBN} has control.
13096 Setting it to on takes effect immediately, and the task is suspended
13097 whenever @value{GDBN} gets control. Setting it to off will take
13098 effect the next time the inferior is continued. If this option is set
13099 to off, you can use @code{set thread default pause on} or @code{set
13100 thread pause on} (see below) to pause individual threads.
13101
13102 @item show task pause
13103 @kindex show task@r{, Hurd commands}
13104 Show the current state of task suspension.
13105
13106 @item set task detach-suspend-count
13107 @cindex task suspend count
13108 @cindex detach from task, @sc{gnu} Hurd
13109 This command sets the suspend count the task will be left with when
13110 @value{GDBN} detaches from it.
13111
13112 @item show task detach-suspend-count
13113 Show the suspend count the task will be left with when detaching.
13114
13115 @item set task exception-port
13116 @itemx set task excp
13117 @cindex task exception port, @sc{gnu} Hurd
13118 This command sets the task exception port to which @value{GDBN} will
13119 forward exceptions. The argument should be the value of the @dfn{send
13120 rights} of the task. @code{set task excp} is a shorthand alias.
13121
13122 @item set noninvasive
13123 @cindex noninvasive task options
13124 This command switches @value{GDBN} to a mode that is the least
13125 invasive as far as interfering with the inferior is concerned. This
13126 is the same as using @code{set task pause}, @code{set exceptions}, and
13127 @code{set signals} to values opposite to the defaults.
13128
13129 @item info send-rights
13130 @itemx info receive-rights
13131 @itemx info port-rights
13132 @itemx info port-sets
13133 @itemx info dead-names
13134 @itemx info ports
13135 @itemx info psets
13136 @cindex send rights, @sc{gnu} Hurd
13137 @cindex receive rights, @sc{gnu} Hurd
13138 @cindex port rights, @sc{gnu} Hurd
13139 @cindex port sets, @sc{gnu} Hurd
13140 @cindex dead names, @sc{gnu} Hurd
13141 These commands display information about, respectively, send rights,
13142 receive rights, port rights, port sets, and dead names of a task.
13143 There are also shorthand aliases: @code{info ports} for @code{info
13144 port-rights} and @code{info psets} for @code{info port-sets}.
13145
13146 @item set thread pause
13147 @kindex set thread@r{, Hurd command}
13148 @cindex thread properties, @sc{gnu} Hurd
13149 @cindex pause current thread (@sc{gnu} Hurd)
13150 This command toggles current thread suspension when @value{GDBN} has
13151 control. Setting it to on takes effect immediately, and the current
13152 thread is suspended whenever @value{GDBN} gets control. Setting it to
13153 off will take effect the next time the inferior is continued.
13154 Normally, this command has no effect, since when @value{GDBN} has
13155 control, the whole task is suspended. However, if you used @code{set
13156 task pause off} (see above), this command comes in handy to suspend
13157 only the current thread.
13158
13159 @item show thread pause
13160 @kindex show thread@r{, Hurd command}
13161 This command shows the state of current thread suspension.
13162
13163 @item set thread run
13164 This comamnd sets whether the current thread is allowed to run.
13165
13166 @item show thread run
13167 Show whether the current thread is allowed to run.
13168
13169 @item set thread detach-suspend-count
13170 @cindex thread suspend count, @sc{gnu} Hurd
13171 @cindex detach from thread, @sc{gnu} Hurd
13172 This command sets the suspend count @value{GDBN} will leave on a
13173 thread when detaching. This number is relative to the suspend count
13174 found by @value{GDBN} when it notices the thread; use @code{set thread
13175 takeover-suspend-count} to force it to an absolute value.
13176
13177 @item show thread detach-suspend-count
13178 Show the suspend count @value{GDBN} will leave on the thread when
13179 detaching.
13180
13181 @item set thread exception-port
13182 @itemx set thread excp
13183 Set the thread exception port to which to forward exceptions. This
13184 overrides the port set by @code{set task exception-port} (see above).
13185 @code{set thread excp} is the shorthand alias.
13186
13187 @item set thread takeover-suspend-count
13188 Normally, @value{GDBN}'s thread suspend counts are relative to the
13189 value @value{GDBN} finds when it notices each thread. This command
13190 changes the suspend counts to be absolute instead.
13191
13192 @item set thread default
13193 @itemx show thread default
13194 @cindex thread default settings, @sc{gnu} Hurd
13195 Each of the above @code{set thread} commands has a @code{set thread
13196 default} counterpart (e.g., @code{set thread default pause}, @code{set
13197 thread default exception-port}, etc.). The @code{thread default}
13198 variety of commands sets the default thread properties for all
13199 threads; you can then change the properties of individual threads with
13200 the non-default commands.
13201 @end table
13202
13203
13204 @node Neutrino
13205 @subsection QNX Neutrino
13206 @cindex QNX Neutrino
13207
13208 @value{GDBN} provides the following commands specific to the QNX
13209 Neutrino target:
13210
13211 @table @code
13212 @item set debug nto-debug
13213 @kindex set debug nto-debug
13214 When set to on, enables debugging messages specific to the QNX
13215 Neutrino support.
13216
13217 @item show debug nto-debug
13218 @kindex show debug nto-debug
13219 Show the current state of QNX Neutrino messages.
13220 @end table
13221
13222
13223 @node Embedded OS
13224 @section Embedded Operating Systems
13225
13226 This section describes configurations involving the debugging of
13227 embedded operating systems that are available for several different
13228 architectures.
13229
13230 @menu
13231 * VxWorks:: Using @value{GDBN} with VxWorks
13232 @end menu
13233
13234 @value{GDBN} includes the ability to debug programs running on
13235 various real-time operating systems.
13236
13237 @node VxWorks
13238 @subsection Using @value{GDBN} with VxWorks
13239
13240 @cindex VxWorks
13241
13242 @table @code
13243
13244 @kindex target vxworks
13245 @item target vxworks @var{machinename}
13246 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13247 is the target system's machine name or IP address.
13248
13249 @end table
13250
13251 On VxWorks, @code{load} links @var{filename} dynamically on the
13252 current target system as well as adding its symbols in @value{GDBN}.
13253
13254 @value{GDBN} enables developers to spawn and debug tasks running on networked
13255 VxWorks targets from a Unix host. Already-running tasks spawned from
13256 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13257 both the Unix host and on the VxWorks target. The program
13258 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13259 installed with the name @code{vxgdb}, to distinguish it from a
13260 @value{GDBN} for debugging programs on the host itself.)
13261
13262 @table @code
13263 @item VxWorks-timeout @var{args}
13264 @kindex vxworks-timeout
13265 All VxWorks-based targets now support the option @code{vxworks-timeout}.
13266 This option is set by the user, and @var{args} represents the number of
13267 seconds @value{GDBN} waits for responses to rpc's. You might use this if
13268 your VxWorks target is a slow software simulator or is on the far side
13269 of a thin network line.
13270 @end table
13271
13272 The following information on connecting to VxWorks was current when
13273 this manual was produced; newer releases of VxWorks may use revised
13274 procedures.
13275
13276 @findex INCLUDE_RDB
13277 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13278 to include the remote debugging interface routines in the VxWorks
13279 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13280 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13281 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13282 source debugging task @code{tRdbTask} when VxWorks is booted. For more
13283 information on configuring and remaking VxWorks, see the manufacturer's
13284 manual.
13285 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
13286
13287 Once you have included @file{rdb.a} in your VxWorks system image and set
13288 your Unix execution search path to find @value{GDBN}, you are ready to
13289 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13290 @code{vxgdb}, depending on your installation).
13291
13292 @value{GDBN} comes up showing the prompt:
13293
13294 @smallexample
13295 (vxgdb)
13296 @end smallexample
13297
13298 @menu
13299 * VxWorks Connection:: Connecting to VxWorks
13300 * VxWorks Download:: VxWorks download
13301 * VxWorks Attach:: Running tasks
13302 @end menu
13303
13304 @node VxWorks Connection
13305 @subsubsection Connecting to VxWorks
13306
13307 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13308 network. To connect to a target whose host name is ``@code{tt}'', type:
13309
13310 @smallexample
13311 (vxgdb) target vxworks tt
13312 @end smallexample
13313
13314 @need 750
13315 @value{GDBN} displays messages like these:
13316
13317 @smallexample
13318 Attaching remote machine across net...
13319 Connected to tt.
13320 @end smallexample
13321
13322 @need 1000
13323 @value{GDBN} then attempts to read the symbol tables of any object modules
13324 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13325 these files by searching the directories listed in the command search
13326 path (@pxref{Environment, ,Your program's environment}); if it fails
13327 to find an object file, it displays a message such as:
13328
13329 @smallexample
13330 prog.o: No such file or directory.
13331 @end smallexample
13332
13333 When this happens, add the appropriate directory to the search path with
13334 the @value{GDBN} command @code{path}, and execute the @code{target}
13335 command again.
13336
13337 @node VxWorks Download
13338 @subsubsection VxWorks download
13339
13340 @cindex download to VxWorks
13341 If you have connected to the VxWorks target and you want to debug an
13342 object that has not yet been loaded, you can use the @value{GDBN}
13343 @code{load} command to download a file from Unix to VxWorks
13344 incrementally. The object file given as an argument to the @code{load}
13345 command is actually opened twice: first by the VxWorks target in order
13346 to download the code, then by @value{GDBN} in order to read the symbol
13347 table. This can lead to problems if the current working directories on
13348 the two systems differ. If both systems have NFS mounted the same
13349 filesystems, you can avoid these problems by using absolute paths.
13350 Otherwise, it is simplest to set the working directory on both systems
13351 to the directory in which the object file resides, and then to reference
13352 the file by its name, without any path. For instance, a program
13353 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13354 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13355 program, type this on VxWorks:
13356
13357 @smallexample
13358 -> cd "@var{vxpath}/vw/demo/rdb"
13359 @end smallexample
13360
13361 @noindent
13362 Then, in @value{GDBN}, type:
13363
13364 @smallexample
13365 (vxgdb) cd @var{hostpath}/vw/demo/rdb
13366 (vxgdb) load prog.o
13367 @end smallexample
13368
13369 @value{GDBN} displays a response similar to this:
13370
13371 @smallexample
13372 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13373 @end smallexample
13374
13375 You can also use the @code{load} command to reload an object module
13376 after editing and recompiling the corresponding source file. Note that
13377 this makes @value{GDBN} delete all currently-defined breakpoints,
13378 auto-displays, and convenience variables, and to clear the value
13379 history. (This is necessary in order to preserve the integrity of
13380 debugger's data structures that reference the target system's symbol
13381 table.)
13382
13383 @node VxWorks Attach
13384 @subsubsection Running tasks
13385
13386 @cindex running VxWorks tasks
13387 You can also attach to an existing task using the @code{attach} command as
13388 follows:
13389
13390 @smallexample
13391 (vxgdb) attach @var{task}
13392 @end smallexample
13393
13394 @noindent
13395 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13396 or suspended when you attach to it. Running tasks are suspended at
13397 the time of attachment.
13398
13399 @node Embedded Processors
13400 @section Embedded Processors
13401
13402 This section goes into details specific to particular embedded
13403 configurations.
13404
13405 @cindex send command to simulator
13406 Whenever a specific embedded processor has a simulator, @value{GDBN}
13407 allows to send an arbitrary command to the simulator.
13408
13409 @table @code
13410 @item sim @var{command}
13411 @kindex sim@r{, a command}
13412 Send an arbitrary @var{command} string to the simulator. Consult the
13413 documentation for the specific simulator in use for information about
13414 acceptable commands.
13415 @end table
13416
13417
13418 @menu
13419 * ARM:: ARM RDI
13420 * H8/300:: Renesas H8/300
13421 * H8/500:: Renesas H8/500
13422 * M32R/D:: Renesas M32R/D
13423 * M68K:: Motorola M68K
13424 * MIPS Embedded:: MIPS Embedded
13425 * OpenRISC 1000:: OpenRisc 1000
13426 * PA:: HP PA Embedded
13427 * PowerPC: PowerPC
13428 * SH:: Renesas SH
13429 * Sparclet:: Tsqware Sparclet
13430 * Sparclite:: Fujitsu Sparclite
13431 * ST2000:: Tandem ST2000
13432 * Z8000:: Zilog Z8000
13433 * AVR:: Atmel AVR
13434 * CRIS:: CRIS
13435 * Super-H:: Renesas Super-H
13436 * WinCE:: Windows CE child processes
13437 @end menu
13438
13439 @node ARM
13440 @subsection ARM
13441 @cindex ARM RDI
13442
13443 @table @code
13444 @kindex target rdi
13445 @item target rdi @var{dev}
13446 ARM Angel monitor, via RDI library interface to ADP protocol. You may
13447 use this target to communicate with both boards running the Angel
13448 monitor, or with the EmbeddedICE JTAG debug device.
13449
13450 @kindex target rdp
13451 @item target rdp @var{dev}
13452 ARM Demon monitor.
13453
13454 @end table
13455
13456 @value{GDBN} provides the following ARM-specific commands:
13457
13458 @table @code
13459 @item set arm disassembler
13460 @kindex set arm
13461 This commands selects from a list of disassembly styles. The
13462 @code{"std"} style is the standard style.
13463
13464 @item show arm disassembler
13465 @kindex show arm
13466 Show the current disassembly style.
13467
13468 @item set arm apcs32
13469 @cindex ARM 32-bit mode
13470 This command toggles ARM operation mode between 32-bit and 26-bit.
13471
13472 @item show arm apcs32
13473 Display the current usage of the ARM 32-bit mode.
13474
13475 @item set arm fpu @var{fputype}
13476 This command sets the ARM floating-point unit (FPU) type. The
13477 argument @var{fputype} can be one of these:
13478
13479 @table @code
13480 @item auto
13481 Determine the FPU type by querying the OS ABI.
13482 @item softfpa
13483 Software FPU, with mixed-endian doubles on little-endian ARM
13484 processors.
13485 @item fpa
13486 GCC-compiled FPA co-processor.
13487 @item softvfp
13488 Software FPU with pure-endian doubles.
13489 @item vfp
13490 VFP co-processor.
13491 @end table
13492
13493 @item show arm fpu
13494 Show the current type of the FPU.
13495
13496 @item set arm abi
13497 This command forces @value{GDBN} to use the specified ABI.
13498
13499 @item show arm abi
13500 Show the currently used ABI.
13501
13502 @item set debug arm
13503 Toggle whether to display ARM-specific debugging messages from the ARM
13504 target support subsystem.
13505
13506 @item show debug arm
13507 Show whether ARM-specific debugging messages are enabled.
13508 @end table
13509
13510 The following commands are available when an ARM target is debugged
13511 using the RDI interface:
13512
13513 @table @code
13514 @item rdilogfile @r{[}@var{file}@r{]}
13515 @kindex rdilogfile
13516 @cindex ADP (Angel Debugger Protocol) logging
13517 Set the filename for the ADP (Angel Debugger Protocol) packet log.
13518 With an argument, sets the log file to the specified @var{file}. With
13519 no argument, show the current log file name. The default log file is
13520 @file{rdi.log}.
13521
13522 @item rdilogenable @r{[}@var{arg}@r{]}
13523 @kindex rdilogenable
13524 Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13525 enables logging, with an argument 0 or @code{"no"} disables it. With
13526 no arguments displays the current setting. When logging is enabled,
13527 ADP packets exchanged between @value{GDBN} and the RDI target device
13528 are logged to a file.
13529
13530 @item set rdiromatzero
13531 @kindex set rdiromatzero
13532 @cindex ROM at zero address, RDI
13533 Tell @value{GDBN} whether the target has ROM at address 0. If on,
13534 vector catching is disabled, so that zero address can be used. If off
13535 (the default), vector catching is enabled. For this command to take
13536 effect, it needs to be invoked prior to the @code{target rdi} command.
13537
13538 @item show rdiromatzero
13539 @kindex show rdiromatzero
13540 Show the current setting of ROM at zero address.
13541
13542 @item set rdiheartbeat
13543 @kindex set rdiheartbeat
13544 @cindex RDI heartbeat
13545 Enable or disable RDI heartbeat packets. It is not recommended to
13546 turn on this option, since it confuses ARM and EPI JTAG interface, as
13547 well as the Angel monitor.
13548
13549 @item show rdiheartbeat
13550 @kindex show rdiheartbeat
13551 Show the setting of RDI heartbeat packets.
13552 @end table
13553
13554
13555 @node H8/300
13556 @subsection Renesas H8/300
13557
13558 @table @code
13559
13560 @kindex target hms@r{, with H8/300}
13561 @item target hms @var{dev}
13562 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
13563 Use special commands @code{device} and @code{speed} to control the serial
13564 line and the communications speed used.
13565
13566 @kindex target e7000@r{, with H8/300}
13567 @item target e7000 @var{dev}
13568 E7000 emulator for Renesas H8 and SH.
13569
13570 @kindex target sh3@r{, with H8/300}
13571 @kindex target sh3e@r{, with H8/300}
13572 @item target sh3 @var{dev}
13573 @itemx target sh3e @var{dev}
13574 Renesas SH-3 and SH-3E target systems.
13575
13576 @end table
13577
13578 @cindex download to H8/300 or H8/500
13579 @cindex H8/300 or H8/500 download
13580 @cindex download to Renesas SH
13581 @cindex Renesas SH download
13582 When you select remote debugging to a Renesas SH, H8/300, or H8/500
13583 board, the @code{load} command downloads your program to the Renesas
13584 board and also opens it as the current executable target for
13585 @value{GDBN} on your host (like the @code{file} command).
13586
13587 @value{GDBN} needs to know these things to talk to your
13588 Renesas SH, H8/300, or H8/500:
13589
13590 @enumerate
13591 @item
13592 that you want to use @samp{target hms}, the remote debugging interface
13593 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13594 emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13595 the default when @value{GDBN} is configured specifically for the Renesas SH,
13596 H8/300, or H8/500.)
13597
13598 @item
13599 what serial device connects your host to your Renesas board (the first
13600 serial device available on your host is the default).
13601
13602 @item
13603 what speed to use over the serial device.
13604 @end enumerate
13605
13606 @menu
13607 * Renesas Boards:: Connecting to Renesas boards.
13608 * Renesas ICE:: Using the E7000 In-Circuit Emulator.
13609 * Renesas Special:: Special @value{GDBN} commands for Renesas micros.
13610 @end menu
13611
13612 @node Renesas Boards
13613 @subsubsection Connecting to Renesas boards
13614
13615 @c only for Unix hosts
13616 @kindex device
13617 @cindex serial device, Renesas micros
13618 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13619 need to explicitly set the serial device. The default @var{port} is the
13620 first available port on your host. This is only necessary on Unix
13621 hosts, where it is typically something like @file{/dev/ttya}.
13622
13623 @kindex speed
13624 @cindex serial line speed, Renesas micros
13625 @code{@value{GDBN}} has another special command to set the communications
13626 speed: @samp{speed @var{bps}}. This command also is only used from Unix
13627 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13628 the DOS @code{mode} command (for instance,
13629 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13630
13631 The @samp{device} and @samp{speed} commands are available only when you
13632 use a Unix host to debug your Renesas microprocessor programs. If you
13633 use a DOS host,
13634 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13635 called @code{asynctsr} to communicate with the development board
13636 through a PC serial port. You must also use the DOS @code{mode} command
13637 to set up the serial port on the DOS side.
13638
13639 The following sample session illustrates the steps needed to start a
13640 program under @value{GDBN} control on an H8/300. The example uses a
13641 sample H8/300 program called @file{t.x}. The procedure is the same for
13642 the Renesas SH and the H8/500.
13643
13644 First hook up your development board. In this example, we use a
13645 board attached to serial port @code{COM2}; if you use a different serial
13646 port, substitute its name in the argument of the @code{mode} command.
13647 When you call @code{asynctsr}, the auxiliary comms program used by the
13648 debugger, you give it just the numeric part of the serial port's name;
13649 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13650 @code{COM2}.
13651
13652 @smallexample
13653 C:\H8300\TEST> asynctsr 2
13654 C:\H8300\TEST> mode com2:9600,n,8,1,p
13655
13656 Resident portion of MODE loaded
13657
13658 COM2: 9600, n, 8, 1, p
13659
13660 @end smallexample
13661
13662 @quotation
13663 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13664 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13665 disable it, or even boot without it, to use @code{asynctsr} to control
13666 your development board.
13667 @end quotation
13668
13669 @kindex target hms@r{, and serial protocol}
13670 Now that serial communications are set up, and the development board is
13671 connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
13672 the name of your program as the argument. @code{@value{GDBN}} prompts
13673 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13674 commands to begin your debugging session: @samp{target hms} to specify
13675 cross-debugging to the Renesas board, and the @code{load} command to
13676 download your program to the board. @code{load} displays the names of
13677 the program's sections, and a @samp{*} for each 2K of data downloaded.
13678 (If you want to refresh @value{GDBN} data on symbols or on the
13679 executable file without downloading, use the @value{GDBN} commands
13680 @code{file} or @code{symbol-file}. These commands, and @code{load}
13681 itself, are described in @ref{Files,,Commands to specify files}.)
13682
13683 @smallexample
13684 (eg-C:\H8300\TEST) @value{GDBP} t.x
13685 @value{GDBN} is free software and you are welcome to distribute copies
13686 of it under certain conditions; type "show copying" to see
13687 the conditions.
13688 There is absolutely no warranty for @value{GDBN}; type "show warranty"
13689 for details.
13690 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13691 (@value{GDBP}) target hms
13692 Connected to remote H8/300 HMS system.
13693 (@value{GDBP}) load t.x
13694 .text : 0x8000 .. 0xabde ***********
13695 .data : 0xabde .. 0xad30 *
13696 .stack : 0xf000 .. 0xf014 *
13697 @end smallexample
13698
13699 At this point, you're ready to run or debug your program. From here on,
13700 you can use all the usual @value{GDBN} commands. The @code{break} command
13701 sets breakpoints; the @code{run} command starts your program;
13702 @code{print} or @code{x} display data; the @code{continue} command
13703 resumes execution after stopping at a breakpoint. You can use the
13704 @code{help} command at any time to find out more about @value{GDBN} commands.
13705
13706 Remember, however, that @emph{operating system} facilities aren't
13707 available on your development board; for example, if your program hangs,
13708 you can't send an interrupt---but you can press the @sc{reset} switch!
13709
13710 Use the @sc{reset} button on the development board
13711 @itemize @bullet
13712 @item
13713 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13714 no way to pass an interrupt signal to the development board); and
13715
13716 @item
13717 to return to the @value{GDBN} command prompt after your program finishes
13718 normally. The communications protocol provides no other way for @value{GDBN}
13719 to detect program completion.
13720 @end itemize
13721
13722 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13723 development board as a ``normal exit'' of your program.
13724
13725 @node Renesas ICE
13726 @subsubsection Using the E7000 in-circuit emulator
13727
13728 @kindex target e7000@r{, with Renesas ICE}
13729 You can use the E7000 in-circuit emulator to develop code for either the
13730 Renesas SH or the H8/300H. Use one of these forms of the @samp{target
13731 e7000} command to connect @value{GDBN} to your E7000:
13732
13733 @table @code
13734 @item target e7000 @var{port} @var{speed}
13735 Use this form if your E7000 is connected to a serial port. The
13736 @var{port} argument identifies what serial port to use (for example,
13737 @samp{com2}). The third argument is the line speed in bits per second
13738 (for example, @samp{9600}).
13739
13740 @item target e7000 @var{hostname}
13741 If your E7000 is installed as a host on a TCP/IP network, you can just
13742 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13743 @end table
13744
13745 The following special commands are available when debugging with the
13746 Renesas E7000 ICE:
13747
13748 @table @code
13749 @item e7000 @var{command}
13750 @kindex e7000
13751 @cindex send command to E7000 monitor
13752 This sends the specified @var{command} to the E7000 monitor.
13753
13754 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13755 @kindex ftplogin@r{, E7000}
13756 This command records information for subsequent interface with the
13757 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13758 named @var{machine} using specified @var{username} and @var{password},
13759 and then chdir to the named directory @var{dir}.
13760
13761 @item ftpload @var{file}
13762 @kindex ftpload@r{, E7000}
13763 This command uses credentials recorded by @code{ftplogin} to fetch and
13764 load the named @var{file} from the E7000 monitor.
13765
13766 @item drain
13767 @kindex drain@r{, E7000}
13768 This command drains any pending text buffers stored on the E7000.
13769
13770 @item set usehardbreakpoints
13771 @itemx show usehardbreakpoints
13772 @kindex set usehardbreakpoints@r{, E7000}
13773 @kindex show usehardbreakpoints@r{, E7000}
13774 @cindex hardware breakpoints, and E7000
13775 These commands set and show the use of hardware breakpoints for all
13776 breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13777 more information about using hardware breakpoints selectively.
13778 @end table
13779
13780 @node Renesas Special
13781 @subsubsection Special @value{GDBN} commands for Renesas micros
13782
13783 Some @value{GDBN} commands are available only for the H8/300:
13784
13785 @table @code
13786
13787 @kindex set machine
13788 @kindex show machine
13789 @item set machine h8300
13790 @itemx set machine h8300h
13791 Condition @value{GDBN} for one of the two variants of the H8/300
13792 architecture with @samp{set machine}. You can use @samp{show machine}
13793 to check which variant is currently in effect.
13794
13795 @end table
13796
13797 @node H8/500
13798 @subsection H8/500
13799
13800 @table @code
13801
13802 @kindex set memory @var{mod}
13803 @cindex memory models, H8/500
13804 @item set memory @var{mod}
13805 @itemx show memory
13806 Specify which H8/500 memory model (@var{mod}) you are using with
13807 @samp{set memory}; check which memory model is in effect with @samp{show
13808 memory}. The accepted values for @var{mod} are @code{small},
13809 @code{big}, @code{medium}, and @code{compact}.
13810
13811 @end table
13812
13813 @node M32R/D
13814 @subsection Renesas M32R/D and M32R/SDI
13815
13816 @table @code
13817 @kindex target m32r
13818 @item target m32r @var{dev}
13819 Renesas M32R/D ROM monitor.
13820
13821 @kindex target m32rsdi
13822 @item target m32rsdi @var{dev}
13823 Renesas M32R SDI server, connected via parallel port to the board.
13824 @end table
13825
13826 The following @value{GDBN} commands are specific to the M32R monitor:
13827
13828 @table @code
13829 @item set download-path @var{path}
13830 @kindex set download-path
13831 @cindex find downloadable @sc{srec} files (M32R)
13832 Set the default path for finding donwloadable @sc{srec} files.
13833
13834 @item show download-path
13835 @kindex show download-path
13836 Show the default path for downloadable @sc{srec} files.
13837
13838 @item set board-address @var{addr}
13839 @kindex set board-address
13840 @cindex M32-EVA target board address
13841 Set the IP address for the M32R-EVA target board.
13842
13843 @item show board-address
13844 @kindex show board-address
13845 Show the current IP address of the target board.
13846
13847 @item set server-address @var{addr}
13848 @kindex set server-address
13849 @cindex download server address (M32R)
13850 Set the IP address for the download server, which is the @value{GDBN}'s
13851 host machine.
13852
13853 @item show server-address
13854 @kindex show server-address
13855 Display the IP address of the download server.
13856
13857 @item upload @r{[}@var{file}@r{]}
13858 @kindex upload@r{, M32R}
13859 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13860 upload capability. If no @var{file} argument is given, the current
13861 executable file is uploaded.
13862
13863 @item tload @r{[}@var{file}@r{]}
13864 @kindex tload@r{, M32R}
13865 Test the @code{upload} command.
13866 @end table
13867
13868 The following commands are available for M32R/SDI:
13869
13870 @table @code
13871 @item sdireset
13872 @kindex sdireset
13873 @cindex reset SDI connection, M32R
13874 This command resets the SDI connection.
13875
13876 @item sdistatus
13877 @kindex sdistatus
13878 This command shows the SDI connection status.
13879
13880 @item debug_chaos
13881 @kindex debug_chaos
13882 @cindex M32R/Chaos debugging
13883 Instructs the remote that M32R/Chaos debugging is to be used.
13884
13885 @item use_debug_dma
13886 @kindex use_debug_dma
13887 Instructs the remote to use the DEBUG_DMA method of accessing memory.
13888
13889 @item use_mon_code
13890 @kindex use_mon_code
13891 Instructs the remote to use the MON_CODE method of accessing memory.
13892
13893 @item use_ib_break
13894 @kindex use_ib_break
13895 Instructs the remote to set breakpoints by IB break.
13896
13897 @item use_dbt_break
13898 @kindex use_dbt_break
13899 Instructs the remote to set breakpoints by DBT.
13900 @end table
13901
13902 @node M68K
13903 @subsection M68k
13904
13905 The Motorola m68k configuration includes ColdFire support, and
13906 target command for the following ROM monitors.
13907
13908 @table @code
13909
13910 @kindex target abug
13911 @item target abug @var{dev}
13912 ABug ROM monitor for M68K.
13913
13914 @kindex target cpu32bug
13915 @item target cpu32bug @var{dev}
13916 CPU32BUG monitor, running on a CPU32 (M68K) board.
13917
13918 @kindex target dbug
13919 @item target dbug @var{dev}
13920 dBUG ROM monitor for Motorola ColdFire.
13921
13922 @kindex target est
13923 @item target est @var{dev}
13924 EST-300 ICE monitor, running on a CPU32 (M68K) board.
13925
13926 @kindex target rom68k
13927 @item target rom68k @var{dev}
13928 ROM 68K monitor, running on an M68K IDP board.
13929
13930 @end table
13931
13932 @table @code
13933
13934 @kindex target rombug
13935 @item target rombug @var{dev}
13936 ROMBUG ROM monitor for OS/9000.
13937
13938 @end table
13939
13940 @node MIPS Embedded
13941 @subsection MIPS Embedded
13942
13943 @cindex MIPS boards
13944 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
13945 MIPS board attached to a serial line. This is available when
13946 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
13947
13948 @need 1000
13949 Use these @value{GDBN} commands to specify the connection to your target board:
13950
13951 @table @code
13952 @item target mips @var{port}
13953 @kindex target mips @var{port}
13954 To run a program on the board, start up @code{@value{GDBP}} with the
13955 name of your program as the argument. To connect to the board, use the
13956 command @samp{target mips @var{port}}, where @var{port} is the name of
13957 the serial port connected to the board. If the program has not already
13958 been downloaded to the board, you may use the @code{load} command to
13959 download it. You can then use all the usual @value{GDBN} commands.
13960
13961 For example, this sequence connects to the target board through a serial
13962 port, and loads and runs a program called @var{prog} through the
13963 debugger:
13964
13965 @smallexample
13966 host$ @value{GDBP} @var{prog}
13967 @value{GDBN} is free software and @dots{}
13968 (@value{GDBP}) target mips /dev/ttyb
13969 (@value{GDBP}) load @var{prog}
13970 (@value{GDBP}) run
13971 @end smallexample
13972
13973 @item target mips @var{hostname}:@var{portnumber}
13974 On some @value{GDBN} host configurations, you can specify a TCP
13975 connection (for instance, to a serial line managed by a terminal
13976 concentrator) instead of a serial port, using the syntax
13977 @samp{@var{hostname}:@var{portnumber}}.
13978
13979 @item target pmon @var{port}
13980 @kindex target pmon @var{port}
13981 PMON ROM monitor.
13982
13983 @item target ddb @var{port}
13984 @kindex target ddb @var{port}
13985 NEC's DDB variant of PMON for Vr4300.
13986
13987 @item target lsi @var{port}
13988 @kindex target lsi @var{port}
13989 LSI variant of PMON.
13990
13991 @kindex target r3900
13992 @item target r3900 @var{dev}
13993 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
13994
13995 @kindex target array
13996 @item target array @var{dev}
13997 Array Tech LSI33K RAID controller board.
13998
13999 @end table
14000
14001
14002 @noindent
14003 @value{GDBN} also supports these special commands for MIPS targets:
14004
14005 @table @code
14006 @item set mipsfpu double
14007 @itemx set mipsfpu single
14008 @itemx set mipsfpu none
14009 @itemx set mipsfpu auto
14010 @itemx show mipsfpu
14011 @kindex set mipsfpu
14012 @kindex show mipsfpu
14013 @cindex MIPS remote floating point
14014 @cindex floating point, MIPS remote
14015 If your target board does not support the MIPS floating point
14016 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14017 need this, you may wish to put the command in your @value{GDBN} init
14018 file). This tells @value{GDBN} how to find the return value of
14019 functions which return floating point values. It also allows
14020 @value{GDBN} to avoid saving the floating point registers when calling
14021 functions on the board. If you are using a floating point coprocessor
14022 with only single precision floating point support, as on the @sc{r4650}
14023 processor, use the command @samp{set mipsfpu single}. The default
14024 double precision floating point coprocessor may be selected using
14025 @samp{set mipsfpu double}.
14026
14027 In previous versions the only choices were double precision or no
14028 floating point, so @samp{set mipsfpu on} will select double precision
14029 and @samp{set mipsfpu off} will select no floating point.
14030
14031 As usual, you can inquire about the @code{mipsfpu} variable with
14032 @samp{show mipsfpu}.
14033
14034 @item set timeout @var{seconds}
14035 @itemx set retransmit-timeout @var{seconds}
14036 @itemx show timeout
14037 @itemx show retransmit-timeout
14038 @cindex @code{timeout}, MIPS protocol
14039 @cindex @code{retransmit-timeout}, MIPS protocol
14040 @kindex set timeout
14041 @kindex show timeout
14042 @kindex set retransmit-timeout
14043 @kindex show retransmit-timeout
14044 You can control the timeout used while waiting for a packet, in the MIPS
14045 remote protocol, with the @code{set timeout @var{seconds}} command. The
14046 default is 5 seconds. Similarly, you can control the timeout used while
14047 waiting for an acknowledgement of a packet with the @code{set
14048 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14049 You can inspect both values with @code{show timeout} and @code{show
14050 retransmit-timeout}. (These commands are @emph{only} available when
14051 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14052
14053 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14054 is waiting for your program to stop. In that case, @value{GDBN} waits
14055 forever because it has no way of knowing how long the program is going
14056 to run before stopping.
14057
14058 @item set syn-garbage-limit @var{num}
14059 @kindex set syn-garbage-limit@r{, MIPS remote}
14060 @cindex synchronize with remote MIPS target
14061 Limit the maximum number of characters @value{GDBN} should ignore when
14062 it tries to synchronize with the remote target. The default is 10
14063 characters. Setting the limit to -1 means there's no limit.
14064
14065 @item show syn-garbage-limit
14066 @kindex show syn-garbage-limit@r{, MIPS remote}
14067 Show the current limit on the number of characters to ignore when
14068 trying to synchronize with the remote system.
14069
14070 @item set monitor-prompt @var{prompt}
14071 @kindex set monitor-prompt@r{, MIPS remote}
14072 @cindex remote monitor prompt
14073 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14074 remote monitor. The default depends on the target:
14075 @table @asis
14076 @item pmon target
14077 @samp{PMON}
14078 @item ddb target
14079 @samp{NEC010}
14080 @item lsi target
14081 @samp{PMON>}
14082 @end table
14083
14084 @item show monitor-prompt
14085 @kindex show monitor-prompt@r{, MIPS remote}
14086 Show the current strings @value{GDBN} expects as the prompt from the
14087 remote monitor.
14088
14089 @item set monitor-warnings
14090 @kindex set monitor-warnings@r{, MIPS remote}
14091 Enable or disable monitor warnings about hardware breakpoints. This
14092 has effect only for the @code{lsi} target. When on, @value{GDBN} will
14093 display warning messages whose codes are returned by the @code{lsi}
14094 PMON monitor for breakpoint commands.
14095
14096 @item show monitor-warnings
14097 @kindex show monitor-warnings@r{, MIPS remote}
14098 Show the current setting of printing monitor warnings.
14099
14100 @item pmon @var{command}
14101 @kindex pmon@r{, MIPS remote}
14102 @cindex send PMON command
14103 This command allows sending an arbitrary @var{command} string to the
14104 monitor. The monitor must be in debug mode for this to work.
14105 @end table
14106
14107 @node OpenRISC 1000
14108 @subsection OpenRISC 1000
14109 @cindex OpenRISC 1000
14110
14111 @cindex or1k boards
14112 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14113 about platform and commands.
14114
14115 @table @code
14116
14117 @kindex target jtag
14118 @item target jtag jtag://@var{host}:@var{port}
14119
14120 Connects to remote JTAG server.
14121 JTAG remote server can be either an or1ksim or JTAG server,
14122 connected via parallel port to the board.
14123
14124 Example: @code{target jtag jtag://localhost:9999}
14125
14126 @kindex or1ksim
14127 @item or1ksim @var{command}
14128 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14129 Simulator, proprietary commands can be executed.
14130
14131 @kindex info or1k spr
14132 @item info or1k spr
14133 Displays spr groups.
14134
14135 @item info or1k spr @var{group}
14136 @itemx info or1k spr @var{groupno}
14137 Displays register names in selected group.
14138
14139 @item info or1k spr @var{group} @var{register}
14140 @itemx info or1k spr @var{register}
14141 @itemx info or1k spr @var{groupno} @var{registerno}
14142 @itemx info or1k spr @var{registerno}
14143 Shows information about specified spr register.
14144
14145 @kindex spr
14146 @item spr @var{group} @var{register} @var{value}
14147 @itemx spr @var{register @var{value}}
14148 @itemx spr @var{groupno} @var{registerno @var{value}}
14149 @itemx spr @var{registerno @var{value}}
14150 Writes @var{value} to specified spr register.
14151 @end table
14152
14153 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14154 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14155 program execution and is thus much faster. Hardware breakpoints/watchpoint
14156 triggers can be set using:
14157 @table @code
14158 @item $LEA/$LDATA
14159 Load effective address/data
14160 @item $SEA/$SDATA
14161 Store effective address/data
14162 @item $AEA/$ADATA
14163 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14164 @item $FETCH
14165 Fetch data
14166 @end table
14167
14168 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14169 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14170
14171 @code{htrace} commands:
14172 @cindex OpenRISC 1000 htrace
14173 @table @code
14174 @kindex hwatch
14175 @item hwatch @var{conditional}
14176 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14177 or Data. For example:
14178
14179 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14180
14181 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14182
14183 @kindex htrace
14184 @item htrace info
14185 Display information about current HW trace configuration.
14186
14187 @item htrace trigger @var{conditional}
14188 Set starting criteria for HW trace.
14189
14190 @item htrace qualifier @var{conditional}
14191 Set acquisition qualifier for HW trace.
14192
14193 @item htrace stop @var{conditional}
14194 Set HW trace stopping criteria.
14195
14196 @item htrace record [@var{data}]*
14197 Selects the data to be recorded, when qualifier is met and HW trace was
14198 triggered.
14199
14200 @item htrace enable
14201 @itemx htrace disable
14202 Enables/disables the HW trace.
14203
14204 @item htrace rewind [@var{filename}]
14205 Clears currently recorded trace data.
14206
14207 If filename is specified, new trace file is made and any newly collected data
14208 will be written there.
14209
14210 @item htrace print [@var{start} [@var{len}]]
14211 Prints trace buffer, using current record configuration.
14212
14213 @item htrace mode continuous
14214 Set continuous trace mode.
14215
14216 @item htrace mode suspend
14217 Set suspend trace mode.
14218
14219 @end table
14220
14221 @node PowerPC
14222 @subsection PowerPC
14223
14224 @table @code
14225 @kindex target dink32
14226 @item target dink32 @var{dev}
14227 DINK32 ROM monitor.
14228
14229 @kindex target ppcbug
14230 @item target ppcbug @var{dev}
14231 @kindex target ppcbug1
14232 @item target ppcbug1 @var{dev}
14233 PPCBUG ROM monitor for PowerPC.
14234
14235 @kindex target sds
14236 @item target sds @var{dev}
14237 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14238 @end table
14239
14240 @cindex SDS protocol
14241 The following commands specifi to the SDS protocol are supported
14242 by@value{GDBN}:
14243
14244 @table @code
14245 @item set sdstimeout @var{nsec}
14246 @kindex set sdstimeout
14247 Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14248 default is 2 seconds.
14249
14250 @item show sdstimeout
14251 @kindex show sdstimeout
14252 Show the current value of the SDS timeout.
14253
14254 @item sds @var{command}
14255 @kindex sds@r{, a command}
14256 Send the specified @var{command} string to the SDS monitor.
14257 @end table
14258
14259
14260 @node PA
14261 @subsection HP PA Embedded
14262
14263 @table @code
14264
14265 @kindex target op50n
14266 @item target op50n @var{dev}
14267 OP50N monitor, running on an OKI HPPA board.
14268
14269 @kindex target w89k
14270 @item target w89k @var{dev}
14271 W89K monitor, running on a Winbond HPPA board.
14272
14273 @end table
14274
14275 @node SH
14276 @subsection Renesas SH
14277
14278 @table @code
14279
14280 @kindex target hms@r{, with Renesas SH}
14281 @item target hms @var{dev}
14282 A Renesas SH board attached via serial line to your host. Use special
14283 commands @code{device} and @code{speed} to control the serial line and
14284 the communications speed used.
14285
14286 @kindex target e7000@r{, with Renesas SH}
14287 @item target e7000 @var{dev}
14288 E7000 emulator for Renesas SH.
14289
14290 @kindex target sh3@r{, with SH}
14291 @kindex target sh3e@r{, with SH}
14292 @item target sh3 @var{dev}
14293 @item target sh3e @var{dev}
14294 Renesas SH-3 and SH-3E target systems.
14295
14296 @end table
14297
14298 @node Sparclet
14299 @subsection Tsqware Sparclet
14300
14301 @cindex Sparclet
14302
14303 @value{GDBN} enables developers to debug tasks running on
14304 Sparclet targets from a Unix host.
14305 @value{GDBN} uses code that runs on
14306 both the Unix host and on the Sparclet target. The program
14307 @code{@value{GDBP}} is installed and executed on the Unix host.
14308
14309 @table @code
14310 @item remotetimeout @var{args}
14311 @kindex remotetimeout
14312 @value{GDBN} supports the option @code{remotetimeout}.
14313 This option is set by the user, and @var{args} represents the number of
14314 seconds @value{GDBN} waits for responses.
14315 @end table
14316
14317 @cindex compiling, on Sparclet
14318 When compiling for debugging, include the options @samp{-g} to get debug
14319 information and @samp{-Ttext} to relocate the program to where you wish to
14320 load it on the target. You may also want to add the options @samp{-n} or
14321 @samp{-N} in order to reduce the size of the sections. Example:
14322
14323 @smallexample
14324 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
14325 @end smallexample
14326
14327 You can use @code{objdump} to verify that the addresses are what you intended:
14328
14329 @smallexample
14330 sparclet-aout-objdump --headers --syms prog
14331 @end smallexample
14332
14333 @cindex running, on Sparclet
14334 Once you have set
14335 your Unix execution search path to find @value{GDBN}, you are ready to
14336 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14337 (or @code{sparclet-aout-gdb}, depending on your installation).
14338
14339 @value{GDBN} comes up showing the prompt:
14340
14341 @smallexample
14342 (gdbslet)
14343 @end smallexample
14344
14345 @menu
14346 * Sparclet File:: Setting the file to debug
14347 * Sparclet Connection:: Connecting to Sparclet
14348 * Sparclet Download:: Sparclet download
14349 * Sparclet Execution:: Running and debugging
14350 @end menu
14351
14352 @node Sparclet File
14353 @subsubsection Setting file to debug
14354
14355 The @value{GDBN} command @code{file} lets you choose with program to debug.
14356
14357 @smallexample
14358 (gdbslet) file prog
14359 @end smallexample
14360
14361 @need 1000
14362 @value{GDBN} then attempts to read the symbol table of @file{prog}.
14363 @value{GDBN} locates
14364 the file by searching the directories listed in the command search
14365 path.
14366 If the file was compiled with debug information (option "-g"), source
14367 files will be searched as well.
14368 @value{GDBN} locates
14369 the source files by searching the directories listed in the directory search
14370 path (@pxref{Environment, ,Your program's environment}).
14371 If it fails
14372 to find a file, it displays a message such as:
14373
14374 @smallexample
14375 prog: No such file or directory.
14376 @end smallexample
14377
14378 When this happens, add the appropriate directories to the search paths with
14379 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14380 @code{target} command again.
14381
14382 @node Sparclet Connection
14383 @subsubsection Connecting to Sparclet
14384
14385 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14386 To connect to a target on serial port ``@code{ttya}'', type:
14387
14388 @smallexample
14389 (gdbslet) target sparclet /dev/ttya
14390 Remote target sparclet connected to /dev/ttya
14391 main () at ../prog.c:3
14392 @end smallexample
14393
14394 @need 750
14395 @value{GDBN} displays messages like these:
14396
14397 @smallexample
14398 Connected to ttya.
14399 @end smallexample
14400
14401 @node Sparclet Download
14402 @subsubsection Sparclet download
14403
14404 @cindex download to Sparclet
14405 Once connected to the Sparclet target,
14406 you can use the @value{GDBN}
14407 @code{load} command to download the file from the host to the target.
14408 The file name and load offset should be given as arguments to the @code{load}
14409 command.
14410 Since the file format is aout, the program must be loaded to the starting
14411 address. You can use @code{objdump} to find out what this value is. The load
14412 offset is an offset which is added to the VMA (virtual memory address)
14413 of each of the file's sections.
14414 For instance, if the program
14415 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
14416 and bss at 0x12010170, in @value{GDBN}, type:
14417
14418 @smallexample
14419 (gdbslet) load prog 0x12010000
14420 Loading section .text, size 0xdb0 vma 0x12010000
14421 @end smallexample
14422
14423 If the code is loaded at a different address then what the program was linked
14424 to, you may need to use the @code{section} and @code{add-symbol-file} commands
14425 to tell @value{GDBN} where to map the symbol table.
14426
14427 @node Sparclet Execution
14428 @subsubsection Running and debugging
14429
14430 @cindex running and debugging Sparclet programs
14431 You can now begin debugging the task using @value{GDBN}'s execution control
14432 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14433 manual for the list of commands.
14434
14435 @smallexample
14436 (gdbslet) b main
14437 Breakpoint 1 at 0x12010000: file prog.c, line 3.
14438 (gdbslet) run
14439 Starting program: prog
14440 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
14441 3 char *symarg = 0;
14442 (gdbslet) step
14443 4 char *execarg = "hello!";
14444 (gdbslet)
14445 @end smallexample
14446
14447 @node Sparclite
14448 @subsection Fujitsu Sparclite
14449
14450 @table @code
14451
14452 @kindex target sparclite
14453 @item target sparclite @var{dev}
14454 Fujitsu sparclite boards, used only for the purpose of loading.
14455 You must use an additional command to debug the program.
14456 For example: target remote @var{dev} using @value{GDBN} standard
14457 remote protocol.
14458
14459 @end table
14460
14461 @node ST2000
14462 @subsection Tandem ST2000
14463
14464 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14465 STDBUG protocol.
14466
14467 To connect your ST2000 to the host system, see the manufacturer's
14468 manual. Once the ST2000 is physically attached, you can run:
14469
14470 @smallexample
14471 target st2000 @var{dev} @var{speed}
14472 @end smallexample
14473
14474 @noindent
14475 to establish it as your debugging environment. @var{dev} is normally
14476 the name of a serial device, such as @file{/dev/ttya}, connected to the
14477 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14478 connection (for example, to a serial line attached via a terminal
14479 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
14480
14481 The @code{load} and @code{attach} commands are @emph{not} defined for
14482 this target; you must load your program into the ST2000 as you normally
14483 would for standalone operation. @value{GDBN} reads debugging information
14484 (such as symbols) from a separate, debugging version of the program
14485 available on your host computer.
14486 @c FIXME!! This is terribly vague; what little content is here is
14487 @c basically hearsay.
14488
14489 @cindex ST2000 auxiliary commands
14490 These auxiliary @value{GDBN} commands are available to help you with the ST2000
14491 environment:
14492
14493 @table @code
14494 @item st2000 @var{command}
14495 @kindex st2000 @var{cmd}
14496 @cindex STDBUG commands (ST2000)
14497 @cindex commands to STDBUG (ST2000)
14498 Send a @var{command} to the STDBUG monitor. See the manufacturer's
14499 manual for available commands.
14500
14501 @item connect
14502 @cindex connect (to STDBUG)
14503 Connect the controlling terminal to the STDBUG command monitor. When
14504 you are done interacting with STDBUG, typing either of two character
14505 sequences gets you back to the @value{GDBN} command prompt:
14506 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
14507 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
14508 @end table
14509
14510 @node Z8000
14511 @subsection Zilog Z8000
14512
14513 @cindex Z8000
14514 @cindex simulator, Z8000
14515 @cindex Zilog Z8000 simulator
14516
14517 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14518 a Z8000 simulator.
14519
14520 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14521 unsegmented variant of the Z8000 architecture) or the Z8001 (the
14522 segmented variant). The simulator recognizes which architecture is
14523 appropriate by inspecting the object code.
14524
14525 @table @code
14526 @item target sim @var{args}
14527 @kindex sim
14528 @kindex target sim@r{, with Z8000}
14529 Debug programs on a simulated CPU. If the simulator supports setup
14530 options, specify them via @var{args}.
14531 @end table
14532
14533 @noindent
14534 After specifying this target, you can debug programs for the simulated
14535 CPU in the same style as programs for your host computer; use the
14536 @code{file} command to load a new program image, the @code{run} command
14537 to run your program, and so on.
14538
14539 As well as making available all the usual machine registers
14540 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14541 additional items of information as specially named registers:
14542
14543 @table @code
14544
14545 @item cycles
14546 Counts clock-ticks in the simulator.
14547
14548 @item insts
14549 Counts instructions run in the simulator.
14550
14551 @item time
14552 Execution time in 60ths of a second.
14553
14554 @end table
14555
14556 You can refer to these values in @value{GDBN} expressions with the usual
14557 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14558 conditional breakpoint that suspends only after at least 5000
14559 simulated clock ticks.
14560
14561 @node AVR
14562 @subsection Atmel AVR
14563 @cindex AVR
14564
14565 When configured for debugging the Atmel AVR, @value{GDBN} supports the
14566 following AVR-specific commands:
14567
14568 @table @code
14569 @item info io_registers
14570 @kindex info io_registers@r{, AVR}
14571 @cindex I/O registers (Atmel AVR)
14572 This command displays information about the AVR I/O registers. For
14573 each register, @value{GDBN} prints its number and value.
14574 @end table
14575
14576 @node CRIS
14577 @subsection CRIS
14578 @cindex CRIS
14579
14580 When configured for debugging CRIS, @value{GDBN} provides the
14581 following CRIS-specific commands:
14582
14583 @table @code
14584 @item set cris-version @var{ver}
14585 @cindex CRIS version
14586 Set the current CRIS version to @var{ver}. The CRIS version affects
14587 register names and sizes. This command is useful in case
14588 autodetection of the CRIS version fails.
14589
14590 @item show cris-version
14591 Show the current CRIS version.
14592
14593 @item set cris-dwarf2-cfi
14594 @cindex DWARF-2 CFI and CRIS
14595 Set the usage of DWARF-2 CFI for CRIS debugging. The default is off
14596 if using @code{gcc-cris} whose version is below @code{R59}, otherwise
14597 on.
14598
14599 @item show cris-dwarf2-cfi
14600 Show the current state of using DWARF-2 CFI.
14601 @end table
14602
14603 @node Super-H
14604 @subsection Renesas Super-H
14605 @cindex Super-H
14606
14607 For the Renesas Super-H processor, @value{GDBN} provides these
14608 commands:
14609
14610 @table @code
14611 @item regs
14612 @kindex regs@r{, Super-H}
14613 Show the values of all Super-H registers.
14614 @end table
14615
14616 @node WinCE
14617 @subsection Windows CE
14618 @cindex Windows CE
14619
14620 The following commands are available for Windows CE:
14621
14622 @table @code
14623 @item set remotedirectory @var{dir}
14624 @kindex set remotedirectory
14625 Tell @value{GDBN} to upload files from the named directory @var{dir}.
14626 The default is @file{/gdb}, i.e.@: the root directory on the current
14627 drive.
14628
14629 @item show remotedirectory
14630 @kindex show remotedirectory
14631 Show the current value of the upload directory.
14632
14633 @item set remoteupload @var{method}
14634 @kindex set remoteupload
14635 Set the method used to upload files to remote device. Valid values
14636 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14637 The default is @samp{newer}.
14638
14639 @item show remoteupload
14640 @kindex show remoteupload
14641 Show the current setting of the upload method.
14642
14643 @item set remoteaddhost
14644 @kindex set remoteaddhost
14645 Tell @value{GDBN} whether to add this host to the remote stub's
14646 arguments when you debug over a network.
14647
14648 @item show remoteaddhost
14649 @kindex show remoteaddhost
14650 Show whether to add this host to remote stub's arguments when
14651 debugging over a network.
14652 @end table
14653
14654
14655 @node Architectures
14656 @section Architectures
14657
14658 This section describes characteristics of architectures that affect
14659 all uses of @value{GDBN} with the architecture, both native and cross.
14660
14661 @menu
14662 * i386::
14663 * A29K::
14664 * Alpha::
14665 * MIPS::
14666 * HPPA:: HP PA architecture
14667 @end menu
14668
14669 @node i386
14670 @subsection x86 Architecture-specific issues.
14671
14672 @table @code
14673 @item set struct-convention @var{mode}
14674 @kindex set struct-convention
14675 @cindex struct return convention
14676 @cindex struct/union returned in registers
14677 Set the convention used by the inferior to return @code{struct}s and
14678 @code{union}s from functions to @var{mode}. Possible values of
14679 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14680 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14681 are returned on the stack, while @code{"reg"} means that a
14682 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14683 be returned in a register.
14684
14685 @item show struct-convention
14686 @kindex show struct-convention
14687 Show the current setting of the convention to return @code{struct}s
14688 from functions.
14689 @end table
14690
14691 @node A29K
14692 @subsection A29K
14693
14694 @table @code
14695
14696 @kindex set rstack_high_address
14697 @cindex AMD 29K register stack
14698 @cindex register stack, AMD29K
14699 @item set rstack_high_address @var{address}
14700 On AMD 29000 family processors, registers are saved in a separate
14701 @dfn{register stack}. There is no way for @value{GDBN} to determine the
14702 extent of this stack. Normally, @value{GDBN} just assumes that the
14703 stack is ``large enough''. This may result in @value{GDBN} referencing
14704 memory locations that do not exist. If necessary, you can get around
14705 this problem by specifying the ending address of the register stack with
14706 the @code{set rstack_high_address} command. The argument should be an
14707 address, which you probably want to precede with @samp{0x} to specify in
14708 hexadecimal.
14709
14710 @kindex show rstack_high_address
14711 @item show rstack_high_address
14712 Display the current limit of the register stack, on AMD 29000 family
14713 processors.
14714
14715 @end table
14716
14717 @node Alpha
14718 @subsection Alpha
14719
14720 See the following section.
14721
14722 @node MIPS
14723 @subsection MIPS
14724
14725 @cindex stack on Alpha
14726 @cindex stack on MIPS
14727 @cindex Alpha stack
14728 @cindex MIPS stack
14729 Alpha- and MIPS-based computers use an unusual stack frame, which
14730 sometimes requires @value{GDBN} to search backward in the object code to
14731 find the beginning of a function.
14732
14733 @cindex response time, MIPS debugging
14734 To improve response time (especially for embedded applications, where
14735 @value{GDBN} may be restricted to a slow serial line for this search)
14736 you may want to limit the size of this search, using one of these
14737 commands:
14738
14739 @table @code
14740 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
14741 @item set heuristic-fence-post @var{limit}
14742 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14743 search for the beginning of a function. A value of @var{0} (the
14744 default) means there is no limit. However, except for @var{0}, the
14745 larger the limit the more bytes @code{heuristic-fence-post} must search
14746 and therefore the longer it takes to run. You should only need to use
14747 this command when debugging a stripped executable.
14748
14749 @item show heuristic-fence-post
14750 Display the current limit.
14751 @end table
14752
14753 @noindent
14754 These commands are available @emph{only} when @value{GDBN} is configured
14755 for debugging programs on Alpha or MIPS processors.
14756
14757 Several MIPS-specific commands are available when debugging MIPS
14758 programs:
14759
14760 @table @code
14761 @item set mips saved-gpreg-size @var{size}
14762 @kindex set mips saved-gpreg-size
14763 @cindex MIPS GP register size on stack
14764 Set the size of MIPS general-purpose registers saved on the stack.
14765 The argument @var{size} can be one of the following:
14766
14767 @table @samp
14768 @item 32
14769 32-bit GP registers
14770 @item 64
14771 64-bit GP registers
14772 @item auto
14773 Use the target's default setting or autodetect the saved size from the
14774 information contained in the executable. This is the default
14775 @end table
14776
14777 @item show mips saved-gpreg-size
14778 @kindex show mips saved-gpreg-size
14779 Show the current size of MIPS GP registers on the stack.
14780
14781 @item set mips stack-arg-size @var{size}
14782 @kindex set mips stack-arg-size
14783 @cindex MIPS stack space for arguments
14784 Set the amount of stack space reserved for arguments to functions.
14785 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14786 (the default).
14787
14788 @item set mips abi @var{arg}
14789 @kindex set mips abi
14790 @cindex set ABI for MIPS
14791 Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14792 values of @var{arg} are:
14793
14794 @table @samp
14795 @item auto
14796 The default ABI associated with the current binary (this is the
14797 default).
14798 @item o32
14799 @item o64
14800 @item n32
14801 @item n64
14802 @item eabi32
14803 @item eabi64
14804 @item auto
14805 @end table
14806
14807 @item show mips abi
14808 @kindex show mips abi
14809 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14810
14811 @item set mipsfpu
14812 @itemx show mipsfpu
14813 @xref{MIPS Embedded, set mipsfpu}.
14814
14815 @item set mips mask-address @var{arg}
14816 @kindex set mips mask-address
14817 @cindex MIPS addresses, masking
14818 This command determines whether the most-significant 32 bits of 64-bit
14819 MIPS addresses are masked off. The argument @var{arg} can be
14820 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14821 setting, which lets @value{GDBN} determine the correct value.
14822
14823 @item show mips mask-address
14824 @kindex show mips mask-address
14825 Show whether the upper 32 bits of MIPS addresses are masked off or
14826 not.
14827
14828 @item set remote-mips64-transfers-32bit-regs
14829 @kindex set remote-mips64-transfers-32bit-regs
14830 This command controls compatibility with 64-bit MIPS targets that
14831 transfer data in 32-bit quantities. If you have an old MIPS 64 target
14832 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14833 and 64 bits for other registers, set this option to @samp{on}.
14834
14835 @item show remote-mips64-transfers-32bit-regs
14836 @kindex show remote-mips64-transfers-32bit-regs
14837 Show the current setting of compatibility with older MIPS 64 targets.
14838
14839 @item set debug mips
14840 @kindex set debug mips
14841 This command turns on and off debugging messages for the MIPS-specific
14842 target code in @value{GDBN}.
14843
14844 @item show debug mips
14845 @kindex show debug mips
14846 Show the current setting of MIPS debugging messages.
14847 @end table
14848
14849
14850 @node HPPA
14851 @subsection HPPA
14852 @cindex HPPA support
14853
14854 When @value{GDBN} is debugging te HP PA architecture, it provides the
14855 following special commands:
14856
14857 @table @code
14858 @item set debug hppa
14859 @kindex set debug hppa
14860 THis command determines whether HPPA architecture specific debugging
14861 messages are to be displayed.
14862
14863 @item show debug hppa
14864 Show whether HPPA debugging messages are displayed.
14865
14866 @item maint print unwind @var{address}
14867 @kindex maint print unwind@r{, HPPA}
14868 This command displays the contents of the unwind table entry at the
14869 given @var{address}.
14870
14871 @end table
14872
14873
14874 @node Controlling GDB
14875 @chapter Controlling @value{GDBN}
14876
14877 You can alter the way @value{GDBN} interacts with you by using the
14878 @code{set} command. For commands controlling how @value{GDBN} displays
14879 data, see @ref{Print Settings, ,Print settings}. Other settings are
14880 described here.
14881
14882 @menu
14883 * Prompt:: Prompt
14884 * Editing:: Command editing
14885 * History:: Command history
14886 * Screen Size:: Screen size
14887 * Numbers:: Numbers
14888 * ABI:: Configuring the current ABI
14889 * Messages/Warnings:: Optional warnings and messages
14890 * Debugging Output:: Optional messages about internal happenings
14891 @end menu
14892
14893 @node Prompt
14894 @section Prompt
14895
14896 @cindex prompt
14897
14898 @value{GDBN} indicates its readiness to read a command by printing a string
14899 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14900 can change the prompt string with the @code{set prompt} command. For
14901 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14902 the prompt in one of the @value{GDBN} sessions so that you can always tell
14903 which one you are talking to.
14904
14905 @emph{Note:} @code{set prompt} does not add a space for you after the
14906 prompt you set. This allows you to set a prompt which ends in a space
14907 or a prompt that does not.
14908
14909 @table @code
14910 @kindex set prompt
14911 @item set prompt @var{newprompt}
14912 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
14913
14914 @kindex show prompt
14915 @item show prompt
14916 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
14917 @end table
14918
14919 @node Editing
14920 @section Command editing
14921 @cindex readline
14922 @cindex command line editing
14923
14924 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
14925 @sc{gnu} library provides consistent behavior for programs which provide a
14926 command line interface to the user. Advantages are @sc{gnu} Emacs-style
14927 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
14928 substitution, and a storage and recall of command history across
14929 debugging sessions.
14930
14931 You may control the behavior of command line editing in @value{GDBN} with the
14932 command @code{set}.
14933
14934 @table @code
14935 @kindex set editing
14936 @cindex editing
14937 @item set editing
14938 @itemx set editing on
14939 Enable command line editing (enabled by default).
14940
14941 @item set editing off
14942 Disable command line editing.
14943
14944 @kindex show editing
14945 @item show editing
14946 Show whether command line editing is enabled.
14947 @end table
14948
14949 @xref{Command Line Editing}, for more details about the Readline
14950 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
14951 encouraged to read that chapter.
14952
14953 @node History
14954 @section Command history
14955 @cindex command history
14956
14957 @value{GDBN} can keep track of the commands you type during your
14958 debugging sessions, so that you can be certain of precisely what
14959 happened. Use these commands to manage the @value{GDBN} command
14960 history facility.
14961
14962 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
14963 package, to provide the history facility. @xref{Using History
14964 Interactively}, for the detailed description of the History library.
14965
14966 Here is the description of @value{GDBN} commands related to command
14967 history.
14968
14969 @table @code
14970 @cindex history substitution
14971 @cindex history file
14972 @kindex set history filename
14973 @cindex @env{GDBHISTFILE}, environment variable
14974 @item set history filename @var{fname}
14975 Set the name of the @value{GDBN} command history file to @var{fname}.
14976 This is the file where @value{GDBN} reads an initial command history
14977 list, and where it writes the command history from this session when it
14978 exits. You can access this list through history expansion or through
14979 the history command editing characters listed below. This file defaults
14980 to the value of the environment variable @code{GDBHISTFILE}, or to
14981 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
14982 is not set.
14983
14984 @cindex save command history
14985 @kindex set history save
14986 @item set history save
14987 @itemx set history save on
14988 Record command history in a file, whose name may be specified with the
14989 @code{set history filename} command. By default, this option is disabled.
14990
14991 @item set history save off
14992 Stop recording command history in a file.
14993
14994 @cindex history size
14995 @kindex set history size
14996 @item set history size @var{size}
14997 Set the number of commands which @value{GDBN} keeps in its history list.
14998 This defaults to the value of the environment variable
14999 @code{HISTSIZE}, or to 256 if this variable is not set.
15000 @end table
15001
15002 History expansion assigns special meaning to the character @kbd{!}.
15003 @xref{Event Designators}, for more details.
15004
15005 @cindex history expansion, turn on/off
15006 Since @kbd{!} is also the logical not operator in C, history expansion
15007 is off by default. If you decide to enable history expansion with the
15008 @code{set history expansion on} command, you may sometimes need to
15009 follow @kbd{!} (when it is used as logical not, in an expression) with
15010 a space or a tab to prevent it from being expanded. The readline
15011 history facilities do not attempt substitution on the strings
15012 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15013
15014 The commands to control history expansion are:
15015
15016 @table @code
15017 @item set history expansion on
15018 @itemx set history expansion
15019 @kindex set history expansion
15020 Enable history expansion. History expansion is off by default.
15021
15022 @item set history expansion off
15023 Disable history expansion.
15024
15025 @c @group
15026 @kindex show history
15027 @item show history
15028 @itemx show history filename
15029 @itemx show history save
15030 @itemx show history size
15031 @itemx show history expansion
15032 These commands display the state of the @value{GDBN} history parameters.
15033 @code{show history} by itself displays all four states.
15034 @c @end group
15035 @end table
15036
15037 @table @code
15038 @kindex show commands
15039 @cindex show last commands
15040 @cindex display command history
15041 @item show commands
15042 Display the last ten commands in the command history.
15043
15044 @item show commands @var{n}
15045 Print ten commands centered on command number @var{n}.
15046
15047 @item show commands +
15048 Print ten commands just after the commands last printed.
15049 @end table
15050
15051 @node Screen Size
15052 @section Screen size
15053 @cindex size of screen
15054 @cindex pauses in output
15055
15056 Certain commands to @value{GDBN} may produce large amounts of
15057 information output to the screen. To help you read all of it,
15058 @value{GDBN} pauses and asks you for input at the end of each page of
15059 output. Type @key{RET} when you want to continue the output, or @kbd{q}
15060 to discard the remaining output. Also, the screen width setting
15061 determines when to wrap lines of output. Depending on what is being
15062 printed, @value{GDBN} tries to break the line at a readable place,
15063 rather than simply letting it overflow onto the following line.
15064
15065 Normally @value{GDBN} knows the size of the screen from the terminal
15066 driver software. For example, on Unix @value{GDBN} uses the termcap data base
15067 together with the value of the @code{TERM} environment variable and the
15068 @code{stty rows} and @code{stty cols} settings. If this is not correct,
15069 you can override it with the @code{set height} and @code{set
15070 width} commands:
15071
15072 @table @code
15073 @kindex set height
15074 @kindex set width
15075 @kindex show width
15076 @kindex show height
15077 @item set height @var{lpp}
15078 @itemx show height
15079 @itemx set width @var{cpl}
15080 @itemx show width
15081 These @code{set} commands specify a screen height of @var{lpp} lines and
15082 a screen width of @var{cpl} characters. The associated @code{show}
15083 commands display the current settings.
15084
15085 If you specify a height of zero lines, @value{GDBN} does not pause during
15086 output no matter how long the output is. This is useful if output is to a
15087 file or to an editor buffer.
15088
15089 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15090 from wrapping its output.
15091
15092 @item set pagination on
15093 @itemx set pagination off
15094 @kindex set pagination
15095 Turn the output pagination on or off; the default is on. Turning
15096 pagination off is the alternative to @code{set height 0}.
15097
15098 @item show pagination
15099 @kindex show pagination
15100 Show the current pagination mode.
15101 @end table
15102
15103 @node Numbers
15104 @section Numbers
15105 @cindex number representation
15106 @cindex entering numbers
15107
15108 You can always enter numbers in octal, decimal, or hexadecimal in
15109 @value{GDBN} by the usual conventions: octal numbers begin with
15110 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15111 begin with @samp{0x}. Numbers that begin with none of these are, by
15112 default, entered in base 10; likewise, the default display for
15113 numbers---when no particular format is specified---is base 10. You can
15114 change the default base for both input and output with the @code{set
15115 radix} command.
15116
15117 @table @code
15118 @kindex set input-radix
15119 @item set input-radix @var{base}
15120 Set the default base for numeric input. Supported choices
15121 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15122 specified either unambiguously or using the current default radix; for
15123 example, any of
15124
15125 @smallexample
15126 set input-radix 012
15127 set input-radix 10.
15128 set input-radix 0xa
15129 @end smallexample
15130
15131 @noindent
15132 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15133 leaves the input radix unchanged, no matter what it was.
15134
15135 @kindex set output-radix
15136 @item set output-radix @var{base}
15137 Set the default base for numeric display. Supported choices
15138 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15139 specified either unambiguously or using the current default radix.
15140
15141 @kindex show input-radix
15142 @item show input-radix
15143 Display the current default base for numeric input.
15144
15145 @kindex show output-radix
15146 @item show output-radix
15147 Display the current default base for numeric display.
15148
15149 @item set radix @r{[}@var{base}@r{]}
15150 @itemx show radix
15151 @kindex set radix
15152 @kindex show radix
15153 These commands set and show the default base for both input and output
15154 of numbers. @code{set radix} sets the radix of input and output to
15155 the same base; without an argument, it resets the radix back to its
15156 default value of 10.
15157
15158 @end table
15159
15160 @node ABI
15161 @section Configuring the current ABI
15162
15163 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15164 application automatically. However, sometimes you need to override its
15165 conclusions. Use these commands to manage @value{GDBN}'s view of the
15166 current ABI.
15167
15168 @cindex OS ABI
15169 @kindex set osabi
15170 @kindex show osabi
15171
15172 One @value{GDBN} configuration can debug binaries for multiple operating
15173 system targets, either via remote debugging or native emulation.
15174 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15175 but you can override its conclusion using the @code{set osabi} command.
15176 One example where this is useful is in debugging of binaries which use
15177 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15178 not have the same identifying marks that the standard C library for your
15179 platform provides.
15180
15181 @table @code
15182 @item show osabi
15183 Show the OS ABI currently in use.
15184
15185 @item set osabi
15186 With no argument, show the list of registered available OS ABI's.
15187
15188 @item set osabi @var{abi}
15189 Set the current OS ABI to @var{abi}.
15190 @end table
15191
15192 @cindex float promotion
15193
15194 Generally, the way that an argument of type @code{float} is passed to a
15195 function depends on whether the function is prototyped. For a prototyped
15196 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15197 according to the architecture's convention for @code{float}. For unprototyped
15198 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15199 @code{double} and then passed.
15200
15201 Unfortunately, some forms of debug information do not reliably indicate whether
15202 a function is prototyped. If @value{GDBN} calls a function that is not marked
15203 as prototyped, it consults @kbd{set coerce-float-to-double}.
15204
15205 @table @code
15206 @kindex set coerce-float-to-double
15207 @item set coerce-float-to-double
15208 @itemx set coerce-float-to-double on
15209 Arguments of type @code{float} will be promoted to @code{double} when passed
15210 to an unprototyped function. This is the default setting.
15211
15212 @item set coerce-float-to-double off
15213 Arguments of type @code{float} will be passed directly to unprototyped
15214 functions.
15215
15216 @kindex show coerce-float-to-double
15217 @item show coerce-float-to-double
15218 Show the current setting of promoting @code{float} to @code{double}.
15219 @end table
15220
15221 @kindex set cp-abi
15222 @kindex show cp-abi
15223 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15224 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15225 used to build your application. @value{GDBN} only fully supports
15226 programs with a single C@t{++} ABI; if your program contains code using
15227 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15228 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15229 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15230 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15231 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15232 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15233 ``auto''.
15234
15235 @table @code
15236 @item show cp-abi
15237 Show the C@t{++} ABI currently in use.
15238
15239 @item set cp-abi
15240 With no argument, show the list of supported C@t{++} ABI's.
15241
15242 @item set cp-abi @var{abi}
15243 @itemx set cp-abi auto
15244 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15245 @end table
15246
15247 @node Messages/Warnings
15248 @section Optional warnings and messages
15249
15250 @cindex verbose operation
15251 @cindex optional warnings
15252 By default, @value{GDBN} is silent about its inner workings. If you are
15253 running on a slow machine, you may want to use the @code{set verbose}
15254 command. This makes @value{GDBN} tell you when it does a lengthy
15255 internal operation, so you will not think it has crashed.
15256
15257 Currently, the messages controlled by @code{set verbose} are those
15258 which announce that the symbol table for a source file is being read;
15259 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
15260
15261 @table @code
15262 @kindex set verbose
15263 @item set verbose on
15264 Enables @value{GDBN} output of certain informational messages.
15265
15266 @item set verbose off
15267 Disables @value{GDBN} output of certain informational messages.
15268
15269 @kindex show verbose
15270 @item show verbose
15271 Displays whether @code{set verbose} is on or off.
15272 @end table
15273
15274 By default, if @value{GDBN} encounters bugs in the symbol table of an
15275 object file, it is silent; but if you are debugging a compiler, you may
15276 find this information useful (@pxref{Symbol Errors, ,Errors reading
15277 symbol files}).
15278
15279 @table @code
15280
15281 @kindex set complaints
15282 @item set complaints @var{limit}
15283 Permits @value{GDBN} to output @var{limit} complaints about each type of
15284 unusual symbols before becoming silent about the problem. Set
15285 @var{limit} to zero to suppress all complaints; set it to a large number
15286 to prevent complaints from being suppressed.
15287
15288 @kindex show complaints
15289 @item show complaints
15290 Displays how many symbol complaints @value{GDBN} is permitted to produce.
15291
15292 @end table
15293
15294 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15295 lot of stupid questions to confirm certain commands. For example, if
15296 you try to run a program which is already running:
15297
15298 @smallexample
15299 (@value{GDBP}) run
15300 The program being debugged has been started already.
15301 Start it from the beginning? (y or n)
15302 @end smallexample
15303
15304 If you are willing to unflinchingly face the consequences of your own
15305 commands, you can disable this ``feature'':
15306
15307 @table @code
15308
15309 @kindex set confirm
15310 @cindex flinching
15311 @cindex confirmation
15312 @cindex stupid questions
15313 @item set confirm off
15314 Disables confirmation requests.
15315
15316 @item set confirm on
15317 Enables confirmation requests (the default).
15318
15319 @kindex show confirm
15320 @item show confirm
15321 Displays state of confirmation requests.
15322
15323 @end table
15324
15325 @node Debugging Output
15326 @section Optional messages about internal happenings
15327 @cindex optional debugging messages
15328
15329 @value{GDBN} has commands that enable optional debugging messages from
15330 various @value{GDBN} subsystems; normally these commands are of
15331 interest to @value{GDBN} maintainers, or when reporting a bug. This
15332 section documents those commands.
15333
15334 @table @code
15335 @kindex set exec-done-display
15336 @item set exec-done-display
15337 Turns on or off the notification of asynchronous commands'
15338 completion. When on, @value{GDBN} will print a message when an
15339 asynchronous command finishes its execution. The default is off.
15340 @kindex show exec-done-display
15341 @item show exec-done-display
15342 Displays the current setting of asynchronous command completion
15343 notification.
15344 @kindex set debug
15345 @cindex gdbarch debugging info
15346 @cindex architecture debugging info
15347 @item set debug arch
15348 Turns on or off display of gdbarch debugging info. The default is off
15349 @kindex show debug
15350 @item show debug arch
15351 Displays the current state of displaying gdbarch debugging info.
15352 @item set debug aix-thread
15353 @cindex AIX threads
15354 Display debugging messages about inner workings of the AIX thread
15355 module.
15356 @item show debug aix-thread
15357 Show the current state of AIX thread debugging info display.
15358 @item set debug event
15359 @cindex event debugging info
15360 Turns on or off display of @value{GDBN} event debugging info. The
15361 default is off.
15362 @item show debug event
15363 Displays the current state of displaying @value{GDBN} event debugging
15364 info.
15365 @item set debug expression
15366 @cindex expression debugging info
15367 Turns on or off display of debugging info about @value{GDBN}
15368 expression parsing. The default is off.
15369 @item show debug expression
15370 Displays the current state of displaying debugging info about
15371 @value{GDBN} expression parsing.
15372 @item set debug frame
15373 @cindex frame debugging info
15374 Turns on or off display of @value{GDBN} frame debugging info. The
15375 default is off.
15376 @item show debug frame
15377 Displays the current state of displaying @value{GDBN} frame debugging
15378 info.
15379 @item set debug infrun
15380 @cindex inferior debugging info
15381 Turns on or off display of @value{GDBN} debugging info for running the inferior.
15382 The default is off. @file{infrun.c} contains GDB's runtime state machine used
15383 for implementing operations such as single-stepping the inferior.
15384 @item show debug infrun
15385 Displays the current state of @value{GDBN} inferior debugging.
15386 @item set debug lin-lwp
15387 @cindex @sc{gnu}/Linux LWP debug messages
15388 @cindex Linux lightweight processes
15389 Turns on or off debugging messages from the Linux LWP debug support.
15390 @item show debug lin-lwp
15391 Show the current state of Linux LWP debugging messages.
15392 @item set debug observer
15393 @cindex observer debugging info
15394 Turns on or off display of @value{GDBN} observer debugging. This
15395 includes info such as the notification of observable events.
15396 @item show debug observer
15397 Displays the current state of observer debugging.
15398 @item set debug overload
15399 @cindex C@t{++} overload debugging info
15400 Turns on or off display of @value{GDBN} C@t{++} overload debugging
15401 info. This includes info such as ranking of functions, etc. The default
15402 is off.
15403 @item show debug overload
15404 Displays the current state of displaying @value{GDBN} C@t{++} overload
15405 debugging info.
15406 @cindex packets, reporting on stdout
15407 @cindex serial connections, debugging
15408 @item set debug remote
15409 Turns on or off display of reports on all packets sent back and forth across
15410 the serial line to the remote machine. The info is printed on the
15411 @value{GDBN} standard output stream. The default is off.
15412 @item show debug remote
15413 Displays the state of display of remote packets.
15414 @item set debug serial
15415 Turns on or off display of @value{GDBN} serial debugging info. The
15416 default is off.
15417 @item show debug serial
15418 Displays the current state of displaying @value{GDBN} serial debugging
15419 info.
15420 @item set debug solib-frv
15421 @cindex FR-V shared-library debugging
15422 Turns on or off debugging messages for FR-V shared-library code.
15423 @item show debug solib-frv
15424 Display the current state of FR-V shared-library code debugging
15425 messages.
15426 @item set debug target
15427 @cindex target debugging info
15428 Turns on or off display of @value{GDBN} target debugging info. This info
15429 includes what is going on at the target level of GDB, as it happens. The
15430 default is 0. Set it to 1 to track events, and to 2 to also track the
15431 value of large memory transfers. Changes to this flag do not take effect
15432 until the next time you connect to a target or use the @code{run} command.
15433 @item show debug target
15434 Displays the current state of displaying @value{GDBN} target debugging
15435 info.
15436 @item set debugvarobj
15437 @cindex variable object debugging info
15438 Turns on or off display of @value{GDBN} variable object debugging
15439 info. The default is off.
15440 @item show debugvarobj
15441 Displays the current state of displaying @value{GDBN} variable object
15442 debugging info.
15443 @end table
15444
15445 @node Sequences
15446 @chapter Canned Sequences of Commands
15447
15448 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15449 command lists}), @value{GDBN} provides two ways to store sequences of
15450 commands for execution as a unit: user-defined commands and command
15451 files.
15452
15453 @menu
15454 * Define:: User-defined commands
15455 * Hooks:: User-defined command hooks
15456 * Command Files:: Command files
15457 * Output:: Commands for controlled output
15458 @end menu
15459
15460 @node Define
15461 @section User-defined commands
15462
15463 @cindex user-defined command
15464 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15465 which you assign a new name as a command. This is done with the
15466 @code{define} command. User commands may accept up to 10 arguments
15467 separated by whitespace. Arguments are accessed within the user command
15468 via @var{$arg0@dots{}$arg9}. A trivial example:
15469
15470 @smallexample
15471 define adder
15472 print $arg0 + $arg1 + $arg2
15473 @end smallexample
15474
15475 @noindent
15476 To execute the command use:
15477
15478 @smallexample
15479 adder 1 2 3
15480 @end smallexample
15481
15482 @noindent
15483 This defines the command @code{adder}, which prints the sum of
15484 its three arguments. Note the arguments are text substitutions, so they may
15485 reference variables, use complex expressions, or even perform inferior
15486 functions calls.
15487
15488 @table @code
15489
15490 @kindex define
15491 @item define @var{commandname}
15492 Define a command named @var{commandname}. If there is already a command
15493 by that name, you are asked to confirm that you want to redefine it.
15494
15495 The definition of the command is made up of other @value{GDBN} command lines,
15496 which are given following the @code{define} command. The end of these
15497 commands is marked by a line containing @code{end}.
15498
15499 @kindex if
15500 @kindex else
15501 @item if
15502 @itemx else
15503 Takes a single argument, which is an expression to evaluate.
15504 It is followed by a series of commands that are executed
15505 only if the expression is true (nonzero).
15506 There can then optionally be a line @code{else}, followed
15507 by a series of commands that are only executed if the expression
15508 was false. The end of the list is marked by a line containing @code{end}.
15509
15510 @kindex while
15511 @item while
15512 The syntax is similar to @code{if}: the command takes a single argument,
15513 which is an expression to evaluate, and must be followed by the commands to
15514 execute, one per line, terminated by an @code{end}.
15515 The commands are executed repeatedly as long as the expression
15516 evaluates to true.
15517
15518 @kindex document
15519 @item document @var{commandname}
15520 Document the user-defined command @var{commandname}, so that it can be
15521 accessed by @code{help}. The command @var{commandname} must already be
15522 defined. This command reads lines of documentation just as @code{define}
15523 reads the lines of the command definition, ending with @code{end}.
15524 After the @code{document} command is finished, @code{help} on command
15525 @var{commandname} displays the documentation you have written.
15526
15527 You may use the @code{document} command again to change the
15528 documentation of a command. Redefining the command with @code{define}
15529 does not change the documentation.
15530
15531 @kindex dont-repeat
15532 @cindex don't repeat command
15533 @item dont-repeat
15534 Used inside a user-defined command, this tells @value{GDBN} that this
15535 command should not be repeated when the user hits @key{RET}
15536 (@pxref{Command Syntax, repeat last command}).
15537
15538 @kindex help user-defined
15539 @item help user-defined
15540 List all user-defined commands, with the first line of the documentation
15541 (if any) for each.
15542
15543 @kindex show user
15544 @item show user
15545 @itemx show user @var{commandname}
15546 Display the @value{GDBN} commands used to define @var{commandname} (but
15547 not its documentation). If no @var{commandname} is given, display the
15548 definitions for all user-defined commands.
15549
15550 @cindex infinite recusrion in user-defined commands
15551 @kindex show max-user-call-depth
15552 @kindex set max-user-call-depth
15553 @item show max-user-call-depth
15554 @itemx set max-user-call-depth
15555 The value of @code{max-user-call-depth} controls how many recursion
15556 levels are allowed in user-defined commands before GDB suspects an
15557 infinite recursion and aborts the command.
15558
15559 @end table
15560
15561 When user-defined commands are executed, the
15562 commands of the definition are not printed. An error in any command
15563 stops execution of the user-defined command.
15564
15565 If used interactively, commands that would ask for confirmation proceed
15566 without asking when used inside a user-defined command. Many @value{GDBN}
15567 commands that normally print messages to say what they are doing omit the
15568 messages when used in a user-defined command.
15569
15570 @node Hooks
15571 @section User-defined command hooks
15572 @cindex command hooks
15573 @cindex hooks, for commands
15574 @cindex hooks, pre-command
15575
15576 @kindex hook
15577 You may define @dfn{hooks}, which are a special kind of user-defined
15578 command. Whenever you run the command @samp{foo}, if the user-defined
15579 command @samp{hook-foo} exists, it is executed (with no arguments)
15580 before that command.
15581
15582 @cindex hooks, post-command
15583 @kindex hookpost
15584 A hook may also be defined which is run after the command you executed.
15585 Whenever you run the command @samp{foo}, if the user-defined command
15586 @samp{hookpost-foo} exists, it is executed (with no arguments) after
15587 that command. Post-execution hooks may exist simultaneously with
15588 pre-execution hooks, for the same command.
15589
15590 It is valid for a hook to call the command which it hooks. If this
15591 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
15592
15593 @c It would be nice if hookpost could be passed a parameter indicating
15594 @c if the command it hooks executed properly or not. FIXME!
15595
15596 @kindex stop@r{, a pseudo-command}
15597 In addition, a pseudo-command, @samp{stop} exists. Defining
15598 (@samp{hook-stop}) makes the associated commands execute every time
15599 execution stops in your program: before breakpoint commands are run,
15600 displays are printed, or the stack frame is printed.
15601
15602 For example, to ignore @code{SIGALRM} signals while
15603 single-stepping, but treat them normally during normal execution,
15604 you could define:
15605
15606 @smallexample
15607 define hook-stop
15608 handle SIGALRM nopass
15609 end
15610
15611 define hook-run
15612 handle SIGALRM pass
15613 end
15614
15615 define hook-continue
15616 handle SIGLARM pass
15617 end
15618 @end smallexample
15619
15620 As a further example, to hook at the begining and end of the @code{echo}
15621 command, and to add extra text to the beginning and end of the message,
15622 you could define:
15623
15624 @smallexample
15625 define hook-echo
15626 echo <<<---
15627 end
15628
15629 define hookpost-echo
15630 echo --->>>\n
15631 end
15632
15633 (@value{GDBP}) echo Hello World
15634 <<<---Hello World--->>>
15635 (@value{GDBP})
15636
15637 @end smallexample
15638
15639 You can define a hook for any single-word command in @value{GDBN}, but
15640 not for command aliases; you should define a hook for the basic command
15641 name, e.g. @code{backtrace} rather than @code{bt}.
15642 @c FIXME! So how does Joe User discover whether a command is an alias
15643 @c or not?
15644 If an error occurs during the execution of your hook, execution of
15645 @value{GDBN} commands stops and @value{GDBN} issues a prompt
15646 (before the command that you actually typed had a chance to run).
15647
15648 If you try to define a hook which does not match any known command, you
15649 get a warning from the @code{define} command.
15650
15651 @node Command Files
15652 @section Command files
15653
15654 @cindex command files
15655 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
15656 commands. Comments (lines starting with @kbd{#}) may also be included.
15657 An empty line in a command file does nothing; it does not mean to repeat
15658 the last command, as it would from the terminal.
15659
15660 @cindex init file
15661 @cindex @file{.gdbinit}
15662 @cindex @file{gdb.ini}
15663 When you start @value{GDBN}, it automatically executes commands from its
15664 @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
15665 port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
15666 limitations of file names imposed by DOS filesystems.}.
15667 During startup, @value{GDBN} does the following:
15668
15669 @enumerate
15670 @item
15671 Reads the init file (if any) in your home directory@footnote{On
15672 DOS/Windows systems, the home directory is the one pointed to by the
15673 @code{HOME} environment variable.}.
15674
15675 @item
15676 Processes command line options and operands.
15677
15678 @item
15679 Reads the init file (if any) in the current working directory.
15680
15681 @item
15682 Reads command files specified by the @samp{-x} option.
15683 @end enumerate
15684
15685 The init file in your home directory can set options (such as @samp{set
15686 complaints}) that affect subsequent processing of command line options
15687 and operands. Init files are not executed if you use the @samp{-nx}
15688 option (@pxref{Mode Options, ,Choosing modes}).
15689
15690 @cindex init file name
15691 On some configurations of @value{GDBN}, the init file is known by a
15692 different name (these are typically environments where a specialized
15693 form of @value{GDBN} may need to coexist with other forms, hence a
15694 different name for the specialized version's init file). These are the
15695 environments with special init file names:
15696
15697 @cindex @file{.vxgdbinit}
15698 @itemize @bullet
15699 @item
15700 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
15701
15702 @cindex @file{.os68gdbinit}
15703 @item
15704 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
15705
15706 @cindex @file{.esgdbinit}
15707 @item
15708 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
15709 @end itemize
15710
15711 You can also request the execution of a command file with the
15712 @code{source} command:
15713
15714 @table @code
15715 @kindex source
15716 @item source @var{filename}
15717 Execute the command file @var{filename}.
15718 @end table
15719
15720 The lines in a command file are executed sequentially. They are not
15721 printed as they are executed. An error in any command terminates
15722 execution of the command file and control is returned to the console.
15723
15724 Commands that would ask for confirmation if used interactively proceed
15725 without asking when used in a command file. Many @value{GDBN} commands that
15726 normally print messages to say what they are doing omit the messages
15727 when called from command files.
15728
15729 @value{GDBN} also accepts command input from standard input. In this
15730 mode, normal output goes to standard output and error output goes to
15731 standard error. Errors in a command file supplied on standard input do
15732 not terminate execution of the command file --- execution continues with
15733 the next command.
15734
15735 @smallexample
15736 gdb < cmds > log 2>&1
15737 @end smallexample
15738
15739 (The syntax above will vary depending on the shell used.) This example
15740 will execute commands from the file @file{cmds}. All output and errors
15741 would be directed to @file{log}.
15742
15743 @node Output
15744 @section Commands for controlled output
15745
15746 During the execution of a command file or a user-defined command, normal
15747 @value{GDBN} output is suppressed; the only output that appears is what is
15748 explicitly printed by the commands in the definition. This section
15749 describes three commands useful for generating exactly the output you
15750 want.
15751
15752 @table @code
15753 @kindex echo
15754 @item echo @var{text}
15755 @c I do not consider backslash-space a standard C escape sequence
15756 @c because it is not in ANSI.
15757 Print @var{text}. Nonprinting characters can be included in
15758 @var{text} using C escape sequences, such as @samp{\n} to print a
15759 newline. @strong{No newline is printed unless you specify one.}
15760 In addition to the standard C escape sequences, a backslash followed
15761 by a space stands for a space. This is useful for displaying a
15762 string with spaces at the beginning or the end, since leading and
15763 trailing spaces are otherwise trimmed from all arguments.
15764 To print @samp{@w{ }and foo =@w{ }}, use the command
15765 @samp{echo \@w{ }and foo = \@w{ }}.
15766
15767 A backslash at the end of @var{text} can be used, as in C, to continue
15768 the command onto subsequent lines. For example,
15769
15770 @smallexample
15771 echo This is some text\n\
15772 which is continued\n\
15773 onto several lines.\n
15774 @end smallexample
15775
15776 produces the same output as
15777
15778 @smallexample
15779 echo This is some text\n
15780 echo which is continued\n
15781 echo onto several lines.\n
15782 @end smallexample
15783
15784 @kindex output
15785 @item output @var{expression}
15786 Print the value of @var{expression} and nothing but that value: no
15787 newlines, no @samp{$@var{nn} = }. The value is not entered in the
15788 value history either. @xref{Expressions, ,Expressions}, for more information
15789 on expressions.
15790
15791 @item output/@var{fmt} @var{expression}
15792 Print the value of @var{expression} in format @var{fmt}. You can use
15793 the same formats as for @code{print}. @xref{Output Formats,,Output
15794 formats}, for more information.
15795
15796 @kindex printf
15797 @item printf @var{string}, @var{expressions}@dots{}
15798 Print the values of the @var{expressions} under the control of
15799 @var{string}. The @var{expressions} are separated by commas and may be
15800 either numbers or pointers. Their values are printed as specified by
15801 @var{string}, exactly as if your program were to execute the C
15802 subroutine
15803 @c FIXME: the above implies that at least all ANSI C formats are
15804 @c supported, but it isn't true: %E and %G don't work (or so it seems).
15805 @c Either this is a bug, or the manual should document what formats are
15806 @c supported.
15807
15808 @smallexample
15809 printf (@var{string}, @var{expressions}@dots{});
15810 @end smallexample
15811
15812 For example, you can print two values in hex like this:
15813
15814 @smallexample
15815 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15816 @end smallexample
15817
15818 The only backslash-escape sequences that you can use in the format
15819 string are the simple ones that consist of backslash followed by a
15820 letter.
15821 @end table
15822
15823 @node Interpreters
15824 @chapter Command Interpreters
15825 @cindex command interpreters
15826
15827 @value{GDBN} supports multiple command interpreters, and some command
15828 infrastructure to allow users or user interface writers to switch
15829 between interpreters or run commands in other interpreters.
15830
15831 @value{GDBN} currently supports two command interpreters, the console
15832 interpreter (sometimes called the command-line interpreter or @sc{cli})
15833 and the machine interface interpreter (or @sc{gdb/mi}). This manual
15834 describes both of these interfaces in great detail.
15835
15836 By default, @value{GDBN} will start with the console interpreter.
15837 However, the user may choose to start @value{GDBN} with another
15838 interpreter by specifying the @option{-i} or @option{--interpreter}
15839 startup options. Defined interpreters include:
15840
15841 @table @code
15842 @item console
15843 @cindex console interpreter
15844 The traditional console or command-line interpreter. This is the most often
15845 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15846 @value{GDBN} will use this interpreter.
15847
15848 @item mi
15849 @cindex mi interpreter
15850 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15851 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15852 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15853 Interface}.
15854
15855 @item mi2
15856 @cindex mi2 interpreter
15857 The current @sc{gdb/mi} interface.
15858
15859 @item mi1
15860 @cindex mi1 interpreter
15861 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15862
15863 @end table
15864
15865 @cindex invoke another interpreter
15866 The interpreter being used by @value{GDBN} may not be dynamically
15867 switched at runtime. Although possible, this could lead to a very
15868 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15869 enters the command "interpreter-set console" in a console view,
15870 @value{GDBN} would switch to using the console interpreter, rendering
15871 the IDE inoperable!
15872
15873 @kindex interpreter-exec
15874 Although you may only choose a single interpreter at startup, you may execute
15875 commands in any interpreter from the current interpreter using the appropriate
15876 command. If you are running the console interpreter, simply use the
15877 @code{interpreter-exec} command:
15878
15879 @smallexample
15880 interpreter-exec mi "-data-list-register-names"
15881 @end smallexample
15882
15883 @sc{gdb/mi} has a similar command, although it is only available in versions of
15884 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15885
15886 @node TUI
15887 @chapter @value{GDBN} Text User Interface
15888 @cindex TUI
15889 @cindex Text User Interface
15890
15891 @menu
15892 * TUI Overview:: TUI overview
15893 * TUI Keys:: TUI key bindings
15894 * TUI Single Key Mode:: TUI single key mode
15895 * TUI Commands:: TUI specific commands
15896 * TUI Configuration:: TUI configuration variables
15897 @end menu
15898
15899 The @value{GDBN} Text User Interface, TUI in short, is a terminal
15900 interface which uses the @code{curses} library to show the source
15901 file, the assembly output, the program registers and @value{GDBN}
15902 commands in separate text windows.
15903
15904 The TUI is enabled by invoking @value{GDBN} using either
15905 @pindex gdbtui
15906 @samp{gdbtui} or @samp{gdb -tui}.
15907
15908 @node TUI Overview
15909 @section TUI overview
15910
15911 The TUI has two display modes that can be switched while
15912 @value{GDBN} runs:
15913
15914 @itemize @bullet
15915 @item
15916 A curses (or TUI) mode in which it displays several text
15917 windows on the terminal.
15918
15919 @item
15920 A standard mode which corresponds to the @value{GDBN} configured without
15921 the TUI.
15922 @end itemize
15923
15924 In the TUI mode, @value{GDBN} can display several text window
15925 on the terminal:
15926
15927 @table @emph
15928 @item command
15929 This window is the @value{GDBN} command window with the @value{GDBN}
15930 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15931 managed using readline but through the TUI. The @emph{command}
15932 window is always visible.
15933
15934 @item source
15935 The source window shows the source file of the program. The current
15936 line as well as active breakpoints are displayed in this window.
15937
15938 @item assembly
15939 The assembly window shows the disassembly output of the program.
15940
15941 @item register
15942 This window shows the processor registers. It detects when
15943 a register is changed and when this is the case, registers that have
15944 changed are highlighted.
15945
15946 @end table
15947
15948 The source and assembly windows show the current program position
15949 by highlighting the current line and marking them with the @samp{>} marker.
15950 Breakpoints are also indicated with two markers. A first one
15951 indicates the breakpoint type:
15952
15953 @table @code
15954 @item B
15955 Breakpoint which was hit at least once.
15956
15957 @item b
15958 Breakpoint which was never hit.
15959
15960 @item H
15961 Hardware breakpoint which was hit at least once.
15962
15963 @item h
15964 Hardware breakpoint which was never hit.
15965
15966 @end table
15967
15968 The second marker indicates whether the breakpoint is enabled or not:
15969
15970 @table @code
15971 @item +
15972 Breakpoint is enabled.
15973
15974 @item -
15975 Breakpoint is disabled.
15976
15977 @end table
15978
15979 The source, assembly and register windows are attached to the thread
15980 and the frame position. They are updated when the current thread
15981 changes, when the frame changes or when the program counter changes.
15982 These three windows are arranged by the TUI according to several
15983 layouts. The layout defines which of these three windows are visible.
15984 The following layouts are available:
15985
15986 @itemize @bullet
15987 @item
15988 source
15989
15990 @item
15991 assembly
15992
15993 @item
15994 source and assembly
15995
15996 @item
15997 source and registers
15998
15999 @item
16000 assembly and registers
16001
16002 @end itemize
16003
16004 On top of the command window a status line gives various information
16005 concerning the current process begin debugged. The status line is
16006 updated when the information it shows changes. The following fields
16007 are displayed:
16008
16009 @table @emph
16010 @item target
16011 Indicates the current gdb target
16012 (@pxref{Targets, ,Specifying a Debugging Target}).
16013
16014 @item process
16015 Gives information about the current process or thread number.
16016 When no process is being debugged, this field is set to @code{No process}.
16017
16018 @item function
16019 Gives the current function name for the selected frame.
16020 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16021 When there is no symbol corresponding to the current program counter
16022 the string @code{??} is displayed.
16023
16024 @item line
16025 Indicates the current line number for the selected frame.
16026 When the current line number is not known the string @code{??} is displayed.
16027
16028 @item pc
16029 Indicates the current program counter address.
16030
16031 @end table
16032
16033 @node TUI Keys
16034 @section TUI Key Bindings
16035 @cindex TUI key bindings
16036
16037 The TUI installs several key bindings in the readline keymaps
16038 (@pxref{Command Line Editing}).
16039 They allow to leave or enter in the TUI mode or they operate
16040 directly on the TUI layout and windows. The TUI also provides
16041 a @emph{SingleKey} keymap which binds several keys directly to
16042 @value{GDBN} commands. The following key bindings
16043 are installed for both TUI mode and the @value{GDBN} standard mode.
16044
16045 @table @kbd
16046 @kindex C-x C-a
16047 @item C-x C-a
16048 @kindex C-x a
16049 @itemx C-x a
16050 @kindex C-x A
16051 @itemx C-x A
16052 Enter or leave the TUI mode. When the TUI mode is left,
16053 the curses window management is left and @value{GDBN} operates using
16054 its standard mode writing on the terminal directly. When the TUI
16055 mode is entered, the control is given back to the curses windows.
16056 The screen is then refreshed.
16057
16058 @kindex C-x 1
16059 @item C-x 1
16060 Use a TUI layout with only one window. The layout will
16061 either be @samp{source} or @samp{assembly}. When the TUI mode
16062 is not active, it will switch to the TUI mode.
16063
16064 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16065
16066 @kindex C-x 2
16067 @item C-x 2
16068 Use a TUI layout with at least two windows. When the current
16069 layout shows already two windows, a next layout with two windows is used.
16070 When a new layout is chosen, one window will always be common to the
16071 previous layout and the new one.
16072
16073 Think of it as the Emacs @kbd{C-x 2} binding.
16074
16075 @kindex C-x o
16076 @item C-x o
16077 Change the active window. The TUI associates several key bindings
16078 (like scrolling and arrow keys) to the active window. This command
16079 gives the focus to the next TUI window.
16080
16081 Think of it as the Emacs @kbd{C-x o} binding.
16082
16083 @kindex C-x s
16084 @item C-x s
16085 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16086 (@pxref{TUI Single Key Mode}).
16087
16088 @end table
16089
16090 The following key bindings are handled only by the TUI mode:
16091
16092 @table @key
16093 @kindex PgUp
16094 @item PgUp
16095 Scroll the active window one page up.
16096
16097 @kindex PgDn
16098 @item PgDn
16099 Scroll the active window one page down.
16100
16101 @kindex Up
16102 @item Up
16103 Scroll the active window one line up.
16104
16105 @kindex Down
16106 @item Down
16107 Scroll the active window one line down.
16108
16109 @kindex Left
16110 @item Left
16111 Scroll the active window one column left.
16112
16113 @kindex Right
16114 @item Right
16115 Scroll the active window one column right.
16116
16117 @kindex C-L
16118 @item C-L
16119 Refresh the screen.
16120
16121 @end table
16122
16123 In the TUI mode, the arrow keys are used by the active window
16124 for scrolling. This means they are available for readline when the
16125 active window is the command window. When the command window
16126 does not have the focus, it is necessary to use other readline
16127 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
16128
16129 @node TUI Single Key Mode
16130 @section TUI Single Key Mode
16131 @cindex TUI single key mode
16132
16133 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16134 key binding in the readline keymaps to connect single keys to
16135 some gdb commands.
16136
16137 @table @kbd
16138 @kindex c @r{(SingleKey TUI key)}
16139 @item c
16140 continue
16141
16142 @kindex d @r{(SingleKey TUI key)}
16143 @item d
16144 down
16145
16146 @kindex f @r{(SingleKey TUI key)}
16147 @item f
16148 finish
16149
16150 @kindex n @r{(SingleKey TUI key)}
16151 @item n
16152 next
16153
16154 @kindex q @r{(SingleKey TUI key)}
16155 @item q
16156 exit the @emph{SingleKey} mode.
16157
16158 @kindex r @r{(SingleKey TUI key)}
16159 @item r
16160 run
16161
16162 @kindex s @r{(SingleKey TUI key)}
16163 @item s
16164 step
16165
16166 @kindex u @r{(SingleKey TUI key)}
16167 @item u
16168 up
16169
16170 @kindex v @r{(SingleKey TUI key)}
16171 @item v
16172 info locals
16173
16174 @kindex w @r{(SingleKey TUI key)}
16175 @item w
16176 where
16177
16178 @end table
16179
16180 Other keys temporarily switch to the @value{GDBN} command prompt.
16181 The key that was pressed is inserted in the editing buffer so that
16182 it is possible to type most @value{GDBN} commands without interaction
16183 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16184 @emph{SingleKey} mode is restored. The only way to permanently leave
16185 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16186
16187
16188 @node TUI Commands
16189 @section TUI specific commands
16190 @cindex TUI commands
16191
16192 The TUI has specific commands to control the text windows.
16193 These commands are always available, that is they do not depend on
16194 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16195 is in the standard mode, using these commands will automatically switch
16196 in the TUI mode.
16197
16198 @table @code
16199 @item info win
16200 @kindex info win
16201 List and give the size of all displayed windows.
16202
16203 @item layout next
16204 @kindex layout
16205 Display the next layout.
16206
16207 @item layout prev
16208 Display the previous layout.
16209
16210 @item layout src
16211 Display the source window only.
16212
16213 @item layout asm
16214 Display the assembly window only.
16215
16216 @item layout split
16217 Display the source and assembly window.
16218
16219 @item layout regs
16220 Display the register window together with the source or assembly window.
16221
16222 @item focus next | prev | src | asm | regs | split
16223 @kindex focus
16224 Set the focus to the named window.
16225 This command allows to change the active window so that scrolling keys
16226 can be affected to another window.
16227
16228 @item refresh
16229 @kindex refresh
16230 Refresh the screen. This is similar to using @key{C-L} key.
16231
16232 @item tui reg float
16233 @kindex tui reg
16234 Show the floating point registers in the register window.
16235
16236 @item tui reg general
16237 Show the general registers in the register window.
16238
16239 @item tui reg next
16240 Show the next register group. The list of register groups as well as
16241 their order is target specific. The predefined register groups are the
16242 following: @code{general}, @code{float}, @code{system}, @code{vector},
16243 @code{all}, @code{save}, @code{restore}.
16244
16245 @item tui reg system
16246 Show the system registers in the register window.
16247
16248 @item update
16249 @kindex update
16250 Update the source window and the current execution point.
16251
16252 @item winheight @var{name} +@var{count}
16253 @itemx winheight @var{name} -@var{count}
16254 @kindex winheight
16255 Change the height of the window @var{name} by @var{count}
16256 lines. Positive counts increase the height, while negative counts
16257 decrease it.
16258
16259 @item tabset
16260 @kindex tabset @var{nchars}
16261 Set the width of tab stops to be @var{nchars} characters.
16262
16263 @end table
16264
16265 @node TUI Configuration
16266 @section TUI configuration variables
16267 @cindex TUI configuration variables
16268
16269 The TUI has several configuration variables that control the
16270 appearance of windows on the terminal.
16271
16272 @table @code
16273 @item set tui border-kind @var{kind}
16274 @kindex set tui border-kind
16275 Select the border appearance for the source, assembly and register windows.
16276 The possible values are the following:
16277 @table @code
16278 @item space
16279 Use a space character to draw the border.
16280
16281 @item ascii
16282 Use ascii characters + - and | to draw the border.
16283
16284 @item acs
16285 Use the Alternate Character Set to draw the border. The border is
16286 drawn using character line graphics if the terminal supports them.
16287
16288 @end table
16289
16290 @item set tui active-border-mode @var{mode}
16291 @kindex set tui active-border-mode
16292 Select the attributes to display the border of the active window.
16293 The possible values are @code{normal}, @code{standout}, @code{reverse},
16294 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
16295
16296 @item set tui border-mode @var{mode}
16297 @kindex set tui border-mode
16298 Select the attributes to display the border of other windows.
16299 The @var{mode} can be one of the following:
16300 @table @code
16301 @item normal
16302 Use normal attributes to display the border.
16303
16304 @item standout
16305 Use standout mode.
16306
16307 @item reverse
16308 Use reverse video mode.
16309
16310 @item half
16311 Use half bright mode.
16312
16313 @item half-standout
16314 Use half bright and standout mode.
16315
16316 @item bold
16317 Use extra bright or bold mode.
16318
16319 @item bold-standout
16320 Use extra bright or bold and standout mode.
16321
16322 @end table
16323
16324 @end table
16325
16326 @node Emacs
16327 @chapter Using @value{GDBN} under @sc{gnu} Emacs
16328
16329 @cindex Emacs
16330 @cindex @sc{gnu} Emacs
16331 A special interface allows you to use @sc{gnu} Emacs to view (and
16332 edit) the source files for the program you are debugging with
16333 @value{GDBN}.
16334
16335 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16336 executable file you want to debug as an argument. This command starts
16337 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
16338 created Emacs buffer.
16339 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
16340
16341 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16342 things:
16343
16344 @itemize @bullet
16345 @item
16346 All ``terminal'' input and output goes through the Emacs buffer.
16347 @end itemize
16348
16349 This applies both to @value{GDBN} commands and their output, and to the input
16350 and output done by the program you are debugging.
16351
16352 This is useful because it means that you can copy the text of previous
16353 commands and input them again; you can even use parts of the output
16354 in this way.
16355
16356 All the facilities of Emacs' Shell mode are available for interacting
16357 with your program. In particular, you can send signals the usual
16358 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16359 stop.
16360
16361 @itemize @bullet
16362 @item
16363 @value{GDBN} displays source code through Emacs.
16364 @end itemize
16365
16366 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16367 source file for that frame and puts an arrow (@samp{=>}) at the
16368 left margin of the current line. Emacs uses a separate buffer for
16369 source display, and splits the screen to show both your @value{GDBN} session
16370 and the source.
16371
16372 Explicit @value{GDBN} @code{list} or search commands still produce output as
16373 usual, but you probably have no reason to use them from Emacs.
16374
16375 If you specify an absolute file name when prompted for the @kbd{M-x
16376 gdb} argument, then Emacs sets your current working directory to where
16377 your program resides. If you only specify the file name, then Emacs
16378 sets your current working directory to to the directory associated
16379 with the previous buffer. In this case, @value{GDBN} may find your
16380 program by searching your environment's @code{PATH} variable, but on
16381 some operating systems it might not find the source. So, although the
16382 @value{GDBN} input and output session proceeds normally, the auxiliary
16383 buffer does not display the current source and line of execution.
16384
16385 The initial working directory of @value{GDBN} is printed on the top
16386 line of the @value{GDBN} I/O buffer and this serves as a default for
16387 the commands that specify files for @value{GDBN} to operate
16388 on. @xref{Files, ,Commands to specify files}.
16389
16390 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16391 need to call @value{GDBN} by a different name (for example, if you
16392 keep several configurations around, with different names) you can
16393 customize the Emacs variable @code{gud-gdb-command-name} to run the
16394 one you want.
16395
16396 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16397 addition to the standard Shell mode commands:
16398
16399 @table @kbd
16400 @item C-h m
16401 Describe the features of Emacs' @value{GDBN} Mode.
16402
16403 @item C-c C-s
16404 Execute to another source line, like the @value{GDBN} @code{step} command; also
16405 update the display window to show the current file and location.
16406
16407 @item C-c C-n
16408 Execute to next source line in this function, skipping all function
16409 calls, like the @value{GDBN} @code{next} command. Then update the display window
16410 to show the current file and location.
16411
16412 @item C-c C-i
16413 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16414 display window accordingly.
16415
16416 @item C-c C-f
16417 Execute until exit from the selected stack frame, like the @value{GDBN}
16418 @code{finish} command.
16419
16420 @item C-c C-r
16421 Continue execution of your program, like the @value{GDBN} @code{continue}
16422 command.
16423
16424 @item C-c <
16425 Go up the number of frames indicated by the numeric argument
16426 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16427 like the @value{GDBN} @code{up} command.
16428
16429 @item C-c >
16430 Go down the number of frames indicated by the numeric argument, like the
16431 @value{GDBN} @code{down} command.
16432 @end table
16433
16434 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
16435 tells @value{GDBN} to set a breakpoint on the source line point is on.
16436
16437 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16438 shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16439 point to any frame in the stack and type @key{RET} to make it become the
16440 current frame and display the associated source in the source buffer.
16441 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16442 current one.
16443
16444 If you accidentally delete the source-display buffer, an easy way to get
16445 it back is to type the command @code{f} in the @value{GDBN} buffer, to
16446 request a frame display; when you run under Emacs, this recreates
16447 the source buffer if necessary to show you the context of the current
16448 frame.
16449
16450 The source files displayed in Emacs are in ordinary Emacs buffers
16451 which are visiting the source files in the usual way. You can edit
16452 the files with these buffers if you wish; but keep in mind that @value{GDBN}
16453 communicates with Emacs in terms of line numbers. If you add or
16454 delete lines from the text, the line numbers that @value{GDBN} knows cease
16455 to correspond properly with the code.
16456
16457 The description given here is for GNU Emacs version 21.3 and a more
16458 detailed description of its interaction with @value{GDBN} is given in
16459 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
16460
16461 @c The following dropped because Epoch is nonstandard. Reactivate
16462 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16463 @ignore
16464 @kindex Emacs Epoch environment
16465 @kindex Epoch
16466 @kindex inspect
16467
16468 Version 18 of @sc{gnu} Emacs has a built-in window system
16469 called the @code{epoch}
16470 environment. Users of this environment can use a new command,
16471 @code{inspect} which performs identically to @code{print} except that
16472 each value is printed in its own window.
16473 @end ignore
16474
16475
16476 @node GDB/MI
16477 @chapter The @sc{gdb/mi} Interface
16478
16479 @unnumberedsec Function and Purpose
16480
16481 @cindex @sc{gdb/mi}, its purpose
16482 @sc{gdb/mi} is a line based machine oriented text interface to
16483 @value{GDBN} and is activated by specifying using the
16484 @option{--interpreter} command line option (@pxref{Mode Options}). It
16485 is specifically intended to support the development of systems which
16486 use the debugger as just one small component of a larger system.
16487
16488 This chapter is a specification of the @sc{gdb/mi} interface. It is written
16489 in the form of a reference manual.
16490
16491 Note that @sc{gdb/mi} is still under construction, so some of the
16492 features described below are incomplete and subject to change.
16493
16494 @unnumberedsec Notation and Terminology
16495
16496 @cindex notational conventions, for @sc{gdb/mi}
16497 This chapter uses the following notation:
16498
16499 @itemize @bullet
16500 @item
16501 @code{|} separates two alternatives.
16502
16503 @item
16504 @code{[ @var{something} ]} indicates that @var{something} is optional:
16505 it may or may not be given.
16506
16507 @item
16508 @code{( @var{group} )*} means that @var{group} inside the parentheses
16509 may repeat zero or more times.
16510
16511 @item
16512 @code{( @var{group} )+} means that @var{group} inside the parentheses
16513 may repeat one or more times.
16514
16515 @item
16516 @code{"@var{string}"} means a literal @var{string}.
16517 @end itemize
16518
16519 @ignore
16520 @heading Dependencies
16521 @end ignore
16522
16523 @heading Acknowledgments
16524
16525 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16526 Elena Zannoni.
16527
16528 @menu
16529 * GDB/MI Command Syntax::
16530 * GDB/MI Compatibility with CLI::
16531 * GDB/MI Output Records::
16532 * GDB/MI Command Description Format::
16533 * GDB/MI Breakpoint Table Commands::
16534 * GDB/MI Data Manipulation::
16535 * GDB/MI Program Control::
16536 * GDB/MI Miscellaneous Commands::
16537 @ignore
16538 * GDB/MI Kod Commands::
16539 * GDB/MI Memory Overlay Commands::
16540 * GDB/MI Signal Handling Commands::
16541 @end ignore
16542 * GDB/MI Stack Manipulation::
16543 * GDB/MI Symbol Query::
16544 * GDB/MI Target Manipulation::
16545 * GDB/MI Thread Commands::
16546 * GDB/MI Tracepoint Commands::
16547 * GDB/MI Variable Objects::
16548 @end menu
16549
16550 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16551 @node GDB/MI Command Syntax
16552 @section @sc{gdb/mi} Command Syntax
16553
16554 @menu
16555 * GDB/MI Input Syntax::
16556 * GDB/MI Output Syntax::
16557 * GDB/MI Simple Examples::
16558 @end menu
16559
16560 @node GDB/MI Input Syntax
16561 @subsection @sc{gdb/mi} Input Syntax
16562
16563 @cindex input syntax for @sc{gdb/mi}
16564 @cindex @sc{gdb/mi}, input syntax
16565 @table @code
16566 @item @var{command} @expansion{}
16567 @code{@var{cli-command} | @var{mi-command}}
16568
16569 @item @var{cli-command} @expansion{}
16570 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16571 @var{cli-command} is any existing @value{GDBN} CLI command.
16572
16573 @item @var{mi-command} @expansion{}
16574 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16575 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16576
16577 @item @var{token} @expansion{}
16578 "any sequence of digits"
16579
16580 @item @var{option} @expansion{}
16581 @code{"-" @var{parameter} [ " " @var{parameter} ]}
16582
16583 @item @var{parameter} @expansion{}
16584 @code{@var{non-blank-sequence} | @var{c-string}}
16585
16586 @item @var{operation} @expansion{}
16587 @emph{any of the operations described in this chapter}
16588
16589 @item @var{non-blank-sequence} @expansion{}
16590 @emph{anything, provided it doesn't contain special characters such as
16591 "-", @var{nl}, """ and of course " "}
16592
16593 @item @var{c-string} @expansion{}
16594 @code{""" @var{seven-bit-iso-c-string-content} """}
16595
16596 @item @var{nl} @expansion{}
16597 @code{CR | CR-LF}
16598 @end table
16599
16600 @noindent
16601 Notes:
16602
16603 @itemize @bullet
16604 @item
16605 The CLI commands are still handled by the @sc{mi} interpreter; their
16606 output is described below.
16607
16608 @item
16609 The @code{@var{token}}, when present, is passed back when the command
16610 finishes.
16611
16612 @item
16613 Some @sc{mi} commands accept optional arguments as part of the parameter
16614 list. Each option is identified by a leading @samp{-} (dash) and may be
16615 followed by an optional argument parameter. Options occur first in the
16616 parameter list and can be delimited from normal parameters using
16617 @samp{--} (this is useful when some parameters begin with a dash).
16618 @end itemize
16619
16620 Pragmatics:
16621
16622 @itemize @bullet
16623 @item
16624 We want easy access to the existing CLI syntax (for debugging).
16625
16626 @item
16627 We want it to be easy to spot a @sc{mi} operation.
16628 @end itemize
16629
16630 @node GDB/MI Output Syntax
16631 @subsection @sc{gdb/mi} Output Syntax
16632
16633 @cindex output syntax of @sc{gdb/mi}
16634 @cindex @sc{gdb/mi}, output syntax
16635 The output from @sc{gdb/mi} consists of zero or more out-of-band records
16636 followed, optionally, by a single result record. This result record
16637 is for the most recent command. The sequence of output records is
16638 terminated by @samp{(@value{GDBP})}.
16639
16640 If an input command was prefixed with a @code{@var{token}} then the
16641 corresponding output for that command will also be prefixed by that same
16642 @var{token}.
16643
16644 @table @code
16645 @item @var{output} @expansion{}
16646 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
16647
16648 @item @var{result-record} @expansion{}
16649 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16650
16651 @item @var{out-of-band-record} @expansion{}
16652 @code{@var{async-record} | @var{stream-record}}
16653
16654 @item @var{async-record} @expansion{}
16655 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16656
16657 @item @var{exec-async-output} @expansion{}
16658 @code{[ @var{token} ] "*" @var{async-output}}
16659
16660 @item @var{status-async-output} @expansion{}
16661 @code{[ @var{token} ] "+" @var{async-output}}
16662
16663 @item @var{notify-async-output} @expansion{}
16664 @code{[ @var{token} ] "=" @var{async-output}}
16665
16666 @item @var{async-output} @expansion{}
16667 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
16668
16669 @item @var{result-class} @expansion{}
16670 @code{"done" | "running" | "connected" | "error" | "exit"}
16671
16672 @item @var{async-class} @expansion{}
16673 @code{"stopped" | @var{others}} (where @var{others} will be added
16674 depending on the needs---this is still in development).
16675
16676 @item @var{result} @expansion{}
16677 @code{ @var{variable} "=" @var{value}}
16678
16679 @item @var{variable} @expansion{}
16680 @code{ @var{string} }
16681
16682 @item @var{value} @expansion{}
16683 @code{ @var{const} | @var{tuple} | @var{list} }
16684
16685 @item @var{const} @expansion{}
16686 @code{@var{c-string}}
16687
16688 @item @var{tuple} @expansion{}
16689 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16690
16691 @item @var{list} @expansion{}
16692 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16693 @var{result} ( "," @var{result} )* "]" }
16694
16695 @item @var{stream-record} @expansion{}
16696 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16697
16698 @item @var{console-stream-output} @expansion{}
16699 @code{"~" @var{c-string}}
16700
16701 @item @var{target-stream-output} @expansion{}
16702 @code{"@@" @var{c-string}}
16703
16704 @item @var{log-stream-output} @expansion{}
16705 @code{"&" @var{c-string}}
16706
16707 @item @var{nl} @expansion{}
16708 @code{CR | CR-LF}
16709
16710 @item @var{token} @expansion{}
16711 @emph{any sequence of digits}.
16712 @end table
16713
16714 @noindent
16715 Notes:
16716
16717 @itemize @bullet
16718 @item
16719 All output sequences end in a single line containing a period.
16720
16721 @item
16722 The @code{@var{token}} is from the corresponding request. If an execution
16723 command is interrupted by the @samp{-exec-interrupt} command, the
16724 @var{token} associated with the @samp{*stopped} message is the one of the
16725 original execution command, not the one of the interrupt command.
16726
16727 @item
16728 @cindex status output in @sc{gdb/mi}
16729 @var{status-async-output} contains on-going status information about the
16730 progress of a slow operation. It can be discarded. All status output is
16731 prefixed by @samp{+}.
16732
16733 @item
16734 @cindex async output in @sc{gdb/mi}
16735 @var{exec-async-output} contains asynchronous state change on the target
16736 (stopped, started, disappeared). All async output is prefixed by
16737 @samp{*}.
16738
16739 @item
16740 @cindex notify output in @sc{gdb/mi}
16741 @var{notify-async-output} contains supplementary information that the
16742 client should handle (e.g., a new breakpoint information). All notify
16743 output is prefixed by @samp{=}.
16744
16745 @item
16746 @cindex console output in @sc{gdb/mi}
16747 @var{console-stream-output} is output that should be displayed as is in the
16748 console. It is the textual response to a CLI command. All the console
16749 output is prefixed by @samp{~}.
16750
16751 @item
16752 @cindex target output in @sc{gdb/mi}
16753 @var{target-stream-output} is the output produced by the target program.
16754 All the target output is prefixed by @samp{@@}.
16755
16756 @item
16757 @cindex log output in @sc{gdb/mi}
16758 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16759 instance messages that should be displayed as part of an error log. All
16760 the log output is prefixed by @samp{&}.
16761
16762 @item
16763 @cindex list output in @sc{gdb/mi}
16764 New @sc{gdb/mi} commands should only output @var{lists} containing
16765 @var{values}.
16766
16767
16768 @end itemize
16769
16770 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16771 details about the various output records.
16772
16773 @node GDB/MI Simple Examples
16774 @subsection Simple Examples of @sc{gdb/mi} Interaction
16775 @cindex @sc{gdb/mi}, simple examples
16776
16777 This subsection presents several simple examples of interaction using
16778 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16779 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16780 the output received from @sc{gdb/mi}.
16781
16782 @subsubheading Target Stop
16783 @c Ummm... There is no "-stop" command. This assumes async, no?
16784 Here's an example of stopping the inferior process:
16785
16786 @smallexample
16787 -> -stop
16788 <- (@value{GDBP})
16789 @end smallexample
16790
16791 @noindent
16792 and later:
16793
16794 @smallexample
16795 <- *stop,reason="stop",address="0x123",source="a.c:123"
16796 <- (@value{GDBP})
16797 @end smallexample
16798
16799 @subsubheading Simple CLI Command
16800
16801 Here's an example of a simple CLI command being passed through
16802 @sc{gdb/mi} and on to the CLI.
16803
16804 @smallexample
16805 -> print 1+2
16806 <- &"print 1+2\n"
16807 <- ~"$1 = 3\n"
16808 <- ^done
16809 <- (@value{GDBP})
16810 @end smallexample
16811
16812 @subsubheading Command With Side Effects
16813
16814 @smallexample
16815 -> -symbol-file xyz.exe
16816 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
16817 <- (@value{GDBP})
16818 @end smallexample
16819
16820 @subsubheading A Bad Command
16821
16822 Here's what happens if you pass a non-existent command:
16823
16824 @smallexample
16825 -> -rubbish
16826 <- ^error,msg="Undefined MI command: rubbish"
16827 <- (@value{GDBP})
16828 @end smallexample
16829
16830 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16831 @node GDB/MI Compatibility with CLI
16832 @section @sc{gdb/mi} Compatibility with CLI
16833
16834 @cindex compatibility, @sc{gdb/mi} and CLI
16835 @cindex @sc{gdb/mi}, compatibility with CLI
16836 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16837 accepts existing CLI commands. As specified by the syntax, such
16838 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16839 respond.
16840
16841 This mechanism is provided as an aid to developers of @sc{gdb/mi}
16842 clients and not as a reliable interface into the CLI. Since the command
16843 is being interpreteted in an environment that assumes @sc{gdb/mi}
16844 behaviour, the exact output of such commands is likely to end up being
16845 an un-supported hybrid of @sc{gdb/mi} and CLI output.
16846
16847 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16848 @node GDB/MI Output Records
16849 @section @sc{gdb/mi} Output Records
16850
16851 @menu
16852 * GDB/MI Result Records::
16853 * GDB/MI Stream Records::
16854 * GDB/MI Out-of-band Records::
16855 @end menu
16856
16857 @node GDB/MI Result Records
16858 @subsection @sc{gdb/mi} Result Records
16859
16860 @cindex result records in @sc{gdb/mi}
16861 @cindex @sc{gdb/mi}, result records
16862 In addition to a number of out-of-band notifications, the response to a
16863 @sc{gdb/mi} command includes one of the following result indications:
16864
16865 @table @code
16866 @findex ^done
16867 @item "^done" [ "," @var{results} ]
16868 The synchronous operation was successful, @code{@var{results}} are the return
16869 values.
16870
16871 @item "^running"
16872 @findex ^running
16873 @c Is this one correct? Should it be an out-of-band notification?
16874 The asynchronous operation was successfully started. The target is
16875 running.
16876
16877 @item "^error" "," @var{c-string}
16878 @findex ^error
16879 The operation failed. The @code{@var{c-string}} contains the corresponding
16880 error message.
16881 @end table
16882
16883 @node GDB/MI Stream Records
16884 @subsection @sc{gdb/mi} Stream Records
16885
16886 @cindex @sc{gdb/mi}, stream records
16887 @cindex stream records in @sc{gdb/mi}
16888 @value{GDBN} internally maintains a number of output streams: the console, the
16889 target, and the log. The output intended for each of these streams is
16890 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16891
16892 Each stream record begins with a unique @dfn{prefix character} which
16893 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16894 Syntax}). In addition to the prefix, each stream record contains a
16895 @code{@var{string-output}}. This is either raw text (with an implicit new
16896 line) or a quoted C string (which does not contain an implicit newline).
16897
16898 @table @code
16899 @item "~" @var{string-output}
16900 The console output stream contains text that should be displayed in the
16901 CLI console window. It contains the textual responses to CLI commands.
16902
16903 @item "@@" @var{string-output}
16904 The target output stream contains any textual output from the running
16905 target.
16906
16907 @item "&" @var{string-output}
16908 The log stream contains debugging messages being produced by @value{GDBN}'s
16909 internals.
16910 @end table
16911
16912 @node GDB/MI Out-of-band Records
16913 @subsection @sc{gdb/mi} Out-of-band Records
16914
16915 @cindex out-of-band records in @sc{gdb/mi}
16916 @cindex @sc{gdb/mi}, out-of-band records
16917 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16918 additional changes that have occurred. Those changes can either be a
16919 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16920 target activity (e.g., target stopped).
16921
16922 The following is a preliminary list of possible out-of-band records.
16923
16924 @table @code
16925 @item "*" "stop"
16926 @end table
16927
16928
16929 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16930 @node GDB/MI Command Description Format
16931 @section @sc{gdb/mi} Command Description Format
16932
16933 The remaining sections describe blocks of commands. Each block of
16934 commands is laid out in a fashion similar to this section.
16935
16936 Note the the line breaks shown in the examples are here only for
16937 readability. They don't appear in the real output.
16938 Also note that the commands with a non-available example (N.A.@:) are
16939 not yet implemented.
16940
16941 @subheading Motivation
16942
16943 The motivation for this collection of commands.
16944
16945 @subheading Introduction
16946
16947 A brief introduction to this collection of commands as a whole.
16948
16949 @subheading Commands
16950
16951 For each command in the block, the following is described:
16952
16953 @subsubheading Synopsis
16954
16955 @smallexample
16956 -command @var{args}@dots{}
16957 @end smallexample
16958
16959 @subsubheading @value{GDBN} Command
16960
16961 The corresponding @value{GDBN} CLI command.
16962
16963 @subsubheading Result
16964
16965 @subsubheading Out-of-band
16966
16967 @subsubheading Notes
16968
16969 @subsubheading Example
16970
16971
16972 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16973 @node GDB/MI Breakpoint Table Commands
16974 @section @sc{gdb/mi} Breakpoint table commands
16975
16976 @cindex breakpoint commands for @sc{gdb/mi}
16977 @cindex @sc{gdb/mi}, breakpoint commands
16978 This section documents @sc{gdb/mi} commands for manipulating
16979 breakpoints.
16980
16981 @subheading The @code{-break-after} Command
16982 @findex -break-after
16983
16984 @subsubheading Synopsis
16985
16986 @smallexample
16987 -break-after @var{number} @var{count}
16988 @end smallexample
16989
16990 The breakpoint number @var{number} is not in effect until it has been
16991 hit @var{count} times. To see how this is reflected in the output of
16992 the @samp{-break-list} command, see the description of the
16993 @samp{-break-list} command below.
16994
16995 @subsubheading @value{GDBN} Command
16996
16997 The corresponding @value{GDBN} command is @samp{ignore}.
16998
16999 @subsubheading Example
17000
17001 @smallexample
17002 (@value{GDBP})
17003 -break-insert main
17004 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17005 (@value{GDBP})
17006 -break-after 1 3
17007 ~
17008 ^done
17009 (@value{GDBP})
17010 -break-list
17011 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17012 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17013 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17014 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17015 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17016 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17017 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17018 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17019 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17020 ignore="3"@}]@}
17021 (@value{GDBP})
17022 @end smallexample
17023
17024 @ignore
17025 @subheading The @code{-break-catch} Command
17026 @findex -break-catch
17027
17028 @subheading The @code{-break-commands} Command
17029 @findex -break-commands
17030 @end ignore
17031
17032
17033 @subheading The @code{-break-condition} Command
17034 @findex -break-condition
17035
17036 @subsubheading Synopsis
17037
17038 @smallexample
17039 -break-condition @var{number} @var{expr}
17040 @end smallexample
17041
17042 Breakpoint @var{number} will stop the program only if the condition in
17043 @var{expr} is true. The condition becomes part of the
17044 @samp{-break-list} output (see the description of the @samp{-break-list}
17045 command below).
17046
17047 @subsubheading @value{GDBN} Command
17048
17049 The corresponding @value{GDBN} command is @samp{condition}.
17050
17051 @subsubheading Example
17052
17053 @smallexample
17054 (@value{GDBP})
17055 -break-condition 1 1
17056 ^done
17057 (@value{GDBP})
17058 -break-list
17059 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17060 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17061 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17062 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17063 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17064 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17065 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17066 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17067 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17068 times="0",ignore="3"@}]@}
17069 (@value{GDBP})
17070 @end smallexample
17071
17072 @subheading The @code{-break-delete} Command
17073 @findex -break-delete
17074
17075 @subsubheading Synopsis
17076
17077 @smallexample
17078 -break-delete ( @var{breakpoint} )+
17079 @end smallexample
17080
17081 Delete the breakpoint(s) whose number(s) are specified in the argument
17082 list. This is obviously reflected in the breakpoint list.
17083
17084 @subsubheading @value{GDBN} command
17085
17086 The corresponding @value{GDBN} command is @samp{delete}.
17087
17088 @subsubheading Example
17089
17090 @smallexample
17091 (@value{GDBP})
17092 -break-delete 1
17093 ^done
17094 (@value{GDBP})
17095 -break-list
17096 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17097 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17098 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17099 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17100 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17101 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17102 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17103 body=[]@}
17104 (@value{GDBP})
17105 @end smallexample
17106
17107 @subheading The @code{-break-disable} Command
17108 @findex -break-disable
17109
17110 @subsubheading Synopsis
17111
17112 @smallexample
17113 -break-disable ( @var{breakpoint} )+
17114 @end smallexample
17115
17116 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17117 break list is now set to @samp{n} for the named @var{breakpoint}(s).
17118
17119 @subsubheading @value{GDBN} Command
17120
17121 The corresponding @value{GDBN} command is @samp{disable}.
17122
17123 @subsubheading Example
17124
17125 @smallexample
17126 (@value{GDBP})
17127 -break-disable 2
17128 ^done
17129 (@value{GDBP})
17130 -break-list
17131 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17132 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17133 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17134 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17135 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17136 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17137 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17138 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17139 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17140 (@value{GDBP})
17141 @end smallexample
17142
17143 @subheading The @code{-break-enable} Command
17144 @findex -break-enable
17145
17146 @subsubheading Synopsis
17147
17148 @smallexample
17149 -break-enable ( @var{breakpoint} )+
17150 @end smallexample
17151
17152 Enable (previously disabled) @var{breakpoint}(s).
17153
17154 @subsubheading @value{GDBN} Command
17155
17156 The corresponding @value{GDBN} command is @samp{enable}.
17157
17158 @subsubheading Example
17159
17160 @smallexample
17161 (@value{GDBP})
17162 -break-enable 2
17163 ^done
17164 (@value{GDBP})
17165 -break-list
17166 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17167 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17168 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17169 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17170 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17171 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17172 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17173 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17174 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17175 (@value{GDBP})
17176 @end smallexample
17177
17178 @subheading The @code{-break-info} Command
17179 @findex -break-info
17180
17181 @subsubheading Synopsis
17182
17183 @smallexample
17184 -break-info @var{breakpoint}
17185 @end smallexample
17186
17187 @c REDUNDANT???
17188 Get information about a single breakpoint.
17189
17190 @subsubheading @value{GDBN} command
17191
17192 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17193
17194 @subsubheading Example
17195 N.A.
17196
17197 @subheading The @code{-break-insert} Command
17198 @findex -break-insert
17199
17200 @subsubheading Synopsis
17201
17202 @smallexample
17203 -break-insert [ -t ] [ -h ] [ -r ]
17204 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17205 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17206 @end smallexample
17207
17208 @noindent
17209 If specified, @var{line}, can be one of:
17210
17211 @itemize @bullet
17212 @item function
17213 @c @item +offset
17214 @c @item -offset
17215 @c @item linenum
17216 @item filename:linenum
17217 @item filename:function
17218 @item *address
17219 @end itemize
17220
17221 The possible optional parameters of this command are:
17222
17223 @table @samp
17224 @item -t
17225 Insert a tempoary breakpoint.
17226 @item -h
17227 Insert a hardware breakpoint.
17228 @item -c @var{condition}
17229 Make the breakpoint conditional on @var{condition}.
17230 @item -i @var{ignore-count}
17231 Initialize the @var{ignore-count}.
17232 @item -r
17233 Insert a regular breakpoint in all the functions whose names match the
17234 given regular expression. Other flags are not applicable to regular
17235 expresson.
17236 @end table
17237
17238 @subsubheading Result
17239
17240 The result is in the form:
17241
17242 @smallexample
17243 ^done,bkptno="@var{number}",func="@var{funcname}",
17244 file="@var{filename}",line="@var{lineno}"
17245 @end smallexample
17246
17247 @noindent
17248 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17249 is the name of the function where the breakpoint was inserted,
17250 @var{filename} is the name of the source file which contains this
17251 function, and @var{lineno} is the source line number within that file.
17252
17253 Note: this format is open to change.
17254 @c An out-of-band breakpoint instead of part of the result?
17255
17256 @subsubheading @value{GDBN} Command
17257
17258 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17259 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17260
17261 @subsubheading Example
17262
17263 @smallexample
17264 (@value{GDBP})
17265 -break-insert main
17266 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17267 (@value{GDBP})
17268 -break-insert -t foo
17269 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17270 (@value{GDBP})
17271 -break-list
17272 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17273 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17274 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17275 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17276 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17277 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17278 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17279 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17280 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17281 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17282 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17283 (@value{GDBP})
17284 -break-insert -r foo.*
17285 ~int foo(int, int);
17286 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17287 (@value{GDBP})
17288 @end smallexample
17289
17290 @subheading The @code{-break-list} Command
17291 @findex -break-list
17292
17293 @subsubheading Synopsis
17294
17295 @smallexample
17296 -break-list
17297 @end smallexample
17298
17299 Displays the list of inserted breakpoints, showing the following fields:
17300
17301 @table @samp
17302 @item Number
17303 number of the breakpoint
17304 @item Type
17305 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17306 @item Disposition
17307 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17308 or @samp{nokeep}
17309 @item Enabled
17310 is the breakpoint enabled or no: @samp{y} or @samp{n}
17311 @item Address
17312 memory location at which the breakpoint is set
17313 @item What
17314 logical location of the breakpoint, expressed by function name, file
17315 name, line number
17316 @item Times
17317 number of times the breakpoint has been hit
17318 @end table
17319
17320 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17321 @code{body} field is an empty list.
17322
17323 @subsubheading @value{GDBN} Command
17324
17325 The corresponding @value{GDBN} command is @samp{info break}.
17326
17327 @subsubheading Example
17328
17329 @smallexample
17330 (@value{GDBP})
17331 -break-list
17332 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17333 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17334 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17335 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17336 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17337 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17338 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17339 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17340 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17341 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17342 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17343 (@value{GDBP})
17344 @end smallexample
17345
17346 Here's an example of the result when there are no breakpoints:
17347
17348 @smallexample
17349 (@value{GDBP})
17350 -break-list
17351 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17352 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17353 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17354 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17355 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17356 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17357 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17358 body=[]@}
17359 (@value{GDBP})
17360 @end smallexample
17361
17362 @subheading The @code{-break-watch} Command
17363 @findex -break-watch
17364
17365 @subsubheading Synopsis
17366
17367 @smallexample
17368 -break-watch [ -a | -r ]
17369 @end smallexample
17370
17371 Create a watchpoint. With the @samp{-a} option it will create an
17372 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17373 read from or on a write to the memory location. With the @samp{-r}
17374 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17375 trigger only when the memory location is accessed for reading. Without
17376 either of the options, the watchpoint created is a regular watchpoint,
17377 i.e. it will trigger when the memory location is accessed for writing.
17378 @xref{Set Watchpoints, , Setting watchpoints}.
17379
17380 Note that @samp{-break-list} will report a single list of watchpoints and
17381 breakpoints inserted.
17382
17383 @subsubheading @value{GDBN} Command
17384
17385 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17386 @samp{rwatch}.
17387
17388 @subsubheading Example
17389
17390 Setting a watchpoint on a variable in the @code{main} function:
17391
17392 @smallexample
17393 (@value{GDBP})
17394 -break-watch x
17395 ^done,wpt=@{number="2",exp="x"@}
17396 (@value{GDBP})
17397 -exec-continue
17398 ^running
17399 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17400 value=@{old="-268439212",new="55"@},
17401 frame=@{func="main",args=[],file="recursive2.c",line="5"@}
17402 (@value{GDBP})
17403 @end smallexample
17404
17405 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17406 the program execution twice: first for the variable changing value, then
17407 for the watchpoint going out of scope.
17408
17409 @smallexample
17410 (@value{GDBP})
17411 -break-watch C
17412 ^done,wpt=@{number="5",exp="C"@}
17413 (@value{GDBP})
17414 -exec-continue
17415 ^running
17416 ^done,reason="watchpoint-trigger",
17417 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17418 frame=@{func="callee4",args=[],
17419 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17420 (@value{GDBP})
17421 -exec-continue
17422 ^running
17423 ^done,reason="watchpoint-scope",wpnum="5",
17424 frame=@{func="callee3",args=[@{name="strarg",
17425 value="0x11940 \"A string argument.\""@}],
17426 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17427 (@value{GDBP})
17428 @end smallexample
17429
17430 Listing breakpoints and watchpoints, at different points in the program
17431 execution. Note that once the watchpoint goes out of scope, it is
17432 deleted.
17433
17434 @smallexample
17435 (@value{GDBP})
17436 -break-watch C
17437 ^done,wpt=@{number="2",exp="C"@}
17438 (@value{GDBP})
17439 -break-list
17440 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17441 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17442 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17443 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17444 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17445 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17446 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17447 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17448 addr="0x00010734",func="callee4",
17449 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17450 bkpt=@{number="2",type="watchpoint",disp="keep",
17451 enabled="y",addr="",what="C",times="0"@}]@}
17452 (@value{GDBP})
17453 -exec-continue
17454 ^running
17455 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17456 value=@{old="-276895068",new="3"@},
17457 frame=@{func="callee4",args=[],
17458 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17459 (@value{GDBP})
17460 -break-list
17461 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17462 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17463 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17464 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17465 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17466 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17467 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17468 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17469 addr="0x00010734",func="callee4",
17470 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17471 bkpt=@{number="2",type="watchpoint",disp="keep",
17472 enabled="y",addr="",what="C",times="-5"@}]@}
17473 (@value{GDBP})
17474 -exec-continue
17475 ^running
17476 ^done,reason="watchpoint-scope",wpnum="2",
17477 frame=@{func="callee3",args=[@{name="strarg",
17478 value="0x11940 \"A string argument.\""@}],
17479 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17480 (@value{GDBP})
17481 -break-list
17482 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17483 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17484 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17485 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17486 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17487 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17488 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17489 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17490 addr="0x00010734",func="callee4",
17491 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17492 (@value{GDBP})
17493 @end smallexample
17494
17495 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17496 @node GDB/MI Data Manipulation
17497 @section @sc{gdb/mi} Data Manipulation
17498
17499 @cindex data manipulation, in @sc{gdb/mi}
17500 @cindex @sc{gdb/mi}, data manipulation
17501 This section describes the @sc{gdb/mi} commands that manipulate data:
17502 examine memory and registers, evaluate expressions, etc.
17503
17504 @c REMOVED FROM THE INTERFACE.
17505 @c @subheading -data-assign
17506 @c Change the value of a program variable. Plenty of side effects.
17507 @c @subsubheading GDB command
17508 @c set variable
17509 @c @subsubheading Example
17510 @c N.A.
17511
17512 @subheading The @code{-data-disassemble} Command
17513 @findex -data-disassemble
17514
17515 @subsubheading Synopsis
17516
17517 @smallexample
17518 -data-disassemble
17519 [ -s @var{start-addr} -e @var{end-addr} ]
17520 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17521 -- @var{mode}
17522 @end smallexample
17523
17524 @noindent
17525 Where:
17526
17527 @table @samp
17528 @item @var{start-addr}
17529 is the beginning address (or @code{$pc})
17530 @item @var{end-addr}
17531 is the end address
17532 @item @var{filename}
17533 is the name of the file to disassemble
17534 @item @var{linenum}
17535 is the line number to disassemble around
17536 @item @var{lines}
17537 is the the number of disassembly lines to be produced. If it is -1,
17538 the whole function will be disassembled, in case no @var{end-addr} is
17539 specified. If @var{end-addr} is specified as a non-zero value, and
17540 @var{lines} is lower than the number of disassembly lines between
17541 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
17542 displayed; if @var{lines} is higher than the number of lines between
17543 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17544 are displayed.
17545 @item @var{mode}
17546 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17547 disassembly).
17548 @end table
17549
17550 @subsubheading Result
17551
17552 The output for each instruction is composed of four fields:
17553
17554 @itemize @bullet
17555 @item Address
17556 @item Func-name
17557 @item Offset
17558 @item Instruction
17559 @end itemize
17560
17561 Note that whatever included in the instruction field, is not manipulated
17562 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17563
17564 @subsubheading @value{GDBN} Command
17565
17566 There's no direct mapping from this command to the CLI.
17567
17568 @subsubheading Example
17569
17570 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17571
17572 @smallexample
17573 (@value{GDBP})
17574 -data-disassemble -s $pc -e "$pc + 20" -- 0
17575 ^done,
17576 asm_insns=[
17577 @{address="0x000107c0",func-name="main",offset="4",
17578 inst="mov 2, %o0"@},
17579 @{address="0x000107c4",func-name="main",offset="8",
17580 inst="sethi %hi(0x11800), %o2"@},
17581 @{address="0x000107c8",func-name="main",offset="12",
17582 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17583 @{address="0x000107cc",func-name="main",offset="16",
17584 inst="sethi %hi(0x11800), %o2"@},
17585 @{address="0x000107d0",func-name="main",offset="20",
17586 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17587 (@value{GDBP})
17588 @end smallexample
17589
17590 Disassemble the whole @code{main} function. Line 32 is part of
17591 @code{main}.
17592
17593 @smallexample
17594 -data-disassemble -f basics.c -l 32 -- 0
17595 ^done,asm_insns=[
17596 @{address="0x000107bc",func-name="main",offset="0",
17597 inst="save %sp, -112, %sp"@},
17598 @{address="0x000107c0",func-name="main",offset="4",
17599 inst="mov 2, %o0"@},
17600 @{address="0x000107c4",func-name="main",offset="8",
17601 inst="sethi %hi(0x11800), %o2"@},
17602 [@dots{}]
17603 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17604 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17605 (@value{GDBP})
17606 @end smallexample
17607
17608 Disassemble 3 instructions from the start of @code{main}:
17609
17610 @smallexample
17611 (@value{GDBP})
17612 -data-disassemble -f basics.c -l 32 -n 3 -- 0
17613 ^done,asm_insns=[
17614 @{address="0x000107bc",func-name="main",offset="0",
17615 inst="save %sp, -112, %sp"@},
17616 @{address="0x000107c0",func-name="main",offset="4",
17617 inst="mov 2, %o0"@},
17618 @{address="0x000107c4",func-name="main",offset="8",
17619 inst="sethi %hi(0x11800), %o2"@}]
17620 (@value{GDBP})
17621 @end smallexample
17622
17623 Disassemble 3 instructions from the start of @code{main} in mixed mode:
17624
17625 @smallexample
17626 (@value{GDBP})
17627 -data-disassemble -f basics.c -l 32 -n 3 -- 1
17628 ^done,asm_insns=[
17629 src_and_asm_line=@{line="31",
17630 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17631 testsuite/gdb.mi/basics.c",line_asm_insn=[
17632 @{address="0x000107bc",func-name="main",offset="0",
17633 inst="save %sp, -112, %sp"@}]@},
17634 src_and_asm_line=@{line="32",
17635 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17636 testsuite/gdb.mi/basics.c",line_asm_insn=[
17637 @{address="0x000107c0",func-name="main",offset="4",
17638 inst="mov 2, %o0"@},
17639 @{address="0x000107c4",func-name="main",offset="8",
17640 inst="sethi %hi(0x11800), %o2"@}]@}]
17641 (@value{GDBP})
17642 @end smallexample
17643
17644
17645 @subheading The @code{-data-evaluate-expression} Command
17646 @findex -data-evaluate-expression
17647
17648 @subsubheading Synopsis
17649
17650 @smallexample
17651 -data-evaluate-expression @var{expr}
17652 @end smallexample
17653
17654 Evaluate @var{expr} as an expression. The expression could contain an
17655 inferior function call. The function call will execute synchronously.
17656 If the expression contains spaces, it must be enclosed in double quotes.
17657
17658 @subsubheading @value{GDBN} Command
17659
17660 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17661 @samp{call}. In @code{gdbtk} only, there's a corresponding
17662 @samp{gdb_eval} command.
17663
17664 @subsubheading Example
17665
17666 In the following example, the numbers that precede the commands are the
17667 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17668 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17669 output.
17670
17671 @smallexample
17672 211-data-evaluate-expression A
17673 211^done,value="1"
17674 (@value{GDBP})
17675 311-data-evaluate-expression &A
17676 311^done,value="0xefffeb7c"
17677 (@value{GDBP})
17678 411-data-evaluate-expression A+3
17679 411^done,value="4"
17680 (@value{GDBP})
17681 511-data-evaluate-expression "A + 3"
17682 511^done,value="4"
17683 (@value{GDBP})
17684 @end smallexample
17685
17686
17687 @subheading The @code{-data-list-changed-registers} Command
17688 @findex -data-list-changed-registers
17689
17690 @subsubheading Synopsis
17691
17692 @smallexample
17693 -data-list-changed-registers
17694 @end smallexample
17695
17696 Display a list of the registers that have changed.
17697
17698 @subsubheading @value{GDBN} Command
17699
17700 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17701 has the corresponding command @samp{gdb_changed_register_list}.
17702
17703 @subsubheading Example
17704
17705 On a PPC MBX board:
17706
17707 @smallexample
17708 (@value{GDBP})
17709 -exec-continue
17710 ^running
17711
17712 (@value{GDBP})
17713 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17714 args=[],file="try.c",line="5"@}
17715 (@value{GDBP})
17716 -data-list-changed-registers
17717 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17718 "10","11","13","14","15","16","17","18","19","20","21","22","23",
17719 "24","25","26","27","28","30","31","64","65","66","67","69"]
17720 (@value{GDBP})
17721 @end smallexample
17722
17723
17724 @subheading The @code{-data-list-register-names} Command
17725 @findex -data-list-register-names
17726
17727 @subsubheading Synopsis
17728
17729 @smallexample
17730 -data-list-register-names [ ( @var{regno} )+ ]
17731 @end smallexample
17732
17733 Show a list of register names for the current target. If no arguments
17734 are given, it shows a list of the names of all the registers. If
17735 integer numbers are given as arguments, it will print a list of the
17736 names of the registers corresponding to the arguments. To ensure
17737 consistency between a register name and its number, the output list may
17738 include empty register names.
17739
17740 @subsubheading @value{GDBN} Command
17741
17742 @value{GDBN} does not have a command which corresponds to
17743 @samp{-data-list-register-names}. In @code{gdbtk} there is a
17744 corresponding command @samp{gdb_regnames}.
17745
17746 @subsubheading Example
17747
17748 For the PPC MBX board:
17749 @smallexample
17750 (@value{GDBP})
17751 -data-list-register-names
17752 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17753 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17754 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17755 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17756 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17757 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17758 "", "pc","ps","cr","lr","ctr","xer"]
17759 (@value{GDBP})
17760 -data-list-register-names 1 2 3
17761 ^done,register-names=["r1","r2","r3"]
17762 (@value{GDBP})
17763 @end smallexample
17764
17765 @subheading The @code{-data-list-register-values} Command
17766 @findex -data-list-register-values
17767
17768 @subsubheading Synopsis
17769
17770 @smallexample
17771 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17772 @end smallexample
17773
17774 Display the registers' contents. @var{fmt} is the format according to
17775 which the registers' contents are to be returned, followed by an optional
17776 list of numbers specifying the registers to display. A missing list of
17777 numbers indicates that the contents of all the registers must be returned.
17778
17779 Allowed formats for @var{fmt} are:
17780
17781 @table @code
17782 @item x
17783 Hexadecimal
17784 @item o
17785 Octal
17786 @item t
17787 Binary
17788 @item d
17789 Decimal
17790 @item r
17791 Raw
17792 @item N
17793 Natural
17794 @end table
17795
17796 @subsubheading @value{GDBN} Command
17797
17798 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17799 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17800
17801 @subsubheading Example
17802
17803 For a PPC MBX board (note: line breaks are for readability only, they
17804 don't appear in the actual output):
17805
17806 @smallexample
17807 (@value{GDBP})
17808 -data-list-register-values r 64 65
17809 ^done,register-values=[@{number="64",value="0xfe00a300"@},
17810 @{number="65",value="0x00029002"@}]
17811 (@value{GDBP})
17812 -data-list-register-values x
17813 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
17814 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17815 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
17816 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17817 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17818 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17819 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
17820 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17821 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17822 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17823 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17824 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17825 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17826 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17827 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17828 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17829 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
17830 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
17831 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
17832 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
17833 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
17834 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
17835 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
17836 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
17837 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
17838 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
17839 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
17840 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
17841 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
17842 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
17843 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
17844 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
17845 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17846 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17847 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17848 @{number="69",value="0x20002b03"@}]
17849 (@value{GDBP})
17850 @end smallexample
17851
17852
17853 @subheading The @code{-data-read-memory} Command
17854 @findex -data-read-memory
17855
17856 @subsubheading Synopsis
17857
17858 @smallexample
17859 -data-read-memory [ -o @var{byte-offset} ]
17860 @var{address} @var{word-format} @var{word-size}
17861 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17862 @end smallexample
17863
17864 @noindent
17865 where:
17866
17867 @table @samp
17868 @item @var{address}
17869 An expression specifying the address of the first memory word to be
17870 read. Complex expressions containing embedded white space should be
17871 quoted using the C convention.
17872
17873 @item @var{word-format}
17874 The format to be used to print the memory words. The notation is the
17875 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17876 ,Output formats}).
17877
17878 @item @var{word-size}
17879 The size of each memory word in bytes.
17880
17881 @item @var{nr-rows}
17882 The number of rows in the output table.
17883
17884 @item @var{nr-cols}
17885 The number of columns in the output table.
17886
17887 @item @var{aschar}
17888 If present, indicates that each row should include an @sc{ascii} dump. The
17889 value of @var{aschar} is used as a padding character when a byte is not a
17890 member of the printable @sc{ascii} character set (printable @sc{ascii}
17891 characters are those whose code is between 32 and 126, inclusively).
17892
17893 @item @var{byte-offset}
17894 An offset to add to the @var{address} before fetching memory.
17895 @end table
17896
17897 This command displays memory contents as a table of @var{nr-rows} by
17898 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
17899 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17900 (returned as @samp{total-bytes}). Should less than the requested number
17901 of bytes be returned by the target, the missing words are identified
17902 using @samp{N/A}. The number of bytes read from the target is returned
17903 in @samp{nr-bytes} and the starting address used to read memory in
17904 @samp{addr}.
17905
17906 The address of the next/previous row or page is available in
17907 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
17908 @samp{prev-page}.
17909
17910 @subsubheading @value{GDBN} Command
17911
17912 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
17913 @samp{gdb_get_mem} memory read command.
17914
17915 @subsubheading Example
17916
17917 Read six bytes of memory starting at @code{bytes+6} but then offset by
17918 @code{-6} bytes. Format as three rows of two columns. One byte per
17919 word. Display each word in hex.
17920
17921 @smallexample
17922 (@value{GDBP})
17923 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
17924 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17925 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17926 prev-page="0x0000138a",memory=[
17927 @{addr="0x00001390",data=["0x00","0x01"]@},
17928 @{addr="0x00001392",data=["0x02","0x03"]@},
17929 @{addr="0x00001394",data=["0x04","0x05"]@}]
17930 (@value{GDBP})
17931 @end smallexample
17932
17933 Read two bytes of memory starting at address @code{shorts + 64} and
17934 display as a single word formatted in decimal.
17935
17936 @smallexample
17937 (@value{GDBP})
17938 5-data-read-memory shorts+64 d 2 1 1
17939 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17940 next-row="0x00001512",prev-row="0x0000150e",
17941 next-page="0x00001512",prev-page="0x0000150e",memory=[
17942 @{addr="0x00001510",data=["128"]@}]
17943 (@value{GDBP})
17944 @end smallexample
17945
17946 Read thirty two bytes of memory starting at @code{bytes+16} and format
17947 as eight rows of four columns. Include a string encoding with @samp{x}
17948 used as the non-printable character.
17949
17950 @smallexample
17951 (@value{GDBP})
17952 4-data-read-memory bytes+16 x 1 8 4 x
17953 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
17954 next-row="0x000013c0",prev-row="0x0000139c",
17955 next-page="0x000013c0",prev-page="0x00001380",memory=[
17956 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
17957 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
17958 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
17959 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
17960 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
17961 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
17962 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
17963 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
17964 (@value{GDBP})
17965 @end smallexample
17966
17967 @subheading The @code{-display-delete} Command
17968 @findex -display-delete
17969
17970 @subsubheading Synopsis
17971
17972 @smallexample
17973 -display-delete @var{number}
17974 @end smallexample
17975
17976 Delete the display @var{number}.
17977
17978 @subsubheading @value{GDBN} Command
17979
17980 The corresponding @value{GDBN} command is @samp{delete display}.
17981
17982 @subsubheading Example
17983 N.A.
17984
17985
17986 @subheading The @code{-display-disable} Command
17987 @findex -display-disable
17988
17989 @subsubheading Synopsis
17990
17991 @smallexample
17992 -display-disable @var{number}
17993 @end smallexample
17994
17995 Disable display @var{number}.
17996
17997 @subsubheading @value{GDBN} Command
17998
17999 The corresponding @value{GDBN} command is @samp{disable display}.
18000
18001 @subsubheading Example
18002 N.A.
18003
18004
18005 @subheading The @code{-display-enable} Command
18006 @findex -display-enable
18007
18008 @subsubheading Synopsis
18009
18010 @smallexample
18011 -display-enable @var{number}
18012 @end smallexample
18013
18014 Enable display @var{number}.
18015
18016 @subsubheading @value{GDBN} Command
18017
18018 The corresponding @value{GDBN} command is @samp{enable display}.
18019
18020 @subsubheading Example
18021 N.A.
18022
18023
18024 @subheading The @code{-display-insert} Command
18025 @findex -display-insert
18026
18027 @subsubheading Synopsis
18028
18029 @smallexample
18030 -display-insert @var{expression}
18031 @end smallexample
18032
18033 Display @var{expression} every time the program stops.
18034
18035 @subsubheading @value{GDBN} Command
18036
18037 The corresponding @value{GDBN} command is @samp{display}.
18038
18039 @subsubheading Example
18040 N.A.
18041
18042
18043 @subheading The @code{-display-list} Command
18044 @findex -display-list
18045
18046 @subsubheading Synopsis
18047
18048 @smallexample
18049 -display-list
18050 @end smallexample
18051
18052 List the displays. Do not show the current values.
18053
18054 @subsubheading @value{GDBN} Command
18055
18056 The corresponding @value{GDBN} command is @samp{info display}.
18057
18058 @subsubheading Example
18059 N.A.
18060
18061
18062 @subheading The @code{-environment-cd} Command
18063 @findex -environment-cd
18064
18065 @subsubheading Synopsis
18066
18067 @smallexample
18068 -environment-cd @var{pathdir}
18069 @end smallexample
18070
18071 Set @value{GDBN}'s working directory.
18072
18073 @subsubheading @value{GDBN} Command
18074
18075 The corresponding @value{GDBN} command is @samp{cd}.
18076
18077 @subsubheading Example
18078
18079 @smallexample
18080 (@value{GDBP})
18081 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18082 ^done
18083 (@value{GDBP})
18084 @end smallexample
18085
18086
18087 @subheading The @code{-environment-directory} Command
18088 @findex -environment-directory
18089
18090 @subsubheading Synopsis
18091
18092 @smallexample
18093 -environment-directory [ -r ] [ @var{pathdir} ]+
18094 @end smallexample
18095
18096 Add directories @var{pathdir} to beginning of search path for source files.
18097 If the @samp{-r} option is used, the search path is reset to the default
18098 search path. If directories @var{pathdir} are supplied in addition to the
18099 @samp{-r} option, the search path is first reset and then addition
18100 occurs as normal.
18101 Multiple directories may be specified, separated by blanks. Specifying
18102 multiple directories in a single command
18103 results in the directories added to the beginning of the
18104 search path in the same order they were presented in the command.
18105 If blanks are needed as
18106 part of a directory name, double-quotes should be used around
18107 the name. In the command output, the path will show up separated
18108 by the system directory-separator character. The directory-seperator
18109 character must not be used
18110 in any directory name.
18111 If no directories are specified, the current search path is displayed.
18112
18113 @subsubheading @value{GDBN} Command
18114
18115 The corresponding @value{GDBN} command is @samp{dir}.
18116
18117 @subsubheading Example
18118
18119 @smallexample
18120 (@value{GDBP})
18121 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18122 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18123 (@value{GDBP})
18124 -environment-directory ""
18125 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18126 (@value{GDBP})
18127 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18128 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18129 (@value{GDBP})
18130 -environment-directory -r
18131 ^done,source-path="$cdir:$cwd"
18132 (@value{GDBP})
18133 @end smallexample
18134
18135
18136 @subheading The @code{-environment-path} Command
18137 @findex -environment-path
18138
18139 @subsubheading Synopsis
18140
18141 @smallexample
18142 -environment-path [ -r ] [ @var{pathdir} ]+
18143 @end smallexample
18144
18145 Add directories @var{pathdir} to beginning of search path for object files.
18146 If the @samp{-r} option is used, the search path is reset to the original
18147 search path that existed at gdb start-up. If directories @var{pathdir} are
18148 supplied in addition to the
18149 @samp{-r} option, the search path is first reset and then addition
18150 occurs as normal.
18151 Multiple directories may be specified, separated by blanks. Specifying
18152 multiple directories in a single command
18153 results in the directories added to the beginning of the
18154 search path in the same order they were presented in the command.
18155 If blanks are needed as
18156 part of a directory name, double-quotes should be used around
18157 the name. In the command output, the path will show up separated
18158 by the system directory-separator character. The directory-seperator
18159 character must not be used
18160 in any directory name.
18161 If no directories are specified, the current path is displayed.
18162
18163
18164 @subsubheading @value{GDBN} Command
18165
18166 The corresponding @value{GDBN} command is @samp{path}.
18167
18168 @subsubheading Example
18169
18170 @smallexample
18171 (@value{GDBP})
18172 -environment-path
18173 ^done,path="/usr/bin"
18174 (@value{GDBP})
18175 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18176 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18177 (@value{GDBP})
18178 -environment-path -r /usr/local/bin
18179 ^done,path="/usr/local/bin:/usr/bin"
18180 (@value{GDBP})
18181 @end smallexample
18182
18183
18184 @subheading The @code{-environment-pwd} Command
18185 @findex -environment-pwd
18186
18187 @subsubheading Synopsis
18188
18189 @smallexample
18190 -environment-pwd
18191 @end smallexample
18192
18193 Show the current working directory.
18194
18195 @subsubheading @value{GDBN} command
18196
18197 The corresponding @value{GDBN} command is @samp{pwd}.
18198
18199 @subsubheading Example
18200
18201 @smallexample
18202 (@value{GDBP})
18203 -environment-pwd
18204 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18205 (@value{GDBP})
18206 @end smallexample
18207
18208 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18209 @node GDB/MI Program Control
18210 @section @sc{gdb/mi} Program control
18211
18212 @subsubheading Program termination
18213
18214 As a result of execution, the inferior program can run to completion, if
18215 it doesn't encounter any breakpoints. In this case the output will
18216 include an exit code, if the program has exited exceptionally.
18217
18218 @subsubheading Examples
18219
18220 @noindent
18221 Program exited normally:
18222
18223 @smallexample
18224 (@value{GDBP})
18225 -exec-run
18226 ^running
18227 (@value{GDBP})
18228 x = 55
18229 *stopped,reason="exited-normally"
18230 (@value{GDBP})
18231 @end smallexample
18232
18233 @noindent
18234 Program exited exceptionally:
18235
18236 @smallexample
18237 (@value{GDBP})
18238 -exec-run
18239 ^running
18240 (@value{GDBP})
18241 x = 55
18242 *stopped,reason="exited",exit-code="01"
18243 (@value{GDBP})
18244 @end smallexample
18245
18246 Another way the program can terminate is if it receives a signal such as
18247 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18248
18249 @smallexample
18250 (@value{GDBP})
18251 *stopped,reason="exited-signalled",signal-name="SIGINT",
18252 signal-meaning="Interrupt"
18253 @end smallexample
18254
18255
18256 @subheading The @code{-exec-abort} Command
18257 @findex -exec-abort
18258
18259 @subsubheading Synopsis
18260
18261 @smallexample
18262 -exec-abort
18263 @end smallexample
18264
18265 Kill the inferior running program.
18266
18267 @subsubheading @value{GDBN} Command
18268
18269 The corresponding @value{GDBN} command is @samp{kill}.
18270
18271 @subsubheading Example
18272 N.A.
18273
18274
18275 @subheading The @code{-exec-arguments} Command
18276 @findex -exec-arguments
18277
18278 @subsubheading Synopsis
18279
18280 @smallexample
18281 -exec-arguments @var{args}
18282 @end smallexample
18283
18284 Set the inferior program arguments, to be used in the next
18285 @samp{-exec-run}.
18286
18287 @subsubheading @value{GDBN} Command
18288
18289 The corresponding @value{GDBN} command is @samp{set args}.
18290
18291 @subsubheading Example
18292
18293 @c FIXME!
18294 Don't have one around.
18295
18296
18297 @subheading The @code{-exec-continue} Command
18298 @findex -exec-continue
18299
18300 @subsubheading Synopsis
18301
18302 @smallexample
18303 -exec-continue
18304 @end smallexample
18305
18306 Asynchronous command. Resumes the execution of the inferior program
18307 until a breakpoint is encountered, or until the inferior exits.
18308
18309 @subsubheading @value{GDBN} Command
18310
18311 The corresponding @value{GDBN} corresponding is @samp{continue}.
18312
18313 @subsubheading Example
18314
18315 @smallexample
18316 -exec-continue
18317 ^running
18318 (@value{GDBP})
18319 @@Hello world
18320 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18321 file="hello.c",line="13"@}
18322 (@value{GDBP})
18323 @end smallexample
18324
18325
18326 @subheading The @code{-exec-finish} Command
18327 @findex -exec-finish
18328
18329 @subsubheading Synopsis
18330
18331 @smallexample
18332 -exec-finish
18333 @end smallexample
18334
18335 Asynchronous command. Resumes the execution of the inferior program
18336 until the current function is exited. Displays the results returned by
18337 the function.
18338
18339 @subsubheading @value{GDBN} Command
18340
18341 The corresponding @value{GDBN} command is @samp{finish}.
18342
18343 @subsubheading Example
18344
18345 Function returning @code{void}.
18346
18347 @smallexample
18348 -exec-finish
18349 ^running
18350 (@value{GDBP})
18351 @@hello from foo
18352 *stopped,reason="function-finished",frame=@{func="main",args=[],
18353 file="hello.c",line="7"@}
18354 (@value{GDBP})
18355 @end smallexample
18356
18357 Function returning other than @code{void}. The name of the internal
18358 @value{GDBN} variable storing the result is printed, together with the
18359 value itself.
18360
18361 @smallexample
18362 -exec-finish
18363 ^running
18364 (@value{GDBP})
18365 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18366 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18367 file="recursive2.c",line="14"@},
18368 gdb-result-var="$1",return-value="0"
18369 (@value{GDBP})
18370 @end smallexample
18371
18372
18373 @subheading The @code{-exec-interrupt} Command
18374 @findex -exec-interrupt
18375
18376 @subsubheading Synopsis
18377
18378 @smallexample
18379 -exec-interrupt
18380 @end smallexample
18381
18382 Asynchronous command. Interrupts the background execution of the target.
18383 Note how the token associated with the stop message is the one for the
18384 execution command that has been interrupted. The token for the interrupt
18385 itself only appears in the @samp{^done} output. If the user is trying to
18386 interrupt a non-running program, an error message will be printed.
18387
18388 @subsubheading @value{GDBN} Command
18389
18390 The corresponding @value{GDBN} command is @samp{interrupt}.
18391
18392 @subsubheading Example
18393
18394 @smallexample
18395 (@value{GDBP})
18396 111-exec-continue
18397 111^running
18398
18399 (@value{GDBP})
18400 222-exec-interrupt
18401 222^done
18402 (@value{GDBP})
18403 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18404 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
18405 (@value{GDBP})
18406
18407 (@value{GDBP})
18408 -exec-interrupt
18409 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18410 (@value{GDBP})
18411 @end smallexample
18412
18413
18414 @subheading The @code{-exec-next} Command
18415 @findex -exec-next
18416
18417 @subsubheading Synopsis
18418
18419 @smallexample
18420 -exec-next
18421 @end smallexample
18422
18423 Asynchronous command. Resumes execution of the inferior program, stopping
18424 when the beginning of the next source line is reached.
18425
18426 @subsubheading @value{GDBN} Command
18427
18428 The corresponding @value{GDBN} command is @samp{next}.
18429
18430 @subsubheading Example
18431
18432 @smallexample
18433 -exec-next
18434 ^running
18435 (@value{GDBP})
18436 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18437 (@value{GDBP})
18438 @end smallexample
18439
18440
18441 @subheading The @code{-exec-next-instruction} Command
18442 @findex -exec-next-instruction
18443
18444 @subsubheading Synopsis
18445
18446 @smallexample
18447 -exec-next-instruction
18448 @end smallexample
18449
18450 Asynchronous command. Executes one machine instruction. If the
18451 instruction is a function call continues until the function returns. If
18452 the program stops at an instruction in the middle of a source line, the
18453 address will be printed as well.
18454
18455 @subsubheading @value{GDBN} Command
18456
18457 The corresponding @value{GDBN} command is @samp{nexti}.
18458
18459 @subsubheading Example
18460
18461 @smallexample
18462 (@value{GDBP})
18463 -exec-next-instruction
18464 ^running
18465
18466 (@value{GDBP})
18467 *stopped,reason="end-stepping-range",
18468 addr="0x000100d4",line="5",file="hello.c"
18469 (@value{GDBP})
18470 @end smallexample
18471
18472
18473 @subheading The @code{-exec-return} Command
18474 @findex -exec-return
18475
18476 @subsubheading Synopsis
18477
18478 @smallexample
18479 -exec-return
18480 @end smallexample
18481
18482 Makes current function return immediately. Doesn't execute the inferior.
18483 Displays the new current frame.
18484
18485 @subsubheading @value{GDBN} Command
18486
18487 The corresponding @value{GDBN} command is @samp{return}.
18488
18489 @subsubheading Example
18490
18491 @smallexample
18492 (@value{GDBP})
18493 200-break-insert callee4
18494 200^done,bkpt=@{number="1",addr="0x00010734",
18495 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18496 (@value{GDBP})
18497 000-exec-run
18498 000^running
18499 (@value{GDBP})
18500 000*stopped,reason="breakpoint-hit",bkptno="1",
18501 frame=@{func="callee4",args=[],
18502 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18503 (@value{GDBP})
18504 205-break-delete
18505 205^done
18506 (@value{GDBP})
18507 111-exec-return
18508 111^done,frame=@{level="0",func="callee3",
18509 args=[@{name="strarg",
18510 value="0x11940 \"A string argument.\""@}],
18511 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18512 (@value{GDBP})
18513 @end smallexample
18514
18515
18516 @subheading The @code{-exec-run} Command
18517 @findex -exec-run
18518
18519 @subsubheading Synopsis
18520
18521 @smallexample
18522 -exec-run
18523 @end smallexample
18524
18525 Asynchronous command. Starts execution of the inferior from the
18526 beginning. The inferior executes until either a breakpoint is
18527 encountered or the program exits.
18528
18529 @subsubheading @value{GDBN} Command
18530
18531 The corresponding @value{GDBN} command is @samp{run}.
18532
18533 @subsubheading Example
18534
18535 @smallexample
18536 (@value{GDBP})
18537 -break-insert main
18538 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18539 (@value{GDBP})
18540 -exec-run
18541 ^running
18542 (@value{GDBP})
18543 *stopped,reason="breakpoint-hit",bkptno="1",
18544 frame=@{func="main",args=[],file="recursive2.c",line="4"@}
18545 (@value{GDBP})
18546 @end smallexample
18547
18548
18549 @subheading The @code{-exec-show-arguments} Command
18550 @findex -exec-show-arguments
18551
18552 @subsubheading Synopsis
18553
18554 @smallexample
18555 -exec-show-arguments
18556 @end smallexample
18557
18558 Print the arguments of the program.
18559
18560 @subsubheading @value{GDBN} Command
18561
18562 The corresponding @value{GDBN} command is @samp{show args}.
18563
18564 @subsubheading Example
18565 N.A.
18566
18567 @c @subheading -exec-signal
18568
18569 @subheading The @code{-exec-step} Command
18570 @findex -exec-step
18571
18572 @subsubheading Synopsis
18573
18574 @smallexample
18575 -exec-step
18576 @end smallexample
18577
18578 Asynchronous command. Resumes execution of the inferior program, stopping
18579 when the beginning of the next source line is reached, if the next
18580 source line is not a function call. If it is, stop at the first
18581 instruction of the called function.
18582
18583 @subsubheading @value{GDBN} Command
18584
18585 The corresponding @value{GDBN} command is @samp{step}.
18586
18587 @subsubheading Example
18588
18589 Stepping into a function:
18590
18591 @smallexample
18592 -exec-step
18593 ^running
18594 (@value{GDBP})
18595 *stopped,reason="end-stepping-range",
18596 frame=@{func="foo",args=[@{name="a",value="10"@},
18597 @{name="b",value="0"@}],file="recursive2.c",line="11"@}
18598 (@value{GDBP})
18599 @end smallexample
18600
18601 Regular stepping:
18602
18603 @smallexample
18604 -exec-step
18605 ^running
18606 (@value{GDBP})
18607 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18608 (@value{GDBP})
18609 @end smallexample
18610
18611
18612 @subheading The @code{-exec-step-instruction} Command
18613 @findex -exec-step-instruction
18614
18615 @subsubheading Synopsis
18616
18617 @smallexample
18618 -exec-step-instruction
18619 @end smallexample
18620
18621 Asynchronous command. Resumes the inferior which executes one machine
18622 instruction. The output, once @value{GDBN} has stopped, will vary depending on
18623 whether we have stopped in the middle of a source line or not. In the
18624 former case, the address at which the program stopped will be printed as
18625 well.
18626
18627 @subsubheading @value{GDBN} Command
18628
18629 The corresponding @value{GDBN} command is @samp{stepi}.
18630
18631 @subsubheading Example
18632
18633 @smallexample
18634 (@value{GDBP})
18635 -exec-step-instruction
18636 ^running
18637
18638 (@value{GDBP})
18639 *stopped,reason="end-stepping-range",
18640 frame=@{func="foo",args=[],file="try.c",line="10"@}
18641 (@value{GDBP})
18642 -exec-step-instruction
18643 ^running
18644
18645 (@value{GDBP})
18646 *stopped,reason="end-stepping-range",
18647 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
18648 (@value{GDBP})
18649 @end smallexample
18650
18651
18652 @subheading The @code{-exec-until} Command
18653 @findex -exec-until
18654
18655 @subsubheading Synopsis
18656
18657 @smallexample
18658 -exec-until [ @var{location} ]
18659 @end smallexample
18660
18661 Asynchronous command. Executes the inferior until the @var{location}
18662 specified in the argument is reached. If there is no argument, the inferior
18663 executes until a source line greater than the current one is reached.
18664 The reason for stopping in this case will be @samp{location-reached}.
18665
18666 @subsubheading @value{GDBN} Command
18667
18668 The corresponding @value{GDBN} command is @samp{until}.
18669
18670 @subsubheading Example
18671
18672 @smallexample
18673 (@value{GDBP})
18674 -exec-until recursive2.c:6
18675 ^running
18676 (@value{GDBP})
18677 x = 55
18678 *stopped,reason="location-reached",frame=@{func="main",args=[],
18679 file="recursive2.c",line="6"@}
18680 (@value{GDBP})
18681 @end smallexample
18682
18683 @ignore
18684 @subheading -file-clear
18685 Is this going away????
18686 @end ignore
18687
18688
18689 @subheading The @code{-file-exec-and-symbols} Command
18690 @findex -file-exec-and-symbols
18691
18692 @subsubheading Synopsis
18693
18694 @smallexample
18695 -file-exec-and-symbols @var{file}
18696 @end smallexample
18697
18698 Specify the executable file to be debugged. This file is the one from
18699 which the symbol table is also read. If no file is specified, the
18700 command clears the executable and symbol information. If breakpoints
18701 are set when using this command with no arguments, @value{GDBN} will produce
18702 error messages. Otherwise, no output is produced, except a completion
18703 notification.
18704
18705 @subsubheading @value{GDBN} Command
18706
18707 The corresponding @value{GDBN} command is @samp{file}.
18708
18709 @subsubheading Example
18710
18711 @smallexample
18712 (@value{GDBP})
18713 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18714 ^done
18715 (@value{GDBP})
18716 @end smallexample
18717
18718
18719 @subheading The @code{-file-exec-file} Command
18720 @findex -file-exec-file
18721
18722 @subsubheading Synopsis
18723
18724 @smallexample
18725 -file-exec-file @var{file}
18726 @end smallexample
18727
18728 Specify the executable file to be debugged. Unlike
18729 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18730 from this file. If used without argument, @value{GDBN} clears the information
18731 about the executable file. No output is produced, except a completion
18732 notification.
18733
18734 @subsubheading @value{GDBN} Command
18735
18736 The corresponding @value{GDBN} command is @samp{exec-file}.
18737
18738 @subsubheading Example
18739
18740 @smallexample
18741 (@value{GDBP})
18742 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18743 ^done
18744 (@value{GDBP})
18745 @end smallexample
18746
18747
18748 @subheading The @code{-file-list-exec-sections} Command
18749 @findex -file-list-exec-sections
18750
18751 @subsubheading Synopsis
18752
18753 @smallexample
18754 -file-list-exec-sections
18755 @end smallexample
18756
18757 List the sections of the current executable file.
18758
18759 @subsubheading @value{GDBN} Command
18760
18761 The @value{GDBN} command @samp{info file} shows, among the rest, the same
18762 information as this command. @code{gdbtk} has a corresponding command
18763 @samp{gdb_load_info}.
18764
18765 @subsubheading Example
18766 N.A.
18767
18768
18769 @subheading The @code{-file-list-exec-source-file} Command
18770 @findex -file-list-exec-source-file
18771
18772 @subsubheading Synopsis
18773
18774 @smallexample
18775 -file-list-exec-source-file
18776 @end smallexample
18777
18778 List the line number, the current source file, and the absolute path
18779 to the current source file for the current executable.
18780
18781 @subsubheading @value{GDBN} Command
18782
18783 There's no @value{GDBN} command which directly corresponds to this one.
18784
18785 @subsubheading Example
18786
18787 @smallexample
18788 (@value{GDBP})
18789 123-file-list-exec-source-file
18790 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18791 (@value{GDBP})
18792 @end smallexample
18793
18794
18795 @subheading The @code{-file-list-exec-source-files} Command
18796 @findex -file-list-exec-source-files
18797
18798 @subsubheading Synopsis
18799
18800 @smallexample
18801 -file-list-exec-source-files
18802 @end smallexample
18803
18804 List the source files for the current executable.
18805
18806 It will always output the filename, but only when GDB can find the absolute
18807 file name of a source file, will it output the fullname.
18808
18809 @subsubheading @value{GDBN} Command
18810
18811 There's no @value{GDBN} command which directly corresponds to this one.
18812 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18813
18814 @subsubheading Example
18815 @smallexample
18816 (@value{GDBP})
18817 -file-list-exec-source-files
18818 ^done,files=[
18819 @{file=foo.c,fullname=/home/foo.c@},
18820 @{file=/home/bar.c,fullname=/home/bar.c@},
18821 @{file=gdb_could_not_find_fullpath.c@}]
18822 (@value{GDBP})
18823 @end smallexample
18824
18825 @subheading The @code{-file-list-shared-libraries} Command
18826 @findex -file-list-shared-libraries
18827
18828 @subsubheading Synopsis
18829
18830 @smallexample
18831 -file-list-shared-libraries
18832 @end smallexample
18833
18834 List the shared libraries in the program.
18835
18836 @subsubheading @value{GDBN} Command
18837
18838 The corresponding @value{GDBN} command is @samp{info shared}.
18839
18840 @subsubheading Example
18841 N.A.
18842
18843
18844 @subheading The @code{-file-list-symbol-files} Command
18845 @findex -file-list-symbol-files
18846
18847 @subsubheading Synopsis
18848
18849 @smallexample
18850 -file-list-symbol-files
18851 @end smallexample
18852
18853 List symbol files.
18854
18855 @subsubheading @value{GDBN} Command
18856
18857 The corresponding @value{GDBN} command is @samp{info file} (part of it).
18858
18859 @subsubheading Example
18860 N.A.
18861
18862
18863 @subheading The @code{-file-symbol-file} Command
18864 @findex -file-symbol-file
18865
18866 @subsubheading Synopsis
18867
18868 @smallexample
18869 -file-symbol-file @var{file}
18870 @end smallexample
18871
18872 Read symbol table info from the specified @var{file} argument. When
18873 used without arguments, clears @value{GDBN}'s symbol table info. No output is
18874 produced, except for a completion notification.
18875
18876 @subsubheading @value{GDBN} Command
18877
18878 The corresponding @value{GDBN} command is @samp{symbol-file}.
18879
18880 @subsubheading Example
18881
18882 @smallexample
18883 (@value{GDBP})
18884 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18885 ^done
18886 (@value{GDBP})
18887 @end smallexample
18888
18889 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18890 @node GDB/MI Miscellaneous Commands
18891 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18892
18893 @c @subheading -gdb-complete
18894
18895 @subheading The @code{-gdb-exit} Command
18896 @findex -gdb-exit
18897
18898 @subsubheading Synopsis
18899
18900 @smallexample
18901 -gdb-exit
18902 @end smallexample
18903
18904 Exit @value{GDBN} immediately.
18905
18906 @subsubheading @value{GDBN} Command
18907
18908 Approximately corresponds to @samp{quit}.
18909
18910 @subsubheading Example
18911
18912 @smallexample
18913 (@value{GDBP})
18914 -gdb-exit
18915 @end smallexample
18916
18917 @subheading The @code{-gdb-set} Command
18918 @findex -gdb-set
18919
18920 @subsubheading Synopsis
18921
18922 @smallexample
18923 -gdb-set
18924 @end smallexample
18925
18926 Set an internal @value{GDBN} variable.
18927 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18928
18929 @subsubheading @value{GDBN} Command
18930
18931 The corresponding @value{GDBN} command is @samp{set}.
18932
18933 @subsubheading Example
18934
18935 @smallexample
18936 (@value{GDBP})
18937 -gdb-set $foo=3
18938 ^done
18939 (@value{GDBP})
18940 @end smallexample
18941
18942
18943 @subheading The @code{-gdb-show} Command
18944 @findex -gdb-show
18945
18946 @subsubheading Synopsis
18947
18948 @smallexample
18949 -gdb-show
18950 @end smallexample
18951
18952 Show the current value of a @value{GDBN} variable.
18953
18954 @subsubheading @value{GDBN} command
18955
18956 The corresponding @value{GDBN} command is @samp{show}.
18957
18958 @subsubheading Example
18959
18960 @smallexample
18961 (@value{GDBP})
18962 -gdb-show annotate
18963 ^done,value="0"
18964 (@value{GDBP})
18965 @end smallexample
18966
18967 @c @subheading -gdb-source
18968
18969
18970 @subheading The @code{-gdb-version} Command
18971 @findex -gdb-version
18972
18973 @subsubheading Synopsis
18974
18975 @smallexample
18976 -gdb-version
18977 @end smallexample
18978
18979 Show version information for @value{GDBN}. Used mostly in testing.
18980
18981 @subsubheading @value{GDBN} Command
18982
18983 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
18984 information when you start an interactive session.
18985
18986 @subsubheading Example
18987
18988 @c This example modifies the actual output from GDB to avoid overfull
18989 @c box in TeX.
18990 @smallexample
18991 (@value{GDBP})
18992 -gdb-version
18993 ~GNU gdb 5.2.1
18994 ~Copyright 2000 Free Software Foundation, Inc.
18995 ~GDB is free software, covered by the GNU General Public License, and
18996 ~you are welcome to change it and/or distribute copies of it under
18997 ~ certain conditions.
18998 ~Type "show copying" to see the conditions.
18999 ~There is absolutely no warranty for GDB. Type "show warranty" for
19000 ~ details.
19001 ~This GDB was configured as
19002 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19003 ^done
19004 (@value{GDBP})
19005 @end smallexample
19006
19007 @subheading The @code{-interpreter-exec} Command
19008 @findex -interpreter-exec
19009
19010 @subheading Synopsis
19011
19012 @smallexample
19013 -interpreter-exec @var{interpreter} @var{command}
19014 @end smallexample
19015
19016 Execute the specified @var{command} in the given @var{interpreter}.
19017
19018 @subheading @value{GDBN} Command
19019
19020 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19021
19022 @subheading Example
19023
19024 @smallexample
19025 (@value{GDBP})
19026 -interpreter-exec console "break main"
19027 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
19028 &"During symbol reading, bad structure-type format.\n"
19029 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19030 ^done
19031 (@value{GDBP})
19032 @end smallexample
19033
19034 @ignore
19035 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19036 @node GDB/MI Kod Commands
19037 @section @sc{gdb/mi} Kod Commands
19038
19039 The Kod commands are not implemented.
19040
19041 @c @subheading -kod-info
19042
19043 @c @subheading -kod-list
19044
19045 @c @subheading -kod-list-object-types
19046
19047 @c @subheading -kod-show
19048
19049 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19050 @node GDB/MI Memory Overlay Commands
19051 @section @sc{gdb/mi} Memory Overlay Commands
19052
19053 The memory overlay commands are not implemented.
19054
19055 @c @subheading -overlay-auto
19056
19057 @c @subheading -overlay-list-mapping-state
19058
19059 @c @subheading -overlay-list-overlays
19060
19061 @c @subheading -overlay-map
19062
19063 @c @subheading -overlay-off
19064
19065 @c @subheading -overlay-on
19066
19067 @c @subheading -overlay-unmap
19068
19069 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19070 @node GDB/MI Signal Handling Commands
19071 @section @sc{gdb/mi} Signal Handling Commands
19072
19073 Signal handling commands are not implemented.
19074
19075 @c @subheading -signal-handle
19076
19077 @c @subheading -signal-list-handle-actions
19078
19079 @c @subheading -signal-list-signal-types
19080 @end ignore
19081
19082
19083 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19084 @node GDB/MI Stack Manipulation
19085 @section @sc{gdb/mi} Stack Manipulation Commands
19086
19087
19088 @subheading The @code{-stack-info-frame} Command
19089 @findex -stack-info-frame
19090
19091 @subsubheading Synopsis
19092
19093 @smallexample
19094 -stack-info-frame
19095 @end smallexample
19096
19097 Get info on the current frame.
19098
19099 @subsubheading @value{GDBN} Command
19100
19101 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19102 (without arguments).
19103
19104 @subsubheading Example
19105 N.A.
19106
19107 @subheading The @code{-stack-info-depth} Command
19108 @findex -stack-info-depth
19109
19110 @subsubheading Synopsis
19111
19112 @smallexample
19113 -stack-info-depth [ @var{max-depth} ]
19114 @end smallexample
19115
19116 Return the depth of the stack. If the integer argument @var{max-depth}
19117 is specified, do not count beyond @var{max-depth} frames.
19118
19119 @subsubheading @value{GDBN} Command
19120
19121 There's no equivalent @value{GDBN} command.
19122
19123 @subsubheading Example
19124
19125 For a stack with frame levels 0 through 11:
19126
19127 @smallexample
19128 (@value{GDBP})
19129 -stack-info-depth
19130 ^done,depth="12"
19131 (@value{GDBP})
19132 -stack-info-depth 4
19133 ^done,depth="4"
19134 (@value{GDBP})
19135 -stack-info-depth 12
19136 ^done,depth="12"
19137 (@value{GDBP})
19138 -stack-info-depth 11
19139 ^done,depth="11"
19140 (@value{GDBP})
19141 -stack-info-depth 13
19142 ^done,depth="12"
19143 (@value{GDBP})
19144 @end smallexample
19145
19146 @subheading The @code{-stack-list-arguments} Command
19147 @findex -stack-list-arguments
19148
19149 @subsubheading Synopsis
19150
19151 @smallexample
19152 -stack-list-arguments @var{show-values}
19153 [ @var{low-frame} @var{high-frame} ]
19154 @end smallexample
19155
19156 Display a list of the arguments for the frames between @var{low-frame}
19157 and @var{high-frame} (inclusive). If @var{low-frame} and
19158 @var{high-frame} are not provided, list the arguments for the whole call
19159 stack.
19160
19161 The @var{show-values} argument must have a value of 0 or 1. A value of
19162 0 means that only the names of the arguments are listed, a value of 1
19163 means that both names and values of the arguments are printed.
19164
19165 @subsubheading @value{GDBN} Command
19166
19167 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19168 @samp{gdb_get_args} command which partially overlaps with the
19169 functionality of @samp{-stack-list-arguments}.
19170
19171 @subsubheading Example
19172
19173 @smallexample
19174 (@value{GDBP})
19175 -stack-list-frames
19176 ^done,
19177 stack=[
19178 frame=@{level="0",addr="0x00010734",func="callee4",
19179 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19180 frame=@{level="1",addr="0x0001076c",func="callee3",
19181 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19182 frame=@{level="2",addr="0x0001078c",func="callee2",
19183 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19184 frame=@{level="3",addr="0x000107b4",func="callee1",
19185 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19186 frame=@{level="4",addr="0x000107e0",func="main",
19187 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19188 (@value{GDBP})
19189 -stack-list-arguments 0
19190 ^done,
19191 stack-args=[
19192 frame=@{level="0",args=[]@},
19193 frame=@{level="1",args=[name="strarg"]@},
19194 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19195 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19196 frame=@{level="4",args=[]@}]
19197 (@value{GDBP})
19198 -stack-list-arguments 1
19199 ^done,
19200 stack-args=[
19201 frame=@{level="0",args=[]@},
19202 frame=@{level="1",
19203 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19204 frame=@{level="2",args=[
19205 @{name="intarg",value="2"@},
19206 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19207 @{frame=@{level="3",args=[
19208 @{name="intarg",value="2"@},
19209 @{name="strarg",value="0x11940 \"A string argument.\""@},
19210 @{name="fltarg",value="3.5"@}]@},
19211 frame=@{level="4",args=[]@}]
19212 (@value{GDBP})
19213 -stack-list-arguments 0 2 2
19214 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19215 (@value{GDBP})
19216 -stack-list-arguments 1 2 2
19217 ^done,stack-args=[frame=@{level="2",
19218 args=[@{name="intarg",value="2"@},
19219 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19220 (@value{GDBP})
19221 @end smallexample
19222
19223 @c @subheading -stack-list-exception-handlers
19224
19225
19226 @subheading The @code{-stack-list-frames} Command
19227 @findex -stack-list-frames
19228
19229 @subsubheading Synopsis
19230
19231 @smallexample
19232 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19233 @end smallexample
19234
19235 List the frames currently on the stack. For each frame it displays the
19236 following info:
19237
19238 @table @samp
19239 @item @var{level}
19240 The frame number, 0 being the topmost frame, i.e. the innermost function.
19241 @item @var{addr}
19242 The @code{$pc} value for that frame.
19243 @item @var{func}
19244 Function name.
19245 @item @var{file}
19246 File name of the source file where the function lives.
19247 @item @var{line}
19248 Line number corresponding to the @code{$pc}.
19249 @end table
19250
19251 If invoked without arguments, this command prints a backtrace for the
19252 whole stack. If given two integer arguments, it shows the frames whose
19253 levels are between the two arguments (inclusive). If the two arguments
19254 are equal, it shows the single frame at the corresponding level.
19255
19256 @subsubheading @value{GDBN} Command
19257
19258 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19259
19260 @subsubheading Example
19261
19262 Full stack backtrace:
19263
19264 @smallexample
19265 (@value{GDBP})
19266 -stack-list-frames
19267 ^done,stack=
19268 [frame=@{level="0",addr="0x0001076c",func="foo",
19269 file="recursive2.c",line="11"@},
19270 frame=@{level="1",addr="0x000107a4",func="foo",
19271 file="recursive2.c",line="14"@},
19272 frame=@{level="2",addr="0x000107a4",func="foo",
19273 file="recursive2.c",line="14"@},
19274 frame=@{level="3",addr="0x000107a4",func="foo",
19275 file="recursive2.c",line="14"@},
19276 frame=@{level="4",addr="0x000107a4",func="foo",
19277 file="recursive2.c",line="14"@},
19278 frame=@{level="5",addr="0x000107a4",func="foo",
19279 file="recursive2.c",line="14"@},
19280 frame=@{level="6",addr="0x000107a4",func="foo",
19281 file="recursive2.c",line="14"@},
19282 frame=@{level="7",addr="0x000107a4",func="foo",
19283 file="recursive2.c",line="14"@},
19284 frame=@{level="8",addr="0x000107a4",func="foo",
19285 file="recursive2.c",line="14"@},
19286 frame=@{level="9",addr="0x000107a4",func="foo",
19287 file="recursive2.c",line="14"@},
19288 frame=@{level="10",addr="0x000107a4",func="foo",
19289 file="recursive2.c",line="14"@},
19290 frame=@{level="11",addr="0x00010738",func="main",
19291 file="recursive2.c",line="4"@}]
19292 (@value{GDBP})
19293 @end smallexample
19294
19295 Show frames between @var{low_frame} and @var{high_frame}:
19296
19297 @smallexample
19298 (@value{GDBP})
19299 -stack-list-frames 3 5
19300 ^done,stack=
19301 [frame=@{level="3",addr="0x000107a4",func="foo",
19302 file="recursive2.c",line="14"@},
19303 frame=@{level="4",addr="0x000107a4",func="foo",
19304 file="recursive2.c",line="14"@},
19305 frame=@{level="5",addr="0x000107a4",func="foo",
19306 file="recursive2.c",line="14"@}]
19307 (@value{GDBP})
19308 @end smallexample
19309
19310 Show a single frame:
19311
19312 @smallexample
19313 (@value{GDBP})
19314 -stack-list-frames 3 3
19315 ^done,stack=
19316 [frame=@{level="3",addr="0x000107a4",func="foo",
19317 file="recursive2.c",line="14"@}]
19318 (@value{GDBP})
19319 @end smallexample
19320
19321
19322 @subheading The @code{-stack-list-locals} Command
19323 @findex -stack-list-locals
19324
19325 @subsubheading Synopsis
19326
19327 @smallexample
19328 -stack-list-locals @var{print-values}
19329 @end smallexample
19330
19331 Display the local variable names for the current frame. With an
19332 argument of 0 or @code{--no-values}, prints only the names of the variables.
19333 With argument of 1 or @code{--all-values}, prints also their values. With
19334 argument of 2 or @code{--simple-values}, prints the name, type and value for
19335 simple data types and the name and type for arrays, structures and
19336 unions. In this last case, the idea is that the user can see the
19337 value of simple data types immediately and he can create variable
19338 objects for other data types if he wishes to explore their values in
19339 more detail.
19340
19341 @subsubheading @value{GDBN} Command
19342
19343 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19344
19345 @subsubheading Example
19346
19347 @smallexample
19348 (@value{GDBP})
19349 -stack-list-locals 0
19350 ^done,locals=[name="A",name="B",name="C"]
19351 (@value{GDBP})
19352 -stack-list-locals --all-values
19353 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19354 @{name="C",value="@{1, 2, 3@}"@}]
19355 -stack-list-locals --simple-values
19356 ^done,locals=[@{name="A",type="int",value="1"@},
19357 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19358 (@value{GDBP})
19359 @end smallexample
19360
19361
19362 @subheading The @code{-stack-select-frame} Command
19363 @findex -stack-select-frame
19364
19365 @subsubheading Synopsis
19366
19367 @smallexample
19368 -stack-select-frame @var{framenum}
19369 @end smallexample
19370
19371 Change the current frame. Select a different frame @var{framenum} on
19372 the stack.
19373
19374 @subsubheading @value{GDBN} Command
19375
19376 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19377 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19378
19379 @subsubheading Example
19380
19381 @smallexample
19382 (@value{GDBP})
19383 -stack-select-frame 2
19384 ^done
19385 (@value{GDBP})
19386 @end smallexample
19387
19388 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19389 @node GDB/MI Symbol Query
19390 @section @sc{gdb/mi} Symbol Query Commands
19391
19392
19393 @subheading The @code{-symbol-info-address} Command
19394 @findex -symbol-info-address
19395
19396 @subsubheading Synopsis
19397
19398 @smallexample
19399 -symbol-info-address @var{symbol}
19400 @end smallexample
19401
19402 Describe where @var{symbol} is stored.
19403
19404 @subsubheading @value{GDBN} Command
19405
19406 The corresponding @value{GDBN} command is @samp{info address}.
19407
19408 @subsubheading Example
19409 N.A.
19410
19411
19412 @subheading The @code{-symbol-info-file} Command
19413 @findex -symbol-info-file
19414
19415 @subsubheading Synopsis
19416
19417 @smallexample
19418 -symbol-info-file
19419 @end smallexample
19420
19421 Show the file for the symbol.
19422
19423 @subsubheading @value{GDBN} Command
19424
19425 There's no equivalent @value{GDBN} command. @code{gdbtk} has
19426 @samp{gdb_find_file}.
19427
19428 @subsubheading Example
19429 N.A.
19430
19431
19432 @subheading The @code{-symbol-info-function} Command
19433 @findex -symbol-info-function
19434
19435 @subsubheading Synopsis
19436
19437 @smallexample
19438 -symbol-info-function
19439 @end smallexample
19440
19441 Show which function the symbol lives in.
19442
19443 @subsubheading @value{GDBN} Command
19444
19445 @samp{gdb_get_function} in @code{gdbtk}.
19446
19447 @subsubheading Example
19448 N.A.
19449
19450
19451 @subheading The @code{-symbol-info-line} Command
19452 @findex -symbol-info-line
19453
19454 @subsubheading Synopsis
19455
19456 @smallexample
19457 -symbol-info-line
19458 @end smallexample
19459
19460 Show the core addresses of the code for a source line.
19461
19462 @subsubheading @value{GDBN} Command
19463
19464 The corresponding @value{GDBN} command is @samp{info line}.
19465 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19466
19467 @subsubheading Example
19468 N.A.
19469
19470
19471 @subheading The @code{-symbol-info-symbol} Command
19472 @findex -symbol-info-symbol
19473
19474 @subsubheading Synopsis
19475
19476 @smallexample
19477 -symbol-info-symbol @var{addr}
19478 @end smallexample
19479
19480 Describe what symbol is at location @var{addr}.
19481
19482 @subsubheading @value{GDBN} Command
19483
19484 The corresponding @value{GDBN} command is @samp{info symbol}.
19485
19486 @subsubheading Example
19487 N.A.
19488
19489
19490 @subheading The @code{-symbol-list-functions} Command
19491 @findex -symbol-list-functions
19492
19493 @subsubheading Synopsis
19494
19495 @smallexample
19496 -symbol-list-functions
19497 @end smallexample
19498
19499 List the functions in the executable.
19500
19501 @subsubheading @value{GDBN} Command
19502
19503 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19504 @samp{gdb_search} in @code{gdbtk}.
19505
19506 @subsubheading Example
19507 N.A.
19508
19509
19510 @subheading The @code{-symbol-list-lines} Command
19511 @findex -symbol-list-lines
19512
19513 @subsubheading Synopsis
19514
19515 @smallexample
19516 -symbol-list-lines @var{filename}
19517 @end smallexample
19518
19519 Print the list of lines that contain code and their associated program
19520 addresses for the given source filename. The entries are sorted in
19521 ascending PC order.
19522
19523 @subsubheading @value{GDBN} Command
19524
19525 There is no corresponding @value{GDBN} command.
19526
19527 @subsubheading Example
19528 @smallexample
19529 (@value{GDBP})
19530 -symbol-list-lines basics.c
19531 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
19532 (@value{GDBP})
19533 @end smallexample
19534
19535
19536 @subheading The @code{-symbol-list-types} Command
19537 @findex -symbol-list-types
19538
19539 @subsubheading Synopsis
19540
19541 @smallexample
19542 -symbol-list-types
19543 @end smallexample
19544
19545 List all the type names.
19546
19547 @subsubheading @value{GDBN} Command
19548
19549 The corresponding commands are @samp{info types} in @value{GDBN},
19550 @samp{gdb_search} in @code{gdbtk}.
19551
19552 @subsubheading Example
19553 N.A.
19554
19555
19556 @subheading The @code{-symbol-list-variables} Command
19557 @findex -symbol-list-variables
19558
19559 @subsubheading Synopsis
19560
19561 @smallexample
19562 -symbol-list-variables
19563 @end smallexample
19564
19565 List all the global and static variable names.
19566
19567 @subsubheading @value{GDBN} Command
19568
19569 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19570
19571 @subsubheading Example
19572 N.A.
19573
19574
19575 @subheading The @code{-symbol-locate} Command
19576 @findex -symbol-locate
19577
19578 @subsubheading Synopsis
19579
19580 @smallexample
19581 -symbol-locate
19582 @end smallexample
19583
19584 @subsubheading @value{GDBN} Command
19585
19586 @samp{gdb_loc} in @code{gdbtk}.
19587
19588 @subsubheading Example
19589 N.A.
19590
19591
19592 @subheading The @code{-symbol-type} Command
19593 @findex -symbol-type
19594
19595 @subsubheading Synopsis
19596
19597 @smallexample
19598 -symbol-type @var{variable}
19599 @end smallexample
19600
19601 Show type of @var{variable}.
19602
19603 @subsubheading @value{GDBN} Command
19604
19605 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19606 @samp{gdb_obj_variable}.
19607
19608 @subsubheading Example
19609 N.A.
19610
19611
19612 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19613 @node GDB/MI Target Manipulation
19614 @section @sc{gdb/mi} Target Manipulation Commands
19615
19616
19617 @subheading The @code{-target-attach} Command
19618 @findex -target-attach
19619
19620 @subsubheading Synopsis
19621
19622 @smallexample
19623 -target-attach @var{pid} | @var{file}
19624 @end smallexample
19625
19626 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19627
19628 @subsubheading @value{GDBN} command
19629
19630 The corresponding @value{GDBN} command is @samp{attach}.
19631
19632 @subsubheading Example
19633 N.A.
19634
19635
19636 @subheading The @code{-target-compare-sections} Command
19637 @findex -target-compare-sections
19638
19639 @subsubheading Synopsis
19640
19641 @smallexample
19642 -target-compare-sections [ @var{section} ]
19643 @end smallexample
19644
19645 Compare data of section @var{section} on target to the exec file.
19646 Without the argument, all sections are compared.
19647
19648 @subsubheading @value{GDBN} Command
19649
19650 The @value{GDBN} equivalent is @samp{compare-sections}.
19651
19652 @subsubheading Example
19653 N.A.
19654
19655
19656 @subheading The @code{-target-detach} Command
19657 @findex -target-detach
19658
19659 @subsubheading Synopsis
19660
19661 @smallexample
19662 -target-detach
19663 @end smallexample
19664
19665 Disconnect from the remote target. There's no output.
19666
19667 @subsubheading @value{GDBN} command
19668
19669 The corresponding @value{GDBN} command is @samp{detach}.
19670
19671 @subsubheading Example
19672
19673 @smallexample
19674 (@value{GDBP})
19675 -target-detach
19676 ^done
19677 (@value{GDBP})
19678 @end smallexample
19679
19680
19681 @subheading The @code{-target-disconnect} Command
19682 @findex -target-disconnect
19683
19684 @subsubheading Synopsis
19685
19686 @example
19687 -target-disconnect
19688 @end example
19689
19690 Disconnect from the remote target. There's no output.
19691
19692 @subsubheading @value{GDBN} command
19693
19694 The corresponding @value{GDBN} command is @samp{disconnect}.
19695
19696 @subsubheading Example
19697
19698 @smallexample
19699 (@value{GDBP})
19700 -target-disconnect
19701 ^done
19702 (@value{GDBP})
19703 @end smallexample
19704
19705
19706 @subheading The @code{-target-download} Command
19707 @findex -target-download
19708
19709 @subsubheading Synopsis
19710
19711 @smallexample
19712 -target-download
19713 @end smallexample
19714
19715 Loads the executable onto the remote target.
19716 It prints out an update message every half second, which includes the fields:
19717
19718 @table @samp
19719 @item section
19720 The name of the section.
19721 @item section-sent
19722 The size of what has been sent so far for that section.
19723 @item section-size
19724 The size of the section.
19725 @item total-sent
19726 The total size of what was sent so far (the current and the previous sections).
19727 @item total-size
19728 The size of the overall executable to download.
19729 @end table
19730
19731 @noindent
19732 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19733 @sc{gdb/mi} Output Syntax}).
19734
19735 In addition, it prints the name and size of the sections, as they are
19736 downloaded. These messages include the following fields:
19737
19738 @table @samp
19739 @item section
19740 The name of the section.
19741 @item section-size
19742 The size of the section.
19743 @item total-size
19744 The size of the overall executable to download.
19745 @end table
19746
19747 @noindent
19748 At the end, a summary is printed.
19749
19750 @subsubheading @value{GDBN} Command
19751
19752 The corresponding @value{GDBN} command is @samp{load}.
19753
19754 @subsubheading Example
19755
19756 Note: each status message appears on a single line. Here the messages
19757 have been broken down so that they can fit onto a page.
19758
19759 @smallexample
19760 (@value{GDBP})
19761 -target-download
19762 +download,@{section=".text",section-size="6668",total-size="9880"@}
19763 +download,@{section=".text",section-sent="512",section-size="6668",
19764 total-sent="512",total-size="9880"@}
19765 +download,@{section=".text",section-sent="1024",section-size="6668",
19766 total-sent="1024",total-size="9880"@}
19767 +download,@{section=".text",section-sent="1536",section-size="6668",
19768 total-sent="1536",total-size="9880"@}
19769 +download,@{section=".text",section-sent="2048",section-size="6668",
19770 total-sent="2048",total-size="9880"@}
19771 +download,@{section=".text",section-sent="2560",section-size="6668",
19772 total-sent="2560",total-size="9880"@}
19773 +download,@{section=".text",section-sent="3072",section-size="6668",
19774 total-sent="3072",total-size="9880"@}
19775 +download,@{section=".text",section-sent="3584",section-size="6668",
19776 total-sent="3584",total-size="9880"@}
19777 +download,@{section=".text",section-sent="4096",section-size="6668",
19778 total-sent="4096",total-size="9880"@}
19779 +download,@{section=".text",section-sent="4608",section-size="6668",
19780 total-sent="4608",total-size="9880"@}
19781 +download,@{section=".text",section-sent="5120",section-size="6668",
19782 total-sent="5120",total-size="9880"@}
19783 +download,@{section=".text",section-sent="5632",section-size="6668",
19784 total-sent="5632",total-size="9880"@}
19785 +download,@{section=".text",section-sent="6144",section-size="6668",
19786 total-sent="6144",total-size="9880"@}
19787 +download,@{section=".text",section-sent="6656",section-size="6668",
19788 total-sent="6656",total-size="9880"@}
19789 +download,@{section=".init",section-size="28",total-size="9880"@}
19790 +download,@{section=".fini",section-size="28",total-size="9880"@}
19791 +download,@{section=".data",section-size="3156",total-size="9880"@}
19792 +download,@{section=".data",section-sent="512",section-size="3156",
19793 total-sent="7236",total-size="9880"@}
19794 +download,@{section=".data",section-sent="1024",section-size="3156",
19795 total-sent="7748",total-size="9880"@}
19796 +download,@{section=".data",section-sent="1536",section-size="3156",
19797 total-sent="8260",total-size="9880"@}
19798 +download,@{section=".data",section-sent="2048",section-size="3156",
19799 total-sent="8772",total-size="9880"@}
19800 +download,@{section=".data",section-sent="2560",section-size="3156",
19801 total-sent="9284",total-size="9880"@}
19802 +download,@{section=".data",section-sent="3072",section-size="3156",
19803 total-sent="9796",total-size="9880"@}
19804 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
19805 write-rate="429"
19806 (@value{GDBP})
19807 @end smallexample
19808
19809
19810 @subheading The @code{-target-exec-status} Command
19811 @findex -target-exec-status
19812
19813 @subsubheading Synopsis
19814
19815 @smallexample
19816 -target-exec-status
19817 @end smallexample
19818
19819 Provide information on the state of the target (whether it is running or
19820 not, for instance).
19821
19822 @subsubheading @value{GDBN} Command
19823
19824 There's no equivalent @value{GDBN} command.
19825
19826 @subsubheading Example
19827 N.A.
19828
19829
19830 @subheading The @code{-target-list-available-targets} Command
19831 @findex -target-list-available-targets
19832
19833 @subsubheading Synopsis
19834
19835 @smallexample
19836 -target-list-available-targets
19837 @end smallexample
19838
19839 List the possible targets to connect to.
19840
19841 @subsubheading @value{GDBN} Command
19842
19843 The corresponding @value{GDBN} command is @samp{help target}.
19844
19845 @subsubheading Example
19846 N.A.
19847
19848
19849 @subheading The @code{-target-list-current-targets} Command
19850 @findex -target-list-current-targets
19851
19852 @subsubheading Synopsis
19853
19854 @smallexample
19855 -target-list-current-targets
19856 @end smallexample
19857
19858 Describe the current target.
19859
19860 @subsubheading @value{GDBN} Command
19861
19862 The corresponding information is printed by @samp{info file} (among
19863 other things).
19864
19865 @subsubheading Example
19866 N.A.
19867
19868
19869 @subheading The @code{-target-list-parameters} Command
19870 @findex -target-list-parameters
19871
19872 @subsubheading Synopsis
19873
19874 @smallexample
19875 -target-list-parameters
19876 @end smallexample
19877
19878 @c ????
19879
19880 @subsubheading @value{GDBN} Command
19881
19882 No equivalent.
19883
19884 @subsubheading Example
19885 N.A.
19886
19887
19888 @subheading The @code{-target-select} Command
19889 @findex -target-select
19890
19891 @subsubheading Synopsis
19892
19893 @smallexample
19894 -target-select @var{type} @var{parameters @dots{}}
19895 @end smallexample
19896
19897 Connect @value{GDBN} to the remote target. This command takes two args:
19898
19899 @table @samp
19900 @item @var{type}
19901 The type of target, for instance @samp{async}, @samp{remote}, etc.
19902 @item @var{parameters}
19903 Device names, host names and the like. @xref{Target Commands, ,
19904 Commands for managing targets}, for more details.
19905 @end table
19906
19907 The output is a connection notification, followed by the address at
19908 which the target program is, in the following form:
19909
19910 @smallexample
19911 ^connected,addr="@var{address}",func="@var{function name}",
19912 args=[@var{arg list}]
19913 @end smallexample
19914
19915 @subsubheading @value{GDBN} Command
19916
19917 The corresponding @value{GDBN} command is @samp{target}.
19918
19919 @subsubheading Example
19920
19921 @smallexample
19922 (@value{GDBP})
19923 -target-select async /dev/ttya
19924 ^connected,addr="0xfe00a300",func="??",args=[]
19925 (@value{GDBP})
19926 @end smallexample
19927
19928 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19929 @node GDB/MI Thread Commands
19930 @section @sc{gdb/mi} Thread Commands
19931
19932
19933 @subheading The @code{-thread-info} Command
19934 @findex -thread-info
19935
19936 @subsubheading Synopsis
19937
19938 @smallexample
19939 -thread-info
19940 @end smallexample
19941
19942 @subsubheading @value{GDBN} command
19943
19944 No equivalent.
19945
19946 @subsubheading Example
19947 N.A.
19948
19949
19950 @subheading The @code{-thread-list-all-threads} Command
19951 @findex -thread-list-all-threads
19952
19953 @subsubheading Synopsis
19954
19955 @smallexample
19956 -thread-list-all-threads
19957 @end smallexample
19958
19959 @subsubheading @value{GDBN} Command
19960
19961 The equivalent @value{GDBN} command is @samp{info threads}.
19962
19963 @subsubheading Example
19964 N.A.
19965
19966
19967 @subheading The @code{-thread-list-ids} Command
19968 @findex -thread-list-ids
19969
19970 @subsubheading Synopsis
19971
19972 @smallexample
19973 -thread-list-ids
19974 @end smallexample
19975
19976 Produces a list of the currently known @value{GDBN} thread ids. At the
19977 end of the list it also prints the total number of such threads.
19978
19979 @subsubheading @value{GDBN} Command
19980
19981 Part of @samp{info threads} supplies the same information.
19982
19983 @subsubheading Example
19984
19985 No threads present, besides the main process:
19986
19987 @smallexample
19988 (@value{GDBP})
19989 -thread-list-ids
19990 ^done,thread-ids=@{@},number-of-threads="0"
19991 (@value{GDBP})
19992 @end smallexample
19993
19994
19995 Several threads:
19996
19997 @smallexample
19998 (@value{GDBP})
19999 -thread-list-ids
20000 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20001 number-of-threads="3"
20002 (@value{GDBP})
20003 @end smallexample
20004
20005
20006 @subheading The @code{-thread-select} Command
20007 @findex -thread-select
20008
20009 @subsubheading Synopsis
20010
20011 @smallexample
20012 -thread-select @var{threadnum}
20013 @end smallexample
20014
20015 Make @var{threadnum} the current thread. It prints the number of the new
20016 current thread, and the topmost frame for that thread.
20017
20018 @subsubheading @value{GDBN} Command
20019
20020 The corresponding @value{GDBN} command is @samp{thread}.
20021
20022 @subsubheading Example
20023
20024 @smallexample
20025 (@value{GDBP})
20026 -exec-next
20027 ^running
20028 (@value{GDBP})
20029 *stopped,reason="end-stepping-range",thread-id="2",line="187",
20030 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20031 (@value{GDBP})
20032 -thread-list-ids
20033 ^done,
20034 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20035 number-of-threads="3"
20036 (@value{GDBP})
20037 -thread-select 3
20038 ^done,new-thread-id="3",
20039 frame=@{level="0",func="vprintf",
20040 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20041 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20042 (@value{GDBP})
20043 @end smallexample
20044
20045 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20046 @node GDB/MI Tracepoint Commands
20047 @section @sc{gdb/mi} Tracepoint Commands
20048
20049 The tracepoint commands are not yet implemented.
20050
20051 @c @subheading -trace-actions
20052
20053 @c @subheading -trace-delete
20054
20055 @c @subheading -trace-disable
20056
20057 @c @subheading -trace-dump
20058
20059 @c @subheading -trace-enable
20060
20061 @c @subheading -trace-exists
20062
20063 @c @subheading -trace-find
20064
20065 @c @subheading -trace-frame-number
20066
20067 @c @subheading -trace-info
20068
20069 @c @subheading -trace-insert
20070
20071 @c @subheading -trace-list
20072
20073 @c @subheading -trace-pass-count
20074
20075 @c @subheading -trace-save
20076
20077 @c @subheading -trace-start
20078
20079 @c @subheading -trace-stop
20080
20081
20082 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20083 @node GDB/MI Variable Objects
20084 @section @sc{gdb/mi} Variable Objects
20085
20086
20087 @subheading Motivation for Variable Objects in @sc{gdb/mi}
20088
20089 For the implementation of a variable debugger window (locals, watched
20090 expressions, etc.), we are proposing the adaptation of the existing code
20091 used by @code{Insight}.
20092
20093 The two main reasons for that are:
20094
20095 @enumerate 1
20096 @item
20097 It has been proven in practice (it is already on its second generation).
20098
20099 @item
20100 It will shorten development time (needless to say how important it is
20101 now).
20102 @end enumerate
20103
20104 The original interface was designed to be used by Tcl code, so it was
20105 slightly changed so it could be used through @sc{gdb/mi}. This section
20106 describes the @sc{gdb/mi} operations that will be available and gives some
20107 hints about their use.
20108
20109 @emph{Note}: In addition to the set of operations described here, we
20110 expect the @sc{gui} implementation of a variable window to require, at
20111 least, the following operations:
20112
20113 @itemize @bullet
20114 @item @code{-gdb-show} @code{output-radix}
20115 @item @code{-stack-list-arguments}
20116 @item @code{-stack-list-locals}
20117 @item @code{-stack-select-frame}
20118 @end itemize
20119
20120 @subheading Introduction to Variable Objects in @sc{gdb/mi}
20121
20122 @cindex variable objects in @sc{gdb/mi}
20123 The basic idea behind variable objects is the creation of a named object
20124 to represent a variable, an expression, a memory location or even a CPU
20125 register. For each object created, a set of operations is available for
20126 examining or changing its properties.
20127
20128 Furthermore, complex data types, such as C structures, are represented
20129 in a tree format. For instance, the @code{struct} type variable is the
20130 root and the children will represent the struct members. If a child
20131 is itself of a complex type, it will also have children of its own.
20132 Appropriate language differences are handled for C, C@t{++} and Java.
20133
20134 When returning the actual values of the objects, this facility allows
20135 for the individual selection of the display format used in the result
20136 creation. It can be chosen among: binary, decimal, hexadecimal, octal
20137 and natural. Natural refers to a default format automatically
20138 chosen based on the variable type (like decimal for an @code{int}, hex
20139 for pointers, etc.).
20140
20141 The following is the complete set of @sc{gdb/mi} operations defined to
20142 access this functionality:
20143
20144 @multitable @columnfractions .4 .6
20145 @item @strong{Operation}
20146 @tab @strong{Description}
20147
20148 @item @code{-var-create}
20149 @tab create a variable object
20150 @item @code{-var-delete}
20151 @tab delete the variable object and its children
20152 @item @code{-var-set-format}
20153 @tab set the display format of this variable
20154 @item @code{-var-show-format}
20155 @tab show the display format of this variable
20156 @item @code{-var-info-num-children}
20157 @tab tells how many children this object has
20158 @item @code{-var-list-children}
20159 @tab return a list of the object's children
20160 @item @code{-var-info-type}
20161 @tab show the type of this variable object
20162 @item @code{-var-info-expression}
20163 @tab print what this variable object represents
20164 @item @code{-var-show-attributes}
20165 @tab is this variable editable? does it exist here?
20166 @item @code{-var-evaluate-expression}
20167 @tab get the value of this variable
20168 @item @code{-var-assign}
20169 @tab set the value of this variable
20170 @item @code{-var-update}
20171 @tab update the variable and its children
20172 @end multitable
20173
20174 In the next subsection we describe each operation in detail and suggest
20175 how it can be used.
20176
20177 @subheading Description And Use of Operations on Variable Objects
20178
20179 @subheading The @code{-var-create} Command
20180 @findex -var-create
20181
20182 @subsubheading Synopsis
20183
20184 @smallexample
20185 -var-create @{@var{name} | "-"@}
20186 @{@var{frame-addr} | "*"@} @var{expression}
20187 @end smallexample
20188
20189 This operation creates a variable object, which allows the monitoring of
20190 a variable, the result of an expression, a memory cell or a CPU
20191 register.
20192
20193 The @var{name} parameter is the string by which the object can be
20194 referenced. It must be unique. If @samp{-} is specified, the varobj
20195 system will generate a string ``varNNNNNN'' automatically. It will be
20196 unique provided that one does not specify @var{name} on that format.
20197 The command fails if a duplicate name is found.
20198
20199 The frame under which the expression should be evaluated can be
20200 specified by @var{frame-addr}. A @samp{*} indicates that the current
20201 frame should be used.
20202
20203 @var{expression} is any expression valid on the current language set (must not
20204 begin with a @samp{*}), or one of the following:
20205
20206 @itemize @bullet
20207 @item
20208 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20209
20210 @item
20211 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20212
20213 @item
20214 @samp{$@var{regname}} --- a CPU register name
20215 @end itemize
20216
20217 @subsubheading Result
20218
20219 This operation returns the name, number of children and the type of the
20220 object created. Type is returned as a string as the ones generated by
20221 the @value{GDBN} CLI:
20222
20223 @smallexample
20224 name="@var{name}",numchild="N",type="@var{type}"
20225 @end smallexample
20226
20227
20228 @subheading The @code{-var-delete} Command
20229 @findex -var-delete
20230
20231 @subsubheading Synopsis
20232
20233 @smallexample
20234 -var-delete @var{name}
20235 @end smallexample
20236
20237 Deletes a previously created variable object and all of its children.
20238
20239 Returns an error if the object @var{name} is not found.
20240
20241
20242 @subheading The @code{-var-set-format} Command
20243 @findex -var-set-format
20244
20245 @subsubheading Synopsis
20246
20247 @smallexample
20248 -var-set-format @var{name} @var{format-spec}
20249 @end smallexample
20250
20251 Sets the output format for the value of the object @var{name} to be
20252 @var{format-spec}.
20253
20254 The syntax for the @var{format-spec} is as follows:
20255
20256 @smallexample
20257 @var{format-spec} @expansion{}
20258 @{binary | decimal | hexadecimal | octal | natural@}
20259 @end smallexample
20260
20261
20262 @subheading The @code{-var-show-format} Command
20263 @findex -var-show-format
20264
20265 @subsubheading Synopsis
20266
20267 @smallexample
20268 -var-show-format @var{name}
20269 @end smallexample
20270
20271 Returns the format used to display the value of the object @var{name}.
20272
20273 @smallexample
20274 @var{format} @expansion{}
20275 @var{format-spec}
20276 @end smallexample
20277
20278
20279 @subheading The @code{-var-info-num-children} Command
20280 @findex -var-info-num-children
20281
20282 @subsubheading Synopsis
20283
20284 @smallexample
20285 -var-info-num-children @var{name}
20286 @end smallexample
20287
20288 Returns the number of children of a variable object @var{name}:
20289
20290 @smallexample
20291 numchild=@var{n}
20292 @end smallexample
20293
20294
20295 @subheading The @code{-var-list-children} Command
20296 @findex -var-list-children
20297
20298 @subsubheading Synopsis
20299
20300 @smallexample
20301 -var-list-children [@var{print-values}] @var{name}
20302 @end smallexample
20303
20304 Returns a list of the children of the specified variable object. With
20305 just the variable object name as an argument or with an optional
20306 preceding argument of 0 or @code{--no-values}, prints only the names of the
20307 variables. With an optional preceding argument of 1 or @code{--all-values},
20308 also prints their values.
20309
20310 @subsubheading Example
20311
20312 @smallexample
20313 (@value{GDBP})
20314 -var-list-children n
20315 numchild=@var{n},children=[@{name=@var{name},
20316 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
20317 (@value{GDBP})
20318 -var-list-children --all-values n
20319 numchild=@var{n},children=[@{name=@var{name},
20320 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
20321 @end smallexample
20322
20323
20324 @subheading The @code{-var-info-type} Command
20325 @findex -var-info-type
20326
20327 @subsubheading Synopsis
20328
20329 @smallexample
20330 -var-info-type @var{name}
20331 @end smallexample
20332
20333 Returns the type of the specified variable @var{name}. The type is
20334 returned as a string in the same format as it is output by the
20335 @value{GDBN} CLI:
20336
20337 @smallexample
20338 type=@var{typename}
20339 @end smallexample
20340
20341
20342 @subheading The @code{-var-info-expression} Command
20343 @findex -var-info-expression
20344
20345 @subsubheading Synopsis
20346
20347 @smallexample
20348 -var-info-expression @var{name}
20349 @end smallexample
20350
20351 Returns what is represented by the variable object @var{name}:
20352
20353 @smallexample
20354 lang=@var{lang-spec},exp=@var{expression}
20355 @end smallexample
20356
20357 @noindent
20358 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20359
20360 @subheading The @code{-var-show-attributes} Command
20361 @findex -var-show-attributes
20362
20363 @subsubheading Synopsis
20364
20365 @smallexample
20366 -var-show-attributes @var{name}
20367 @end smallexample
20368
20369 List attributes of the specified variable object @var{name}:
20370
20371 @smallexample
20372 status=@var{attr} [ ( ,@var{attr} )* ]
20373 @end smallexample
20374
20375 @noindent
20376 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20377
20378 @subheading The @code{-var-evaluate-expression} Command
20379 @findex -var-evaluate-expression
20380
20381 @subsubheading Synopsis
20382
20383 @smallexample
20384 -var-evaluate-expression @var{name}
20385 @end smallexample
20386
20387 Evaluates the expression that is represented by the specified variable
20388 object and returns its value as a string in the current format specified
20389 for the object:
20390
20391 @smallexample
20392 value=@var{value}
20393 @end smallexample
20394
20395 Note that one must invoke @code{-var-list-children} for a variable
20396 before the value of a child variable can be evaluated.
20397
20398 @subheading The @code{-var-assign} Command
20399 @findex -var-assign
20400
20401 @subsubheading Synopsis
20402
20403 @smallexample
20404 -var-assign @var{name} @var{expression}
20405 @end smallexample
20406
20407 Assigns the value of @var{expression} to the variable object specified
20408 by @var{name}. The object must be @samp{editable}. If the variable's
20409 value is altered by the assign, the variable will show up in any
20410 subsequent @code{-var-update} list.
20411
20412 @subsubheading Example
20413
20414 @smallexample
20415 (@value{GDBP})
20416 -var-assign var1 3
20417 ^done,value="3"
20418 (@value{GDBP})
20419 -var-update *
20420 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20421 (@value{GDBP})
20422 @end smallexample
20423
20424 @subheading The @code{-var-update} Command
20425 @findex -var-update
20426
20427 @subsubheading Synopsis
20428
20429 @smallexample
20430 -var-update @{@var{name} | "*"@}
20431 @end smallexample
20432
20433 Update the value of the variable object @var{name} by evaluating its
20434 expression after fetching all the new values from memory or registers.
20435 A @samp{*} causes all existing variable objects to be updated.
20436
20437
20438 @node Annotations
20439 @chapter @value{GDBN} Annotations
20440
20441 This chapter describes annotations in @value{GDBN}. Annotations were
20442 designed to interface @value{GDBN} to graphical user interfaces or other
20443 similar programs which want to interact with @value{GDBN} at a
20444 relatively high level.
20445
20446 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20447 (@pxref{GDB/MI}).
20448
20449 @ignore
20450 This is Edition @value{EDITION}, @value{DATE}.
20451 @end ignore
20452
20453 @menu
20454 * Annotations Overview:: What annotations are; the general syntax.
20455 * Server Prefix:: Issuing a command without affecting user state.
20456 * Prompting:: Annotations marking @value{GDBN}'s need for input.
20457 * Errors:: Annotations for error messages.
20458 * Invalidation:: Some annotations describe things now invalid.
20459 * Annotations for Running::
20460 Whether the program is running, how it stopped, etc.
20461 * Source Annotations:: Annotations describing source code.
20462 @end menu
20463
20464 @node Annotations Overview
20465 @section What is an Annotation?
20466 @cindex annotations
20467
20468 Annotations start with a newline character, two @samp{control-z}
20469 characters, and the name of the annotation. If there is no additional
20470 information associated with this annotation, the name of the annotation
20471 is followed immediately by a newline. If there is additional
20472 information, the name of the annotation is followed by a space, the
20473 additional information, and a newline. The additional information
20474 cannot contain newline characters.
20475
20476 Any output not beginning with a newline and two @samp{control-z}
20477 characters denotes literal output from @value{GDBN}. Currently there is
20478 no need for @value{GDBN} to output a newline followed by two
20479 @samp{control-z} characters, but if there was such a need, the
20480 annotations could be extended with an @samp{escape} annotation which
20481 means those three characters as output.
20482
20483 The annotation @var{level}, which is specified using the
20484 @option{--annotate} command line option (@pxref{Mode Options}), controls
20485 how much information @value{GDBN} prints together with its prompt,
20486 values of expressions, source lines, and other types of output. Level 0
20487 is for no anntations, level 1 is for use when @value{GDBN} is run as a
20488 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20489 for programs that control @value{GDBN}, and level 2 annotations have
20490 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
20491 Interface, annotate, GDB's Obsolete Annotations}).
20492
20493 @table @code
20494 @kindex set annotate
20495 @item set annotate @var{level}
20496 The @value{GDB} command @code{set annotate} sets the level of
20497 annotations to the specified @var{level}.
20498
20499 @item show annotate
20500 @kindex show annotate
20501 Show the current annotation level.
20502 @end table
20503
20504 This chapter describes level 3 annotations.
20505
20506 A simple example of starting up @value{GDBN} with annotations is:
20507
20508 @smallexample
20509 $ @kbd{gdb --annotate=3}
20510 GNU gdb 6.0
20511 Copyright 2003 Free Software Foundation, Inc.
20512 GDB is free software, covered by the GNU General Public License,
20513 and you are welcome to change it and/or distribute copies of it
20514 under certain conditions.
20515 Type "show copying" to see the conditions.
20516 There is absolutely no warranty for GDB. Type "show warranty"
20517 for details.
20518 This GDB was configured as "i386-pc-linux-gnu"
20519
20520 ^Z^Zpre-prompt
20521 (@value{GDBP})
20522 ^Z^Zprompt
20523 @kbd{quit}
20524
20525 ^Z^Zpost-prompt
20526 $
20527 @end smallexample
20528
20529 Here @samp{quit} is input to @value{GDBN}; the rest is output from
20530 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20531 denotes a @samp{control-z} character) are annotations; the rest is
20532 output from @value{GDBN}.
20533
20534 @node Server Prefix
20535 @section The Server Prefix
20536 @cindex server prefix for annotations
20537
20538 To issue a command to @value{GDBN} without affecting certain aspects of
20539 the state which is seen by users, prefix it with @samp{server }. This
20540 means that this command will not affect the command history, nor will it
20541 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20542 pressed on a line by itself.
20543
20544 The server prefix does not affect the recording of values into the value
20545 history; to print a value without recording it into the value history,
20546 use the @code{output} command instead of the @code{print} command.
20547
20548 @node Prompting
20549 @section Annotation for @value{GDBN} Input
20550
20551 @cindex annotations for prompts
20552 When @value{GDBN} prompts for input, it annotates this fact so it is possible
20553 to know when to send output, when the output from a given command is
20554 over, etc.
20555
20556 Different kinds of input each have a different @dfn{input type}. Each
20557 input type has three annotations: a @code{pre-} annotation, which
20558 denotes the beginning of any prompt which is being output, a plain
20559 annotation, which denotes the end of the prompt, and then a @code{post-}
20560 annotation which denotes the end of any echo which may (or may not) be
20561 associated with the input. For example, the @code{prompt} input type
20562 features the following annotations:
20563
20564 @smallexample
20565 ^Z^Zpre-prompt
20566 ^Z^Zprompt
20567 ^Z^Zpost-prompt
20568 @end smallexample
20569
20570 The input types are
20571
20572 @table @code
20573 @findex pre-prompt
20574 @findex prompt
20575 @findex post-prompt
20576 @item prompt
20577 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20578
20579 @findex pre-commands
20580 @findex commands
20581 @findex post-commands
20582 @item commands
20583 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20584 command. The annotations are repeated for each command which is input.
20585
20586 @findex pre-overload-choice
20587 @findex overload-choice
20588 @findex post-overload-choice
20589 @item overload-choice
20590 When @value{GDBN} wants the user to select between various overloaded functions.
20591
20592 @findex pre-query
20593 @findex query
20594 @findex post-query
20595 @item query
20596 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20597
20598 @findex pre-prompt-for-continue
20599 @findex prompt-for-continue
20600 @findex post-prompt-for-continue
20601 @item prompt-for-continue
20602 When @value{GDBN} is asking the user to press return to continue. Note: Don't
20603 expect this to work well; instead use @code{set height 0} to disable
20604 prompting. This is because the counting of lines is buggy in the
20605 presence of annotations.
20606 @end table
20607
20608 @node Errors
20609 @section Errors
20610 @cindex annotations for errors, warnings and interrupts
20611
20612 @findex quit
20613 @smallexample
20614 ^Z^Zquit
20615 @end smallexample
20616
20617 This annotation occurs right before @value{GDBN} responds to an interrupt.
20618
20619 @findex error
20620 @smallexample
20621 ^Z^Zerror
20622 @end smallexample
20623
20624 This annotation occurs right before @value{GDBN} responds to an error.
20625
20626 Quit and error annotations indicate that any annotations which @value{GDBN} was
20627 in the middle of may end abruptly. For example, if a
20628 @code{value-history-begin} annotation is followed by a @code{error}, one
20629 cannot expect to receive the matching @code{value-history-end}. One
20630 cannot expect not to receive it either, however; an error annotation
20631 does not necessarily mean that @value{GDBN} is immediately returning all the way
20632 to the top level.
20633
20634 @findex error-begin
20635 A quit or error annotation may be preceded by
20636
20637 @smallexample
20638 ^Z^Zerror-begin
20639 @end smallexample
20640
20641 Any output between that and the quit or error annotation is the error
20642 message.
20643
20644 Warning messages are not yet annotated.
20645 @c If we want to change that, need to fix warning(), type_error(),
20646 @c range_error(), and possibly other places.
20647
20648 @node Invalidation
20649 @section Invalidation Notices
20650
20651 @cindex annotations for invalidation messages
20652 The following annotations say that certain pieces of state may have
20653 changed.
20654
20655 @table @code
20656 @findex frames-invalid
20657 @item ^Z^Zframes-invalid
20658
20659 The frames (for example, output from the @code{backtrace} command) may
20660 have changed.
20661
20662 @findex breakpoints-invalid
20663 @item ^Z^Zbreakpoints-invalid
20664
20665 The breakpoints may have changed. For example, the user just added or
20666 deleted a breakpoint.
20667 @end table
20668
20669 @node Annotations for Running
20670 @section Running the Program
20671 @cindex annotations for running programs
20672
20673 @findex starting
20674 @findex stopping
20675 When the program starts executing due to a @value{GDBN} command such as
20676 @code{step} or @code{continue},
20677
20678 @smallexample
20679 ^Z^Zstarting
20680 @end smallexample
20681
20682 is output. When the program stops,
20683
20684 @smallexample
20685 ^Z^Zstopped
20686 @end smallexample
20687
20688 is output. Before the @code{stopped} annotation, a variety of
20689 annotations describe how the program stopped.
20690
20691 @table @code
20692 @findex exited
20693 @item ^Z^Zexited @var{exit-status}
20694 The program exited, and @var{exit-status} is the exit status (zero for
20695 successful exit, otherwise nonzero).
20696
20697 @findex signalled
20698 @findex signal-name
20699 @findex signal-name-end
20700 @findex signal-string
20701 @findex signal-string-end
20702 @item ^Z^Zsignalled
20703 The program exited with a signal. After the @code{^Z^Zsignalled}, the
20704 annotation continues:
20705
20706 @smallexample
20707 @var{intro-text}
20708 ^Z^Zsignal-name
20709 @var{name}
20710 ^Z^Zsignal-name-end
20711 @var{middle-text}
20712 ^Z^Zsignal-string
20713 @var{string}
20714 ^Z^Zsignal-string-end
20715 @var{end-text}
20716 @end smallexample
20717
20718 @noindent
20719 where @var{name} is the name of the signal, such as @code{SIGILL} or
20720 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20721 as @code{Illegal Instruction} or @code{Segmentation fault}.
20722 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20723 user's benefit and have no particular format.
20724
20725 @findex signal
20726 @item ^Z^Zsignal
20727 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20728 just saying that the program received the signal, not that it was
20729 terminated with it.
20730
20731 @findex breakpoint
20732 @item ^Z^Zbreakpoint @var{number}
20733 The program hit breakpoint number @var{number}.
20734
20735 @findex watchpoint
20736 @item ^Z^Zwatchpoint @var{number}
20737 The program hit watchpoint number @var{number}.
20738 @end table
20739
20740 @node Source Annotations
20741 @section Displaying Source
20742 @cindex annotations for source display
20743
20744 @findex source
20745 The following annotation is used instead of displaying source code:
20746
20747 @smallexample
20748 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20749 @end smallexample
20750
20751 where @var{filename} is an absolute file name indicating which source
20752 file, @var{line} is the line number within that file (where 1 is the
20753 first line in the file), @var{character} is the character position
20754 within the file (where 0 is the first character in the file) (for most
20755 debug formats this will necessarily point to the beginning of a line),
20756 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
20757 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20758 @var{addr} is the address in the target program associated with the
20759 source which is being displayed. @var{addr} is in the form @samp{0x}
20760 followed by one or more lowercase hex digits (note that this does not
20761 depend on the language).
20762
20763 @node GDB Bugs
20764 @chapter Reporting Bugs in @value{GDBN}
20765 @cindex bugs in @value{GDBN}
20766 @cindex reporting bugs in @value{GDBN}
20767
20768 Your bug reports play an essential role in making @value{GDBN} reliable.
20769
20770 Reporting a bug may help you by bringing a solution to your problem, or it
20771 may not. But in any case the principal function of a bug report is to help
20772 the entire community by making the next version of @value{GDBN} work better. Bug
20773 reports are your contribution to the maintenance of @value{GDBN}.
20774
20775 In order for a bug report to serve its purpose, you must include the
20776 information that enables us to fix the bug.
20777
20778 @menu
20779 * Bug Criteria:: Have you found a bug?
20780 * Bug Reporting:: How to report bugs
20781 @end menu
20782
20783 @node Bug Criteria
20784 @section Have you found a bug?
20785 @cindex bug criteria
20786
20787 If you are not sure whether you have found a bug, here are some guidelines:
20788
20789 @itemize @bullet
20790 @cindex fatal signal
20791 @cindex debugger crash
20792 @cindex crash of debugger
20793 @item
20794 If the debugger gets a fatal signal, for any input whatever, that is a
20795 @value{GDBN} bug. Reliable debuggers never crash.
20796
20797 @cindex error on valid input
20798 @item
20799 If @value{GDBN} produces an error message for valid input, that is a
20800 bug. (Note that if you're cross debugging, the problem may also be
20801 somewhere in the connection to the target.)
20802
20803 @cindex invalid input
20804 @item
20805 If @value{GDBN} does not produce an error message for invalid input,
20806 that is a bug. However, you should note that your idea of
20807 ``invalid input'' might be our idea of ``an extension'' or ``support
20808 for traditional practice''.
20809
20810 @item
20811 If you are an experienced user of debugging tools, your suggestions
20812 for improvement of @value{GDBN} are welcome in any case.
20813 @end itemize
20814
20815 @node Bug Reporting
20816 @section How to report bugs
20817 @cindex bug reports
20818 @cindex @value{GDBN} bugs, reporting
20819
20820 A number of companies and individuals offer support for @sc{gnu} products.
20821 If you obtained @value{GDBN} from a support organization, we recommend you
20822 contact that organization first.
20823
20824 You can find contact information for many support companies and
20825 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20826 distribution.
20827 @c should add a web page ref...
20828
20829 In any event, we also recommend that you submit bug reports for
20830 @value{GDBN}. The prefered method is to submit them directly using
20831 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20832 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20833 be used.
20834
20835 @strong{Do not send bug reports to @samp{info-gdb}, or to
20836 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20837 not want to receive bug reports. Those that do have arranged to receive
20838 @samp{bug-gdb}.
20839
20840 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20841 serves as a repeater. The mailing list and the newsgroup carry exactly
20842 the same messages. Often people think of posting bug reports to the
20843 newsgroup instead of mailing them. This appears to work, but it has one
20844 problem which can be crucial: a newsgroup posting often lacks a mail
20845 path back to the sender. Thus, if we need to ask for more information,
20846 we may be unable to reach you. For this reason, it is better to send
20847 bug reports to the mailing list.
20848
20849 The fundamental principle of reporting bugs usefully is this:
20850 @strong{report all the facts}. If you are not sure whether to state a
20851 fact or leave it out, state it!
20852
20853 Often people omit facts because they think they know what causes the
20854 problem and assume that some details do not matter. Thus, you might
20855 assume that the name of the variable you use in an example does not matter.
20856 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20857 stray memory reference which happens to fetch from the location where that
20858 name is stored in memory; perhaps, if the name were different, the contents
20859 of that location would fool the debugger into doing the right thing despite
20860 the bug. Play it safe and give a specific, complete example. That is the
20861 easiest thing for you to do, and the most helpful.
20862
20863 Keep in mind that the purpose of a bug report is to enable us to fix the
20864 bug. It may be that the bug has been reported previously, but neither
20865 you nor we can know that unless your bug report is complete and
20866 self-contained.
20867
20868 Sometimes people give a few sketchy facts and ask, ``Does this ring a
20869 bell?'' Those bug reports are useless, and we urge everyone to
20870 @emph{refuse to respond to them} except to chide the sender to report
20871 bugs properly.
20872
20873 To enable us to fix the bug, you should include all these things:
20874
20875 @itemize @bullet
20876 @item
20877 The version of @value{GDBN}. @value{GDBN} announces it if you start
20878 with no arguments; you can also print it at any time using @code{show
20879 version}.
20880
20881 Without this, we will not know whether there is any point in looking for
20882 the bug in the current version of @value{GDBN}.
20883
20884 @item
20885 The type of machine you are using, and the operating system name and
20886 version number.
20887
20888 @item
20889 What compiler (and its version) was used to compile @value{GDBN}---e.g.
20890 ``@value{GCC}--2.8.1''.
20891
20892 @item
20893 What compiler (and its version) was used to compile the program you are
20894 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20895 C Compiler''. For GCC, you can say @code{gcc --version} to get this
20896 information; for other compilers, see the documentation for those
20897 compilers.
20898
20899 @item
20900 The command arguments you gave the compiler to compile your example and
20901 observe the bug. For example, did you use @samp{-O}? To guarantee
20902 you will not omit something important, list them all. A copy of the
20903 Makefile (or the output from make) is sufficient.
20904
20905 If we were to try to guess the arguments, we would probably guess wrong
20906 and then we might not encounter the bug.
20907
20908 @item
20909 A complete input script, and all necessary source files, that will
20910 reproduce the bug.
20911
20912 @item
20913 A description of what behavior you observe that you believe is
20914 incorrect. For example, ``It gets a fatal signal.''
20915
20916 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20917 will certainly notice it. But if the bug is incorrect output, we might
20918 not notice unless it is glaringly wrong. You might as well not give us
20919 a chance to make a mistake.
20920
20921 Even if the problem you experience is a fatal signal, you should still
20922 say so explicitly. Suppose something strange is going on, such as, your
20923 copy of @value{GDBN} is out of synch, or you have encountered a bug in
20924 the C library on your system. (This has happened!) Your copy might
20925 crash and ours would not. If you told us to expect a crash, then when
20926 ours fails to crash, we would know that the bug was not happening for
20927 us. If you had not told us to expect a crash, then we would not be able
20928 to draw any conclusion from our observations.
20929
20930 @pindex script
20931 @cindex recording a session script
20932 To collect all this information, you can use a session recording program
20933 such as @command{script}, which is available on many Unix systems.
20934 Just run your @value{GDBN} session inside @command{script} and then
20935 include the @file{typescript} file with your bug report.
20936
20937 Another way to record a @value{GDBN} session is to run @value{GDBN}
20938 inside Emacs and then save the entire buffer to a file.
20939
20940 @item
20941 If you wish to suggest changes to the @value{GDBN} source, send us context
20942 diffs. If you even discuss something in the @value{GDBN} source, refer to
20943 it by context, not by line number.
20944
20945 The line numbers in our development sources will not match those in your
20946 sources. Your line numbers would convey no useful information to us.
20947
20948 @end itemize
20949
20950 Here are some things that are not necessary:
20951
20952 @itemize @bullet
20953 @item
20954 A description of the envelope of the bug.
20955
20956 Often people who encounter a bug spend a lot of time investigating
20957 which changes to the input file will make the bug go away and which
20958 changes will not affect it.
20959
20960 This is often time consuming and not very useful, because the way we
20961 will find the bug is by running a single example under the debugger
20962 with breakpoints, not by pure deduction from a series of examples.
20963 We recommend that you save your time for something else.
20964
20965 Of course, if you can find a simpler example to report @emph{instead}
20966 of the original one, that is a convenience for us. Errors in the
20967 output will be easier to spot, running under the debugger will take
20968 less time, and so on.
20969
20970 However, simplification is not vital; if you do not want to do this,
20971 report the bug anyway and send us the entire test case you used.
20972
20973 @item
20974 A patch for the bug.
20975
20976 A patch for the bug does help us if it is a good one. But do not omit
20977 the necessary information, such as the test case, on the assumption that
20978 a patch is all we need. We might see problems with your patch and decide
20979 to fix the problem another way, or we might not understand it at all.
20980
20981 Sometimes with a program as complicated as @value{GDBN} it is very hard to
20982 construct an example that will make the program follow a certain path
20983 through the code. If you do not send us the example, we will not be able
20984 to construct one, so we will not be able to verify that the bug is fixed.
20985
20986 And if we cannot understand what bug you are trying to fix, or why your
20987 patch should be an improvement, we will not install it. A test case will
20988 help us to understand.
20989
20990 @item
20991 A guess about what the bug is or what it depends on.
20992
20993 Such guesses are usually wrong. Even we cannot guess right about such
20994 things without first using the debugger to find the facts.
20995 @end itemize
20996
20997 @c The readline documentation is distributed with the readline code
20998 @c and consists of the two following files:
20999 @c rluser.texinfo
21000 @c inc-hist.texinfo
21001 @c Use -I with makeinfo to point to the appropriate directory,
21002 @c environment var TEXINPUTS with TeX.
21003 @include rluser.texinfo
21004 @include inc-hist.texinfo
21005
21006
21007 @node Formatting Documentation
21008 @appendix Formatting Documentation
21009
21010 @cindex @value{GDBN} reference card
21011 @cindex reference card
21012 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21013 for printing with PostScript or Ghostscript, in the @file{gdb}
21014 subdirectory of the main source directory@footnote{In
21015 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21016 release.}. If you can use PostScript or Ghostscript with your printer,
21017 you can print the reference card immediately with @file{refcard.ps}.
21018
21019 The release also includes the source for the reference card. You
21020 can format it, using @TeX{}, by typing:
21021
21022 @smallexample
21023 make refcard.dvi
21024 @end smallexample
21025
21026 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21027 mode on US ``letter'' size paper;
21028 that is, on a sheet 11 inches wide by 8.5 inches
21029 high. You will need to specify this form of printing as an option to
21030 your @sc{dvi} output program.
21031
21032 @cindex documentation
21033
21034 All the documentation for @value{GDBN} comes as part of the machine-readable
21035 distribution. The documentation is written in Texinfo format, which is
21036 a documentation system that uses a single source file to produce both
21037 on-line information and a printed manual. You can use one of the Info
21038 formatting commands to create the on-line version of the documentation
21039 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21040
21041 @value{GDBN} includes an already formatted copy of the on-line Info
21042 version of this manual in the @file{gdb} subdirectory. The main Info
21043 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21044 subordinate files matching @samp{gdb.info*} in the same directory. If
21045 necessary, you can print out these files, or read them with any editor;
21046 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21047 Emacs or the standalone @code{info} program, available as part of the
21048 @sc{gnu} Texinfo distribution.
21049
21050 If you want to format these Info files yourself, you need one of the
21051 Info formatting programs, such as @code{texinfo-format-buffer} or
21052 @code{makeinfo}.
21053
21054 If you have @code{makeinfo} installed, and are in the top level
21055 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21056 version @value{GDBVN}), you can make the Info file by typing:
21057
21058 @smallexample
21059 cd gdb
21060 make gdb.info
21061 @end smallexample
21062
21063 If you want to typeset and print copies of this manual, you need @TeX{},
21064 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21065 Texinfo definitions file.
21066
21067 @TeX{} is a typesetting program; it does not print files directly, but
21068 produces output files called @sc{dvi} files. To print a typeset
21069 document, you need a program to print @sc{dvi} files. If your system
21070 has @TeX{} installed, chances are it has such a program. The precise
21071 command to use depends on your system; @kbd{lpr -d} is common; another
21072 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21073 require a file name without any extension or a @samp{.dvi} extension.
21074
21075 @TeX{} also requires a macro definitions file called
21076 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21077 written in Texinfo format. On its own, @TeX{} cannot either read or
21078 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21079 and is located in the @file{gdb-@var{version-number}/texinfo}
21080 directory.
21081
21082 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21083 typeset and print this manual. First switch to the the @file{gdb}
21084 subdirectory of the main source directory (for example, to
21085 @file{gdb-@value{GDBVN}/gdb}) and type:
21086
21087 @smallexample
21088 make gdb.dvi
21089 @end smallexample
21090
21091 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
21092
21093 @node Installing GDB
21094 @appendix Installing @value{GDBN}
21095 @cindex configuring @value{GDBN}
21096 @cindex installation
21097 @cindex configuring @value{GDBN}, and source tree subdirectories
21098
21099 @value{GDBN} comes with a @code{configure} script that automates the process
21100 of preparing @value{GDBN} for installation; you can then use @code{make} to
21101 build the @code{gdb} program.
21102 @iftex
21103 @c irrelevant in info file; it's as current as the code it lives with.
21104 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21105 look at the @file{README} file in the sources; we may have improved the
21106 installation procedures since publishing this manual.}
21107 @end iftex
21108
21109 The @value{GDBN} distribution includes all the source code you need for
21110 @value{GDBN} in a single directory, whose name is usually composed by
21111 appending the version number to @samp{gdb}.
21112
21113 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21114 @file{gdb-@value{GDBVN}} directory. That directory contains:
21115
21116 @table @code
21117 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21118 script for configuring @value{GDBN} and all its supporting libraries
21119
21120 @item gdb-@value{GDBVN}/gdb
21121 the source specific to @value{GDBN} itself
21122
21123 @item gdb-@value{GDBVN}/bfd
21124 source for the Binary File Descriptor library
21125
21126 @item gdb-@value{GDBVN}/include
21127 @sc{gnu} include files
21128
21129 @item gdb-@value{GDBVN}/libiberty
21130 source for the @samp{-liberty} free software library
21131
21132 @item gdb-@value{GDBVN}/opcodes
21133 source for the library of opcode tables and disassemblers
21134
21135 @item gdb-@value{GDBVN}/readline
21136 source for the @sc{gnu} command-line interface
21137
21138 @item gdb-@value{GDBVN}/glob
21139 source for the @sc{gnu} filename pattern-matching subroutine
21140
21141 @item gdb-@value{GDBVN}/mmalloc
21142 source for the @sc{gnu} memory-mapped malloc package
21143 @end table
21144
21145 The simplest way to configure and build @value{GDBN} is to run @code{configure}
21146 from the @file{gdb-@var{version-number}} source directory, which in
21147 this example is the @file{gdb-@value{GDBVN}} directory.
21148
21149 First switch to the @file{gdb-@var{version-number}} source directory
21150 if you are not already in it; then run @code{configure}. Pass the
21151 identifier for the platform on which @value{GDBN} will run as an
21152 argument.
21153
21154 For example:
21155
21156 @smallexample
21157 cd gdb-@value{GDBVN}
21158 ./configure @var{host}
21159 make
21160 @end smallexample
21161
21162 @noindent
21163 where @var{host} is an identifier such as @samp{sun4} or
21164 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
21165 (You can often leave off @var{host}; @code{configure} tries to guess the
21166 correct value by examining your system.)
21167
21168 Running @samp{configure @var{host}} and then running @code{make} builds the
21169 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21170 libraries, then @code{gdb} itself. The configured source files, and the
21171 binaries, are left in the corresponding source directories.
21172
21173 @need 750
21174 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21175 system does not recognize this automatically when you run a different
21176 shell, you may need to run @code{sh} on it explicitly:
21177
21178 @smallexample
21179 sh configure @var{host}
21180 @end smallexample
21181
21182 If you run @code{configure} from a directory that contains source
21183 directories for multiple libraries or programs, such as the
21184 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21185 creates configuration files for every directory level underneath (unless
21186 you tell it not to, with the @samp{--norecursion} option).
21187
21188 You should run the @code{configure} script from the top directory in the
21189 source tree, the @file{gdb-@var{version-number}} directory. If you run
21190 @code{configure} from one of the subdirectories, you will configure only
21191 that subdirectory. That is usually not what you want. In particular,
21192 if you run the first @code{configure} from the @file{gdb} subdirectory
21193 of the @file{gdb-@var{version-number}} directory, you will omit the
21194 configuration of @file{bfd}, @file{readline}, and other sibling
21195 directories of the @file{gdb} subdirectory. This leads to build errors
21196 about missing include files such as @file{bfd/bfd.h}.
21197
21198 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21199 However, you should make sure that the shell on your path (named by
21200 the @samp{SHELL} environment variable) is publicly readable. Remember
21201 that @value{GDBN} uses the shell to start your program---some systems refuse to
21202 let @value{GDBN} debug child processes whose programs are not readable.
21203
21204 @menu
21205 * Separate Objdir:: Compiling @value{GDBN} in another directory
21206 * Config Names:: Specifying names for hosts and targets
21207 * Configure Options:: Summary of options for configure
21208 @end menu
21209
21210 @node Separate Objdir
21211 @section Compiling @value{GDBN} in another directory
21212
21213 If you want to run @value{GDBN} versions for several host or target machines,
21214 you need a different @code{gdb} compiled for each combination of
21215 host and target. @code{configure} is designed to make this easy by
21216 allowing you to generate each configuration in a separate subdirectory,
21217 rather than in the source directory. If your @code{make} program
21218 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21219 @code{make} in each of these directories builds the @code{gdb}
21220 program specified there.
21221
21222 To build @code{gdb} in a separate directory, run @code{configure}
21223 with the @samp{--srcdir} option to specify where to find the source.
21224 (You also need to specify a path to find @code{configure}
21225 itself from your working directory. If the path to @code{configure}
21226 would be the same as the argument to @samp{--srcdir}, you can leave out
21227 the @samp{--srcdir} option; it is assumed.)
21228
21229 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21230 separate directory for a Sun 4 like this:
21231
21232 @smallexample
21233 @group
21234 cd gdb-@value{GDBVN}
21235 mkdir ../gdb-sun4
21236 cd ../gdb-sun4
21237 ../gdb-@value{GDBVN}/configure sun4
21238 make
21239 @end group
21240 @end smallexample
21241
21242 When @code{configure} builds a configuration using a remote source
21243 directory, it creates a tree for the binaries with the same structure
21244 (and using the same names) as the tree under the source directory. In
21245 the example, you'd find the Sun 4 library @file{libiberty.a} in the
21246 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21247 @file{gdb-sun4/gdb}.
21248
21249 Make sure that your path to the @file{configure} script has just one
21250 instance of @file{gdb} in it. If your path to @file{configure} looks
21251 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21252 one subdirectory of @value{GDBN}, not the whole package. This leads to
21253 build errors about missing include files such as @file{bfd/bfd.h}.
21254
21255 One popular reason to build several @value{GDBN} configurations in separate
21256 directories is to configure @value{GDBN} for cross-compiling (where
21257 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
21258 programs that run on another machine---the @dfn{target}).
21259 You specify a cross-debugging target by
21260 giving the @samp{--target=@var{target}} option to @code{configure}.
21261
21262 When you run @code{make} to build a program or library, you must run
21263 it in a configured directory---whatever directory you were in when you
21264 called @code{configure} (or one of its subdirectories).
21265
21266 The @code{Makefile} that @code{configure} generates in each source
21267 directory also runs recursively. If you type @code{make} in a source
21268 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21269 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21270 will build all the required libraries, and then build GDB.
21271
21272 When you have multiple hosts or targets configured in separate
21273 directories, you can run @code{make} on them in parallel (for example,
21274 if they are NFS-mounted on each of the hosts); they will not interfere
21275 with each other.
21276
21277 @node Config Names
21278 @section Specifying names for hosts and targets
21279
21280 The specifications used for hosts and targets in the @code{configure}
21281 script are based on a three-part naming scheme, but some short predefined
21282 aliases are also supported. The full naming scheme encodes three pieces
21283 of information in the following pattern:
21284
21285 @smallexample
21286 @var{architecture}-@var{vendor}-@var{os}
21287 @end smallexample
21288
21289 For example, you can use the alias @code{sun4} as a @var{host} argument,
21290 or as the value for @var{target} in a @code{--target=@var{target}}
21291 option. The equivalent full name is @samp{sparc-sun-sunos4}.
21292
21293 The @code{configure} script accompanying @value{GDBN} does not provide
21294 any query facility to list all supported host and target names or
21295 aliases. @code{configure} calls the Bourne shell script
21296 @code{config.sub} to map abbreviations to full names; you can read the
21297 script, if you wish, or you can use it to test your guesses on
21298 abbreviations---for example:
21299
21300 @smallexample
21301 % sh config.sub i386-linux
21302 i386-pc-linux-gnu
21303 % sh config.sub alpha-linux
21304 alpha-unknown-linux-gnu
21305 % sh config.sub hp9k700
21306 hppa1.1-hp-hpux
21307 % sh config.sub sun4
21308 sparc-sun-sunos4.1.1
21309 % sh config.sub sun3
21310 m68k-sun-sunos4.1.1
21311 % sh config.sub i986v
21312 Invalid configuration `i986v': machine `i986v' not recognized
21313 @end smallexample
21314
21315 @noindent
21316 @code{config.sub} is also distributed in the @value{GDBN} source
21317 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
21318
21319 @node Configure Options
21320 @section @code{configure} options
21321
21322 Here is a summary of the @code{configure} options and arguments that
21323 are most often useful for building @value{GDBN}. @code{configure} also has
21324 several other options not listed here. @inforef{What Configure
21325 Does,,configure.info}, for a full explanation of @code{configure}.
21326
21327 @smallexample
21328 configure @r{[}--help@r{]}
21329 @r{[}--prefix=@var{dir}@r{]}
21330 @r{[}--exec-prefix=@var{dir}@r{]}
21331 @r{[}--srcdir=@var{dirname}@r{]}
21332 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21333 @r{[}--target=@var{target}@r{]}
21334 @var{host}
21335 @end smallexample
21336
21337 @noindent
21338 You may introduce options with a single @samp{-} rather than
21339 @samp{--} if you prefer; but you may abbreviate option names if you use
21340 @samp{--}.
21341
21342 @table @code
21343 @item --help
21344 Display a quick summary of how to invoke @code{configure}.
21345
21346 @item --prefix=@var{dir}
21347 Configure the source to install programs and files under directory
21348 @file{@var{dir}}.
21349
21350 @item --exec-prefix=@var{dir}
21351 Configure the source to install programs under directory
21352 @file{@var{dir}}.
21353
21354 @c avoid splitting the warning from the explanation:
21355 @need 2000
21356 @item --srcdir=@var{dirname}
21357 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21358 @code{make} that implements the @code{VPATH} feature.}@*
21359 Use this option to make configurations in directories separate from the
21360 @value{GDBN} source directories. Among other things, you can use this to
21361 build (or maintain) several configurations simultaneously, in separate
21362 directories. @code{configure} writes configuration specific files in
21363 the current directory, but arranges for them to use the source in the
21364 directory @var{dirname}. @code{configure} creates directories under
21365 the working directory in parallel to the source directories below
21366 @var{dirname}.
21367
21368 @item --norecursion
21369 Configure only the directory level where @code{configure} is executed; do not
21370 propagate configuration to subdirectories.
21371
21372 @item --target=@var{target}
21373 Configure @value{GDBN} for cross-debugging programs running on the specified
21374 @var{target}. Without this option, @value{GDBN} is configured to debug
21375 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
21376
21377 There is no convenient way to generate a list of all available targets.
21378
21379 @item @var{host} @dots{}
21380 Configure @value{GDBN} to run on the specified @var{host}.
21381
21382 There is no convenient way to generate a list of all available hosts.
21383 @end table
21384
21385 There are many other options available as well, but they are generally
21386 needed for special purposes only.
21387
21388 @node Maintenance Commands
21389 @appendix Maintenance Commands
21390 @cindex maintenance commands
21391 @cindex internal commands
21392
21393 In addition to commands intended for @value{GDBN} users, @value{GDBN}
21394 includes a number of commands intended for @value{GDBN} developers,
21395 that are not documented elsewhere in this manual. These commands are
21396 provided here for reference. (For commands that turn on debugging
21397 messages, see @ref{Debugging Output}.)
21398
21399 @table @code
21400 @kindex maint agent
21401 @item maint agent @var{expression}
21402 Translate the given @var{expression} into remote agent bytecodes.
21403 This command is useful for debugging the Agent Expression mechanism
21404 (@pxref{Agent Expressions}).
21405
21406 @kindex maint info breakpoints
21407 @item @anchor{maint info breakpoints}maint info breakpoints
21408 Using the same format as @samp{info breakpoints}, display both the
21409 breakpoints you've set explicitly, and those @value{GDBN} is using for
21410 internal purposes. Internal breakpoints are shown with negative
21411 breakpoint numbers. The type column identifies what kind of breakpoint
21412 is shown:
21413
21414 @table @code
21415 @item breakpoint
21416 Normal, explicitly set breakpoint.
21417
21418 @item watchpoint
21419 Normal, explicitly set watchpoint.
21420
21421 @item longjmp
21422 Internal breakpoint, used to handle correctly stepping through
21423 @code{longjmp} calls.
21424
21425 @item longjmp resume
21426 Internal breakpoint at the target of a @code{longjmp}.
21427
21428 @item until
21429 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
21430
21431 @item finish
21432 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
21433
21434 @item shlib events
21435 Shared library events.
21436
21437 @end table
21438
21439 @kindex maint check-symtabs
21440 @item maint check-symtabs
21441 Check the consistency of psymtabs and symtabs.
21442
21443 @kindex maint cplus first_component
21444 @item maint cplus first_component @var{name}
21445 Print the first C@t{++} class/namespace component of @var{name}.
21446
21447 @kindex maint cplus namespace
21448 @item maint cplus namespace
21449 Print the list of possible C@t{++} namespaces.
21450
21451 @kindex maint demangle
21452 @item maint demangle @var{name}
21453 Demangle a C@t{++} or Objective-C manled @var{name}.
21454
21455 @kindex maint deprecate
21456 @kindex maint undeprecate
21457 @cindex deprecated commands
21458 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21459 @itemx maint undeprecate @var{command}
21460 Deprecate or undeprecate the named @var{command}. Deprecated commands
21461 cause @value{GDBN} to issue a warning when you use them. The optional
21462 argument @var{replacement} says which newer command should be used in
21463 favor of the deprecated one; if it is given, @value{GDBN} will mention
21464 the replacement as part of the warning.
21465
21466 @kindex maint dump-me
21467 @item maint dump-me
21468 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
21469 Cause a fatal signal in the debugger and force it to dump its core.
21470 This is supported only on systems which support aborting a program
21471 with the @code{SIGQUIT} signal.
21472
21473 @kindex maint internal-error
21474 @kindex maint internal-warning
21475 @item maint internal-error @r{[}@var{message-text}@r{]}
21476 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
21477 Cause @value{GDBN} to call the internal function @code{internal_error}
21478 or @code{internal_warning} and hence behave as though an internal error
21479 or internal warning has been detected. In addition to reporting the
21480 internal problem, these functions give the user the opportunity to
21481 either quit @value{GDBN} or create a core file of the current
21482 @value{GDBN} session.
21483
21484 These commands take an optional parameter @var{message-text} that is
21485 used as the text of the error or warning message.
21486
21487 Here's an example of using @code{indernal-error}:
21488
21489 @smallexample
21490 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
21491 @dots{}/maint.c:121: internal-error: testing, 1, 2
21492 A problem internal to GDB has been detected. Further
21493 debugging may prove unreliable.
21494 Quit this debugging session? (y or n) @kbd{n}
21495 Create a core file? (y or n) @kbd{n}
21496 (@value{GDBP})
21497 @end smallexample
21498
21499 @kindex maint packet
21500 @item maint packet @var{text}
21501 If @value{GDBN} is talking to an inferior via the serial protocol,
21502 then this command sends the string @var{text} to the inferior, and
21503 displays the response packet. @value{GDBN} supplies the initial
21504 @samp{$} character, the terminating @samp{#} character, and the
21505 checksum.
21506
21507 @kindex maint print architecture
21508 @item maint print architecture @r{[}@var{file}@r{]}
21509 Print the entire architecture configuration. The optional argument
21510 @var{file} names the file where the output goes.
21511
21512 @kindex maint print dummy-frames
21513 @item maint print dummy-frames
21514 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21515
21516 @smallexample
21517 (@value{GDBP}) @kbd{b add}
21518 @dots{}
21519 (@value{GDBP}) @kbd{print add(2,3)}
21520 Breakpoint 2, add (a=2, b=3) at @dots{}
21521 58 return (a + b);
21522 The program being debugged stopped while in a function called from GDB.
21523 @dots{}
21524 (@value{GDBP}) @kbd{maint print dummy-frames}
21525 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21526 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21527 call_lo=0x01014000 call_hi=0x01014001
21528 (@value{GDBP})
21529 @end smallexample
21530
21531 Takes an optional file parameter.
21532
21533 @kindex maint print registers
21534 @kindex maint print raw-registers
21535 @kindex maint print cooked-registers
21536 @kindex maint print register-groups
21537 @item maint print registers @r{[}@var{file}@r{]}
21538 @itemx maint print raw-registers @r{[}@var{file}@r{]}
21539 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
21540 @itemx maint print register-groups @r{[}@var{file}@r{]}
21541 Print @value{GDBN}'s internal register data structures.
21542
21543 The command @code{maint print raw-registers} includes the contents of
21544 the raw register cache; the command @code{maint print cooked-registers}
21545 includes the (cooked) value of all registers; and the command
21546 @code{maint print register-groups} includes the groups that each
21547 register is a member of. @xref{Registers,, Registers, gdbint,
21548 @value{GDBN} Internals}.
21549
21550 These commands take an optional parameter, a file name to which to
21551 write the information.
21552
21553 @kindex maint print reggroups
21554 @item maint print reggroups @r{[}@var{file}@r{]}
21555 Print @value{GDBN}'s internal register group data structures. The
21556 optional argument @var{file} tells to what file to write the
21557 information.
21558
21559 The register groups info looks like this:
21560
21561 @smallexample
21562 (@value{GDBP}) @kbd{maint print reggroups}
21563 Group Type
21564 general user
21565 float user
21566 all user
21567 vector user
21568 system user
21569 save internal
21570 restore internal
21571 @end smallexample
21572
21573 @kindex flushregs
21574 @item flushregs
21575 This command forces @value{GDBN} to flush its internal register cache.
21576
21577 @kindex maint print objfiles
21578 @cindex info for known object files
21579 @item maint print objfiles
21580 Print a dump of all known object files. For each object file, this
21581 command prints its name, address in memory, and all of its psymtabs
21582 and symtabs.
21583
21584 @kindex maint print statistics
21585 @cindex bcache statistics
21586 @item maint print statistics
21587 This command prints, for each object file in the program, various data
21588 about that object file followed by the byte cache (@dfn{bcache})
21589 statistics for the object file. The objfile data includes the number
21590 of minimal, partical, full, and stabs symbols, the number of types
21591 defined by the objfile, the number of as yet unexpanded psym tables,
21592 the number of line tables and string tables, and the amount of memory
21593 used by the various tables. The bcache statistics include the counts,
21594 sizes, and counts of duplicates of all and unique objects, max,
21595 average, and median entry size, total memory used and its overhead and
21596 savings, and various measures of the hash table size and chain
21597 lengths.
21598
21599 @kindex maint print type
21600 @cindex type chain of a data type
21601 @item maint print type @var{expr}
21602 Print the type chain for a type specified by @var{expr}. The argument
21603 can be either a type name or a symbol. If it is a symbol, the type of
21604 that symbol is described. The type chain produced by this command is
21605 a recursive definition of the data type as stored in @value{GDBN}'s
21606 data structures, including its flags and contained types.
21607
21608 @kindex maint set dwarf2 max-cache-age
21609 @kindex maint show dwarf2 max-cache-age
21610 @item maint set dwarf2 max-cache-age
21611 @itemx maint show dwarf2 max-cache-age
21612 Control the DWARF 2 compilation unit cache.
21613
21614 @cindex DWARF 2 compilation units cache
21615 In object files with inter-compilation-unit references, such as those
21616 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21617 reader needs to frequently refer to previously read compilation units.
21618 This setting controls how long a compilation unit will remain in the
21619 cache if it is not referenced. A higher limit means that cached
21620 compilation units will be stored in memory longer, and more total
21621 memory will be used. Setting it to zero disables caching, which will
21622 slow down @value{GDBN} startup, but reduce memory consumption.
21623
21624 @kindex maint set profile
21625 @kindex maint show profile
21626 @cindex profiling GDB
21627 @item maint set profile
21628 @itemx maint show profile
21629 Control profiling of @value{GDBN}.
21630
21631 Profiling will be disabled until you use the @samp{maint set profile}
21632 command to enable it. When you enable profiling, the system will begin
21633 collecting timing and execution count data; when you disable profiling or
21634 exit @value{GDBN}, the results will be written to a log file. Remember that
21635 if you use profiling, @value{GDBN} will overwrite the profiling log file
21636 (often called @file{gmon.out}). If you have a record of important profiling
21637 data in a @file{gmon.out} file, be sure to move it to a safe location.
21638
21639 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
21640 compiled with the @samp{-pg} compiler option.
21641
21642 @kindex maint show-debug-regs
21643 @cindex x86 hardware debug registers
21644 @item maint show-debug-regs
21645 Control whether to show variables that mirror the x86 hardware debug
21646 registers. Use @code{ON} to enable, @code{OFF} to disable. If
21647 enabled, the debug registers values are shown when GDB inserts or
21648 removes a hardware breakpoint or watchpoint, and when the inferior
21649 triggers a hardware-assisted breakpoint or watchpoint.
21650
21651 @kindex maint space
21652 @cindex memory used by commands
21653 @item maint space
21654 Control whether to display memory usage for each command. If set to a
21655 nonzero value, @value{GDBN} will display how much memory each command
21656 took, following the command's own output. This can also be requested
21657 by invoking @value{GDBN} with the @option{--statistics} command-line
21658 switch (@pxref{Mode Options}).
21659
21660 @kindex maint time
21661 @cindex time of command execution
21662 @item maint time
21663 Control whether to display the execution time for each command. If
21664 set to a nonzero value, @value{GDBN} will display how much time it
21665 took to execute each command, following the command's own output.
21666 This can also be requested by invoking @value{GDBN} with the
21667 @option{--statistics} command-line switch (@pxref{Mode Options}).
21668
21669 @kindex maint translate-address
21670 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21671 Find the symbol stored at the location specified by the address
21672 @var{addr} and an optional section name @var{section}. If found,
21673 @value{GDBN} prints the name of the closest symbol and an offset from
21674 the symbol's location to the specified address. This is similar to
21675 the @code{info address} command (@pxref{Symbols}), except that this
21676 command also allows to find symbols in other sections.
21677
21678 @end table
21679
21680 The following command is useful for non-interactive invocations of
21681 @value{GDBN}, such as in the test suite.
21682
21683 @table @code
21684 @item set watchdog @var{nsec}
21685 @kindex set watchdog
21686 @cindex watchdog timer
21687 @cindex timeout for commands
21688 Set the maximum number of seconds @value{GDBN} will wait for the
21689 target operation to finish. If this time expires, @value{GDBN}
21690 reports and error and the command is aborted.
21691
21692 @item show watchdog
21693 Show the current setting of the target wait timeout.
21694 @end table
21695
21696 @node Remote Protocol
21697 @appendix @value{GDBN} Remote Serial Protocol
21698
21699 @menu
21700 * Overview::
21701 * Packets::
21702 * Stop Reply Packets::
21703 * General Query Packets::
21704 * Register Packet Format::
21705 * Examples::
21706 * File-I/O remote protocol extension::
21707 @end menu
21708
21709 @node Overview
21710 @section Overview
21711
21712 There may be occasions when you need to know something about the
21713 protocol---for example, if there is only one serial port to your target
21714 machine, you might want your program to do something special if it
21715 recognizes a packet meant for @value{GDBN}.
21716
21717 In the examples below, @samp{->} and @samp{<-} are used to indicate
21718 transmitted and received data respectfully.
21719
21720 @cindex protocol, @value{GDBN} remote serial
21721 @cindex serial protocol, @value{GDBN} remote
21722 @cindex remote serial protocol
21723 All @value{GDBN} commands and responses (other than acknowledgments) are
21724 sent as a @var{packet}. A @var{packet} is introduced with the character
21725 @samp{$}, the actual @var{packet-data}, and the terminating character
21726 @samp{#} followed by a two-digit @var{checksum}:
21727
21728 @smallexample
21729 @code{$}@var{packet-data}@code{#}@var{checksum}
21730 @end smallexample
21731 @noindent
21732
21733 @cindex checksum, for @value{GDBN} remote
21734 @noindent
21735 The two-digit @var{checksum} is computed as the modulo 256 sum of all
21736 characters between the leading @samp{$} and the trailing @samp{#} (an
21737 eight bit unsigned checksum).
21738
21739 Implementors should note that prior to @value{GDBN} 5.0 the protocol
21740 specification also included an optional two-digit @var{sequence-id}:
21741
21742 @smallexample
21743 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
21744 @end smallexample
21745
21746 @cindex sequence-id, for @value{GDBN} remote
21747 @noindent
21748 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21749 has never output @var{sequence-id}s. Stubs that handle packets added
21750 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
21751
21752 @cindex acknowledgment, for @value{GDBN} remote
21753 When either the host or the target machine receives a packet, the first
21754 response expected is an acknowledgment: either @samp{+} (to indicate
21755 the package was received correctly) or @samp{-} (to request
21756 retransmission):
21757
21758 @smallexample
21759 -> @code{$}@var{packet-data}@code{#}@var{checksum}
21760 <- @code{+}
21761 @end smallexample
21762 @noindent
21763
21764 The host (@value{GDBN}) sends @var{command}s, and the target (the
21765 debugging stub incorporated in your program) sends a @var{response}. In
21766 the case of step and continue @var{command}s, the response is only sent
21767 when the operation has completed (the target has again stopped).
21768
21769 @var{packet-data} consists of a sequence of characters with the
21770 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21771 exceptions).
21772
21773 Fields within the packet should be separated using @samp{,} @samp{;} or
21774 @cindex remote protocol, field separator
21775 @samp{:}. Except where otherwise noted all numbers are represented in
21776 @sc{hex} with leading zeros suppressed.
21777
21778 Implementors should note that prior to @value{GDBN} 5.0, the character
21779 @samp{:} could not appear as the third character in a packet (as it
21780 would potentially conflict with the @var{sequence-id}).
21781
21782 Response @var{data} can be run-length encoded to save space. A @samp{*}
21783 means that the next character is an @sc{ascii} encoding giving a repeat count
21784 which stands for that many repetitions of the character preceding the
21785 @samp{*}. The encoding is @code{n+29}, yielding a printable character
21786 where @code{n >=3} (which is where rle starts to win). The printable
21787 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21788 value greater than 126 should not be used.
21789
21790 So:
21791 @smallexample
21792 "@code{0* }"
21793 @end smallexample
21794 @noindent
21795 means the same as "0000".
21796
21797 The error response returned for some packets includes a two character
21798 error number. That number is not well defined.
21799
21800 For any @var{command} not supported by the stub, an empty response
21801 (@samp{$#00}) should be returned. That way it is possible to extend the
21802 protocol. A newer @value{GDBN} can tell if a packet is supported based
21803 on that response.
21804
21805 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21806 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
21807 optional.
21808
21809 @node Packets
21810 @section Packets
21811
21812 The following table provides a complete list of all currently defined
21813 @var{command}s and their corresponding response @var{data}.
21814 @xref{File-I/O remote protocol extension}, for details about the File
21815 I/O extension of the remote protocol.
21816
21817 @table @r
21818
21819 @item @code{!} --- extended mode
21820 @cindex @code{!} packet
21821
21822 Enable extended mode. In extended mode, the remote server is made
21823 persistent. The @samp{R} packet is used to restart the program being
21824 debugged.
21825
21826 Reply:
21827 @table @samp
21828 @item OK
21829 The remote target both supports and has enabled extended mode.
21830 @end table
21831
21832 @item @code{?} --- last signal
21833 @cindex @code{?} packet
21834
21835 Indicate the reason the target halted. The reply is the same as for
21836 step and continue.
21837
21838 Reply:
21839 @xref{Stop Reply Packets}, for the reply specifications.
21840
21841 @item @code{a} --- reserved
21842
21843 Reserved for future use.
21844
21845 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21846 @cindex @code{A} packet
21847
21848 Initialized @samp{argv[]} array passed into program. @var{arglen}
21849 specifies the number of bytes in the hex encoded byte stream @var{arg}.
21850 See @code{gdbserver} for more details.
21851
21852 Reply:
21853 @table @samp
21854 @item OK
21855 @item E@var{NN}
21856 @end table
21857
21858 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21859 @cindex @code{b} packet
21860
21861 Change the serial line speed to @var{baud}.
21862
21863 JTC: @emph{When does the transport layer state change? When it's
21864 received, or after the ACK is transmitted. In either case, there are
21865 problems if the command or the acknowledgment packet is dropped.}
21866
21867 Stan: @emph{If people really wanted to add something like this, and get
21868 it working for the first time, they ought to modify ser-unix.c to send
21869 some kind of out-of-band message to a specially-setup stub and have the
21870 switch happen "in between" packets, so that from remote protocol's point
21871 of view, nothing actually happened.}
21872
21873 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21874 @cindex @code{B} packet
21875
21876 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
21877 breakpoint at @var{addr}.
21878
21879 This packet has been replaced by the @samp{Z} and @samp{z} packets
21880 (@pxref{insert breakpoint or watchpoint packet}).
21881
21882 @item @code{c}@var{addr} --- continue
21883 @cindex @code{c} packet
21884
21885 @var{addr} is address to resume. If @var{addr} is omitted, resume at
21886 current address.
21887
21888 Reply:
21889 @xref{Stop Reply Packets}, for the reply specifications.
21890
21891 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21892 @cindex @code{C} packet
21893
21894 Continue with signal @var{sig} (hex signal number). If
21895 @code{;}@var{addr} is omitted, resume at same address.
21896
21897 Reply:
21898 @xref{Stop Reply Packets}, for the reply specifications.
21899
21900 @item @code{d} --- toggle debug @strong{(deprecated)}
21901 @cindex @code{d} packet
21902
21903 Toggle debug flag.
21904
21905 @item @code{D} --- detach
21906 @cindex @code{D} packet
21907
21908 Detach @value{GDBN} from the remote system. Sent to the remote target
21909 before @value{GDBN} disconnects via the @code{detach} command.
21910
21911 Reply:
21912 @table @samp
21913 @item @emph{no response}
21914 @value{GDBN} does not check for any response after sending this packet.
21915 @end table
21916
21917 @item @code{e} --- reserved
21918
21919 Reserved for future use.
21920
21921 @item @code{E} --- reserved
21922
21923 Reserved for future use.
21924
21925 @item @code{f} --- reserved
21926
21927 Reserved for future use.
21928
21929 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21930 @cindex @code{F} packet
21931
21932 This packet is send by @value{GDBN} as reply to a @code{F} request packet
21933 sent by the target. This is part of the File-I/O protocol extension.
21934 @xref{File-I/O remote protocol extension}, for the specification.
21935
21936 @item @code{g} --- read registers
21937 @anchor{read registers packet}
21938 @cindex @code{g} packet
21939
21940 Read general registers.
21941
21942 Reply:
21943 @table @samp
21944 @item @var{XX@dots{}}
21945 Each byte of register data is described by two hex digits. The bytes
21946 with the register are transmitted in target byte order. The size of
21947 each register and their position within the @samp{g} @var{packet} are
21948 determined by the @value{GDBN} internal macros
21949 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
21950 specification of several standard @code{g} packets is specified below.
21951 @item E@var{NN}
21952 for an error.
21953 @end table
21954
21955 @item @code{G}@var{XX@dots{}} --- write regs
21956 @cindex @code{G} packet
21957
21958 @xref{read registers packet}, for a description of the @var{XX@dots{}}
21959 data.
21960
21961 Reply:
21962 @table @samp
21963 @item OK
21964 for success
21965 @item E@var{NN}
21966 for an error
21967 @end table
21968
21969 @item @code{h} --- reserved
21970
21971 Reserved for future use.
21972
21973 @item @code{H}@var{c}@var{t@dots{}} --- set thread
21974 @cindex @code{H} packet
21975
21976 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
21977 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
21978 should be @samp{c} for step and continue operations, @samp{g} for other
21979 operations. The thread designator @var{t@dots{}} may be -1, meaning all
21980 the threads, a thread number, or zero which means pick any thread.
21981
21982 Reply:
21983 @table @samp
21984 @item OK
21985 for success
21986 @item E@var{NN}
21987 for an error
21988 @end table
21989
21990 @c FIXME: JTC:
21991 @c 'H': How restrictive (or permissive) is the thread model. If a
21992 @c thread is selected and stopped, are other threads allowed
21993 @c to continue to execute? As I mentioned above, I think the
21994 @c semantics of each command when a thread is selected must be
21995 @c described. For example:
21996 @c
21997 @c 'g': If the stub supports threads and a specific thread is
21998 @c selected, returns the register block from that thread;
21999 @c otherwise returns current registers.
22000 @c
22001 @c 'G' If the stub supports threads and a specific thread is
22002 @c selected, sets the registers of the register block of
22003 @c that thread; otherwise sets current registers.
22004
22005 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22006 @anchor{cycle step packet}
22007 @cindex @code{i} packet
22008
22009 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22010 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22011 step starting at that address.
22012
22013 @item @code{I} --- signal then cycle step @strong{(reserved)}
22014 @cindex @code{I} packet
22015
22016 @xref{step with signal packet}. @xref{cycle step packet}.
22017
22018 @item @code{j} --- reserved
22019
22020 Reserved for future use.
22021
22022 @item @code{J} --- reserved
22023
22024 Reserved for future use.
22025
22026 @item @code{k} --- kill request
22027 @cindex @code{k} packet
22028
22029 FIXME: @emph{There is no description of how to operate when a specific
22030 thread context has been selected (i.e.@: does 'k' kill only that
22031 thread?)}.
22032
22033 @item @code{K} --- reserved
22034
22035 Reserved for future use.
22036
22037 @item @code{l} --- reserved
22038
22039 Reserved for future use.
22040
22041 @item @code{L} --- reserved
22042
22043 Reserved for future use.
22044
22045 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
22046 @cindex @code{m} packet
22047
22048 Read @var{length} bytes of memory starting at address @var{addr}.
22049 Neither @value{GDBN} nor the stub assume that sized memory transfers are
22050 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
22051 transfer mechanism is needed.}
22052
22053 Reply:
22054 @table @samp
22055 @item @var{XX@dots{}}
22056 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22057 to read only part of the data. Neither @value{GDBN} nor the stub assume
22058 that sized memory transfers are assumed using word aligned
22059 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22060 needed.}
22061 @item E@var{NN}
22062 @var{NN} is errno
22063 @end table
22064
22065 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22066 @cindex @code{M} packet
22067
22068 Write @var{length} bytes of memory starting at address @var{addr}.
22069 @var{XX@dots{}} is the data.
22070
22071 Reply:
22072 @table @samp
22073 @item OK
22074 for success
22075 @item E@var{NN}
22076 for an error (this includes the case where only part of the data was
22077 written).
22078 @end table
22079
22080 @item @code{n} --- reserved
22081
22082 Reserved for future use.
22083
22084 @item @code{N} --- reserved
22085
22086 Reserved for future use.
22087
22088 @item @code{o} --- reserved
22089
22090 Reserved for future use.
22091
22092 @item @code{O} --- reserved
22093
22094 @item @code{p}@var{hex number of register} --- read register packet
22095 @cindex @code{p} packet
22096
22097 @xref{read registers packet}, for a description of how the returned
22098 register value is encoded.
22099
22100 Reply:
22101 @table @samp
22102 @item @var{XX@dots{}}
22103 the register's value
22104 @item E@var{NN}
22105 for an error
22106 @item
22107 Indicating an unrecognized @var{query}.
22108 @end table
22109
22110 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22111 @anchor{write register packet}
22112 @cindex @code{P} packet
22113
22114 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
22115 digits for each byte in the register (target byte order).
22116
22117 Reply:
22118 @table @samp
22119 @item OK
22120 for success
22121 @item E@var{NN}
22122 for an error
22123 @end table
22124
22125 @item @code{q}@var{query} --- general query
22126 @anchor{general query packet}
22127 @cindex @code{q} packet
22128
22129 Request info about @var{query}. In general @value{GDBN} queries have a
22130 leading upper case letter. Custom vendor queries should use a company
22131 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22132 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22133 that they match the full @var{query} name.
22134
22135 Reply:
22136 @table @samp
22137 @item @var{XX@dots{}}
22138 Hex encoded data from query. The reply can not be empty.
22139 @item E@var{NN}
22140 error reply
22141 @item
22142 Indicating an unrecognized @var{query}.
22143 @end table
22144
22145 @item @code{Q}@var{var}@code{=}@var{val} --- general set
22146 @cindex @code{Q} packet
22147
22148 Set value of @var{var} to @var{val}.
22149
22150 @xref{general query packet}, for a discussion of naming conventions.
22151
22152 @item @code{r} --- reset @strong{(deprecated)}
22153 @cindex @code{r} packet
22154
22155 Reset the entire system.
22156
22157 @item @code{R}@var{XX} --- remote restart
22158 @cindex @code{R} packet
22159
22160 Restart the program being debugged. @var{XX}, while needed, is ignored.
22161 This packet is only available in extended mode.
22162
22163 Reply:
22164 @table @samp
22165 @item @emph{no reply}
22166 The @samp{R} packet has no reply.
22167 @end table
22168
22169 @item @code{s}@var{addr} --- step
22170 @cindex @code{s} packet
22171
22172 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22173 same address.
22174
22175 Reply:
22176 @xref{Stop Reply Packets}, for the reply specifications.
22177
22178 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22179 @anchor{step with signal packet}
22180 @cindex @code{S} packet
22181
22182 Like @samp{C} but step not continue.
22183
22184 Reply:
22185 @xref{Stop Reply Packets}, for the reply specifications.
22186
22187 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
22188 @cindex @code{t} packet
22189
22190 Search backwards starting at address @var{addr} for a match with pattern
22191 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22192 @var{addr} must be at least 3 digits.
22193
22194 @item @code{T}@var{XX} --- thread alive
22195 @cindex @code{T} packet
22196
22197 Find out if the thread XX is alive.
22198
22199 Reply:
22200 @table @samp
22201 @item OK
22202 thread is still alive
22203 @item E@var{NN}
22204 thread is dead
22205 @end table
22206
22207 @item @code{u} --- reserved
22208
22209 Reserved for future use.
22210
22211 @item @code{U} --- reserved
22212
22213 Reserved for future use.
22214
22215 @item @code{v} --- verbose packet prefix
22216
22217 Packets starting with @code{v} are identified by a multi-letter name,
22218 up to the first @code{;} or @code{?} (or the end of the packet).
22219
22220 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22221 @cindex @code{vCont} packet
22222
22223 Resume the inferior. Different actions may be specified for each thread.
22224 If an action is specified with no @var{tid}, then it is applied to any
22225 threads that don't have a specific action specified; if no default action is
22226 specified then other threads should remain stopped. Specifying multiple
22227 default actions is an error; specifying no actions is also an error.
22228 Thread IDs are specified in hexadecimal. Currently supported actions are:
22229
22230 @table @code
22231 @item c
22232 Continue.
22233 @item C@var{sig}
22234 Continue with signal @var{sig}. @var{sig} should be two hex digits.
22235 @item s
22236 Step.
22237 @item S@var{sig}
22238 Step with signal @var{sig}. @var{sig} should be two hex digits.
22239 @end table
22240
22241 The optional @var{addr} argument normally associated with these packets is
22242 not supported in @code{vCont}.
22243
22244 Reply:
22245 @xref{Stop Reply Packets}, for the reply specifications.
22246
22247 @item @code{vCont?} --- extended resume query
22248 @cindex @code{vCont?} packet
22249
22250 Query support for the @code{vCont} packet.
22251
22252 Reply:
22253 @table @samp
22254 @item @code{vCont}[;@var{action}]...
22255 The @code{vCont} packet is supported. Each @var{action} is a supported
22256 command in the @code{vCont} packet.
22257 @item
22258 The @code{vCont} packet is not supported.
22259 @end table
22260
22261 @item @code{V} --- reserved
22262
22263 Reserved for future use.
22264
22265 @item @code{w} --- reserved
22266
22267 Reserved for future use.
22268
22269 @item @code{W} --- reserved
22270
22271 Reserved for future use.
22272
22273 @item @code{x} --- reserved
22274
22275 Reserved for future use.
22276
22277 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22278 @cindex @code{X} packet
22279
22280 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22281 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
22282 escaped using @code{0x7d}, and then XORed with @code{0x20}.
22283 For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
22284
22285 Reply:
22286 @table @samp
22287 @item OK
22288 for success
22289 @item E@var{NN}
22290 for an error
22291 @end table
22292
22293 @item @code{y} --- reserved
22294
22295 Reserved for future use.
22296
22297 @item @code{Y} reserved
22298
22299 Reserved for future use.
22300
22301 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22302 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22303 @anchor{insert breakpoint or watchpoint packet}
22304 @cindex @code{z} packet
22305 @cindex @code{Z} packets
22306
22307 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22308 watchpoint starting at address @var{address} and covering the next
22309 @var{length} bytes.
22310
22311 Each breakpoint and watchpoint packet @var{type} is documented
22312 separately.
22313
22314 @emph{Implementation notes: A remote target shall return an empty string
22315 for an unrecognized breakpoint or watchpoint packet @var{type}. A
22316 remote target shall support either both or neither of a given
22317 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22318 avoid potential problems with duplicate packets, the operations should
22319 be implemented in an idempotent way.}
22320
22321 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22322 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22323 @cindex @code{z0} packet
22324 @cindex @code{Z0} packet
22325
22326 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22327 @code{addr} of size @code{length}.
22328
22329 A memory breakpoint is implemented by replacing the instruction at
22330 @var{addr} with a software breakpoint or trap instruction. The
22331 @code{length} is used by targets that indicates the size of the
22332 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22333 @sc{mips} can insert either a 2 or 4 byte breakpoint).
22334
22335 @emph{Implementation note: It is possible for a target to copy or move
22336 code that contains memory breakpoints (e.g., when implementing
22337 overlays). The behavior of this packet, in the presence of such a
22338 target, is not defined.}
22339
22340 Reply:
22341 @table @samp
22342 @item OK
22343 success
22344 @item
22345 not supported
22346 @item E@var{NN}
22347 for an error
22348 @end table
22349
22350 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22351 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22352 @cindex @code{z1} packet
22353 @cindex @code{Z1} packet
22354
22355 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22356 address @code{addr} of size @code{length}.
22357
22358 A hardware breakpoint is implemented using a mechanism that is not
22359 dependant on being able to modify the target's memory.
22360
22361 @emph{Implementation note: A hardware breakpoint is not affected by code
22362 movement.}
22363
22364 Reply:
22365 @table @samp
22366 @item OK
22367 success
22368 @item
22369 not supported
22370 @item E@var{NN}
22371 for an error
22372 @end table
22373
22374 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22375 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22376 @cindex @code{z2} packet
22377 @cindex @code{Z2} packet
22378
22379 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22380
22381 Reply:
22382 @table @samp
22383 @item OK
22384 success
22385 @item
22386 not supported
22387 @item E@var{NN}
22388 for an error
22389 @end table
22390
22391 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22392 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22393 @cindex @code{z3} packet
22394 @cindex @code{Z3} packet
22395
22396 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
22397
22398 Reply:
22399 @table @samp
22400 @item OK
22401 success
22402 @item
22403 not supported
22404 @item E@var{NN}
22405 for an error
22406 @end table
22407
22408 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22409 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
22410 @cindex @code{z4} packet
22411 @cindex @code{Z4} packet
22412
22413 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22414
22415 Reply:
22416 @table @samp
22417 @item OK
22418 success
22419 @item
22420 not supported
22421 @item E@var{NN}
22422 for an error
22423 @end table
22424
22425 @end table
22426
22427 @node Stop Reply Packets
22428 @section Stop Reply Packets
22429 @cindex stop reply packets
22430
22431 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22432 receive any of the below as a reply. In the case of the @samp{C},
22433 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22434 when the target halts. In the below the exact meaning of @samp{signal
22435 number} is poorly defined. In general one of the UNIX signal numbering
22436 conventions is used.
22437
22438 @table @samp
22439
22440 @item S@var{AA}
22441 @var{AA} is the signal number
22442
22443 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
22444 @cindex @code{T} packet reply
22445
22446 @var{AA} = two hex digit signal number; @var{n...} = register number
22447 (hex), @var{r...} = target byte ordered register contents, size defined
22448 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22449 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
22450 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22451 address, this is a hex integer; @var{n...} = other string not starting
22452 with valid hex digit. @value{GDBN} should ignore this @var{n...},
22453 @var{r...} pair and go on to the next. This way we can extend the
22454 protocol.
22455
22456 @item W@var{AA}
22457
22458 The process exited, and @var{AA} is the exit status. This is only
22459 applicable to certain targets.
22460
22461 @item X@var{AA}
22462
22463 The process terminated with signal @var{AA}.
22464
22465 @item O@var{XX@dots{}}
22466
22467 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22468 any time while the program is running and the debugger should continue
22469 to wait for @samp{W}, @samp{T}, etc.
22470
22471 @item F@var{call-id}@code{,}@var{parameter@dots{}}
22472
22473 @var{call-id} is the identifier which says which host system call should
22474 be called. This is just the name of the function. Translation into the
22475 correct system call is only applicable as it's defined in @value{GDBN}.
22476 @xref{File-I/O remote protocol extension}, for a list of implemented
22477 system calls.
22478
22479 @var{parameter@dots{}} is a list of parameters as defined for this very
22480 system call.
22481
22482 The target replies with this packet when it expects @value{GDBN} to call
22483 a host system call on behalf of the target. @value{GDBN} replies with
22484 an appropriate @code{F} packet and keeps up waiting for the next reply
22485 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22486 @samp{s} action is expected to be continued.
22487 @xref{File-I/O remote protocol extension}, for more details.
22488
22489 @end table
22490
22491 @node General Query Packets
22492 @section General Query Packets
22493 @cindex remote query requests
22494
22495 The following set and query packets have already been defined.
22496
22497 @table @r
22498
22499 @item @code{q}@code{C} --- current thread
22500 @cindex current thread, remote request
22501 @cindex @code{qC} packet
22502 Return the current thread id.
22503
22504 Reply:
22505 @table @samp
22506 @item @code{QC}@var{pid}
22507 Where @var{pid} is an unsigned hexidecimal process id.
22508 @item *
22509 Any other reply implies the old pid.
22510 @end table
22511
22512 @item @code{q}@code{fThreadInfo} -- all thread ids
22513 @cindex list active threads, remote request
22514 @cindex @code{qfThreadInfo} packet
22515 @code{q}@code{sThreadInfo}
22516
22517 Obtain a list of active thread ids from the target (OS). Since there
22518 may be too many active threads to fit into one reply packet, this query
22519 works iteratively: it may require more than one query/reply sequence to
22520 obtain the entire list of threads. The first query of the sequence will
22521 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22522 sequence will be the @code{qs}@code{ThreadInfo} query.
22523
22524 NOTE: replaces the @code{qL} query (see below).
22525
22526 Reply:
22527 @table @samp
22528 @item @code{m}@var{id}
22529 A single thread id
22530 @item @code{m}@var{id},@var{id}@dots{}
22531 a comma-separated list of thread ids
22532 @item @code{l}
22533 (lower case 'el') denotes end of list.
22534 @end table
22535
22536 In response to each query, the target will reply with a list of one or
22537 more thread ids, in big-endian unsigned hex, separated by commas.
22538 @value{GDBN} will respond to each reply with a request for more thread
22539 ids (using the @code{qs} form of the query), until the target responds
22540 with @code{l} (lower-case el, for @code{'last'}).
22541
22542 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
22543 @cindex thread attributes info, remote request
22544 @cindex @code{qThreadExtraInfo} packet
22545 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22546 string description of a thread's attributes from the target OS. This
22547 string may contain anything that the target OS thinks is interesting for
22548 @value{GDBN} to tell the user about the thread. The string is displayed
22549 in @value{GDBN}'s @samp{info threads} display. Some examples of
22550 possible thread extra info strings are ``Runnable'', or ``Blocked on
22551 Mutex''.
22552
22553 Reply:
22554 @table @samp
22555 @item @var{XX@dots{}}
22556 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22557 the printable string containing the extra information about the thread's
22558 attributes.
22559 @end table
22560
22561 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
22562
22563 Obtain thread information from RTOS. Where: @var{startflag} (one hex
22564 digit) is one to indicate the first query and zero to indicate a
22565 subsequent query; @var{threadcount} (two hex digits) is the maximum
22566 number of threads the response packet can contain; and @var{nextthread}
22567 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
22568 returned in the response as @var{argthread}.
22569
22570 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22571 (see above).
22572
22573 Reply:
22574 @table @samp
22575 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
22576 Where: @var{count} (two hex digits) is the number of threads being
22577 returned; @var{done} (one hex digit) is zero to indicate more threads
22578 and one indicates no further threads; @var{argthreadid} (eight hex
22579 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22580 is a sequence of thread IDs from the target. @var{threadid} (eight hex
22581 digits). See @code{remote.c:parse_threadlist_response()}.
22582 @end table
22583
22584 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
22585 @cindex CRC of memory block, remote request
22586 @cindex @code{qCRC} packet
22587 Reply:
22588 @table @samp
22589 @item @code{E}@var{NN}
22590 An error (such as memory fault)
22591 @item @code{C}@var{CRC32}
22592 A 32 bit cyclic redundancy check of the specified memory region.
22593 @end table
22594
22595 @item @code{q}@code{Offsets} --- query sect offs
22596 @cindex section offsets, remote request
22597 @cindex @code{qOffsets} packet
22598 Get section offsets that the target used when re-locating the downloaded
22599 image. @emph{Note: while a @code{Bss} offset is included in the
22600 response, @value{GDBN} ignores this and instead applies the @code{Data}
22601 offset to the @code{Bss} section.}
22602
22603 Reply:
22604 @table @samp
22605 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22606 @end table
22607
22608 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
22609 @cindex thread information, remote request
22610 @cindex @code{qP} packet
22611 Returns information on @var{threadid}. Where: @var{mode} is a hex
22612 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
22613
22614 Reply:
22615 @table @samp
22616 @item *
22617 @end table
22618
22619 See @code{remote.c:remote_unpack_thread_info_response()}.
22620
22621 @item @code{q}@code{Rcmd,}@var{command} --- remote command
22622 @cindex execute remote command, remote request
22623 @cindex @code{qRcmd} packet
22624 @var{command} (hex encoded) is passed to the local interpreter for
22625 execution. Invalid commands should be reported using the output string.
22626 Before the final result packet, the target may also respond with a
22627 number of intermediate @code{O}@var{output} console output packets.
22628 @emph{Implementors should note that providing access to a stubs's
22629 interpreter may have security implications}.
22630
22631 Reply:
22632 @table @samp
22633 @item OK
22634 A command response with no output.
22635 @item @var{OUTPUT}
22636 A command response with the hex encoded output string @var{OUTPUT}.
22637 @item @code{E}@var{NN}
22638 Indicate a badly formed request.
22639 @item @samp{}
22640 When @samp{q}@samp{Rcmd} is not recognized.
22641 @end table
22642 z
22643 @item @code{qSymbol::} --- symbol lookup
22644 @cindex symbol lookup, remote request
22645 @cindex @code{qSymbol} packet
22646 Notify the target that @value{GDBN} is prepared to serve symbol lookup
22647 requests. Accept requests from the target for the values of symbols.
22648
22649 Reply:
22650 @table @samp
22651 @item @code{OK}
22652 The target does not need to look up any (more) symbols.
22653 @item @code{qSymbol:}@var{sym_name}
22654 The target requests the value of symbol @var{sym_name} (hex encoded).
22655 @value{GDBN} may provide the value by using the
22656 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22657 @end table
22658
22659 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22660
22661 Set the value of @var{sym_name} to @var{sym_value}.
22662
22663 @var{sym_name} (hex encoded) is the name of a symbol whose value the
22664 target has previously requested.
22665
22666 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22667 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
22668 will be empty.
22669
22670 Reply:
22671 @table @samp
22672 @item @code{OK}
22673 The target does not need to look up any (more) symbols.
22674 @item @code{qSymbol:}@var{sym_name}
22675 The target requests the value of a new symbol @var{sym_name} (hex
22676 encoded). @value{GDBN} will continue to supply the values of symbols
22677 (if available), until the target ceases to request them.
22678 @end table
22679
22680 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
22681 @cindex read special object, remote request
22682 @cindex @code{qPart} packet
22683 Read uninterpreted bytes from the target's special data area
22684 identified by the keyword @code{object}.
22685 Request @var{length} bytes starting at @var{offset} bytes into the data.
22686 The content and encoding of @var{annex} is specific to the object;
22687 it can supply additional details about what data to access.
22688
22689 Here are the specific requests of this form defined so far.
22690 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22691 requests use the same reply formats, listed below.
22692
22693 @table @asis
22694 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
22695 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22696 auxiliary vector}, and see @ref{Remote configuration,
22697 read-aux-vector-packet}. Note @var{annex} must be empty.
22698 @end table
22699
22700 Reply:
22701 @table @asis
22702 @item @code{OK}
22703 The @var{offset} in the request is at the end of the data.
22704 There is no more data to be read.
22705
22706 @item @var{XX@dots{}}
22707 Hex encoded data bytes read.
22708 This may be fewer bytes than the @var{length} in the request.
22709
22710 @item @code{E00}
22711 The request was malformed, or @var{annex} was invalid.
22712
22713 @item @code{E}@var{nn}
22714 The offset was invalid, or there was an error encountered reading the data.
22715 @var{nn} is a hex-encoded @code{errno} value.
22716
22717 @item @code{""} (empty)
22718 An empty reply indicates the @var{object} or @var{annex} string was not
22719 recognized by the stub.
22720 @end table
22721
22722 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
22723 @cindex write data into object, remote request
22724 Write uninterpreted bytes into the target's special data area
22725 identified by the keyword @code{object},
22726 starting at @var{offset} bytes into the data.
22727 @var{data@dots{}} is the hex-encoded data to be written.
22728 The content and encoding of @var{annex} is specific to the object;
22729 it can supply additional details about what data to access.
22730
22731 No requests of this form are presently in use. This specification
22732 serves as a placeholder to document the common format that new
22733 specific request specifications ought to use.
22734
22735 Reply:
22736 @table @asis
22737 @item @var{nn}
22738 @var{nn} (hex encoded) is the number of bytes written.
22739 This may be fewer bytes than supplied in the request.
22740
22741 @item @code{E00}
22742 The request was malformed, or @var{annex} was invalid.
22743
22744 @item @code{E}@var{nn}
22745 The offset was invalid, or there was an error encountered writing the data.
22746 @var{nn} is a hex-encoded @code{errno} value.
22747
22748 @item @code{""} (empty)
22749 An empty reply indicates the @var{object} or @var{annex} string was not
22750 recognized by the stub, or that the object does not support writing.
22751 @end table
22752
22753 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
22754 Requests of this form may be added in the future. When a stub does
22755 not recognize the @var{object} keyword, or its support for
22756 @var{object} does not recognize the @var{operation} keyword,
22757 the stub must respond with an empty packet.
22758
22759 @item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
22760 @cindex get thread-local storage address, remote request
22761 @cindex @code{qGetTLSAddr} packet
22762 Fetch the address associated with thread local storage specified
22763 by @var{thread-id}, @var{offset}, and @var{lm}.
22764
22765 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
22766 thread for which to fetch the TLS address.
22767
22768 @var{offset} is the (big endian, hex encoded) offset associated with the
22769 thread local variable. (This offset is obtained from the debug
22770 information associated with the variable.)
22771
22772 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22773 the load module associated with the thread local storage. For example,
22774 a @sc{gnu}/Linux system will pass the link map address of the shared
22775 object associated with the thread local storage under consideration.
22776 Other operating environments may choose to represent the load module
22777 differently, so the precise meaning of this parameter will vary.
22778
22779 Reply:
22780 @table @asis
22781 @item @var{XX@dots{}}
22782 Hex encoded (big endian) bytes representing the address of the thread
22783 local storage requested.
22784
22785 @item @code{E}@var{nn} (where @var{nn} are hex digits)
22786 An error occurred.
22787
22788 @item @code{""} (empty)
22789 An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22790 @end table
22791
22792 Use of this request packet is controlled by the @code{set remote
22793 get-thread-local-storage-address} command (@pxref{Remote
22794 configuration, set remote get-thread-local-storage-address}).
22795
22796 @end table
22797
22798 @node Register Packet Format
22799 @section Register Packet Format
22800
22801 The following @samp{g}/@samp{G} packets have previously been defined.
22802 In the below, some thirty-two bit registers are transferred as
22803 sixty-four bits. Those registers should be zero/sign extended (which?)
22804 to fill the space allocated. Register bytes are transfered in target
22805 byte order. The two nibbles within a register byte are transfered
22806 most-significant - least-significant.
22807
22808 @table @r
22809
22810 @item MIPS32
22811
22812 All registers are transfered as thirty-two bit quantities in the order:
22813 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22814 registers; fsr; fir; fp.
22815
22816 @item MIPS64
22817
22818 All registers are transfered as sixty-four bit quantities (including
22819 thirty-two bit registers such as @code{sr}). The ordering is the same
22820 as @code{MIPS32}.
22821
22822 @end table
22823
22824 @node Examples
22825 @section Examples
22826
22827 Example sequence of a target being re-started. Notice how the restart
22828 does not get any direct output:
22829
22830 @smallexample
22831 -> @code{R00}
22832 <- @code{+}
22833 @emph{target restarts}
22834 -> @code{?}
22835 <- @code{+}
22836 <- @code{T001:1234123412341234}
22837 -> @code{+}
22838 @end smallexample
22839
22840 Example sequence of a target being stepped by a single instruction:
22841
22842 @smallexample
22843 -> @code{G1445@dots{}}
22844 <- @code{+}
22845 -> @code{s}
22846 <- @code{+}
22847 @emph{time passes}
22848 <- @code{T001:1234123412341234}
22849 -> @code{+}
22850 -> @code{g}
22851 <- @code{+}
22852 <- @code{1455@dots{}}
22853 -> @code{+}
22854 @end smallexample
22855
22856 @node File-I/O remote protocol extension
22857 @section File-I/O remote protocol extension
22858 @cindex File-I/O remote protocol extension
22859
22860 @menu
22861 * File-I/O Overview::
22862 * Protocol basics::
22863 * The F request packet::
22864 * The F reply packet::
22865 * Memory transfer::
22866 * The Ctrl-C message::
22867 * Console I/O::
22868 * The isatty call::
22869 * The system call::
22870 * List of supported calls::
22871 * Protocol specific representation of datatypes::
22872 * Constants::
22873 * File-I/O Examples::
22874 @end menu
22875
22876 @node File-I/O Overview
22877 @subsection File-I/O Overview
22878 @cindex file-i/o overview
22879
22880 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22881 target to use the host's file system and console I/O when calling various
22882 system calls. System calls on the target system are translated into a
22883 remote protocol packet to the host system which then performs the needed
22884 actions and returns with an adequate response packet to the target system.
22885 This simulates file system operations even on targets that lack file systems.
22886
22887 The protocol is defined host- and target-system independent. It uses
22888 its own independent representation of datatypes and values. Both,
22889 @value{GDBN} and the target's @value{GDBN} stub are responsible for
22890 translating the system dependent values into the unified protocol values
22891 when data is transmitted.
22892
22893 The communication is synchronous. A system call is possible only
22894 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22895 packets. While @value{GDBN} handles the request for a system call,
22896 the target is stopped to allow deterministic access to the target's
22897 memory. Therefore File-I/O is not interuptible by target signals. It
22898 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22899
22900 The target's request to perform a host system call does not finish
22901 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22902 after finishing the system call, the target returns to continuing the
22903 previous activity (continue, step). No additional continue or step
22904 request from @value{GDBN} is required.
22905
22906 @smallexample
22907 (@value{GDBP}) continue
22908 <- target requests 'system call X'
22909 target is stopped, @value{GDBN} executes system call
22910 -> GDB returns result
22911 ... target continues, GDB returns to wait for the target
22912 <- target hits breakpoint and sends a Txx packet
22913 @end smallexample
22914
22915 The protocol is only used for files on the host file system and
22916 for I/O on the console. Character or block special devices, pipes,
22917 named pipes or sockets or any other communication method on the host
22918 system are not supported by this protocol.
22919
22920 @node Protocol basics
22921 @subsection Protocol basics
22922 @cindex protocol basics, file-i/o
22923
22924 The File-I/O protocol uses the @code{F} packet, as request as well
22925 as as reply packet. Since a File-I/O system call can only occur when
22926 @value{GDBN} is waiting for the continuing or stepping target, the
22927 File-I/O request is a reply that @value{GDBN} has to expect as a result
22928 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22929 This @code{F} packet contains all information needed to allow @value{GDBN}
22930 to call the appropriate host system call:
22931
22932 @itemize @bullet
22933 @item
22934 A unique identifier for the requested system call.
22935
22936 @item
22937 All parameters to the system call. Pointers are given as addresses
22938 in the target memory address space. Pointers to strings are given as
22939 pointer/length pair. Numerical values are given as they are.
22940 Numerical control values are given in a protocol specific representation.
22941
22942 @end itemize
22943
22944 At that point @value{GDBN} has to perform the following actions.
22945
22946 @itemize @bullet
22947 @item
22948 If parameter pointer values are given, which point to data needed as input
22949 to a system call, @value{GDBN} requests this data from the target with a
22950 standard @code{m} packet request. This additional communication has to be
22951 expected by the target implementation and is handled as any other @code{m}
22952 packet.
22953
22954 @item
22955 @value{GDBN} translates all value from protocol representation to host
22956 representation as needed. Datatypes are coerced into the host types.
22957
22958 @item
22959 @value{GDBN} calls the system call
22960
22961 @item
22962 It then coerces datatypes back to protocol representation.
22963
22964 @item
22965 If pointer parameters in the request packet point to buffer space in which
22966 a system call is expected to copy data to, the data is transmitted to the
22967 target using a @code{M} or @code{X} packet. This packet has to be expected
22968 by the target implementation and is handled as any other @code{M} or @code{X}
22969 packet.
22970
22971 @end itemize
22972
22973 Eventually @value{GDBN} replies with another @code{F} packet which contains all
22974 necessary information for the target to continue. This at least contains
22975
22976 @itemize @bullet
22977 @item
22978 Return value.
22979
22980 @item
22981 @code{errno}, if has been changed by the system call.
22982
22983 @item
22984 ``Ctrl-C'' flag.
22985
22986 @end itemize
22987
22988 After having done the needed type and value coercion, the target continues
22989 the latest continue or step action.
22990
22991 @node The F request packet
22992 @subsection The @code{F} request packet
22993 @cindex file-i/o request packet
22994 @cindex @code{F} request packet
22995
22996 The @code{F} request packet has the following format:
22997
22998 @table @samp
22999
23000 @smallexample
23001 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23002 @end smallexample
23003
23004 @var{call-id} is the identifier to indicate the host system call to be called.
23005 This is just the name of the function.
23006
23007 @var{parameter@dots{}} are the parameters to the system call.
23008
23009 @end table
23010
23011 Parameters are hexadecimal integer values, either the real values in case
23012 of scalar datatypes, as pointers to target buffer space in case of compound
23013 datatypes and unspecified memory areas or as pointer/length pairs in case
23014 of string parameters. These are appended to the call-id, each separated
23015 from its predecessor by a comma. All values are transmitted in ASCII
23016 string representation, pointer/length pairs separated by a slash.
23017
23018 @node The F reply packet
23019 @subsection The @code{F} reply packet
23020 @cindex file-i/o reply packet
23021 @cindex @code{F} reply packet
23022
23023 The @code{F} reply packet has the following format:
23024
23025 @table @samp
23026
23027 @smallexample
23028 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23029 @end smallexample
23030
23031 @var{retcode} is the return code of the system call as hexadecimal value.
23032
23033 @var{errno} is the errno set by the call, in protocol specific representation.
23034 This parameter can be omitted if the call was successful.
23035
23036 @var{Ctrl-C flag} is only send if the user requested a break. In this
23037 case, @var{errno} must be send as well, even if the call was successful.
23038 The @var{Ctrl-C flag} itself consists of the character 'C':
23039
23040 @smallexample
23041 F0,0,C
23042 @end smallexample
23043
23044 @noindent
23045 or, if the call was interupted before the host call has been performed:
23046
23047 @smallexample
23048 F-1,4,C
23049 @end smallexample
23050
23051 @noindent
23052 assuming 4 is the protocol specific representation of @code{EINTR}.
23053
23054 @end table
23055
23056 @node Memory transfer
23057 @subsection Memory transfer
23058 @cindex memory transfer, in file-i/o protocol
23059
23060 Structured data which is transferred using a memory read or write as e.g.@:
23061 a @code{struct stat} is expected to be in a protocol specific format with
23062 all scalar multibyte datatypes being big endian. This should be done by
23063 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23064 it transfers memory to the target. Transferred pointers to structured
23065 data should point to the already coerced data at any time.
23066
23067 @node The Ctrl-C message
23068 @subsection The Ctrl-C message
23069 @cindex ctrl-c message, in file-i/o protocol
23070
23071 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23072 reply packet. In this case the target should behave, as if it had
23073 gotten a break message. The meaning for the target is ``system call
23074 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23075 (as with a break message) and return to @value{GDBN} with a @code{T02}
23076 packet. In this case, it's important for the target to know, in which
23077 state the system call was interrupted. Since this action is by design
23078 not an atomic operation, we have to differ between two cases:
23079
23080 @itemize @bullet
23081 @item
23082 The system call hasn't been performed on the host yet.
23083
23084 @item
23085 The system call on the host has been finished.
23086
23087 @end itemize
23088
23089 These two states can be distinguished by the target by the value of the
23090 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23091 call hasn't been performed. This is equivalent to the @code{EINTR} handling
23092 on POSIX systems. In any other case, the target may presume that the
23093 system call has been finished --- successful or not --- and should behave
23094 as if the break message arrived right after the system call.
23095
23096 @value{GDBN} must behave reliable. If the system call has not been called
23097 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23098 @code{errno} in the packet. If the system call on the host has been finished
23099 before the user requests a break, the full action must be finshed by
23100 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23101 The @code{F} packet may only be send when either nothing has happened
23102 or the full action has been completed.
23103
23104 @node Console I/O
23105 @subsection Console I/O
23106 @cindex console i/o as part of file-i/o
23107
23108 By default and if not explicitely closed by the target system, the file
23109 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23110 on the @value{GDBN} console is handled as any other file output operation
23111 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23112 by @value{GDBN} so that after the target read request from file descriptor
23113 0 all following typing is buffered until either one of the following
23114 conditions is met:
23115
23116 @itemize @bullet
23117 @item
23118 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23119 @code{read}
23120 system call is treated as finished.
23121
23122 @item
23123 The user presses @kbd{Enter}. This is treated as end of input with a trailing
23124 line feed.
23125
23126 @item
23127 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23128 character, especially no Ctrl-D is appended to the input.
23129
23130 @end itemize
23131
23132 If the user has typed more characters as fit in the buffer given to
23133 the read call, the trailing characters are buffered in @value{GDBN} until
23134 either another @code{read(0, @dots{})} is requested by the target or debugging
23135 is stopped on users request.
23136
23137 @node The isatty call
23138 @subsection The @samp{isatty} function call
23139 @cindex isatty call, file-i/o protocol
23140
23141 A special case in this protocol is the library call @code{isatty} which
23142 is implemented as its own call inside of this protocol. It returns
23143 1 to the target if the file descriptor given as parameter is attached
23144 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23145 would require implementing @code{ioctl} and would be more complex than
23146 needed.
23147
23148 @node The system call
23149 @subsection The @samp{system} function call
23150 @cindex system call, file-i/o protocol
23151
23152 The other special case in this protocol is the @code{system} call which
23153 is implemented as its own call, too. @value{GDBN} is taking over the full
23154 task of calling the necessary host calls to perform the @code{system}
23155 call. The return value of @code{system} is simplified before it's returned
23156 to the target. Basically, the only signal transmitted back is @code{EINTR}
23157 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23158 entirely of the exit status of the called command.
23159
23160 Due to security concerns, the @code{system} call is by default refused
23161 by @value{GDBN}. The user has to allow this call explicitly with the
23162 @kbd{set remote system-call-allowed 1} command.
23163
23164 @table @code
23165 @item set remote system-call-allowed
23166 @kindex set remote system-call-allowed
23167 Control whether to allow the @code{system} calls in the File I/O
23168 protocol for the remote target. The default is zero (disabled).
23169
23170 @item show remote system-call-allowed
23171 @kindex show remote system-call-allowed
23172 Show the current setting of system calls for the remote File I/O
23173 protocol.
23174 @end table
23175
23176 @node List of supported calls
23177 @subsection List of supported calls
23178 @cindex list of supported file-i/o calls
23179
23180 @menu
23181 * open::
23182 * close::
23183 * read::
23184 * write::
23185 * lseek::
23186 * rename::
23187 * unlink::
23188 * stat/fstat::
23189 * gettimeofday::
23190 * isatty::
23191 * system::
23192 @end menu
23193
23194 @node open
23195 @unnumberedsubsubsec open
23196 @cindex open, file-i/o system call
23197
23198 @smallexample
23199 @exdent Synopsis:
23200 int open(const char *pathname, int flags);
23201 int open(const char *pathname, int flags, mode_t mode);
23202
23203 @exdent Request:
23204 Fopen,pathptr/len,flags,mode
23205 @end smallexample
23206
23207 @noindent
23208 @code{flags} is the bitwise or of the following values:
23209
23210 @table @code
23211 @item O_CREAT
23212 If the file does not exist it will be created. The host
23213 rules apply as far as file ownership and time stamps
23214 are concerned.
23215
23216 @item O_EXCL
23217 When used with O_CREAT, if the file already exists it is
23218 an error and open() fails.
23219
23220 @item O_TRUNC
23221 If the file already exists and the open mode allows
23222 writing (O_RDWR or O_WRONLY is given) it will be
23223 truncated to length 0.
23224
23225 @item O_APPEND
23226 The file is opened in append mode.
23227
23228 @item O_RDONLY
23229 The file is opened for reading only.
23230
23231 @item O_WRONLY
23232 The file is opened for writing only.
23233
23234 @item O_RDWR
23235 The file is opened for reading and writing.
23236
23237 @noindent
23238 Each other bit is silently ignored.
23239
23240 @end table
23241
23242 @noindent
23243 @code{mode} is the bitwise or of the following values:
23244
23245 @table @code
23246 @item S_IRUSR
23247 User has read permission.
23248
23249 @item S_IWUSR
23250 User has write permission.
23251
23252 @item S_IRGRP
23253 Group has read permission.
23254
23255 @item S_IWGRP
23256 Group has write permission.
23257
23258 @item S_IROTH
23259 Others have read permission.
23260
23261 @item S_IWOTH
23262 Others have write permission.
23263
23264 @noindent
23265 Each other bit is silently ignored.
23266
23267 @end table
23268
23269 @smallexample
23270 @exdent Return value:
23271 open returns the new file descriptor or -1 if an error
23272 occured.
23273
23274 @exdent Errors:
23275 @end smallexample
23276
23277 @table @code
23278 @item EEXIST
23279 pathname already exists and O_CREAT and O_EXCL were used.
23280
23281 @item EISDIR
23282 pathname refers to a directory.
23283
23284 @item EACCES
23285 The requested access is not allowed.
23286
23287 @item ENAMETOOLONG
23288 pathname was too long.
23289
23290 @item ENOENT
23291 A directory component in pathname does not exist.
23292
23293 @item ENODEV
23294 pathname refers to a device, pipe, named pipe or socket.
23295
23296 @item EROFS
23297 pathname refers to a file on a read-only filesystem and
23298 write access was requested.
23299
23300 @item EFAULT
23301 pathname is an invalid pointer value.
23302
23303 @item ENOSPC
23304 No space on device to create the file.
23305
23306 @item EMFILE
23307 The process already has the maximum number of files open.
23308
23309 @item ENFILE
23310 The limit on the total number of files open on the system
23311 has been reached.
23312
23313 @item EINTR
23314 The call was interrupted by the user.
23315 @end table
23316
23317 @node close
23318 @unnumberedsubsubsec close
23319 @cindex close, file-i/o system call
23320
23321 @smallexample
23322 @exdent Synopsis:
23323 int close(int fd);
23324
23325 @exdent Request:
23326 Fclose,fd
23327
23328 @exdent Return value:
23329 close returns zero on success, or -1 if an error occurred.
23330
23331 @exdent Errors:
23332 @end smallexample
23333
23334 @table @code
23335 @item EBADF
23336 fd isn't a valid open file descriptor.
23337
23338 @item EINTR
23339 The call was interrupted by the user.
23340 @end table
23341
23342 @node read
23343 @unnumberedsubsubsec read
23344 @cindex read, file-i/o system call
23345
23346 @smallexample
23347 @exdent Synopsis:
23348 int read(int fd, void *buf, unsigned int count);
23349
23350 @exdent Request:
23351 Fread,fd,bufptr,count
23352
23353 @exdent Return value:
23354 On success, the number of bytes read is returned.
23355 Zero indicates end of file. If count is zero, read
23356 returns zero as well. On error, -1 is returned.
23357
23358 @exdent Errors:
23359 @end smallexample
23360
23361 @table @code
23362 @item EBADF
23363 fd is not a valid file descriptor or is not open for
23364 reading.
23365
23366 @item EFAULT
23367 buf is an invalid pointer value.
23368
23369 @item EINTR
23370 The call was interrupted by the user.
23371 @end table
23372
23373 @node write
23374 @unnumberedsubsubsec write
23375 @cindex write, file-i/o system call
23376
23377 @smallexample
23378 @exdent Synopsis:
23379 int write(int fd, const void *buf, unsigned int count);
23380
23381 @exdent Request:
23382 Fwrite,fd,bufptr,count
23383
23384 @exdent Return value:
23385 On success, the number of bytes written are returned.
23386 Zero indicates nothing was written. On error, -1
23387 is returned.
23388
23389 @exdent Errors:
23390 @end smallexample
23391
23392 @table @code
23393 @item EBADF
23394 fd is not a valid file descriptor or is not open for
23395 writing.
23396
23397 @item EFAULT
23398 buf is an invalid pointer value.
23399
23400 @item EFBIG
23401 An attempt was made to write a file that exceeds the
23402 host specific maximum file size allowed.
23403
23404 @item ENOSPC
23405 No space on device to write the data.
23406
23407 @item EINTR
23408 The call was interrupted by the user.
23409 @end table
23410
23411 @node lseek
23412 @unnumberedsubsubsec lseek
23413 @cindex lseek, file-i/o system call
23414
23415 @smallexample
23416 @exdent Synopsis:
23417 long lseek (int fd, long offset, int flag);
23418
23419 @exdent Request:
23420 Flseek,fd,offset,flag
23421 @end smallexample
23422
23423 @code{flag} is one of:
23424
23425 @table @code
23426 @item SEEK_SET
23427 The offset is set to offset bytes.
23428
23429 @item SEEK_CUR
23430 The offset is set to its current location plus offset
23431 bytes.
23432
23433 @item SEEK_END
23434 The offset is set to the size of the file plus offset
23435 bytes.
23436 @end table
23437
23438 @smallexample
23439 @exdent Return value:
23440 On success, the resulting unsigned offset in bytes from
23441 the beginning of the file is returned. Otherwise, a
23442 value of -1 is returned.
23443
23444 @exdent Errors:
23445 @end smallexample
23446
23447 @table @code
23448 @item EBADF
23449 fd is not a valid open file descriptor.
23450
23451 @item ESPIPE
23452 fd is associated with the @value{GDBN} console.
23453
23454 @item EINVAL
23455 flag is not a proper value.
23456
23457 @item EINTR
23458 The call was interrupted by the user.
23459 @end table
23460
23461 @node rename
23462 @unnumberedsubsubsec rename
23463 @cindex rename, file-i/o system call
23464
23465 @smallexample
23466 @exdent Synopsis:
23467 int rename(const char *oldpath, const char *newpath);
23468
23469 @exdent Request:
23470 Frename,oldpathptr/len,newpathptr/len
23471
23472 @exdent Return value:
23473 On success, zero is returned. On error, -1 is returned.
23474
23475 @exdent Errors:
23476 @end smallexample
23477
23478 @table @code
23479 @item EISDIR
23480 newpath is an existing directory, but oldpath is not a
23481 directory.
23482
23483 @item EEXIST
23484 newpath is a non-empty directory.
23485
23486 @item EBUSY
23487 oldpath or newpath is a directory that is in use by some
23488 process.
23489
23490 @item EINVAL
23491 An attempt was made to make a directory a subdirectory
23492 of itself.
23493
23494 @item ENOTDIR
23495 A component used as a directory in oldpath or new
23496 path is not a directory. Or oldpath is a directory
23497 and newpath exists but is not a directory.
23498
23499 @item EFAULT
23500 oldpathptr or newpathptr are invalid pointer values.
23501
23502 @item EACCES
23503 No access to the file or the path of the file.
23504
23505 @item ENAMETOOLONG
23506
23507 oldpath or newpath was too long.
23508
23509 @item ENOENT
23510 A directory component in oldpath or newpath does not exist.
23511
23512 @item EROFS
23513 The file is on a read-only filesystem.
23514
23515 @item ENOSPC
23516 The device containing the file has no room for the new
23517 directory entry.
23518
23519 @item EINTR
23520 The call was interrupted by the user.
23521 @end table
23522
23523 @node unlink
23524 @unnumberedsubsubsec unlink
23525 @cindex unlink, file-i/o system call
23526
23527 @smallexample
23528 @exdent Synopsis:
23529 int unlink(const char *pathname);
23530
23531 @exdent Request:
23532 Funlink,pathnameptr/len
23533
23534 @exdent Return value:
23535 On success, zero is returned. On error, -1 is returned.
23536
23537 @exdent Errors:
23538 @end smallexample
23539
23540 @table @code
23541 @item EACCES
23542 No access to the file or the path of the file.
23543
23544 @item EPERM
23545 The system does not allow unlinking of directories.
23546
23547 @item EBUSY
23548 The file pathname cannot be unlinked because it's
23549 being used by another process.
23550
23551 @item EFAULT
23552 pathnameptr is an invalid pointer value.
23553
23554 @item ENAMETOOLONG
23555 pathname was too long.
23556
23557 @item ENOENT
23558 A directory component in pathname does not exist.
23559
23560 @item ENOTDIR
23561 A component of the path is not a directory.
23562
23563 @item EROFS
23564 The file is on a read-only filesystem.
23565
23566 @item EINTR
23567 The call was interrupted by the user.
23568 @end table
23569
23570 @node stat/fstat
23571 @unnumberedsubsubsec stat/fstat
23572 @cindex fstat, file-i/o system call
23573 @cindex stat, file-i/o system call
23574
23575 @smallexample
23576 @exdent Synopsis:
23577 int stat(const char *pathname, struct stat *buf);
23578 int fstat(int fd, struct stat *buf);
23579
23580 @exdent Request:
23581 Fstat,pathnameptr/len,bufptr
23582 Ffstat,fd,bufptr
23583
23584 @exdent Return value:
23585 On success, zero is returned. On error, -1 is returned.
23586
23587 @exdent Errors:
23588 @end smallexample
23589
23590 @table @code
23591 @item EBADF
23592 fd is not a valid open file.
23593
23594 @item ENOENT
23595 A directory component in pathname does not exist or the
23596 path is an empty string.
23597
23598 @item ENOTDIR
23599 A component of the path is not a directory.
23600
23601 @item EFAULT
23602 pathnameptr is an invalid pointer value.
23603
23604 @item EACCES
23605 No access to the file or the path of the file.
23606
23607 @item ENAMETOOLONG
23608 pathname was too long.
23609
23610 @item EINTR
23611 The call was interrupted by the user.
23612 @end table
23613
23614 @node gettimeofday
23615 @unnumberedsubsubsec gettimeofday
23616 @cindex gettimeofday, file-i/o system call
23617
23618 @smallexample
23619 @exdent Synopsis:
23620 int gettimeofday(struct timeval *tv, void *tz);
23621
23622 @exdent Request:
23623 Fgettimeofday,tvptr,tzptr
23624
23625 @exdent Return value:
23626 On success, 0 is returned, -1 otherwise.
23627
23628 @exdent Errors:
23629 @end smallexample
23630
23631 @table @code
23632 @item EINVAL
23633 tz is a non-NULL pointer.
23634
23635 @item EFAULT
23636 tvptr and/or tzptr is an invalid pointer value.
23637 @end table
23638
23639 @node isatty
23640 @unnumberedsubsubsec isatty
23641 @cindex isatty, file-i/o system call
23642
23643 @smallexample
23644 @exdent Synopsis:
23645 int isatty(int fd);
23646
23647 @exdent Request:
23648 Fisatty,fd
23649
23650 @exdent Return value:
23651 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23652
23653 @exdent Errors:
23654 @end smallexample
23655
23656 @table @code
23657 @item EINTR
23658 The call was interrupted by the user.
23659 @end table
23660
23661 @node system
23662 @unnumberedsubsubsec system
23663 @cindex system, file-i/o system call
23664
23665 @smallexample
23666 @exdent Synopsis:
23667 int system(const char *command);
23668
23669 @exdent Request:
23670 Fsystem,commandptr/len
23671
23672 @exdent Return value:
23673 The value returned is -1 on error and the return status
23674 of the command otherwise. Only the exit status of the
23675 command is returned, which is extracted from the hosts
23676 system return value by calling WEXITSTATUS(retval).
23677 In case /bin/sh could not be executed, 127 is returned.
23678
23679 @exdent Errors:
23680 @end smallexample
23681
23682 @table @code
23683 @item EINTR
23684 The call was interrupted by the user.
23685 @end table
23686
23687 @node Protocol specific representation of datatypes
23688 @subsection Protocol specific representation of datatypes
23689 @cindex protocol specific representation of datatypes, in file-i/o protocol
23690
23691 @menu
23692 * Integral datatypes::
23693 * Pointer values::
23694 * struct stat::
23695 * struct timeval::
23696 @end menu
23697
23698 @node Integral datatypes
23699 @unnumberedsubsubsec Integral datatypes
23700 @cindex integral datatypes, in file-i/o protocol
23701
23702 The integral datatypes used in the system calls are
23703
23704 @smallexample
23705 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23706 @end smallexample
23707
23708 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23709 implemented as 32 bit values in this protocol.
23710
23711 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
23712
23713 @xref{Limits}, for corresponding MIN and MAX values (similar to those
23714 in @file{limits.h}) to allow range checking on host and target.
23715
23716 @code{time_t} datatypes are defined as seconds since the Epoch.
23717
23718 All integral datatypes transferred as part of a memory read or write of a
23719 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23720 byte order.
23721
23722 @node Pointer values
23723 @unnumberedsubsubsec Pointer values
23724 @cindex pointer values, in file-i/o protocol
23725
23726 Pointers to target data are transmitted as they are. An exception
23727 is made for pointers to buffers for which the length isn't
23728 transmitted as part of the function call, namely strings. Strings
23729 are transmitted as a pointer/length pair, both as hex values, e.g.@:
23730
23731 @smallexample
23732 @code{1aaf/12}
23733 @end smallexample
23734
23735 @noindent
23736 which is a pointer to data of length 18 bytes at position 0x1aaf.
23737 The length is defined as the full string length in bytes, including
23738 the trailing null byte. Example:
23739
23740 @smallexample
23741 ``hello, world'' at address 0x123456
23742 @end smallexample
23743
23744 @noindent
23745 is transmitted as
23746
23747 @smallexample
23748 @code{123456/d}
23749 @end smallexample
23750
23751 @node struct stat
23752 @unnumberedsubsubsec struct stat
23753 @cindex struct stat, in file-i/o protocol
23754
23755 The buffer of type struct stat used by the target and @value{GDBN} is defined
23756 as follows:
23757
23758 @smallexample
23759 struct stat @{
23760 unsigned int st_dev; /* device */
23761 unsigned int st_ino; /* inode */
23762 mode_t st_mode; /* protection */
23763 unsigned int st_nlink; /* number of hard links */
23764 unsigned int st_uid; /* user ID of owner */
23765 unsigned int st_gid; /* group ID of owner */
23766 unsigned int st_rdev; /* device type (if inode device) */
23767 unsigned long st_size; /* total size, in bytes */
23768 unsigned long st_blksize; /* blocksize for filesystem I/O */
23769 unsigned long st_blocks; /* number of blocks allocated */
23770 time_t st_atime; /* time of last access */
23771 time_t st_mtime; /* time of last modification */
23772 time_t st_ctime; /* time of last change */
23773 @};
23774 @end smallexample
23775
23776 The integral datatypes are conforming to the definitions given in the
23777 approriate section (see @ref{Integral datatypes}, for details) so this
23778 structure is of size 64 bytes.
23779
23780 The values of several fields have a restricted meaning and/or
23781 range of values.
23782
23783 @smallexample
23784 st_dev: 0 file
23785 1 console
23786
23787 st_ino: No valid meaning for the target. Transmitted unchanged.
23788
23789 st_mode: Valid mode bits are described in Appendix C. Any other
23790 bits have currently no meaning for the target.
23791
23792 st_uid: No valid meaning for the target. Transmitted unchanged.
23793
23794 st_gid: No valid meaning for the target. Transmitted unchanged.
23795
23796 st_rdev: No valid meaning for the target. Transmitted unchanged.
23797
23798 st_atime, st_mtime, st_ctime:
23799 These values have a host and file system dependent
23800 accuracy. Especially on Windows hosts the file systems
23801 don't support exact timing values.
23802 @end smallexample
23803
23804 The target gets a struct stat of the above representation and is
23805 responsible to coerce it to the target representation before
23806 continuing.
23807
23808 Note that due to size differences between the host and target
23809 representation of stat members, these members could eventually
23810 get truncated on the target.
23811
23812 @node struct timeval
23813 @unnumberedsubsubsec struct timeval
23814 @cindex struct timeval, in file-i/o protocol
23815
23816 The buffer of type struct timeval used by the target and @value{GDBN}
23817 is defined as follows:
23818
23819 @smallexample
23820 struct timeval @{
23821 time_t tv_sec; /* second */
23822 long tv_usec; /* microsecond */
23823 @};
23824 @end smallexample
23825
23826 The integral datatypes are conforming to the definitions given in the
23827 approriate section (see @ref{Integral datatypes}, for details) so this
23828 structure is of size 8 bytes.
23829
23830 @node Constants
23831 @subsection Constants
23832 @cindex constants, in file-i/o protocol
23833
23834 The following values are used for the constants inside of the
23835 protocol. @value{GDBN} and target are resposible to translate these
23836 values before and after the call as needed.
23837
23838 @menu
23839 * Open flags::
23840 * mode_t values::
23841 * Errno values::
23842 * Lseek flags::
23843 * Limits::
23844 @end menu
23845
23846 @node Open flags
23847 @unnumberedsubsubsec Open flags
23848 @cindex open flags, in file-i/o protocol
23849
23850 All values are given in hexadecimal representation.
23851
23852 @smallexample
23853 O_RDONLY 0x0
23854 O_WRONLY 0x1
23855 O_RDWR 0x2
23856 O_APPEND 0x8
23857 O_CREAT 0x200
23858 O_TRUNC 0x400
23859 O_EXCL 0x800
23860 @end smallexample
23861
23862 @node mode_t values
23863 @unnumberedsubsubsec mode_t values
23864 @cindex mode_t values, in file-i/o protocol
23865
23866 All values are given in octal representation.
23867
23868 @smallexample
23869 S_IFREG 0100000
23870 S_IFDIR 040000
23871 S_IRUSR 0400
23872 S_IWUSR 0200
23873 S_IXUSR 0100
23874 S_IRGRP 040
23875 S_IWGRP 020
23876 S_IXGRP 010
23877 S_IROTH 04
23878 S_IWOTH 02
23879 S_IXOTH 01
23880 @end smallexample
23881
23882 @node Errno values
23883 @unnumberedsubsubsec Errno values
23884 @cindex errno values, in file-i/o protocol
23885
23886 All values are given in decimal representation.
23887
23888 @smallexample
23889 EPERM 1
23890 ENOENT 2
23891 EINTR 4
23892 EBADF 9
23893 EACCES 13
23894 EFAULT 14
23895 EBUSY 16
23896 EEXIST 17
23897 ENODEV 19
23898 ENOTDIR 20
23899 EISDIR 21
23900 EINVAL 22
23901 ENFILE 23
23902 EMFILE 24
23903 EFBIG 27
23904 ENOSPC 28
23905 ESPIPE 29
23906 EROFS 30
23907 ENAMETOOLONG 91
23908 EUNKNOWN 9999
23909 @end smallexample
23910
23911 EUNKNOWN is used as a fallback error value if a host system returns
23912 any error value not in the list of supported error numbers.
23913
23914 @node Lseek flags
23915 @unnumberedsubsubsec Lseek flags
23916 @cindex lseek flags, in file-i/o protocol
23917
23918 @smallexample
23919 SEEK_SET 0
23920 SEEK_CUR 1
23921 SEEK_END 2
23922 @end smallexample
23923
23924 @node Limits
23925 @unnumberedsubsubsec Limits
23926 @cindex limits, in file-i/o protocol
23927
23928 All values are given in decimal representation.
23929
23930 @smallexample
23931 INT_MIN -2147483648
23932 INT_MAX 2147483647
23933 UINT_MAX 4294967295
23934 LONG_MIN -9223372036854775808
23935 LONG_MAX 9223372036854775807
23936 ULONG_MAX 18446744073709551615
23937 @end smallexample
23938
23939 @node File-I/O Examples
23940 @subsection File-I/O Examples
23941 @cindex file-i/o examples
23942
23943 Example sequence of a write call, file descriptor 3, buffer is at target
23944 address 0x1234, 6 bytes should be written:
23945
23946 @smallexample
23947 <- @code{Fwrite,3,1234,6}
23948 @emph{request memory read from target}
23949 -> @code{m1234,6}
23950 <- XXXXXX
23951 @emph{return "6 bytes written"}
23952 -> @code{F6}
23953 @end smallexample
23954
23955 Example sequence of a read call, file descriptor 3, buffer is at target
23956 address 0x1234, 6 bytes should be read:
23957
23958 @smallexample
23959 <- @code{Fread,3,1234,6}
23960 @emph{request memory write to target}
23961 -> @code{X1234,6:XXXXXX}
23962 @emph{return "6 bytes read"}
23963 -> @code{F6}
23964 @end smallexample
23965
23966 Example sequence of a read call, call fails on the host due to invalid
23967 file descriptor (EBADF):
23968
23969 @smallexample
23970 <- @code{Fread,3,1234,6}
23971 -> @code{F-1,9}
23972 @end smallexample
23973
23974 Example sequence of a read call, user presses Ctrl-C before syscall on
23975 host is called:
23976
23977 @smallexample
23978 <- @code{Fread,3,1234,6}
23979 -> @code{F-1,4,C}
23980 <- @code{T02}
23981 @end smallexample
23982
23983 Example sequence of a read call, user presses Ctrl-C after syscall on
23984 host is called:
23985
23986 @smallexample
23987 <- @code{Fread,3,1234,6}
23988 -> @code{X1234,6:XXXXXX}
23989 <- @code{T02}
23990 @end smallexample
23991
23992 @include agentexpr.texi
23993
23994 @include gpl.texi
23995
23996 @raisesections
23997 @include fdl.texi
23998 @lowersections
23999
24000 @node Index
24001 @unnumbered Index
24002
24003 @printindex cp
24004
24005 @tex
24006 % I think something like @colophon should be in texinfo. In the
24007 % meantime:
24008 \long\def\colophon{\hbox to0pt{}\vfill
24009 \centerline{The body of this manual is set in}
24010 \centerline{\fontname\tenrm,}
24011 \centerline{with headings in {\bf\fontname\tenbf}}
24012 \centerline{and examples in {\tt\fontname\tentt}.}
24013 \centerline{{\it\fontname\tenit\/},}
24014 \centerline{{\bf\fontname\tenbf}, and}
24015 \centerline{{\sl\fontname\tensl\/}}
24016 \centerline{are used for emphasis.}\vfill}
24017 \page\colophon
24018 % Blame: doc@cygnus.com, 1991.
24019 @end tex
24020
24021 @bye