* gdb.texinfo (Print Settings): Add documentation for set/show
[deliverable/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.3, 6.2, 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 Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
475 Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
476
477 Jim Blandy added support for preprocessor macros, while working for Red
478 Hat.
479
480 Andrew Cagney designed @value{GDBN}'s architecture vector. Many
481 people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
482 Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
483 Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
484 Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
485 with the migration of old architectures to this new framework.
486
487 @node Sample Session
488 @chapter A Sample @value{GDBN} Session
489
490 You can use this manual at your leisure to read all about @value{GDBN}.
491 However, a handful of commands are enough to get started using the
492 debugger. This chapter illustrates those commands.
493
494 @iftex
495 In this sample session, we emphasize user input like this: @b{input},
496 to make it easier to pick out from the surrounding output.
497 @end iftex
498
499 @c FIXME: this example may not be appropriate for some configs, where
500 @c FIXME...primary interest is in remote use.
501
502 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
503 processor) exhibits the following bug: sometimes, when we change its
504 quote strings from the default, the commands used to capture one macro
505 definition within another stop working. In the following short @code{m4}
506 session, we define a macro @code{foo} which expands to @code{0000}; we
507 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
508 same thing. However, when we change the open quote string to
509 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
510 procedure fails to define a new synonym @code{baz}:
511
512 @smallexample
513 $ @b{cd gnu/m4}
514 $ @b{./m4}
515 @b{define(foo,0000)}
516
517 @b{foo}
518 0000
519 @b{define(bar,defn(`foo'))}
520
521 @b{bar}
522 0000
523 @b{changequote(<QUOTE>,<UNQUOTE>)}
524
525 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
526 @b{baz}
527 @b{C-d}
528 m4: End of input: 0: fatal error: EOF in string
529 @end smallexample
530
531 @noindent
532 Let us use @value{GDBN} to try to see what is going on.
533
534 @smallexample
535 $ @b{@value{GDBP} m4}
536 @c FIXME: this falsifies the exact text played out, to permit smallbook
537 @c FIXME... format to come out better.
538 @value{GDBN} is free software and you are welcome to distribute copies
539 of it under certain conditions; type "show copying" to see
540 the conditions.
541 There is absolutely no warranty for @value{GDBN}; type "show warranty"
542 for details.
543
544 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
545 (@value{GDBP})
546 @end smallexample
547
548 @noindent
549 @value{GDBN} reads only enough symbol data to know where to find the
550 rest when needed; as a result, the first prompt comes up very quickly.
551 We now tell @value{GDBN} to use a narrower display width than usual, so
552 that examples fit in this manual.
553
554 @smallexample
555 (@value{GDBP}) @b{set width 70}
556 @end smallexample
557
558 @noindent
559 We need to see how the @code{m4} built-in @code{changequote} works.
560 Having looked at the source, we know the relevant subroutine is
561 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
562 @code{break} command.
563
564 @smallexample
565 (@value{GDBP}) @b{break m4_changequote}
566 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
567 @end smallexample
568
569 @noindent
570 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
571 control; as long as control does not reach the @code{m4_changequote}
572 subroutine, the program runs as usual:
573
574 @smallexample
575 (@value{GDBP}) @b{run}
576 Starting program: /work/Editorial/gdb/gnu/m4/m4
577 @b{define(foo,0000)}
578
579 @b{foo}
580 0000
581 @end smallexample
582
583 @noindent
584 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
585 suspends execution of @code{m4}, displaying information about the
586 context where it stops.
587
588 @smallexample
589 @b{changequote(<QUOTE>,<UNQUOTE>)}
590
591 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
592 at builtin.c:879
593 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
594 @end smallexample
595
596 @noindent
597 Now we use the command @code{n} (@code{next}) to advance execution to
598 the next line of the current function.
599
600 @smallexample
601 (@value{GDBP}) @b{n}
602 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
603 : nil,
604 @end smallexample
605
606 @noindent
607 @code{set_quotes} looks like a promising subroutine. We can go into it
608 by using the command @code{s} (@code{step}) instead of @code{next}.
609 @code{step} goes to the next line to be executed in @emph{any}
610 subroutine, so it steps into @code{set_quotes}.
611
612 @smallexample
613 (@value{GDBP}) @b{s}
614 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
615 at input.c:530
616 530 if (lquote != def_lquote)
617 @end smallexample
618
619 @noindent
620 The display that shows the subroutine where @code{m4} is now
621 suspended (and its arguments) is called a stack frame display. It
622 shows a summary of the stack. We can use the @code{backtrace}
623 command (which can also be spelled @code{bt}), to see where we are
624 in the stack as a whole: the @code{backtrace} command displays a
625 stack frame for each active subroutine.
626
627 @smallexample
628 (@value{GDBP}) @b{bt}
629 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
630 at input.c:530
631 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
632 at builtin.c:882
633 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
634 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
635 at macro.c:71
636 #4 0x79dc in expand_input () at macro.c:40
637 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
638 @end smallexample
639
640 @noindent
641 We step through a few more lines to see what happens. The first two
642 times, we can use @samp{s}; the next two times we use @code{n} to avoid
643 falling into the @code{xstrdup} subroutine.
644
645 @smallexample
646 (@value{GDBP}) @b{s}
647 0x3b5c 532 if (rquote != def_rquote)
648 (@value{GDBP}) @b{s}
649 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
650 def_lquote : xstrdup(lq);
651 (@value{GDBP}) @b{n}
652 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
653 : xstrdup(rq);
654 (@value{GDBP}) @b{n}
655 538 len_lquote = strlen(rquote);
656 @end smallexample
657
658 @noindent
659 The last line displayed looks a little odd; we can examine the variables
660 @code{lquote} and @code{rquote} to see if they are in fact the new left
661 and right quotes we specified. We use the command @code{p}
662 (@code{print}) to see their values.
663
664 @smallexample
665 (@value{GDBP}) @b{p lquote}
666 $1 = 0x35d40 "<QUOTE>"
667 (@value{GDBP}) @b{p rquote}
668 $2 = 0x35d50 "<UNQUOTE>"
669 @end smallexample
670
671 @noindent
672 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
673 To look at some context, we can display ten lines of source
674 surrounding the current line with the @code{l} (@code{list}) command.
675
676 @smallexample
677 (@value{GDBP}) @b{l}
678 533 xfree(rquote);
679 534
680 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
681 : xstrdup (lq);
682 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
683 : xstrdup (rq);
684 537
685 538 len_lquote = strlen(rquote);
686 539 len_rquote = strlen(lquote);
687 540 @}
688 541
689 542 void
690 @end smallexample
691
692 @noindent
693 Let us step past the two lines that set @code{len_lquote} and
694 @code{len_rquote}, and then examine the values of those variables.
695
696 @smallexample
697 (@value{GDBP}) @b{n}
698 539 len_rquote = strlen(lquote);
699 (@value{GDBP}) @b{n}
700 540 @}
701 (@value{GDBP}) @b{p len_lquote}
702 $3 = 9
703 (@value{GDBP}) @b{p len_rquote}
704 $4 = 7
705 @end smallexample
706
707 @noindent
708 That certainly looks wrong, assuming @code{len_lquote} and
709 @code{len_rquote} are meant to be the lengths of @code{lquote} and
710 @code{rquote} respectively. We can set them to better values using
711 the @code{p} command, since it can print the value of
712 any expression---and that expression can include subroutine calls and
713 assignments.
714
715 @smallexample
716 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
717 $5 = 7
718 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
719 $6 = 9
720 @end smallexample
721
722 @noindent
723 Is that enough to fix the problem of using the new quotes with the
724 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
725 executing with the @code{c} (@code{continue}) command, and then try the
726 example that caused trouble initially:
727
728 @smallexample
729 (@value{GDBP}) @b{c}
730 Continuing.
731
732 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
733
734 baz
735 0000
736 @end smallexample
737
738 @noindent
739 Success! The new quotes now work just as well as the default ones. The
740 problem seems to have been just the two typos defining the wrong
741 lengths. We allow @code{m4} exit by giving it an EOF as input:
742
743 @smallexample
744 @b{C-d}
745 Program exited normally.
746 @end smallexample
747
748 @noindent
749 The message @samp{Program exited normally.} is from @value{GDBN}; it
750 indicates @code{m4} has finished executing. We can end our @value{GDBN}
751 session with the @value{GDBN} @code{quit} command.
752
753 @smallexample
754 (@value{GDBP}) @b{quit}
755 @end smallexample
756
757 @node Invocation
758 @chapter Getting In and Out of @value{GDBN}
759
760 This chapter discusses how to start @value{GDBN}, and how to get out of it.
761 The essentials are:
762 @itemize @bullet
763 @item
764 type @samp{@value{GDBP}} to start @value{GDBN}.
765 @item
766 type @kbd{quit} or @kbd{C-d} to exit.
767 @end itemize
768
769 @menu
770 * Invoking GDB:: How to start @value{GDBN}
771 * Quitting GDB:: How to quit @value{GDBN}
772 * Shell Commands:: How to use shell commands inside @value{GDBN}
773 * Logging output:: How to log @value{GDBN}'s output to a file
774 @end menu
775
776 @node Invoking GDB
777 @section Invoking @value{GDBN}
778
779 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
780 @value{GDBN} reads commands from the terminal until you tell it to exit.
781
782 You can also run @code{@value{GDBP}} with a variety of arguments and options,
783 to specify more of your debugging environment at the outset.
784
785 The command-line options described here are designed
786 to cover a variety of situations; in some environments, some of these
787 options may effectively be unavailable.
788
789 The most usual way to start @value{GDBN} is with one argument,
790 specifying an executable program:
791
792 @smallexample
793 @value{GDBP} @var{program}
794 @end smallexample
795
796 @noindent
797 You can also start with both an executable program and a core file
798 specified:
799
800 @smallexample
801 @value{GDBP} @var{program} @var{core}
802 @end smallexample
803
804 You can, instead, specify a process ID as a second argument, if you want
805 to debug a running process:
806
807 @smallexample
808 @value{GDBP} @var{program} 1234
809 @end smallexample
810
811 @noindent
812 would attach @value{GDBN} to process @code{1234} (unless you also have a file
813 named @file{1234}; @value{GDBN} does check for a core file first).
814
815 Taking advantage of the second command-line argument requires a fairly
816 complete operating system; when you use @value{GDBN} as a remote
817 debugger attached to a bare board, there may not be any notion of
818 ``process'', and there is often no way to get a core dump. @value{GDBN}
819 will warn you if it is unable to attach or to read core dumps.
820
821 You can optionally have @code{@value{GDBP}} pass any arguments after the
822 executable file to the inferior using @code{--args}. This option stops
823 option processing.
824 @smallexample
825 gdb --args gcc -O2 -c foo.c
826 @end smallexample
827 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
828 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
829
830 You can run @code{@value{GDBP}} without printing the front material, which describes
831 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
832
833 @smallexample
834 @value{GDBP} -silent
835 @end smallexample
836
837 @noindent
838 You can further control how @value{GDBN} starts up by using command-line
839 options. @value{GDBN} itself can remind you of the options available.
840
841 @noindent
842 Type
843
844 @smallexample
845 @value{GDBP} -help
846 @end smallexample
847
848 @noindent
849 to display all available options and briefly describe their use
850 (@samp{@value{GDBP} -h} is a shorter equivalent).
851
852 All options and command line arguments you give are processed
853 in sequential order. The order makes a difference when the
854 @samp{-x} option is used.
855
856
857 @menu
858 * File Options:: Choosing files
859 * Mode Options:: Choosing modes
860 * Startup:: What @value{GDBN} does during startup
861 @end menu
862
863 @node File Options
864 @subsection Choosing files
865
866 When @value{GDBN} starts, it reads any arguments other than options as
867 specifying an executable file and core file (or process ID). This is
868 the same as if the arguments were specified by the @samp{-se} and
869 @samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
870 first argument that does not have an associated option flag as
871 equivalent to the @samp{-se} option followed by that argument; and the
872 second argument that does not have an associated option flag, if any, as
873 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
874 If the second argument begins with a decimal digit, @value{GDBN} will
875 first attempt to attach to it as a process, and if that fails, attempt
876 to open it as a corefile. If you have a corefile whose name begins with
877 a digit, you can prevent @value{GDBN} from treating it as a pid by
878 prefixing it with @file{./}, eg. @file{./12345}.
879
880 If @value{GDBN} has not been configured to included core file support,
881 such as for most embedded targets, then it will complain about a second
882 argument and ignore it.
883
884 Many options have both long and short forms; both are shown in the
885 following list. @value{GDBN} also recognizes the long forms if you truncate
886 them, so long as enough of the option is present to be unambiguous.
887 (If you prefer, you can flag option arguments with @samp{--} rather
888 than @samp{-}, though we illustrate the more usual convention.)
889
890 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
891 @c way, both those who look for -foo and --foo in the index, will find
892 @c it.
893
894 @table @code
895 @item -symbols @var{file}
896 @itemx -s @var{file}
897 @cindex @code{--symbols}
898 @cindex @code{-s}
899 Read symbol table from file @var{file}.
900
901 @item -exec @var{file}
902 @itemx -e @var{file}
903 @cindex @code{--exec}
904 @cindex @code{-e}
905 Use file @var{file} as the executable file to execute when appropriate,
906 and for examining pure data in conjunction with a core dump.
907
908 @item -se @var{file}
909 @cindex @code{--se}
910 Read symbol table from file @var{file} and use it as the executable
911 file.
912
913 @item -core @var{file}
914 @itemx -c @var{file}
915 @cindex @code{--core}
916 @cindex @code{-c}
917 Use file @var{file} as a core dump to examine.
918
919 @item -c @var{number}
920 @item -pid @var{number}
921 @itemx -p @var{number}
922 @cindex @code{--pid}
923 @cindex @code{-p}
924 Connect to process ID @var{number}, as with the @code{attach} command.
925 If there is no such process, @value{GDBN} will attempt to open a core
926 file named @var{number}.
927
928 @item -command @var{file}
929 @itemx -x @var{file}
930 @cindex @code{--command}
931 @cindex @code{-x}
932 Execute @value{GDBN} commands from file @var{file}. @xref{Command
933 Files,, Command files}.
934
935 @item -directory @var{directory}
936 @itemx -d @var{directory}
937 @cindex @code{--directory}
938 @cindex @code{-d}
939 Add @var{directory} to the path to search for source files.
940
941 @item -r
942 @itemx -readnow
943 @cindex @code{--readnow}
944 @cindex @code{-r}
945 Read each symbol file's entire symbol table immediately, rather than
946 the default, which is to read it incrementally as it is needed.
947 This makes startup slower, but makes future operations faster.
948
949 @end table
950
951 @node Mode Options
952 @subsection Choosing modes
953
954 You can run @value{GDBN} in various alternative modes---for example, in
955 batch mode or quiet mode.
956
957 @table @code
958 @item -nx
959 @itemx -n
960 @cindex @code{--nx}
961 @cindex @code{-n}
962 Do not execute commands found in any initialization files. Normally,
963 @value{GDBN} executes the commands in these files after all the command
964 options and arguments have been processed. @xref{Command Files,,Command
965 files}.
966
967 @item -quiet
968 @itemx -silent
969 @itemx -q
970 @cindex @code{--quiet}
971 @cindex @code{--silent}
972 @cindex @code{-q}
973 ``Quiet''. Do not print the introductory and copyright messages. These
974 messages are also suppressed in batch mode.
975
976 @item -batch
977 @cindex @code{--batch}
978 Run in batch mode. Exit with status @code{0} after processing all the
979 command files specified with @samp{-x} (and all commands from
980 initialization files, if not inhibited with @samp{-n}). Exit with
981 nonzero status if an error occurs in executing the @value{GDBN} commands
982 in the command files.
983
984 Batch mode may be useful for running @value{GDBN} as a filter, for
985 example to download and run a program on another computer; in order to
986 make this more useful, the message
987
988 @smallexample
989 Program exited normally.
990 @end smallexample
991
992 @noindent
993 (which is ordinarily issued whenever a program running under
994 @value{GDBN} control terminates) is not issued when running in batch
995 mode.
996
997 @item -nowindows
998 @itemx -nw
999 @cindex @code{--nowindows}
1000 @cindex @code{-nw}
1001 ``No windows''. If @value{GDBN} comes with a graphical user interface
1002 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1003 interface. If no GUI is available, this option has no effect.
1004
1005 @item -windows
1006 @itemx -w
1007 @cindex @code{--windows}
1008 @cindex @code{-w}
1009 If @value{GDBN} includes a GUI, then this option requires it to be
1010 used if possible.
1011
1012 @item -cd @var{directory}
1013 @cindex @code{--cd}
1014 Run @value{GDBN} using @var{directory} as its working directory,
1015 instead of the current directory.
1016
1017 @item -fullname
1018 @itemx -f
1019 @cindex @code{--fullname}
1020 @cindex @code{-f}
1021 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1022 subprocess. It tells @value{GDBN} to output the full file name and line
1023 number in a standard, recognizable fashion each time a stack frame is
1024 displayed (which includes each time your program stops). This
1025 recognizable format looks like two @samp{\032} characters, followed by
1026 the file name, line number and character position separated by colons,
1027 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1028 @samp{\032} characters as a signal to display the source code for the
1029 frame.
1030
1031 @item -epoch
1032 @cindex @code{--epoch}
1033 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1034 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1035 routines so as to allow Epoch to display values of expressions in a
1036 separate window.
1037
1038 @item -annotate @var{level}
1039 @cindex @code{--annotate}
1040 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1041 effect is identical to using @samp{set annotate @var{level}}
1042 (@pxref{Annotations}). The annotation @var{level} controls how much
1043 information @value{GDBN} prints together with its prompt, values of
1044 expressions, source lines, and other types of output. Level 0 is the
1045 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1046 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1047 that control @value{GDBN}, and level 2 has been deprecated.
1048
1049 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1050 (@pxref{GDB/MI}).
1051
1052 @item --args
1053 @cindex @code{--args}
1054 Change interpretation of command line so that arguments following the
1055 executable file are passed as command line arguments to the inferior.
1056 This option stops option processing.
1057
1058 @item -baud @var{bps}
1059 @itemx -b @var{bps}
1060 @cindex @code{--baud}
1061 @cindex @code{-b}
1062 Set the line speed (baud rate or bits per second) of any serial
1063 interface used by @value{GDBN} for remote debugging.
1064
1065 @item -l @var{timeout}
1066 @cindex @code{-l}
1067 Set the timeout (in seconds) of any communication used by @value{GDBN}
1068 for remote debugging.
1069
1070 @item -tty @var{device}
1071 @itemx -t @var{device}
1072 @cindex @code{--tty}
1073 @cindex @code{-t}
1074 Run using @var{device} for your program's standard input and output.
1075 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1076
1077 @c resolve the situation of these eventually
1078 @item -tui
1079 @cindex @code{--tui}
1080 Activate the @dfn{Text User Interface} when starting. The Text User
1081 Interface manages several text windows on the terminal, showing
1082 source, assembly, registers and @value{GDBN} command outputs
1083 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1084 Text User Interface can be enabled by invoking the program
1085 @samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1086 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1087
1088 @c @item -xdb
1089 @c @cindex @code{--xdb}
1090 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1091 @c For information, see the file @file{xdb_trans.html}, which is usually
1092 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1093 @c systems.
1094
1095 @item -interpreter @var{interp}
1096 @cindex @code{--interpreter}
1097 Use the interpreter @var{interp} for interface with the controlling
1098 program or device. This option is meant to be set by programs which
1099 communicate with @value{GDBN} using it as a back end.
1100 @xref{Interpreters, , Command Interpreters}.
1101
1102 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1103 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1104 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
1105 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1106 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1107 @sc{gdb/mi} interfaces are no longer supported.
1108
1109 @item -write
1110 @cindex @code{--write}
1111 Open the executable and core files for both reading and writing. This
1112 is equivalent to the @samp{set write on} command inside @value{GDBN}
1113 (@pxref{Patching}).
1114
1115 @item -statistics
1116 @cindex @code{--statistics}
1117 This option causes @value{GDBN} to print statistics about time and
1118 memory usage after it completes each command and returns to the prompt.
1119
1120 @item -version
1121 @cindex @code{--version}
1122 This option causes @value{GDBN} to print its version number and
1123 no-warranty blurb, and exit.
1124
1125 @end table
1126
1127 @node Startup
1128 @subsection What @value{GDBN} does during startup
1129 @cindex @value{GDBN} startup
1130
1131 Here's the description of what @value{GDBN} does during session startup:
1132
1133 @enumerate
1134 @item
1135 Sets up the command interpreter as specified by the command line
1136 (@pxref{Mode Options, interpreter}).
1137
1138 @item
1139 @cindex init file
1140 Reads the @dfn{init file} (if any) in your home directory@footnote{On
1141 DOS/Windows systems, the home directory is the one pointed to by the
1142 @code{HOME} environment variable.} and executes all the commands in
1143 that file.
1144
1145 @item
1146 Processes command line options and operands.
1147
1148 @item
1149 Reads and executes the commands from init file (if any) in the current
1150 working directory. This is only done if the current directory is
1151 different from your home directory. Thus, you can have more than one
1152 init file, one generic in your home directory, and another, specific
1153 to the program you are debugging, in the directory where you invoke
1154 @value{GDBN}.
1155
1156 @item
1157 Reads command files specified by the @samp{-x} option. @xref{Command
1158 Files}, for more details about @value{GDBN} command files.
1159
1160 @item
1161 Reads the command history recorded in the @dfn{history file}.
1162 @xref{Command History}, for more details about the command history and the
1163 files where @value{GDBN} records it.
1164 @end enumerate
1165
1166 Init files use the same syntax as @dfn{command files} (@pxref{Command
1167 Files}) and are processed by @value{GDBN} in the same way. The init
1168 file in your home directory can set options (such as @samp{set
1169 complaints}) that affect subsequent processing of command line options
1170 and operands. Init files are not executed if you use the @samp{-nx}
1171 option (@pxref{Mode Options, ,Choosing modes}).
1172
1173 @cindex init file name
1174 @cindex @file{.gdbinit}
1175 The @value{GDBN} init files are normally called @file{.gdbinit}.
1176 On some configurations of @value{GDBN}, the init file is known by a
1177 different name (these are typically environments where a specialized
1178 form of @value{GDBN} may need to coexist with other forms, hence a
1179 different name for the specialized version's init file). These are the
1180 environments with special init file names:
1181
1182 @itemize @bullet
1183 @cindex @file{gdb.ini}
1184 @item
1185 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1186 the limitations of file names imposed by DOS filesystems. The Windows
1187 ports of @value{GDBN} use the standard name, but if they find a
1188 @file{gdb.ini} file, they warn you about that and suggest to rename
1189 the file to the standard name.
1190
1191 @cindex @file{.vxgdbinit}
1192 @item
1193 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1194
1195 @cindex @file{.os68gdbinit}
1196 @item
1197 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1198
1199 @cindex @file{.esgdbinit}
1200 @item
1201 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1202
1203 @item
1204 CISCO 68k: @file{.cisco-gdbinit}
1205 @end itemize
1206
1207
1208 @node Quitting GDB
1209 @section Quitting @value{GDBN}
1210 @cindex exiting @value{GDBN}
1211 @cindex leaving @value{GDBN}
1212
1213 @table @code
1214 @kindex quit @r{[}@var{expression}@r{]}
1215 @kindex q @r{(@code{quit})}
1216 @item quit @r{[}@var{expression}@r{]}
1217 @itemx q
1218 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1219 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1220 do not supply @var{expression}, @value{GDBN} will terminate normally;
1221 otherwise it will terminate using the result of @var{expression} as the
1222 error code.
1223 @end table
1224
1225 @cindex interrupt
1226 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1227 terminates the action of any @value{GDBN} command that is in progress and
1228 returns to @value{GDBN} command level. It is safe to type the interrupt
1229 character at any time because @value{GDBN} does not allow it to take effect
1230 until a time when it is safe.
1231
1232 If you have been using @value{GDBN} to control an attached process or
1233 device, you can release it with the @code{detach} command
1234 (@pxref{Attach, ,Debugging an already-running process}).
1235
1236 @node Shell Commands
1237 @section Shell commands
1238
1239 If you need to execute occasional shell commands during your
1240 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1241 just use the @code{shell} command.
1242
1243 @table @code
1244 @kindex shell
1245 @cindex shell escape
1246 @item shell @var{command string}
1247 Invoke a standard shell to execute @var{command string}.
1248 If it exists, the environment variable @code{SHELL} determines which
1249 shell to run. Otherwise @value{GDBN} uses the default shell
1250 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1251 @end table
1252
1253 The utility @code{make} is often needed in development environments.
1254 You do not have to use the @code{shell} command for this purpose in
1255 @value{GDBN}:
1256
1257 @table @code
1258 @kindex make
1259 @cindex calling make
1260 @item make @var{make-args}
1261 Execute the @code{make} program with the specified
1262 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1263 @end table
1264
1265 @node Logging output
1266 @section Logging output
1267 @cindex logging @value{GDBN} output
1268 @cindex save @value{GDBN} output to a file
1269
1270 You may want to save the output of @value{GDBN} commands to a file.
1271 There are several commands to control @value{GDBN}'s logging.
1272
1273 @table @code
1274 @kindex set logging
1275 @item set logging on
1276 Enable logging.
1277 @item set logging off
1278 Disable logging.
1279 @cindex logging file name
1280 @item set logging file @var{file}
1281 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1282 @item set logging overwrite [on|off]
1283 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1284 you want @code{set logging on} to overwrite the logfile instead.
1285 @item set logging redirect [on|off]
1286 By default, @value{GDBN} output will go to both the terminal and the logfile.
1287 Set @code{redirect} if you want output to go only to the log file.
1288 @kindex show logging
1289 @item show logging
1290 Show the current values of the logging settings.
1291 @end table
1292
1293 @node Commands
1294 @chapter @value{GDBN} Commands
1295
1296 You can abbreviate a @value{GDBN} command to the first few letters of the command
1297 name, if that abbreviation is unambiguous; and you can repeat certain
1298 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1299 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1300 show you the alternatives available, if there is more than one possibility).
1301
1302 @menu
1303 * Command Syntax:: How to give commands to @value{GDBN}
1304 * Completion:: Command completion
1305 * Help:: How to ask @value{GDBN} for help
1306 @end menu
1307
1308 @node Command Syntax
1309 @section Command syntax
1310
1311 A @value{GDBN} command is a single line of input. There is no limit on
1312 how long it can be. It starts with a command name, which is followed by
1313 arguments whose meaning depends on the command name. For example, the
1314 command @code{step} accepts an argument which is the number of times to
1315 step, as in @samp{step 5}. You can also use the @code{step} command
1316 with no arguments. Some commands do not allow any arguments.
1317
1318 @cindex abbreviation
1319 @value{GDBN} command names may always be truncated if that abbreviation is
1320 unambiguous. Other possible command abbreviations are listed in the
1321 documentation for individual commands. In some cases, even ambiguous
1322 abbreviations are allowed; for example, @code{s} is specially defined as
1323 equivalent to @code{step} even though there are other commands whose
1324 names start with @code{s}. You can test abbreviations by using them as
1325 arguments to the @code{help} command.
1326
1327 @cindex repeating commands
1328 @kindex RET @r{(repeat last command)}
1329 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1330 repeat the previous command. Certain commands (for example, @code{run})
1331 will not repeat this way; these are commands whose unintentional
1332 repetition might cause trouble and which you are unlikely to want to
1333 repeat. User-defined commands can disable this feature; see
1334 @ref{Define, dont-repeat}.
1335
1336 The @code{list} and @code{x} commands, when you repeat them with
1337 @key{RET}, construct new arguments rather than repeating
1338 exactly as typed. This permits easy scanning of source or memory.
1339
1340 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1341 output, in a way similar to the common utility @code{more}
1342 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1343 @key{RET} too many in this situation, @value{GDBN} disables command
1344 repetition after any command that generates this sort of display.
1345
1346 @kindex # @r{(a comment)}
1347 @cindex comment
1348 Any text from a @kbd{#} to the end of the line is a comment; it does
1349 nothing. This is useful mainly in command files (@pxref{Command
1350 Files,,Command files}).
1351
1352 @cindex repeating command sequences
1353 @kindex C-o @r{(operate-and-get-next)}
1354 The @kbd{C-o} binding is useful for repeating a complex sequence of
1355 commands. This command accepts the current line, like @kbd{RET}, and
1356 then fetches the next line relative to the current line from the history
1357 for editing.
1358
1359 @node Completion
1360 @section Command completion
1361
1362 @cindex completion
1363 @cindex word completion
1364 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1365 only one possibility; it can also show you what the valid possibilities
1366 are for the next word in a command, at any time. This works for @value{GDBN}
1367 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1368
1369 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1370 of a word. If there is only one possibility, @value{GDBN} fills in the
1371 word, and waits for you to finish the command (or press @key{RET} to
1372 enter it). For example, if you type
1373
1374 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1375 @c complete accuracy in these examples; space introduced for clarity.
1376 @c If texinfo enhancements make it unnecessary, it would be nice to
1377 @c replace " @key" by "@key" in the following...
1378 @smallexample
1379 (@value{GDBP}) info bre @key{TAB}
1380 @end smallexample
1381
1382 @noindent
1383 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1384 the only @code{info} subcommand beginning with @samp{bre}:
1385
1386 @smallexample
1387 (@value{GDBP}) info breakpoints
1388 @end smallexample
1389
1390 @noindent
1391 You can either press @key{RET} at this point, to run the @code{info
1392 breakpoints} command, or backspace and enter something else, if
1393 @samp{breakpoints} does not look like the command you expected. (If you
1394 were sure you wanted @code{info breakpoints} in the first place, you
1395 might as well just type @key{RET} immediately after @samp{info bre},
1396 to exploit command abbreviations rather than command completion).
1397
1398 If there is more than one possibility for the next word when you press
1399 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1400 characters and try again, or just press @key{TAB} a second time;
1401 @value{GDBN} displays all the possible completions for that word. For
1402 example, you might want to set a breakpoint on a subroutine whose name
1403 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1404 just sounds the bell. Typing @key{TAB} again displays all the
1405 function names in your program that begin with those characters, for
1406 example:
1407
1408 @smallexample
1409 (@value{GDBP}) b make_ @key{TAB}
1410 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1411 make_a_section_from_file make_environ
1412 make_abs_section make_function_type
1413 make_blockvector make_pointer_type
1414 make_cleanup make_reference_type
1415 make_command make_symbol_completion_list
1416 (@value{GDBP}) b make_
1417 @end smallexample
1418
1419 @noindent
1420 After displaying the available possibilities, @value{GDBN} copies your
1421 partial input (@samp{b make_} in the example) so you can finish the
1422 command.
1423
1424 If you just want to see the list of alternatives in the first place, you
1425 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1426 means @kbd{@key{META} ?}. You can type this either by holding down a
1427 key designated as the @key{META} shift on your keyboard (if there is
1428 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1429
1430 @cindex quotes in commands
1431 @cindex completion of quoted strings
1432 Sometimes the string you need, while logically a ``word'', may contain
1433 parentheses or other characters that @value{GDBN} normally excludes from
1434 its notion of a word. To permit word completion to work in this
1435 situation, you may enclose words in @code{'} (single quote marks) in
1436 @value{GDBN} commands.
1437
1438 The most likely situation where you might need this is in typing the
1439 name of a C@t{++} function. This is because C@t{++} allows function
1440 overloading (multiple definitions of the same function, distinguished
1441 by argument type). For example, when you want to set a breakpoint you
1442 may need to distinguish whether you mean the version of @code{name}
1443 that takes an @code{int} parameter, @code{name(int)}, or the version
1444 that takes a @code{float} parameter, @code{name(float)}. To use the
1445 word-completion facilities in this situation, type a single quote
1446 @code{'} at the beginning of the function name. This alerts
1447 @value{GDBN} that it may need to consider more information than usual
1448 when you press @key{TAB} or @kbd{M-?} to request word completion:
1449
1450 @smallexample
1451 (@value{GDBP}) b 'bubble( @kbd{M-?}
1452 bubble(double,double) bubble(int,int)
1453 (@value{GDBP}) b 'bubble(
1454 @end smallexample
1455
1456 In some cases, @value{GDBN} can tell that completing a name requires using
1457 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1458 completing as much as it can) if you do not type the quote in the first
1459 place:
1460
1461 @smallexample
1462 (@value{GDBP}) b bub @key{TAB}
1463 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1464 (@value{GDBP}) b 'bubble(
1465 @end smallexample
1466
1467 @noindent
1468 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1469 you have not yet started typing the argument list when you ask for
1470 completion on an overloaded symbol.
1471
1472 For more information about overloaded functions, see @ref{C plus plus
1473 expressions, ,C@t{++} expressions}. You can use the command @code{set
1474 overload-resolution off} to disable overload resolution;
1475 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1476
1477
1478 @node Help
1479 @section Getting help
1480 @cindex online documentation
1481 @kindex help
1482
1483 You can always ask @value{GDBN} itself for information on its commands,
1484 using the command @code{help}.
1485
1486 @table @code
1487 @kindex h @r{(@code{help})}
1488 @item help
1489 @itemx h
1490 You can use @code{help} (abbreviated @code{h}) with no arguments to
1491 display a short list of named classes of commands:
1492
1493 @smallexample
1494 (@value{GDBP}) help
1495 List of classes of commands:
1496
1497 aliases -- Aliases of other commands
1498 breakpoints -- Making program stop at certain points
1499 data -- Examining data
1500 files -- Specifying and examining files
1501 internals -- Maintenance commands
1502 obscure -- Obscure features
1503 running -- Running the program
1504 stack -- Examining the stack
1505 status -- Status inquiries
1506 support -- Support facilities
1507 tracepoints -- Tracing of program execution without@*
1508 stopping the program
1509 user-defined -- User-defined commands
1510
1511 Type "help" followed by a class name for a list of
1512 commands in that class.
1513 Type "help" followed by command name for full
1514 documentation.
1515 Command name abbreviations are allowed if unambiguous.
1516 (@value{GDBP})
1517 @end smallexample
1518 @c the above line break eliminates huge line overfull...
1519
1520 @item help @var{class}
1521 Using one of the general help classes as an argument, you can get a
1522 list of the individual commands in that class. For example, here is the
1523 help display for the class @code{status}:
1524
1525 @smallexample
1526 (@value{GDBP}) help status
1527 Status inquiries.
1528
1529 List of commands:
1530
1531 @c Line break in "show" line falsifies real output, but needed
1532 @c to fit in smallbook page size.
1533 info -- Generic command for showing things
1534 about the program being debugged
1535 show -- Generic command for showing things
1536 about the debugger
1537
1538 Type "help" followed by command name for full
1539 documentation.
1540 Command name abbreviations are allowed if unambiguous.
1541 (@value{GDBP})
1542 @end smallexample
1543
1544 @item help @var{command}
1545 With a command name as @code{help} argument, @value{GDBN} displays a
1546 short paragraph on how to use that command.
1547
1548 @kindex apropos
1549 @item apropos @var{args}
1550 The @code{apropos} command searches through all of the @value{GDBN}
1551 commands, and their documentation, for the regular expression specified in
1552 @var{args}. It prints out all matches found. For example:
1553
1554 @smallexample
1555 apropos reload
1556 @end smallexample
1557
1558 @noindent
1559 results in:
1560
1561 @smallexample
1562 @c @group
1563 set symbol-reloading -- Set dynamic symbol table reloading
1564 multiple times in one run
1565 show symbol-reloading -- Show dynamic symbol table reloading
1566 multiple times in one run
1567 @c @end group
1568 @end smallexample
1569
1570 @kindex complete
1571 @item complete @var{args}
1572 The @code{complete @var{args}} command lists all the possible completions
1573 for the beginning of a command. Use @var{args} to specify the beginning of the
1574 command you want completed. For example:
1575
1576 @smallexample
1577 complete i
1578 @end smallexample
1579
1580 @noindent results in:
1581
1582 @smallexample
1583 @group
1584 if
1585 ignore
1586 info
1587 inspect
1588 @end group
1589 @end smallexample
1590
1591 @noindent This is intended for use by @sc{gnu} Emacs.
1592 @end table
1593
1594 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1595 and @code{show} to inquire about the state of your program, or the state
1596 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1597 manual introduces each of them in the appropriate context. The listings
1598 under @code{info} and under @code{show} in the Index point to
1599 all the sub-commands. @xref{Index}.
1600
1601 @c @group
1602 @table @code
1603 @kindex info
1604 @kindex i @r{(@code{info})}
1605 @item info
1606 This command (abbreviated @code{i}) is for describing the state of your
1607 program. For example, you can list the arguments given to your program
1608 with @code{info args}, list the registers currently in use with @code{info
1609 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1610 You can get a complete list of the @code{info} sub-commands with
1611 @w{@code{help info}}.
1612
1613 @kindex set
1614 @item set
1615 You can assign the result of an expression to an environment variable with
1616 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1617 @code{set prompt $}.
1618
1619 @kindex show
1620 @item show
1621 In contrast to @code{info}, @code{show} is for describing the state of
1622 @value{GDBN} itself.
1623 You can change most of the things you can @code{show}, by using the
1624 related command @code{set}; for example, you can control what number
1625 system is used for displays with @code{set radix}, or simply inquire
1626 which is currently in use with @code{show radix}.
1627
1628 @kindex info set
1629 To display all the settable parameters and their current
1630 values, you can use @code{show} with no arguments; you may also use
1631 @code{info set}. Both commands produce the same display.
1632 @c FIXME: "info set" violates the rule that "info" is for state of
1633 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1634 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1635 @end table
1636 @c @end group
1637
1638 Here are three miscellaneous @code{show} subcommands, all of which are
1639 exceptional in lacking corresponding @code{set} commands:
1640
1641 @table @code
1642 @kindex show version
1643 @cindex @value{GDBN} version number
1644 @item show version
1645 Show what version of @value{GDBN} is running. You should include this
1646 information in @value{GDBN} bug-reports. If multiple versions of
1647 @value{GDBN} are in use at your site, you may need to determine which
1648 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1649 commands are introduced, and old ones may wither away. Also, many
1650 system vendors ship variant versions of @value{GDBN}, and there are
1651 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1652 The version number is the same as the one announced when you start
1653 @value{GDBN}.
1654
1655 @kindex show copying
1656 @kindex info copying
1657 @cindex display @value{GDBN} copyright
1658 @item show copying
1659 @itemx info copying
1660 Display information about permission for copying @value{GDBN}.
1661
1662 @kindex show warranty
1663 @kindex info warranty
1664 @item show warranty
1665 @itemx info warranty
1666 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1667 if your version of @value{GDBN} comes with one.
1668
1669 @end table
1670
1671 @node Running
1672 @chapter Running Programs Under @value{GDBN}
1673
1674 When you run a program under @value{GDBN}, you must first generate
1675 debugging information when you compile it.
1676
1677 You may start @value{GDBN} with its arguments, if any, in an environment
1678 of your choice. If you are doing native debugging, you may redirect
1679 your program's input and output, debug an already running process, or
1680 kill a child process.
1681
1682 @menu
1683 * Compilation:: Compiling for debugging
1684 * Starting:: Starting your program
1685 * Arguments:: Your program's arguments
1686 * Environment:: Your program's environment
1687
1688 * Working Directory:: Your program's working directory
1689 * Input/Output:: Your program's input and output
1690 * Attach:: Debugging an already-running process
1691 * Kill Process:: Killing the child process
1692
1693 * Threads:: Debugging programs with multiple threads
1694 * Processes:: Debugging programs with multiple processes
1695 @end menu
1696
1697 @node Compilation
1698 @section Compiling for debugging
1699
1700 In order to debug a program effectively, you need to generate
1701 debugging information when you compile it. This debugging information
1702 is stored in the object file; it describes the data type of each
1703 variable or function and the correspondence between source line numbers
1704 and addresses in the executable code.
1705
1706 To request debugging information, specify the @samp{-g} option when you run
1707 the compiler.
1708
1709 Programs that are to be shipped to your customers are compiled with
1710 optimizations, using the @samp{-O} compiler option. However, many
1711 compilers are unable to handle the @samp{-g} and @samp{-O} options
1712 together. Using those compilers, you cannot generate optimized
1713 executables containing debugging information.
1714
1715 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1716 without @samp{-O}, making it possible to debug optimized code. We
1717 recommend that you @emph{always} use @samp{-g} whenever you compile a
1718 program. You may think your program is correct, but there is no sense
1719 in pushing your luck.
1720
1721 @cindex optimized code, debugging
1722 @cindex debugging optimized code
1723 When you debug a program compiled with @samp{-g -O}, remember that the
1724 optimizer is rearranging your code; the debugger shows you what is
1725 really there. Do not be too surprised when the execution path does not
1726 exactly match your source file! An extreme example: if you define a
1727 variable, but never use it, @value{GDBN} never sees that
1728 variable---because the compiler optimizes it out of existence.
1729
1730 Some things do not work as well with @samp{-g -O} as with just
1731 @samp{-g}, particularly on machines with instruction scheduling. If in
1732 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1733 please report it to us as a bug (including a test case!).
1734 @xref{Variables}, for more information about debugging optimized code.
1735
1736 Older versions of the @sc{gnu} C compiler permitted a variant option
1737 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1738 format; if your @sc{gnu} C compiler has this option, do not use it.
1739
1740 @value{GDBN} knows about preprocessor macros and can show you their
1741 expansion (@pxref{Macros}). Most compilers do not include information
1742 about preprocessor macros in the debugging information if you specify
1743 the @option{-g} flag alone, because this information is rather large.
1744 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1745 provides macro information if you specify the options
1746 @option{-gdwarf-2} and @option{-g3}; the former option requests
1747 debugging information in the Dwarf 2 format, and the latter requests
1748 ``extra information''. In the future, we hope to find more compact
1749 ways to represent macro information, so that it can be included with
1750 @option{-g} alone.
1751
1752 @need 2000
1753 @node Starting
1754 @section Starting your program
1755 @cindex starting
1756 @cindex running
1757
1758 @table @code
1759 @kindex run
1760 @kindex r @r{(@code{run})}
1761 @item run
1762 @itemx r
1763 Use the @code{run} command to start your program under @value{GDBN}.
1764 You must first specify the program name (except on VxWorks) with an
1765 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1766 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1767 (@pxref{Files, ,Commands to specify files}).
1768
1769 @end table
1770
1771 If you are running your program in an execution environment that
1772 supports processes, @code{run} creates an inferior process and makes
1773 that process run your program. (In environments without processes,
1774 @code{run} jumps to the start of your program.)
1775
1776 The execution of a program is affected by certain information it
1777 receives from its superior. @value{GDBN} provides ways to specify this
1778 information, which you must do @emph{before} starting your program. (You
1779 can change it after starting your program, but such changes only affect
1780 your program the next time you start it.) This information may be
1781 divided into four categories:
1782
1783 @table @asis
1784 @item The @emph{arguments.}
1785 Specify the arguments to give your program as the arguments of the
1786 @code{run} command. If a shell is available on your target, the shell
1787 is used to pass the arguments, so that you may use normal conventions
1788 (such as wildcard expansion or variable substitution) in describing
1789 the arguments.
1790 In Unix systems, you can control which shell is used with the
1791 @code{SHELL} environment variable.
1792 @xref{Arguments, ,Your program's arguments}.
1793
1794 @item The @emph{environment.}
1795 Your program normally inherits its environment from @value{GDBN}, but you can
1796 use the @value{GDBN} commands @code{set environment} and @code{unset
1797 environment} to change parts of the environment that affect
1798 your program. @xref{Environment, ,Your program's environment}.
1799
1800 @item The @emph{working directory.}
1801 Your program inherits its working directory from @value{GDBN}. You can set
1802 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1803 @xref{Working Directory, ,Your program's working directory}.
1804
1805 @item The @emph{standard input and output.}
1806 Your program normally uses the same device for standard input and
1807 standard output as @value{GDBN} is using. You can redirect input and output
1808 in the @code{run} command line, or you can use the @code{tty} command to
1809 set a different device for your program.
1810 @xref{Input/Output, ,Your program's input and output}.
1811
1812 @cindex pipes
1813 @emph{Warning:} While input and output redirection work, you cannot use
1814 pipes to pass the output of the program you are debugging to another
1815 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1816 wrong program.
1817 @end table
1818
1819 When you issue the @code{run} command, your program begins to execute
1820 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1821 of how to arrange for your program to stop. Once your program has
1822 stopped, you may call functions in your program, using the @code{print}
1823 or @code{call} commands. @xref{Data, ,Examining Data}.
1824
1825 If the modification time of your symbol file has changed since the last
1826 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1827 table, and reads it again. When it does this, @value{GDBN} tries to retain
1828 your current breakpoints.
1829
1830 @table @code
1831 @kindex start
1832 @item start
1833 @cindex run to main procedure
1834 The name of the main procedure can vary from language to language.
1835 With C or C@t{++}, the main procedure name is always @code{main}, but
1836 other languages such as Ada do not require a specific name for their
1837 main procedure. The debugger provides a convenient way to start the
1838 execution of the program and to stop at the beginning of the main
1839 procedure, depending on the language used.
1840
1841 The @samp{start} command does the equivalent of setting a temporary
1842 breakpoint at the beginning of the main procedure and then invoking
1843 the @samp{run} command.
1844
1845 @cindex elaboration phase
1846 Some programs contain an @dfn{elaboration} phase where some startup code is
1847 executed before the main procedure is called. This depends on the
1848 languages used to write your program. In C@t{++}, for instance,
1849 constructors for static and global objects are executed before
1850 @code{main} is called. It is therefore possible that the debugger stops
1851 before reaching the main procedure. However, the temporary breakpoint
1852 will remain to halt execution.
1853
1854 Specify the arguments to give to your program as arguments to the
1855 @samp{start} command. These arguments will be given verbatim to the
1856 underlying @samp{run} command. Note that the same arguments will be
1857 reused if no argument is provided during subsequent calls to
1858 @samp{start} or @samp{run}.
1859
1860 It is sometimes necessary to debug the program during elaboration. In
1861 these cases, using the @code{start} command would stop the execution of
1862 your program too late, as the program would have already completed the
1863 elaboration phase. Under these circumstances, insert breakpoints in your
1864 elaboration code before running your program.
1865 @end table
1866
1867 @node Arguments
1868 @section Your program's arguments
1869
1870 @cindex arguments (to your program)
1871 The arguments to your program can be specified by the arguments of the
1872 @code{run} command.
1873 They are passed to a shell, which expands wildcard characters and
1874 performs redirection of I/O, and thence to your program. Your
1875 @code{SHELL} environment variable (if it exists) specifies what shell
1876 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1877 the default shell (@file{/bin/sh} on Unix).
1878
1879 On non-Unix systems, the program is usually invoked directly by
1880 @value{GDBN}, which emulates I/O redirection via the appropriate system
1881 calls, and the wildcard characters are expanded by the startup code of
1882 the program, not by the shell.
1883
1884 @code{run} with no arguments uses the same arguments used by the previous
1885 @code{run}, or those set by the @code{set args} command.
1886
1887 @table @code
1888 @kindex set args
1889 @item set args
1890 Specify the arguments to be used the next time your program is run. If
1891 @code{set args} has no arguments, @code{run} executes your program
1892 with no arguments. Once you have run your program with arguments,
1893 using @code{set args} before the next @code{run} is the only way to run
1894 it again without arguments.
1895
1896 @kindex show args
1897 @item show args
1898 Show the arguments to give your program when it is started.
1899 @end table
1900
1901 @node Environment
1902 @section Your program's environment
1903
1904 @cindex environment (of your program)
1905 The @dfn{environment} consists of a set of environment variables and
1906 their values. Environment variables conventionally record such things as
1907 your user name, your home directory, your terminal type, and your search
1908 path for programs to run. Usually you set up environment variables with
1909 the shell and they are inherited by all the other programs you run. When
1910 debugging, it can be useful to try running your program with a modified
1911 environment without having to start @value{GDBN} over again.
1912
1913 @table @code
1914 @kindex path
1915 @item path @var{directory}
1916 Add @var{directory} to the front of the @code{PATH} environment variable
1917 (the search path for executables) that will be passed to your program.
1918 The value of @code{PATH} used by @value{GDBN} does not change.
1919 You may specify several directory names, separated by whitespace or by a
1920 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1921 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1922 is moved to the front, so it is searched sooner.
1923
1924 You can use the string @samp{$cwd} to refer to whatever is the current
1925 working directory at the time @value{GDBN} searches the path. If you
1926 use @samp{.} instead, it refers to the directory where you executed the
1927 @code{path} command. @value{GDBN} replaces @samp{.} in the
1928 @var{directory} argument (with the current path) before adding
1929 @var{directory} to the search path.
1930 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1931 @c document that, since repeating it would be a no-op.
1932
1933 @kindex show paths
1934 @item show paths
1935 Display the list of search paths for executables (the @code{PATH}
1936 environment variable).
1937
1938 @kindex show environment
1939 @item show environment @r{[}@var{varname}@r{]}
1940 Print the value of environment variable @var{varname} to be given to
1941 your program when it starts. If you do not supply @var{varname},
1942 print the names and values of all environment variables to be given to
1943 your program. You can abbreviate @code{environment} as @code{env}.
1944
1945 @kindex set environment
1946 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1947 Set environment variable @var{varname} to @var{value}. The value
1948 changes for your program only, not for @value{GDBN} itself. @var{value} may
1949 be any string; the values of environment variables are just strings, and
1950 any interpretation is supplied by your program itself. The @var{value}
1951 parameter is optional; if it is eliminated, the variable is set to a
1952 null value.
1953 @c "any string" here does not include leading, trailing
1954 @c blanks. Gnu asks: does anyone care?
1955
1956 For example, this command:
1957
1958 @smallexample
1959 set env USER = foo
1960 @end smallexample
1961
1962 @noindent
1963 tells the debugged program, when subsequently run, that its user is named
1964 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1965 are not actually required.)
1966
1967 @kindex unset environment
1968 @item unset environment @var{varname}
1969 Remove variable @var{varname} from the environment to be passed to your
1970 program. This is different from @samp{set env @var{varname} =};
1971 @code{unset environment} removes the variable from the environment,
1972 rather than assigning it an empty value.
1973 @end table
1974
1975 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1976 the shell indicated
1977 by your @code{SHELL} environment variable if it exists (or
1978 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1979 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1980 @file{.bashrc} for BASH---any variables you set in that file affect
1981 your program. You may wish to move setting of environment variables to
1982 files that are only run when you sign on, such as @file{.login} or
1983 @file{.profile}.
1984
1985 @node Working Directory
1986 @section Your program's working directory
1987
1988 @cindex working directory (of your program)
1989 Each time you start your program with @code{run}, it inherits its
1990 working directory from the current working directory of @value{GDBN}.
1991 The @value{GDBN} working directory is initially whatever it inherited
1992 from its parent process (typically the shell), but you can specify a new
1993 working directory in @value{GDBN} with the @code{cd} command.
1994
1995 The @value{GDBN} working directory also serves as a default for the commands
1996 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1997 specify files}.
1998
1999 @table @code
2000 @kindex cd
2001 @cindex change working directory
2002 @item cd @var{directory}
2003 Set the @value{GDBN} working directory to @var{directory}.
2004
2005 @kindex pwd
2006 @item pwd
2007 Print the @value{GDBN} working directory.
2008 @end table
2009
2010 It is generally impossible to find the current working directory of
2011 the process being debugged (since a program can change its directory
2012 during its run). If you work on a system where @value{GDBN} is
2013 configured with the @file{/proc} support, you can use the @code{info
2014 proc} command (@pxref{SVR4 Process Information}) to find out the
2015 current working directory of the debuggee.
2016
2017 @node Input/Output
2018 @section Your program's input and output
2019
2020 @cindex redirection
2021 @cindex i/o
2022 @cindex terminal
2023 By default, the program you run under @value{GDBN} does input and output to
2024 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2025 to its own terminal modes to interact with you, but it records the terminal
2026 modes your program was using and switches back to them when you continue
2027 running your program.
2028
2029 @table @code
2030 @kindex info terminal
2031 @item info terminal
2032 Displays information recorded by @value{GDBN} about the terminal modes your
2033 program is using.
2034 @end table
2035
2036 You can redirect your program's input and/or output using shell
2037 redirection with the @code{run} command. For example,
2038
2039 @smallexample
2040 run > outfile
2041 @end smallexample
2042
2043 @noindent
2044 starts your program, diverting its output to the file @file{outfile}.
2045
2046 @kindex tty
2047 @cindex controlling terminal
2048 Another way to specify where your program should do input and output is
2049 with the @code{tty} command. This command accepts a file name as
2050 argument, and causes this file to be the default for future @code{run}
2051 commands. It also resets the controlling terminal for the child
2052 process, for future @code{run} commands. For example,
2053
2054 @smallexample
2055 tty /dev/ttyb
2056 @end smallexample
2057
2058 @noindent
2059 directs that processes started with subsequent @code{run} commands
2060 default to do input and output on the terminal @file{/dev/ttyb} and have
2061 that as their controlling terminal.
2062
2063 An explicit redirection in @code{run} overrides the @code{tty} command's
2064 effect on the input/output device, but not its effect on the controlling
2065 terminal.
2066
2067 When you use the @code{tty} command or redirect input in the @code{run}
2068 command, only the input @emph{for your program} is affected. The input
2069 for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2070 for @code{set inferior-tty}.
2071
2072 @cindex inferior tty
2073 @cindex set inferior controlling terminal
2074 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2075 display the name of the terminal that will be used for future runs of your
2076 program.
2077
2078 @table @code
2079 @item set inferior-tty /dev/ttyb
2080 @kindex set inferior-tty
2081 Set the tty for the program being debugged to /dev/ttyb.
2082
2083 @item show inferior-tty
2084 @kindex show inferior-tty
2085 Show the current tty for the program being debugged.
2086 @end table
2087
2088 @node Attach
2089 @section Debugging an already-running process
2090 @kindex attach
2091 @cindex attach
2092
2093 @table @code
2094 @item attach @var{process-id}
2095 This command attaches to a running process---one that was started
2096 outside @value{GDBN}. (@code{info files} shows your active
2097 targets.) The command takes as argument a process ID. The usual way to
2098 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2099 or with the @samp{jobs -l} shell command.
2100
2101 @code{attach} does not repeat if you press @key{RET} a second time after
2102 executing the command.
2103 @end table
2104
2105 To use @code{attach}, your program must be running in an environment
2106 which supports processes; for example, @code{attach} does not work for
2107 programs on bare-board targets that lack an operating system. You must
2108 also have permission to send the process a signal.
2109
2110 When you use @code{attach}, the debugger finds the program running in
2111 the process first by looking in the current working directory, then (if
2112 the program is not found) by using the source file search path
2113 (@pxref{Source Path, ,Specifying source directories}). You can also use
2114 the @code{file} command to load the program. @xref{Files, ,Commands to
2115 Specify Files}.
2116
2117 The first thing @value{GDBN} does after arranging to debug the specified
2118 process is to stop it. You can examine and modify an attached process
2119 with all the @value{GDBN} commands that are ordinarily available when
2120 you start processes with @code{run}. You can insert breakpoints; you
2121 can step and continue; you can modify storage. If you would rather the
2122 process continue running, you may use the @code{continue} command after
2123 attaching @value{GDBN} to the process.
2124
2125 @table @code
2126 @kindex detach
2127 @item detach
2128 When you have finished debugging the attached process, you can use the
2129 @code{detach} command to release it from @value{GDBN} control. Detaching
2130 the process continues its execution. After the @code{detach} command,
2131 that process and @value{GDBN} become completely independent once more, and you
2132 are ready to @code{attach} another process or start one with @code{run}.
2133 @code{detach} does not repeat if you press @key{RET} again after
2134 executing the command.
2135 @end table
2136
2137 If you exit @value{GDBN} or use the @code{run} command while you have an
2138 attached process, you kill that process. By default, @value{GDBN} asks
2139 for confirmation if you try to do either of these things; you can
2140 control whether or not you need to confirm by using the @code{set
2141 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2142 messages}).
2143
2144 @node Kill Process
2145 @section Killing the child process
2146
2147 @table @code
2148 @kindex kill
2149 @item kill
2150 Kill the child process in which your program is running under @value{GDBN}.
2151 @end table
2152
2153 This command is useful if you wish to debug a core dump instead of a
2154 running process. @value{GDBN} ignores any core dump file while your program
2155 is running.
2156
2157 On some operating systems, a program cannot be executed outside @value{GDBN}
2158 while you have breakpoints set on it inside @value{GDBN}. You can use the
2159 @code{kill} command in this situation to permit running your program
2160 outside the debugger.
2161
2162 The @code{kill} command is also useful if you wish to recompile and
2163 relink your program, since on many systems it is impossible to modify an
2164 executable file while it is running in a process. In this case, when you
2165 next type @code{run}, @value{GDBN} notices that the file has changed, and
2166 reads the symbol table again (while trying to preserve your current
2167 breakpoint settings).
2168
2169 @node Threads
2170 @section Debugging programs with multiple threads
2171
2172 @cindex threads of execution
2173 @cindex multiple threads
2174 @cindex switching threads
2175 In some operating systems, such as HP-UX and Solaris, a single program
2176 may have more than one @dfn{thread} of execution. The precise semantics
2177 of threads differ from one operating system to another, but in general
2178 the threads of a single program are akin to multiple processes---except
2179 that they share one address space (that is, they can all examine and
2180 modify the same variables). On the other hand, each thread has its own
2181 registers and execution stack, and perhaps private memory.
2182
2183 @value{GDBN} provides these facilities for debugging multi-thread
2184 programs:
2185
2186 @itemize @bullet
2187 @item automatic notification of new threads
2188 @item @samp{thread @var{threadno}}, a command to switch among threads
2189 @item @samp{info threads}, a command to inquire about existing threads
2190 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2191 a command to apply a command to a list of threads
2192 @item thread-specific breakpoints
2193 @end itemize
2194
2195 @quotation
2196 @emph{Warning:} These facilities are not yet available on every
2197 @value{GDBN} configuration where the operating system supports threads.
2198 If your @value{GDBN} does not support threads, these commands have no
2199 effect. For example, a system without thread support shows no output
2200 from @samp{info threads}, and always rejects the @code{thread} command,
2201 like this:
2202
2203 @smallexample
2204 (@value{GDBP}) info threads
2205 (@value{GDBP}) thread 1
2206 Thread ID 1 not known. Use the "info threads" command to
2207 see the IDs of currently known threads.
2208 @end smallexample
2209 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2210 @c doesn't support threads"?
2211 @end quotation
2212
2213 @cindex focus of debugging
2214 @cindex current thread
2215 The @value{GDBN} thread debugging facility allows you to observe all
2216 threads while your program runs---but whenever @value{GDBN} takes
2217 control, one thread in particular is always the focus of debugging.
2218 This thread is called the @dfn{current thread}. Debugging commands show
2219 program information from the perspective of the current thread.
2220
2221 @cindex @code{New} @var{systag} message
2222 @cindex thread identifier (system)
2223 @c FIXME-implementors!! It would be more helpful if the [New...] message
2224 @c included GDB's numeric thread handle, so you could just go to that
2225 @c thread without first checking `info threads'.
2226 Whenever @value{GDBN} detects a new thread in your program, it displays
2227 the target system's identification for the thread with a message in the
2228 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2229 whose form varies depending on the particular system. For example, on
2230 LynxOS, you might see
2231
2232 @smallexample
2233 [New process 35 thread 27]
2234 @end smallexample
2235
2236 @noindent
2237 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2238 the @var{systag} is simply something like @samp{process 368}, with no
2239 further qualifier.
2240
2241 @c FIXME!! (1) Does the [New...] message appear even for the very first
2242 @c thread of a program, or does it only appear for the
2243 @c second---i.e.@: when it becomes obvious we have a multithread
2244 @c program?
2245 @c (2) *Is* there necessarily a first thread always? Or do some
2246 @c multithread systems permit starting a program with multiple
2247 @c threads ab initio?
2248
2249 @cindex thread number
2250 @cindex thread identifier (GDB)
2251 For debugging purposes, @value{GDBN} associates its own thread
2252 number---always a single integer---with each thread in your program.
2253
2254 @table @code
2255 @kindex info threads
2256 @item info threads
2257 Display a summary of all threads currently in your
2258 program. @value{GDBN} displays for each thread (in this order):
2259
2260 @enumerate
2261 @item
2262 the thread number assigned by @value{GDBN}
2263
2264 @item
2265 the target system's thread identifier (@var{systag})
2266
2267 @item
2268 the current stack frame summary for that thread
2269 @end enumerate
2270
2271 @noindent
2272 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2273 indicates the current thread.
2274
2275 For example,
2276 @end table
2277 @c end table here to get a little more width for example
2278
2279 @smallexample
2280 (@value{GDBP}) info threads
2281 3 process 35 thread 27 0x34e5 in sigpause ()
2282 2 process 35 thread 23 0x34e5 in sigpause ()
2283 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2284 at threadtest.c:68
2285 @end smallexample
2286
2287 On HP-UX systems:
2288
2289 @cindex debugging multithreaded programs (on HP-UX)
2290 @cindex thread identifier (GDB), on HP-UX
2291 For debugging purposes, @value{GDBN} associates its own thread
2292 number---a small integer assigned in thread-creation order---with each
2293 thread in your program.
2294
2295 @cindex @code{New} @var{systag} message, on HP-UX
2296 @cindex thread identifier (system), on HP-UX
2297 @c FIXME-implementors!! It would be more helpful if the [New...] message
2298 @c included GDB's numeric thread handle, so you could just go to that
2299 @c thread without first checking `info threads'.
2300 Whenever @value{GDBN} detects a new thread in your program, it displays
2301 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2302 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2303 whose form varies depending on the particular system. For example, on
2304 HP-UX, you see
2305
2306 @smallexample
2307 [New thread 2 (system thread 26594)]
2308 @end smallexample
2309
2310 @noindent
2311 when @value{GDBN} notices a new thread.
2312
2313 @table @code
2314 @kindex info threads (HP-UX)
2315 @item info threads
2316 Display a summary of all threads currently in your
2317 program. @value{GDBN} displays for each thread (in this order):
2318
2319 @enumerate
2320 @item the thread number assigned by @value{GDBN}
2321
2322 @item the target system's thread identifier (@var{systag})
2323
2324 @item the current stack frame summary for that thread
2325 @end enumerate
2326
2327 @noindent
2328 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2329 indicates the current thread.
2330
2331 For example,
2332 @end table
2333 @c end table here to get a little more width for example
2334
2335 @smallexample
2336 (@value{GDBP}) info threads
2337 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2338 at quicksort.c:137
2339 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2340 from /usr/lib/libc.2
2341 1 system thread 27905 0x7b003498 in _brk () \@*
2342 from /usr/lib/libc.2
2343 @end smallexample
2344
2345 On Solaris, you can display more information about user threads with a
2346 Solaris-specific command:
2347
2348 @table @code
2349 @item maint info sol-threads
2350 @kindex maint info sol-threads
2351 @cindex thread info (Solaris)
2352 Display info on Solaris user threads.
2353 @end table
2354
2355 @table @code
2356 @kindex thread @var{threadno}
2357 @item thread @var{threadno}
2358 Make thread number @var{threadno} the current thread. The command
2359 argument @var{threadno} is the internal @value{GDBN} thread number, as
2360 shown in the first field of the @samp{info threads} display.
2361 @value{GDBN} responds by displaying the system identifier of the thread
2362 you selected, and its current stack frame summary:
2363
2364 @smallexample
2365 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2366 (@value{GDBP}) thread 2
2367 [Switching to process 35 thread 23]
2368 0x34e5 in sigpause ()
2369 @end smallexample
2370
2371 @noindent
2372 As with the @samp{[New @dots{}]} message, the form of the text after
2373 @samp{Switching to} depends on your system's conventions for identifying
2374 threads.
2375
2376 @kindex thread apply
2377 @cindex apply command to several threads
2378 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2379 The @code{thread apply} command allows you to apply a command to one or
2380 more threads. Specify the numbers of the threads that you want affected
2381 with the command argument @var{threadno}. @var{threadno} is the internal
2382 @value{GDBN} thread number, as shown in the first field of the @samp{info
2383 threads} display. To apply a command to all threads, use
2384 @code{thread apply all} @var{args}.
2385 @end table
2386
2387 @cindex automatic thread selection
2388 @cindex switching threads automatically
2389 @cindex threads, automatic switching
2390 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2391 signal, it automatically selects the thread where that breakpoint or
2392 signal happened. @value{GDBN} alerts you to the context switch with a
2393 message of the form @samp{[Switching to @var{systag}]} to identify the
2394 thread.
2395
2396 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2397 more information about how @value{GDBN} behaves when you stop and start
2398 programs with multiple threads.
2399
2400 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2401 watchpoints in programs with multiple threads.
2402
2403 @node Processes
2404 @section Debugging programs with multiple processes
2405
2406 @cindex fork, debugging programs which call
2407 @cindex multiple processes
2408 @cindex processes, multiple
2409 On most systems, @value{GDBN} has no special support for debugging
2410 programs which create additional processes using the @code{fork}
2411 function. When a program forks, @value{GDBN} will continue to debug the
2412 parent process and the child process will run unimpeded. If you have
2413 set a breakpoint in any code which the child then executes, the child
2414 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2415 will cause it to terminate.
2416
2417 However, if you want to debug the child process there is a workaround
2418 which isn't too painful. Put a call to @code{sleep} in the code which
2419 the child process executes after the fork. It may be useful to sleep
2420 only if a certain environment variable is set, or a certain file exists,
2421 so that the delay need not occur when you don't want to run @value{GDBN}
2422 on the child. While the child is sleeping, use the @code{ps} program to
2423 get its process ID. Then tell @value{GDBN} (a new invocation of
2424 @value{GDBN} if you are also debugging the parent process) to attach to
2425 the child process (@pxref{Attach}). From that point on you can debug
2426 the child process just like any other process which you attached to.
2427
2428 On some systems, @value{GDBN} provides support for debugging programs that
2429 create additional processes using the @code{fork} or @code{vfork} functions.
2430 Currently, the only platforms with this feature are HP-UX (11.x and later
2431 only?) and GNU/Linux (kernel version 2.5.60 and later).
2432
2433 By default, when a program forks, @value{GDBN} will continue to debug
2434 the parent process and the child process will run unimpeded.
2435
2436 If you want to follow the child process instead of the parent process,
2437 use the command @w{@code{set follow-fork-mode}}.
2438
2439 @table @code
2440 @kindex set follow-fork-mode
2441 @item set follow-fork-mode @var{mode}
2442 Set the debugger response to a program call of @code{fork} or
2443 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2444 process. The @var{mode} argument can be:
2445
2446 @table @code
2447 @item parent
2448 The original process is debugged after a fork. The child process runs
2449 unimpeded. This is the default.
2450
2451 @item child
2452 The new process is debugged after a fork. The parent process runs
2453 unimpeded.
2454
2455 @end table
2456
2457 @kindex show follow-fork-mode
2458 @item show follow-fork-mode
2459 Display the current debugger response to a @code{fork} or @code{vfork} call.
2460 @end table
2461
2462 If you ask to debug a child process and a @code{vfork} is followed by an
2463 @code{exec}, @value{GDBN} executes the new target up to the first
2464 breakpoint in the new target. If you have a breakpoint set on
2465 @code{main} in your original program, the breakpoint will also be set on
2466 the child process's @code{main}.
2467
2468 When a child process is spawned by @code{vfork}, you cannot debug the
2469 child or parent until an @code{exec} call completes.
2470
2471 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2472 call executes, the new target restarts. To restart the parent process,
2473 use the @code{file} command with the parent executable name as its
2474 argument.
2475
2476 You can use the @code{catch} command to make @value{GDBN} stop whenever
2477 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2478 Catchpoints, ,Setting catchpoints}.
2479
2480 @node Stopping
2481 @chapter Stopping and Continuing
2482
2483 The principal purposes of using a debugger are so that you can stop your
2484 program before it terminates; or so that, if your program runs into
2485 trouble, you can investigate and find out why.
2486
2487 Inside @value{GDBN}, your program may stop for any of several reasons,
2488 such as a signal, a breakpoint, or reaching a new line after a
2489 @value{GDBN} command such as @code{step}. You may then examine and
2490 change variables, set new breakpoints or remove old ones, and then
2491 continue execution. Usually, the messages shown by @value{GDBN} provide
2492 ample explanation of the status of your program---but you can also
2493 explicitly request this information at any time.
2494
2495 @table @code
2496 @kindex info program
2497 @item info program
2498 Display information about the status of your program: whether it is
2499 running or not, what process it is, and why it stopped.
2500 @end table
2501
2502 @menu
2503 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2504 * Continuing and Stepping:: Resuming execution
2505 * Signals:: Signals
2506 * Thread Stops:: Stopping and starting multi-thread programs
2507 @end menu
2508
2509 @node Breakpoints
2510 @section Breakpoints, watchpoints, and catchpoints
2511
2512 @cindex breakpoints
2513 A @dfn{breakpoint} makes your program stop whenever a certain point in
2514 the program is reached. For each breakpoint, you can add conditions to
2515 control in finer detail whether your program stops. You can set
2516 breakpoints with the @code{break} command and its variants (@pxref{Set
2517 Breaks, ,Setting breakpoints}), to specify the place where your program
2518 should stop by line number, function name or exact address in the
2519 program.
2520
2521 On some systems, you can set breakpoints in shared libraries before
2522 the executable is run. There is a minor limitation on HP-UX systems:
2523 you must wait until the executable is run in order to set breakpoints
2524 in shared library routines that are not called directly by the program
2525 (for example, routines that are arguments in a @code{pthread_create}
2526 call).
2527
2528 @cindex watchpoints
2529 @cindex memory tracing
2530 @cindex breakpoint on memory address
2531 @cindex breakpoint on variable modification
2532 A @dfn{watchpoint} is a special breakpoint that stops your program
2533 when the value of an expression changes. You must use a different
2534 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2535 watchpoints}), but aside from that, you can manage a watchpoint like
2536 any other breakpoint: you enable, disable, and delete both breakpoints
2537 and watchpoints using the same commands.
2538
2539 You can arrange to have values from your program displayed automatically
2540 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2541 Automatic display}.
2542
2543 @cindex catchpoints
2544 @cindex breakpoint on events
2545 A @dfn{catchpoint} is another special breakpoint that stops your program
2546 when a certain kind of event occurs, such as the throwing of a C@t{++}
2547 exception or the loading of a library. As with watchpoints, you use a
2548 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2549 catchpoints}), but aside from that, you can manage a catchpoint like any
2550 other breakpoint. (To stop when your program receives a signal, use the
2551 @code{handle} command; see @ref{Signals, ,Signals}.)
2552
2553 @cindex breakpoint numbers
2554 @cindex numbers for breakpoints
2555 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2556 catchpoint when you create it; these numbers are successive integers
2557 starting with one. In many of the commands for controlling various
2558 features of breakpoints you use the breakpoint number to say which
2559 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2560 @dfn{disabled}; if disabled, it has no effect on your program until you
2561 enable it again.
2562
2563 @cindex breakpoint ranges
2564 @cindex ranges of breakpoints
2565 Some @value{GDBN} commands accept a range of breakpoints on which to
2566 operate. A breakpoint range is either a single breakpoint number, like
2567 @samp{5}, or two such numbers, in increasing order, separated by a
2568 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2569 all breakpoint in that range are operated on.
2570
2571 @menu
2572 * Set Breaks:: Setting breakpoints
2573 * Set Watchpoints:: Setting watchpoints
2574 * Set Catchpoints:: Setting catchpoints
2575 * Delete Breaks:: Deleting breakpoints
2576 * Disabling:: Disabling breakpoints
2577 * Conditions:: Break conditions
2578 * Break Commands:: Breakpoint command lists
2579 * Breakpoint Menus:: Breakpoint menus
2580 * Error in Breakpoints:: ``Cannot insert breakpoints''
2581 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2582 @end menu
2583
2584 @node Set Breaks
2585 @subsection Setting breakpoints
2586
2587 @c FIXME LMB what does GDB do if no code on line of breakpt?
2588 @c consider in particular declaration with/without initialization.
2589 @c
2590 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2591
2592 @kindex break
2593 @kindex b @r{(@code{break})}
2594 @vindex $bpnum@r{, convenience variable}
2595 @cindex latest breakpoint
2596 Breakpoints are set with the @code{break} command (abbreviated
2597 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2598 number of the breakpoint you've set most recently; see @ref{Convenience
2599 Vars,, Convenience variables}, for a discussion of what you can do with
2600 convenience variables.
2601
2602 You have several ways to say where the breakpoint should go.
2603
2604 @table @code
2605 @item break @var{function}
2606 Set a breakpoint at entry to function @var{function}.
2607 When using source languages that permit overloading of symbols, such as
2608 C@t{++}, @var{function} may refer to more than one possible place to break.
2609 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2610
2611 @item break +@var{offset}
2612 @itemx break -@var{offset}
2613 Set a breakpoint some number of lines forward or back from the position
2614 at which execution stopped in the currently selected @dfn{stack frame}.
2615 (@xref{Frames, ,Frames}, for a description of stack frames.)
2616
2617 @item break @var{linenum}
2618 Set a breakpoint at line @var{linenum} in the current source file.
2619 The current source file is the last file whose source text was printed.
2620 The breakpoint will stop your program just before it executes any of the
2621 code on that line.
2622
2623 @item break @var{filename}:@var{linenum}
2624 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2625
2626 @item break @var{filename}:@var{function}
2627 Set a breakpoint at entry to function @var{function} found in file
2628 @var{filename}. Specifying a file name as well as a function name is
2629 superfluous except when multiple files contain similarly named
2630 functions.
2631
2632 @item break *@var{address}
2633 Set a breakpoint at address @var{address}. You can use this to set
2634 breakpoints in parts of your program which do not have debugging
2635 information or source files.
2636
2637 @item break
2638 When called without any arguments, @code{break} sets a breakpoint at
2639 the next instruction to be executed in the selected stack frame
2640 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2641 innermost, this makes your program stop as soon as control
2642 returns to that frame. This is similar to the effect of a
2643 @code{finish} command in the frame inside the selected frame---except
2644 that @code{finish} does not leave an active breakpoint. If you use
2645 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2646 the next time it reaches the current location; this may be useful
2647 inside loops.
2648
2649 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2650 least one instruction has been executed. If it did not do this, you
2651 would be unable to proceed past a breakpoint without first disabling the
2652 breakpoint. This rule applies whether or not the breakpoint already
2653 existed when your program stopped.
2654
2655 @item break @dots{} if @var{cond}
2656 Set a breakpoint with condition @var{cond}; evaluate the expression
2657 @var{cond} each time the breakpoint is reached, and stop only if the
2658 value is nonzero---that is, if @var{cond} evaluates as true.
2659 @samp{@dots{}} stands for one of the possible arguments described
2660 above (or no argument) specifying where to break. @xref{Conditions,
2661 ,Break conditions}, for more information on breakpoint conditions.
2662
2663 @kindex tbreak
2664 @item tbreak @var{args}
2665 Set a breakpoint enabled only for one stop. @var{args} are the
2666 same as for the @code{break} command, and the breakpoint is set in the same
2667 way, but the breakpoint is automatically deleted after the first time your
2668 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2669
2670 @kindex hbreak
2671 @cindex hardware breakpoints
2672 @item hbreak @var{args}
2673 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2674 @code{break} command and the breakpoint is set in the same way, but the
2675 breakpoint requires hardware support and some target hardware may not
2676 have this support. The main purpose of this is EPROM/ROM code
2677 debugging, so you can set a breakpoint at an instruction without
2678 changing the instruction. This can be used with the new trap-generation
2679 provided by SPARClite DSU and most x86-based targets. These targets
2680 will generate traps when a program accesses some data or instruction
2681 address that is assigned to the debug registers. However the hardware
2682 breakpoint registers can take a limited number of breakpoints. For
2683 example, on the DSU, only two data breakpoints can be set at a time, and
2684 @value{GDBN} will reject this command if more than two are used. Delete
2685 or disable unused hardware breakpoints before setting new ones
2686 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2687 For remote targets, you can restrict the number of hardware
2688 breakpoints @value{GDBN} will use, see @ref{set remote
2689 hardware-breakpoint-limit}.
2690
2691
2692 @kindex thbreak
2693 @item thbreak @var{args}
2694 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2695 are the same as for the @code{hbreak} command and the breakpoint is set in
2696 the same way. However, like the @code{tbreak} command,
2697 the breakpoint is automatically deleted after the
2698 first time your program stops there. Also, like the @code{hbreak}
2699 command, the breakpoint requires hardware support and some target hardware
2700 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2701 See also @ref{Conditions, ,Break conditions}.
2702
2703 @kindex rbreak
2704 @cindex regular expression
2705 @cindex breakpoints in functions matching a regexp
2706 @cindex set breakpoints in many functions
2707 @item rbreak @var{regex}
2708 Set breakpoints on all functions matching the regular expression
2709 @var{regex}. This command sets an unconditional breakpoint on all
2710 matches, printing a list of all breakpoints it set. Once these
2711 breakpoints are set, they are treated just like the breakpoints set with
2712 the @code{break} command. You can delete them, disable them, or make
2713 them conditional the same way as any other breakpoint.
2714
2715 The syntax of the regular expression is the standard one used with tools
2716 like @file{grep}. Note that this is different from the syntax used by
2717 shells, so for instance @code{foo*} matches all functions that include
2718 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2719 @code{.*} leading and trailing the regular expression you supply, so to
2720 match only functions that begin with @code{foo}, use @code{^foo}.
2721
2722 @cindex non-member C@t{++} functions, set breakpoint in
2723 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2724 breakpoints on overloaded functions that are not members of any special
2725 classes.
2726
2727 @cindex set breakpoints on all functions
2728 The @code{rbreak} command can be used to set breakpoints in
2729 @strong{all} the functions in a program, like this:
2730
2731 @smallexample
2732 (@value{GDBP}) rbreak .
2733 @end smallexample
2734
2735 @kindex info breakpoints
2736 @cindex @code{$_} and @code{info breakpoints}
2737 @item info breakpoints @r{[}@var{n}@r{]}
2738 @itemx info break @r{[}@var{n}@r{]}
2739 @itemx info watchpoints @r{[}@var{n}@r{]}
2740 Print a table of all breakpoints, watchpoints, and catchpoints set and
2741 not deleted, with the following columns for each breakpoint:
2742
2743 @table @emph
2744 @item Breakpoint Numbers
2745 @item Type
2746 Breakpoint, watchpoint, or catchpoint.
2747 @item Disposition
2748 Whether the breakpoint is marked to be disabled or deleted when hit.
2749 @item Enabled or Disabled
2750 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2751 that are not enabled.
2752 @item Address
2753 Where the breakpoint is in your program, as a memory address. If the
2754 breakpoint is pending (see below for details) on a future load of a shared library, the address
2755 will be listed as @samp{<PENDING>}.
2756 @item What
2757 Where the breakpoint is in the source for your program, as a file and
2758 line number. For a pending breakpoint, the original string passed to
2759 the breakpoint command will be listed as it cannot be resolved until
2760 the appropriate shared library is loaded in the future.
2761 @end table
2762
2763 @noindent
2764 If a breakpoint is conditional, @code{info break} shows the condition on
2765 the line following the affected breakpoint; breakpoint commands, if any,
2766 are listed after that. A pending breakpoint is allowed to have a condition
2767 specified for it. The condition is not parsed for validity until a shared
2768 library is loaded that allows the pending breakpoint to resolve to a
2769 valid location.
2770
2771 @noindent
2772 @code{info break} with a breakpoint
2773 number @var{n} as argument lists only that breakpoint. The
2774 convenience variable @code{$_} and the default examining-address for
2775 the @code{x} command are set to the address of the last breakpoint
2776 listed (@pxref{Memory, ,Examining memory}).
2777
2778 @noindent
2779 @code{info break} displays a count of the number of times the breakpoint
2780 has been hit. This is especially useful in conjunction with the
2781 @code{ignore} command. You can ignore a large number of breakpoint
2782 hits, look at the breakpoint info to see how many times the breakpoint
2783 was hit, and then run again, ignoring one less than that number. This
2784 will get you quickly to the last hit of that breakpoint.
2785 @end table
2786
2787 @value{GDBN} allows you to set any number of breakpoints at the same place in
2788 your program. There is nothing silly or meaningless about this. When
2789 the breakpoints are conditional, this is even useful
2790 (@pxref{Conditions, ,Break conditions}).
2791
2792 @cindex pending breakpoints
2793 If a specified breakpoint location cannot be found, it may be due to the fact
2794 that the location is in a shared library that is yet to be loaded. In such
2795 a case, you may want @value{GDBN} to create a special breakpoint (known as
2796 a @dfn{pending breakpoint}) that
2797 attempts to resolve itself in the future when an appropriate shared library
2798 gets loaded.
2799
2800 Pending breakpoints are useful to set at the start of your
2801 @value{GDBN} session for locations that you know will be dynamically loaded
2802 later by the program being debugged. When shared libraries are loaded,
2803 a check is made to see if the load resolves any pending breakpoint locations.
2804 If a pending breakpoint location gets resolved,
2805 a regular breakpoint is created and the original pending breakpoint is removed.
2806
2807 @value{GDBN} provides some additional commands for controlling pending
2808 breakpoint support:
2809
2810 @kindex set breakpoint pending
2811 @kindex show breakpoint pending
2812 @table @code
2813 @item set breakpoint pending auto
2814 This is the default behavior. When @value{GDBN} cannot find the breakpoint
2815 location, it queries you whether a pending breakpoint should be created.
2816
2817 @item set breakpoint pending on
2818 This indicates that an unrecognized breakpoint location should automatically
2819 result in a pending breakpoint being created.
2820
2821 @item set breakpoint pending off
2822 This indicates that pending breakpoints are not to be created. Any
2823 unrecognized breakpoint location results in an error. This setting does
2824 not affect any pending breakpoints previously created.
2825
2826 @item show breakpoint pending
2827 Show the current behavior setting for creating pending breakpoints.
2828 @end table
2829
2830 @cindex operations allowed on pending breakpoints
2831 Normal breakpoint operations apply to pending breakpoints as well. You may
2832 specify a condition for a pending breakpoint and/or commands to run when the
2833 breakpoint is reached. You can also enable or disable
2834 the pending breakpoint. When you specify a condition for a pending breakpoint,
2835 the parsing of the condition will be deferred until the point where the
2836 pending breakpoint location is resolved. Disabling a pending breakpoint
2837 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2838 shared library load. When a pending breakpoint is re-enabled,
2839 @value{GDBN} checks to see if the location is already resolved.
2840 This is done because any number of shared library loads could have
2841 occurred since the time the breakpoint was disabled and one or more
2842 of these loads could resolve the location.
2843
2844 @cindex negative breakpoint numbers
2845 @cindex internal @value{GDBN} breakpoints
2846 @value{GDBN} itself sometimes sets breakpoints in your program for
2847 special purposes, such as proper handling of @code{longjmp} (in C
2848 programs). These internal breakpoints are assigned negative numbers,
2849 starting with @code{-1}; @samp{info breakpoints} does not display them.
2850 You can see these breakpoints with the @value{GDBN} maintenance command
2851 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2852
2853
2854 @node Set Watchpoints
2855 @subsection Setting watchpoints
2856
2857 @cindex setting watchpoints
2858 You can use a watchpoint to stop execution whenever the value of an
2859 expression changes, without having to predict a particular place where
2860 this may happen.
2861
2862 @cindex software watchpoints
2863 @cindex hardware watchpoints
2864 Depending on your system, watchpoints may be implemented in software or
2865 hardware. @value{GDBN} does software watchpointing by single-stepping your
2866 program and testing the variable's value each time, which is hundreds of
2867 times slower than normal execution. (But this may still be worth it, to
2868 catch errors where you have no clue what part of your program is the
2869 culprit.)
2870
2871 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2872 x86-based targets, @value{GDBN} includes support for hardware
2873 watchpoints, which do not slow down the running of your program.
2874
2875 @table @code
2876 @kindex watch
2877 @item watch @var{expr}
2878 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2879 is written into by the program and its value changes.
2880
2881 @kindex rwatch
2882 @item rwatch @var{expr}
2883 Set a watchpoint that will break when the value of @var{expr} is read
2884 by the program.
2885
2886 @kindex awatch
2887 @item awatch @var{expr}
2888 Set a watchpoint that will break when @var{expr} is either read from
2889 or written into by the program.
2890
2891 @kindex info watchpoints
2892 @item info watchpoints
2893 This command prints a list of watchpoints, breakpoints, and catchpoints;
2894 it is the same as @code{info break} (@pxref{Set Breaks}).
2895 @end table
2896
2897 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2898 watchpoints execute very quickly, and the debugger reports a change in
2899 value at the exact instruction where the change occurs. If @value{GDBN}
2900 cannot set a hardware watchpoint, it sets a software watchpoint, which
2901 executes more slowly and reports the change in value at the next
2902 @emph{statement}, not the instruction, after the change occurs.
2903
2904 @cindex use only software watchpoints
2905 You can force @value{GDBN} to use only software watchpoints with the
2906 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2907 zero, @value{GDBN} will never try to use hardware watchpoints, even if
2908 the underlying system supports them. (Note that hardware-assisted
2909 watchpoints that were set @emph{before} setting
2910 @code{can-use-hw-watchpoints} to zero will still use the hardware
2911 mechanism of watching expressiion values.)
2912
2913 @table @code
2914 @item set can-use-hw-watchpoints
2915 @kindex set can-use-hw-watchpoints
2916 Set whether or not to use hardware watchpoints.
2917
2918 @item show can-use-hw-watchpoints
2919 @kindex show can-use-hw-watchpoints
2920 Show the current mode of using hardware watchpoints.
2921 @end table
2922
2923 For remote targets, you can restrict the number of hardware
2924 watchpoints @value{GDBN} will use, see @ref{set remote
2925 hardware-breakpoint-limit}.
2926
2927 When you issue the @code{watch} command, @value{GDBN} reports
2928
2929 @smallexample
2930 Hardware watchpoint @var{num}: @var{expr}
2931 @end smallexample
2932
2933 @noindent
2934 if it was able to set a hardware watchpoint.
2935
2936 Currently, the @code{awatch} and @code{rwatch} commands can only set
2937 hardware watchpoints, because accesses to data that don't change the
2938 value of the watched expression cannot be detected without examining
2939 every instruction as it is being executed, and @value{GDBN} does not do
2940 that currently. If @value{GDBN} finds that it is unable to set a
2941 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2942 will print a message like this:
2943
2944 @smallexample
2945 Expression cannot be implemented with read/access watchpoint.
2946 @end smallexample
2947
2948 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2949 data type of the watched expression is wider than what a hardware
2950 watchpoint on the target machine can handle. For example, some systems
2951 can only watch regions that are up to 4 bytes wide; on such systems you
2952 cannot set hardware watchpoints for an expression that yields a
2953 double-precision floating-point number (which is typically 8 bytes
2954 wide). As a work-around, it might be possible to break the large region
2955 into a series of smaller ones and watch them with separate watchpoints.
2956
2957 If you set too many hardware watchpoints, @value{GDBN} might be unable
2958 to insert all of them when you resume the execution of your program.
2959 Since the precise number of active watchpoints is unknown until such
2960 time as the program is about to be resumed, @value{GDBN} might not be
2961 able to warn you about this when you set the watchpoints, and the
2962 warning will be printed only when the program is resumed:
2963
2964 @smallexample
2965 Hardware watchpoint @var{num}: Could not insert watchpoint
2966 @end smallexample
2967
2968 @noindent
2969 If this happens, delete or disable some of the watchpoints.
2970
2971 The SPARClite DSU will generate traps when a program accesses some data
2972 or instruction address that is assigned to the debug registers. For the
2973 data addresses, DSU facilitates the @code{watch} command. However the
2974 hardware breakpoint registers can only take two data watchpoints, and
2975 both watchpoints must be the same kind. For example, you can set two
2976 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2977 @strong{or} two with @code{awatch} commands, but you cannot set one
2978 watchpoint with one command and the other with a different command.
2979 @value{GDBN} will reject the command if you try to mix watchpoints.
2980 Delete or disable unused watchpoint commands before setting new ones.
2981
2982 If you call a function interactively using @code{print} or @code{call},
2983 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2984 kind of breakpoint or the call completes.
2985
2986 @value{GDBN} automatically deletes watchpoints that watch local
2987 (automatic) variables, or expressions that involve such variables, when
2988 they go out of scope, that is, when the execution leaves the block in
2989 which these variables were defined. In particular, when the program
2990 being debugged terminates, @emph{all} local variables go out of scope,
2991 and so only watchpoints that watch global variables remain set. If you
2992 rerun the program, you will need to set all such watchpoints again. One
2993 way of doing that would be to set a code breakpoint at the entry to the
2994 @code{main} function and when it breaks, set all the watchpoints.
2995
2996 @quotation
2997 @cindex watchpoints and threads
2998 @cindex threads and watchpoints
2999 @emph{Warning:} In multi-thread programs, watchpoints have only limited
3000 usefulness. With the current watchpoint implementation, @value{GDBN}
3001 can only watch the value of an expression @emph{in a single thread}. If
3002 you are confident that the expression can only change due to the current
3003 thread's activity (and if you are also confident that no other thread
3004 can become current), then you can use watchpoints as usual. However,
3005 @value{GDBN} may not notice when a non-current thread's activity changes
3006 the expression.
3007
3008 @c FIXME: this is almost identical to the previous paragraph.
3009 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3010 have only limited usefulness. If @value{GDBN} creates a software
3011 watchpoint, it can only watch the value of an expression @emph{in a
3012 single thread}. If you are confident that the expression can only
3013 change due to the current thread's activity (and if you are also
3014 confident that no other thread can become current), then you can use
3015 software watchpoints as usual. However, @value{GDBN} may not notice
3016 when a non-current thread's activity changes the expression. (Hardware
3017 watchpoints, in contrast, watch an expression in all threads.)
3018 @end quotation
3019
3020 @xref{set remote hardware-watchpoint-limit}.
3021
3022 @node Set Catchpoints
3023 @subsection Setting catchpoints
3024 @cindex catchpoints, setting
3025 @cindex exception handlers
3026 @cindex event handling
3027
3028 You can use @dfn{catchpoints} to cause the debugger to stop for certain
3029 kinds of program events, such as C@t{++} exceptions or the loading of a
3030 shared library. Use the @code{catch} command to set a catchpoint.
3031
3032 @table @code
3033 @kindex catch
3034 @item catch @var{event}
3035 Stop when @var{event} occurs. @var{event} can be any of the following:
3036 @table @code
3037 @item throw
3038 @cindex stop on C@t{++} exceptions
3039 The throwing of a C@t{++} exception.
3040
3041 @item catch
3042 The catching of a C@t{++} exception.
3043
3044 @item exec
3045 @cindex break on fork/exec
3046 A call to @code{exec}. This is currently only available for HP-UX.
3047
3048 @item fork
3049 A call to @code{fork}. This is currently only available for HP-UX.
3050
3051 @item vfork
3052 A call to @code{vfork}. This is currently only available for HP-UX.
3053
3054 @item load
3055 @itemx load @var{libname}
3056 @cindex break on load/unload of shared library
3057 The dynamic loading of any shared library, or the loading of the library
3058 @var{libname}. This is currently only available for HP-UX.
3059
3060 @item unload
3061 @itemx unload @var{libname}
3062 The unloading of any dynamically loaded shared library, or the unloading
3063 of the library @var{libname}. This is currently only available for HP-UX.
3064 @end table
3065
3066 @item tcatch @var{event}
3067 Set a catchpoint that is enabled only for one stop. The catchpoint is
3068 automatically deleted after the first time the event is caught.
3069
3070 @end table
3071
3072 Use the @code{info break} command to list the current catchpoints.
3073
3074 There are currently some limitations to C@t{++} exception handling
3075 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3076
3077 @itemize @bullet
3078 @item
3079 If you call a function interactively, @value{GDBN} normally returns
3080 control to you when the function has finished executing. If the call
3081 raises an exception, however, the call may bypass the mechanism that
3082 returns control to you and cause your program either to abort or to
3083 simply continue running until it hits a breakpoint, catches a signal
3084 that @value{GDBN} is listening for, or exits. This is the case even if
3085 you set a catchpoint for the exception; catchpoints on exceptions are
3086 disabled within interactive calls.
3087
3088 @item
3089 You cannot raise an exception interactively.
3090
3091 @item
3092 You cannot install an exception handler interactively.
3093 @end itemize
3094
3095 @cindex raise exceptions
3096 Sometimes @code{catch} is not the best way to debug exception handling:
3097 if you need to know exactly where an exception is raised, it is better to
3098 stop @emph{before} the exception handler is called, since that way you
3099 can see the stack before any unwinding takes place. If you set a
3100 breakpoint in an exception handler instead, it may not be easy to find
3101 out where the exception was raised.
3102
3103 To stop just before an exception handler is called, you need some
3104 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
3105 raised by calling a library function named @code{__raise_exception}
3106 which has the following ANSI C interface:
3107
3108 @smallexample
3109 /* @var{addr} is where the exception identifier is stored.
3110 @var{id} is the exception identifier. */
3111 void __raise_exception (void **addr, void *id);
3112 @end smallexample
3113
3114 @noindent
3115 To make the debugger catch all exceptions before any stack
3116 unwinding takes place, set a breakpoint on @code{__raise_exception}
3117 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3118
3119 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3120 that depends on the value of @var{id}, you can stop your program when
3121 a specific exception is raised. You can use multiple conditional
3122 breakpoints to stop your program when any of a number of exceptions are
3123 raised.
3124
3125
3126 @node Delete Breaks
3127 @subsection Deleting breakpoints
3128
3129 @cindex clearing breakpoints, watchpoints, catchpoints
3130 @cindex deleting breakpoints, watchpoints, catchpoints
3131 It is often necessary to eliminate a breakpoint, watchpoint, or
3132 catchpoint once it has done its job and you no longer want your program
3133 to stop there. This is called @dfn{deleting} the breakpoint. A
3134 breakpoint that has been deleted no longer exists; it is forgotten.
3135
3136 With the @code{clear} command you can delete breakpoints according to
3137 where they are in your program. With the @code{delete} command you can
3138 delete individual breakpoints, watchpoints, or catchpoints by specifying
3139 their breakpoint numbers.
3140
3141 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3142 automatically ignores breakpoints on the first instruction to be executed
3143 when you continue execution without changing the execution address.
3144
3145 @table @code
3146 @kindex clear
3147 @item clear
3148 Delete any breakpoints at the next instruction to be executed in the
3149 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3150 the innermost frame is selected, this is a good way to delete a
3151 breakpoint where your program just stopped.
3152
3153 @item clear @var{function}
3154 @itemx clear @var{filename}:@var{function}
3155 Delete any breakpoints set at entry to the named @var{function}.
3156
3157 @item clear @var{linenum}
3158 @itemx clear @var{filename}:@var{linenum}
3159 Delete any breakpoints set at or within the code of the specified
3160 @var{linenum} of the specified @var{filename}.
3161
3162 @cindex delete breakpoints
3163 @kindex delete
3164 @kindex d @r{(@code{delete})}
3165 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3166 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3167 ranges specified as arguments. If no argument is specified, delete all
3168 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3169 confirm off}). You can abbreviate this command as @code{d}.
3170 @end table
3171
3172 @node Disabling
3173 @subsection Disabling breakpoints
3174
3175 @cindex enable/disable a breakpoint
3176 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3177 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3178 it had been deleted, but remembers the information on the breakpoint so
3179 that you can @dfn{enable} it again later.
3180
3181 You disable and enable breakpoints, watchpoints, and catchpoints with
3182 the @code{enable} and @code{disable} commands, optionally specifying one
3183 or more breakpoint numbers as arguments. Use @code{info break} or
3184 @code{info watch} to print a list of breakpoints, watchpoints, and
3185 catchpoints if you do not know which numbers to use.
3186
3187 A breakpoint, watchpoint, or catchpoint can have any of four different
3188 states of enablement:
3189
3190 @itemize @bullet
3191 @item
3192 Enabled. The breakpoint stops your program. A breakpoint set
3193 with the @code{break} command starts out in this state.
3194 @item
3195 Disabled. The breakpoint has no effect on your program.
3196 @item
3197 Enabled once. The breakpoint stops your program, but then becomes
3198 disabled.
3199 @item
3200 Enabled for deletion. The breakpoint stops your program, but
3201 immediately after it does so it is deleted permanently. A breakpoint
3202 set with the @code{tbreak} command starts out in this state.
3203 @end itemize
3204
3205 You can use the following commands to enable or disable breakpoints,
3206 watchpoints, and catchpoints:
3207
3208 @table @code
3209 @kindex disable
3210 @kindex dis @r{(@code{disable})}
3211 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3212 Disable the specified breakpoints---or all breakpoints, if none are
3213 listed. A disabled breakpoint has no effect but is not forgotten. All
3214 options such as ignore-counts, conditions and commands are remembered in
3215 case the breakpoint is enabled again later. You may abbreviate
3216 @code{disable} as @code{dis}.
3217
3218 @kindex enable
3219 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3220 Enable the specified breakpoints (or all defined breakpoints). They
3221 become effective once again in stopping your program.
3222
3223 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3224 Enable the specified breakpoints temporarily. @value{GDBN} disables any
3225 of these breakpoints immediately after stopping your program.
3226
3227 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3228 Enable the specified breakpoints to work once, then die. @value{GDBN}
3229 deletes any of these breakpoints as soon as your program stops there.
3230 Breakpoints set by the @code{tbreak} command start out in this state.
3231 @end table
3232
3233 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3234 @c confusing: tbreak is also initially enabled.
3235 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3236 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3237 subsequently, they become disabled or enabled only when you use one of
3238 the commands above. (The command @code{until} can set and delete a
3239 breakpoint of its own, but it does not change the state of your other
3240 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3241 stepping}.)
3242
3243 @node Conditions
3244 @subsection Break conditions
3245 @cindex conditional breakpoints
3246 @cindex breakpoint conditions
3247
3248 @c FIXME what is scope of break condition expr? Context where wanted?
3249 @c in particular for a watchpoint?
3250 The simplest sort of breakpoint breaks every time your program reaches a
3251 specified place. You can also specify a @dfn{condition} for a
3252 breakpoint. A condition is just a Boolean expression in your
3253 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3254 a condition evaluates the expression each time your program reaches it,
3255 and your program stops only if the condition is @emph{true}.
3256
3257 This is the converse of using assertions for program validation; in that
3258 situation, you want to stop when the assertion is violated---that is,
3259 when the condition is false. In C, if you want to test an assertion expressed
3260 by the condition @var{assert}, you should set the condition
3261 @samp{! @var{assert}} on the appropriate breakpoint.
3262
3263 Conditions are also accepted for watchpoints; you may not need them,
3264 since a watchpoint is inspecting the value of an expression anyhow---but
3265 it might be simpler, say, to just set a watchpoint on a variable name,
3266 and specify a condition that tests whether the new value is an interesting
3267 one.
3268
3269 Break conditions can have side effects, and may even call functions in
3270 your program. This can be useful, for example, to activate functions
3271 that log program progress, or to use your own print functions to
3272 format special data structures. The effects are completely predictable
3273 unless there is another enabled breakpoint at the same address. (In
3274 that case, @value{GDBN} might see the other breakpoint first and stop your
3275 program without checking the condition of this one.) Note that
3276 breakpoint commands are usually more convenient and flexible than break
3277 conditions for the
3278 purpose of performing side effects when a breakpoint is reached
3279 (@pxref{Break Commands, ,Breakpoint command lists}).
3280
3281 Break conditions can be specified when a breakpoint is set, by using
3282 @samp{if} in the arguments to the @code{break} command. @xref{Set
3283 Breaks, ,Setting breakpoints}. They can also be changed at any time
3284 with the @code{condition} command.
3285
3286 You can also use the @code{if} keyword with the @code{watch} command.
3287 The @code{catch} command does not recognize the @code{if} keyword;
3288 @code{condition} is the only way to impose a further condition on a
3289 catchpoint.
3290
3291 @table @code
3292 @kindex condition
3293 @item condition @var{bnum} @var{expression}
3294 Specify @var{expression} as the break condition for breakpoint,
3295 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3296 breakpoint @var{bnum} stops your program only if the value of
3297 @var{expression} is true (nonzero, in C). When you use
3298 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3299 syntactic correctness, and to determine whether symbols in it have
3300 referents in the context of your breakpoint. If @var{expression} uses
3301 symbols not referenced in the context of the breakpoint, @value{GDBN}
3302 prints an error message:
3303
3304 @smallexample
3305 No symbol "foo" in current context.
3306 @end smallexample
3307
3308 @noindent
3309 @value{GDBN} does
3310 not actually evaluate @var{expression} at the time the @code{condition}
3311 command (or a command that sets a breakpoint with a condition, like
3312 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3313
3314 @item condition @var{bnum}
3315 Remove the condition from breakpoint number @var{bnum}. It becomes
3316 an ordinary unconditional breakpoint.
3317 @end table
3318
3319 @cindex ignore count (of breakpoint)
3320 A special case of a breakpoint condition is to stop only when the
3321 breakpoint has been reached a certain number of times. This is so
3322 useful that there is a special way to do it, using the @dfn{ignore
3323 count} of the breakpoint. Every breakpoint has an ignore count, which
3324 is an integer. Most of the time, the ignore count is zero, and
3325 therefore has no effect. But if your program reaches a breakpoint whose
3326 ignore count is positive, then instead of stopping, it just decrements
3327 the ignore count by one and continues. As a result, if the ignore count
3328 value is @var{n}, the breakpoint does not stop the next @var{n} times
3329 your program reaches it.
3330
3331 @table @code
3332 @kindex ignore
3333 @item ignore @var{bnum} @var{count}
3334 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3335 The next @var{count} times the breakpoint is reached, your program's
3336 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3337 takes no action.
3338
3339 To make the breakpoint stop the next time it is reached, specify
3340 a count of zero.
3341
3342 When you use @code{continue} to resume execution of your program from a
3343 breakpoint, you can specify an ignore count directly as an argument to
3344 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3345 Stepping,,Continuing and stepping}.
3346
3347 If a breakpoint has a positive ignore count and a condition, the
3348 condition is not checked. Once the ignore count reaches zero,
3349 @value{GDBN} resumes checking the condition.
3350
3351 You could achieve the effect of the ignore count with a condition such
3352 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3353 is decremented each time. @xref{Convenience Vars, ,Convenience
3354 variables}.
3355 @end table
3356
3357 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3358
3359
3360 @node Break Commands
3361 @subsection Breakpoint command lists
3362
3363 @cindex breakpoint commands
3364 You can give any breakpoint (or watchpoint or catchpoint) a series of
3365 commands to execute when your program stops due to that breakpoint. For
3366 example, you might want to print the values of certain expressions, or
3367 enable other breakpoints.
3368
3369 @table @code
3370 @kindex commands
3371 @kindex end
3372 @item commands @r{[}@var{bnum}@r{]}
3373 @itemx @dots{} @var{command-list} @dots{}
3374 @itemx end
3375 Specify a list of commands for breakpoint number @var{bnum}. The commands
3376 themselves appear on the following lines. Type a line containing just
3377 @code{end} to terminate the commands.
3378
3379 To remove all commands from a breakpoint, type @code{commands} and
3380 follow it immediately with @code{end}; that is, give no commands.
3381
3382 With no @var{bnum} argument, @code{commands} refers to the last
3383 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3384 recently encountered).
3385 @end table
3386
3387 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3388 disabled within a @var{command-list}.
3389
3390 You can use breakpoint commands to start your program up again. Simply
3391 use the @code{continue} command, or @code{step}, or any other command
3392 that resumes execution.
3393
3394 Any other commands in the command list, after a command that resumes
3395 execution, are ignored. This is because any time you resume execution
3396 (even with a simple @code{next} or @code{step}), you may encounter
3397 another breakpoint---which could have its own command list, leading to
3398 ambiguities about which list to execute.
3399
3400 @kindex silent
3401 If the first command you specify in a command list is @code{silent}, the
3402 usual message about stopping at a breakpoint is not printed. This may
3403 be desirable for breakpoints that are to print a specific message and
3404 then continue. If none of the remaining commands print anything, you
3405 see no sign that the breakpoint was reached. @code{silent} is
3406 meaningful only at the beginning of a breakpoint command list.
3407
3408 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3409 print precisely controlled output, and are often useful in silent
3410 breakpoints. @xref{Output, ,Commands for controlled output}.
3411
3412 For example, here is how you could use breakpoint commands to print the
3413 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3414
3415 @smallexample
3416 break foo if x>0
3417 commands
3418 silent
3419 printf "x is %d\n",x
3420 cont
3421 end
3422 @end smallexample
3423
3424 One application for breakpoint commands is to compensate for one bug so
3425 you can test for another. Put a breakpoint just after the erroneous line
3426 of code, give it a condition to detect the case in which something
3427 erroneous has been done, and give it commands to assign correct values
3428 to any variables that need them. End with the @code{continue} command
3429 so that your program does not stop, and start with the @code{silent}
3430 command so that no output is produced. Here is an example:
3431
3432 @smallexample
3433 break 403
3434 commands
3435 silent
3436 set x = y + 4
3437 cont
3438 end
3439 @end smallexample
3440
3441 @node Breakpoint Menus
3442 @subsection Breakpoint menus
3443 @cindex overloading
3444 @cindex symbol overloading
3445
3446 Some programming languages (notably C@t{++} and Objective-C) permit a
3447 single function name
3448 to be defined several times, for application in different contexts.
3449 This is called @dfn{overloading}. When a function name is overloaded,
3450 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3451 a breakpoint. If you realize this is a problem, you can use
3452 something like @samp{break @var{function}(@var{types})} to specify which
3453 particular version of the function you want. Otherwise, @value{GDBN} offers
3454 you a menu of numbered choices for different possible breakpoints, and
3455 waits for your selection with the prompt @samp{>}. The first two
3456 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3457 sets a breakpoint at each definition of @var{function}, and typing
3458 @kbd{0} aborts the @code{break} command without setting any new
3459 breakpoints.
3460
3461 For example, the following session excerpt shows an attempt to set a
3462 breakpoint at the overloaded symbol @code{String::after}.
3463 We choose three particular definitions of that function name:
3464
3465 @c FIXME! This is likely to change to show arg type lists, at least
3466 @smallexample
3467 @group
3468 (@value{GDBP}) b String::after
3469 [0] cancel
3470 [1] all
3471 [2] file:String.cc; line number:867
3472 [3] file:String.cc; line number:860
3473 [4] file:String.cc; line number:875
3474 [5] file:String.cc; line number:853
3475 [6] file:String.cc; line number:846
3476 [7] file:String.cc; line number:735
3477 > 2 4 6
3478 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3479 Breakpoint 2 at 0xb344: file String.cc, line 875.
3480 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3481 Multiple breakpoints were set.
3482 Use the "delete" command to delete unwanted
3483 breakpoints.
3484 (@value{GDBP})
3485 @end group
3486 @end smallexample
3487
3488 @c @ifclear BARETARGET
3489 @node Error in Breakpoints
3490 @subsection ``Cannot insert breakpoints''
3491 @c
3492 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3493 @c
3494 Under some operating systems, breakpoints cannot be used in a program if
3495 any other process is running that program. In this situation,
3496 attempting to run or continue a program with a breakpoint causes
3497 @value{GDBN} to print an error message:
3498
3499 @smallexample
3500 Cannot insert breakpoints.
3501 The same program may be running in another process.
3502 @end smallexample
3503
3504 When this happens, you have three ways to proceed:
3505
3506 @enumerate
3507 @item
3508 Remove or disable the breakpoints, then continue.
3509
3510 @item
3511 Suspend @value{GDBN}, and copy the file containing your program to a new
3512 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3513 that @value{GDBN} should run your program under that name.
3514 Then start your program again.
3515
3516 @item
3517 Relink your program so that the text segment is nonsharable, using the
3518 linker option @samp{-N}. The operating system limitation may not apply
3519 to nonsharable executables.
3520 @end enumerate
3521 @c @end ifclear
3522
3523 A similar message can be printed if you request too many active
3524 hardware-assisted breakpoints and watchpoints:
3525
3526 @c FIXME: the precise wording of this message may change; the relevant
3527 @c source change is not committed yet (Sep 3, 1999).
3528 @smallexample
3529 Stopped; cannot insert breakpoints.
3530 You may have requested too many hardware breakpoints and watchpoints.
3531 @end smallexample
3532
3533 @noindent
3534 This message is printed when you attempt to resume the program, since
3535 only then @value{GDBN} knows exactly how many hardware breakpoints and
3536 watchpoints it needs to insert.
3537
3538 When this message is printed, you need to disable or remove some of the
3539 hardware-assisted breakpoints and watchpoints, and then continue.
3540
3541 @node Breakpoint related warnings
3542 @subsection ``Breakpoint address adjusted...''
3543 @cindex breakpoint address adjusted
3544
3545 Some processor architectures place constraints on the addresses at
3546 which breakpoints may be placed. For architectures thus constrained,
3547 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3548 with the constraints dictated by the architecture.
3549
3550 One example of such an architecture is the Fujitsu FR-V. The FR-V is
3551 a VLIW architecture in which a number of RISC-like instructions may be
3552 bundled together for parallel execution. The FR-V architecture
3553 constrains the location of a breakpoint instruction within such a
3554 bundle to the instruction with the lowest address. @value{GDBN}
3555 honors this constraint by adjusting a breakpoint's address to the
3556 first in the bundle.
3557
3558 It is not uncommon for optimized code to have bundles which contain
3559 instructions from different source statements, thus it may happen that
3560 a breakpoint's address will be adjusted from one source statement to
3561 another. Since this adjustment may significantly alter @value{GDBN}'s
3562 breakpoint related behavior from what the user expects, a warning is
3563 printed when the breakpoint is first set and also when the breakpoint
3564 is hit.
3565
3566 A warning like the one below is printed when setting a breakpoint
3567 that's been subject to address adjustment:
3568
3569 @smallexample
3570 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3571 @end smallexample
3572
3573 Such warnings are printed both for user settable and @value{GDBN}'s
3574 internal breakpoints. If you see one of these warnings, you should
3575 verify that a breakpoint set at the adjusted address will have the
3576 desired affect. If not, the breakpoint in question may be removed and
3577 other breakpoints may be set which will have the desired behavior.
3578 E.g., it may be sufficient to place the breakpoint at a later
3579 instruction. A conditional breakpoint may also be useful in some
3580 cases to prevent the breakpoint from triggering too often.
3581
3582 @value{GDBN} will also issue a warning when stopping at one of these
3583 adjusted breakpoints:
3584
3585 @smallexample
3586 warning: Breakpoint 1 address previously adjusted from 0x00010414
3587 to 0x00010410.
3588 @end smallexample
3589
3590 When this warning is encountered, it may be too late to take remedial
3591 action except in cases where the breakpoint is hit earlier or more
3592 frequently than expected.
3593
3594 @node Continuing and Stepping
3595 @section Continuing and stepping
3596
3597 @cindex stepping
3598 @cindex continuing
3599 @cindex resuming execution
3600 @dfn{Continuing} means resuming program execution until your program
3601 completes normally. In contrast, @dfn{stepping} means executing just
3602 one more ``step'' of your program, where ``step'' may mean either one
3603 line of source code, or one machine instruction (depending on what
3604 particular command you use). Either when continuing or when stepping,
3605 your program may stop even sooner, due to a breakpoint or a signal. (If
3606 it stops due to a signal, you may want to use @code{handle}, or use
3607 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3608
3609 @table @code
3610 @kindex continue
3611 @kindex c @r{(@code{continue})}
3612 @kindex fg @r{(resume foreground execution)}
3613 @item continue @r{[}@var{ignore-count}@r{]}
3614 @itemx c @r{[}@var{ignore-count}@r{]}
3615 @itemx fg @r{[}@var{ignore-count}@r{]}
3616 Resume program execution, at the address where your program last stopped;
3617 any breakpoints set at that address are bypassed. The optional argument
3618 @var{ignore-count} allows you to specify a further number of times to
3619 ignore a breakpoint at this location; its effect is like that of
3620 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3621
3622 The argument @var{ignore-count} is meaningful only when your program
3623 stopped due to a breakpoint. At other times, the argument to
3624 @code{continue} is ignored.
3625
3626 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3627 debugged program is deemed to be the foreground program) are provided
3628 purely for convenience, and have exactly the same behavior as
3629 @code{continue}.
3630 @end table
3631
3632 To resume execution at a different place, you can use @code{return}
3633 (@pxref{Returning, ,Returning from a function}) to go back to the
3634 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3635 different address}) to go to an arbitrary location in your program.
3636
3637 A typical technique for using stepping is to set a breakpoint
3638 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3639 beginning of the function or the section of your program where a problem
3640 is believed to lie, run your program until it stops at that breakpoint,
3641 and then step through the suspect area, examining the variables that are
3642 interesting, until you see the problem happen.
3643
3644 @table @code
3645 @kindex step
3646 @kindex s @r{(@code{step})}
3647 @item step
3648 Continue running your program until control reaches a different source
3649 line, then stop it and return control to @value{GDBN}. This command is
3650 abbreviated @code{s}.
3651
3652 @quotation
3653 @c "without debugging information" is imprecise; actually "without line
3654 @c numbers in the debugging information". (gcc -g1 has debugging info but
3655 @c not line numbers). But it seems complex to try to make that
3656 @c distinction here.
3657 @emph{Warning:} If you use the @code{step} command while control is
3658 within a function that was compiled without debugging information,
3659 execution proceeds until control reaches a function that does have
3660 debugging information. Likewise, it will not step into a function which
3661 is compiled without debugging information. To step through functions
3662 without debugging information, use the @code{stepi} command, described
3663 below.
3664 @end quotation
3665
3666 The @code{step} command only stops at the first instruction of a source
3667 line. This prevents the multiple stops that could otherwise occur in
3668 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3669 to stop if a function that has debugging information is called within
3670 the line. In other words, @code{step} @emph{steps inside} any functions
3671 called within the line.
3672
3673 Also, the @code{step} command only enters a function if there is line
3674 number information for the function. Otherwise it acts like the
3675 @code{next} command. This avoids problems when using @code{cc -gl}
3676 on MIPS machines. Previously, @code{step} entered subroutines if there
3677 was any debugging information about the routine.
3678
3679 @item step @var{count}
3680 Continue running as in @code{step}, but do so @var{count} times. If a
3681 breakpoint is reached, or a signal not related to stepping occurs before
3682 @var{count} steps, stepping stops right away.
3683
3684 @kindex next
3685 @kindex n @r{(@code{next})}
3686 @item next @r{[}@var{count}@r{]}
3687 Continue to the next source line in the current (innermost) stack frame.
3688 This is similar to @code{step}, but function calls that appear within
3689 the line of code are executed without stopping. Execution stops when
3690 control reaches a different line of code at the original stack level
3691 that was executing when you gave the @code{next} command. This command
3692 is abbreviated @code{n}.
3693
3694 An argument @var{count} is a repeat count, as for @code{step}.
3695
3696
3697 @c FIX ME!! Do we delete this, or is there a way it fits in with
3698 @c the following paragraph? --- Vctoria
3699 @c
3700 @c @code{next} within a function that lacks debugging information acts like
3701 @c @code{step}, but any function calls appearing within the code of the
3702 @c function are executed without stopping.
3703
3704 The @code{next} command only stops at the first instruction of a
3705 source line. This prevents multiple stops that could otherwise occur in
3706 @code{switch} statements, @code{for} loops, etc.
3707
3708 @kindex set step-mode
3709 @item set step-mode
3710 @cindex functions without line info, and stepping
3711 @cindex stepping into functions with no line info
3712 @itemx set step-mode on
3713 The @code{set step-mode on} command causes the @code{step} command to
3714 stop at the first instruction of a function which contains no debug line
3715 information rather than stepping over it.
3716
3717 This is useful in cases where you may be interested in inspecting the
3718 machine instructions of a function which has no symbolic info and do not
3719 want @value{GDBN} to automatically skip over this function.
3720
3721 @item set step-mode off
3722 Causes the @code{step} command to step over any functions which contains no
3723 debug information. This is the default.
3724
3725 @item show step-mode
3726 Show whether @value{GDBN} will stop in or step over functions without
3727 source line debug information.
3728
3729 @kindex finish
3730 @item finish
3731 Continue running until just after function in the selected stack frame
3732 returns. Print the returned value (if any).
3733
3734 Contrast this with the @code{return} command (@pxref{Returning,
3735 ,Returning from a function}).
3736
3737 @kindex until
3738 @kindex u @r{(@code{until})}
3739 @cindex run until specified location
3740 @item until
3741 @itemx u
3742 Continue running until a source line past the current line, in the
3743 current stack frame, is reached. This command is used to avoid single
3744 stepping through a loop more than once. It is like the @code{next}
3745 command, except that when @code{until} encounters a jump, it
3746 automatically continues execution until the program counter is greater
3747 than the address of the jump.
3748
3749 This means that when you reach the end of a loop after single stepping
3750 though it, @code{until} makes your program continue execution until it
3751 exits the loop. In contrast, a @code{next} command at the end of a loop
3752 simply steps back to the beginning of the loop, which forces you to step
3753 through the next iteration.
3754
3755 @code{until} always stops your program if it attempts to exit the current
3756 stack frame.
3757
3758 @code{until} may produce somewhat counterintuitive results if the order
3759 of machine code does not match the order of the source lines. For
3760 example, in the following excerpt from a debugging session, the @code{f}
3761 (@code{frame}) command shows that execution is stopped at line
3762 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3763
3764 @smallexample
3765 (@value{GDBP}) f
3766 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3767 206 expand_input();
3768 (@value{GDBP}) until
3769 195 for ( ; argc > 0; NEXTARG) @{
3770 @end smallexample
3771
3772 This happened because, for execution efficiency, the compiler had
3773 generated code for the loop closure test at the end, rather than the
3774 start, of the loop---even though the test in a C @code{for}-loop is
3775 written before the body of the loop. The @code{until} command appeared
3776 to step back to the beginning of the loop when it advanced to this
3777 expression; however, it has not really gone to an earlier
3778 statement---not in terms of the actual machine code.
3779
3780 @code{until} with no argument works by means of single
3781 instruction stepping, and hence is slower than @code{until} with an
3782 argument.
3783
3784 @item until @var{location}
3785 @itemx u @var{location}
3786 Continue running your program until either the specified location is
3787 reached, or the current stack frame returns. @var{location} is any of
3788 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3789 ,Setting breakpoints}). This form of the command uses breakpoints, and
3790 hence is quicker than @code{until} without an argument. The specified
3791 location is actually reached only if it is in the current frame. This
3792 implies that @code{until} can be used to skip over recursive function
3793 invocations. For instance in the code below, if the current location is
3794 line @code{96}, issuing @code{until 99} will execute the program up to
3795 line @code{99} in the same invocation of factorial, i.e. after the inner
3796 invocations have returned.
3797
3798 @smallexample
3799 94 int factorial (int value)
3800 95 @{
3801 96 if (value > 1) @{
3802 97 value *= factorial (value - 1);
3803 98 @}
3804 99 return (value);
3805 100 @}
3806 @end smallexample
3807
3808
3809 @kindex advance @var{location}
3810 @itemx advance @var{location}
3811 Continue running the program up to the given @var{location}. An argument is
3812 required, which should be of the same form as arguments for the @code{break}
3813 command. Execution will also stop upon exit from the current stack
3814 frame. This command is similar to @code{until}, but @code{advance} will
3815 not skip over recursive function calls, and the target location doesn't
3816 have to be in the same frame as the current one.
3817
3818
3819 @kindex stepi
3820 @kindex si @r{(@code{stepi})}
3821 @item stepi
3822 @itemx stepi @var{arg}
3823 @itemx si
3824 Execute one machine instruction, then stop and return to the debugger.
3825
3826 It is often useful to do @samp{display/i $pc} when stepping by machine
3827 instructions. This makes @value{GDBN} automatically display the next
3828 instruction to be executed, each time your program stops. @xref{Auto
3829 Display,, Automatic display}.
3830
3831 An argument is a repeat count, as in @code{step}.
3832
3833 @need 750
3834 @kindex nexti
3835 @kindex ni @r{(@code{nexti})}
3836 @item nexti
3837 @itemx nexti @var{arg}
3838 @itemx ni
3839 Execute one machine instruction, but if it is a function call,
3840 proceed until the function returns.
3841
3842 An argument is a repeat count, as in @code{next}.
3843 @end table
3844
3845 @node Signals
3846 @section Signals
3847 @cindex signals
3848
3849 A signal is an asynchronous event that can happen in a program. The
3850 operating system defines the possible kinds of signals, and gives each
3851 kind a name and a number. For example, in Unix @code{SIGINT} is the
3852 signal a program gets when you type an interrupt character (often @kbd{C-c});
3853 @code{SIGSEGV} is the signal a program gets from referencing a place in
3854 memory far away from all the areas in use; @code{SIGALRM} occurs when
3855 the alarm clock timer goes off (which happens only if your program has
3856 requested an alarm).
3857
3858 @cindex fatal signals
3859 Some signals, including @code{SIGALRM}, are a normal part of the
3860 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3861 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3862 program has not specified in advance some other way to handle the signal.
3863 @code{SIGINT} does not indicate an error in your program, but it is normally
3864 fatal so it can carry out the purpose of the interrupt: to kill the program.
3865
3866 @value{GDBN} has the ability to detect any occurrence of a signal in your
3867 program. You can tell @value{GDBN} in advance what to do for each kind of
3868 signal.
3869
3870 @cindex handling signals
3871 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3872 @code{SIGALRM} be silently passed to your program
3873 (so as not to interfere with their role in the program's functioning)
3874 but to stop your program immediately whenever an error signal happens.
3875 You can change these settings with the @code{handle} command.
3876
3877 @table @code
3878 @kindex info signals
3879 @kindex info handle
3880 @item info signals
3881 @itemx info handle
3882 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3883 handle each one. You can use this to see the signal numbers of all
3884 the defined types of signals.
3885
3886 @code{info handle} is an alias for @code{info signals}.
3887
3888 @kindex handle
3889 @item handle @var{signal} @var{keywords}@dots{}
3890 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3891 can be the number of a signal or its name (with or without the
3892 @samp{SIG} at the beginning); a list of signal numbers of the form
3893 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3894 known signals. The @var{keywords} say what change to make.
3895 @end table
3896
3897 @c @group
3898 The keywords allowed by the @code{handle} command can be abbreviated.
3899 Their full names are:
3900
3901 @table @code
3902 @item nostop
3903 @value{GDBN} should not stop your program when this signal happens. It may
3904 still print a message telling you that the signal has come in.
3905
3906 @item stop
3907 @value{GDBN} should stop your program when this signal happens. This implies
3908 the @code{print} keyword as well.
3909
3910 @item print
3911 @value{GDBN} should print a message when this signal happens.
3912
3913 @item noprint
3914 @value{GDBN} should not mention the occurrence of the signal at all. This
3915 implies the @code{nostop} keyword as well.
3916
3917 @item pass
3918 @itemx noignore
3919 @value{GDBN} should allow your program to see this signal; your program
3920 can handle the signal, or else it may terminate if the signal is fatal
3921 and not handled. @code{pass} and @code{noignore} are synonyms.
3922
3923 @item nopass
3924 @itemx ignore
3925 @value{GDBN} should not allow your program to see this signal.
3926 @code{nopass} and @code{ignore} are synonyms.
3927 @end table
3928 @c @end group
3929
3930 When a signal stops your program, the signal is not visible to the
3931 program until you
3932 continue. Your program sees the signal then, if @code{pass} is in
3933 effect for the signal in question @emph{at that time}. In other words,
3934 after @value{GDBN} reports a signal, you can use the @code{handle}
3935 command with @code{pass} or @code{nopass} to control whether your
3936 program sees that signal when you continue.
3937
3938 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3939 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3940 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3941 erroneous signals.
3942
3943 You can also use the @code{signal} command to prevent your program from
3944 seeing a signal, or cause it to see a signal it normally would not see,
3945 or to give it any signal at any time. For example, if your program stopped
3946 due to some sort of memory reference error, you might store correct
3947 values into the erroneous variables and continue, hoping to see more
3948 execution; but your program would probably terminate immediately as
3949 a result of the fatal signal once it saw the signal. To prevent this,
3950 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3951 program a signal}.
3952
3953 @node Thread Stops
3954 @section Stopping and starting multi-thread programs
3955
3956 When your program has multiple threads (@pxref{Threads,, Debugging
3957 programs with multiple threads}), you can choose whether to set
3958 breakpoints on all threads, or on a particular thread.
3959
3960 @table @code
3961 @cindex breakpoints and threads
3962 @cindex thread breakpoints
3963 @kindex break @dots{} thread @var{threadno}
3964 @item break @var{linespec} thread @var{threadno}
3965 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3966 @var{linespec} specifies source lines; there are several ways of
3967 writing them, but the effect is always to specify some source line.
3968
3969 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3970 to specify that you only want @value{GDBN} to stop the program when a
3971 particular thread reaches this breakpoint. @var{threadno} is one of the
3972 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3973 column of the @samp{info threads} display.
3974
3975 If you do not specify @samp{thread @var{threadno}} when you set a
3976 breakpoint, the breakpoint applies to @emph{all} threads of your
3977 program.
3978
3979 You can use the @code{thread} qualifier on conditional breakpoints as
3980 well; in this case, place @samp{thread @var{threadno}} before the
3981 breakpoint condition, like this:
3982
3983 @smallexample
3984 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3985 @end smallexample
3986
3987 @end table
3988
3989 @cindex stopped threads
3990 @cindex threads, stopped
3991 Whenever your program stops under @value{GDBN} for any reason,
3992 @emph{all} threads of execution stop, not just the current thread. This
3993 allows you to examine the overall state of the program, including
3994 switching between threads, without worrying that things may change
3995 underfoot.
3996
3997 @cindex thread breakpoints and system calls
3998 @cindex system calls and thread breakpoints
3999 @cindex premature return from system calls
4000 There is an unfortunate side effect. If one thread stops for a
4001 breakpoint, or for some other reason, and another thread is blocked in a
4002 system call, then the system call may return prematurely. This is a
4003 consequence of the interaction between multiple threads and the signals
4004 that @value{GDBN} uses to implement breakpoints and other events that
4005 stop execution.
4006
4007 To handle this problem, your program should check the return value of
4008 each system call and react appropriately. This is good programming
4009 style anyways.
4010
4011 For example, do not write code like this:
4012
4013 @smallexample
4014 sleep (10);
4015 @end smallexample
4016
4017 The call to @code{sleep} will return early if a different thread stops
4018 at a breakpoint or for some other reason.
4019
4020 Instead, write this:
4021
4022 @smallexample
4023 int unslept = 10;
4024 while (unslept > 0)
4025 unslept = sleep (unslept);
4026 @end smallexample
4027
4028 A system call is allowed to return early, so the system is still
4029 conforming to its specification. But @value{GDBN} does cause your
4030 multi-threaded program to behave differently than it would without
4031 @value{GDBN}.
4032
4033 Also, @value{GDBN} uses internal breakpoints in the thread library to
4034 monitor certain events such as thread creation and thread destruction.
4035 When such an event happens, a system call in another thread may return
4036 prematurely, even though your program does not appear to stop.
4037
4038 @cindex continuing threads
4039 @cindex threads, continuing
4040 Conversely, whenever you restart the program, @emph{all} threads start
4041 executing. @emph{This is true even when single-stepping} with commands
4042 like @code{step} or @code{next}.
4043
4044 In particular, @value{GDBN} cannot single-step all threads in lockstep.
4045 Since thread scheduling is up to your debugging target's operating
4046 system (not controlled by @value{GDBN}), other threads may
4047 execute more than one statement while the current thread completes a
4048 single step. Moreover, in general other threads stop in the middle of a
4049 statement, rather than at a clean statement boundary, when the program
4050 stops.
4051
4052 You might even find your program stopped in another thread after
4053 continuing or even single-stepping. This happens whenever some other
4054 thread runs into a breakpoint, a signal, or an exception before the
4055 first thread completes whatever you requested.
4056
4057 On some OSes, you can lock the OS scheduler and thus allow only a single
4058 thread to run.
4059
4060 @table @code
4061 @item set scheduler-locking @var{mode}
4062 @cindex scheduler locking mode
4063 @cindex lock scheduler
4064 Set the scheduler locking mode. If it is @code{off}, then there is no
4065 locking and any thread may run at any time. If @code{on}, then only the
4066 current thread may run when the inferior is resumed. The @code{step}
4067 mode optimizes for single-stepping. It stops other threads from
4068 ``seizing the prompt'' by preempting the current thread while you are
4069 stepping. Other threads will only rarely (or never) get a chance to run
4070 when you step. They are more likely to run when you @samp{next} over a
4071 function call, and they are completely free to run when you use commands
4072 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
4073 thread hits a breakpoint during its timeslice, they will never steal the
4074 @value{GDBN} prompt away from the thread that you are debugging.
4075
4076 @item show scheduler-locking
4077 Display the current scheduler locking mode.
4078 @end table
4079
4080
4081 @node Stack
4082 @chapter Examining the Stack
4083
4084 When your program has stopped, the first thing you need to know is where it
4085 stopped and how it got there.
4086
4087 @cindex call stack
4088 Each time your program performs a function call, information about the call
4089 is generated.
4090 That information includes the location of the call in your program,
4091 the arguments of the call,
4092 and the local variables of the function being called.
4093 The information is saved in a block of data called a @dfn{stack frame}.
4094 The stack frames are allocated in a region of memory called the @dfn{call
4095 stack}.
4096
4097 When your program stops, the @value{GDBN} commands for examining the
4098 stack allow you to see all of this information.
4099
4100 @cindex selected frame
4101 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4102 @value{GDBN} commands refer implicitly to the selected frame. In
4103 particular, whenever you ask @value{GDBN} for the value of a variable in
4104 your program, the value is found in the selected frame. There are
4105 special @value{GDBN} commands to select whichever frame you are
4106 interested in. @xref{Selection, ,Selecting a frame}.
4107
4108 When your program stops, @value{GDBN} automatically selects the
4109 currently executing frame and describes it briefly, similar to the
4110 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4111
4112 @menu
4113 * Frames:: Stack frames
4114 * Backtrace:: Backtraces
4115 * Selection:: Selecting a frame
4116 * Frame Info:: Information on a frame
4117
4118 @end menu
4119
4120 @node Frames
4121 @section Stack frames
4122
4123 @cindex frame, definition
4124 @cindex stack frame
4125 The call stack is divided up into contiguous pieces called @dfn{stack
4126 frames}, or @dfn{frames} for short; each frame is the data associated
4127 with one call to one function. The frame contains the arguments given
4128 to the function, the function's local variables, and the address at
4129 which the function is executing.
4130
4131 @cindex initial frame
4132 @cindex outermost frame
4133 @cindex innermost frame
4134 When your program is started, the stack has only one frame, that of the
4135 function @code{main}. This is called the @dfn{initial} frame or the
4136 @dfn{outermost} frame. Each time a function is called, a new frame is
4137 made. Each time a function returns, the frame for that function invocation
4138 is eliminated. If a function is recursive, there can be many frames for
4139 the same function. The frame for the function in which execution is
4140 actually occurring is called the @dfn{innermost} frame. This is the most
4141 recently created of all the stack frames that still exist.
4142
4143 @cindex frame pointer
4144 Inside your program, stack frames are identified by their addresses. A
4145 stack frame consists of many bytes, each of which has its own address; each
4146 kind of computer has a convention for choosing one byte whose
4147 address serves as the address of the frame. Usually this address is kept
4148 in a register called the @dfn{frame pointer register}
4149 (@pxref{Registers, $fp}) while execution is going on in that frame.
4150
4151 @cindex frame number
4152 @value{GDBN} assigns numbers to all existing stack frames, starting with
4153 zero for the innermost frame, one for the frame that called it,
4154 and so on upward. These numbers do not really exist in your program;
4155 they are assigned by @value{GDBN} to give you a way of designating stack
4156 frames in @value{GDBN} commands.
4157
4158 @c The -fomit-frame-pointer below perennially causes hbox overflow
4159 @c underflow problems.
4160 @cindex frameless execution
4161 Some compilers provide a way to compile functions so that they operate
4162 without stack frames. (For example, the @value{GCC} option
4163 @smallexample
4164 @samp{-fomit-frame-pointer}
4165 @end smallexample
4166 generates functions without a frame.)
4167 This is occasionally done with heavily used library functions to save
4168 the frame setup time. @value{GDBN} has limited facilities for dealing
4169 with these function invocations. If the innermost function invocation
4170 has no stack frame, @value{GDBN} nevertheless regards it as though
4171 it had a separate frame, which is numbered zero as usual, allowing
4172 correct tracing of the function call chain. However, @value{GDBN} has
4173 no provision for frameless functions elsewhere in the stack.
4174
4175 @table @code
4176 @kindex frame@r{, command}
4177 @cindex current stack frame
4178 @item frame @var{args}
4179 The @code{frame} command allows you to move from one stack frame to another,
4180 and to print the stack frame you select. @var{args} may be either the
4181 address of the frame or the stack frame number. Without an argument,
4182 @code{frame} prints the current stack frame.
4183
4184 @kindex select-frame
4185 @cindex selecting frame silently
4186 @item select-frame
4187 The @code{select-frame} command allows you to move from one stack frame
4188 to another without printing the frame. This is the silent version of
4189 @code{frame}.
4190 @end table
4191
4192 @node Backtrace
4193 @section Backtraces
4194
4195 @cindex traceback
4196 @cindex call stack traces
4197 A backtrace is a summary of how your program got where it is. It shows one
4198 line per frame, for many frames, starting with the currently executing
4199 frame (frame zero), followed by its caller (frame one), and on up the
4200 stack.
4201
4202 @table @code
4203 @kindex backtrace
4204 @kindex bt @r{(@code{backtrace})}
4205 @item backtrace
4206 @itemx bt
4207 Print a backtrace of the entire stack: one line per frame for all
4208 frames in the stack.
4209
4210 You can stop the backtrace at any time by typing the system interrupt
4211 character, normally @kbd{C-c}.
4212
4213 @item backtrace @var{n}
4214 @itemx bt @var{n}
4215 Similar, but print only the innermost @var{n} frames.
4216
4217 @item backtrace -@var{n}
4218 @itemx bt -@var{n}
4219 Similar, but print only the outermost @var{n} frames.
4220
4221 @item backtrace full
4222 Print the values of the local variables also.
4223 @itemx bt full
4224 @end table
4225
4226 @kindex where
4227 @kindex info stack
4228 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4229 are additional aliases for @code{backtrace}.
4230
4231 Each line in the backtrace shows the frame number and the function name.
4232 The program counter value is also shown---unless you use @code{set
4233 print address off}. The backtrace also shows the source file name and
4234 line number, as well as the arguments to the function. The program
4235 counter value is omitted if it is at the beginning of the code for that
4236 line number.
4237
4238 Here is an example of a backtrace. It was made with the command
4239 @samp{bt 3}, so it shows the innermost three frames.
4240
4241 @smallexample
4242 @group
4243 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4244 at builtin.c:993
4245 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4246 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4247 at macro.c:71
4248 (More stack frames follow...)
4249 @end group
4250 @end smallexample
4251
4252 @noindent
4253 The display for frame zero does not begin with a program counter
4254 value, indicating that your program has stopped at the beginning of the
4255 code for line @code{993} of @code{builtin.c}.
4256
4257 @cindex value optimized out, in backtrace
4258 @cindex function call arguments, optimized out
4259 If your program was compiled with optimizations, some compilers will
4260 optimize away arguments passed to functions if those arguments are
4261 never used after the call. Such optimizations generate code that
4262 passes arguments through registers, but doesn't store those arguments
4263 in the stack frame. @value{GDBN} has no way of displaying such
4264 arguments in stack frames other than the innermost one. Here's what
4265 such a backtrace might look like:
4266
4267 @smallexample
4268 @group
4269 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4270 at builtin.c:993
4271 #1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4272 #2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4273 at macro.c:71
4274 (More stack frames follow...)
4275 @end group
4276 @end smallexample
4277
4278 @noindent
4279 The values of arguments that were not saved in their stack frames are
4280 shown as @samp{<value optimized out>}.
4281
4282 If you need to display the values of such optimized-out arguments,
4283 either deduce that from other variables whose values depend on the one
4284 you are interested in, or recompile without optimizations.
4285
4286 @cindex backtrace beyond @code{main} function
4287 @cindex program entry point
4288 @cindex startup code, and backtrace
4289 Most programs have a standard user entry point---a place where system
4290 libraries and startup code transition into user code. For C this is
4291 @code{main}@footnote{
4292 Note that embedded programs (the so-called ``free-standing''
4293 environment) are not required to have a @code{main} function as the
4294 entry point. They could even have multiple entry points.}.
4295 When @value{GDBN} finds the entry function in a backtrace
4296 it will terminate the backtrace, to avoid tracing into highly
4297 system-specific (and generally uninteresting) code.
4298
4299 If you need to examine the startup code, or limit the number of levels
4300 in a backtrace, you can change this behavior:
4301
4302 @table @code
4303 @item set backtrace past-main
4304 @itemx set backtrace past-main on
4305 @kindex set backtrace
4306 Backtraces will continue past the user entry point.
4307
4308 @item set backtrace past-main off
4309 Backtraces will stop when they encounter the user entry point. This is the
4310 default.
4311
4312 @item show backtrace past-main
4313 @kindex show backtrace
4314 Display the current user entry point backtrace policy.
4315
4316 @item set backtrace past-entry
4317 @itemx set backtrace past-entry on
4318 Backtraces will continue past the internal entry point of an application.
4319 This entry point is encoded by the linker when the application is built,
4320 and is likely before the user entry point @code{main} (or equivalent) is called.
4321
4322 @item set backtrace past-entry off
4323 Backtraces will stop when they encouter the internal entry point of an
4324 application. This is the default.
4325
4326 @item show backtrace past-entry
4327 Display the current internal entry point backtrace policy.
4328
4329 @item set backtrace limit @var{n}
4330 @itemx set backtrace limit 0
4331 @cindex backtrace limit
4332 Limit the backtrace to @var{n} levels. A value of zero means
4333 unlimited.
4334
4335 @item show backtrace limit
4336 Display the current limit on backtrace levels.
4337 @end table
4338
4339 @node Selection
4340 @section Selecting a frame
4341
4342 Most commands for examining the stack and other data in your program work on
4343 whichever stack frame is selected at the moment. Here are the commands for
4344 selecting a stack frame; all of them finish by printing a brief description
4345 of the stack frame just selected.
4346
4347 @table @code
4348 @kindex frame@r{, selecting}
4349 @kindex f @r{(@code{frame})}
4350 @item frame @var{n}
4351 @itemx f @var{n}
4352 Select frame number @var{n}. Recall that frame zero is the innermost
4353 (currently executing) frame, frame one is the frame that called the
4354 innermost one, and so on. The highest-numbered frame is the one for
4355 @code{main}.
4356
4357 @item frame @var{addr}
4358 @itemx f @var{addr}
4359 Select the frame at address @var{addr}. This is useful mainly if the
4360 chaining of stack frames has been damaged by a bug, making it
4361 impossible for @value{GDBN} to assign numbers properly to all frames. In
4362 addition, this can be useful when your program has multiple stacks and
4363 switches between them.
4364
4365 On the SPARC architecture, @code{frame} needs two addresses to
4366 select an arbitrary frame: a frame pointer and a stack pointer.
4367
4368 On the MIPS and Alpha architecture, it needs two addresses: a stack
4369 pointer and a program counter.
4370
4371 On the 29k architecture, it needs three addresses: a register stack
4372 pointer, a program counter, and a memory stack pointer.
4373
4374 @kindex up
4375 @item up @var{n}
4376 Move @var{n} frames up the stack. For positive numbers @var{n}, this
4377 advances toward the outermost frame, to higher frame numbers, to frames
4378 that have existed longer. @var{n} defaults to one.
4379
4380 @kindex down
4381 @kindex do @r{(@code{down})}
4382 @item down @var{n}
4383 Move @var{n} frames down the stack. For positive numbers @var{n}, this
4384 advances toward the innermost frame, to lower frame numbers, to frames
4385 that were created more recently. @var{n} defaults to one. You may
4386 abbreviate @code{down} as @code{do}.
4387 @end table
4388
4389 All of these commands end by printing two lines of output describing the
4390 frame. The first line shows the frame number, the function name, the
4391 arguments, and the source file and line number of execution in that
4392 frame. The second line shows the text of that source line.
4393
4394 @need 1000
4395 For example:
4396
4397 @smallexample
4398 @group
4399 (@value{GDBP}) up
4400 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4401 at env.c:10
4402 10 read_input_file (argv[i]);
4403 @end group
4404 @end smallexample
4405
4406 After such a printout, the @code{list} command with no arguments
4407 prints ten lines centered on the point of execution in the frame.
4408 You can also edit the program at the point of execution with your favorite
4409 editing program by typing @code{edit}.
4410 @xref{List, ,Printing source lines},
4411 for details.
4412
4413 @table @code
4414 @kindex down-silently
4415 @kindex up-silently
4416 @item up-silently @var{n}
4417 @itemx down-silently @var{n}
4418 These two commands are variants of @code{up} and @code{down},
4419 respectively; they differ in that they do their work silently, without
4420 causing display of the new frame. They are intended primarily for use
4421 in @value{GDBN} command scripts, where the output might be unnecessary and
4422 distracting.
4423 @end table
4424
4425 @node Frame Info
4426 @section Information about a frame
4427
4428 There are several other commands to print information about the selected
4429 stack frame.
4430
4431 @table @code
4432 @item frame
4433 @itemx f
4434 When used without any argument, this command does not change which
4435 frame is selected, but prints a brief description of the currently
4436 selected stack frame. It can be abbreviated @code{f}. With an
4437 argument, this command is used to select a stack frame.
4438 @xref{Selection, ,Selecting a frame}.
4439
4440 @kindex info frame
4441 @kindex info f @r{(@code{info frame})}
4442 @item info frame
4443 @itemx info f
4444 This command prints a verbose description of the selected stack frame,
4445 including:
4446
4447 @itemize @bullet
4448 @item
4449 the address of the frame
4450 @item
4451 the address of the next frame down (called by this frame)
4452 @item
4453 the address of the next frame up (caller of this frame)
4454 @item
4455 the language in which the source code corresponding to this frame is written
4456 @item
4457 the address of the frame's arguments
4458 @item
4459 the address of the frame's local variables
4460 @item
4461 the program counter saved in it (the address of execution in the caller frame)
4462 @item
4463 which registers were saved in the frame
4464 @end itemize
4465
4466 @noindent The verbose description is useful when
4467 something has gone wrong that has made the stack format fail to fit
4468 the usual conventions.
4469
4470 @item info frame @var{addr}
4471 @itemx info f @var{addr}
4472 Print a verbose description of the frame at address @var{addr}, without
4473 selecting that frame. The selected frame remains unchanged by this
4474 command. This requires the same kind of address (more than one for some
4475 architectures) that you specify in the @code{frame} command.
4476 @xref{Selection, ,Selecting a frame}.
4477
4478 @kindex info args
4479 @item info args
4480 Print the arguments of the selected frame, each on a separate line.
4481
4482 @item info locals
4483 @kindex info locals
4484 Print the local variables of the selected frame, each on a separate
4485 line. These are all variables (declared either static or automatic)
4486 accessible at the point of execution of the selected frame.
4487
4488 @kindex info catch
4489 @cindex catch exceptions, list active handlers
4490 @cindex exception handlers, how to list
4491 @item info catch
4492 Print a list of all the exception handlers that are active in the
4493 current stack frame at the current point of execution. To see other
4494 exception handlers, visit the associated frame (using the @code{up},
4495 @code{down}, or @code{frame} commands); then type @code{info catch}.
4496 @xref{Set Catchpoints, , Setting catchpoints}.
4497
4498 @end table
4499
4500
4501 @node Source
4502 @chapter Examining Source Files
4503
4504 @value{GDBN} can print parts of your program's source, since the debugging
4505 information recorded in the program tells @value{GDBN} what source files were
4506 used to build it. When your program stops, @value{GDBN} spontaneously prints
4507 the line where it stopped. Likewise, when you select a stack frame
4508 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4509 execution in that frame has stopped. You can print other portions of
4510 source files by explicit command.
4511
4512 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4513 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4514 @value{GDBN} under @sc{gnu} Emacs}.
4515
4516 @menu
4517 * List:: Printing source lines
4518 * Edit:: Editing source files
4519 * Search:: Searching source files
4520 * Source Path:: Specifying source directories
4521 * Machine Code:: Source and machine code
4522 @end menu
4523
4524 @node List
4525 @section Printing source lines
4526
4527 @kindex list
4528 @kindex l @r{(@code{list})}
4529 To print lines from a source file, use the @code{list} command
4530 (abbreviated @code{l}). By default, ten lines are printed.
4531 There are several ways to specify what part of the file you want to print.
4532
4533 Here are the forms of the @code{list} command most commonly used:
4534
4535 @table @code
4536 @item list @var{linenum}
4537 Print lines centered around line number @var{linenum} in the
4538 current source file.
4539
4540 @item list @var{function}
4541 Print lines centered around the beginning of function
4542 @var{function}.
4543
4544 @item list
4545 Print more lines. If the last lines printed were printed with a
4546 @code{list} command, this prints lines following the last lines
4547 printed; however, if the last line printed was a solitary line printed
4548 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4549 Stack}), this prints lines centered around that line.
4550
4551 @item list -
4552 Print lines just before the lines last printed.
4553 @end table
4554
4555 @cindex @code{list}, how many lines to display
4556 By default, @value{GDBN} prints ten source lines with any of these forms of
4557 the @code{list} command. You can change this using @code{set listsize}:
4558
4559 @table @code
4560 @kindex set listsize
4561 @item set listsize @var{count}
4562 Make the @code{list} command display @var{count} source lines (unless
4563 the @code{list} argument explicitly specifies some other number).
4564
4565 @kindex show listsize
4566 @item show listsize
4567 Display the number of lines that @code{list} prints.
4568 @end table
4569
4570 Repeating a @code{list} command with @key{RET} discards the argument,
4571 so it is equivalent to typing just @code{list}. This is more useful
4572 than listing the same lines again. An exception is made for an
4573 argument of @samp{-}; that argument is preserved in repetition so that
4574 each repetition moves up in the source file.
4575
4576 @cindex linespec
4577 In general, the @code{list} command expects you to supply zero, one or two
4578 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4579 of writing them, but the effect is always to specify some source line.
4580 Here is a complete description of the possible arguments for @code{list}:
4581
4582 @table @code
4583 @item list @var{linespec}
4584 Print lines centered around the line specified by @var{linespec}.
4585
4586 @item list @var{first},@var{last}
4587 Print lines from @var{first} to @var{last}. Both arguments are
4588 linespecs.
4589
4590 @item list ,@var{last}
4591 Print lines ending with @var{last}.
4592
4593 @item list @var{first},
4594 Print lines starting with @var{first}.
4595
4596 @item list +
4597 Print lines just after the lines last printed.
4598
4599 @item list -
4600 Print lines just before the lines last printed.
4601
4602 @item list
4603 As described in the preceding table.
4604 @end table
4605
4606 Here are the ways of specifying a single source line---all the
4607 kinds of linespec.
4608
4609 @table @code
4610 @item @var{number}
4611 Specifies line @var{number} of the current source file.
4612 When a @code{list} command has two linespecs, this refers to
4613 the same source file as the first linespec.
4614
4615 @item +@var{offset}
4616 Specifies the line @var{offset} lines after the last line printed.
4617 When used as the second linespec in a @code{list} command that has
4618 two, this specifies the line @var{offset} lines down from the
4619 first linespec.
4620
4621 @item -@var{offset}
4622 Specifies the line @var{offset} lines before the last line printed.
4623
4624 @item @var{filename}:@var{number}
4625 Specifies line @var{number} in the source file @var{filename}.
4626
4627 @item @var{function}
4628 Specifies the line that begins the body of the function @var{function}.
4629 For example: in C, this is the line with the open brace.
4630
4631 @item @var{filename}:@var{function}
4632 Specifies the line of the open-brace that begins the body of the
4633 function @var{function} in the file @var{filename}. You only need the
4634 file name with a function name to avoid ambiguity when there are
4635 identically named functions in different source files.
4636
4637 @item *@var{address}
4638 Specifies the line containing the program address @var{address}.
4639 @var{address} may be any expression.
4640 @end table
4641
4642 @node Edit
4643 @section Editing source files
4644 @cindex editing source files
4645
4646 @kindex edit
4647 @kindex e @r{(@code{edit})}
4648 To edit the lines in a source file, use the @code{edit} command.
4649 The editing program of your choice
4650 is invoked with the current line set to
4651 the active line in the program.
4652 Alternatively, there are several ways to specify what part of the file you
4653 want to print if you want to see other parts of the program.
4654
4655 Here are the forms of the @code{edit} command most commonly used:
4656
4657 @table @code
4658 @item edit
4659 Edit the current source file at the active line number in the program.
4660
4661 @item edit @var{number}
4662 Edit the current source file with @var{number} as the active line number.
4663
4664 @item edit @var{function}
4665 Edit the file containing @var{function} at the beginning of its definition.
4666
4667 @item edit @var{filename}:@var{number}
4668 Specifies line @var{number} in the source file @var{filename}.
4669
4670 @item edit @var{filename}:@var{function}
4671 Specifies the line that begins the body of the
4672 function @var{function} in the file @var{filename}. You only need the
4673 file name with a function name to avoid ambiguity when there are
4674 identically named functions in different source files.
4675
4676 @item edit *@var{address}
4677 Specifies the line containing the program address @var{address}.
4678 @var{address} may be any expression.
4679 @end table
4680
4681 @subsection Choosing your editor
4682 You can customize @value{GDBN} to use any editor you want
4683 @footnote{
4684 The only restriction is that your editor (say @code{ex}), recognizes the
4685 following command-line syntax:
4686 @smallexample
4687 ex +@var{number} file
4688 @end smallexample
4689 The optional numeric value +@var{number} specifies the number of the line in
4690 the file where to start editing.}.
4691 By default, it is @file{@value{EDITOR}}, but you can change this
4692 by setting the environment variable @code{EDITOR} before using
4693 @value{GDBN}. For example, to configure @value{GDBN} to use the
4694 @code{vi} editor, you could use these commands with the @code{sh} shell:
4695 @smallexample
4696 EDITOR=/usr/bin/vi
4697 export EDITOR
4698 gdb @dots{}
4699 @end smallexample
4700 or in the @code{csh} shell,
4701 @smallexample
4702 setenv EDITOR /usr/bin/vi
4703 gdb @dots{}
4704 @end smallexample
4705
4706 @node Search
4707 @section Searching source files
4708 @cindex searching source files
4709
4710 There are two commands for searching through the current source file for a
4711 regular expression.
4712
4713 @table @code
4714 @kindex search
4715 @kindex forward-search
4716 @item forward-search @var{regexp}
4717 @itemx search @var{regexp}
4718 The command @samp{forward-search @var{regexp}} checks each line,
4719 starting with the one following the last line listed, for a match for
4720 @var{regexp}. It lists the line that is found. You can use the
4721 synonym @samp{search @var{regexp}} or abbreviate the command name as
4722 @code{fo}.
4723
4724 @kindex reverse-search
4725 @item reverse-search @var{regexp}
4726 The command @samp{reverse-search @var{regexp}} checks each line, starting
4727 with the one before the last line listed and going backward, for a match
4728 for @var{regexp}. It lists the line that is found. You can abbreviate
4729 this command as @code{rev}.
4730 @end table
4731
4732 @node Source Path
4733 @section Specifying source directories
4734
4735 @cindex source path
4736 @cindex directories for source files
4737 Executable programs sometimes do not record the directories of the source
4738 files from which they were compiled, just the names. Even when they do,
4739 the directories could be moved between the compilation and your debugging
4740 session. @value{GDBN} has a list of directories to search for source files;
4741 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4742 it tries all the directories in the list, in the order they are present
4743 in the list, until it finds a file with the desired name.
4744
4745 For example, suppose an executable references the file
4746 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4747 @file{/mnt/cross}. The file is first looked up literally; if this
4748 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4749 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4750 message is printed. @value{GDBN} does not look up the parts of the
4751 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4752 Likewise, the subdirectories of the source path are not searched: if
4753 the source path is @file{/mnt/cross}, and the binary refers to
4754 @file{foo.c}, @value{GDBN} would not find it under
4755 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4756
4757 Plain file names, relative file names with leading directories, file
4758 names containing dots, etc.@: are all treated as described above; for
4759 instance, if the source path is @file{/mnt/cross}, and the source file
4760 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4761 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4762 that---@file{/mnt/cross/foo.c}.
4763
4764 Note that the executable search path is @emph{not} used to locate the
4765 source files. Neither is the current working directory, unless it
4766 happens to be in the source path.
4767
4768 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4769 any information it has cached about where source files are found and where
4770 each line is in the file.
4771
4772 @kindex directory
4773 @kindex dir
4774 When you start @value{GDBN}, its source path includes only @samp{cdir}
4775 and @samp{cwd}, in that order.
4776 To add other directories, use the @code{directory} command.
4777
4778 @table @code
4779 @item directory @var{dirname} @dots{}
4780 @item dir @var{dirname} @dots{}
4781 Add directory @var{dirname} to the front of the source path. Several
4782 directory names may be given to this command, separated by @samp{:}
4783 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4784 part of absolute file names) or
4785 whitespace. You may specify a directory that is already in the source
4786 path; this moves it forward, so @value{GDBN} searches it sooner.
4787
4788 @kindex cdir
4789 @kindex cwd
4790 @vindex $cdir@r{, convenience variable}
4791 @vindex $cwdr@r{, convenience variable}
4792 @cindex compilation directory
4793 @cindex current directory
4794 @cindex working directory
4795 @cindex directory, current
4796 @cindex directory, compilation
4797 You can use the string @samp{$cdir} to refer to the compilation
4798 directory (if one is recorded), and @samp{$cwd} to refer to the current
4799 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4800 tracks the current working directory as it changes during your @value{GDBN}
4801 session, while the latter is immediately expanded to the current
4802 directory at the time you add an entry to the source path.
4803
4804 @item directory
4805 Reset the source path to empty again. This requires confirmation.
4806
4807 @c RET-repeat for @code{directory} is explicitly disabled, but since
4808 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4809
4810 @item show directories
4811 @kindex show directories
4812 Print the source path: show which directories it contains.
4813 @end table
4814
4815 If your source path is cluttered with directories that are no longer of
4816 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4817 versions of source. You can correct the situation as follows:
4818
4819 @enumerate
4820 @item
4821 Use @code{directory} with no argument to reset the source path to empty.
4822
4823 @item
4824 Use @code{directory} with suitable arguments to reinstall the
4825 directories you want in the source path. You can add all the
4826 directories in one command.
4827 @end enumerate
4828
4829 @node Machine Code
4830 @section Source and machine code
4831 @cindex source line and its code address
4832
4833 You can use the command @code{info line} to map source lines to program
4834 addresses (and vice versa), and the command @code{disassemble} to display
4835 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4836 mode, the @code{info line} command causes the arrow to point to the
4837 line specified. Also, @code{info line} prints addresses in symbolic form as
4838 well as hex.
4839
4840 @table @code
4841 @kindex info line
4842 @item info line @var{linespec}
4843 Print the starting and ending addresses of the compiled code for
4844 source line @var{linespec}. You can specify source lines in any of
4845 the ways understood by the @code{list} command (@pxref{List, ,Printing
4846 source lines}).
4847 @end table
4848
4849 For example, we can use @code{info line} to discover the location of
4850 the object code for the first line of function
4851 @code{m4_changequote}:
4852
4853 @c FIXME: I think this example should also show the addresses in
4854 @c symbolic form, as they usually would be displayed.
4855 @smallexample
4856 (@value{GDBP}) info line m4_changequote
4857 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4858 @end smallexample
4859
4860 @noindent
4861 @cindex code address and its source line
4862 We can also inquire (using @code{*@var{addr}} as the form for
4863 @var{linespec}) what source line covers a particular address:
4864 @smallexample
4865 (@value{GDBP}) info line *0x63ff
4866 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4867 @end smallexample
4868
4869 @cindex @code{$_} and @code{info line}
4870 @cindex @code{x} command, default address
4871 @kindex x@r{(examine), and} info line
4872 After @code{info line}, the default address for the @code{x} command
4873 is changed to the starting address of the line, so that @samp{x/i} is
4874 sufficient to begin examining the machine code (@pxref{Memory,
4875 ,Examining memory}). Also, this address is saved as the value of the
4876 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4877 variables}).
4878
4879 @table @code
4880 @kindex disassemble
4881 @cindex assembly instructions
4882 @cindex instructions, assembly
4883 @cindex machine instructions
4884 @cindex listing machine instructions
4885 @item disassemble
4886 This specialized command dumps a range of memory as machine
4887 instructions. The default memory range is the function surrounding the
4888 program counter of the selected frame. A single argument to this
4889 command is a program counter value; @value{GDBN} dumps the function
4890 surrounding this value. Two arguments specify a range of addresses
4891 (first inclusive, second exclusive) to dump.
4892 @end table
4893
4894 The following example shows the disassembly of a range of addresses of
4895 HP PA-RISC 2.0 code:
4896
4897 @smallexample
4898 (@value{GDBP}) disas 0x32c4 0x32e4
4899 Dump of assembler code from 0x32c4 to 0x32e4:
4900 0x32c4 <main+204>: addil 0,dp
4901 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4902 0x32cc <main+212>: ldil 0x3000,r31
4903 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4904 0x32d4 <main+220>: ldo 0(r31),rp
4905 0x32d8 <main+224>: addil -0x800,dp
4906 0x32dc <main+228>: ldo 0x588(r1),r26
4907 0x32e0 <main+232>: ldil 0x3000,r31
4908 End of assembler dump.
4909 @end smallexample
4910
4911 Some architectures have more than one commonly-used set of instruction
4912 mnemonics or other syntax.
4913
4914 For programs that were dynamically linked and use shared libraries,
4915 instructions that call functions or branch to locations in the shared
4916 libraries might show a seemingly bogus location---it's actually a
4917 location of the relocation table. On some architectures, @value{GDBN}
4918 might be able to resolve these to actual function names.
4919
4920 @table @code
4921 @kindex set disassembly-flavor
4922 @cindex Intel disassembly flavor
4923 @cindex AT&T disassembly flavor
4924 @item set disassembly-flavor @var{instruction-set}
4925 Select the instruction set to use when disassembling the
4926 program via the @code{disassemble} or @code{x/i} commands.
4927
4928 Currently this command is only defined for the Intel x86 family. You
4929 can set @var{instruction-set} to either @code{intel} or @code{att}.
4930 The default is @code{att}, the AT&T flavor used by default by Unix
4931 assemblers for x86-based targets.
4932
4933 @kindex show disassembly-flavor
4934 @item show disassembly-flavor
4935 Show the current setting of the disassembly flavor.
4936 @end table
4937
4938
4939 @node Data
4940 @chapter Examining Data
4941
4942 @cindex printing data
4943 @cindex examining data
4944 @kindex print
4945 @kindex inspect
4946 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4947 @c document because it is nonstandard... Under Epoch it displays in a
4948 @c different window or something like that.
4949 The usual way to examine data in your program is with the @code{print}
4950 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4951 evaluates and prints the value of an expression of the language your
4952 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4953 Different Languages}).
4954
4955 @table @code
4956 @item print @var{expr}
4957 @itemx print /@var{f} @var{expr}
4958 @var{expr} is an expression (in the source language). By default the
4959 value of @var{expr} is printed in a format appropriate to its data type;
4960 you can choose a different format by specifying @samp{/@var{f}}, where
4961 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4962 formats}.
4963
4964 @item print
4965 @itemx print /@var{f}
4966 @cindex reprint the last value
4967 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4968 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4969 conveniently inspect the same value in an alternative format.
4970 @end table
4971
4972 A more low-level way of examining data is with the @code{x} command.
4973 It examines data in memory at a specified address and prints it in a
4974 specified format. @xref{Memory, ,Examining memory}.
4975
4976 If you are interested in information about types, or about how the
4977 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4978 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4979 Table}.
4980
4981 @menu
4982 * Expressions:: Expressions
4983 * Variables:: Program variables
4984 * Arrays:: Artificial arrays
4985 * Output Formats:: Output formats
4986 * Memory:: Examining memory
4987 * Auto Display:: Automatic display
4988 * Print Settings:: Print settings
4989 * Value History:: Value history
4990 * Convenience Vars:: Convenience variables
4991 * Registers:: Registers
4992 * Floating Point Hardware:: Floating point hardware
4993 * Vector Unit:: Vector Unit
4994 * OS Information:: Auxiliary data provided by operating system
4995 * Memory Region Attributes:: Memory region attributes
4996 * Dump/Restore Files:: Copy between memory and a file
4997 * Core File Generation:: Cause a program dump its core
4998 * Character Sets:: Debugging programs that use a different
4999 character set than GDB does
5000 * Caching Remote Data:: Data caching for remote targets
5001 @end menu
5002
5003 @node Expressions
5004 @section Expressions
5005
5006 @cindex expressions
5007 @code{print} and many other @value{GDBN} commands accept an expression and
5008 compute its value. Any kind of constant, variable or operator defined
5009 by the programming language you are using is valid in an expression in
5010 @value{GDBN}. This includes conditional expressions, function calls,
5011 casts, and string constants. It also includes preprocessor macros, if
5012 you compiled your program to include this information; see
5013 @ref{Compilation}.
5014
5015 @cindex arrays in expressions
5016 @value{GDBN} supports array constants in expressions input by
5017 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5018 you can use the command @code{print @{1, 2, 3@}} to build up an array in
5019 memory that is @code{malloc}ed in the target program.
5020
5021 Because C is so widespread, most of the expressions shown in examples in
5022 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
5023 Languages}, for information on how to use expressions in other
5024 languages.
5025
5026 In this section, we discuss operators that you can use in @value{GDBN}
5027 expressions regardless of your programming language.
5028
5029 @cindex casts, in expressions
5030 Casts are supported in all languages, not just in C, because it is so
5031 useful to cast a number into a pointer in order to examine a structure
5032 at that address in memory.
5033 @c FIXME: casts supported---Mod2 true?
5034
5035 @value{GDBN} supports these operators, in addition to those common
5036 to programming languages:
5037
5038 @table @code
5039 @item @@
5040 @samp{@@} is a binary operator for treating parts of memory as arrays.
5041 @xref{Arrays, ,Artificial arrays}, for more information.
5042
5043 @item ::
5044 @samp{::} allows you to specify a variable in terms of the file or
5045 function where it is defined. @xref{Variables, ,Program variables}.
5046
5047 @cindex @{@var{type}@}
5048 @cindex type casting memory
5049 @cindex memory, viewing as typed object
5050 @cindex casts, to view memory
5051 @item @{@var{type}@} @var{addr}
5052 Refers to an object of type @var{type} stored at address @var{addr} in
5053 memory. @var{addr} may be any expression whose value is an integer or
5054 pointer (but parentheses are required around binary operators, just as in
5055 a cast). This construct is allowed regardless of what kind of data is
5056 normally supposed to reside at @var{addr}.
5057 @end table
5058
5059 @node Variables
5060 @section Program variables
5061
5062 The most common kind of expression to use is the name of a variable
5063 in your program.
5064
5065 Variables in expressions are understood in the selected stack frame
5066 (@pxref{Selection, ,Selecting a frame}); they must be either:
5067
5068 @itemize @bullet
5069 @item
5070 global (or file-static)
5071 @end itemize
5072
5073 @noindent or
5074
5075 @itemize @bullet
5076 @item
5077 visible according to the scope rules of the
5078 programming language from the point of execution in that frame
5079 @end itemize
5080
5081 @noindent This means that in the function
5082
5083 @smallexample
5084 foo (a)
5085 int a;
5086 @{
5087 bar (a);
5088 @{
5089 int b = test ();
5090 bar (b);
5091 @}
5092 @}
5093 @end smallexample
5094
5095 @noindent
5096 you can examine and use the variable @code{a} whenever your program is
5097 executing within the function @code{foo}, but you can only use or
5098 examine the variable @code{b} while your program is executing inside
5099 the block where @code{b} is declared.
5100
5101 @cindex variable name conflict
5102 There is an exception: you can refer to a variable or function whose
5103 scope is a single source file even if the current execution point is not
5104 in this file. But it is possible to have more than one such variable or
5105 function with the same name (in different source files). If that
5106 happens, referring to that name has unpredictable effects. If you wish,
5107 you can specify a static variable in a particular function or file,
5108 using the colon-colon (@code{::}) notation:
5109
5110 @cindex colon-colon, context for variables/functions
5111 @iftex
5112 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5113 @cindex @code{::}, context for variables/functions
5114 @end iftex
5115 @smallexample
5116 @var{file}::@var{variable}
5117 @var{function}::@var{variable}
5118 @end smallexample
5119
5120 @noindent
5121 Here @var{file} or @var{function} is the name of the context for the
5122 static @var{variable}. In the case of file names, you can use quotes to
5123 make sure @value{GDBN} parses the file name as a single word---for example,
5124 to print a global value of @code{x} defined in @file{f2.c}:
5125
5126 @smallexample
5127 (@value{GDBP}) p 'f2.c'::x
5128 @end smallexample
5129
5130 @cindex C@t{++} scope resolution
5131 This use of @samp{::} is very rarely in conflict with the very similar
5132 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
5133 scope resolution operator in @value{GDBN} expressions.
5134 @c FIXME: Um, so what happens in one of those rare cases where it's in
5135 @c conflict?? --mew
5136
5137 @cindex wrong values
5138 @cindex variable values, wrong
5139 @cindex function entry/exit, wrong values of variables
5140 @cindex optimized code, wrong values of variables
5141 @quotation
5142 @emph{Warning:} Occasionally, a local variable may appear to have the
5143 wrong value at certain points in a function---just after entry to a new
5144 scope, and just before exit.
5145 @end quotation
5146 You may see this problem when you are stepping by machine instructions.
5147 This is because, on most machines, it takes more than one instruction to
5148 set up a stack frame (including local variable definitions); if you are
5149 stepping by machine instructions, variables may appear to have the wrong
5150 values until the stack frame is completely built. On exit, it usually
5151 also takes more than one machine instruction to destroy a stack frame;
5152 after you begin stepping through that group of instructions, local
5153 variable definitions may be gone.
5154
5155 This may also happen when the compiler does significant optimizations.
5156 To be sure of always seeing accurate values, turn off all optimization
5157 when compiling.
5158
5159 @cindex ``No symbol "foo" in current context''
5160 Another possible effect of compiler optimizations is to optimize
5161 unused variables out of existence, or assign variables to registers (as
5162 opposed to memory addresses). Depending on the support for such cases
5163 offered by the debug info format used by the compiler, @value{GDBN}
5164 might not be able to display values for such local variables. If that
5165 happens, @value{GDBN} will print a message like this:
5166
5167 @smallexample
5168 No symbol "foo" in current context.
5169 @end smallexample
5170
5171 To solve such problems, either recompile without optimizations, or use a
5172 different debug info format, if the compiler supports several such
5173 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5174 usually supports the @option{-gstabs+} option. @option{-gstabs+}
5175 produces debug info in a format that is superior to formats such as
5176 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5177 an effective form for debug info. @xref{Debugging Options,,Options
5178 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5179 @xref{C, , Debugging C++}, for more info about debug info formats
5180 that are best suited to C@t{++} programs.
5181
5182 If you ask to print an object whose contents are unknown to
5183 @value{GDBN}, e.g., because its data type is not completely specified
5184 by the debug information, @value{GDBN} will say @samp{<incomplete
5185 type>}. @xref{Symbols, incomplete type}, for more about this.
5186
5187 @node Arrays
5188 @section Artificial arrays
5189
5190 @cindex artificial array
5191 @cindex arrays
5192 @kindex @@@r{, referencing memory as an array}
5193 It is often useful to print out several successive objects of the
5194 same type in memory; a section of an array, or an array of
5195 dynamically determined size for which only a pointer exists in the
5196 program.
5197
5198 You can do this by referring to a contiguous span of memory as an
5199 @dfn{artificial array}, using the binary operator @samp{@@}. The left
5200 operand of @samp{@@} should be the first element of the desired array
5201 and be an individual object. The right operand should be the desired length
5202 of the array. The result is an array value whose elements are all of
5203 the type of the left argument. The first element is actually the left
5204 argument; the second element comes from bytes of memory immediately
5205 following those that hold the first element, and so on. Here is an
5206 example. If a program says
5207
5208 @smallexample
5209 int *array = (int *) malloc (len * sizeof (int));
5210 @end smallexample
5211
5212 @noindent
5213 you can print the contents of @code{array} with
5214
5215 @smallexample
5216 p *array@@len
5217 @end smallexample
5218
5219 The left operand of @samp{@@} must reside in memory. Array values made
5220 with @samp{@@} in this way behave just like other arrays in terms of
5221 subscripting, and are coerced to pointers when used in expressions.
5222 Artificial arrays most often appear in expressions via the value history
5223 (@pxref{Value History, ,Value history}), after printing one out.
5224
5225 Another way to create an artificial array is to use a cast.
5226 This re-interprets a value as if it were an array.
5227 The value need not be in memory:
5228 @smallexample
5229 (@value{GDBP}) p/x (short[2])0x12345678
5230 $1 = @{0x1234, 0x5678@}
5231 @end smallexample
5232
5233 As a convenience, if you leave the array length out (as in
5234 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5235 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5236 @smallexample
5237 (@value{GDBP}) p/x (short[])0x12345678
5238 $2 = @{0x1234, 0x5678@}
5239 @end smallexample
5240
5241 Sometimes the artificial array mechanism is not quite enough; in
5242 moderately complex data structures, the elements of interest may not
5243 actually be adjacent---for example, if you are interested in the values
5244 of pointers in an array. One useful work-around in this situation is
5245 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5246 variables}) as a counter in an expression that prints the first
5247 interesting value, and then repeat that expression via @key{RET}. For
5248 instance, suppose you have an array @code{dtab} of pointers to
5249 structures, and you are interested in the values of a field @code{fv}
5250 in each structure. Here is an example of what you might type:
5251
5252 @smallexample
5253 set $i = 0
5254 p dtab[$i++]->fv
5255 @key{RET}
5256 @key{RET}
5257 @dots{}
5258 @end smallexample
5259
5260 @node Output Formats
5261 @section Output formats
5262
5263 @cindex formatted output
5264 @cindex output formats
5265 By default, @value{GDBN} prints a value according to its data type. Sometimes
5266 this is not what you want. For example, you might want to print a number
5267 in hex, or a pointer in decimal. Or you might want to view data in memory
5268 at a certain address as a character string or as an instruction. To do
5269 these things, specify an @dfn{output format} when you print a value.
5270
5271 The simplest use of output formats is to say how to print a value
5272 already computed. This is done by starting the arguments of the
5273 @code{print} command with a slash and a format letter. The format
5274 letters supported are:
5275
5276 @table @code
5277 @item x
5278 Regard the bits of the value as an integer, and print the integer in
5279 hexadecimal.
5280
5281 @item d
5282 Print as integer in signed decimal.
5283
5284 @item u
5285 Print as integer in unsigned decimal.
5286
5287 @item o
5288 Print as integer in octal.
5289
5290 @item t
5291 Print as integer in binary. The letter @samp{t} stands for ``two''.
5292 @footnote{@samp{b} cannot be used because these format letters are also
5293 used with the @code{x} command, where @samp{b} stands for ``byte'';
5294 see @ref{Memory,,Examining memory}.}
5295
5296 @item a
5297 @cindex unknown address, locating
5298 @cindex locate address
5299 Print as an address, both absolute in hexadecimal and as an offset from
5300 the nearest preceding symbol. You can use this format used to discover
5301 where (in what function) an unknown address is located:
5302
5303 @smallexample
5304 (@value{GDBP}) p/a 0x54320
5305 $3 = 0x54320 <_initialize_vx+396>
5306 @end smallexample
5307
5308 @noindent
5309 The command @code{info symbol 0x54320} yields similar results.
5310 @xref{Symbols, info symbol}.
5311
5312 @item c
5313 Regard as an integer and print it as a character constant. This
5314 prints both the numerical value and its character representation. The
5315 character representation is replaced with the octal escape @samp{\nnn}
5316 for characters outside the 7-bit @sc{ascii} range.
5317
5318 @item f
5319 Regard the bits of the value as a floating point number and print
5320 using typical floating point syntax.
5321 @end table
5322
5323 For example, to print the program counter in hex (@pxref{Registers}), type
5324
5325 @smallexample
5326 p/x $pc
5327 @end smallexample
5328
5329 @noindent
5330 Note that no space is required before the slash; this is because command
5331 names in @value{GDBN} cannot contain a slash.
5332
5333 To reprint the last value in the value history with a different format,
5334 you can use the @code{print} command with just a format and no
5335 expression. For example, @samp{p/x} reprints the last value in hex.
5336
5337 @node Memory
5338 @section Examining memory
5339
5340 You can use the command @code{x} (for ``examine'') to examine memory in
5341 any of several formats, independently of your program's data types.
5342
5343 @cindex examining memory
5344 @table @code
5345 @kindex x @r{(examine memory)}
5346 @item x/@var{nfu} @var{addr}
5347 @itemx x @var{addr}
5348 @itemx x
5349 Use the @code{x} command to examine memory.
5350 @end table
5351
5352 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5353 much memory to display and how to format it; @var{addr} is an
5354 expression giving the address where you want to start displaying memory.
5355 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5356 Several commands set convenient defaults for @var{addr}.
5357
5358 @table @r
5359 @item @var{n}, the repeat count
5360 The repeat count is a decimal integer; the default is 1. It specifies
5361 how much memory (counting by units @var{u}) to display.
5362 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5363 @c 4.1.2.
5364
5365 @item @var{f}, the display format
5366 The display format is one of the formats used by @code{print}
5367 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
5368 @samp{f}), and in addition @samp{s} (for null-terminated strings) and
5369 @samp{i} (for machine instructions). The default is @samp{x}
5370 (hexadecimal) initially. The default changes each time you use either
5371 @code{x} or @code{print}.
5372
5373 @item @var{u}, the unit size
5374 The unit size is any of
5375
5376 @table @code
5377 @item b
5378 Bytes.
5379 @item h
5380 Halfwords (two bytes).
5381 @item w
5382 Words (four bytes). This is the initial default.
5383 @item g
5384 Giant words (eight bytes).
5385 @end table
5386
5387 Each time you specify a unit size with @code{x}, that size becomes the
5388 default unit the next time you use @code{x}. (For the @samp{s} and
5389 @samp{i} formats, the unit size is ignored and is normally not written.)
5390
5391 @item @var{addr}, starting display address
5392 @var{addr} is the address where you want @value{GDBN} to begin displaying
5393 memory. The expression need not have a pointer value (though it may);
5394 it is always interpreted as an integer address of a byte of memory.
5395 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
5396 @var{addr} is usually just after the last address examined---but several
5397 other commands also set the default address: @code{info breakpoints} (to
5398 the address of the last breakpoint listed), @code{info line} (to the
5399 starting address of a line), and @code{print} (if you use it to display
5400 a value from memory).
5401 @end table
5402
5403 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5404 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5405 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5406 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5407 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5408
5409 Since the letters indicating unit sizes are all distinct from the
5410 letters specifying output formats, you do not have to remember whether
5411 unit size or format comes first; either order works. The output
5412 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5413 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5414
5415 Even though the unit size @var{u} is ignored for the formats @samp{s}
5416 and @samp{i}, you might still want to use a count @var{n}; for example,
5417 @samp{3i} specifies that you want to see three machine instructions,
5418 including any operands. The command @code{disassemble} gives an
5419 alternative way of inspecting machine instructions; see @ref{Machine
5420 Code,,Source and machine code}.
5421
5422 All the defaults for the arguments to @code{x} are designed to make it
5423 easy to continue scanning memory with minimal specifications each time
5424 you use @code{x}. For example, after you have inspected three machine
5425 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5426 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5427 the repeat count @var{n} is used again; the other arguments default as
5428 for successive uses of @code{x}.
5429
5430 @cindex @code{$_}, @code{$__}, and value history
5431 The addresses and contents printed by the @code{x} command are not saved
5432 in the value history because there is often too much of them and they
5433 would get in the way. Instead, @value{GDBN} makes these values available for
5434 subsequent use in expressions as values of the convenience variables
5435 @code{$_} and @code{$__}. After an @code{x} command, the last address
5436 examined is available for use in expressions in the convenience variable
5437 @code{$_}. The contents of that address, as examined, are available in
5438 the convenience variable @code{$__}.
5439
5440 If the @code{x} command has a repeat count, the address and contents saved
5441 are from the last memory unit printed; this is not the same as the last
5442 address printed if several units were printed on the last line of output.
5443
5444 @cindex remote memory comparison
5445 @cindex verify remote memory image
5446 When you are debugging a program running on a remote target machine
5447 (@pxref{Remote}), you may wish to verify the program's image in the
5448 remote machine's memory against the executable file you downloaded to
5449 the target. The @code{compare-sections} command is provided for such
5450 situations.
5451
5452 @table @code
5453 @kindex compare-sections
5454 @item compare-sections @r{[}@var{section-name}@r{]}
5455 Compare the data of a loadable section @var{section-name} in the
5456 executable file of the program being debugged with the same section in
5457 the remote machine's memory, and report any mismatches. With no
5458 arguments, compares all loadable sections. This command's
5459 availability depends on the target's support for the @code{"qCRC"}
5460 remote request.
5461 @end table
5462
5463 @node Auto Display
5464 @section Automatic display
5465 @cindex automatic display
5466 @cindex display of expressions
5467
5468 If you find that you want to print the value of an expression frequently
5469 (to see how it changes), you might want to add it to the @dfn{automatic
5470 display list} so that @value{GDBN} prints its value each time your program stops.
5471 Each expression added to the list is given a number to identify it;
5472 to remove an expression from the list, you specify that number.
5473 The automatic display looks like this:
5474
5475 @smallexample
5476 2: foo = 38
5477 3: bar[5] = (struct hack *) 0x3804
5478 @end smallexample
5479
5480 @noindent
5481 This display shows item numbers, expressions and their current values. As with
5482 displays you request manually using @code{x} or @code{print}, you can
5483 specify the output format you prefer; in fact, @code{display} decides
5484 whether to use @code{print} or @code{x} depending on how elaborate your
5485 format specification is---it uses @code{x} if you specify a unit size,
5486 or one of the two formats (@samp{i} and @samp{s}) that are only
5487 supported by @code{x}; otherwise it uses @code{print}.
5488
5489 @table @code
5490 @kindex display
5491 @item display @var{expr}
5492 Add the expression @var{expr} to the list of expressions to display
5493 each time your program stops. @xref{Expressions, ,Expressions}.
5494
5495 @code{display} does not repeat if you press @key{RET} again after using it.
5496
5497 @item display/@var{fmt} @var{expr}
5498 For @var{fmt} specifying only a display format and not a size or
5499 count, add the expression @var{expr} to the auto-display list but
5500 arrange to display it each time in the specified format @var{fmt}.
5501 @xref{Output Formats,,Output formats}.
5502
5503 @item display/@var{fmt} @var{addr}
5504 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5505 number of units, add the expression @var{addr} as a memory address to
5506 be examined each time your program stops. Examining means in effect
5507 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5508 @end table
5509
5510 For example, @samp{display/i $pc} can be helpful, to see the machine
5511 instruction about to be executed each time execution stops (@samp{$pc}
5512 is a common name for the program counter; @pxref{Registers, ,Registers}).
5513
5514 @table @code
5515 @kindex delete display
5516 @kindex undisplay
5517 @item undisplay @var{dnums}@dots{}
5518 @itemx delete display @var{dnums}@dots{}
5519 Remove item numbers @var{dnums} from the list of expressions to display.
5520
5521 @code{undisplay} does not repeat if you press @key{RET} after using it.
5522 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5523
5524 @kindex disable display
5525 @item disable display @var{dnums}@dots{}
5526 Disable the display of item numbers @var{dnums}. A disabled display
5527 item is not printed automatically, but is not forgotten. It may be
5528 enabled again later.
5529
5530 @kindex enable display
5531 @item enable display @var{dnums}@dots{}
5532 Enable display of item numbers @var{dnums}. It becomes effective once
5533 again in auto display of its expression, until you specify otherwise.
5534
5535 @item display
5536 Display the current values of the expressions on the list, just as is
5537 done when your program stops.
5538
5539 @kindex info display
5540 @item info display
5541 Print the list of expressions previously set up to display
5542 automatically, each one with its item number, but without showing the
5543 values. This includes disabled expressions, which are marked as such.
5544 It also includes expressions which would not be displayed right now
5545 because they refer to automatic variables not currently available.
5546 @end table
5547
5548 @cindex display disabled out of scope
5549 If a display expression refers to local variables, then it does not make
5550 sense outside the lexical context for which it was set up. Such an
5551 expression is disabled when execution enters a context where one of its
5552 variables is not defined. For example, if you give the command
5553 @code{display last_char} while inside a function with an argument
5554 @code{last_char}, @value{GDBN} displays this argument while your program
5555 continues to stop inside that function. When it stops elsewhere---where
5556 there is no variable @code{last_char}---the display is disabled
5557 automatically. The next time your program stops where @code{last_char}
5558 is meaningful, you can enable the display expression once again.
5559
5560 @node Print Settings
5561 @section Print settings
5562
5563 @cindex format options
5564 @cindex print settings
5565 @value{GDBN} provides the following ways to control how arrays, structures,
5566 and symbols are printed.
5567
5568 @noindent
5569 These settings are useful for debugging programs in any language:
5570
5571 @table @code
5572 @kindex set print
5573 @item set print address
5574 @itemx set print address on
5575 @cindex print/don't print memory addresses
5576 @value{GDBN} prints memory addresses showing the location of stack
5577 traces, structure values, pointer values, breakpoints, and so forth,
5578 even when it also displays the contents of those addresses. The default
5579 is @code{on}. For example, this is what a stack frame display looks like with
5580 @code{set print address on}:
5581
5582 @smallexample
5583 @group
5584 (@value{GDBP}) f
5585 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5586 at input.c:530
5587 530 if (lquote != def_lquote)
5588 @end group
5589 @end smallexample
5590
5591 @item set print address off
5592 Do not print addresses when displaying their contents. For example,
5593 this is the same stack frame displayed with @code{set print address off}:
5594
5595 @smallexample
5596 @group
5597 (@value{GDBP}) set print addr off
5598 (@value{GDBP}) f
5599 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5600 530 if (lquote != def_lquote)
5601 @end group
5602 @end smallexample
5603
5604 You can use @samp{set print address off} to eliminate all machine
5605 dependent displays from the @value{GDBN} interface. For example, with
5606 @code{print address off}, you should get the same text for backtraces on
5607 all machines---whether or not they involve pointer arguments.
5608
5609 @kindex show print
5610 @item show print address
5611 Show whether or not addresses are to be printed.
5612 @end table
5613
5614 When @value{GDBN} prints a symbolic address, it normally prints the
5615 closest earlier symbol plus an offset. If that symbol does not uniquely
5616 identify the address (for example, it is a name whose scope is a single
5617 source file), you may need to clarify. One way to do this is with
5618 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5619 you can set @value{GDBN} to print the source file and line number when
5620 it prints a symbolic address:
5621
5622 @table @code
5623 @item set print symbol-filename on
5624 @cindex source file and line of a symbol
5625 @cindex symbol, source file and line
5626 Tell @value{GDBN} to print the source file name and line number of a
5627 symbol in the symbolic form of an address.
5628
5629 @item set print symbol-filename off
5630 Do not print source file name and line number of a symbol. This is the
5631 default.
5632
5633 @item show print symbol-filename
5634 Show whether or not @value{GDBN} will print the source file name and
5635 line number of a symbol in the symbolic form of an address.
5636 @end table
5637
5638 Another situation where it is helpful to show symbol filenames and line
5639 numbers is when disassembling code; @value{GDBN} shows you the line
5640 number and source file that corresponds to each instruction.
5641
5642 Also, you may wish to see the symbolic form only if the address being
5643 printed is reasonably close to the closest earlier symbol:
5644
5645 @table @code
5646 @item set print max-symbolic-offset @var{max-offset}
5647 @cindex maximum value for offset of closest symbol
5648 Tell @value{GDBN} to only display the symbolic form of an address if the
5649 offset between the closest earlier symbol and the address is less than
5650 @var{max-offset}. The default is 0, which tells @value{GDBN}
5651 to always print the symbolic form of an address if any symbol precedes it.
5652
5653 @item show print max-symbolic-offset
5654 Ask how large the maximum offset is that @value{GDBN} prints in a
5655 symbolic address.
5656 @end table
5657
5658 @cindex wild pointer, interpreting
5659 @cindex pointer, finding referent
5660 If you have a pointer and you are not sure where it points, try
5661 @samp{set print symbol-filename on}. Then you can determine the name
5662 and source file location of the variable where it points, using
5663 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5664 For example, here @value{GDBN} shows that a variable @code{ptt} points
5665 at another variable @code{t}, defined in @file{hi2.c}:
5666
5667 @smallexample
5668 (@value{GDBP}) set print symbol-filename on
5669 (@value{GDBP}) p/a ptt
5670 $4 = 0xe008 <t in hi2.c>
5671 @end smallexample
5672
5673 @quotation
5674 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5675 does not show the symbol name and filename of the referent, even with
5676 the appropriate @code{set print} options turned on.
5677 @end quotation
5678
5679 Other settings control how different kinds of objects are printed:
5680
5681 @table @code
5682 @item set print array
5683 @itemx set print array on
5684 @cindex pretty print arrays
5685 Pretty print arrays. This format is more convenient to read,
5686 but uses more space. The default is off.
5687
5688 @item set print array off
5689 Return to compressed format for arrays.
5690
5691 @item show print array
5692 Show whether compressed or pretty format is selected for displaying
5693 arrays.
5694
5695 @cindex print array indexes
5696 @item set print array-indexes
5697 @itemx set print array-indexes on
5698 Print the index of each element when displaying arrays. May be more
5699 convenient to locate a given element in the array or quickly find the
5700 index of a given element in that printed array. The default is off.
5701
5702 @item set print array-indexes off
5703 Stop printing element indexes when displaying arrays.
5704
5705 @item show print array-indexes
5706 Show whether the index of each element is printed when displaying
5707 arrays.
5708
5709 @item set print elements @var{number-of-elements}
5710 @cindex number of array elements to print
5711 @cindex limit on number of printed array elements
5712 Set a limit on how many elements of an array @value{GDBN} will print.
5713 If @value{GDBN} is printing a large array, it stops printing after it has
5714 printed the number of elements set by the @code{set print elements} command.
5715 This limit also applies to the display of strings.
5716 When @value{GDBN} starts, this limit is set to 200.
5717 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5718
5719 @item show print elements
5720 Display the number of elements of a large array that @value{GDBN} will print.
5721 If the number is 0, then the printing is unlimited.
5722
5723 @item set print repeats
5724 @cindex repeated array elements
5725 Set the threshold for suppressing display of repeated array
5726 elelments. When the number of consecutive identical elements of an
5727 array exceeds the threshold, @value{GDBN} prints the string
5728 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
5729 identical repetitions, instead of displaying the identical elements
5730 themselves. Setting the threshold to zero will cause all elements to
5731 be individually printed. The default threshold is 10.
5732
5733 @item show print repeats
5734 Display the current threshold for printing repeated identical
5735 elements.
5736
5737 @item set print null-stop
5738 @cindex @sc{null} elements in arrays
5739 Cause @value{GDBN} to stop printing the characters of an array when the first
5740 @sc{null} is encountered. This is useful when large arrays actually
5741 contain only short strings.
5742 The default is off.
5743
5744 @item show print null-stop
5745 Show whether @value{GDBN} stops printing an array on the first
5746 @sc{null} character.
5747
5748 @item set print pretty on
5749 @cindex print structures in indented form
5750 @cindex indentation in structure display
5751 Cause @value{GDBN} to print structures in an indented format with one member
5752 per line, like this:
5753
5754 @smallexample
5755 @group
5756 $1 = @{
5757 next = 0x0,
5758 flags = @{
5759 sweet = 1,
5760 sour = 1
5761 @},
5762 meat = 0x54 "Pork"
5763 @}
5764 @end group
5765 @end smallexample
5766
5767 @item set print pretty off
5768 Cause @value{GDBN} to print structures in a compact format, like this:
5769
5770 @smallexample
5771 @group
5772 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5773 meat = 0x54 "Pork"@}
5774 @end group
5775 @end smallexample
5776
5777 @noindent
5778 This is the default format.
5779
5780 @item show print pretty
5781 Show which format @value{GDBN} is using to print structures.
5782
5783 @item set print sevenbit-strings on
5784 @cindex eight-bit characters in strings
5785 @cindex octal escapes in strings
5786 Print using only seven-bit characters; if this option is set,
5787 @value{GDBN} displays any eight-bit characters (in strings or
5788 character values) using the notation @code{\}@var{nnn}. This setting is
5789 best if you are working in English (@sc{ascii}) and you use the
5790 high-order bit of characters as a marker or ``meta'' bit.
5791
5792 @item set print sevenbit-strings off
5793 Print full eight-bit characters. This allows the use of more
5794 international character sets, and is the default.
5795
5796 @item show print sevenbit-strings
5797 Show whether or not @value{GDBN} is printing only seven-bit characters.
5798
5799 @item set print union on
5800 @cindex unions in structures, printing
5801 Tell @value{GDBN} to print unions which are contained in structures
5802 and other unions. This is the default setting.
5803
5804 @item set print union off
5805 Tell @value{GDBN} not to print unions which are contained in
5806 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5807 instead.
5808
5809 @item show print union
5810 Ask @value{GDBN} whether or not it will print unions which are contained in
5811 structures and other unions.
5812
5813 For example, given the declarations
5814
5815 @smallexample
5816 typedef enum @{Tree, Bug@} Species;
5817 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5818 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5819 Bug_forms;
5820
5821 struct thing @{
5822 Species it;
5823 union @{
5824 Tree_forms tree;
5825 Bug_forms bug;
5826 @} form;
5827 @};
5828
5829 struct thing foo = @{Tree, @{Acorn@}@};
5830 @end smallexample
5831
5832 @noindent
5833 with @code{set print union on} in effect @samp{p foo} would print
5834
5835 @smallexample
5836 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5837 @end smallexample
5838
5839 @noindent
5840 and with @code{set print union off} in effect it would print
5841
5842 @smallexample
5843 $1 = @{it = Tree, form = @{...@}@}
5844 @end smallexample
5845
5846 @noindent
5847 @code{set print union} affects programs written in C-like languages
5848 and in Pascal.
5849 @end table
5850
5851 @need 1000
5852 @noindent
5853 These settings are of interest when debugging C@t{++} programs:
5854
5855 @table @code
5856 @cindex demangling C@t{++} names
5857 @item set print demangle
5858 @itemx set print demangle on
5859 Print C@t{++} names in their source form rather than in the encoded
5860 (``mangled'') form passed to the assembler and linker for type-safe
5861 linkage. The default is on.
5862
5863 @item show print demangle
5864 Show whether C@t{++} names are printed in mangled or demangled form.
5865
5866 @item set print asm-demangle
5867 @itemx set print asm-demangle on
5868 Print C@t{++} names in their source form rather than their mangled form, even
5869 in assembler code printouts such as instruction disassemblies.
5870 The default is off.
5871
5872 @item show print asm-demangle
5873 Show whether C@t{++} names in assembly listings are printed in mangled
5874 or demangled form.
5875
5876 @cindex C@t{++} symbol decoding style
5877 @cindex symbol decoding style, C@t{++}
5878 @kindex set demangle-style
5879 @item set demangle-style @var{style}
5880 Choose among several encoding schemes used by different compilers to
5881 represent C@t{++} names. The choices for @var{style} are currently:
5882
5883 @table @code
5884 @item auto
5885 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5886
5887 @item gnu
5888 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5889 This is the default.
5890
5891 @item hp
5892 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5893
5894 @item lucid
5895 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5896
5897 @item arm
5898 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5899 @strong{Warning:} this setting alone is not sufficient to allow
5900 debugging @code{cfront}-generated executables. @value{GDBN} would
5901 require further enhancement to permit that.
5902
5903 @end table
5904 If you omit @var{style}, you will see a list of possible formats.
5905
5906 @item show demangle-style
5907 Display the encoding style currently in use for decoding C@t{++} symbols.
5908
5909 @item set print object
5910 @itemx set print object on
5911 @cindex derived type of an object, printing
5912 @cindex display derived types
5913 When displaying a pointer to an object, identify the @emph{actual}
5914 (derived) type of the object rather than the @emph{declared} type, using
5915 the virtual function table.
5916
5917 @item set print object off
5918 Display only the declared type of objects, without reference to the
5919 virtual function table. This is the default setting.
5920
5921 @item show print object
5922 Show whether actual, or declared, object types are displayed.
5923
5924 @item set print static-members
5925 @itemx set print static-members on
5926 @cindex static members of C@t{++} objects
5927 Print static members when displaying a C@t{++} object. The default is on.
5928
5929 @item set print static-members off
5930 Do not print static members when displaying a C@t{++} object.
5931
5932 @item show print static-members
5933 Show whether C@t{++} static members are printed or not.
5934
5935 @item set print pascal_static-members
5936 @itemx set print pascal_static-members on
5937 @cindex static members of Pacal objects
5938 @cindex Pacal objects, static members display
5939 Print static members when displaying a Pascal object. The default is on.
5940
5941 @item set print pascal_static-members off
5942 Do not print static members when displaying a Pascal object.
5943
5944 @item show print pascal_static-members
5945 Show whether Pascal static members are printed or not.
5946
5947 @c These don't work with HP ANSI C++ yet.
5948 @item set print vtbl
5949 @itemx set print vtbl on
5950 @cindex pretty print C@t{++} virtual function tables
5951 @cindex virtual functions (C@t{++}) display
5952 @cindex VTBL display
5953 Pretty print C@t{++} virtual function tables. The default is off.
5954 (The @code{vtbl} commands do not work on programs compiled with the HP
5955 ANSI C@t{++} compiler (@code{aCC}).)
5956
5957 @item set print vtbl off
5958 Do not pretty print C@t{++} virtual function tables.
5959
5960 @item show print vtbl
5961 Show whether C@t{++} virtual function tables are pretty printed, or not.
5962 @end table
5963
5964 @node Value History
5965 @section Value history
5966
5967 @cindex value history
5968 @cindex history of values printed by @value{GDBN}
5969 Values printed by the @code{print} command are saved in the @value{GDBN}
5970 @dfn{value history}. This allows you to refer to them in other expressions.
5971 Values are kept until the symbol table is re-read or discarded
5972 (for example with the @code{file} or @code{symbol-file} commands).
5973 When the symbol table changes, the value history is discarded,
5974 since the values may contain pointers back to the types defined in the
5975 symbol table.
5976
5977 @cindex @code{$}
5978 @cindex @code{$$}
5979 @cindex history number
5980 The values printed are given @dfn{history numbers} by which you can
5981 refer to them. These are successive integers starting with one.
5982 @code{print} shows you the history number assigned to a value by
5983 printing @samp{$@var{num} = } before the value; here @var{num} is the
5984 history number.
5985
5986 To refer to any previous value, use @samp{$} followed by the value's
5987 history number. The way @code{print} labels its output is designed to
5988 remind you of this. Just @code{$} refers to the most recent value in
5989 the history, and @code{$$} refers to the value before that.
5990 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5991 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5992 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5993
5994 For example, suppose you have just printed a pointer to a structure and
5995 want to see the contents of the structure. It suffices to type
5996
5997 @smallexample
5998 p *$
5999 @end smallexample
6000
6001 If you have a chain of structures where the component @code{next} points
6002 to the next one, you can print the contents of the next one with this:
6003
6004 @smallexample
6005 p *$.next
6006 @end smallexample
6007
6008 @noindent
6009 You can print successive links in the chain by repeating this
6010 command---which you can do by just typing @key{RET}.
6011
6012 Note that the history records values, not expressions. If the value of
6013 @code{x} is 4 and you type these commands:
6014
6015 @smallexample
6016 print x
6017 set x=5
6018 @end smallexample
6019
6020 @noindent
6021 then the value recorded in the value history by the @code{print} command
6022 remains 4 even though the value of @code{x} has changed.
6023
6024 @table @code
6025 @kindex show values
6026 @item show values
6027 Print the last ten values in the value history, with their item numbers.
6028 This is like @samp{p@ $$9} repeated ten times, except that @code{show
6029 values} does not change the history.
6030
6031 @item show values @var{n}
6032 Print ten history values centered on history item number @var{n}.
6033
6034 @item show values +
6035 Print ten history values just after the values last printed. If no more
6036 values are available, @code{show values +} produces no display.
6037 @end table
6038
6039 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6040 same effect as @samp{show values +}.
6041
6042 @node Convenience Vars
6043 @section Convenience variables
6044
6045 @cindex convenience variables
6046 @cindex user-defined variables
6047 @value{GDBN} provides @dfn{convenience variables} that you can use within
6048 @value{GDBN} to hold on to a value and refer to it later. These variables
6049 exist entirely within @value{GDBN}; they are not part of your program, and
6050 setting a convenience variable has no direct effect on further execution
6051 of your program. That is why you can use them freely.
6052
6053 Convenience variables are prefixed with @samp{$}. Any name preceded by
6054 @samp{$} can be used for a convenience variable, unless it is one of
6055 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
6056 (Value history references, in contrast, are @emph{numbers} preceded
6057 by @samp{$}. @xref{Value History, ,Value history}.)
6058
6059 You can save a value in a convenience variable with an assignment
6060 expression, just as you would set a variable in your program.
6061 For example:
6062
6063 @smallexample
6064 set $foo = *object_ptr
6065 @end smallexample
6066
6067 @noindent
6068 would save in @code{$foo} the value contained in the object pointed to by
6069 @code{object_ptr}.
6070
6071 Using a convenience variable for the first time creates it, but its
6072 value is @code{void} until you assign a new value. You can alter the
6073 value with another assignment at any time.
6074
6075 Convenience variables have no fixed types. You can assign a convenience
6076 variable any type of value, including structures and arrays, even if
6077 that variable already has a value of a different type. The convenience
6078 variable, when used as an expression, has the type of its current value.
6079
6080 @table @code
6081 @kindex show convenience
6082 @cindex show all user variables
6083 @item show convenience
6084 Print a list of convenience variables used so far, and their values.
6085 Abbreviated @code{show conv}.
6086 @end table
6087
6088 One of the ways to use a convenience variable is as a counter to be
6089 incremented or a pointer to be advanced. For example, to print
6090 a field from successive elements of an array of structures:
6091
6092 @smallexample
6093 set $i = 0
6094 print bar[$i++]->contents
6095 @end smallexample
6096
6097 @noindent
6098 Repeat that command by typing @key{RET}.
6099
6100 Some convenience variables are created automatically by @value{GDBN} and given
6101 values likely to be useful.
6102
6103 @table @code
6104 @vindex $_@r{, convenience variable}
6105 @item $_
6106 The variable @code{$_} is automatically set by the @code{x} command to
6107 the last address examined (@pxref{Memory, ,Examining memory}). Other
6108 commands which provide a default address for @code{x} to examine also
6109 set @code{$_} to that address; these commands include @code{info line}
6110 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6111 except when set by the @code{x} command, in which case it is a pointer
6112 to the type of @code{$__}.
6113
6114 @vindex $__@r{, convenience variable}
6115 @item $__
6116 The variable @code{$__} is automatically set by the @code{x} command
6117 to the value found in the last address examined. Its type is chosen
6118 to match the format in which the data was printed.
6119
6120 @item $_exitcode
6121 @vindex $_exitcode@r{, convenience variable}
6122 The variable @code{$_exitcode} is automatically set to the exit code when
6123 the program being debugged terminates.
6124 @end table
6125
6126 On HP-UX systems, if you refer to a function or variable name that
6127 begins with a dollar sign, @value{GDBN} searches for a user or system
6128 name first, before it searches for a convenience variable.
6129
6130 @node Registers
6131 @section Registers
6132
6133 @cindex registers
6134 You can refer to machine register contents, in expressions, as variables
6135 with names starting with @samp{$}. The names of registers are different
6136 for each machine; use @code{info registers} to see the names used on
6137 your machine.
6138
6139 @table @code
6140 @kindex info registers
6141 @item info registers
6142 Print the names and values of all registers except floating-point
6143 and vector registers (in the selected stack frame).
6144
6145 @kindex info all-registers
6146 @cindex floating point registers
6147 @item info all-registers
6148 Print the names and values of all registers, including floating-point
6149 and vector registers (in the selected stack frame).
6150
6151 @item info registers @var{regname} @dots{}
6152 Print the @dfn{relativized} value of each specified register @var{regname}.
6153 As discussed in detail below, register values are normally relative to
6154 the selected stack frame. @var{regname} may be any register name valid on
6155 the machine you are using, with or without the initial @samp{$}.
6156 @end table
6157
6158 @cindex stack pointer register
6159 @cindex program counter register
6160 @cindex process status register
6161 @cindex frame pointer register
6162 @cindex standard registers
6163 @value{GDBN} has four ``standard'' register names that are available (in
6164 expressions) on most machines---whenever they do not conflict with an
6165 architecture's canonical mnemonics for registers. The register names
6166 @code{$pc} and @code{$sp} are used for the program counter register and
6167 the stack pointer. @code{$fp} is used for a register that contains a
6168 pointer to the current stack frame, and @code{$ps} is used for a
6169 register that contains the processor status. For example,
6170 you could print the program counter in hex with
6171
6172 @smallexample
6173 p/x $pc
6174 @end smallexample
6175
6176 @noindent
6177 or print the instruction to be executed next with
6178
6179 @smallexample
6180 x/i $pc
6181 @end smallexample
6182
6183 @noindent
6184 or add four to the stack pointer@footnote{This is a way of removing
6185 one word from the stack, on machines where stacks grow downward in
6186 memory (most machines, nowadays). This assumes that the innermost
6187 stack frame is selected; setting @code{$sp} is not allowed when other
6188 stack frames are selected. To pop entire frames off the stack,
6189 regardless of machine architecture, use @code{return};
6190 see @ref{Returning, ,Returning from a function}.} with
6191
6192 @smallexample
6193 set $sp += 4
6194 @end smallexample
6195
6196 Whenever possible, these four standard register names are available on
6197 your machine even though the machine has different canonical mnemonics,
6198 so long as there is no conflict. The @code{info registers} command
6199 shows the canonical names. For example, on the SPARC, @code{info
6200 registers} displays the processor status register as @code{$psr} but you
6201 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6202 is an alias for the @sc{eflags} register.
6203
6204 @value{GDBN} always considers the contents of an ordinary register as an
6205 integer when the register is examined in this way. Some machines have
6206 special registers which can hold nothing but floating point; these
6207 registers are considered to have floating point values. There is no way
6208 to refer to the contents of an ordinary register as floating point value
6209 (although you can @emph{print} it as a floating point value with
6210 @samp{print/f $@var{regname}}).
6211
6212 Some registers have distinct ``raw'' and ``virtual'' data formats. This
6213 means that the data format in which the register contents are saved by
6214 the operating system is not the same one that your program normally
6215 sees. For example, the registers of the 68881 floating point
6216 coprocessor are always saved in ``extended'' (raw) format, but all C
6217 programs expect to work with ``double'' (virtual) format. In such
6218 cases, @value{GDBN} normally works with the virtual format only (the format
6219 that makes sense for your program), but the @code{info registers} command
6220 prints the data in both formats.
6221
6222 Normally, register values are relative to the selected stack frame
6223 (@pxref{Selection, ,Selecting a frame}). This means that you get the
6224 value that the register would contain if all stack frames farther in
6225 were exited and their saved registers restored. In order to see the
6226 true contents of hardware registers, you must select the innermost
6227 frame (with @samp{frame 0}).
6228
6229 However, @value{GDBN} must deduce where registers are saved, from the machine
6230 code generated by your compiler. If some registers are not saved, or if
6231 @value{GDBN} is unable to locate the saved registers, the selected stack
6232 frame makes no difference.
6233
6234 @node Floating Point Hardware
6235 @section Floating point hardware
6236 @cindex floating point
6237
6238 Depending on the configuration, @value{GDBN} may be able to give
6239 you more information about the status of the floating point hardware.
6240
6241 @table @code
6242 @kindex info float
6243 @item info float
6244 Display hardware-dependent information about the floating
6245 point unit. The exact contents and layout vary depending on the
6246 floating point chip. Currently, @samp{info float} is supported on
6247 the ARM and x86 machines.
6248 @end table
6249
6250 @node Vector Unit
6251 @section Vector Unit
6252 @cindex vector unit
6253
6254 Depending on the configuration, @value{GDBN} may be able to give you
6255 more information about the status of the vector unit.
6256
6257 @table @code
6258 @kindex info vector
6259 @item info vector
6260 Display information about the vector unit. The exact contents and
6261 layout vary depending on the hardware.
6262 @end table
6263
6264 @node OS Information
6265 @section Operating system auxiliary information
6266 @cindex OS information
6267
6268 @value{GDBN} provides interfaces to useful OS facilities that can help
6269 you debug your program.
6270
6271 @cindex @code{ptrace} system call
6272 @cindex @code{struct user} contents
6273 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6274 machines), it interfaces with the inferior via the @code{ptrace}
6275 system call. The operating system creates a special sata structure,
6276 called @code{struct user}, for this interface. You can use the
6277 command @code{info udot} to display the contents of this data
6278 structure.
6279
6280 @table @code
6281 @item info udot
6282 @kindex info udot
6283 Display the contents of the @code{struct user} maintained by the OS
6284 kernel for the program being debugged. @value{GDBN} displays the
6285 contents of @code{struct user} as a list of hex numbers, similar to
6286 the @code{examine} command.
6287 @end table
6288
6289 @cindex auxiliary vector
6290 @cindex vector, auxiliary
6291 Some operating systems supply an @dfn{auxiliary vector} to programs at
6292 startup. This is akin to the arguments and environment that you
6293 specify for a program, but contains a system-dependent variety of
6294 binary values that tell system libraries important details about the
6295 hardware, operating system, and process. Each value's purpose is
6296 identified by an integer tag; the meanings are well-known but system-specific.
6297 Depending on the configuration and operating system facilities,
6298 @value{GDBN} may be able to show you this information. For remote
6299 targets, this functionality may further depend on the remote stub's
6300 support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6301 configuration, auxiliary vector}.
6302
6303 @table @code
6304 @kindex info auxv
6305 @item info auxv
6306 Display the auxiliary vector of the inferior, which can be either a
6307 live process or a core dump file. @value{GDBN} prints each tag value
6308 numerically, and also shows names and text descriptions for recognized
6309 tags. Some values in the vector are numbers, some bit masks, and some
6310 pointers to strings or other data. @value{GDBN} displays each value in the
6311 most appropriate form for a recognized tag, and in hexadecimal for
6312 an unrecognized tag.
6313 @end table
6314
6315
6316 @node Memory Region Attributes
6317 @section Memory region attributes
6318 @cindex memory region attributes
6319
6320 @dfn{Memory region attributes} allow you to describe special handling
6321 required by regions of your target's memory. @value{GDBN} uses attributes
6322 to determine whether to allow certain types of memory accesses; whether to
6323 use specific width accesses; and whether to cache target memory.
6324
6325 Defined memory regions can be individually enabled and disabled. When a
6326 memory region is disabled, @value{GDBN} uses the default attributes when
6327 accessing memory in that region. Similarly, if no memory regions have
6328 been defined, @value{GDBN} uses the default attributes when accessing
6329 all memory.
6330
6331 When a memory region is defined, it is given a number to identify it;
6332 to enable, disable, or remove a memory region, you specify that number.
6333
6334 @table @code
6335 @kindex mem
6336 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6337 Define a memory region bounded by @var{lower} and @var{upper} with
6338 attributes @var{attributes}@dots{}, and add it to the list of regions
6339 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6340 case: it is treated as the the target's maximum memory address.
6341 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6342
6343 @kindex delete mem
6344 @item delete mem @var{nums}@dots{}
6345 Remove memory regions @var{nums}@dots{} from the list of regions
6346 monitored by @value{GDBN}.
6347
6348 @kindex disable mem
6349 @item disable mem @var{nums}@dots{}
6350 Disable monitoring of memory regions @var{nums}@dots{}.
6351 A disabled memory region is not forgotten.
6352 It may be enabled again later.
6353
6354 @kindex enable mem
6355 @item enable mem @var{nums}@dots{}
6356 Enable monitoring of memory regions @var{nums}@dots{}.
6357
6358 @kindex info mem
6359 @item info mem
6360 Print a table of all defined memory regions, with the following columns
6361 for each region:
6362
6363 @table @emph
6364 @item Memory Region Number
6365 @item Enabled or Disabled.
6366 Enabled memory regions are marked with @samp{y}.
6367 Disabled memory regions are marked with @samp{n}.
6368
6369 @item Lo Address
6370 The address defining the inclusive lower bound of the memory region.
6371
6372 @item Hi Address
6373 The address defining the exclusive upper bound of the memory region.
6374
6375 @item Attributes
6376 The list of attributes set for this memory region.
6377 @end table
6378 @end table
6379
6380
6381 @subsection Attributes
6382
6383 @subsubsection Memory Access Mode
6384 The access mode attributes set whether @value{GDBN} may make read or
6385 write accesses to a memory region.
6386
6387 While these attributes prevent @value{GDBN} from performing invalid
6388 memory accesses, they do nothing to prevent the target system, I/O DMA,
6389 etc. from accessing memory.
6390
6391 @table @code
6392 @item ro
6393 Memory is read only.
6394 @item wo
6395 Memory is write only.
6396 @item rw
6397 Memory is read/write. This is the default.
6398 @end table
6399
6400 @subsubsection Memory Access Size
6401 The acccess size attributes tells @value{GDBN} to use specific sized
6402 accesses in the memory region. Often memory mapped device registers
6403 require specific sized accesses. If no access size attribute is
6404 specified, @value{GDBN} may use accesses of any size.
6405
6406 @table @code
6407 @item 8
6408 Use 8 bit memory accesses.
6409 @item 16
6410 Use 16 bit memory accesses.
6411 @item 32
6412 Use 32 bit memory accesses.
6413 @item 64
6414 Use 64 bit memory accesses.
6415 @end table
6416
6417 @c @subsubsection Hardware/Software Breakpoints
6418 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6419 @c will use hardware or software breakpoints for the internal breakpoints
6420 @c used by the step, next, finish, until, etc. commands.
6421 @c
6422 @c @table @code
6423 @c @item hwbreak
6424 @c Always use hardware breakpoints
6425 @c @item swbreak (default)
6426 @c @end table
6427
6428 @subsubsection Data Cache
6429 The data cache attributes set whether @value{GDBN} will cache target
6430 memory. While this generally improves performance by reducing debug
6431 protocol overhead, it can lead to incorrect results because @value{GDBN}
6432 does not know about volatile variables or memory mapped device
6433 registers.
6434
6435 @table @code
6436 @item cache
6437 Enable @value{GDBN} to cache target memory.
6438 @item nocache
6439 Disable @value{GDBN} from caching target memory. This is the default.
6440 @end table
6441
6442 @c @subsubsection Memory Write Verification
6443 @c The memory write verification attributes set whether @value{GDBN}
6444 @c will re-reads data after each write to verify the write was successful.
6445 @c
6446 @c @table @code
6447 @c @item verify
6448 @c @item noverify (default)
6449 @c @end table
6450
6451 @node Dump/Restore Files
6452 @section Copy between memory and a file
6453 @cindex dump/restore files
6454 @cindex append data to a file
6455 @cindex dump data to a file
6456 @cindex restore data from a file
6457
6458 You can use the commands @code{dump}, @code{append}, and
6459 @code{restore} to copy data between target memory and a file. The
6460 @code{dump} and @code{append} commands write data to a file, and the
6461 @code{restore} command reads data from a file back into the inferior's
6462 memory. Files may be in binary, Motorola S-record, Intel hex, or
6463 Tektronix Hex format; however, @value{GDBN} can only append to binary
6464 files.
6465
6466 @table @code
6467
6468 @kindex dump
6469 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6470 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6471 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6472 or the value of @var{expr}, to @var{filename} in the given format.
6473
6474 The @var{format} parameter may be any one of:
6475 @table @code
6476 @item binary
6477 Raw binary form.
6478 @item ihex
6479 Intel hex format.
6480 @item srec
6481 Motorola S-record format.
6482 @item tekhex
6483 Tektronix Hex format.
6484 @end table
6485
6486 @value{GDBN} uses the same definitions of these formats as the
6487 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6488 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6489 form.
6490
6491 @kindex append
6492 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6493 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6494 Append the contents of memory from @var{start_addr} to @var{end_addr},
6495 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6496 (@value{GDBN} can only append data to files in raw binary form.)
6497
6498 @kindex restore
6499 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6500 Restore the contents of file @var{filename} into memory. The
6501 @code{restore} command can automatically recognize any known @sc{bfd}
6502 file format, except for raw binary. To restore a raw binary file you
6503 must specify the optional keyword @code{binary} after the filename.
6504
6505 If @var{bias} is non-zero, its value will be added to the addresses
6506 contained in the file. Binary files always start at address zero, so
6507 they will be restored at address @var{bias}. Other bfd files have
6508 a built-in location; they will be restored at offset @var{bias}
6509 from that location.
6510
6511 If @var{start} and/or @var{end} are non-zero, then only data between
6512 file offset @var{start} and file offset @var{end} will be restored.
6513 These offsets are relative to the addresses in the file, before
6514 the @var{bias} argument is applied.
6515
6516 @end table
6517
6518 @node Core File Generation
6519 @section How to Produce a Core File from Your Program
6520 @cindex dump core from inferior
6521
6522 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6523 image of a running process and its process status (register values
6524 etc.). Its primary use is post-mortem debugging of a program that
6525 crashed while it ran outside a debugger. A program that crashes
6526 automatically produces a core file, unless this feature is disabled by
6527 the user. @xref{Files}, for information on invoking @value{GDBN} in
6528 the post-mortem debugging mode.
6529
6530 Occasionally, you may wish to produce a core file of the program you
6531 are debugging in order to preserve a snapshot of its state.
6532 @value{GDBN} has a special command for that.
6533
6534 @table @code
6535 @kindex gcore
6536 @kindex generate-core-file
6537 @item generate-core-file [@var{file}]
6538 @itemx gcore [@var{file}]
6539 Produce a core dump of the inferior process. The optional argument
6540 @var{file} specifies the file name where to put the core dump. If not
6541 specified, the file name defaults to @file{core.@var{pid}}, where
6542 @var{pid} is the inferior process ID.
6543
6544 Note that this command is implemented only for some systems (as of
6545 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6546 @end table
6547
6548 @node Character Sets
6549 @section Character Sets
6550 @cindex character sets
6551 @cindex charset
6552 @cindex translating between character sets
6553 @cindex host character set
6554 @cindex target character set
6555
6556 If the program you are debugging uses a different character set to
6557 represent characters and strings than the one @value{GDBN} uses itself,
6558 @value{GDBN} can automatically translate between the character sets for
6559 you. The character set @value{GDBN} uses we call the @dfn{host
6560 character set}; the one the inferior program uses we call the
6561 @dfn{target character set}.
6562
6563 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6564 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6565 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6566 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6567 then the host character set is Latin-1, and the target character set is
6568 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
6569 target-charset EBCDIC-US}, then @value{GDBN} translates between
6570 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6571 character and string literals in expressions.
6572
6573 @value{GDBN} has no way to automatically recognize which character set
6574 the inferior program uses; you must tell it, using the @code{set
6575 target-charset} command, described below.
6576
6577 Here are the commands for controlling @value{GDBN}'s character set
6578 support:
6579
6580 @table @code
6581 @item set target-charset @var{charset}
6582 @kindex set target-charset
6583 Set the current target character set to @var{charset}. We list the
6584 character set names @value{GDBN} recognizes below, but if you type
6585 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6586 list the target character sets it supports.
6587 @end table
6588
6589 @table @code
6590 @item set host-charset @var{charset}
6591 @kindex set host-charset
6592 Set the current host character set to @var{charset}.
6593
6594 By default, @value{GDBN} uses a host character set appropriate to the
6595 system it is running on; you can override that default using the
6596 @code{set host-charset} command.
6597
6598 @value{GDBN} can only use certain character sets as its host character
6599 set. We list the character set names @value{GDBN} recognizes below, and
6600 indicate which can be host character sets, but if you type
6601 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6602 list the host character sets it supports.
6603
6604 @item set charset @var{charset}
6605 @kindex set charset
6606 Set the current host and target character sets to @var{charset}. As
6607 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6608 @value{GDBN} will list the name of the character sets that can be used
6609 for both host and target.
6610
6611
6612 @item show charset
6613 @kindex show charset
6614 Show the names of the current host and target charsets.
6615
6616 @itemx show host-charset
6617 @kindex show host-charset
6618 Show the name of the current host charset.
6619
6620 @itemx show target-charset
6621 @kindex show target-charset
6622 Show the name of the current target charset.
6623
6624 @end table
6625
6626 @value{GDBN} currently includes support for the following character
6627 sets:
6628
6629 @table @code
6630
6631 @item ASCII
6632 @cindex ASCII character set
6633 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6634 character set.
6635
6636 @item ISO-8859-1
6637 @cindex ISO 8859-1 character set
6638 @cindex ISO Latin 1 character set
6639 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6640 characters needed for French, German, and Spanish. @value{GDBN} can use
6641 this as its host character set.
6642
6643 @item EBCDIC-US
6644 @itemx IBM1047
6645 @cindex EBCDIC character set
6646 @cindex IBM1047 character set
6647 Variants of the @sc{ebcdic} character set, used on some of IBM's
6648 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6649 @value{GDBN} cannot use these as its host character set.
6650
6651 @end table
6652
6653 Note that these are all single-byte character sets. More work inside
6654 GDB is needed to support multi-byte or variable-width character
6655 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6656
6657 Here is an example of @value{GDBN}'s character set support in action.
6658 Assume that the following source code has been placed in the file
6659 @file{charset-test.c}:
6660
6661 @smallexample
6662 #include <stdio.h>
6663
6664 char ascii_hello[]
6665 = @{72, 101, 108, 108, 111, 44, 32, 119,
6666 111, 114, 108, 100, 33, 10, 0@};
6667 char ibm1047_hello[]
6668 = @{200, 133, 147, 147, 150, 107, 64, 166,
6669 150, 153, 147, 132, 90, 37, 0@};
6670
6671 main ()
6672 @{
6673 printf ("Hello, world!\n");
6674 @}
6675 @end smallexample
6676
6677 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6678 containing the string @samp{Hello, world!} followed by a newline,
6679 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6680
6681 We compile the program, and invoke the debugger on it:
6682
6683 @smallexample
6684 $ gcc -g charset-test.c -o charset-test
6685 $ gdb -nw charset-test
6686 GNU gdb 2001-12-19-cvs
6687 Copyright 2001 Free Software Foundation, Inc.
6688 @dots{}
6689 (@value{GDBP})
6690 @end smallexample
6691
6692 We can use the @code{show charset} command to see what character sets
6693 @value{GDBN} is currently using to interpret and display characters and
6694 strings:
6695
6696 @smallexample
6697 (@value{GDBP}) show charset
6698 The current host and target character set is `ISO-8859-1'.
6699 (@value{GDBP})
6700 @end smallexample
6701
6702 For the sake of printing this manual, let's use @sc{ascii} as our
6703 initial character set:
6704 @smallexample
6705 (@value{GDBP}) set charset ASCII
6706 (@value{GDBP}) show charset
6707 The current host and target character set is `ASCII'.
6708 (@value{GDBP})
6709 @end smallexample
6710
6711 Let's assume that @sc{ascii} is indeed the correct character set for our
6712 host system --- in other words, let's assume that if @value{GDBN} prints
6713 characters using the @sc{ascii} character set, our terminal will display
6714 them properly. Since our current target character set is also
6715 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6716
6717 @smallexample
6718 (@value{GDBP}) print ascii_hello
6719 $1 = 0x401698 "Hello, world!\n"
6720 (@value{GDBP}) print ascii_hello[0]
6721 $2 = 72 'H'
6722 (@value{GDBP})
6723 @end smallexample
6724
6725 @value{GDBN} uses the target character set for character and string
6726 literals you use in expressions:
6727
6728 @smallexample
6729 (@value{GDBP}) print '+'
6730 $3 = 43 '+'
6731 (@value{GDBP})
6732 @end smallexample
6733
6734 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6735 character.
6736
6737 @value{GDBN} relies on the user to tell it which character set the
6738 target program uses. If we print @code{ibm1047_hello} while our target
6739 character set is still @sc{ascii}, we get jibberish:
6740
6741 @smallexample
6742 (@value{GDBP}) print ibm1047_hello
6743 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6744 (@value{GDBP}) print ibm1047_hello[0]
6745 $5 = 200 '\310'
6746 (@value{GDBP})
6747 @end smallexample
6748
6749 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6750 @value{GDBN} tells us the character sets it supports:
6751
6752 @smallexample
6753 (@value{GDBP}) set target-charset
6754 ASCII EBCDIC-US IBM1047 ISO-8859-1
6755 (@value{GDBP}) set target-charset
6756 @end smallexample
6757
6758 We can select @sc{ibm1047} as our target character set, and examine the
6759 program's strings again. Now the @sc{ascii} string is wrong, but
6760 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6761 target character set, @sc{ibm1047}, to the host character set,
6762 @sc{ascii}, and they display correctly:
6763
6764 @smallexample
6765 (@value{GDBP}) set target-charset IBM1047
6766 (@value{GDBP}) show charset
6767 The current host character set is `ASCII'.
6768 The current target character set is `IBM1047'.
6769 (@value{GDBP}) print ascii_hello
6770 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6771 (@value{GDBP}) print ascii_hello[0]
6772 $7 = 72 '\110'
6773 (@value{GDBP}) print ibm1047_hello
6774 $8 = 0x4016a8 "Hello, world!\n"
6775 (@value{GDBP}) print ibm1047_hello[0]
6776 $9 = 200 'H'
6777 (@value{GDBP})
6778 @end smallexample
6779
6780 As above, @value{GDBN} uses the target character set for character and
6781 string literals you use in expressions:
6782
6783 @smallexample
6784 (@value{GDBP}) print '+'
6785 $10 = 78 '+'
6786 (@value{GDBP})
6787 @end smallexample
6788
6789 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6790 character.
6791
6792 @node Caching Remote Data
6793 @section Caching Data of Remote Targets
6794 @cindex caching data of remote targets
6795
6796 @value{GDBN} can cache data exchanged between the debugger and a
6797 remote target (@pxref{Remote}). Such caching generally improves
6798 performance, because it reduces the overhead of the remote protocol by
6799 bundling memory reads and writes into large chunks. Unfortunately,
6800 @value{GDBN} does not currently know anything about volatile
6801 registers, and thus data caching will produce incorrect results when
6802 volatile registers are in use.
6803
6804 @table @code
6805 @kindex set remotecache
6806 @item set remotecache on
6807 @itemx set remotecache off
6808 Set caching state for remote targets. When @code{ON}, use data
6809 caching. By default, this option is @code{OFF}.
6810
6811 @kindex show remotecache
6812 @item show remotecache
6813 Show the current state of data caching for remote targets.
6814
6815 @kindex info dcache
6816 @item info dcache
6817 Print the information about the data cache performance. The
6818 information displayed includes: the dcache width and depth; and for
6819 each cache line, how many times it was referenced, and its data and
6820 state (dirty, bad, ok, etc.). This command is useful for debugging
6821 the data cache operation.
6822 @end table
6823
6824
6825 @node Macros
6826 @chapter C Preprocessor Macros
6827
6828 Some languages, such as C and C@t{++}, provide a way to define and invoke
6829 ``preprocessor macros'' which expand into strings of tokens.
6830 @value{GDBN} can evaluate expressions containing macro invocations, show
6831 the result of macro expansion, and show a macro's definition, including
6832 where it was defined.
6833
6834 You may need to compile your program specially to provide @value{GDBN}
6835 with information about preprocessor macros. Most compilers do not
6836 include macros in their debugging information, even when you compile
6837 with the @option{-g} flag. @xref{Compilation}.
6838
6839 A program may define a macro at one point, remove that definition later,
6840 and then provide a different definition after that. Thus, at different
6841 points in the program, a macro may have different definitions, or have
6842 no definition at all. If there is a current stack frame, @value{GDBN}
6843 uses the macros in scope at that frame's source code line. Otherwise,
6844 @value{GDBN} uses the macros in scope at the current listing location;
6845 see @ref{List}.
6846
6847 At the moment, @value{GDBN} does not support the @code{##}
6848 token-splicing operator, the @code{#} stringification operator, or
6849 variable-arity macros.
6850
6851 Whenever @value{GDBN} evaluates an expression, it always expands any
6852 macro invocations present in the expression. @value{GDBN} also provides
6853 the following commands for working with macros explicitly.
6854
6855 @table @code
6856
6857 @kindex macro expand
6858 @cindex macro expansion, showing the results of preprocessor
6859 @cindex preprocessor macro expansion, showing the results of
6860 @cindex expanding preprocessor macros
6861 @item macro expand @var{expression}
6862 @itemx macro exp @var{expression}
6863 Show the results of expanding all preprocessor macro invocations in
6864 @var{expression}. Since @value{GDBN} simply expands macros, but does
6865 not parse the result, @var{expression} need not be a valid expression;
6866 it can be any string of tokens.
6867
6868 @kindex macro exp1
6869 @item macro expand-once @var{expression}
6870 @itemx macro exp1 @var{expression}
6871 @cindex expand macro once
6872 @i{(This command is not yet implemented.)} Show the results of
6873 expanding those preprocessor macro invocations that appear explicitly in
6874 @var{expression}. Macro invocations appearing in that expansion are
6875 left unchanged. This command allows you to see the effect of a
6876 particular macro more clearly, without being confused by further
6877 expansions. Since @value{GDBN} simply expands macros, but does not
6878 parse the result, @var{expression} need not be a valid expression; it
6879 can be any string of tokens.
6880
6881 @kindex info macro
6882 @cindex macro definition, showing
6883 @cindex definition, showing a macro's
6884 @item info macro @var{macro}
6885 Show the definition of the macro named @var{macro}, and describe the
6886 source location where that definition was established.
6887
6888 @kindex macro define
6889 @cindex user-defined macros
6890 @cindex defining macros interactively
6891 @cindex macros, user-defined
6892 @item macro define @var{macro} @var{replacement-list}
6893 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6894 @i{(This command is not yet implemented.)} Introduce a definition for a
6895 preprocessor macro named @var{macro}, invocations of which are replaced
6896 by the tokens given in @var{replacement-list}. The first form of this
6897 command defines an ``object-like'' macro, which takes no arguments; the
6898 second form defines a ``function-like'' macro, which takes the arguments
6899 given in @var{arglist}.
6900
6901 A definition introduced by this command is in scope in every expression
6902 evaluated in @value{GDBN}, until it is removed with the @command{macro
6903 undef} command, described below. The definition overrides all
6904 definitions for @var{macro} present in the program being debugged, as
6905 well as any previous user-supplied definition.
6906
6907 @kindex macro undef
6908 @item macro undef @var{macro}
6909 @i{(This command is not yet implemented.)} Remove any user-supplied
6910 definition for the macro named @var{macro}. This command only affects
6911 definitions provided with the @command{macro define} command, described
6912 above; it cannot remove definitions present in the program being
6913 debugged.
6914
6915 @kindex macro list
6916 @item macro list
6917 @i{(This command is not yet implemented.)} List all the macros
6918 defined using the @code{macro define} command.
6919 @end table
6920
6921 @cindex macros, example of debugging with
6922 Here is a transcript showing the above commands in action. First, we
6923 show our source files:
6924
6925 @smallexample
6926 $ cat sample.c
6927 #include <stdio.h>
6928 #include "sample.h"
6929
6930 #define M 42
6931 #define ADD(x) (M + x)
6932
6933 main ()
6934 @{
6935 #define N 28
6936 printf ("Hello, world!\n");
6937 #undef N
6938 printf ("We're so creative.\n");
6939 #define N 1729
6940 printf ("Goodbye, world!\n");
6941 @}
6942 $ cat sample.h
6943 #define Q <
6944 $
6945 @end smallexample
6946
6947 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6948 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6949 compiler includes information about preprocessor macros in the debugging
6950 information.
6951
6952 @smallexample
6953 $ gcc -gdwarf-2 -g3 sample.c -o sample
6954 $
6955 @end smallexample
6956
6957 Now, we start @value{GDBN} on our sample program:
6958
6959 @smallexample
6960 $ gdb -nw sample
6961 GNU gdb 2002-05-06-cvs
6962 Copyright 2002 Free Software Foundation, Inc.
6963 GDB is free software, @dots{}
6964 (@value{GDBP})
6965 @end smallexample
6966
6967 We can expand macros and examine their definitions, even when the
6968 program is not running. @value{GDBN} uses the current listing position
6969 to decide which macro definitions are in scope:
6970
6971 @smallexample
6972 (@value{GDBP}) list main
6973 3
6974 4 #define M 42
6975 5 #define ADD(x) (M + x)
6976 6
6977 7 main ()
6978 8 @{
6979 9 #define N 28
6980 10 printf ("Hello, world!\n");
6981 11 #undef N
6982 12 printf ("We're so creative.\n");
6983 (@value{GDBP}) info macro ADD
6984 Defined at /home/jimb/gdb/macros/play/sample.c:5
6985 #define ADD(x) (M + x)
6986 (@value{GDBP}) info macro Q
6987 Defined at /home/jimb/gdb/macros/play/sample.h:1
6988 included at /home/jimb/gdb/macros/play/sample.c:2
6989 #define Q <
6990 (@value{GDBP}) macro expand ADD(1)
6991 expands to: (42 + 1)
6992 (@value{GDBP}) macro expand-once ADD(1)
6993 expands to: once (M + 1)
6994 (@value{GDBP})
6995 @end smallexample
6996
6997 In the example above, note that @command{macro expand-once} expands only
6998 the macro invocation explicit in the original text --- the invocation of
6999 @code{ADD} --- but does not expand the invocation of the macro @code{M},
7000 which was introduced by @code{ADD}.
7001
7002 Once the program is running, GDB uses the macro definitions in force at
7003 the source line of the current stack frame:
7004
7005 @smallexample
7006 (@value{GDBP}) break main
7007 Breakpoint 1 at 0x8048370: file sample.c, line 10.
7008 (@value{GDBP}) run
7009 Starting program: /home/jimb/gdb/macros/play/sample
7010
7011 Breakpoint 1, main () at sample.c:10
7012 10 printf ("Hello, world!\n");
7013 (@value{GDBP})
7014 @end smallexample
7015
7016 At line 10, the definition of the macro @code{N} at line 9 is in force:
7017
7018 @smallexample
7019 (@value{GDBP}) info macro N
7020 Defined at /home/jimb/gdb/macros/play/sample.c:9
7021 #define N 28
7022 (@value{GDBP}) macro expand N Q M
7023 expands to: 28 < 42
7024 (@value{GDBP}) print N Q M
7025 $1 = 1
7026 (@value{GDBP})
7027 @end smallexample
7028
7029 As we step over directives that remove @code{N}'s definition, and then
7030 give it a new definition, @value{GDBN} finds the definition (or lack
7031 thereof) in force at each point:
7032
7033 @smallexample
7034 (@value{GDBP}) next
7035 Hello, world!
7036 12 printf ("We're so creative.\n");
7037 (@value{GDBP}) info macro N
7038 The symbol `N' has no definition as a C/C++ preprocessor macro
7039 at /home/jimb/gdb/macros/play/sample.c:12
7040 (@value{GDBP}) next
7041 We're so creative.
7042 14 printf ("Goodbye, world!\n");
7043 (@value{GDBP}) info macro N
7044 Defined at /home/jimb/gdb/macros/play/sample.c:13
7045 #define N 1729
7046 (@value{GDBP}) macro expand N Q M
7047 expands to: 1729 < 42
7048 (@value{GDBP}) print N Q M
7049 $2 = 0
7050 (@value{GDBP})
7051 @end smallexample
7052
7053
7054 @node Tracepoints
7055 @chapter Tracepoints
7056 @c This chapter is based on the documentation written by Michael
7057 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7058
7059 @cindex tracepoints
7060 In some applications, it is not feasible for the debugger to interrupt
7061 the program's execution long enough for the developer to learn
7062 anything helpful about its behavior. If the program's correctness
7063 depends on its real-time behavior, delays introduced by a debugger
7064 might cause the program to change its behavior drastically, or perhaps
7065 fail, even when the code itself is correct. It is useful to be able
7066 to observe the program's behavior without interrupting it.
7067
7068 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7069 specify locations in the program, called @dfn{tracepoints}, and
7070 arbitrary expressions to evaluate when those tracepoints are reached.
7071 Later, using the @code{tfind} command, you can examine the values
7072 those expressions had when the program hit the tracepoints. The
7073 expressions may also denote objects in memory---structures or arrays,
7074 for example---whose values @value{GDBN} should record; while visiting
7075 a particular tracepoint, you may inspect those objects as if they were
7076 in memory at that moment. However, because @value{GDBN} records these
7077 values without interacting with you, it can do so quickly and
7078 unobtrusively, hopefully not disturbing the program's behavior.
7079
7080 The tracepoint facility is currently available only for remote
7081 targets. @xref{Targets}. In addition, your remote target must know how
7082 to collect trace data. This functionality is implemented in the remote
7083 stub; however, none of the stubs distributed with @value{GDBN} support
7084 tracepoints as of this writing.
7085
7086 This chapter describes the tracepoint commands and features.
7087
7088 @menu
7089 * Set Tracepoints::
7090 * Analyze Collected Data::
7091 * Tracepoint Variables::
7092 @end menu
7093
7094 @node Set Tracepoints
7095 @section Commands to Set Tracepoints
7096
7097 Before running such a @dfn{trace experiment}, an arbitrary number of
7098 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
7099 tracepoint has a number assigned to it by @value{GDBN}. Like with
7100 breakpoints, tracepoint numbers are successive integers starting from
7101 one. Many of the commands associated with tracepoints take the
7102 tracepoint number as their argument, to identify which tracepoint to
7103 work on.
7104
7105 For each tracepoint, you can specify, in advance, some arbitrary set
7106 of data that you want the target to collect in the trace buffer when
7107 it hits that tracepoint. The collected data can include registers,
7108 local variables, or global data. Later, you can use @value{GDBN}
7109 commands to examine the values these data had at the time the
7110 tracepoint was hit.
7111
7112 This section describes commands to set tracepoints and associated
7113 conditions and actions.
7114
7115 @menu
7116 * Create and Delete Tracepoints::
7117 * Enable and Disable Tracepoints::
7118 * Tracepoint Passcounts::
7119 * Tracepoint Actions::
7120 * Listing Tracepoints::
7121 * Starting and Stopping Trace Experiment::
7122 @end menu
7123
7124 @node Create and Delete Tracepoints
7125 @subsection Create and Delete Tracepoints
7126
7127 @table @code
7128 @cindex set tracepoint
7129 @kindex trace
7130 @item trace
7131 The @code{trace} command is very similar to the @code{break} command.
7132 Its argument can be a source line, a function name, or an address in
7133 the target program. @xref{Set Breaks}. The @code{trace} command
7134 defines a tracepoint, which is a point in the target program where the
7135 debugger will briefly stop, collect some data, and then allow the
7136 program to continue. Setting a tracepoint or changing its commands
7137 doesn't take effect until the next @code{tstart} command; thus, you
7138 cannot change the tracepoint attributes once a trace experiment is
7139 running.
7140
7141 Here are some examples of using the @code{trace} command:
7142
7143 @smallexample
7144 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7145
7146 (@value{GDBP}) @b{trace +2} // 2 lines forward
7147
7148 (@value{GDBP}) @b{trace my_function} // first source line of function
7149
7150 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7151
7152 (@value{GDBP}) @b{trace *0x2117c4} // an address
7153 @end smallexample
7154
7155 @noindent
7156 You can abbreviate @code{trace} as @code{tr}.
7157
7158 @vindex $tpnum
7159 @cindex last tracepoint number
7160 @cindex recent tracepoint number
7161 @cindex tracepoint number
7162 The convenience variable @code{$tpnum} records the tracepoint number
7163 of the most recently set tracepoint.
7164
7165 @kindex delete tracepoint
7166 @cindex tracepoint deletion
7167 @item delete tracepoint @r{[}@var{num}@r{]}
7168 Permanently delete one or more tracepoints. With no argument, the
7169 default is to delete all tracepoints.
7170
7171 Examples:
7172
7173 @smallexample
7174 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7175
7176 (@value{GDBP}) @b{delete trace} // remove all tracepoints
7177 @end smallexample
7178
7179 @noindent
7180 You can abbreviate this command as @code{del tr}.
7181 @end table
7182
7183 @node Enable and Disable Tracepoints
7184 @subsection Enable and Disable Tracepoints
7185
7186 @table @code
7187 @kindex disable tracepoint
7188 @item disable tracepoint @r{[}@var{num}@r{]}
7189 Disable tracepoint @var{num}, or all tracepoints if no argument
7190 @var{num} is given. A disabled tracepoint will have no effect during
7191 the next trace experiment, but it is not forgotten. You can re-enable
7192 a disabled tracepoint using the @code{enable tracepoint} command.
7193
7194 @kindex enable tracepoint
7195 @item enable tracepoint @r{[}@var{num}@r{]}
7196 Enable tracepoint @var{num}, or all tracepoints. The enabled
7197 tracepoints will become effective the next time a trace experiment is
7198 run.
7199 @end table
7200
7201 @node Tracepoint Passcounts
7202 @subsection Tracepoint Passcounts
7203
7204 @table @code
7205 @kindex passcount
7206 @cindex tracepoint pass count
7207 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7208 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7209 automatically stop a trace experiment. If a tracepoint's passcount is
7210 @var{n}, then the trace experiment will be automatically stopped on
7211 the @var{n}'th time that tracepoint is hit. If the tracepoint number
7212 @var{num} is not specified, the @code{passcount} command sets the
7213 passcount of the most recently defined tracepoint. If no passcount is
7214 given, the trace experiment will run until stopped explicitly by the
7215 user.
7216
7217 Examples:
7218
7219 @smallexample
7220 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7221 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7222
7223 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
7224 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7225 (@value{GDBP}) @b{trace foo}
7226 (@value{GDBP}) @b{pass 3}
7227 (@value{GDBP}) @b{trace bar}
7228 (@value{GDBP}) @b{pass 2}
7229 (@value{GDBP}) @b{trace baz}
7230 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
7231 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7232 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7233 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7234 @end smallexample
7235 @end table
7236
7237 @node Tracepoint Actions
7238 @subsection Tracepoint Action Lists
7239
7240 @table @code
7241 @kindex actions
7242 @cindex tracepoint actions
7243 @item actions @r{[}@var{num}@r{]}
7244 This command will prompt for a list of actions to be taken when the
7245 tracepoint is hit. If the tracepoint number @var{num} is not
7246 specified, this command sets the actions for the one that was most
7247 recently defined (so that you can define a tracepoint and then say
7248 @code{actions} without bothering about its number). You specify the
7249 actions themselves on the following lines, one action at a time, and
7250 terminate the actions list with a line containing just @code{end}. So
7251 far, the only defined actions are @code{collect} and
7252 @code{while-stepping}.
7253
7254 @cindex remove actions from a tracepoint
7255 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7256 and follow it immediately with @samp{end}.
7257
7258 @smallexample
7259 (@value{GDBP}) @b{collect @var{data}} // collect some data
7260
7261 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7262
7263 (@value{GDBP}) @b{end} // signals the end of actions.
7264 @end smallexample
7265
7266 In the following example, the action list begins with @code{collect}
7267 commands indicating the things to be collected when the tracepoint is
7268 hit. Then, in order to single-step and collect additional data
7269 following the tracepoint, a @code{while-stepping} command is used,
7270 followed by the list of things to be collected while stepping. The
7271 @code{while-stepping} command is terminated by its own separate
7272 @code{end} command. Lastly, the action list is terminated by an
7273 @code{end} command.
7274
7275 @smallexample
7276 (@value{GDBP}) @b{trace foo}
7277 (@value{GDBP}) @b{actions}
7278 Enter actions for tracepoint 1, one per line:
7279 > collect bar,baz
7280 > collect $regs
7281 > while-stepping 12
7282 > collect $fp, $sp
7283 > end
7284 end
7285 @end smallexample
7286
7287 @kindex collect @r{(tracepoints)}
7288 @item collect @var{expr1}, @var{expr2}, @dots{}
7289 Collect values of the given expressions when the tracepoint is hit.
7290 This command accepts a comma-separated list of any valid expressions.
7291 In addition to global, static, or local variables, the following
7292 special arguments are supported:
7293
7294 @table @code
7295 @item $regs
7296 collect all registers
7297
7298 @item $args
7299 collect all function arguments
7300
7301 @item $locals
7302 collect all local variables.
7303 @end table
7304
7305 You can give several consecutive @code{collect} commands, each one
7306 with a single argument, or one @code{collect} command with several
7307 arguments separated by commas: the effect is the same.
7308
7309 The command @code{info scope} (@pxref{Symbols, info scope}) is
7310 particularly useful for figuring out what data to collect.
7311
7312 @kindex while-stepping @r{(tracepoints)}
7313 @item while-stepping @var{n}
7314 Perform @var{n} single-step traces after the tracepoint, collecting
7315 new data at each step. The @code{while-stepping} command is
7316 followed by the list of what to collect while stepping (followed by
7317 its own @code{end} command):
7318
7319 @smallexample
7320 > while-stepping 12
7321 > collect $regs, myglobal
7322 > end
7323 >
7324 @end smallexample
7325
7326 @noindent
7327 You may abbreviate @code{while-stepping} as @code{ws} or
7328 @code{stepping}.
7329 @end table
7330
7331 @node Listing Tracepoints
7332 @subsection Listing Tracepoints
7333
7334 @table @code
7335 @kindex info tracepoints
7336 @kindex info tp
7337 @cindex information about tracepoints
7338 @item info tracepoints @r{[}@var{num}@r{]}
7339 Display information about the tracepoint @var{num}. If you don't specify
7340 a tracepoint number, displays information about all the tracepoints
7341 defined so far. For each tracepoint, the following information is
7342 shown:
7343
7344 @itemize @bullet
7345 @item
7346 its number
7347 @item
7348 whether it is enabled or disabled
7349 @item
7350 its address
7351 @item
7352 its passcount as given by the @code{passcount @var{n}} command
7353 @item
7354 its step count as given by the @code{while-stepping @var{n}} command
7355 @item
7356 where in the source files is the tracepoint set
7357 @item
7358 its action list as given by the @code{actions} command
7359 @end itemize
7360
7361 @smallexample
7362 (@value{GDBP}) @b{info trace}
7363 Num Enb Address PassC StepC What
7364 1 y 0x002117c4 0 0 <gdb_asm>
7365 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
7366 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
7367 (@value{GDBP})
7368 @end smallexample
7369
7370 @noindent
7371 This command can be abbreviated @code{info tp}.
7372 @end table
7373
7374 @node Starting and Stopping Trace Experiment
7375 @subsection Starting and Stopping Trace Experiment
7376
7377 @table @code
7378 @kindex tstart
7379 @cindex start a new trace experiment
7380 @cindex collected data discarded
7381 @item tstart
7382 This command takes no arguments. It starts the trace experiment, and
7383 begins collecting data. This has the side effect of discarding all
7384 the data collected in the trace buffer during the previous trace
7385 experiment.
7386
7387 @kindex tstop
7388 @cindex stop a running trace experiment
7389 @item tstop
7390 This command takes no arguments. It ends the trace experiment, and
7391 stops collecting data.
7392
7393 @strong{Note}: a trace experiment and data collection may stop
7394 automatically if any tracepoint's passcount is reached
7395 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7396
7397 @kindex tstatus
7398 @cindex status of trace data collection
7399 @cindex trace experiment, status of
7400 @item tstatus
7401 This command displays the status of the current trace data
7402 collection.
7403 @end table
7404
7405 Here is an example of the commands we described so far:
7406
7407 @smallexample
7408 (@value{GDBP}) @b{trace gdb_c_test}
7409 (@value{GDBP}) @b{actions}
7410 Enter actions for tracepoint #1, one per line.
7411 > collect $regs,$locals,$args
7412 > while-stepping 11
7413 > collect $regs
7414 > end
7415 > end
7416 (@value{GDBP}) @b{tstart}
7417 [time passes @dots{}]
7418 (@value{GDBP}) @b{tstop}
7419 @end smallexample
7420
7421
7422 @node Analyze Collected Data
7423 @section Using the collected data
7424
7425 After the tracepoint experiment ends, you use @value{GDBN} commands
7426 for examining the trace data. The basic idea is that each tracepoint
7427 collects a trace @dfn{snapshot} every time it is hit and another
7428 snapshot every time it single-steps. All these snapshots are
7429 consecutively numbered from zero and go into a buffer, and you can
7430 examine them later. The way you examine them is to @dfn{focus} on a
7431 specific trace snapshot. When the remote stub is focused on a trace
7432 snapshot, it will respond to all @value{GDBN} requests for memory and
7433 registers by reading from the buffer which belongs to that snapshot,
7434 rather than from @emph{real} memory or registers of the program being
7435 debugged. This means that @strong{all} @value{GDBN} commands
7436 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7437 behave as if we were currently debugging the program state as it was
7438 when the tracepoint occurred. Any requests for data that are not in
7439 the buffer will fail.
7440
7441 @menu
7442 * tfind:: How to select a trace snapshot
7443 * tdump:: How to display all data for a snapshot
7444 * save-tracepoints:: How to save tracepoints for a future run
7445 @end menu
7446
7447 @node tfind
7448 @subsection @code{tfind @var{n}}
7449
7450 @kindex tfind
7451 @cindex select trace snapshot
7452 @cindex find trace snapshot
7453 The basic command for selecting a trace snapshot from the buffer is
7454 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7455 counting from zero. If no argument @var{n} is given, the next
7456 snapshot is selected.
7457
7458 Here are the various forms of using the @code{tfind} command.
7459
7460 @table @code
7461 @item tfind start
7462 Find the first snapshot in the buffer. This is a synonym for
7463 @code{tfind 0} (since 0 is the number of the first snapshot).
7464
7465 @item tfind none
7466 Stop debugging trace snapshots, resume @emph{live} debugging.
7467
7468 @item tfind end
7469 Same as @samp{tfind none}.
7470
7471 @item tfind
7472 No argument means find the next trace snapshot.
7473
7474 @item tfind -
7475 Find the previous trace snapshot before the current one. This permits
7476 retracing earlier steps.
7477
7478 @item tfind tracepoint @var{num}
7479 Find the next snapshot associated with tracepoint @var{num}. Search
7480 proceeds forward from the last examined trace snapshot. If no
7481 argument @var{num} is given, it means find the next snapshot collected
7482 for the same tracepoint as the current snapshot.
7483
7484 @item tfind pc @var{addr}
7485 Find the next snapshot associated with the value @var{addr} of the
7486 program counter. Search proceeds forward from the last examined trace
7487 snapshot. If no argument @var{addr} is given, it means find the next
7488 snapshot with the same value of PC as the current snapshot.
7489
7490 @item tfind outside @var{addr1}, @var{addr2}
7491 Find the next snapshot whose PC is outside the given range of
7492 addresses.
7493
7494 @item tfind range @var{addr1}, @var{addr2}
7495 Find the next snapshot whose PC is between @var{addr1} and
7496 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7497
7498 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7499 Find the next snapshot associated with the source line @var{n}. If
7500 the optional argument @var{file} is given, refer to line @var{n} in
7501 that source file. Search proceeds forward from the last examined
7502 trace snapshot. If no argument @var{n} is given, it means find the
7503 next line other than the one currently being examined; thus saying
7504 @code{tfind line} repeatedly can appear to have the same effect as
7505 stepping from line to line in a @emph{live} debugging session.
7506 @end table
7507
7508 The default arguments for the @code{tfind} commands are specifically
7509 designed to make it easy to scan through the trace buffer. For
7510 instance, @code{tfind} with no argument selects the next trace
7511 snapshot, and @code{tfind -} with no argument selects the previous
7512 trace snapshot. So, by giving one @code{tfind} command, and then
7513 simply hitting @key{RET} repeatedly you can examine all the trace
7514 snapshots in order. Or, by saying @code{tfind -} and then hitting
7515 @key{RET} repeatedly you can examine the snapshots in reverse order.
7516 The @code{tfind line} command with no argument selects the snapshot
7517 for the next source line executed. The @code{tfind pc} command with
7518 no argument selects the next snapshot with the same program counter
7519 (PC) as the current frame. The @code{tfind tracepoint} command with
7520 no argument selects the next trace snapshot collected by the same
7521 tracepoint as the current one.
7522
7523 In addition to letting you scan through the trace buffer manually,
7524 these commands make it easy to construct @value{GDBN} scripts that
7525 scan through the trace buffer and print out whatever collected data
7526 you are interested in. Thus, if we want to examine the PC, FP, and SP
7527 registers from each trace frame in the buffer, we can say this:
7528
7529 @smallexample
7530 (@value{GDBP}) @b{tfind start}
7531 (@value{GDBP}) @b{while ($trace_frame != -1)}
7532 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7533 $trace_frame, $pc, $sp, $fp
7534 > tfind
7535 > end
7536
7537 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7538 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7539 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7540 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7541 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7542 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7543 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7544 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7545 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7546 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7547 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7548 @end smallexample
7549
7550 Or, if we want to examine the variable @code{X} at each source line in
7551 the buffer:
7552
7553 @smallexample
7554 (@value{GDBP}) @b{tfind start}
7555 (@value{GDBP}) @b{while ($trace_frame != -1)}
7556 > printf "Frame %d, X == %d\n", $trace_frame, X
7557 > tfind line
7558 > end
7559
7560 Frame 0, X = 1
7561 Frame 7, X = 2
7562 Frame 13, X = 255
7563 @end smallexample
7564
7565 @node tdump
7566 @subsection @code{tdump}
7567 @kindex tdump
7568 @cindex dump all data collected at tracepoint
7569 @cindex tracepoint data, display
7570
7571 This command takes no arguments. It prints all the data collected at
7572 the current trace snapshot.
7573
7574 @smallexample
7575 (@value{GDBP}) @b{trace 444}
7576 (@value{GDBP}) @b{actions}
7577 Enter actions for tracepoint #2, one per line:
7578 > collect $regs, $locals, $args, gdb_long_test
7579 > end
7580
7581 (@value{GDBP}) @b{tstart}
7582
7583 (@value{GDBP}) @b{tfind line 444}
7584 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7585 at gdb_test.c:444
7586 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7587
7588 (@value{GDBP}) @b{tdump}
7589 Data collected at tracepoint 2, trace frame 1:
7590 d0 0xc4aa0085 -995491707
7591 d1 0x18 24
7592 d2 0x80 128
7593 d3 0x33 51
7594 d4 0x71aea3d 119204413
7595 d5 0x22 34
7596 d6 0xe0 224
7597 d7 0x380035 3670069
7598 a0 0x19e24a 1696330
7599 a1 0x3000668 50333288
7600 a2 0x100 256
7601 a3 0x322000 3284992
7602 a4 0x3000698 50333336
7603 a5 0x1ad3cc 1758156
7604 fp 0x30bf3c 0x30bf3c
7605 sp 0x30bf34 0x30bf34
7606 ps 0x0 0
7607 pc 0x20b2c8 0x20b2c8
7608 fpcontrol 0x0 0
7609 fpstatus 0x0 0
7610 fpiaddr 0x0 0
7611 p = 0x20e5b4 "gdb-test"
7612 p1 = (void *) 0x11
7613 p2 = (void *) 0x22
7614 p3 = (void *) 0x33
7615 p4 = (void *) 0x44
7616 p5 = (void *) 0x55
7617 p6 = (void *) 0x66
7618 gdb_long_test = 17 '\021'
7619
7620 (@value{GDBP})
7621 @end smallexample
7622
7623 @node save-tracepoints
7624 @subsection @code{save-tracepoints @var{filename}}
7625 @kindex save-tracepoints
7626 @cindex save tracepoints for future sessions
7627
7628 This command saves all current tracepoint definitions together with
7629 their actions and passcounts, into a file @file{@var{filename}}
7630 suitable for use in a later debugging session. To read the saved
7631 tracepoint definitions, use the @code{source} command (@pxref{Command
7632 Files}).
7633
7634 @node Tracepoint Variables
7635 @section Convenience Variables for Tracepoints
7636 @cindex tracepoint variables
7637 @cindex convenience variables for tracepoints
7638
7639 @table @code
7640 @vindex $trace_frame
7641 @item (int) $trace_frame
7642 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7643 snapshot is selected.
7644
7645 @vindex $tracepoint
7646 @item (int) $tracepoint
7647 The tracepoint for the current trace snapshot.
7648
7649 @vindex $trace_line
7650 @item (int) $trace_line
7651 The line number for the current trace snapshot.
7652
7653 @vindex $trace_file
7654 @item (char []) $trace_file
7655 The source file for the current trace snapshot.
7656
7657 @vindex $trace_func
7658 @item (char []) $trace_func
7659 The name of the function containing @code{$tracepoint}.
7660 @end table
7661
7662 Note: @code{$trace_file} is not suitable for use in @code{printf},
7663 use @code{output} instead.
7664
7665 Here's a simple example of using these convenience variables for
7666 stepping through all the trace snapshots and printing some of their
7667 data.
7668
7669 @smallexample
7670 (@value{GDBP}) @b{tfind start}
7671
7672 (@value{GDBP}) @b{while $trace_frame != -1}
7673 > output $trace_file
7674 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7675 > tfind
7676 > end
7677 @end smallexample
7678
7679 @node Overlays
7680 @chapter Debugging Programs That Use Overlays
7681 @cindex overlays
7682
7683 If your program is too large to fit completely in your target system's
7684 memory, you can sometimes use @dfn{overlays} to work around this
7685 problem. @value{GDBN} provides some support for debugging programs that
7686 use overlays.
7687
7688 @menu
7689 * How Overlays Work:: A general explanation of overlays.
7690 * Overlay Commands:: Managing overlays in @value{GDBN}.
7691 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7692 mapped by asking the inferior.
7693 * Overlay Sample Program:: A sample program using overlays.
7694 @end menu
7695
7696 @node How Overlays Work
7697 @section How Overlays Work
7698 @cindex mapped overlays
7699 @cindex unmapped overlays
7700 @cindex load address, overlay's
7701 @cindex mapped address
7702 @cindex overlay area
7703
7704 Suppose you have a computer whose instruction address space is only 64
7705 kilobytes long, but which has much more memory which can be accessed by
7706 other means: special instructions, segment registers, or memory
7707 management hardware, for example. Suppose further that you want to
7708 adapt a program which is larger than 64 kilobytes to run on this system.
7709
7710 One solution is to identify modules of your program which are relatively
7711 independent, and need not call each other directly; call these modules
7712 @dfn{overlays}. Separate the overlays from the main program, and place
7713 their machine code in the larger memory. Place your main program in
7714 instruction memory, but leave at least enough space there to hold the
7715 largest overlay as well.
7716
7717 Now, to call a function located in an overlay, you must first copy that
7718 overlay's machine code from the large memory into the space set aside
7719 for it in the instruction memory, and then jump to its entry point
7720 there.
7721
7722 @c NB: In the below the mapped area's size is greater or equal to the
7723 @c size of all overlays. This is intentional to remind the developer
7724 @c that overlays don't necessarily need to be the same size.
7725
7726 @smallexample
7727 @group
7728 Data Instruction Larger
7729 Address Space Address Space Address Space
7730 +-----------+ +-----------+ +-----------+
7731 | | | | | |
7732 +-----------+ +-----------+ +-----------+<-- overlay 1
7733 | program | | main | .----| overlay 1 | load address
7734 | variables | | program | | +-----------+
7735 | and heap | | | | | |
7736 +-----------+ | | | +-----------+<-- overlay 2
7737 | | +-----------+ | | | load address
7738 +-----------+ | | | .-| overlay 2 |
7739 | | | | | |
7740 mapped --->+-----------+ | | +-----------+
7741 address | | | | | |
7742 | overlay | <-' | | |
7743 | area | <---' +-----------+<-- overlay 3
7744 | | <---. | | load address
7745 +-----------+ `--| overlay 3 |
7746 | | | |
7747 +-----------+ | |
7748 +-----------+
7749 | |
7750 +-----------+
7751
7752 @anchor{A code overlay}A code overlay
7753 @end group
7754 @end smallexample
7755
7756 The diagram (@pxref{A code overlay}) shows a system with separate data
7757 and instruction address spaces. To map an overlay, the program copies
7758 its code from the larger address space to the instruction address space.
7759 Since the overlays shown here all use the same mapped address, only one
7760 may be mapped at a time. For a system with a single address space for
7761 data and instructions, the diagram would be similar, except that the
7762 program variables and heap would share an address space with the main
7763 program and the overlay area.
7764
7765 An overlay loaded into instruction memory and ready for use is called a
7766 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7767 instruction memory. An overlay not present (or only partially present)
7768 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7769 is its address in the larger memory. The mapped address is also called
7770 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7771 called the @dfn{load memory address}, or @dfn{LMA}.
7772
7773 Unfortunately, overlays are not a completely transparent way to adapt a
7774 program to limited instruction memory. They introduce a new set of
7775 global constraints you must keep in mind as you design your program:
7776
7777 @itemize @bullet
7778
7779 @item
7780 Before calling or returning to a function in an overlay, your program
7781 must make sure that overlay is actually mapped. Otherwise, the call or
7782 return will transfer control to the right address, but in the wrong
7783 overlay, and your program will probably crash.
7784
7785 @item
7786 If the process of mapping an overlay is expensive on your system, you
7787 will need to choose your overlays carefully to minimize their effect on
7788 your program's performance.
7789
7790 @item
7791 The executable file you load onto your system must contain each
7792 overlay's instructions, appearing at the overlay's load address, not its
7793 mapped address. However, each overlay's instructions must be relocated
7794 and its symbols defined as if the overlay were at its mapped address.
7795 You can use GNU linker scripts to specify different load and relocation
7796 addresses for pieces of your program; see @ref{Overlay Description,,,
7797 ld.info, Using ld: the GNU linker}.
7798
7799 @item
7800 The procedure for loading executable files onto your system must be able
7801 to load their contents into the larger address space as well as the
7802 instruction and data spaces.
7803
7804 @end itemize
7805
7806 The overlay system described above is rather simple, and could be
7807 improved in many ways:
7808
7809 @itemize @bullet
7810
7811 @item
7812 If your system has suitable bank switch registers or memory management
7813 hardware, you could use those facilities to make an overlay's load area
7814 contents simply appear at their mapped address in instruction space.
7815 This would probably be faster than copying the overlay to its mapped
7816 area in the usual way.
7817
7818 @item
7819 If your overlays are small enough, you could set aside more than one
7820 overlay area, and have more than one overlay mapped at a time.
7821
7822 @item
7823 You can use overlays to manage data, as well as instructions. In
7824 general, data overlays are even less transparent to your design than
7825 code overlays: whereas code overlays only require care when you call or
7826 return to functions, data overlays require care every time you access
7827 the data. Also, if you change the contents of a data overlay, you
7828 must copy its contents back out to its load address before you can copy a
7829 different data overlay into the same mapped area.
7830
7831 @end itemize
7832
7833
7834 @node Overlay Commands
7835 @section Overlay Commands
7836
7837 To use @value{GDBN}'s overlay support, each overlay in your program must
7838 correspond to a separate section of the executable file. The section's
7839 virtual memory address and load memory address must be the overlay's
7840 mapped and load addresses. Identifying overlays with sections allows
7841 @value{GDBN} to determine the appropriate address of a function or
7842 variable, depending on whether the overlay is mapped or not.
7843
7844 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7845 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7846
7847 @table @code
7848 @item overlay off
7849 @kindex overlay
7850 Disable @value{GDBN}'s overlay support. When overlay support is
7851 disabled, @value{GDBN} assumes that all functions and variables are
7852 always present at their mapped addresses. By default, @value{GDBN}'s
7853 overlay support is disabled.
7854
7855 @item overlay manual
7856 @cindex manual overlay debugging
7857 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7858 relies on you to tell it which overlays are mapped, and which are not,
7859 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7860 commands described below.
7861
7862 @item overlay map-overlay @var{overlay}
7863 @itemx overlay map @var{overlay}
7864 @cindex map an overlay
7865 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7866 be the name of the object file section containing the overlay. When an
7867 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7868 functions and variables at their mapped addresses. @value{GDBN} assumes
7869 that any other overlays whose mapped ranges overlap that of
7870 @var{overlay} are now unmapped.
7871
7872 @item overlay unmap-overlay @var{overlay}
7873 @itemx overlay unmap @var{overlay}
7874 @cindex unmap an overlay
7875 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7876 must be the name of the object file section containing the overlay.
7877 When an overlay is unmapped, @value{GDBN} assumes it can find the
7878 overlay's functions and variables at their load addresses.
7879
7880 @item overlay auto
7881 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7882 consults a data structure the overlay manager maintains in the inferior
7883 to see which overlays are mapped. For details, see @ref{Automatic
7884 Overlay Debugging}.
7885
7886 @item overlay load-target
7887 @itemx overlay load
7888 @cindex reloading the overlay table
7889 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7890 re-reads the table @value{GDBN} automatically each time the inferior
7891 stops, so this command should only be necessary if you have changed the
7892 overlay mapping yourself using @value{GDBN}. This command is only
7893 useful when using automatic overlay debugging.
7894
7895 @item overlay list-overlays
7896 @itemx overlay list
7897 @cindex listing mapped overlays
7898 Display a list of the overlays currently mapped, along with their mapped
7899 addresses, load addresses, and sizes.
7900
7901 @end table
7902
7903 Normally, when @value{GDBN} prints a code address, it includes the name
7904 of the function the address falls in:
7905
7906 @smallexample
7907 (@value{GDBP}) print main
7908 $3 = @{int ()@} 0x11a0 <main>
7909 @end smallexample
7910 @noindent
7911 When overlay debugging is enabled, @value{GDBN} recognizes code in
7912 unmapped overlays, and prints the names of unmapped functions with
7913 asterisks around them. For example, if @code{foo} is a function in an
7914 unmapped overlay, @value{GDBN} prints it this way:
7915
7916 @smallexample
7917 (@value{GDBP}) overlay list
7918 No sections are mapped.
7919 (@value{GDBP}) print foo
7920 $5 = @{int (int)@} 0x100000 <*foo*>
7921 @end smallexample
7922 @noindent
7923 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7924 name normally:
7925
7926 @smallexample
7927 (@value{GDBP}) overlay list
7928 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7929 mapped at 0x1016 - 0x104a
7930 (@value{GDBP}) print foo
7931 $6 = @{int (int)@} 0x1016 <foo>
7932 @end smallexample
7933
7934 When overlay debugging is enabled, @value{GDBN} can find the correct
7935 address for functions and variables in an overlay, whether or not the
7936 overlay is mapped. This allows most @value{GDBN} commands, like
7937 @code{break} and @code{disassemble}, to work normally, even on unmapped
7938 code. However, @value{GDBN}'s breakpoint support has some limitations:
7939
7940 @itemize @bullet
7941 @item
7942 @cindex breakpoints in overlays
7943 @cindex overlays, setting breakpoints in
7944 You can set breakpoints in functions in unmapped overlays, as long as
7945 @value{GDBN} can write to the overlay at its load address.
7946 @item
7947 @value{GDBN} can not set hardware or simulator-based breakpoints in
7948 unmapped overlays. However, if you set a breakpoint at the end of your
7949 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7950 you are using manual overlay management), @value{GDBN} will re-set its
7951 breakpoints properly.
7952 @end itemize
7953
7954
7955 @node Automatic Overlay Debugging
7956 @section Automatic Overlay Debugging
7957 @cindex automatic overlay debugging
7958
7959 @value{GDBN} can automatically track which overlays are mapped and which
7960 are not, given some simple co-operation from the overlay manager in the
7961 inferior. If you enable automatic overlay debugging with the
7962 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7963 looks in the inferior's memory for certain variables describing the
7964 current state of the overlays.
7965
7966 Here are the variables your overlay manager must define to support
7967 @value{GDBN}'s automatic overlay debugging:
7968
7969 @table @asis
7970
7971 @item @code{_ovly_table}:
7972 This variable must be an array of the following structures:
7973
7974 @smallexample
7975 struct
7976 @{
7977 /* The overlay's mapped address. */
7978 unsigned long vma;
7979
7980 /* The size of the overlay, in bytes. */
7981 unsigned long size;
7982
7983 /* The overlay's load address. */
7984 unsigned long lma;
7985
7986 /* Non-zero if the overlay is currently mapped;
7987 zero otherwise. */
7988 unsigned long mapped;
7989 @}
7990 @end smallexample
7991
7992 @item @code{_novlys}:
7993 This variable must be a four-byte signed integer, holding the total
7994 number of elements in @code{_ovly_table}.
7995
7996 @end table
7997
7998 To decide whether a particular overlay is mapped or not, @value{GDBN}
7999 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
8000 @code{lma} members equal the VMA and LMA of the overlay's section in the
8001 executable file. When @value{GDBN} finds a matching entry, it consults
8002 the entry's @code{mapped} member to determine whether the overlay is
8003 currently mapped.
8004
8005 In addition, your overlay manager may define a function called
8006 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
8007 will silently set a breakpoint there. If the overlay manager then
8008 calls this function whenever it has changed the overlay table, this
8009 will enable @value{GDBN} to accurately keep track of which overlays
8010 are in program memory, and update any breakpoints that may be set
8011 in overlays. This will allow breakpoints to work even if the
8012 overlays are kept in ROM or other non-writable memory while they
8013 are not being executed.
8014
8015 @node Overlay Sample Program
8016 @section Overlay Sample Program
8017 @cindex overlay example program
8018
8019 When linking a program which uses overlays, you must place the overlays
8020 at their load addresses, while relocating them to run at their mapped
8021 addresses. To do this, you must write a linker script (@pxref{Overlay
8022 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
8023 since linker scripts are specific to a particular host system, target
8024 architecture, and target memory layout, this manual cannot provide
8025 portable sample code demonstrating @value{GDBN}'s overlay support.
8026
8027 However, the @value{GDBN} source distribution does contain an overlaid
8028 program, with linker scripts for a few systems, as part of its test
8029 suite. The program consists of the following files from
8030 @file{gdb/testsuite/gdb.base}:
8031
8032 @table @file
8033 @item overlays.c
8034 The main program file.
8035 @item ovlymgr.c
8036 A simple overlay manager, used by @file{overlays.c}.
8037 @item foo.c
8038 @itemx bar.c
8039 @itemx baz.c
8040 @itemx grbx.c
8041 Overlay modules, loaded and used by @file{overlays.c}.
8042 @item d10v.ld
8043 @itemx m32r.ld
8044 Linker scripts for linking the test program on the @code{d10v-elf}
8045 and @code{m32r-elf} targets.
8046 @end table
8047
8048 You can build the test program using the @code{d10v-elf} GCC
8049 cross-compiler like this:
8050
8051 @smallexample
8052 $ d10v-elf-gcc -g -c overlays.c
8053 $ d10v-elf-gcc -g -c ovlymgr.c
8054 $ d10v-elf-gcc -g -c foo.c
8055 $ d10v-elf-gcc -g -c bar.c
8056 $ d10v-elf-gcc -g -c baz.c
8057 $ d10v-elf-gcc -g -c grbx.c
8058 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8059 baz.o grbx.o -Wl,-Td10v.ld -o overlays
8060 @end smallexample
8061
8062 The build process is identical for any other architecture, except that
8063 you must substitute the appropriate compiler and linker script for the
8064 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8065
8066
8067 @node Languages
8068 @chapter Using @value{GDBN} with Different Languages
8069 @cindex languages
8070
8071 Although programming languages generally have common aspects, they are
8072 rarely expressed in the same manner. For instance, in ANSI C,
8073 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8074 Modula-2, it is accomplished by @code{p^}. Values can also be
8075 represented (and displayed) differently. Hex numbers in C appear as
8076 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
8077
8078 @cindex working language
8079 Language-specific information is built into @value{GDBN} for some languages,
8080 allowing you to express operations like the above in your program's
8081 native language, and allowing @value{GDBN} to output values in a manner
8082 consistent with the syntax of your program's native language. The
8083 language you use to build expressions is called the @dfn{working
8084 language}.
8085
8086 @menu
8087 * Setting:: Switching between source languages
8088 * Show:: Displaying the language
8089 * Checks:: Type and range checks
8090 * Supported languages:: Supported languages
8091 * Unsupported languages:: Unsupported languages
8092 @end menu
8093
8094 @node Setting
8095 @section Switching between source languages
8096
8097 There are two ways to control the working language---either have @value{GDBN}
8098 set it automatically, or select it manually yourself. You can use the
8099 @code{set language} command for either purpose. On startup, @value{GDBN}
8100 defaults to setting the language automatically. The working language is
8101 used to determine how expressions you type are interpreted, how values
8102 are printed, etc.
8103
8104 In addition to the working language, every source file that
8105 @value{GDBN} knows about has its own working language. For some object
8106 file formats, the compiler might indicate which language a particular
8107 source file is in. However, most of the time @value{GDBN} infers the
8108 language from the name of the file. The language of a source file
8109 controls whether C@t{++} names are demangled---this way @code{backtrace} can
8110 show each frame appropriately for its own language. There is no way to
8111 set the language of a source file from within @value{GDBN}, but you can
8112 set the language associated with a filename extension. @xref{Show, ,
8113 Displaying the language}.
8114
8115 This is most commonly a problem when you use a program, such
8116 as @code{cfront} or @code{f2c}, that generates C but is written in
8117 another language. In that case, make the
8118 program use @code{#line} directives in its C output; that way
8119 @value{GDBN} will know the correct language of the source code of the original
8120 program, and will display that source code, not the generated C code.
8121
8122 @menu
8123 * Filenames:: Filename extensions and languages.
8124 * Manually:: Setting the working language manually
8125 * Automatically:: Having @value{GDBN} infer the source language
8126 @end menu
8127
8128 @node Filenames
8129 @subsection List of filename extensions and languages
8130
8131 If a source file name ends in one of the following extensions, then
8132 @value{GDBN} infers that its language is the one indicated.
8133
8134 @table @file
8135 @item .ada
8136 @itemx .ads
8137 @itemx .adb
8138 @itemx .a
8139 Ada source file.
8140
8141 @item .c
8142 C source file
8143
8144 @item .C
8145 @itemx .cc
8146 @itemx .cp
8147 @itemx .cpp
8148 @itemx .cxx
8149 @itemx .c++
8150 C@t{++} source file
8151
8152 @item .m
8153 Objective-C source file
8154
8155 @item .f
8156 @itemx .F
8157 Fortran source file
8158
8159 @item .mod
8160 Modula-2 source file
8161
8162 @item .s
8163 @itemx .S
8164 Assembler source file. This actually behaves almost like C, but
8165 @value{GDBN} does not skip over function prologues when stepping.
8166 @end table
8167
8168 In addition, you may set the language associated with a filename
8169 extension. @xref{Show, , Displaying the language}.
8170
8171 @node Manually
8172 @subsection Setting the working language
8173
8174 If you allow @value{GDBN} to set the language automatically,
8175 expressions are interpreted the same way in your debugging session and
8176 your program.
8177
8178 @kindex set language
8179 If you wish, you may set the language manually. To do this, issue the
8180 command @samp{set language @var{lang}}, where @var{lang} is the name of
8181 a language, such as
8182 @code{c} or @code{modula-2}.
8183 For a list of the supported languages, type @samp{set language}.
8184
8185 Setting the language manually prevents @value{GDBN} from updating the working
8186 language automatically. This can lead to confusion if you try
8187 to debug a program when the working language is not the same as the
8188 source language, when an expression is acceptable to both
8189 languages---but means different things. For instance, if the current
8190 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8191 command such as:
8192
8193 @smallexample
8194 print a = b + c
8195 @end smallexample
8196
8197 @noindent
8198 might not have the effect you intended. In C, this means to add
8199 @code{b} and @code{c} and place the result in @code{a}. The result
8200 printed would be the value of @code{a}. In Modula-2, this means to compare
8201 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8202
8203 @node Automatically
8204 @subsection Having @value{GDBN} infer the source language
8205
8206 To have @value{GDBN} set the working language automatically, use
8207 @samp{set language local} or @samp{set language auto}. @value{GDBN}
8208 then infers the working language. That is, when your program stops in a
8209 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8210 working language to the language recorded for the function in that
8211 frame. If the language for a frame is unknown (that is, if the function
8212 or block corresponding to the frame was defined in a source file that
8213 does not have a recognized extension), the current working language is
8214 not changed, and @value{GDBN} issues a warning.
8215
8216 This may not seem necessary for most programs, which are written
8217 entirely in one source language. However, program modules and libraries
8218 written in one source language can be used by a main program written in
8219 a different source language. Using @samp{set language auto} in this
8220 case frees you from having to set the working language manually.
8221
8222 @node Show
8223 @section Displaying the language
8224
8225 The following commands help you find out which language is the
8226 working language, and also what language source files were written in.
8227
8228 @table @code
8229 @item show language
8230 @kindex show language
8231 Display the current working language. This is the
8232 language you can use with commands such as @code{print} to
8233 build and compute expressions that may involve variables in your program.
8234
8235 @item info frame
8236 @kindex info frame@r{, show the source language}
8237 Display the source language for this frame. This language becomes the
8238 working language if you use an identifier from this frame.
8239 @xref{Frame Info, ,Information about a frame}, to identify the other
8240 information listed here.
8241
8242 @item info source
8243 @kindex info source@r{, show the source language}
8244 Display the source language of this source file.
8245 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8246 information listed here.
8247 @end table
8248
8249 In unusual circumstances, you may have source files with extensions
8250 not in the standard list. You can then set the extension associated
8251 with a language explicitly:
8252
8253 @table @code
8254 @item set extension-language @var{ext} @var{language}
8255 @kindex set extension-language
8256 Tell @value{GDBN} that source files with extension @var{ext} are to be
8257 assumed as written in the source language @var{language}.
8258
8259 @item info extensions
8260 @kindex info extensions
8261 List all the filename extensions and the associated languages.
8262 @end table
8263
8264 @node Checks
8265 @section Type and range checking
8266
8267 @quotation
8268 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8269 checking are included, but they do not yet have any effect. This
8270 section documents the intended facilities.
8271 @end quotation
8272 @c FIXME remove warning when type/range code added
8273
8274 Some languages are designed to guard you against making seemingly common
8275 errors through a series of compile- and run-time checks. These include
8276 checking the type of arguments to functions and operators, and making
8277 sure mathematical overflows are caught at run time. Checks such as
8278 these help to ensure a program's correctness once it has been compiled
8279 by eliminating type mismatches, and providing active checks for range
8280 errors when your program is running.
8281
8282 @value{GDBN} can check for conditions like the above if you wish.
8283 Although @value{GDBN} does not check the statements in your program,
8284 it can check expressions entered directly into @value{GDBN} for
8285 evaluation via the @code{print} command, for example. As with the
8286 working language, @value{GDBN} can also decide whether or not to check
8287 automatically based on your program's source language.
8288 @xref{Supported languages, ,Supported languages}, for the default
8289 settings of supported languages.
8290
8291 @menu
8292 * Type Checking:: An overview of type checking
8293 * Range Checking:: An overview of range checking
8294 @end menu
8295
8296 @cindex type checking
8297 @cindex checks, type
8298 @node Type Checking
8299 @subsection An overview of type checking
8300
8301 Some languages, such as Modula-2, are strongly typed, meaning that the
8302 arguments to operators and functions have to be of the correct type,
8303 otherwise an error occurs. These checks prevent type mismatch
8304 errors from ever causing any run-time problems. For example,
8305
8306 @smallexample
8307 1 + 2 @result{} 3
8308 @exdent but
8309 @error{} 1 + 2.3
8310 @end smallexample
8311
8312 The second example fails because the @code{CARDINAL} 1 is not
8313 type-compatible with the @code{REAL} 2.3.
8314
8315 For the expressions you use in @value{GDBN} commands, you can tell the
8316 @value{GDBN} type checker to skip checking;
8317 to treat any mismatches as errors and abandon the expression;
8318 or to only issue warnings when type mismatches occur,
8319 but evaluate the expression anyway. When you choose the last of
8320 these, @value{GDBN} evaluates expressions like the second example above, but
8321 also issues a warning.
8322
8323 Even if you turn type checking off, there may be other reasons
8324 related to type that prevent @value{GDBN} from evaluating an expression.
8325 For instance, @value{GDBN} does not know how to add an @code{int} and
8326 a @code{struct foo}. These particular type errors have nothing to do
8327 with the language in use, and usually arise from expressions, such as
8328 the one described above, which make little sense to evaluate anyway.
8329
8330 Each language defines to what degree it is strict about type. For
8331 instance, both Modula-2 and C require the arguments to arithmetical
8332 operators to be numbers. In C, enumerated types and pointers can be
8333 represented as numbers, so that they are valid arguments to mathematical
8334 operators. @xref{Supported languages, ,Supported languages}, for further
8335 details on specific languages.
8336
8337 @value{GDBN} provides some additional commands for controlling the type checker:
8338
8339 @kindex set check type
8340 @kindex show check type
8341 @table @code
8342 @item set check type auto
8343 Set type checking on or off based on the current working language.
8344 @xref{Supported languages, ,Supported languages}, for the default settings for
8345 each language.
8346
8347 @item set check type on
8348 @itemx set check type off
8349 Set type checking on or off, overriding the default setting for the
8350 current working language. Issue a warning if the setting does not
8351 match the language default. If any type mismatches occur in
8352 evaluating an expression while type checking is on, @value{GDBN} prints a
8353 message and aborts evaluation of the expression.
8354
8355 @item set check type warn
8356 Cause the type checker to issue warnings, but to always attempt to
8357 evaluate the expression. Evaluating the expression may still
8358 be impossible for other reasons. For example, @value{GDBN} cannot add
8359 numbers and structures.
8360
8361 @item show type
8362 Show the current setting of the type checker, and whether or not @value{GDBN}
8363 is setting it automatically.
8364 @end table
8365
8366 @cindex range checking
8367 @cindex checks, range
8368 @node Range Checking
8369 @subsection An overview of range checking
8370
8371 In some languages (such as Modula-2), it is an error to exceed the
8372 bounds of a type; this is enforced with run-time checks. Such range
8373 checking is meant to ensure program correctness by making sure
8374 computations do not overflow, or indices on an array element access do
8375 not exceed the bounds of the array.
8376
8377 For expressions you use in @value{GDBN} commands, you can tell
8378 @value{GDBN} to treat range errors in one of three ways: ignore them,
8379 always treat them as errors and abandon the expression, or issue
8380 warnings but evaluate the expression anyway.
8381
8382 A range error can result from numerical overflow, from exceeding an
8383 array index bound, or when you type a constant that is not a member
8384 of any type. Some languages, however, do not treat overflows as an
8385 error. In many implementations of C, mathematical overflow causes the
8386 result to ``wrap around'' to lower values---for example, if @var{m} is
8387 the largest integer value, and @var{s} is the smallest, then
8388
8389 @smallexample
8390 @var{m} + 1 @result{} @var{s}
8391 @end smallexample
8392
8393 This, too, is specific to individual languages, and in some cases
8394 specific to individual compilers or machines. @xref{Supported languages, ,
8395 Supported languages}, for further details on specific languages.
8396
8397 @value{GDBN} provides some additional commands for controlling the range checker:
8398
8399 @kindex set check range
8400 @kindex show check range
8401 @table @code
8402 @item set check range auto
8403 Set range checking on or off based on the current working language.
8404 @xref{Supported languages, ,Supported languages}, for the default settings for
8405 each language.
8406
8407 @item set check range on
8408 @itemx set check range off
8409 Set range checking on or off, overriding the default setting for the
8410 current working language. A warning is issued if the setting does not
8411 match the language default. If a range error occurs and range checking is on,
8412 then a message is printed and evaluation of the expression is aborted.
8413
8414 @item set check range warn
8415 Output messages when the @value{GDBN} range checker detects a range error,
8416 but attempt to evaluate the expression anyway. Evaluating the
8417 expression may still be impossible for other reasons, such as accessing
8418 memory that the process does not own (a typical example from many Unix
8419 systems).
8420
8421 @item show range
8422 Show the current setting of the range checker, and whether or not it is
8423 being set automatically by @value{GDBN}.
8424 @end table
8425
8426 @node Supported languages
8427 @section Supported languages
8428
8429 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8430 assembly, Modula-2, and Ada.
8431 @c This is false ...
8432 Some @value{GDBN} features may be used in expressions regardless of the
8433 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8434 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8435 ,Expressions}) can be used with the constructs of any supported
8436 language.
8437
8438 The following sections detail to what degree each source language is
8439 supported by @value{GDBN}. These sections are not meant to be language
8440 tutorials or references, but serve only as a reference guide to what the
8441 @value{GDBN} expression parser accepts, and what input and output
8442 formats should look like for different languages. There are many good
8443 books written on each of these languages; please look to these for a
8444 language reference or tutorial.
8445
8446 @menu
8447 * C:: C and C@t{++}
8448 * Objective-C:: Objective-C
8449 * Fortran:: Fortran
8450 * Pascal:: Pascal
8451 * Modula-2:: Modula-2
8452 * Ada:: Ada
8453 @end menu
8454
8455 @node C
8456 @subsection C and C@t{++}
8457
8458 @cindex C and C@t{++}
8459 @cindex expressions in C or C@t{++}
8460
8461 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8462 to both languages. Whenever this is the case, we discuss those languages
8463 together.
8464
8465 @cindex C@t{++}
8466 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8467 @cindex @sc{gnu} C@t{++}
8468 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8469 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8470 effectively, you must compile your C@t{++} programs with a supported
8471 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8472 compiler (@code{aCC}).
8473
8474 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8475 format; if it doesn't work on your system, try the stabs+ debugging
8476 format. You can select those formats explicitly with the @code{g++}
8477 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8478 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8479 CC, gcc.info, Using @sc{gnu} CC}.
8480
8481 @menu
8482 * C Operators:: C and C@t{++} operators
8483 * C Constants:: C and C@t{++} constants
8484 * C plus plus expressions:: C@t{++} expressions
8485 * C Defaults:: Default settings for C and C@t{++}
8486 * C Checks:: C and C@t{++} type and range checks
8487 * Debugging C:: @value{GDBN} and C
8488 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
8489 @end menu
8490
8491 @node C Operators
8492 @subsubsection C and C@t{++} operators
8493
8494 @cindex C and C@t{++} operators
8495
8496 Operators must be defined on values of specific types. For instance,
8497 @code{+} is defined on numbers, but not on structures. Operators are
8498 often defined on groups of types.
8499
8500 For the purposes of C and C@t{++}, the following definitions hold:
8501
8502 @itemize @bullet
8503
8504 @item
8505 @emph{Integral types} include @code{int} with any of its storage-class
8506 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8507
8508 @item
8509 @emph{Floating-point types} include @code{float}, @code{double}, and
8510 @code{long double} (if supported by the target platform).
8511
8512 @item
8513 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8514
8515 @item
8516 @emph{Scalar types} include all of the above.
8517
8518 @end itemize
8519
8520 @noindent
8521 The following operators are supported. They are listed here
8522 in order of increasing precedence:
8523
8524 @table @code
8525 @item ,
8526 The comma or sequencing operator. Expressions in a comma-separated list
8527 are evaluated from left to right, with the result of the entire
8528 expression being the last expression evaluated.
8529
8530 @item =
8531 Assignment. The value of an assignment expression is the value
8532 assigned. Defined on scalar types.
8533
8534 @item @var{op}=
8535 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8536 and translated to @w{@code{@var{a} = @var{a op b}}}.
8537 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8538 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8539 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8540
8541 @item ?:
8542 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8543 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8544 integral type.
8545
8546 @item ||
8547 Logical @sc{or}. Defined on integral types.
8548
8549 @item &&
8550 Logical @sc{and}. Defined on integral types.
8551
8552 @item |
8553 Bitwise @sc{or}. Defined on integral types.
8554
8555 @item ^
8556 Bitwise exclusive-@sc{or}. Defined on integral types.
8557
8558 @item &
8559 Bitwise @sc{and}. Defined on integral types.
8560
8561 @item ==@r{, }!=
8562 Equality and inequality. Defined on scalar types. The value of these
8563 expressions is 0 for false and non-zero for true.
8564
8565 @item <@r{, }>@r{, }<=@r{, }>=
8566 Less than, greater than, less than or equal, greater than or equal.
8567 Defined on scalar types. The value of these expressions is 0 for false
8568 and non-zero for true.
8569
8570 @item <<@r{, }>>
8571 left shift, and right shift. Defined on integral types.
8572
8573 @item @@
8574 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8575
8576 @item +@r{, }-
8577 Addition and subtraction. Defined on integral types, floating-point types and
8578 pointer types.
8579
8580 @item *@r{, }/@r{, }%
8581 Multiplication, division, and modulus. Multiplication and division are
8582 defined on integral and floating-point types. Modulus is defined on
8583 integral types.
8584
8585 @item ++@r{, }--
8586 Increment and decrement. When appearing before a variable, the
8587 operation is performed before the variable is used in an expression;
8588 when appearing after it, the variable's value is used before the
8589 operation takes place.
8590
8591 @item *
8592 Pointer dereferencing. Defined on pointer types. Same precedence as
8593 @code{++}.
8594
8595 @item &
8596 Address operator. Defined on variables. Same precedence as @code{++}.
8597
8598 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8599 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8600 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8601 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8602 stored.
8603
8604 @item -
8605 Negative. Defined on integral and floating-point types. Same
8606 precedence as @code{++}.
8607
8608 @item !
8609 Logical negation. Defined on integral types. Same precedence as
8610 @code{++}.
8611
8612 @item ~
8613 Bitwise complement operator. Defined on integral types. Same precedence as
8614 @code{++}.
8615
8616
8617 @item .@r{, }->
8618 Structure member, and pointer-to-structure member. For convenience,
8619 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8620 pointer based on the stored type information.
8621 Defined on @code{struct} and @code{union} data.
8622
8623 @item .*@r{, }->*
8624 Dereferences of pointers to members.
8625
8626 @item []
8627 Array indexing. @code{@var{a}[@var{i}]} is defined as
8628 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8629
8630 @item ()
8631 Function parameter list. Same precedence as @code{->}.
8632
8633 @item ::
8634 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
8635 and @code{class} types.
8636
8637 @item ::
8638 Doubled colons also represent the @value{GDBN} scope operator
8639 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8640 above.
8641 @end table
8642
8643 If an operator is redefined in the user code, @value{GDBN} usually
8644 attempts to invoke the redefined version instead of using the operator's
8645 predefined meaning.
8646
8647 @menu
8648 * C Constants::
8649 @end menu
8650
8651 @node C Constants
8652 @subsubsection C and C@t{++} constants
8653
8654 @cindex C and C@t{++} constants
8655
8656 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8657 following ways:
8658
8659 @itemize @bullet
8660 @item
8661 Integer constants are a sequence of digits. Octal constants are
8662 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8663 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8664 @samp{l}, specifying that the constant should be treated as a
8665 @code{long} value.
8666
8667 @item
8668 Floating point constants are a sequence of digits, followed by a decimal
8669 point, followed by a sequence of digits, and optionally followed by an
8670 exponent. An exponent is of the form:
8671 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8672 sequence of digits. The @samp{+} is optional for positive exponents.
8673 A floating-point constant may also end with a letter @samp{f} or
8674 @samp{F}, specifying that the constant should be treated as being of
8675 the @code{float} (as opposed to the default @code{double}) type; or with
8676 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8677 constant.
8678
8679 @item
8680 Enumerated constants consist of enumerated identifiers, or their
8681 integral equivalents.
8682
8683 @item
8684 Character constants are a single character surrounded by single quotes
8685 (@code{'}), or a number---the ordinal value of the corresponding character
8686 (usually its @sc{ascii} value). Within quotes, the single character may
8687 be represented by a letter or by @dfn{escape sequences}, which are of
8688 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8689 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8690 @samp{@var{x}} is a predefined special character---for example,
8691 @samp{\n} for newline.
8692
8693 @item
8694 String constants are a sequence of character constants surrounded by
8695 double quotes (@code{"}). Any valid character constant (as described
8696 above) may appear. Double quotes within the string must be preceded by
8697 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8698 characters.
8699
8700 @item
8701 Pointer constants are an integral value. You can also write pointers
8702 to constants using the C operator @samp{&}.
8703
8704 @item
8705 Array constants are comma-separated lists surrounded by braces @samp{@{}
8706 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8707 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8708 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8709 @end itemize
8710
8711 @menu
8712 * C plus plus expressions::
8713 * C Defaults::
8714 * C Checks::
8715
8716 * Debugging C::
8717 @end menu
8718
8719 @node C plus plus expressions
8720 @subsubsection C@t{++} expressions
8721
8722 @cindex expressions in C@t{++}
8723 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8724
8725 @cindex debugging C@t{++} programs
8726 @cindex C@t{++} compilers
8727 @cindex debug formats and C@t{++}
8728 @cindex @value{NGCC} and C@t{++}
8729 @quotation
8730 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8731 proper compiler and the proper debug format. Currently, @value{GDBN}
8732 works best when debugging C@t{++} code that is compiled with
8733 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8734 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8735 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8736 stabs+ as their default debug format, so you usually don't need to
8737 specify a debug format explicitly. Other compilers and/or debug formats
8738 are likely to work badly or not at all when using @value{GDBN} to debug
8739 C@t{++} code.
8740 @end quotation
8741
8742 @enumerate
8743
8744 @cindex member functions
8745 @item
8746 Member function calls are allowed; you can use expressions like
8747
8748 @smallexample
8749 count = aml->GetOriginal(x, y)
8750 @end smallexample
8751
8752 @vindex this@r{, inside C@t{++} member functions}
8753 @cindex namespace in C@t{++}
8754 @item
8755 While a member function is active (in the selected stack frame), your
8756 expressions have the same namespace available as the member function;
8757 that is, @value{GDBN} allows implicit references to the class instance
8758 pointer @code{this} following the same rules as C@t{++}.
8759
8760 @cindex call overloaded functions
8761 @cindex overloaded functions, calling
8762 @cindex type conversions in C@t{++}
8763 @item
8764 You can call overloaded functions; @value{GDBN} resolves the function
8765 call to the right definition, with some restrictions. @value{GDBN} does not
8766 perform overload resolution involving user-defined type conversions,
8767 calls to constructors, or instantiations of templates that do not exist
8768 in the program. It also cannot handle ellipsis argument lists or
8769 default arguments.
8770
8771 It does perform integral conversions and promotions, floating-point
8772 promotions, arithmetic conversions, pointer conversions, conversions of
8773 class objects to base classes, and standard conversions such as those of
8774 functions or arrays to pointers; it requires an exact match on the
8775 number of function arguments.
8776
8777 Overload resolution is always performed, unless you have specified
8778 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8779 ,@value{GDBN} features for C@t{++}}.
8780
8781 You must specify @code{set overload-resolution off} in order to use an
8782 explicit function signature to call an overloaded function, as in
8783 @smallexample
8784 p 'foo(char,int)'('x', 13)
8785 @end smallexample
8786
8787 The @value{GDBN} command-completion facility can simplify this;
8788 see @ref{Completion, ,Command completion}.
8789
8790 @cindex reference declarations
8791 @item
8792 @value{GDBN} understands variables declared as C@t{++} references; you can use
8793 them in expressions just as you do in C@t{++} source---they are automatically
8794 dereferenced.
8795
8796 In the parameter list shown when @value{GDBN} displays a frame, the values of
8797 reference variables are not displayed (unlike other variables); this
8798 avoids clutter, since references are often used for large structures.
8799 The @emph{address} of a reference variable is always shown, unless
8800 you have specified @samp{set print address off}.
8801
8802 @item
8803 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8804 expressions can use it just as expressions in your program do. Since
8805 one scope may be defined in another, you can use @code{::} repeatedly if
8806 necessary, for example in an expression like
8807 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8808 resolving name scope by reference to source files, in both C and C@t{++}
8809 debugging (@pxref{Variables, ,Program variables}).
8810 @end enumerate
8811
8812 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8813 calling virtual functions correctly, printing out virtual bases of
8814 objects, calling functions in a base subobject, casting objects, and
8815 invoking user-defined operators.
8816
8817 @node C Defaults
8818 @subsubsection C and C@t{++} defaults
8819
8820 @cindex C and C@t{++} defaults
8821
8822 If you allow @value{GDBN} to set type and range checking automatically, they
8823 both default to @code{off} whenever the working language changes to
8824 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8825 selects the working language.
8826
8827 If you allow @value{GDBN} to set the language automatically, it
8828 recognizes source files whose names end with @file{.c}, @file{.C}, or
8829 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8830 these files, it sets the working language to C or C@t{++}.
8831 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8832 for further details.
8833
8834 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8835 @c unimplemented. If (b) changes, it might make sense to let this node
8836 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8837
8838 @node C Checks
8839 @subsubsection C and C@t{++} type and range checks
8840
8841 @cindex C and C@t{++} checks
8842
8843 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8844 is not used. However, if you turn type checking on, @value{GDBN}
8845 considers two variables type equivalent if:
8846
8847 @itemize @bullet
8848 @item
8849 The two variables are structured and have the same structure, union, or
8850 enumerated tag.
8851
8852 @item
8853 The two variables have the same type name, or types that have been
8854 declared equivalent through @code{typedef}.
8855
8856 @ignore
8857 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8858 @c FIXME--beers?
8859 @item
8860 The two @code{struct}, @code{union}, or @code{enum} variables are
8861 declared in the same declaration. (Note: this may not be true for all C
8862 compilers.)
8863 @end ignore
8864 @end itemize
8865
8866 Range checking, if turned on, is done on mathematical operations. Array
8867 indices are not checked, since they are often used to index a pointer
8868 that is not itself an array.
8869
8870 @node Debugging C
8871 @subsubsection @value{GDBN} and C
8872
8873 The @code{set print union} and @code{show print union} commands apply to
8874 the @code{union} type. When set to @samp{on}, any @code{union} that is
8875 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8876 appears as @samp{@{...@}}.
8877
8878 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8879 with pointers and a memory allocation function. @xref{Expressions,
8880 ,Expressions}.
8881
8882 @menu
8883 * Debugging C plus plus::
8884 @end menu
8885
8886 @node Debugging C plus plus
8887 @subsubsection @value{GDBN} features for C@t{++}
8888
8889 @cindex commands for C@t{++}
8890
8891 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8892 designed specifically for use with C@t{++}. Here is a summary:
8893
8894 @table @code
8895 @cindex break in overloaded functions
8896 @item @r{breakpoint menus}
8897 When you want a breakpoint in a function whose name is overloaded,
8898 @value{GDBN} breakpoint menus help you specify which function definition
8899 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8900
8901 @cindex overloading in C@t{++}
8902 @item rbreak @var{regex}
8903 Setting breakpoints using regular expressions is helpful for setting
8904 breakpoints on overloaded functions that are not members of any special
8905 classes.
8906 @xref{Set Breaks, ,Setting breakpoints}.
8907
8908 @cindex C@t{++} exception handling
8909 @item catch throw
8910 @itemx catch catch
8911 Debug C@t{++} exception handling using these commands. @xref{Set
8912 Catchpoints, , Setting catchpoints}.
8913
8914 @cindex inheritance
8915 @item ptype @var{typename}
8916 Print inheritance relationships as well as other information for type
8917 @var{typename}.
8918 @xref{Symbols, ,Examining the Symbol Table}.
8919
8920 @cindex C@t{++} symbol display
8921 @item set print demangle
8922 @itemx show print demangle
8923 @itemx set print asm-demangle
8924 @itemx show print asm-demangle
8925 Control whether C@t{++} symbols display in their source form, both when
8926 displaying code as C@t{++} source and when displaying disassemblies.
8927 @xref{Print Settings, ,Print settings}.
8928
8929 @item set print object
8930 @itemx show print object
8931 Choose whether to print derived (actual) or declared types of objects.
8932 @xref{Print Settings, ,Print settings}.
8933
8934 @item set print vtbl
8935 @itemx show print vtbl
8936 Control the format for printing virtual function tables.
8937 @xref{Print Settings, ,Print settings}.
8938 (The @code{vtbl} commands do not work on programs compiled with the HP
8939 ANSI C@t{++} compiler (@code{aCC}).)
8940
8941 @kindex set overload-resolution
8942 @cindex overloaded functions, overload resolution
8943 @item set overload-resolution on
8944 Enable overload resolution for C@t{++} expression evaluation. The default
8945 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8946 and searches for a function whose signature matches the argument types,
8947 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8948 expressions}, for details). If it cannot find a match, it emits a
8949 message.
8950
8951 @item set overload-resolution off
8952 Disable overload resolution for C@t{++} expression evaluation. For
8953 overloaded functions that are not class member functions, @value{GDBN}
8954 chooses the first function of the specified name that it finds in the
8955 symbol table, whether or not its arguments are of the correct type. For
8956 overloaded functions that are class member functions, @value{GDBN}
8957 searches for a function whose signature @emph{exactly} matches the
8958 argument types.
8959
8960 @kindex show overload-resolution
8961 @item show overload-resolution
8962 Show the current setting of overload resolution.
8963
8964 @item @r{Overloaded symbol names}
8965 You can specify a particular definition of an overloaded symbol, using
8966 the same notation that is used to declare such symbols in C@t{++}: type
8967 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8968 also use the @value{GDBN} command-line word completion facilities to list the
8969 available choices, or to finish the type list for you.
8970 @xref{Completion,, Command completion}, for details on how to do this.
8971 @end table
8972
8973 @node Objective-C
8974 @subsection Objective-C
8975
8976 @cindex Objective-C
8977 This section provides information about some commands and command
8978 options that are useful for debugging Objective-C code. See also
8979 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8980 few more commands specific to Objective-C support.
8981
8982 @menu
8983 * Method Names in Commands::
8984 * The Print Command with Objective-C::
8985 @end menu
8986
8987 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8988 @subsubsection Method Names in Commands
8989
8990 The following commands have been extended to accept Objective-C method
8991 names as line specifications:
8992
8993 @kindex clear@r{, and Objective-C}
8994 @kindex break@r{, and Objective-C}
8995 @kindex info line@r{, and Objective-C}
8996 @kindex jump@r{, and Objective-C}
8997 @kindex list@r{, and Objective-C}
8998 @itemize
8999 @item @code{clear}
9000 @item @code{break}
9001 @item @code{info line}
9002 @item @code{jump}
9003 @item @code{list}
9004 @end itemize
9005
9006 A fully qualified Objective-C method name is specified as
9007
9008 @smallexample
9009 -[@var{Class} @var{methodName}]
9010 @end smallexample
9011
9012 where the minus sign is used to indicate an instance method and a
9013 plus sign (not shown) is used to indicate a class method. The class
9014 name @var{Class} and method name @var{methodName} are enclosed in
9015 brackets, similar to the way messages are specified in Objective-C
9016 source code. For example, to set a breakpoint at the @code{create}
9017 instance method of class @code{Fruit} in the program currently being
9018 debugged, enter:
9019
9020 @smallexample
9021 break -[Fruit create]
9022 @end smallexample
9023
9024 To list ten program lines around the @code{initialize} class method,
9025 enter:
9026
9027 @smallexample
9028 list +[NSText initialize]
9029 @end smallexample
9030
9031 In the current version of @value{GDBN}, the plus or minus sign is
9032 required. In future versions of @value{GDBN}, the plus or minus
9033 sign will be optional, but you can use it to narrow the search. It
9034 is also possible to specify just a method name:
9035
9036 @smallexample
9037 break create
9038 @end smallexample
9039
9040 You must specify the complete method name, including any colons. If
9041 your program's source files contain more than one @code{create} method,
9042 you'll be presented with a numbered list of classes that implement that
9043 method. Indicate your choice by number, or type @samp{0} to exit if
9044 none apply.
9045
9046 As another example, to clear a breakpoint established at the
9047 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9048
9049 @smallexample
9050 clear -[NSWindow makeKeyAndOrderFront:]
9051 @end smallexample
9052
9053 @node The Print Command with Objective-C
9054 @subsubsection The Print Command With Objective-C
9055 @cindex Objective-C, print objects
9056 @kindex print-object
9057 @kindex po @r{(@code{print-object})}
9058
9059 The print command has also been extended to accept methods. For example:
9060
9061 @smallexample
9062 print -[@var{object} hash]
9063 @end smallexample
9064
9065 @cindex print an Objective-C object description
9066 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9067 @noindent
9068 will tell @value{GDBN} to send the @code{hash} message to @var{object}
9069 and print the result. Also, an additional command has been added,
9070 @code{print-object} or @code{po} for short, which is meant to print
9071 the description of an object. However, this command may only work
9072 with certain Objective-C libraries that have a particular hook
9073 function, @code{_NSPrintForDebugger}, defined.
9074
9075 @node Fortran
9076 @subsection Fortran
9077 @cindex Fortran-specific support in @value{GDBN}
9078
9079 @table @code
9080 @cindex @code{COMMON} blocks, Fortran
9081 @kindex info common
9082 @item info common @r{[}@var{common-name}@r{]}
9083 This command prints the values contained in the Fortran @code{COMMON}
9084 block whose name is @var{common-name}. With no argument, the names of
9085 all @code{COMMON} blocks visible at current program location are
9086 printed.
9087 @end table
9088
9089 Fortran symbols are usually case-insensitive, so @value{GDBN} by
9090 default uses case-insensitive matches for Fortran symbols. You can
9091 change that with the @samp{set case-insensitive} command, see
9092 @ref{Symbols}, for the details.
9093
9094 @node Pascal
9095 @subsection Pascal
9096
9097 @cindex Pascal support in @value{GDBN}, limitations
9098 Debugging Pascal programs which use sets, subranges, file variables, or
9099 nested functions does not currently work. @value{GDBN} does not support
9100 entering expressions, printing values, or similar features using Pascal
9101 syntax.
9102
9103 The Pascal-specific command @code{set print pascal_static-members}
9104 controls whether static members of Pascal objects are displayed.
9105 @xref{Print Settings, pascal_static-members}.
9106
9107 @node Modula-2
9108 @subsection Modula-2
9109
9110 @cindex Modula-2, @value{GDBN} support
9111
9112 The extensions made to @value{GDBN} to support Modula-2 only support
9113 output from the @sc{gnu} Modula-2 compiler (which is currently being
9114 developed). Other Modula-2 compilers are not currently supported, and
9115 attempting to debug executables produced by them is most likely
9116 to give an error as @value{GDBN} reads in the executable's symbol
9117 table.
9118
9119 @cindex expressions in Modula-2
9120 @menu
9121 * M2 Operators:: Built-in operators
9122 * Built-In Func/Proc:: Built-in functions and procedures
9123 * M2 Constants:: Modula-2 constants
9124 * M2 Defaults:: Default settings for Modula-2
9125 * Deviations:: Deviations from standard Modula-2
9126 * M2 Checks:: Modula-2 type and range checks
9127 * M2 Scope:: The scope operators @code{::} and @code{.}
9128 * GDB/M2:: @value{GDBN} and Modula-2
9129 @end menu
9130
9131 @node M2 Operators
9132 @subsubsection Operators
9133 @cindex Modula-2 operators
9134
9135 Operators must be defined on values of specific types. For instance,
9136 @code{+} is defined on numbers, but not on structures. Operators are
9137 often defined on groups of types. For the purposes of Modula-2, the
9138 following definitions hold:
9139
9140 @itemize @bullet
9141
9142 @item
9143 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9144 their subranges.
9145
9146 @item
9147 @emph{Character types} consist of @code{CHAR} and its subranges.
9148
9149 @item
9150 @emph{Floating-point types} consist of @code{REAL}.
9151
9152 @item
9153 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9154 @var{type}}.
9155
9156 @item
9157 @emph{Scalar types} consist of all of the above.
9158
9159 @item
9160 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9161
9162 @item
9163 @emph{Boolean types} consist of @code{BOOLEAN}.
9164 @end itemize
9165
9166 @noindent
9167 The following operators are supported, and appear in order of
9168 increasing precedence:
9169
9170 @table @code
9171 @item ,
9172 Function argument or array index separator.
9173
9174 @item :=
9175 Assignment. The value of @var{var} @code{:=} @var{value} is
9176 @var{value}.
9177
9178 @item <@r{, }>
9179 Less than, greater than on integral, floating-point, or enumerated
9180 types.
9181
9182 @item <=@r{, }>=
9183 Less than or equal to, greater than or equal to
9184 on integral, floating-point and enumerated types, or set inclusion on
9185 set types. Same precedence as @code{<}.
9186
9187 @item =@r{, }<>@r{, }#
9188 Equality and two ways of expressing inequality, valid on scalar types.
9189 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9190 available for inequality, since @code{#} conflicts with the script
9191 comment character.
9192
9193 @item IN
9194 Set membership. Defined on set types and the types of their members.
9195 Same precedence as @code{<}.
9196
9197 @item OR
9198 Boolean disjunction. Defined on boolean types.
9199
9200 @item AND@r{, }&
9201 Boolean conjunction. Defined on boolean types.
9202
9203 @item @@
9204 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9205
9206 @item +@r{, }-
9207 Addition and subtraction on integral and floating-point types, or union
9208 and difference on set types.
9209
9210 @item *
9211 Multiplication on integral and floating-point types, or set intersection
9212 on set types.
9213
9214 @item /
9215 Division on floating-point types, or symmetric set difference on set
9216 types. Same precedence as @code{*}.
9217
9218 @item DIV@r{, }MOD
9219 Integer division and remainder. Defined on integral types. Same
9220 precedence as @code{*}.
9221
9222 @item -
9223 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9224
9225 @item ^
9226 Pointer dereferencing. Defined on pointer types.
9227
9228 @item NOT
9229 Boolean negation. Defined on boolean types. Same precedence as
9230 @code{^}.
9231
9232 @item .
9233 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
9234 precedence as @code{^}.
9235
9236 @item []
9237 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9238
9239 @item ()
9240 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9241 as @code{^}.
9242
9243 @item ::@r{, }.
9244 @value{GDBN} and Modula-2 scope operators.
9245 @end table
9246
9247 @quotation
9248 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9249 treats the use of the operator @code{IN}, or the use of operators
9250 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9251 @code{<=}, and @code{>=} on sets as an error.
9252 @end quotation
9253
9254
9255 @node Built-In Func/Proc
9256 @subsubsection Built-in functions and procedures
9257 @cindex Modula-2 built-ins
9258
9259 Modula-2 also makes available several built-in procedures and functions.
9260 In describing these, the following metavariables are used:
9261
9262 @table @var
9263
9264 @item a
9265 represents an @code{ARRAY} variable.
9266
9267 @item c
9268 represents a @code{CHAR} constant or variable.
9269
9270 @item i
9271 represents a variable or constant of integral type.
9272
9273 @item m
9274 represents an identifier that belongs to a set. Generally used in the
9275 same function with the metavariable @var{s}. The type of @var{s} should
9276 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9277
9278 @item n
9279 represents a variable or constant of integral or floating-point type.
9280
9281 @item r
9282 represents a variable or constant of floating-point type.
9283
9284 @item t
9285 represents a type.
9286
9287 @item v
9288 represents a variable.
9289
9290 @item x
9291 represents a variable or constant of one of many types. See the
9292 explanation of the function for details.
9293 @end table
9294
9295 All Modula-2 built-in procedures also return a result, described below.
9296
9297 @table @code
9298 @item ABS(@var{n})
9299 Returns the absolute value of @var{n}.
9300
9301 @item CAP(@var{c})
9302 If @var{c} is a lower case letter, it returns its upper case
9303 equivalent, otherwise it returns its argument.
9304
9305 @item CHR(@var{i})
9306 Returns the character whose ordinal value is @var{i}.
9307
9308 @item DEC(@var{v})
9309 Decrements the value in the variable @var{v} by one. Returns the new value.
9310
9311 @item DEC(@var{v},@var{i})
9312 Decrements the value in the variable @var{v} by @var{i}. Returns the
9313 new value.
9314
9315 @item EXCL(@var{m},@var{s})
9316 Removes the element @var{m} from the set @var{s}. Returns the new
9317 set.
9318
9319 @item FLOAT(@var{i})
9320 Returns the floating point equivalent of the integer @var{i}.
9321
9322 @item HIGH(@var{a})
9323 Returns the index of the last member of @var{a}.
9324
9325 @item INC(@var{v})
9326 Increments the value in the variable @var{v} by one. Returns the new value.
9327
9328 @item INC(@var{v},@var{i})
9329 Increments the value in the variable @var{v} by @var{i}. Returns the
9330 new value.
9331
9332 @item INCL(@var{m},@var{s})
9333 Adds the element @var{m} to the set @var{s} if it is not already
9334 there. Returns the new set.
9335
9336 @item MAX(@var{t})
9337 Returns the maximum value of the type @var{t}.
9338
9339 @item MIN(@var{t})
9340 Returns the minimum value of the type @var{t}.
9341
9342 @item ODD(@var{i})
9343 Returns boolean TRUE if @var{i} is an odd number.
9344
9345 @item ORD(@var{x})
9346 Returns the ordinal value of its argument. For example, the ordinal
9347 value of a character is its @sc{ascii} value (on machines supporting the
9348 @sc{ascii} character set). @var{x} must be of an ordered type, which include
9349 integral, character and enumerated types.
9350
9351 @item SIZE(@var{x})
9352 Returns the size of its argument. @var{x} can be a variable or a type.
9353
9354 @item TRUNC(@var{r})
9355 Returns the integral part of @var{r}.
9356
9357 @item VAL(@var{t},@var{i})
9358 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9359 @end table
9360
9361 @quotation
9362 @emph{Warning:} Sets and their operations are not yet supported, so
9363 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9364 an error.
9365 @end quotation
9366
9367 @cindex Modula-2 constants
9368 @node M2 Constants
9369 @subsubsection Constants
9370
9371 @value{GDBN} allows you to express the constants of Modula-2 in the following
9372 ways:
9373
9374 @itemize @bullet
9375
9376 @item
9377 Integer constants are simply a sequence of digits. When used in an
9378 expression, a constant is interpreted to be type-compatible with the
9379 rest of the expression. Hexadecimal integers are specified by a
9380 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9381
9382 @item
9383 Floating point constants appear as a sequence of digits, followed by a
9384 decimal point and another sequence of digits. An optional exponent can
9385 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9386 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9387 digits of the floating point constant must be valid decimal (base 10)
9388 digits.
9389
9390 @item
9391 Character constants consist of a single character enclosed by a pair of
9392 like quotes, either single (@code{'}) or double (@code{"}). They may
9393 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9394 followed by a @samp{C}.
9395
9396 @item
9397 String constants consist of a sequence of characters enclosed by a
9398 pair of like quotes, either single (@code{'}) or double (@code{"}).
9399 Escape sequences in the style of C are also allowed. @xref{C
9400 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9401 sequences.
9402
9403 @item
9404 Enumerated constants consist of an enumerated identifier.
9405
9406 @item
9407 Boolean constants consist of the identifiers @code{TRUE} and
9408 @code{FALSE}.
9409
9410 @item
9411 Pointer constants consist of integral values only.
9412
9413 @item
9414 Set constants are not yet supported.
9415 @end itemize
9416
9417 @node M2 Defaults
9418 @subsubsection Modula-2 defaults
9419 @cindex Modula-2 defaults
9420
9421 If type and range checking are set automatically by @value{GDBN}, they
9422 both default to @code{on} whenever the working language changes to
9423 Modula-2. This happens regardless of whether you or @value{GDBN}
9424 selected the working language.
9425
9426 If you allow @value{GDBN} to set the language automatically, then entering
9427 code compiled from a file whose name ends with @file{.mod} sets the
9428 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
9429 the language automatically}, for further details.
9430
9431 @node Deviations
9432 @subsubsection Deviations from standard Modula-2
9433 @cindex Modula-2, deviations from
9434
9435 A few changes have been made to make Modula-2 programs easier to debug.
9436 This is done primarily via loosening its type strictness:
9437
9438 @itemize @bullet
9439 @item
9440 Unlike in standard Modula-2, pointer constants can be formed by
9441 integers. This allows you to modify pointer variables during
9442 debugging. (In standard Modula-2, the actual address contained in a
9443 pointer variable is hidden from you; it can only be modified
9444 through direct assignment to another pointer variable or expression that
9445 returned a pointer.)
9446
9447 @item
9448 C escape sequences can be used in strings and characters to represent
9449 non-printable characters. @value{GDBN} prints out strings with these
9450 escape sequences embedded. Single non-printable characters are
9451 printed using the @samp{CHR(@var{nnn})} format.
9452
9453 @item
9454 The assignment operator (@code{:=}) returns the value of its right-hand
9455 argument.
9456
9457 @item
9458 All built-in procedures both modify @emph{and} return their argument.
9459 @end itemize
9460
9461 @node M2 Checks
9462 @subsubsection Modula-2 type and range checks
9463 @cindex Modula-2 checks
9464
9465 @quotation
9466 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9467 range checking.
9468 @end quotation
9469 @c FIXME remove warning when type/range checks added
9470
9471 @value{GDBN} considers two Modula-2 variables type equivalent if:
9472
9473 @itemize @bullet
9474 @item
9475 They are of types that have been declared equivalent via a @code{TYPE
9476 @var{t1} = @var{t2}} statement
9477
9478 @item
9479 They have been declared on the same line. (Note: This is true of the
9480 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9481 @end itemize
9482
9483 As long as type checking is enabled, any attempt to combine variables
9484 whose types are not equivalent is an error.
9485
9486 Range checking is done on all mathematical operations, assignment, array
9487 index bounds, and all built-in functions and procedures.
9488
9489 @node M2 Scope
9490 @subsubsection The scope operators @code{::} and @code{.}
9491 @cindex scope
9492 @cindex @code{.}, Modula-2 scope operator
9493 @cindex colon, doubled as scope operator
9494 @ifinfo
9495 @vindex colon-colon@r{, in Modula-2}
9496 @c Info cannot handle :: but TeX can.
9497 @end ifinfo
9498 @iftex
9499 @vindex ::@r{, in Modula-2}
9500 @end iftex
9501
9502 There are a few subtle differences between the Modula-2 scope operator
9503 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9504 similar syntax:
9505
9506 @smallexample
9507
9508 @var{module} . @var{id}
9509 @var{scope} :: @var{id}
9510 @end smallexample
9511
9512 @noindent
9513 where @var{scope} is the name of a module or a procedure,
9514 @var{module} the name of a module, and @var{id} is any declared
9515 identifier within your program, except another module.
9516
9517 Using the @code{::} operator makes @value{GDBN} search the scope
9518 specified by @var{scope} for the identifier @var{id}. If it is not
9519 found in the specified scope, then @value{GDBN} searches all scopes
9520 enclosing the one specified by @var{scope}.
9521
9522 Using the @code{.} operator makes @value{GDBN} search the current scope for
9523 the identifier specified by @var{id} that was imported from the
9524 definition module specified by @var{module}. With this operator, it is
9525 an error if the identifier @var{id} was not imported from definition
9526 module @var{module}, or if @var{id} is not an identifier in
9527 @var{module}.
9528
9529 @node GDB/M2
9530 @subsubsection @value{GDBN} and Modula-2
9531
9532 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9533 Five subcommands of @code{set print} and @code{show print} apply
9534 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9535 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
9536 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9537 analogue in Modula-2.
9538
9539 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9540 with any language, is not useful with Modula-2. Its
9541 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9542 created in Modula-2 as they can in C or C@t{++}. However, because an
9543 address can be specified by an integral constant, the construct
9544 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9545
9546 @cindex @code{#} in Modula-2
9547 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9548 interpreted as the beginning of a comment. Use @code{<>} instead.
9549
9550 @node Ada
9551 @subsection Ada
9552 @cindex Ada
9553
9554 The extensions made to @value{GDBN} for Ada only support
9555 output from the @sc{gnu} Ada (GNAT) compiler.
9556 Other Ada compilers are not currently supported, and
9557 attempting to debug executables produced by them is most likely
9558 to be difficult.
9559
9560
9561 @cindex expressions in Ada
9562 @menu
9563 * Ada Mode Intro:: General remarks on the Ada syntax
9564 and semantics supported by Ada mode
9565 in @value{GDBN}.
9566 * Omissions from Ada:: Restrictions on the Ada expression syntax.
9567 * Additions to Ada:: Extensions of the Ada expression syntax.
9568 * Stopping Before Main Program:: Debugging the program during elaboration.
9569 * Ada Glitches:: Known peculiarities of Ada mode.
9570 @end menu
9571
9572 @node Ada Mode Intro
9573 @subsubsection Introduction
9574 @cindex Ada mode, general
9575
9576 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9577 syntax, with some extensions.
9578 The philosophy behind the design of this subset is
9579
9580 @itemize @bullet
9581 @item
9582 That @value{GDBN} should provide basic literals and access to operations for
9583 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9584 leaving more sophisticated computations to subprograms written into the
9585 program (which therefore may be called from @value{GDBN}).
9586
9587 @item
9588 That type safety and strict adherence to Ada language restrictions
9589 are not particularly important to the @value{GDBN} user.
9590
9591 @item
9592 That brevity is important to the @value{GDBN} user.
9593 @end itemize
9594
9595 Thus, for brevity, the debugger acts as if there were
9596 implicit @code{with} and @code{use} clauses in effect for all user-written
9597 packages, making it unnecessary to fully qualify most names with
9598 their packages, regardless of context. Where this causes ambiguity,
9599 @value{GDBN} asks the user's intent.
9600
9601 The debugger will start in Ada mode if it detects an Ada main program.
9602 As for other languages, it will enter Ada mode when stopped in a program that
9603 was translated from an Ada source file.
9604
9605 While in Ada mode, you may use `@t{--}' for comments. This is useful
9606 mostly for documenting command files. The standard @value{GDBN} comment
9607 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9608 middle (to allow based literals).
9609
9610 The debugger supports limited overloading. Given a subprogram call in which
9611 the function symbol has multiple definitions, it will use the number of
9612 actual parameters and some information about their types to attempt to narrow
9613 the set of definitions. It also makes very limited use of context, preferring
9614 procedures to functions in the context of the @code{call} command, and
9615 functions to procedures elsewhere.
9616
9617 @node Omissions from Ada
9618 @subsubsection Omissions from Ada
9619 @cindex Ada, omissions from
9620
9621 Here are the notable omissions from the subset:
9622
9623 @itemize @bullet
9624 @item
9625 Only a subset of the attributes are supported:
9626
9627 @itemize @minus
9628 @item
9629 @t{'First}, @t{'Last}, and @t{'Length}
9630 on array objects (not on types and subtypes).
9631
9632 @item
9633 @t{'Min} and @t{'Max}.
9634
9635 @item
9636 @t{'Pos} and @t{'Val}.
9637
9638 @item
9639 @t{'Tag}.
9640
9641 @item
9642 @t{'Range} on array objects (not subtypes), but only as the right
9643 operand of the membership (@code{in}) operator.
9644
9645 @item
9646 @t{'Access}, @t{'Unchecked_Access}, and
9647 @t{'Unrestricted_Access} (a GNAT extension).
9648
9649 @item
9650 @t{'Address}.
9651 @end itemize
9652
9653 @item
9654 The names in
9655 @code{Characters.Latin_1} are not available and
9656 concatenation is not implemented. Thus, escape characters in strings are
9657 not currently available.
9658
9659 @item
9660 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9661 equality of representations. They will generally work correctly
9662 for strings and arrays whose elements have integer or enumeration types.
9663 They may not work correctly for arrays whose element
9664 types have user-defined equality, for arrays of real values
9665 (in particular, IEEE-conformant floating point, because of negative
9666 zeroes and NaNs), and for arrays whose elements contain unused bits with
9667 indeterminate values.
9668
9669 @item
9670 The other component-by-component array operations (@code{and}, @code{or},
9671 @code{xor}, @code{not}, and relational tests other than equality)
9672 are not implemented.
9673
9674 @item
9675 There are no record or array aggregates.
9676
9677 @item
9678 Calls to dispatching subprograms are not implemented.
9679
9680 @item
9681 The overloading algorithm is much more limited (i.e., less selective)
9682 than that of real Ada. It makes only limited use of the context in which a subexpression
9683 appears to resolve its meaning, and it is much looser in its rules for allowing
9684 type matches. As a result, some function calls will be ambiguous, and the user
9685 will be asked to choose the proper resolution.
9686
9687 @item
9688 The @code{new} operator is not implemented.
9689
9690 @item
9691 Entry calls are not implemented.
9692
9693 @item
9694 Aside from printing, arithmetic operations on the native VAX floating-point
9695 formats are not supported.
9696
9697 @item
9698 It is not possible to slice a packed array.
9699 @end itemize
9700
9701 @node Additions to Ada
9702 @subsubsection Additions to Ada
9703 @cindex Ada, deviations from
9704
9705 As it does for other languages, @value{GDBN} makes certain generic
9706 extensions to Ada (@pxref{Expressions}):
9707
9708 @itemize @bullet
9709 @item
9710 If the expression @var{E} is a variable residing in memory
9711 (typically a local variable or array element) and @var{N} is
9712 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9713 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9714 In Ada, this operator is generally not necessary, since its prime use
9715 is in displaying parts of an array, and slicing will usually do this in Ada.
9716 However, there are occasional uses when debugging programs
9717 in which certain debugging information has been optimized away.
9718
9719 @item
9720 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9721 in function or file @var{B}.'' When @var{B} is a file name, you must typically
9722 surround it in single quotes.
9723
9724 @item
9725 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9726 @var{type} that appears at address @var{addr}.''
9727
9728 @item
9729 A name starting with @samp{$} is a convenience variable
9730 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9731 @end itemize
9732
9733 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9734 to Ada:
9735
9736 @itemize @bullet
9737 @item
9738 The assignment statement is allowed as an expression, returning
9739 its right-hand operand as its value. Thus, you may enter
9740
9741 @smallexample
9742 set x := y + 3
9743 print A(tmp := y + 1)
9744 @end smallexample
9745
9746 @item
9747 The semicolon is allowed as an ``operator,'' returning as its value
9748 the value of its right-hand operand.
9749 This allows, for example,
9750 complex conditional breaks:
9751
9752 @smallexample
9753 break f
9754 condition 1 (report(i); k += 1; A(k) > 100)
9755 @end smallexample
9756
9757 @item
9758 Rather than use catenation and symbolic character names to introduce special
9759 characters into strings, one may instead use a special bracket notation,
9760 which is also used to print strings. A sequence of characters of the form
9761 @samp{["@var{XX}"]} within a string or character literal denotes the
9762 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
9763 sequence of characters @samp{["""]} also denotes a single quotation mark
9764 in strings. For example,
9765 @smallexample
9766 "One line.["0a"]Next line.["0a"]"
9767 @end smallexample
9768 @noindent
9769 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9770 period.
9771
9772 @item
9773 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9774 @t{'Max} is optional (and is ignored in any case). For example, it is valid
9775 to write
9776
9777 @smallexample
9778 print 'max(x, y)
9779 @end smallexample
9780
9781 @item
9782 When printing arrays, @value{GDBN} uses positional notation when the
9783 array has a lower bound of 1, and uses a modified named notation otherwise.
9784 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9785
9786 @smallexample
9787 (3 => 10, 17, 1)
9788 @end smallexample
9789
9790 @noindent
9791 That is, in contrast to valid Ada, only the first component has a @code{=>}
9792 clause.
9793
9794 @item
9795 You may abbreviate attributes in expressions with any unique,
9796 multi-character subsequence of
9797 their names (an exact match gets preference).
9798 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9799 in place of @t{a'length}.
9800
9801 @item
9802 @cindex quoting Ada internal identifiers
9803 Since Ada is case-insensitive, the debugger normally maps identifiers you type
9804 to lower case. The GNAT compiler uses upper-case characters for
9805 some of its internal identifiers, which are normally of no interest to users.
9806 For the rare occasions when you actually have to look at them,
9807 enclose them in angle brackets to avoid the lower-case mapping.
9808 For example,
9809 @smallexample
9810 @value{GDBP} print <JMPBUF_SAVE>[0]
9811 @end smallexample
9812
9813 @item
9814 Printing an object of class-wide type or dereferencing an
9815 access-to-class-wide value will display all the components of the object's
9816 specific type (as indicated by its run-time tag). Likewise, component
9817 selection on such a value will operate on the specific type of the
9818 object.
9819
9820 @end itemize
9821
9822 @node Stopping Before Main Program
9823 @subsubsection Stopping at the Very Beginning
9824
9825 @cindex breakpointing Ada elaboration code
9826 It is sometimes necessary to debug the program during elaboration, and
9827 before reaching the main procedure.
9828 As defined in the Ada Reference
9829 Manual, the elaboration code is invoked from a procedure called
9830 @code{adainit}. To run your program up to the beginning of
9831 elaboration, simply use the following two commands:
9832 @code{tbreak adainit} and @code{run}.
9833
9834 @node Ada Glitches
9835 @subsubsection Known Peculiarities of Ada Mode
9836 @cindex Ada, problems
9837
9838 Besides the omissions listed previously (@pxref{Omissions from Ada}),
9839 we know of several problems with and limitations of Ada mode in
9840 @value{GDBN},
9841 some of which will be fixed with planned future releases of the debugger
9842 and the GNU Ada compiler.
9843
9844 @itemize @bullet
9845 @item
9846 Currently, the debugger
9847 has insufficient information to determine whether certain pointers represent
9848 pointers to objects or the objects themselves.
9849 Thus, the user may have to tack an extra @code{.all} after an expression
9850 to get it printed properly.
9851
9852 @item
9853 Static constants that the compiler chooses not to materialize as objects in
9854 storage are invisible to the debugger.
9855
9856 @item
9857 Named parameter associations in function argument lists are ignored (the
9858 argument lists are treated as positional).
9859
9860 @item
9861 Many useful library packages are currently invisible to the debugger.
9862
9863 @item
9864 Fixed-point arithmetic, conversions, input, and output is carried out using
9865 floating-point arithmetic, and may give results that only approximate those on
9866 the host machine.
9867
9868 @item
9869 The type of the @t{'Address} attribute may not be @code{System.Address}.
9870
9871 @item
9872 The GNAT compiler never generates the prefix @code{Standard} for any of
9873 the standard symbols defined by the Ada language. @value{GDBN} knows about
9874 this: it will strip the prefix from names when you use it, and will never
9875 look for a name you have so qualified among local symbols, nor match against
9876 symbols in other packages or subprograms. If you have
9877 defined entities anywhere in your program other than parameters and
9878 local variables whose simple names match names in @code{Standard},
9879 GNAT's lack of qualification here can cause confusion. When this happens,
9880 you can usually resolve the confusion
9881 by qualifying the problematic names with package
9882 @code{Standard} explicitly.
9883 @end itemize
9884
9885 @node Unsupported languages
9886 @section Unsupported languages
9887
9888 @cindex unsupported languages
9889 @cindex minimal language
9890 In addition to the other fully-supported programming languages,
9891 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9892 It does not represent a real programming language, but provides a set
9893 of capabilities close to what the C or assembly languages provide.
9894 This should allow most simple operations to be performed while debugging
9895 an application that uses a language currently not supported by @value{GDBN}.
9896
9897 If the language is set to @code{auto}, @value{GDBN} will automatically
9898 select this language if the current frame corresponds to an unsupported
9899 language.
9900
9901 @node Symbols
9902 @chapter Examining the Symbol Table
9903
9904 The commands described in this chapter allow you to inquire about the
9905 symbols (names of variables, functions and types) defined in your
9906 program. This information is inherent in the text of your program and
9907 does not change as your program executes. @value{GDBN} finds it in your
9908 program's symbol table, in the file indicated when you started @value{GDBN}
9909 (@pxref{File Options, ,Choosing files}), or by one of the
9910 file-management commands (@pxref{Files, ,Commands to specify files}).
9911
9912 @cindex symbol names
9913 @cindex names of symbols
9914 @cindex quoting names
9915 Occasionally, you may need to refer to symbols that contain unusual
9916 characters, which @value{GDBN} ordinarily treats as word delimiters. The
9917 most frequent case is in referring to static variables in other
9918 source files (@pxref{Variables,,Program variables}). File names
9919 are recorded in object files as debugging symbols, but @value{GDBN} would
9920 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9921 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9922 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9923
9924 @smallexample
9925 p 'foo.c'::x
9926 @end smallexample
9927
9928 @noindent
9929 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9930
9931 @table @code
9932 @cindex case-insensitive symbol names
9933 @cindex case sensitivity in symbol names
9934 @kindex set case-sensitive
9935 @item set case-sensitive on
9936 @itemx set case-sensitive off
9937 @itemx set case-sensitive auto
9938 Normally, when @value{GDBN} looks up symbols, it matches their names
9939 with case sensitivity determined by the current source language.
9940 Occasionally, you may wish to control that. The command @code{set
9941 case-sensitive} lets you do that by specifying @code{on} for
9942 case-sensitive matches or @code{off} for case-insensitive ones. If
9943 you specify @code{auto}, case sensitivity is reset to the default
9944 suitable for the source language. The default is case-sensitive
9945 matches for all languages except for Fortran, for which the default is
9946 case-insensitive matches.
9947
9948 @kindex show case-sensitive
9949 @item show case-sensitive
9950 This command shows the current setting of case sensitivity for symbols
9951 lookups.
9952
9953 @kindex info address
9954 @cindex address of a symbol
9955 @item info address @var{symbol}
9956 Describe where the data for @var{symbol} is stored. For a register
9957 variable, this says which register it is kept in. For a non-register
9958 local variable, this prints the stack-frame offset at which the variable
9959 is always stored.
9960
9961 Note the contrast with @samp{print &@var{symbol}}, which does not work
9962 at all for a register variable, and for a stack local variable prints
9963 the exact address of the current instantiation of the variable.
9964
9965 @kindex info symbol
9966 @cindex symbol from address
9967 @cindex closest symbol and offset for an address
9968 @item info symbol @var{addr}
9969 Print the name of a symbol which is stored at the address @var{addr}.
9970 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9971 nearest symbol and an offset from it:
9972
9973 @smallexample
9974 (@value{GDBP}) info symbol 0x54320
9975 _initialize_vx + 396 in section .text
9976 @end smallexample
9977
9978 @noindent
9979 This is the opposite of the @code{info address} command. You can use
9980 it to find out the name of a variable or a function given its address.
9981
9982 @kindex whatis
9983 @item whatis @var{expr}
9984 Print the data type of expression @var{expr}. @var{expr} is not
9985 actually evaluated, and any side-effecting operations (such as
9986 assignments or function calls) inside it do not take place.
9987 @xref{Expressions, ,Expressions}.
9988
9989 @item whatis
9990 Print the data type of @code{$}, the last value in the value history.
9991
9992 @kindex ptype
9993 @item ptype @var{typename}
9994 Print a description of data type @var{typename}. @var{typename} may be
9995 the name of a type, or for C code it may have the form @samp{class
9996 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9997 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9998
9999 @item ptype @var{expr}
10000 @itemx ptype
10001 Print a description of the type of expression @var{expr}. @code{ptype}
10002 differs from @code{whatis} by printing a detailed description, instead
10003 of just the name of the type.
10004
10005 For example, for this variable declaration:
10006
10007 @smallexample
10008 struct complex @{double real; double imag;@} v;
10009 @end smallexample
10010
10011 @noindent
10012 the two commands give this output:
10013
10014 @smallexample
10015 @group
10016 (@value{GDBP}) whatis v
10017 type = struct complex
10018 (@value{GDBP}) ptype v
10019 type = struct complex @{
10020 double real;
10021 double imag;
10022 @}
10023 @end group
10024 @end smallexample
10025
10026 @noindent
10027 As with @code{whatis}, using @code{ptype} without an argument refers to
10028 the type of @code{$}, the last value in the value history.
10029
10030 @cindex incomplete type
10031 Sometimes, programs use opaque data types or incomplete specifications
10032 of complex data structure. If the debug information included in the
10033 program does not allow @value{GDBN} to display a full declaration of
10034 the data type, it will say @samp{<incomplete type>}. For example,
10035 given these declarations:
10036
10037 @smallexample
10038 struct foo;
10039 struct foo *fooptr;
10040 @end smallexample
10041
10042 @noindent
10043 but no definition for @code{struct foo} itself, @value{GDBN} will say:
10044
10045 @smallexample
10046 (gdb) ptype foo
10047 $1 = <incomplete type>
10048 @end smallexample
10049
10050 @noindent
10051 ``Incomplete type'' is C terminology for data types that are not
10052 completely specified.
10053
10054 @kindex info types
10055 @item info types @var{regexp}
10056 @itemx info types
10057 Print a brief description of all types whose names match the regular
10058 expression @var{regexp} (or all types in your program, if you supply
10059 no argument). Each complete typename is matched as though it were a
10060 complete line; thus, @samp{i type value} gives information on all
10061 types in your program whose names include the string @code{value}, but
10062 @samp{i type ^value$} gives information only on types whose complete
10063 name is @code{value}.
10064
10065 This command differs from @code{ptype} in two ways: first, like
10066 @code{whatis}, it does not print a detailed description; second, it
10067 lists all source files where a type is defined.
10068
10069 @kindex info scope
10070 @cindex local variables
10071 @item info scope @var{location}
10072 List all the variables local to a particular scope. This command
10073 accepts a @var{location} argument---a function name, a source line, or
10074 an address preceded by a @samp{*}, and prints all the variables local
10075 to the scope defined by that location. For example:
10076
10077 @smallexample
10078 (@value{GDBP}) @b{info scope command_line_handler}
10079 Scope for command_line_handler:
10080 Symbol rl is an argument at stack/frame offset 8, length 4.
10081 Symbol linebuffer is in static storage at address 0x150a18, length 4.
10082 Symbol linelength is in static storage at address 0x150a1c, length 4.
10083 Symbol p is a local variable in register $esi, length 4.
10084 Symbol p1 is a local variable in register $ebx, length 4.
10085 Symbol nline is a local variable in register $edx, length 4.
10086 Symbol repeat is a local variable at frame offset -8, length 4.
10087 @end smallexample
10088
10089 @noindent
10090 This command is especially useful for determining what data to collect
10091 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10092 collect}.
10093
10094 @kindex info source
10095 @item info source
10096 Show information about the current source file---that is, the source file for
10097 the function containing the current point of execution:
10098 @itemize @bullet
10099 @item
10100 the name of the source file, and the directory containing it,
10101 @item
10102 the directory it was compiled in,
10103 @item
10104 its length, in lines,
10105 @item
10106 which programming language it is written in,
10107 @item
10108 whether the executable includes debugging information for that file, and
10109 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10110 @item
10111 whether the debugging information includes information about
10112 preprocessor macros.
10113 @end itemize
10114
10115
10116 @kindex info sources
10117 @item info sources
10118 Print the names of all source files in your program for which there is
10119 debugging information, organized into two lists: files whose symbols
10120 have already been read, and files whose symbols will be read when needed.
10121
10122 @kindex info functions
10123 @item info functions
10124 Print the names and data types of all defined functions.
10125
10126 @item info functions @var{regexp}
10127 Print the names and data types of all defined functions
10128 whose names contain a match for regular expression @var{regexp}.
10129 Thus, @samp{info fun step} finds all functions whose names
10130 include @code{step}; @samp{info fun ^step} finds those whose names
10131 start with @code{step}. If a function name contains characters
10132 that conflict with the regular expression language (eg.
10133 @samp{operator*()}), they may be quoted with a backslash.
10134
10135 @kindex info variables
10136 @item info variables
10137 Print the names and data types of all variables that are declared
10138 outside of functions (i.e.@: excluding local variables).
10139
10140 @item info variables @var{regexp}
10141 Print the names and data types of all variables (except for local
10142 variables) whose names contain a match for regular expression
10143 @var{regexp}.
10144
10145 @kindex info classes
10146 @cindex Objective-C, classes and selectors
10147 @item info classes
10148 @itemx info classes @var{regexp}
10149 Display all Objective-C classes in your program, or
10150 (with the @var{regexp} argument) all those matching a particular regular
10151 expression.
10152
10153 @kindex info selectors
10154 @item info selectors
10155 @itemx info selectors @var{regexp}
10156 Display all Objective-C selectors in your program, or
10157 (with the @var{regexp} argument) all those matching a particular regular
10158 expression.
10159
10160 @ignore
10161 This was never implemented.
10162 @kindex info methods
10163 @item info methods
10164 @itemx info methods @var{regexp}
10165 The @code{info methods} command permits the user to examine all defined
10166 methods within C@t{++} program, or (with the @var{regexp} argument) a
10167 specific set of methods found in the various C@t{++} classes. Many
10168 C@t{++} classes provide a large number of methods. Thus, the output
10169 from the @code{ptype} command can be overwhelming and hard to use. The
10170 @code{info-methods} command filters the methods, printing only those
10171 which match the regular-expression @var{regexp}.
10172 @end ignore
10173
10174 @cindex reloading symbols
10175 Some systems allow individual object files that make up your program to
10176 be replaced without stopping and restarting your program. For example,
10177 in VxWorks you can simply recompile a defective object file and keep on
10178 running. If you are running on one of these systems, you can allow
10179 @value{GDBN} to reload the symbols for automatically relinked modules:
10180
10181 @table @code
10182 @kindex set symbol-reloading
10183 @item set symbol-reloading on
10184 Replace symbol definitions for the corresponding source file when an
10185 object file with a particular name is seen again.
10186
10187 @item set symbol-reloading off
10188 Do not replace symbol definitions when encountering object files of the
10189 same name more than once. This is the default state; if you are not
10190 running on a system that permits automatic relinking of modules, you
10191 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10192 may discard symbols when linking large programs, that may contain
10193 several modules (from different directories or libraries) with the same
10194 name.
10195
10196 @kindex show symbol-reloading
10197 @item show symbol-reloading
10198 Show the current @code{on} or @code{off} setting.
10199 @end table
10200
10201 @cindex opaque data types
10202 @kindex set opaque-type-resolution
10203 @item set opaque-type-resolution on
10204 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10205 declared as a pointer to a @code{struct}, @code{class}, or
10206 @code{union}---for example, @code{struct MyType *}---that is used in one
10207 source file although the full declaration of @code{struct MyType} is in
10208 another source file. The default is on.
10209
10210 A change in the setting of this subcommand will not take effect until
10211 the next time symbols for a file are loaded.
10212
10213 @item set opaque-type-resolution off
10214 Tell @value{GDBN} not to resolve opaque types. In this case, the type
10215 is printed as follows:
10216 @smallexample
10217 @{<no data fields>@}
10218 @end smallexample
10219
10220 @kindex show opaque-type-resolution
10221 @item show opaque-type-resolution
10222 Show whether opaque types are resolved or not.
10223
10224 @kindex maint print symbols
10225 @cindex symbol dump
10226 @kindex maint print psymbols
10227 @cindex partial symbol dump
10228 @item maint print symbols @var{filename}
10229 @itemx maint print psymbols @var{filename}
10230 @itemx maint print msymbols @var{filename}
10231 Write a dump of debugging symbol data into the file @var{filename}.
10232 These commands are used to debug the @value{GDBN} symbol-reading code. Only
10233 symbols with debugging data are included. If you use @samp{maint print
10234 symbols}, @value{GDBN} includes all the symbols for which it has already
10235 collected full details: that is, @var{filename} reflects symbols for
10236 only those files whose symbols @value{GDBN} has read. You can use the
10237 command @code{info sources} to find out which files these are. If you
10238 use @samp{maint print psymbols} instead, the dump shows information about
10239 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10240 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10241 @samp{maint print msymbols} dumps just the minimal symbol information
10242 required for each object file from which @value{GDBN} has read some symbols.
10243 @xref{Files, ,Commands to specify files}, for a discussion of how
10244 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10245
10246 @kindex maint info symtabs
10247 @kindex maint info psymtabs
10248 @cindex listing @value{GDBN}'s internal symbol tables
10249 @cindex symbol tables, listing @value{GDBN}'s internal
10250 @cindex full symbol tables, listing @value{GDBN}'s internal
10251 @cindex partial symbol tables, listing @value{GDBN}'s internal
10252 @item maint info symtabs @r{[} @var{regexp} @r{]}
10253 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10254
10255 List the @code{struct symtab} or @code{struct partial_symtab}
10256 structures whose names match @var{regexp}. If @var{regexp} is not
10257 given, list them all. The output includes expressions which you can
10258 copy into a @value{GDBN} debugging this one to examine a particular
10259 structure in more detail. For example:
10260
10261 @smallexample
10262 (@value{GDBP}) maint info psymtabs dwarf2read
10263 @{ objfile /home/gnu/build/gdb/gdb
10264 ((struct objfile *) 0x82e69d0)
10265 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10266 ((struct partial_symtab *) 0x8474b10)
10267 readin no
10268 fullname (null)
10269 text addresses 0x814d3c8 -- 0x8158074
10270 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10271 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10272 dependencies (none)
10273 @}
10274 @}
10275 (@value{GDBP}) maint info symtabs
10276 (@value{GDBP})
10277 @end smallexample
10278 @noindent
10279 We see that there is one partial symbol table whose filename contains
10280 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10281 and we see that @value{GDBN} has not read in any symtabs yet at all.
10282 If we set a breakpoint on a function, that will cause @value{GDBN} to
10283 read the symtab for the compilation unit containing that function:
10284
10285 @smallexample
10286 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10287 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10288 line 1574.
10289 (@value{GDBP}) maint info symtabs
10290 @{ objfile /home/gnu/build/gdb/gdb
10291 ((struct objfile *) 0x82e69d0)
10292 @{ symtab /home/gnu/src/gdb/dwarf2read.c
10293 ((struct symtab *) 0x86c1f38)
10294 dirname (null)
10295 fullname (null)
10296 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10297 debugformat DWARF 2
10298 @}
10299 @}
10300 (@value{GDBP})
10301 @end smallexample
10302 @end table
10303
10304
10305 @node Altering
10306 @chapter Altering Execution
10307
10308 Once you think you have found an error in your program, you might want to
10309 find out for certain whether correcting the apparent error would lead to
10310 correct results in the rest of the run. You can find the answer by
10311 experiment, using the @value{GDBN} features for altering execution of the
10312 program.
10313
10314 For example, you can store new values into variables or memory
10315 locations, give your program a signal, restart it at a different
10316 address, or even return prematurely from a function.
10317
10318 @menu
10319 * Assignment:: Assignment to variables
10320 * Jumping:: Continuing at a different address
10321 * Signaling:: Giving your program a signal
10322 * Returning:: Returning from a function
10323 * Calling:: Calling your program's functions
10324 * Patching:: Patching your program
10325 @end menu
10326
10327 @node Assignment
10328 @section Assignment to variables
10329
10330 @cindex assignment
10331 @cindex setting variables
10332 To alter the value of a variable, evaluate an assignment expression.
10333 @xref{Expressions, ,Expressions}. For example,
10334
10335 @smallexample
10336 print x=4
10337 @end smallexample
10338
10339 @noindent
10340 stores the value 4 into the variable @code{x}, and then prints the
10341 value of the assignment expression (which is 4).
10342 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10343 information on operators in supported languages.
10344
10345 @kindex set variable
10346 @cindex variables, setting
10347 If you are not interested in seeing the value of the assignment, use the
10348 @code{set} command instead of the @code{print} command. @code{set} is
10349 really the same as @code{print} except that the expression's value is
10350 not printed and is not put in the value history (@pxref{Value History,
10351 ,Value history}). The expression is evaluated only for its effects.
10352
10353 If the beginning of the argument string of the @code{set} command
10354 appears identical to a @code{set} subcommand, use the @code{set
10355 variable} command instead of just @code{set}. This command is identical
10356 to @code{set} except for its lack of subcommands. For example, if your
10357 program has a variable @code{width}, you get an error if you try to set
10358 a new value with just @samp{set width=13}, because @value{GDBN} has the
10359 command @code{set width}:
10360
10361 @smallexample
10362 (@value{GDBP}) whatis width
10363 type = double
10364 (@value{GDBP}) p width
10365 $4 = 13
10366 (@value{GDBP}) set width=47
10367 Invalid syntax in expression.
10368 @end smallexample
10369
10370 @noindent
10371 The invalid expression, of course, is @samp{=47}. In
10372 order to actually set the program's variable @code{width}, use
10373
10374 @smallexample
10375 (@value{GDBP}) set var width=47
10376 @end smallexample
10377
10378 Because the @code{set} command has many subcommands that can conflict
10379 with the names of program variables, it is a good idea to use the
10380 @code{set variable} command instead of just @code{set}. For example, if
10381 your program has a variable @code{g}, you run into problems if you try
10382 to set a new value with just @samp{set g=4}, because @value{GDBN} has
10383 the command @code{set gnutarget}, abbreviated @code{set g}:
10384
10385 @smallexample
10386 @group
10387 (@value{GDBP}) whatis g
10388 type = double
10389 (@value{GDBP}) p g
10390 $1 = 1
10391 (@value{GDBP}) set g=4
10392 (@value{GDBP}) p g
10393 $2 = 1
10394 (@value{GDBP}) r
10395 The program being debugged has been started already.
10396 Start it from the beginning? (y or n) y
10397 Starting program: /home/smith/cc_progs/a.out
10398 "/home/smith/cc_progs/a.out": can't open to read symbols:
10399 Invalid bfd target.
10400 (@value{GDBP}) show g
10401 The current BFD target is "=4".
10402 @end group
10403 @end smallexample
10404
10405 @noindent
10406 The program variable @code{g} did not change, and you silently set the
10407 @code{gnutarget} to an invalid value. In order to set the variable
10408 @code{g}, use
10409
10410 @smallexample
10411 (@value{GDBP}) set var g=4
10412 @end smallexample
10413
10414 @value{GDBN} allows more implicit conversions in assignments than C; you can
10415 freely store an integer value into a pointer variable or vice versa,
10416 and you can convert any structure to any other structure that is the
10417 same length or shorter.
10418 @comment FIXME: how do structs align/pad in these conversions?
10419 @comment /doc@cygnus.com 18dec1990
10420
10421 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10422 construct to generate a value of specified type at a specified address
10423 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10424 to memory location @code{0x83040} as an integer (which implies a certain size
10425 and representation in memory), and
10426
10427 @smallexample
10428 set @{int@}0x83040 = 4
10429 @end smallexample
10430
10431 @noindent
10432 stores the value 4 into that memory location.
10433
10434 @node Jumping
10435 @section Continuing at a different address
10436
10437 Ordinarily, when you continue your program, you do so at the place where
10438 it stopped, with the @code{continue} command. You can instead continue at
10439 an address of your own choosing, with the following commands:
10440
10441 @table @code
10442 @kindex jump
10443 @item jump @var{linespec}
10444 Resume execution at line @var{linespec}. Execution stops again
10445 immediately if there is a breakpoint there. @xref{List, ,Printing
10446 source lines}, for a description of the different forms of
10447 @var{linespec}. It is common practice to use the @code{tbreak} command
10448 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10449 breakpoints}.
10450
10451 The @code{jump} command does not change the current stack frame, or
10452 the stack pointer, or the contents of any memory location or any
10453 register other than the program counter. If line @var{linespec} is in
10454 a different function from the one currently executing, the results may
10455 be bizarre if the two functions expect different patterns of arguments or
10456 of local variables. For this reason, the @code{jump} command requests
10457 confirmation if the specified line is not in the function currently
10458 executing. However, even bizarre results are predictable if you are
10459 well acquainted with the machine-language code of your program.
10460
10461 @item jump *@var{address}
10462 Resume execution at the instruction at address @var{address}.
10463 @end table
10464
10465 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
10466 On many systems, you can get much the same effect as the @code{jump}
10467 command by storing a new value into the register @code{$pc}. The
10468 difference is that this does not start your program running; it only
10469 changes the address of where it @emph{will} run when you continue. For
10470 example,
10471
10472 @smallexample
10473 set $pc = 0x485
10474 @end smallexample
10475
10476 @noindent
10477 makes the next @code{continue} command or stepping command execute at
10478 address @code{0x485}, rather than at the address where your program stopped.
10479 @xref{Continuing and Stepping, ,Continuing and stepping}.
10480
10481 The most common occasion to use the @code{jump} command is to back
10482 up---perhaps with more breakpoints set---over a portion of a program
10483 that has already executed, in order to examine its execution in more
10484 detail.
10485
10486 @c @group
10487 @node Signaling
10488 @section Giving your program a signal
10489 @cindex deliver a signal to a program
10490
10491 @table @code
10492 @kindex signal
10493 @item signal @var{signal}
10494 Resume execution where your program stopped, but immediately give it the
10495 signal @var{signal}. @var{signal} can be the name or the number of a
10496 signal. For example, on many systems @code{signal 2} and @code{signal
10497 SIGINT} are both ways of sending an interrupt signal.
10498
10499 Alternatively, if @var{signal} is zero, continue execution without
10500 giving a signal. This is useful when your program stopped on account of
10501 a signal and would ordinary see the signal when resumed with the
10502 @code{continue} command; @samp{signal 0} causes it to resume without a
10503 signal.
10504
10505 @code{signal} does not repeat when you press @key{RET} a second time
10506 after executing the command.
10507 @end table
10508 @c @end group
10509
10510 Invoking the @code{signal} command is not the same as invoking the
10511 @code{kill} utility from the shell. Sending a signal with @code{kill}
10512 causes @value{GDBN} to decide what to do with the signal depending on
10513 the signal handling tables (@pxref{Signals}). The @code{signal} command
10514 passes the signal directly to your program.
10515
10516
10517 @node Returning
10518 @section Returning from a function
10519
10520 @table @code
10521 @cindex returning from a function
10522 @kindex return
10523 @item return
10524 @itemx return @var{expression}
10525 You can cancel execution of a function call with the @code{return}
10526 command. If you give an
10527 @var{expression} argument, its value is used as the function's return
10528 value.
10529 @end table
10530
10531 When you use @code{return}, @value{GDBN} discards the selected stack frame
10532 (and all frames within it). You can think of this as making the
10533 discarded frame return prematurely. If you wish to specify a value to
10534 be returned, give that value as the argument to @code{return}.
10535
10536 This pops the selected stack frame (@pxref{Selection, ,Selecting a
10537 frame}), and any other frames inside of it, leaving its caller as the
10538 innermost remaining frame. That frame becomes selected. The
10539 specified value is stored in the registers used for returning values
10540 of functions.
10541
10542 The @code{return} command does not resume execution; it leaves the
10543 program stopped in the state that would exist if the function had just
10544 returned. In contrast, the @code{finish} command (@pxref{Continuing
10545 and Stepping, ,Continuing and stepping}) resumes execution until the
10546 selected stack frame returns naturally.
10547
10548 @node Calling
10549 @section Calling program functions
10550
10551 @table @code
10552 @cindex calling functions
10553 @cindex inferior functions, calling
10554 @item print @var{expr}
10555 Evaluate the expression @var{expr} and display the resuling value.
10556 @var{expr} may include calls to functions in the program being
10557 debugged.
10558
10559 @kindex call
10560 @item call @var{expr}
10561 Evaluate the expression @var{expr} without displaying @code{void}
10562 returned values.
10563
10564 You can use this variant of the @code{print} command if you want to
10565 execute a function from your program that does not return anything
10566 (a.k.a.@: @dfn{a void function}), but without cluttering the output
10567 with @code{void} returned values that @value{GDBN} will otherwise
10568 print. If the result is not void, it is printed and saved in the
10569 value history.
10570 @end table
10571
10572 It is possible for the function you call via the @code{print} or
10573 @code{call} command to generate a signal (e.g., if there's a bug in
10574 the function, or if you passed it incorrect arguments). What happens
10575 in that case is controlled by the @code{set unwindonsignal} command.
10576
10577 @table @code
10578 @item set unwindonsignal
10579 @kindex set unwindonsignal
10580 @cindex unwind stack in called functions
10581 @cindex call dummy stack unwinding
10582 Set unwinding of the stack if a signal is received while in a function
10583 that @value{GDBN} called in the program being debugged. If set to on,
10584 @value{GDBN} unwinds the stack it created for the call and restores
10585 the context to what it was before the call. If set to off (the
10586 default), @value{GDBN} stops in the frame where the signal was
10587 received.
10588
10589 @item show unwindonsignal
10590 @kindex show unwindonsignal
10591 Show the current setting of stack unwinding in the functions called by
10592 @value{GDBN}.
10593 @end table
10594
10595 @cindex weak alias functions
10596 Sometimes, a function you wish to call is actually a @dfn{weak alias}
10597 for another function. In such case, @value{GDBN} might not pick up
10598 the type information, including the types of the function arguments,
10599 which causes @value{GDBN} to call the inferior function incorrectly.
10600 As a result, the called function will function erroneously and may
10601 even crash. A solution to that is to use the name of the aliased
10602 function instead.
10603
10604 @node Patching
10605 @section Patching programs
10606
10607 @cindex patching binaries
10608 @cindex writing into executables
10609 @cindex writing into corefiles
10610
10611 By default, @value{GDBN} opens the file containing your program's
10612 executable code (or the corefile) read-only. This prevents accidental
10613 alterations to machine code; but it also prevents you from intentionally
10614 patching your program's binary.
10615
10616 If you'd like to be able to patch the binary, you can specify that
10617 explicitly with the @code{set write} command. For example, you might
10618 want to turn on internal debugging flags, or even to make emergency
10619 repairs.
10620
10621 @table @code
10622 @kindex set write
10623 @item set write on
10624 @itemx set write off
10625 If you specify @samp{set write on}, @value{GDBN} opens executable and
10626 core files for both reading and writing; if you specify @samp{set write
10627 off} (the default), @value{GDBN} opens them read-only.
10628
10629 If you have already loaded a file, you must load it again (using the
10630 @code{exec-file} or @code{core-file} command) after changing @code{set
10631 write}, for your new setting to take effect.
10632
10633 @item show write
10634 @kindex show write
10635 Display whether executable files and core files are opened for writing
10636 as well as reading.
10637 @end table
10638
10639 @node GDB Files
10640 @chapter @value{GDBN} Files
10641
10642 @value{GDBN} needs to know the file name of the program to be debugged,
10643 both in order to read its symbol table and in order to start your
10644 program. To debug a core dump of a previous run, you must also tell
10645 @value{GDBN} the name of the core dump file.
10646
10647 @menu
10648 * Files:: Commands to specify files
10649 * Separate Debug Files:: Debugging information in separate files
10650 * Symbol Errors:: Errors reading symbol files
10651 @end menu
10652
10653 @node Files
10654 @section Commands to specify files
10655
10656 @cindex symbol table
10657 @cindex core dump file
10658
10659 You may want to specify executable and core dump file names. The usual
10660 way to do this is at start-up time, using the arguments to
10661 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10662 Out of @value{GDBN}}).
10663
10664 Occasionally it is necessary to change to a different file during a
10665 @value{GDBN} session. Or you may run @value{GDBN} and forget to
10666 specify a file you want to use. Or you are debugging a remote target
10667 via @code{gdbserver} (@pxref{Server, file}). In these situations the
10668 @value{GDBN} commands to specify new files are useful.
10669
10670 @table @code
10671 @cindex executable file
10672 @kindex file
10673 @item file @var{filename}
10674 Use @var{filename} as the program to be debugged. It is read for its
10675 symbols and for the contents of pure memory. It is also the program
10676 executed when you use the @code{run} command. If you do not specify a
10677 directory and the file is not found in the @value{GDBN} working directory,
10678 @value{GDBN} uses the environment variable @code{PATH} as a list of
10679 directories to search, just as the shell does when looking for a program
10680 to run. You can change the value of this variable, for both @value{GDBN}
10681 and your program, using the @code{path} command.
10682
10683 @cindex unlinked object files
10684 @cindex patching object files
10685 You can load unlinked object @file{.o} files into @value{GDBN} using
10686 the @code{file} command. You will not be able to ``run'' an object
10687 file, but you can disassemble functions and inspect variables. Also,
10688 if the underlying BFD functionality supports it, you could use
10689 @kbd{gdb -write} to patch object files using this technique. Note
10690 that @value{GDBN} can neither interpret nor modify relocations in this
10691 case, so branches and some initialized variables will appear to go to
10692 the wrong place. But this feature is still handy from time to time.
10693
10694 @item file
10695 @code{file} with no argument makes @value{GDBN} discard any information it
10696 has on both executable file and the symbol table.
10697
10698 @kindex exec-file
10699 @item exec-file @r{[} @var{filename} @r{]}
10700 Specify that the program to be run (but not the symbol table) is found
10701 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10702 if necessary to locate your program. Omitting @var{filename} means to
10703 discard information on the executable file.
10704
10705 @kindex symbol-file
10706 @item symbol-file @r{[} @var{filename} @r{]}
10707 Read symbol table information from file @var{filename}. @code{PATH} is
10708 searched when necessary. Use the @code{file} command to get both symbol
10709 table and program to run from the same file.
10710
10711 @code{symbol-file} with no argument clears out @value{GDBN} information on your
10712 program's symbol table.
10713
10714 The @code{symbol-file} command causes @value{GDBN} to forget the contents
10715 of its convenience variables, the value history, and all breakpoints and
10716 auto-display expressions. This is because they may contain pointers to
10717 the internal data recording symbols and data types, which are part of
10718 the old symbol table data being discarded inside @value{GDBN}.
10719
10720 @code{symbol-file} does not repeat if you press @key{RET} again after
10721 executing it once.
10722
10723 When @value{GDBN} is configured for a particular environment, it
10724 understands debugging information in whatever format is the standard
10725 generated for that environment; you may use either a @sc{gnu} compiler, or
10726 other compilers that adhere to the local conventions.
10727 Best results are usually obtained from @sc{gnu} compilers; for example,
10728 using @code{@value{GCC}} you can generate debugging information for
10729 optimized code.
10730
10731 For most kinds of object files, with the exception of old SVR3 systems
10732 using COFF, the @code{symbol-file} command does not normally read the
10733 symbol table in full right away. Instead, it scans the symbol table
10734 quickly to find which source files and which symbols are present. The
10735 details are read later, one source file at a time, as they are needed.
10736
10737 The purpose of this two-stage reading strategy is to make @value{GDBN}
10738 start up faster. For the most part, it is invisible except for
10739 occasional pauses while the symbol table details for a particular source
10740 file are being read. (The @code{set verbose} command can turn these
10741 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10742 warnings and messages}.)
10743
10744 We have not implemented the two-stage strategy for COFF yet. When the
10745 symbol table is stored in COFF format, @code{symbol-file} reads the
10746 symbol table data in full right away. Note that ``stabs-in-COFF''
10747 still does the two-stage strategy, since the debug info is actually
10748 in stabs format.
10749
10750 @kindex readnow
10751 @cindex reading symbols immediately
10752 @cindex symbols, reading immediately
10753 @item symbol-file @var{filename} @r{[} -readnow @r{]}
10754 @itemx file @var{filename} @r{[} -readnow @r{]}
10755 You can override the @value{GDBN} two-stage strategy for reading symbol
10756 tables by using the @samp{-readnow} option with any of the commands that
10757 load symbol table information, if you want to be sure @value{GDBN} has the
10758 entire symbol table available.
10759
10760 @c FIXME: for now no mention of directories, since this seems to be in
10761 @c flux. 13mar1992 status is that in theory GDB would look either in
10762 @c current dir or in same dir as myprog; but issues like competing
10763 @c GDB's, or clutter in system dirs, mean that in practice right now
10764 @c only current dir is used. FFish says maybe a special GDB hierarchy
10765 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10766 @c files.
10767
10768 @kindex core-file
10769 @item core-file @r{[}@var{filename}@r{]}
10770 @itemx core
10771 Specify the whereabouts of a core dump file to be used as the ``contents
10772 of memory''. Traditionally, core files contain only some parts of the
10773 address space of the process that generated them; @value{GDBN} can access the
10774 executable file itself for other parts.
10775
10776 @code{core-file} with no argument specifies that no core file is
10777 to be used.
10778
10779 Note that the core file is ignored when your program is actually running
10780 under @value{GDBN}. So, if you have been running your program and you
10781 wish to debug a core file instead, you must kill the subprocess in which
10782 the program is running. To do this, use the @code{kill} command
10783 (@pxref{Kill Process, ,Killing the child process}).
10784
10785 @kindex add-symbol-file
10786 @cindex dynamic linking
10787 @item add-symbol-file @var{filename} @var{address}
10788 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
10789 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
10790 The @code{add-symbol-file} command reads additional symbol table
10791 information from the file @var{filename}. You would use this command
10792 when @var{filename} has been dynamically loaded (by some other means)
10793 into the program that is running. @var{address} should be the memory
10794 address at which the file has been loaded; @value{GDBN} cannot figure
10795 this out for itself. You can additionally specify an arbitrary number
10796 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10797 section name and base address for that section. You can specify any
10798 @var{address} as an expression.
10799
10800 The symbol table of the file @var{filename} is added to the symbol table
10801 originally read with the @code{symbol-file} command. You can use the
10802 @code{add-symbol-file} command any number of times; the new symbol data
10803 thus read keeps adding to the old. To discard all old symbol data
10804 instead, use the @code{symbol-file} command without any arguments.
10805
10806 @cindex relocatable object files, reading symbols from
10807 @cindex object files, relocatable, reading symbols from
10808 @cindex reading symbols from relocatable object files
10809 @cindex symbols, reading from relocatable object files
10810 @cindex @file{.o} files, reading symbols from
10811 Although @var{filename} is typically a shared library file, an
10812 executable file, or some other object file which has been fully
10813 relocated for loading into a process, you can also load symbolic
10814 information from relocatable @file{.o} files, as long as:
10815
10816 @itemize @bullet
10817 @item
10818 the file's symbolic information refers only to linker symbols defined in
10819 that file, not to symbols defined by other object files,
10820 @item
10821 every section the file's symbolic information refers to has actually
10822 been loaded into the inferior, as it appears in the file, and
10823 @item
10824 you can determine the address at which every section was loaded, and
10825 provide these to the @code{add-symbol-file} command.
10826 @end itemize
10827
10828 @noindent
10829 Some embedded operating systems, like Sun Chorus and VxWorks, can load
10830 relocatable files into an already running program; such systems
10831 typically make the requirements above easy to meet. However, it's
10832 important to recognize that many native systems use complex link
10833 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
10834 assembly, for example) that make the requirements difficult to meet. In
10835 general, one cannot assume that using @code{add-symbol-file} to read a
10836 relocatable object file's symbolic information will have the same effect
10837 as linking the relocatable object file into the program in the normal
10838 way.
10839
10840 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10841
10842 @kindex add-symbol-file-from-memory
10843 @cindex @code{syscall DSO}
10844 @cindex load symbols from memory
10845 @item add-symbol-file-from-memory @var{address}
10846 Load symbols from the given @var{address} in a dynamically loaded
10847 object file whose image is mapped directly into the inferior's memory.
10848 For example, the Linux kernel maps a @code{syscall DSO} into each
10849 process's address space; this DSO provides kernel-specific code for
10850 some system calls. The argument can be any expression whose
10851 evaluation yields the address of the file's shared object file header.
10852 For this command to work, you must have used @code{symbol-file} or
10853 @code{exec-file} commands in advance.
10854
10855 @kindex add-shared-symbol-files
10856 @kindex assf
10857 @item add-shared-symbol-files @var{library-file}
10858 @itemx assf @var{library-file}
10859 The @code{add-shared-symbol-files} command can currently be used only
10860 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10861 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10862 @value{GDBN} automatically looks for shared libraries, however if
10863 @value{GDBN} does not find yours, you can invoke
10864 @code{add-shared-symbol-files}. It takes one argument: the shared
10865 library's file name. @code{assf} is a shorthand alias for
10866 @code{add-shared-symbol-files}.
10867
10868 @kindex section
10869 @item section @var{section} @var{addr}
10870 The @code{section} command changes the base address of the named
10871 @var{section} of the exec file to @var{addr}. This can be used if the
10872 exec file does not contain section addresses, (such as in the
10873 @code{a.out} format), or when the addresses specified in the file
10874 itself are wrong. Each section must be changed separately. The
10875 @code{info files} command, described below, lists all the sections and
10876 their addresses.
10877
10878 @kindex info files
10879 @kindex info target
10880 @item info files
10881 @itemx info target
10882 @code{info files} and @code{info target} are synonymous; both print the
10883 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10884 including the names of the executable and core dump files currently in
10885 use by @value{GDBN}, and the files from which symbols were loaded. The
10886 command @code{help target} lists all possible targets rather than
10887 current ones.
10888
10889 @kindex maint info sections
10890 @item maint info sections
10891 Another command that can give you extra information about program sections
10892 is @code{maint info sections}. In addition to the section information
10893 displayed by @code{info files}, this command displays the flags and file
10894 offset of each section in the executable and core dump files. In addition,
10895 @code{maint info sections} provides the following command options (which
10896 may be arbitrarily combined):
10897
10898 @table @code
10899 @item ALLOBJ
10900 Display sections for all loaded object files, including shared libraries.
10901 @item @var{sections}
10902 Display info only for named @var{sections}.
10903 @item @var{section-flags}
10904 Display info only for sections for which @var{section-flags} are true.
10905 The section flags that @value{GDBN} currently knows about are:
10906 @table @code
10907 @item ALLOC
10908 Section will have space allocated in the process when loaded.
10909 Set for all sections except those containing debug information.
10910 @item LOAD
10911 Section will be loaded from the file into the child process memory.
10912 Set for pre-initialized code and data, clear for @code{.bss} sections.
10913 @item RELOC
10914 Section needs to be relocated before loading.
10915 @item READONLY
10916 Section cannot be modified by the child process.
10917 @item CODE
10918 Section contains executable code only.
10919 @item DATA
10920 Section contains data only (no executable code).
10921 @item ROM
10922 Section will reside in ROM.
10923 @item CONSTRUCTOR
10924 Section contains data for constructor/destructor lists.
10925 @item HAS_CONTENTS
10926 Section is not empty.
10927 @item NEVER_LOAD
10928 An instruction to the linker to not output the section.
10929 @item COFF_SHARED_LIBRARY
10930 A notification to the linker that the section contains
10931 COFF shared library information.
10932 @item IS_COMMON
10933 Section contains common symbols.
10934 @end table
10935 @end table
10936 @kindex set trust-readonly-sections
10937 @cindex read-only sections
10938 @item set trust-readonly-sections on
10939 Tell @value{GDBN} that readonly sections in your object file
10940 really are read-only (i.e.@: that their contents will not change).
10941 In that case, @value{GDBN} can fetch values from these sections
10942 out of the object file, rather than from the target program.
10943 For some targets (notably embedded ones), this can be a significant
10944 enhancement to debugging performance.
10945
10946 The default is off.
10947
10948 @item set trust-readonly-sections off
10949 Tell @value{GDBN} not to trust readonly sections. This means that
10950 the contents of the section might change while the program is running,
10951 and must therefore be fetched from the target when needed.
10952
10953 @item show trust-readonly-sections
10954 Show the current setting of trusting readonly sections.
10955 @end table
10956
10957 All file-specifying commands allow both absolute and relative file names
10958 as arguments. @value{GDBN} always converts the file name to an absolute file
10959 name and remembers it that way.
10960
10961 @cindex shared libraries
10962 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10963 and IBM RS/6000 AIX shared libraries.
10964
10965 @value{GDBN} automatically loads symbol definitions from shared libraries
10966 when you use the @code{run} command, or when you examine a core file.
10967 (Before you issue the @code{run} command, @value{GDBN} does not understand
10968 references to a function in a shared library, however---unless you are
10969 debugging a core file).
10970
10971 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10972 automatically loads the symbols at the time of the @code{shl_load} call.
10973
10974 @c FIXME: some @value{GDBN} release may permit some refs to undef
10975 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10976 @c FIXME...lib; check this from time to time when updating manual
10977
10978 There are times, however, when you may wish to not automatically load
10979 symbol definitions from shared libraries, such as when they are
10980 particularly large or there are many of them.
10981
10982 To control the automatic loading of shared library symbols, use the
10983 commands:
10984
10985 @table @code
10986 @kindex set auto-solib-add
10987 @item set auto-solib-add @var{mode}
10988 If @var{mode} is @code{on}, symbols from all shared object libraries
10989 will be loaded automatically when the inferior begins execution, you
10990 attach to an independently started inferior, or when the dynamic linker
10991 informs @value{GDBN} that a new library has been loaded. If @var{mode}
10992 is @code{off}, symbols must be loaded manually, using the
10993 @code{sharedlibrary} command. The default value is @code{on}.
10994
10995 @cindex memory used for symbol tables
10996 If your program uses lots of shared libraries with debug info that
10997 takes large amounts of memory, you can decrease the @value{GDBN}
10998 memory footprint by preventing it from automatically loading the
10999 symbols from shared libraries. To that end, type @kbd{set
11000 auto-solib-add off} before running the inferior, then load each
11001 library whose debug symbols you do need with @kbd{sharedlibrary
11002 @var{regexp}}, where @var{regexp} is a regular expresion that matches
11003 the libraries whose symbols you want to be loaded.
11004
11005 @kindex show auto-solib-add
11006 @item show auto-solib-add
11007 Display the current autoloading mode.
11008 @end table
11009
11010 @cindex load shared library
11011 To explicitly load shared library symbols, use the @code{sharedlibrary}
11012 command:
11013
11014 @table @code
11015 @kindex info sharedlibrary
11016 @kindex info share
11017 @item info share
11018 @itemx info sharedlibrary
11019 Print the names of the shared libraries which are currently loaded.
11020
11021 @kindex sharedlibrary
11022 @kindex share
11023 @item sharedlibrary @var{regex}
11024 @itemx share @var{regex}
11025 Load shared object library symbols for files matching a
11026 Unix regular expression.
11027 As with files loaded automatically, it only loads shared libraries
11028 required by your program for a core file or after typing @code{run}. If
11029 @var{regex} is omitted all shared libraries required by your program are
11030 loaded.
11031
11032 @item nosharedlibrary
11033 @kindex nosharedlibrary
11034 @cindex unload symbols from shared libraries
11035 Unload all shared object library symbols. This discards all symbols
11036 that have been loaded from all shared libraries. Symbols from shared
11037 libraries that were loaded by explicit user requests are not
11038 discarded.
11039 @end table
11040
11041 Sometimes you may wish that @value{GDBN} stops and gives you control
11042 when any of shared library events happen. Use the @code{set
11043 stop-on-solib-events} command for this:
11044
11045 @table @code
11046 @item set stop-on-solib-events
11047 @kindex set stop-on-solib-events
11048 This command controls whether @value{GDBN} should give you control
11049 when the dynamic linker notifies it about some shared library event.
11050 The most common event of interest is loading or unloading of a new
11051 shared library.
11052
11053 @item show stop-on-solib-events
11054 @kindex show stop-on-solib-events
11055 Show whether @value{GDBN} stops and gives you control when shared
11056 library events happen.
11057 @end table
11058
11059 Shared libraries are also supported in many cross or remote debugging
11060 configurations. A copy of the target's libraries need to be present on the
11061 host system; they need to be the same as the target libraries, although the
11062 copies on the target can be stripped as long as the copies on the host are
11063 not.
11064
11065 @cindex where to look for shared libraries
11066 For remote debugging, you need to tell @value{GDBN} where the target
11067 libraries are, so that it can load the correct copies---otherwise, it
11068 may try to load the host's libraries. @value{GDBN} has two variables
11069 to specify the search directories for target libraries.
11070
11071 @table @code
11072 @cindex prefix for shared library file names
11073 @kindex set solib-absolute-prefix
11074 @item set solib-absolute-prefix @var{path}
11075 If this variable is set, @var{path} will be used as a prefix for any
11076 absolute shared library paths; many runtime loaders store the absolute
11077 paths to the shared library in the target program's memory. If you use
11078 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11079 out in the same way that they are on the target, with e.g.@: a
11080 @file{/usr/lib} hierarchy under @var{path}.
11081
11082 @cindex default value of @samp{solib-absolute-prefix}
11083 @cindex @samp{--with-sysroot}
11084 You can set the default value of @samp{solib-absolute-prefix} by using the
11085 configure-time @samp{--with-sysroot} option.
11086
11087 @kindex show solib-absolute-prefix
11088 @item show solib-absolute-prefix
11089 Display the current shared library prefix.
11090
11091 @kindex set solib-search-path
11092 @item set solib-search-path @var{path}
11093 If this variable is set, @var{path} is a colon-separated list of directories
11094 to search for shared libraries. @samp{solib-search-path} is used after
11095 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
11096 the library is relative instead of absolute. If you want to use
11097 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11098 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11099 @value{GDBN} from finding your host's libraries.
11100
11101 @kindex show solib-search-path
11102 @item show solib-search-path
11103 Display the current shared library search path.
11104 @end table
11105
11106
11107 @node Separate Debug Files
11108 @section Debugging Information in Separate Files
11109 @cindex separate debugging information files
11110 @cindex debugging information in separate files
11111 @cindex @file{.debug} subdirectories
11112 @cindex debugging information directory, global
11113 @cindex global debugging information directory
11114
11115 @value{GDBN} allows you to put a program's debugging information in a
11116 file separate from the executable itself, in a way that allows
11117 @value{GDBN} to find and load the debugging information automatically.
11118 Since debugging information can be very large --- sometimes larger
11119 than the executable code itself --- some systems distribute debugging
11120 information for their executables in separate files, which users can
11121 install only when they need to debug a problem.
11122
11123 If an executable's debugging information has been extracted to a
11124 separate file, the executable should contain a @dfn{debug link} giving
11125 the name of the debugging information file (with no directory
11126 components), and a checksum of its contents. (The exact form of a
11127 debug link is described below.) If the full name of the directory
11128 containing the executable is @var{execdir}, and the executable has a
11129 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11130 will automatically search for the debugging information file in three
11131 places:
11132
11133 @itemize @bullet
11134 @item
11135 the directory containing the executable file (that is, it will look
11136 for a file named @file{@var{execdir}/@var{debugfile}},
11137 @item
11138 a subdirectory of that directory named @file{.debug} (that is, the
11139 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11140 @item
11141 a subdirectory of the global debug file directory that includes the
11142 executable's full path, and the name from the link (that is, the file
11143 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11144 @var{globaldebugdir} is the global debug file directory, and
11145 @var{execdir} has been turned into a relative path).
11146 @end itemize
11147 @noindent
11148 @value{GDBN} checks under each of these names for a debugging
11149 information file whose checksum matches that given in the link, and
11150 reads the debugging information from the first one it finds.
11151
11152 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11153 which has a link containing the name @file{ls.debug}, and the global
11154 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11155 for debug information in @file{/usr/bin/ls.debug},
11156 @file{/usr/bin/.debug/ls.debug}, and
11157 @file{/usr/lib/debug/usr/bin/ls.debug}.
11158
11159 You can set the global debugging info directory's name, and view the
11160 name @value{GDBN} is currently using.
11161
11162 @table @code
11163
11164 @kindex set debug-file-directory
11165 @item set debug-file-directory @var{directory}
11166 Set the directory which @value{GDBN} searches for separate debugging
11167 information files to @var{directory}.
11168
11169 @kindex show debug-file-directory
11170 @item show debug-file-directory
11171 Show the directory @value{GDBN} searches for separate debugging
11172 information files.
11173
11174 @end table
11175
11176 @cindex @code{.gnu_debuglink} sections
11177 @cindex debug links
11178 A debug link is a special section of the executable file named
11179 @code{.gnu_debuglink}. The section must contain:
11180
11181 @itemize
11182 @item
11183 A filename, with any leading directory components removed, followed by
11184 a zero byte,
11185 @item
11186 zero to three bytes of padding, as needed to reach the next four-byte
11187 boundary within the section, and
11188 @item
11189 a four-byte CRC checksum, stored in the same endianness used for the
11190 executable file itself. The checksum is computed on the debugging
11191 information file's full contents by the function given below, passing
11192 zero as the @var{crc} argument.
11193 @end itemize
11194
11195 Any executable file format can carry a debug link, as long as it can
11196 contain a section named @code{.gnu_debuglink} with the contents
11197 described above.
11198
11199 The debugging information file itself should be an ordinary
11200 executable, containing a full set of linker symbols, sections, and
11201 debugging information. The sections of the debugging information file
11202 should have the same names, addresses and sizes as the original file,
11203 but they need not contain any data --- much like a @code{.bss} section
11204 in an ordinary executable.
11205
11206 As of December 2002, there is no standard GNU utility to produce
11207 separated executable / debugging information file pairs. Ulrich
11208 Drepper's @file{elfutils} package, starting with version 0.53,
11209 contains a version of the @code{strip} command such that the command
11210 @kbd{strip foo -f foo.debug} removes the debugging information from
11211 the executable file @file{foo}, places it in the file
11212 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11213
11214 Since there are many different ways to compute CRC's (different
11215 polynomials, reversals, byte ordering, etc.), the simplest way to
11216 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11217 complete code for a function that computes it:
11218
11219 @kindex gnu_debuglink_crc32
11220 @smallexample
11221 unsigned long
11222 gnu_debuglink_crc32 (unsigned long crc,
11223 unsigned char *buf, size_t len)
11224 @{
11225 static const unsigned long crc32_table[256] =
11226 @{
11227 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11228 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11229 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11230 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11231 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11232 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11233 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11234 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11235 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11236 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11237 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11238 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11239 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11240 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11241 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11242 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11243 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11244 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11245 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11246 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11247 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11248 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11249 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11250 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11251 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11252 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11253 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11254 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11255 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11256 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11257 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11258 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11259 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11260 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11261 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11262 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11263 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11264 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11265 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11266 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11267 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11268 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11269 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11270 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11271 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11272 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11273 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11274 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11275 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11276 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11277 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11278 0x2d02ef8d
11279 @};
11280 unsigned char *end;
11281
11282 crc = ~crc & 0xffffffff;
11283 for (end = buf + len; buf < end; ++buf)
11284 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11285 return ~crc & 0xffffffff;
11286 @}
11287 @end smallexample
11288
11289
11290 @node Symbol Errors
11291 @section Errors reading symbol files
11292
11293 While reading a symbol file, @value{GDBN} occasionally encounters problems,
11294 such as symbol types it does not recognize, or known bugs in compiler
11295 output. By default, @value{GDBN} does not notify you of such problems, since
11296 they are relatively common and primarily of interest to people
11297 debugging compilers. If you are interested in seeing information
11298 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11299 only one message about each such type of problem, no matter how many
11300 times the problem occurs; or you can ask @value{GDBN} to print more messages,
11301 to see how many times the problems occur, with the @code{set
11302 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11303 messages}).
11304
11305 The messages currently printed, and their meanings, include:
11306
11307 @table @code
11308 @item inner block not inside outer block in @var{symbol}
11309
11310 The symbol information shows where symbol scopes begin and end
11311 (such as at the start of a function or a block of statements). This
11312 error indicates that an inner scope block is not fully contained
11313 in its outer scope blocks.
11314
11315 @value{GDBN} circumvents the problem by treating the inner block as if it had
11316 the same scope as the outer block. In the error message, @var{symbol}
11317 may be shown as ``@code{(don't know)}'' if the outer block is not a
11318 function.
11319
11320 @item block at @var{address} out of order
11321
11322 The symbol information for symbol scope blocks should occur in
11323 order of increasing addresses. This error indicates that it does not
11324 do so.
11325
11326 @value{GDBN} does not circumvent this problem, and has trouble
11327 locating symbols in the source file whose symbols it is reading. (You
11328 can often determine what source file is affected by specifying
11329 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11330 messages}.)
11331
11332 @item bad block start address patched
11333
11334 The symbol information for a symbol scope block has a start address
11335 smaller than the address of the preceding source line. This is known
11336 to occur in the SunOS 4.1.1 (and earlier) C compiler.
11337
11338 @value{GDBN} circumvents the problem by treating the symbol scope block as
11339 starting on the previous source line.
11340
11341 @item bad string table offset in symbol @var{n}
11342
11343 @cindex foo
11344 Symbol number @var{n} contains a pointer into the string table which is
11345 larger than the size of the string table.
11346
11347 @value{GDBN} circumvents the problem by considering the symbol to have the
11348 name @code{foo}, which may cause other problems if many symbols end up
11349 with this name.
11350
11351 @item unknown symbol type @code{0x@var{nn}}
11352
11353 The symbol information contains new data types that @value{GDBN} does
11354 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
11355 uncomprehended information, in hexadecimal.
11356
11357 @value{GDBN} circumvents the error by ignoring this symbol information.
11358 This usually allows you to debug your program, though certain symbols
11359 are not accessible. If you encounter such a problem and feel like
11360 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11361 on @code{complain}, then go up to the function @code{read_dbx_symtab}
11362 and examine @code{*bufp} to see the symbol.
11363
11364 @item stub type has NULL name
11365
11366 @value{GDBN} could not find the full definition for a struct or class.
11367
11368 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
11369 The symbol information for a C@t{++} member function is missing some
11370 information that recent versions of the compiler should have output for
11371 it.
11372
11373 @item info mismatch between compiler and debugger
11374
11375 @value{GDBN} could not parse a type specification output by the compiler.
11376
11377 @end table
11378
11379 @node Targets
11380 @chapter Specifying a Debugging Target
11381
11382 @cindex debugging target
11383 A @dfn{target} is the execution environment occupied by your program.
11384
11385 Often, @value{GDBN} runs in the same host environment as your program;
11386 in that case, the debugging target is specified as a side effect when
11387 you use the @code{file} or @code{core} commands. When you need more
11388 flexibility---for example, running @value{GDBN} on a physically separate
11389 host, or controlling a standalone system over a serial port or a
11390 realtime system over a TCP/IP connection---you can use the @code{target}
11391 command to specify one of the target types configured for @value{GDBN}
11392 (@pxref{Target Commands, ,Commands for managing targets}).
11393
11394 @cindex target architecture
11395 It is possible to build @value{GDBN} for several different @dfn{target
11396 architectures}. When @value{GDBN} is built like that, you can choose
11397 one of the available architectures with the @kbd{set architecture}
11398 command.
11399
11400 @table @code
11401 @kindex set architecture
11402 @kindex show architecture
11403 @item set architecture @var{arch}
11404 This command sets the current target architecture to @var{arch}. The
11405 value of @var{arch} can be @code{"auto"}, in addition to one of the
11406 supported architectures.
11407
11408 @item show architecture
11409 Show the current target architecture.
11410
11411 @item set processor
11412 @itemx processor
11413 @kindex set processor
11414 @kindex show processor
11415 These are alias commands for, respectively, @code{set architecture}
11416 and @code{show architecture}.
11417 @end table
11418
11419 @menu
11420 * Active Targets:: Active targets
11421 * Target Commands:: Commands for managing targets
11422 * Byte Order:: Choosing target byte order
11423 * Remote:: Remote debugging
11424 * KOD:: Kernel Object Display
11425
11426 @end menu
11427
11428 @node Active Targets
11429 @section Active targets
11430
11431 @cindex stacking targets
11432 @cindex active targets
11433 @cindex multiple targets
11434
11435 There are three classes of targets: processes, core files, and
11436 executable files. @value{GDBN} can work concurrently on up to three
11437 active targets, one in each class. This allows you to (for example)
11438 start a process and inspect its activity without abandoning your work on
11439 a core file.
11440
11441 For example, if you execute @samp{gdb a.out}, then the executable file
11442 @code{a.out} is the only active target. If you designate a core file as
11443 well---presumably from a prior run that crashed and coredumped---then
11444 @value{GDBN} has two active targets and uses them in tandem, looking
11445 first in the corefile target, then in the executable file, to satisfy
11446 requests for memory addresses. (Typically, these two classes of target
11447 are complementary, since core files contain only a program's
11448 read-write memory---variables and so on---plus machine status, while
11449 executable files contain only the program text and initialized data.)
11450
11451 When you type @code{run}, your executable file becomes an active process
11452 target as well. When a process target is active, all @value{GDBN}
11453 commands requesting memory addresses refer to that target; addresses in
11454 an active core file or executable file target are obscured while the
11455 process target is active.
11456
11457 Use the @code{core-file} and @code{exec-file} commands to select a new
11458 core file or executable target (@pxref{Files, ,Commands to specify
11459 files}). To specify as a target a process that is already running, use
11460 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11461 process}).
11462
11463 @node Target Commands
11464 @section Commands for managing targets
11465
11466 @table @code
11467 @item target @var{type} @var{parameters}
11468 Connects the @value{GDBN} host environment to a target machine or
11469 process. A target is typically a protocol for talking to debugging
11470 facilities. You use the argument @var{type} to specify the type or
11471 protocol of the target machine.
11472
11473 Further @var{parameters} are interpreted by the target protocol, but
11474 typically include things like device names or host names to connect
11475 with, process numbers, and baud rates.
11476
11477 The @code{target} command does not repeat if you press @key{RET} again
11478 after executing the command.
11479
11480 @kindex help target
11481 @item help target
11482 Displays the names of all targets available. To display targets
11483 currently selected, use either @code{info target} or @code{info files}
11484 (@pxref{Files, ,Commands to specify files}).
11485
11486 @item help target @var{name}
11487 Describe a particular target, including any parameters necessary to
11488 select it.
11489
11490 @kindex set gnutarget
11491 @item set gnutarget @var{args}
11492 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
11493 knows whether it is reading an @dfn{executable},
11494 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11495 with the @code{set gnutarget} command. Unlike most @code{target} commands,
11496 with @code{gnutarget} the @code{target} refers to a program, not a machine.
11497
11498 @quotation
11499 @emph{Warning:} To specify a file format with @code{set gnutarget},
11500 you must know the actual BFD name.
11501 @end quotation
11502
11503 @noindent
11504 @xref{Files, , Commands to specify files}.
11505
11506 @kindex show gnutarget
11507 @item show gnutarget
11508 Use the @code{show gnutarget} command to display what file format
11509 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
11510 @value{GDBN} will determine the file format for each file automatically,
11511 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11512 @end table
11513
11514 @cindex common targets
11515 Here are some common targets (available, or not, depending on the GDB
11516 configuration):
11517
11518 @table @code
11519 @kindex target
11520 @item target exec @var{program}
11521 @cindex executable file target
11522 An executable file. @samp{target exec @var{program}} is the same as
11523 @samp{exec-file @var{program}}.
11524
11525 @item target core @var{filename}
11526 @cindex core dump file target
11527 A core dump file. @samp{target core @var{filename}} is the same as
11528 @samp{core-file @var{filename}}.
11529
11530 @item target remote @var{dev}
11531 @cindex remote target
11532 Remote serial target in GDB-specific protocol. The argument @var{dev}
11533 specifies what serial device to use for the connection (e.g.
11534 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
11535 supports the @code{load} command. This is only useful if you have
11536 some other way of getting the stub to the target system, and you can put
11537 it somewhere in memory where it won't get clobbered by the download.
11538
11539 @item target sim
11540 @cindex built-in simulator target
11541 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
11542 In general,
11543 @smallexample
11544 target sim
11545 load
11546 run
11547 @end smallexample
11548 @noindent
11549 works; however, you cannot assume that a specific memory map, device
11550 drivers, or even basic I/O is available, although some simulators do
11551 provide these. For info about any processor-specific simulator details,
11552 see the appropriate section in @ref{Embedded Processors, ,Embedded
11553 Processors}.
11554
11555 @end table
11556
11557 Some configurations may include these targets as well:
11558
11559 @table @code
11560
11561 @item target nrom @var{dev}
11562 @cindex NetROM ROM emulator target
11563 NetROM ROM emulator. This target only supports downloading.
11564
11565 @end table
11566
11567 Different targets are available on different configurations of @value{GDBN};
11568 your configuration may have more or fewer targets.
11569
11570 Many remote targets require you to download the executable's code once
11571 you've successfully established a connection. You may wish to control
11572 various aspects of this process, such as the size of the data chunks
11573 used by @value{GDBN} to download program parts to the remote target.
11574
11575 @table @code
11576 @kindex set download-write-size
11577 @item set download-write-size @var{size}
11578 Set the write size used when downloading a program. Only used when
11579 downloading a program onto a remote target. Specify zero or a
11580 negative value to disable blocked writes. The actual size of each
11581 transfer is also limited by the size of the target packet and the
11582 memory cache.
11583
11584 @kindex show download-write-size
11585 @item show download-write-size
11586 @kindex show download-write-size
11587 Show the current value of the write size.
11588
11589 @item set hash
11590 @kindex set hash@r{, for remote monitors}
11591 @cindex hash mark while downloading
11592 This command controls whether a hash mark @samp{#} is displayed while
11593 downloading a file to the remote monitor. If on, a hash mark is
11594 displayed after each S-record is successfully downloaded to the
11595 monitor.
11596
11597 @item show hash
11598 @kindex show hash@r{, for remote monitors}
11599 Show the current status of displaying the hash mark.
11600
11601 @item set debug monitor
11602 @kindex set debug monitor
11603 @cindex display remote monitor communications
11604 Enable or disable display of communications messages between
11605 @value{GDBN} and the remote monitor.
11606
11607 @item show debug monitor
11608 @kindex show debug monitor
11609 Show the current status of displaying communications between
11610 @value{GDBN} and the remote monitor.
11611 @end table
11612
11613 @table @code
11614
11615 @kindex load @var{filename}
11616 @item load @var{filename}
11617 Depending on what remote debugging facilities are configured into
11618 @value{GDBN}, the @code{load} command may be available. Where it exists, it
11619 is meant to make @var{filename} (an executable) available for debugging
11620 on the remote system---by downloading, or dynamic linking, for example.
11621 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11622 the @code{add-symbol-file} command.
11623
11624 If your @value{GDBN} does not have a @code{load} command, attempting to
11625 execute it gets the error message ``@code{You can't do that when your
11626 target is @dots{}}''
11627
11628 The file is loaded at whatever address is specified in the executable.
11629 For some object file formats, you can specify the load address when you
11630 link the program; for other formats, like a.out, the object file format
11631 specifies a fixed address.
11632 @c FIXME! This would be a good place for an xref to the GNU linker doc.
11633
11634 @code{load} does not repeat if you press @key{RET} again after using it.
11635 @end table
11636
11637 @node Byte Order
11638 @section Choosing target byte order
11639
11640 @cindex choosing target byte order
11641 @cindex target byte order
11642
11643 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
11644 offer the ability to run either big-endian or little-endian byte
11645 orders. Usually the executable or symbol will include a bit to
11646 designate the endian-ness, and you will not need to worry about
11647 which to use. However, you may still find it useful to adjust
11648 @value{GDBN}'s idea of processor endian-ness manually.
11649
11650 @table @code
11651 @kindex set endian
11652 @item set endian big
11653 Instruct @value{GDBN} to assume the target is big-endian.
11654
11655 @item set endian little
11656 Instruct @value{GDBN} to assume the target is little-endian.
11657
11658 @item set endian auto
11659 Instruct @value{GDBN} to use the byte order associated with the
11660 executable.
11661
11662 @item show endian
11663 Display @value{GDBN}'s current idea of the target byte order.
11664
11665 @end table
11666
11667 Note that these commands merely adjust interpretation of symbolic
11668 data on the host, and that they have absolutely no effect on the
11669 target system.
11670
11671 @node Remote
11672 @section Remote debugging
11673 @cindex remote debugging
11674
11675 If you are trying to debug a program running on a machine that cannot run
11676 @value{GDBN} in the usual way, it is often useful to use remote debugging.
11677 For example, you might use remote debugging on an operating system kernel,
11678 or on a small system which does not have a general purpose operating system
11679 powerful enough to run a full-featured debugger.
11680
11681 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11682 to make this work with particular debugging targets. In addition,
11683 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
11684 but not specific to any particular target system) which you can use if you
11685 write the remote stubs---the code that runs on the remote system to
11686 communicate with @value{GDBN}.
11687
11688 Other remote targets may be available in your
11689 configuration of @value{GDBN}; use @code{help target} to list them.
11690
11691 Once you've connected to the remote target, @value{GDBN} allows you to
11692 send arbitrary commands to the remote monitor:
11693
11694 @table @code
11695 @item remote @var{command}
11696 @kindex remote@r{, a command}
11697 @cindex send command to remote monitor
11698 Send an arbitrary @var{command} string to the remote monitor.
11699 @end table
11700
11701
11702 @node KOD
11703 @section Kernel Object Display
11704 @cindex kernel object display
11705 @cindex KOD
11706
11707 Some targets support kernel object display. Using this facility,
11708 @value{GDBN} communicates specially with the underlying operating system
11709 and can display information about operating system-level objects such as
11710 mutexes and other synchronization objects. Exactly which objects can be
11711 displayed is determined on a per-OS basis.
11712
11713 @kindex set os
11714 Use the @code{set os} command to set the operating system. This tells
11715 @value{GDBN} which kernel object display module to initialize:
11716
11717 @smallexample
11718 (@value{GDBP}) set os cisco
11719 @end smallexample
11720
11721 @kindex show os
11722 The associated command @code{show os} displays the operating system
11723 set with the @code{set os} command; if no operating system has been
11724 set, @code{show os} will display an empty string @samp{""}.
11725
11726 If @code{set os} succeeds, @value{GDBN} will display some information
11727 about the operating system, and will create a new @code{info} command
11728 which can be used to query the target. The @code{info} command is named
11729 after the operating system:
11730
11731 @kindex info cisco
11732 @smallexample
11733 (@value{GDBP}) info cisco
11734 List of Cisco Kernel Objects
11735 Object Description
11736 any Any and all objects
11737 @end smallexample
11738
11739 Further subcommands can be used to query about particular objects known
11740 by the kernel.
11741
11742 There is currently no way to determine whether a given operating
11743 system is supported other than to try setting it with @kbd{set os
11744 @var{name}}, where @var{name} is the name of the operating system you
11745 want to try.
11746
11747
11748 @node Remote Debugging
11749 @chapter Debugging remote programs
11750
11751 @menu
11752 * Connecting:: Connecting to a remote target
11753 * Server:: Using the gdbserver program
11754 * NetWare:: Using the gdbserve.nlm program
11755 * Remote configuration:: Remote configuration
11756 * remote stub:: Implementing a remote stub
11757 @end menu
11758
11759 @node Connecting
11760 @section Connecting to a remote target
11761
11762 On the @value{GDBN} host machine, you will need an unstripped copy of
11763 your program, since @value{GDBN} needs symobl and debugging information.
11764 Start up @value{GDBN} as usual, using the name of the local copy of your
11765 program as the first argument.
11766
11767 @cindex serial line, @code{target remote}
11768 If you're using a serial line, you may want to give @value{GDBN} the
11769 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
11770 (@pxref{Remote configuration, set remotebaud}) before the
11771 @code{target} command.
11772
11773 After that, use @code{target remote} to establish communications with
11774 the target machine. Its argument specifies how to communicate---either
11775 via a devicename attached to a direct serial line, or a TCP or UDP port
11776 (possibly to a terminal server which in turn has a serial line to the
11777 target). For example, to use a serial line connected to the device
11778 named @file{/dev/ttyb}:
11779
11780 @smallexample
11781 target remote /dev/ttyb
11782 @end smallexample
11783
11784 @cindex TCP port, @code{target remote}
11785 To use a TCP connection, use an argument of the form
11786 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11787 For example, to connect to port 2828 on a
11788 terminal server named @code{manyfarms}:
11789
11790 @smallexample
11791 target remote manyfarms:2828
11792 @end smallexample
11793
11794 If your remote target is actually running on the same machine as
11795 your debugger session (e.g.@: a simulator of your target running on
11796 the same host), you can omit the hostname. For example, to connect
11797 to port 1234 on your local machine:
11798
11799 @smallexample
11800 target remote :1234
11801 @end smallexample
11802 @noindent
11803
11804 Note that the colon is still required here.
11805
11806 @cindex UDP port, @code{target remote}
11807 To use a UDP connection, use an argument of the form
11808 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11809 on a terminal server named @code{manyfarms}:
11810
11811 @smallexample
11812 target remote udp:manyfarms:2828
11813 @end smallexample
11814
11815 When using a UDP connection for remote debugging, you should keep in mind
11816 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11817 busy or unreliable networks, which will cause havoc with your debugging
11818 session.
11819
11820 Now you can use all the usual commands to examine and change data and to
11821 step and continue the remote program.
11822
11823 @cindex interrupting remote programs
11824 @cindex remote programs, interrupting
11825 Whenever @value{GDBN} is waiting for the remote program, if you type the
11826 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11827 program. This may or may not succeed, depending in part on the hardware
11828 and the serial drivers the remote system uses. If you type the
11829 interrupt character once again, @value{GDBN} displays this prompt:
11830
11831 @smallexample
11832 Interrupted while waiting for the program.
11833 Give up (and stop debugging it)? (y or n)
11834 @end smallexample
11835
11836 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11837 (If you decide you want to try again later, you can use @samp{target
11838 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11839 goes back to waiting.
11840
11841 @table @code
11842 @kindex detach (remote)
11843 @item detach
11844 When you have finished debugging the remote program, you can use the
11845 @code{detach} command to release it from @value{GDBN} control.
11846 Detaching from the target normally resumes its execution, but the results
11847 will depend on your particular remote stub. After the @code{detach}
11848 command, @value{GDBN} is free to connect to another target.
11849
11850 @kindex disconnect
11851 @item disconnect
11852 The @code{disconnect} command behaves like @code{detach}, except that
11853 the target is generally not resumed. It will wait for @value{GDBN}
11854 (this instance or another one) to connect and continue debugging. After
11855 the @code{disconnect} command, @value{GDBN} is again free to connect to
11856 another target.
11857
11858 @cindex send command to remote monitor
11859 @kindex monitor
11860 @item monitor @var{cmd}
11861 This command allows you to send commands directly to the remote
11862 monitor.
11863 @end table
11864
11865 @node Server
11866 @section Using the @code{gdbserver} program
11867
11868 @kindex gdbserver
11869 @cindex remote connection without stubs
11870 @code{gdbserver} is a control program for Unix-like systems, which
11871 allows you to connect your program with a remote @value{GDBN} via
11872 @code{target remote}---but without linking in the usual debugging stub.
11873
11874 @code{gdbserver} is not a complete replacement for the debugging stubs,
11875 because it requires essentially the same operating-system facilities
11876 that @value{GDBN} itself does. In fact, a system that can run
11877 @code{gdbserver} to connect to a remote @value{GDBN} could also run
11878 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11879 because it is a much smaller program than @value{GDBN} itself. It is
11880 also easier to port than all of @value{GDBN}, so you may be able to get
11881 started more quickly on a new system by using @code{gdbserver}.
11882 Finally, if you develop code for real-time systems, you may find that
11883 the tradeoffs involved in real-time operation make it more convenient to
11884 do as much development work as possible on another system, for example
11885 by cross-compiling. You can use @code{gdbserver} to make a similar
11886 choice for debugging.
11887
11888 @value{GDBN} and @code{gdbserver} communicate via either a serial line
11889 or a TCP connection, using the standard @value{GDBN} remote serial
11890 protocol.
11891
11892 @table @emph
11893 @item On the target machine,
11894 you need to have a copy of the program you want to debug.
11895 @code{gdbserver} does not need your program's symbol table, so you can
11896 strip the program if necessary to save space. @value{GDBN} on the host
11897 system does all the symbol handling.
11898
11899 To use the server, you must tell it how to communicate with @value{GDBN};
11900 the name of your program; and the arguments for your program. The usual
11901 syntax is:
11902
11903 @smallexample
11904 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11905 @end smallexample
11906
11907 @var{comm} is either a device name (to use a serial line) or a TCP
11908 hostname and portnumber. For example, to debug Emacs with the argument
11909 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
11910 @file{/dev/com1}:
11911
11912 @smallexample
11913 target> gdbserver /dev/com1 emacs foo.txt
11914 @end smallexample
11915
11916 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
11917 with it.
11918
11919 To use a TCP connection instead of a serial line:
11920
11921 @smallexample
11922 target> gdbserver host:2345 emacs foo.txt
11923 @end smallexample
11924
11925 The only difference from the previous example is the first argument,
11926 specifying that you are communicating with the host @value{GDBN} via
11927 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11928 expect a TCP connection from machine @samp{host} to local TCP port 2345.
11929 (Currently, the @samp{host} part is ignored.) You can choose any number
11930 you want for the port number as long as it does not conflict with any
11931 TCP ports already in use on the target system (for example, @code{23} is
11932 reserved for @code{telnet}).@footnote{If you choose a port number that
11933 conflicts with another service, @code{gdbserver} prints an error message
11934 and exits.} You must use the same port number with the host @value{GDBN}
11935 @code{target remote} command.
11936
11937 On some targets, @code{gdbserver} can also attach to running programs.
11938 This is accomplished via the @code{--attach} argument. The syntax is:
11939
11940 @smallexample
11941 target> gdbserver @var{comm} --attach @var{pid}
11942 @end smallexample
11943
11944 @var{pid} is the process ID of a currently running process. It isn't necessary
11945 to point @code{gdbserver} at a binary for the running process.
11946
11947 @pindex pidof
11948 @cindex attach to a program by name
11949 You can debug processes by name instead of process ID if your target has the
11950 @code{pidof} utility:
11951
11952 @smallexample
11953 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11954 @end smallexample
11955
11956 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11957 has multiple threads, most versions of @code{pidof} support the
11958 @code{-s} option to only return the first process ID.
11959
11960 @item On the host machine,
11961 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11962 For TCP connections, you must start up @code{gdbserver} prior to using
11963 the @code{target remote} command. Otherwise you may get an error whose
11964 text depends on the host system, but which usually looks something like
11965 @samp{Connection refused}. You don't need to use the @code{load}
11966 command in @value{GDBN} when using @code{gdbserver}, since the program is
11967 already on the target. However, if you want to load the symbols (as
11968 you normally would), do that with the @code{file} command, and issue
11969 it @emph{before} connecting to the server; otherwise, you will get an
11970 error message saying @code{"Program is already running"}, since the
11971 program is considered running after the connection.
11972
11973 @end table
11974
11975 @node NetWare
11976 @section Using the @code{gdbserve.nlm} program
11977
11978 @kindex gdbserve.nlm
11979 @code{gdbserve.nlm} is a control program for NetWare systems, which
11980 allows you to connect your program with a remote @value{GDBN} via
11981 @code{target remote}.
11982
11983 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11984 using the standard @value{GDBN} remote serial protocol.
11985
11986 @table @emph
11987 @item On the target machine,
11988 you need to have a copy of the program you want to debug.
11989 @code{gdbserve.nlm} does not need your program's symbol table, so you
11990 can strip the program if necessary to save space. @value{GDBN} on the
11991 host system does all the symbol handling.
11992
11993 To use the server, you must tell it how to communicate with
11994 @value{GDBN}; the name of your program; and the arguments for your
11995 program. The syntax is:
11996
11997 @smallexample
11998 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11999 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
12000 @end smallexample
12001
12002 @var{board} and @var{port} specify the serial line; @var{baud} specifies
12003 the baud rate used by the connection. @var{port} and @var{node} default
12004 to 0, @var{baud} defaults to 9600@dmn{bps}.
12005
12006 For example, to debug Emacs with the argument @samp{foo.txt}and
12007 communicate with @value{GDBN} over serial port number 2 or board 1
12008 using a 19200@dmn{bps} connection:
12009
12010 @smallexample
12011 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
12012 @end smallexample
12013
12014 @item
12015 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
12016 Connecting to a remote target}).
12017
12018 @end table
12019
12020 @node Remote configuration
12021 @section Remote configuration
12022
12023 @kindex set remote
12024 @kindex show remote
12025 This section documents the configuration options available when
12026 debugging remote programs. For the options related to the File I/O
12027 extensions of the remote protocol, see @ref{The system call,
12028 system-call-allowed}.
12029
12030 @table @code
12031 @item set remoteaddresssize @var{bits}
12032 @cindex adress size for remote targets
12033 @cindex bits in remote address
12034 Set the maximum size of address in a memory packet to the specified
12035 number of bits. @value{GDBN} will mask off the address bits above
12036 that number, when it passes addresses to the remote target. The
12037 default value is the number of bits in the target's address.
12038
12039 @item show remoteaddresssize
12040 Show the current value of remote address size in bits.
12041
12042 @item set remotebaud @var{n}
12043 @cindex baud rate for remote targets
12044 Set the baud rate for the remote serial I/O to @var{n} baud. The
12045 value is used to set the speed of the serial port used for debugging
12046 remote targets.
12047
12048 @item show remotebaud
12049 Show the current speed of the remote connection.
12050
12051 @item set remotebreak
12052 @cindex interrupt remote programs
12053 @cindex BREAK signal instead of Ctrl-C
12054 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12055 when you press the @key{Ctrl-C} key to interrupt the program running
12056 on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
12057 character instead. The default is off, since most remote systems
12058 expect to see @samp{Ctrl-C} as the interrupt signal.
12059
12060 @item show remotebreak
12061 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12062 interrupt the remote program.
12063
12064 @item set remotedebug
12065 @cindex debug remote protocol
12066 @cindex remote protocol debugging
12067 @cindex display remote packets
12068 Control the debugging of the remote protocol. When enabled, each
12069 packet sent to or received from the remote target is displayed. The
12070 defaults is off.
12071
12072 @item show remotedebug
12073 Show the current setting of the remote protocol debugging.
12074
12075 @item set remotedevice @var{device}
12076 @cindex serial port name
12077 Set the name of the serial port through which to communicate to the
12078 remote target to @var{device}. This is the device used by
12079 @value{GDBN} to open the serial communications line to the remote
12080 target. There's no default, so you must set a valid port name for the
12081 remote serial communications to work. (Some varieties of the
12082 @code{target} command accept the port name as part of their
12083 arguments.)
12084
12085 @item show remotedevice
12086 Show the current name of the serial port.
12087
12088 @item set remotelogbase @var{base}
12089 Set the base (a.k.a.@: radix) of logging serial protocol
12090 communications to @var{base}. Supported values of @var{base} are:
12091 @code{ascii}, @code{octal}, and @code{hex}. The default is
12092 @code{ascii}.
12093
12094 @item show remotelogbase
12095 Show the current setting of the radix for logging remote serial
12096 protocol.
12097
12098 @item set remotelogfile @var{file}
12099 @cindex record serial communications on file
12100 Record remote serial communications on the named @var{file}. The
12101 default is not to record at all.
12102
12103 @item show remotelogfile.
12104 Show the current setting of the file name on which to record the
12105 serial communications.
12106
12107 @item set remotetimeout @var{num}
12108 @cindex timeout for serial communications
12109 @cindex remote timeout
12110 Set the timeout limit to wait for the remote target to respond to
12111 @var{num} seconds. The default is 2 seconds.
12112
12113 @item show remotetimeout
12114 Show the current number of seconds to wait for the remote target
12115 responses.
12116
12117 @cindex limit hardware breakpoints and watchpoints
12118 @cindex remote target, limit break- and watchpoints
12119 @anchor{set remote hardware-watchpoint-limit}
12120 @anchor{set remote hardware-breakpoint-limit}
12121 @item set remote hardware-watchpoint-limit @var{limit}
12122 @itemx set remote hardware-breakpoint-limit @var{limit}
12123 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12124 watchpoints. A limit of -1, the default, is treated as unlimited.
12125
12126 @item set remote fetch-register-packet
12127 @itemx set remote set-register-packet
12128 @itemx set remote P-packet
12129 @itemx set remote p-packet
12130 @cindex P-packet
12131 @cindex fetch registers from remote targets
12132 @cindex set registers in remote targets
12133 Determine whether @value{GDBN} can set and fetch registers from the
12134 remote target using the @samp{P} packets. The default depends on the
12135 remote stub's support of the @samp{P} packets (@value{GDBN} queries
12136 the stub when this packet is first required).
12137
12138 @item show remote fetch-register-packet
12139 @itemx show remote set-register-packet
12140 @itemx show remote P-packet
12141 @itemx show remote p-packet
12142 Show the current setting of using the @samp{P} packets for setting and
12143 fetching registers from the remote target.
12144
12145 @cindex binary downloads
12146 @cindex X-packet
12147 @item set remote binary-download-packet
12148 @itemx set remote X-packet
12149 Determine whether @value{GDBN} sends downloads in binary mode using
12150 the @samp{X} packets. The default is on.
12151
12152 @item show remote binary-download-packet
12153 @itemx show remote X-packet
12154 Show the current setting of using the @samp{X} packets for binary
12155 downloads.
12156
12157 @item set remote read-aux-vector-packet
12158 @cindex auxiliary vector of remote target
12159 @cindex @code{auxv}, and remote targets
12160 Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12161 auxiliary vector read) request. This request is used to fetch the
12162 remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12163 Auxiliary Vector}. The default setting depends on the remote stub's
12164 support of this request (@value{GDBN} queries the stub when this
12165 request is first required). @xref{General Query Packets, qPart}, for
12166 more information about this request.
12167
12168 @item show remote read-aux-vector-packet
12169 Show the current setting of use of the @samp{qPart:auxv:read} request.
12170
12171 @item set remote symbol-lookup-packet
12172 @cindex remote symbol lookup request
12173 Set the use of the remote protocol's @samp{qSymbol} (target symbol
12174 lookup) request. This request is used to communicate symbol
12175 information to the remote target, e.g., whenever a new shared library
12176 is loaded by the remote (@pxref{Files, shared libraries}). The
12177 default setting depends on the remote stub's support of this request
12178 (@value{GDBN} queries the stub when this request is first required).
12179 @xref{General Query Packets, qSymbol}, for more information about this
12180 request.
12181
12182 @item show remote symbol-lookup-packet
12183 Show the current setting of use of the @samp{qSymbol} request.
12184
12185 @item set remote verbose-resume-packet
12186 @cindex resume remote target
12187 @cindex signal thread, and remote targets
12188 @cindex single-step thread, and remote targets
12189 @cindex thread-specific operations on remote targets
12190 Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12191 request. This request is used to resume specific threads in the
12192 remote target, and to single-step or signal them. The default setting
12193 depends on the remote stub's support of this request (@value{GDBN}
12194 queries the stub when this request is first required). This setting
12195 affects debugging of multithreaded programs: if @samp{vCont} cannot be
12196 used, @value{GDBN} might be unable to single-step a specific thread,
12197 especially under @code{set scheduler-locking off}; it is also
12198 impossible to pause a specific thread. @xref{Packets, vCont}, for
12199 more details.
12200
12201 @item show remote verbose-resume-packet
12202 Show the current setting of use of the @samp{vCont} request
12203
12204 @item set remote software-breakpoint-packet
12205 @itemx set remote hardware-breakpoint-packet
12206 @itemx set remote write-watchpoint-packet
12207 @itemx set remote read-watchpoint-packet
12208 @itemx set remote access-watchpoint-packet
12209 @itemx set remote Z-packet
12210 @cindex Z-packet
12211 @cindex remote hardware breakpoints and watchpoints
12212 These commands enable or disable the use of @samp{Z} packets for
12213 setting breakpoints and watchpoints in the remote target. The default
12214 depends on the remote stub's support of the @samp{Z} packets
12215 (@value{GDBN} queries the stub when each packet is first required).
12216 The command @code{set remote Z-packet}, kept for back-compatibility,
12217 turns on or off all the features that require the use of @samp{Z}
12218 packets.
12219
12220 @item show remote software-breakpoint-packet
12221 @itemx show remote hardware-breakpoint-packet
12222 @itemx show remote write-watchpoint-packet
12223 @itemx show remote read-watchpoint-packet
12224 @itemx show remote access-watchpoint-packet
12225 @itemx show remote Z-packet
12226 Show the current setting of @samp{Z} packets usage.
12227
12228 @item set remote get-thread-local-storage-address
12229 @kindex set remote get-thread-local-storage-address
12230 @cindex thread local storage of remote targets
12231 This command enables or disables the use of the @samp{qGetTLSAddr}
12232 (Get Thread Local Storage Address) request packet. The default
12233 depends on whether the remote stub supports this request.
12234 @xref{General Query Packets, qGetTLSAddr}, for more details about this
12235 packet.
12236
12237 @item show remote get-thread-local-storage-address
12238 @kindex show remote get-thread-local-storage-address
12239 Show the current setting of @samp{qGetTLSAddr} packet usage.
12240 @end table
12241
12242 @node remote stub
12243 @section Implementing a remote stub
12244
12245 @cindex debugging stub, example
12246 @cindex remote stub, example
12247 @cindex stub example, remote debugging
12248 The stub files provided with @value{GDBN} implement the target side of the
12249 communication protocol, and the @value{GDBN} side is implemented in the
12250 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12251 these subroutines to communicate, and ignore the details. (If you're
12252 implementing your own stub file, you can still ignore the details: start
12253 with one of the existing stub files. @file{sparc-stub.c} is the best
12254 organized, and therefore the easiest to read.)
12255
12256 @cindex remote serial debugging, overview
12257 To debug a program running on another machine (the debugging
12258 @dfn{target} machine), you must first arrange for all the usual
12259 prerequisites for the program to run by itself. For example, for a C
12260 program, you need:
12261
12262 @enumerate
12263 @item
12264 A startup routine to set up the C runtime environment; these usually
12265 have a name like @file{crt0}. The startup routine may be supplied by
12266 your hardware supplier, or you may have to write your own.
12267
12268 @item
12269 A C subroutine library to support your program's
12270 subroutine calls, notably managing input and output.
12271
12272 @item
12273 A way of getting your program to the other machine---for example, a
12274 download program. These are often supplied by the hardware
12275 manufacturer, but you may have to write your own from hardware
12276 documentation.
12277 @end enumerate
12278
12279 The next step is to arrange for your program to use a serial port to
12280 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12281 machine). In general terms, the scheme looks like this:
12282
12283 @table @emph
12284 @item On the host,
12285 @value{GDBN} already understands how to use this protocol; when everything
12286 else is set up, you can simply use the @samp{target remote} command
12287 (@pxref{Targets,,Specifying a Debugging Target}).
12288
12289 @item On the target,
12290 you must link with your program a few special-purpose subroutines that
12291 implement the @value{GDBN} remote serial protocol. The file containing these
12292 subroutines is called a @dfn{debugging stub}.
12293
12294 On certain remote targets, you can use an auxiliary program
12295 @code{gdbserver} instead of linking a stub into your program.
12296 @xref{Server,,Using the @code{gdbserver} program}, for details.
12297 @end table
12298
12299 The debugging stub is specific to the architecture of the remote
12300 machine; for example, use @file{sparc-stub.c} to debug programs on
12301 @sc{sparc} boards.
12302
12303 @cindex remote serial stub list
12304 These working remote stubs are distributed with @value{GDBN}:
12305
12306 @table @code
12307
12308 @item i386-stub.c
12309 @cindex @file{i386-stub.c}
12310 @cindex Intel
12311 @cindex i386
12312 For Intel 386 and compatible architectures.
12313
12314 @item m68k-stub.c
12315 @cindex @file{m68k-stub.c}
12316 @cindex Motorola 680x0
12317 @cindex m680x0
12318 For Motorola 680x0 architectures.
12319
12320 @item sh-stub.c
12321 @cindex @file{sh-stub.c}
12322 @cindex Renesas
12323 @cindex SH
12324 For Renesas SH architectures.
12325
12326 @item sparc-stub.c
12327 @cindex @file{sparc-stub.c}
12328 @cindex Sparc
12329 For @sc{sparc} architectures.
12330
12331 @item sparcl-stub.c
12332 @cindex @file{sparcl-stub.c}
12333 @cindex Fujitsu
12334 @cindex SparcLite
12335 For Fujitsu @sc{sparclite} architectures.
12336
12337 @end table
12338
12339 The @file{README} file in the @value{GDBN} distribution may list other
12340 recently added stubs.
12341
12342 @menu
12343 * Stub Contents:: What the stub can do for you
12344 * Bootstrapping:: What you must do for the stub
12345 * Debug Session:: Putting it all together
12346 @end menu
12347
12348 @node Stub Contents
12349 @subsection What the stub can do for you
12350
12351 @cindex remote serial stub
12352 The debugging stub for your architecture supplies these three
12353 subroutines:
12354
12355 @table @code
12356 @item set_debug_traps
12357 @findex set_debug_traps
12358 @cindex remote serial stub, initialization
12359 This routine arranges for @code{handle_exception} to run when your
12360 program stops. You must call this subroutine explicitly near the
12361 beginning of your program.
12362
12363 @item handle_exception
12364 @findex handle_exception
12365 @cindex remote serial stub, main routine
12366 This is the central workhorse, but your program never calls it
12367 explicitly---the setup code arranges for @code{handle_exception} to
12368 run when a trap is triggered.
12369
12370 @code{handle_exception} takes control when your program stops during
12371 execution (for example, on a breakpoint), and mediates communications
12372 with @value{GDBN} on the host machine. This is where the communications
12373 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12374 representative on the target machine. It begins by sending summary
12375 information on the state of your program, then continues to execute,
12376 retrieving and transmitting any information @value{GDBN} needs, until you
12377 execute a @value{GDBN} command that makes your program resume; at that point,
12378 @code{handle_exception} returns control to your own code on the target
12379 machine.
12380
12381 @item breakpoint
12382 @cindex @code{breakpoint} subroutine, remote
12383 Use this auxiliary subroutine to make your program contain a
12384 breakpoint. Depending on the particular situation, this may be the only
12385 way for @value{GDBN} to get control. For instance, if your target
12386 machine has some sort of interrupt button, you won't need to call this;
12387 pressing the interrupt button transfers control to
12388 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12389 simply receiving characters on the serial port may also trigger a trap;
12390 again, in that situation, you don't need to call @code{breakpoint} from
12391 your own program---simply running @samp{target remote} from the host
12392 @value{GDBN} session gets control.
12393
12394 Call @code{breakpoint} if none of these is true, or if you simply want
12395 to make certain your program stops at a predetermined point for the
12396 start of your debugging session.
12397 @end table
12398
12399 @node Bootstrapping
12400 @subsection What you must do for the stub
12401
12402 @cindex remote stub, support routines
12403 The debugging stubs that come with @value{GDBN} are set up for a particular
12404 chip architecture, but they have no information about the rest of your
12405 debugging target machine.
12406
12407 First of all you need to tell the stub how to communicate with the
12408 serial port.
12409
12410 @table @code
12411 @item int getDebugChar()
12412 @findex getDebugChar
12413 Write this subroutine to read a single character from the serial port.
12414 It may be identical to @code{getchar} for your target system; a
12415 different name is used to allow you to distinguish the two if you wish.
12416
12417 @item void putDebugChar(int)
12418 @findex putDebugChar
12419 Write this subroutine to write a single character to the serial port.
12420 It may be identical to @code{putchar} for your target system; a
12421 different name is used to allow you to distinguish the two if you wish.
12422 @end table
12423
12424 @cindex control C, and remote debugging
12425 @cindex interrupting remote targets
12426 If you want @value{GDBN} to be able to stop your program while it is
12427 running, you need to use an interrupt-driven serial driver, and arrange
12428 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12429 character). That is the character which @value{GDBN} uses to tell the
12430 remote system to stop.
12431
12432 Getting the debugging target to return the proper status to @value{GDBN}
12433 probably requires changes to the standard stub; one quick and dirty way
12434 is to just execute a breakpoint instruction (the ``dirty'' part is that
12435 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12436
12437 Other routines you need to supply are:
12438
12439 @table @code
12440 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
12441 @findex exceptionHandler
12442 Write this function to install @var{exception_address} in the exception
12443 handling tables. You need to do this because the stub does not have any
12444 way of knowing what the exception handling tables on your target system
12445 are like (for example, the processor's table might be in @sc{rom},
12446 containing entries which point to a table in @sc{ram}).
12447 @var{exception_number} is the exception number which should be changed;
12448 its meaning is architecture-dependent (for example, different numbers
12449 might represent divide by zero, misaligned access, etc). When this
12450 exception occurs, control should be transferred directly to
12451 @var{exception_address}, and the processor state (stack, registers,
12452 and so on) should be just as it is when a processor exception occurs. So if
12453 you want to use a jump instruction to reach @var{exception_address}, it
12454 should be a simple jump, not a jump to subroutine.
12455
12456 For the 386, @var{exception_address} should be installed as an interrupt
12457 gate so that interrupts are masked while the handler runs. The gate
12458 should be at privilege level 0 (the most privileged level). The
12459 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
12460 help from @code{exceptionHandler}.
12461
12462 @item void flush_i_cache()
12463 @findex flush_i_cache
12464 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
12465 instruction cache, if any, on your target machine. If there is no
12466 instruction cache, this subroutine may be a no-op.
12467
12468 On target machines that have instruction caches, @value{GDBN} requires this
12469 function to make certain that the state of your program is stable.
12470 @end table
12471
12472 @noindent
12473 You must also make sure this library routine is available:
12474
12475 @table @code
12476 @item void *memset(void *, int, int)
12477 @findex memset
12478 This is the standard library function @code{memset} that sets an area of
12479 memory to a known value. If you have one of the free versions of
12480 @code{libc.a}, @code{memset} can be found there; otherwise, you must
12481 either obtain it from your hardware manufacturer, or write your own.
12482 @end table
12483
12484 If you do not use the GNU C compiler, you may need other standard
12485 library subroutines as well; this varies from one stub to another,
12486 but in general the stubs are likely to use any of the common library
12487 subroutines which @code{@value{GCC}} generates as inline code.
12488
12489
12490 @node Debug Session
12491 @subsection Putting it all together
12492
12493 @cindex remote serial debugging summary
12494 In summary, when your program is ready to debug, you must follow these
12495 steps.
12496
12497 @enumerate
12498 @item
12499 Make sure you have defined the supporting low-level routines
12500 (@pxref{Bootstrapping,,What you must do for the stub}):
12501 @display
12502 @code{getDebugChar}, @code{putDebugChar},
12503 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12504 @end display
12505
12506 @item
12507 Insert these lines near the top of your program:
12508
12509 @smallexample
12510 set_debug_traps();
12511 breakpoint();
12512 @end smallexample
12513
12514 @item
12515 For the 680x0 stub only, you need to provide a variable called
12516 @code{exceptionHook}. Normally you just use:
12517
12518 @smallexample
12519 void (*exceptionHook)() = 0;
12520 @end smallexample
12521
12522 @noindent
12523 but if before calling @code{set_debug_traps}, you set it to point to a
12524 function in your program, that function is called when
12525 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
12526 error). The function indicated by @code{exceptionHook} is called with
12527 one parameter: an @code{int} which is the exception number.
12528
12529 @item
12530 Compile and link together: your program, the @value{GDBN} debugging stub for
12531 your target architecture, and the supporting subroutines.
12532
12533 @item
12534 Make sure you have a serial connection between your target machine and
12535 the @value{GDBN} host, and identify the serial port on the host.
12536
12537 @item
12538 @c The "remote" target now provides a `load' command, so we should
12539 @c document that. FIXME.
12540 Download your program to your target machine (or get it there by
12541 whatever means the manufacturer provides), and start it.
12542
12543 @item
12544 Start @value{GDBN} on the host, and connect to the target
12545 (@pxref{Connecting,,Connecting to a remote target}).
12546
12547 @end enumerate
12548
12549 @node Configurations
12550 @chapter Configuration-Specific Information
12551
12552 While nearly all @value{GDBN} commands are available for all native and
12553 cross versions of the debugger, there are some exceptions. This chapter
12554 describes things that are only available in certain configurations.
12555
12556 There are three major categories of configurations: native
12557 configurations, where the host and target are the same, embedded
12558 operating system configurations, which are usually the same for several
12559 different processor architectures, and bare embedded processors, which
12560 are quite different from each other.
12561
12562 @menu
12563 * Native::
12564 * Embedded OS::
12565 * Embedded Processors::
12566 * Architectures::
12567 @end menu
12568
12569 @node Native
12570 @section Native
12571
12572 This section describes details specific to particular native
12573 configurations.
12574
12575 @menu
12576 * HP-UX:: HP-UX
12577 * BSD libkvm Interface:: Debugging BSD kernel memory images
12578 * SVR4 Process Information:: SVR4 process information
12579 * DJGPP Native:: Features specific to the DJGPP port
12580 * Cygwin Native:: Features specific to the Cygwin port
12581 * Hurd Native:: Features specific to @sc{gnu} Hurd
12582 * Neutrino:: Features specific to QNX Neutrino
12583 @end menu
12584
12585 @node HP-UX
12586 @subsection HP-UX
12587
12588 On HP-UX systems, if you refer to a function or variable name that
12589 begins with a dollar sign, @value{GDBN} searches for a user or system
12590 name first, before it searches for a convenience variable.
12591
12592
12593 @node BSD libkvm Interface
12594 @subsection BSD libkvm Interface
12595
12596 @cindex libkvm
12597 @cindex kernel memory image
12598 @cindex kernel crash dump
12599
12600 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12601 interface that provides a uniform interface for accessing kernel virtual
12602 memory images, including live systems and crash dumps. @value{GDBN}
12603 uses this interface to allow you to debug live kernels and kernel crash
12604 dumps on many native BSD configurations. This is implemented as a
12605 special @code{kvm} debugging target. For debugging a live system, load
12606 the currently running kernel into @value{GDBN} and connect to the
12607 @code{kvm} target:
12608
12609 @smallexample
12610 (@value{GDBP}) @b{target kvm}
12611 @end smallexample
12612
12613 For debugging crash dumps, provide the file name of the crash dump as an
12614 argument:
12615
12616 @smallexample
12617 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12618 @end smallexample
12619
12620 Once connected to the @code{kvm} target, the following commands are
12621 available:
12622
12623 @table @code
12624 @kindex kvm
12625 @item kvm pcb
12626 Set current context from the @dfn{Process Control Block} (PCB) address.
12627
12628 @item kvm proc
12629 Set current context from proc address. This command isn't available on
12630 modern FreeBSD systems.
12631 @end table
12632
12633 @node SVR4 Process Information
12634 @subsection SVR4 process information
12635 @cindex /proc
12636 @cindex examine process image
12637 @cindex process info via @file{/proc}
12638
12639 Many versions of SVR4 and compatible systems provide a facility called
12640 @samp{/proc} that can be used to examine the image of a running
12641 process using file-system subroutines. If @value{GDBN} is configured
12642 for an operating system with this facility, the command @code{info
12643 proc} is available to report information about the process running
12644 your program, or about any process running on your system. @code{info
12645 proc} works only on SVR4 systems that include the @code{procfs} code.
12646 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12647 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
12648
12649 @table @code
12650 @kindex info proc
12651 @cindex process ID
12652 @item info proc
12653 @itemx info proc @var{process-id}
12654 Summarize available information about any running process. If a
12655 process ID is specified by @var{process-id}, display information about
12656 that process; otherwise display information about the program being
12657 debugged. The summary includes the debugged process ID, the command
12658 line used to invoke it, its current working directory, and its
12659 executable file's absolute file name.
12660
12661 On some systems, @var{process-id} can be of the form
12662 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12663 within a process. If the optional @var{pid} part is missing, it means
12664 a thread from the process being debugged (the leading @samp{/} still
12665 needs to be present, or else @value{GDBN} will interpret the number as
12666 a process ID rather than a thread ID).
12667
12668 @item info proc mappings
12669 @cindex memory address space mappings
12670 Report the memory address space ranges accessible in the program, with
12671 information on whether the process has read, write, or execute access
12672 rights to each range. On @sc{gnu}/Linux systems, each memory range
12673 includes the object file which is mapped to that range, instead of the
12674 memory access rights to that range.
12675
12676 @item info proc stat
12677 @itemx info proc status
12678 @cindex process detailed status information
12679 These subcommands are specific to @sc{gnu}/Linux systems. They show
12680 the process-related information, including the user ID and group ID;
12681 how many threads are there in the process; its virtual memory usage;
12682 the signals that are pending, blocked, and ignored; its TTY; its
12683 consumption of system and user time; its stack size; its @samp{nice}
12684 value; etc. For more information, see the @samp{proc} man page
12685 (type @kbd{man 5 proc} from your shell prompt).
12686
12687 @item info proc all
12688 Show all the information about the process described under all of the
12689 above @code{info proc} subcommands.
12690
12691 @ignore
12692 @comment These sub-options of 'info proc' were not included when
12693 @comment procfs.c was re-written. Keep their descriptions around
12694 @comment against the day when someone finds the time to put them back in.
12695 @kindex info proc times
12696 @item info proc times
12697 Starting time, user CPU time, and system CPU time for your program and
12698 its children.
12699
12700 @kindex info proc id
12701 @item info proc id
12702 Report on the process IDs related to your program: its own process ID,
12703 the ID of its parent, the process group ID, and the session ID.
12704 @end ignore
12705
12706 @item set procfs-trace
12707 @kindex set procfs-trace
12708 @cindex @code{procfs} API calls
12709 This command enables and disables tracing of @code{procfs} API calls.
12710
12711 @item show procfs-trace
12712 @kindex show procfs-trace
12713 Show the current state of @code{procfs} API call tracing.
12714
12715 @item set procfs-file @var{file}
12716 @kindex set procfs-file
12717 Tell @value{GDBN} to write @code{procfs} API trace to the named
12718 @var{file}. @value{GDBN} appends the trace info to the previous
12719 contents of the file. The default is to display the trace on the
12720 standard output.
12721
12722 @item show procfs-file
12723 @kindex show procfs-file
12724 Show the file to which @code{procfs} API trace is written.
12725
12726 @item proc-trace-entry
12727 @itemx proc-trace-exit
12728 @itemx proc-untrace-entry
12729 @itemx proc-untrace-exit
12730 @kindex proc-trace-entry
12731 @kindex proc-trace-exit
12732 @kindex proc-untrace-entry
12733 @kindex proc-untrace-exit
12734 These commands enable and disable tracing of entries into and exits
12735 from the @code{syscall} interface.
12736
12737 @item info pidlist
12738 @kindex info pidlist
12739 @cindex process list, QNX Neutrino
12740 For QNX Neutrino only, this command displays the list of all the
12741 processes and all the threads within each process.
12742
12743 @item info meminfo
12744 @kindex info meminfo
12745 @cindex mapinfo list, QNX Neutrino
12746 For QNX Neutrino only, this command displays the list of all mapinfos.
12747 @end table
12748
12749 @node DJGPP Native
12750 @subsection Features for Debugging @sc{djgpp} Programs
12751 @cindex @sc{djgpp} debugging
12752 @cindex native @sc{djgpp} debugging
12753 @cindex MS-DOS-specific commands
12754
12755 @cindex DPMI
12756 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
12757 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12758 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12759 top of real-mode DOS systems and their emulations.
12760
12761 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
12762 defines a few commands specific to the @sc{djgpp} port. This
12763 subsection describes those commands.
12764
12765 @table @code
12766 @kindex info dos
12767 @item info dos
12768 This is a prefix of @sc{djgpp}-specific commands which print
12769 information about the target system and important OS structures.
12770
12771 @kindex sysinfo
12772 @cindex MS-DOS system info
12773 @cindex free memory information (MS-DOS)
12774 @item info dos sysinfo
12775 This command displays assorted information about the underlying
12776 platform: the CPU type and features, the OS version and flavor, the
12777 DPMI version, and the available conventional and DPMI memory.
12778
12779 @cindex GDT
12780 @cindex LDT
12781 @cindex IDT
12782 @cindex segment descriptor tables
12783 @cindex descriptor tables display
12784 @item info dos gdt
12785 @itemx info dos ldt
12786 @itemx info dos idt
12787 These 3 commands display entries from, respectively, Global, Local,
12788 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12789 tables are data structures which store a descriptor for each segment
12790 that is currently in use. The segment's selector is an index into a
12791 descriptor table; the table entry for that index holds the
12792 descriptor's base address and limit, and its attributes and access
12793 rights.
12794
12795 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12796 segment (used for both data and the stack), and a DOS segment (which
12797 allows access to DOS/BIOS data structures and absolute addresses in
12798 conventional memory). However, the DPMI host will usually define
12799 additional segments in order to support the DPMI environment.
12800
12801 @cindex garbled pointers
12802 These commands allow to display entries from the descriptor tables.
12803 Without an argument, all entries from the specified table are
12804 displayed. An argument, which should be an integer expression, means
12805 display a single entry whose index is given by the argument. For
12806 example, here's a convenient way to display information about the
12807 debugged program's data segment:
12808
12809 @smallexample
12810 @exdent @code{(@value{GDBP}) info dos ldt $ds}
12811 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12812 @end smallexample
12813
12814 @noindent
12815 This comes in handy when you want to see whether a pointer is outside
12816 the data segment's limit (i.e.@: @dfn{garbled}).
12817
12818 @cindex page tables display (MS-DOS)
12819 @item info dos pde
12820 @itemx info dos pte
12821 These two commands display entries from, respectively, the Page
12822 Directory and the Page Tables. Page Directories and Page Tables are
12823 data structures which control how virtual memory addresses are mapped
12824 into physical addresses. A Page Table includes an entry for every
12825 page of memory that is mapped into the program's address space; there
12826 may be several Page Tables, each one holding up to 4096 entries. A
12827 Page Directory has up to 4096 entries, one each for every Page Table
12828 that is currently in use.
12829
12830 Without an argument, @kbd{info dos pde} displays the entire Page
12831 Directory, and @kbd{info dos pte} displays all the entries in all of
12832 the Page Tables. An argument, an integer expression, given to the
12833 @kbd{info dos pde} command means display only that entry from the Page
12834 Directory table. An argument given to the @kbd{info dos pte} command
12835 means display entries from a single Page Table, the one pointed to by
12836 the specified entry in the Page Directory.
12837
12838 @cindex direct memory access (DMA) on MS-DOS
12839 These commands are useful when your program uses @dfn{DMA} (Direct
12840 Memory Access), which needs physical addresses to program the DMA
12841 controller.
12842
12843 These commands are supported only with some DPMI servers.
12844
12845 @cindex physical address from linear address
12846 @item info dos address-pte @var{addr}
12847 This command displays the Page Table entry for a specified linear
12848 address. The argument @var{addr} is a linear address which should
12849 already have the appropriate segment's base address added to it,
12850 because this command accepts addresses which may belong to @emph{any}
12851 segment. For example, here's how to display the Page Table entry for
12852 the page where a variable @code{i} is stored:
12853
12854 @smallexample
12855 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12856 @exdent @code{Page Table entry for address 0x11a00d30:}
12857 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
12858 @end smallexample
12859
12860 @noindent
12861 This says that @code{i} is stored at offset @code{0xd30} from the page
12862 whose physical base address is @code{0x02698000}, and shows all the
12863 attributes of that page.
12864
12865 Note that you must cast the addresses of variables to a @code{char *},
12866 since otherwise the value of @code{__djgpp_base_address}, the base
12867 address of all variables and functions in a @sc{djgpp} program, will
12868 be added using the rules of C pointer arithmetics: if @code{i} is
12869 declared an @code{int}, @value{GDBN} will add 4 times the value of
12870 @code{__djgpp_base_address} to the address of @code{i}.
12871
12872 Here's another example, it displays the Page Table entry for the
12873 transfer buffer:
12874
12875 @smallexample
12876 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12877 @exdent @code{Page Table entry for address 0x29110:}
12878 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12879 @end smallexample
12880
12881 @noindent
12882 (The @code{+ 3} offset is because the transfer buffer's address is the
12883 3rd member of the @code{_go32_info_block} structure.) The output
12884 clearly shows that this DPMI server maps the addresses in conventional
12885 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12886 linear (@code{0x29110}) addresses are identical.
12887
12888 This command is supported only with some DPMI servers.
12889 @end table
12890
12891 @cindex DOS serial data link, remote debugging
12892 In addition to native debugging, the DJGPP port supports remote
12893 debugging via a serial data link. The following commands are specific
12894 to remote serial debugging in the DJGPP port of @value{GDBN}.
12895
12896 @table @code
12897 @kindex set com1base
12898 @kindex set com1irq
12899 @kindex set com2base
12900 @kindex set com2irq
12901 @kindex set com3base
12902 @kindex set com3irq
12903 @kindex set com4base
12904 @kindex set com4irq
12905 @item set com1base @var{addr}
12906 This command sets the base I/O port address of the @file{COM1} serial
12907 port.
12908
12909 @item set com1irq @var{irq}
12910 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12911 for the @file{COM1} serial port.
12912
12913 There are similar commands @samp{set com2base}, @samp{set com3irq},
12914 etc.@: for setting the port address and the @code{IRQ} lines for the
12915 other 3 COM ports.
12916
12917 @kindex show com1base
12918 @kindex show com1irq
12919 @kindex show com2base
12920 @kindex show com2irq
12921 @kindex show com3base
12922 @kindex show com3irq
12923 @kindex show com4base
12924 @kindex show com4irq
12925 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12926 display the current settings of the base address and the @code{IRQ}
12927 lines used by the COM ports.
12928
12929 @item info serial
12930 @kindex info serial
12931 @cindex DOS serial port status
12932 This command prints the status of the 4 DOS serial ports. For each
12933 port, it prints whether it's active or not, its I/O base address and
12934 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12935 counts of various errors encountered so far.
12936 @end table
12937
12938
12939 @node Cygwin Native
12940 @subsection Features for Debugging MS Windows PE executables
12941 @cindex MS Windows debugging
12942 @cindex native Cygwin debugging
12943 @cindex Cygwin-specific commands
12944
12945 @value{GDBN} supports native debugging of MS Windows programs, including
12946 DLLs with and without symbolic debugging information. There are various
12947 additional Cygwin-specific commands, described in this subsection. The
12948 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12949 that have no debugging symbols.
12950
12951
12952 @table @code
12953 @kindex info w32
12954 @item info w32
12955 This is a prefix of MS Windows specific commands which print
12956 information about the target system and important OS structures.
12957
12958 @item info w32 selector
12959 This command displays information returned by
12960 the Win32 API @code{GetThreadSelectorEntry} function.
12961 It takes an optional argument that is evaluated to
12962 a long value to give the information about this given selector.
12963 Without argument, this command displays information
12964 about the the six segment registers.
12965
12966 @kindex info dll
12967 @item info dll
12968 This is a Cygwin specific alias of info shared.
12969
12970 @kindex dll-symbols
12971 @item dll-symbols
12972 This command loads symbols from a dll similarly to
12973 add-sym command but without the need to specify a base address.
12974
12975 @kindex set new-console
12976 @item set new-console @var{mode}
12977 If @var{mode} is @code{on} the debuggee will
12978 be started in a new console on next start.
12979 If @var{mode} is @code{off}i, the debuggee will
12980 be started in the same console as the debugger.
12981
12982 @kindex show new-console
12983 @item show new-console
12984 Displays whether a new console is used
12985 when the debuggee is started.
12986
12987 @kindex set new-group
12988 @item set new-group @var{mode}
12989 This boolean value controls whether the debuggee should
12990 start a new group or stay in the same group as the debugger.
12991 This affects the way the Windows OS handles
12992 Ctrl-C.
12993
12994 @kindex show new-group
12995 @item show new-group
12996 Displays current value of new-group boolean.
12997
12998 @kindex set debugevents
12999 @item set debugevents
13000 This boolean value adds debug output concerning events seen by the debugger.
13001
13002 @kindex set debugexec
13003 @item set debugexec
13004 This boolean value adds debug output concerning execute events
13005 seen by the debugger.
13006
13007 @kindex set debugexceptions
13008 @item set debugexceptions
13009 This boolean value adds debug ouptut concerning exception events
13010 seen by the debugger.
13011
13012 @kindex set debugmemory
13013 @item set debugmemory
13014 This boolean value adds debug ouptut concerning memory events
13015 seen by the debugger.
13016
13017 @kindex set shell
13018 @item set shell
13019 This boolean values specifies whether the debuggee is called
13020 via a shell or directly (default value is on).
13021
13022 @kindex show shell
13023 @item show shell
13024 Displays if the debuggee will be started with a shell.
13025
13026 @end table
13027
13028 @menu
13029 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
13030 @end menu
13031
13032 @node Non-debug DLL symbols
13033 @subsubsection Support for DLLs without debugging symbols
13034 @cindex DLLs with no debugging symbols
13035 @cindex Minimal symbols and DLLs
13036
13037 Very often on windows, some of the DLLs that your program relies on do
13038 not include symbolic debugging information (for example,
13039 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13040 symbols in a DLL, it relies on the minimal amount of symbolic
13041 information contained in the DLL's export table. This subsubsection
13042 describes working with such symbols, known internally to @value{GDBN} as
13043 ``minimal symbols''.
13044
13045 Note that before the debugged program has started execution, no DLLs
13046 will have been loaded. The easiest way around this problem is simply to
13047 start the program --- either by setting a breakpoint or letting the
13048 program run once to completion. It is also possible to force
13049 @value{GDBN} to load a particular DLL before starting the executable ---
13050 see the shared library information in @pxref{Files} or the
13051 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13052 explicitly loading symbols from a DLL with no debugging information will
13053 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13054 which may adversely affect symbol lookup performance.
13055
13056 @subsubsection DLL name prefixes
13057
13058 In keeping with the naming conventions used by the Microsoft debugging
13059 tools, DLL export symbols are made available with a prefix based on the
13060 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
13061 also entered into the symbol table, so @code{CreateFileA} is often
13062 sufficient. In some cases there will be name clashes within a program
13063 (particularly if the executable itself includes full debugging symbols)
13064 necessitating the use of the fully qualified name when referring to the
13065 contents of the DLL. Use single-quotes around the name to avoid the
13066 exclamation mark (``!'') being interpreted as a language operator.
13067
13068 Note that the internal name of the DLL may be all upper-case, even
13069 though the file name of the DLL is lower-case, or vice-versa. Since
13070 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13071 some confusion. If in doubt, try the @code{info functions} and
13072 @code{info variables} commands or even @code{maint print msymbols} (see
13073 @pxref{Symbols}). Here's an example:
13074
13075 @smallexample
13076 (@value{GDBP}) info function CreateFileA
13077 All functions matching regular expression "CreateFileA":
13078
13079 Non-debugging symbols:
13080 0x77e885f4 CreateFileA
13081 0x77e885f4 KERNEL32!CreateFileA
13082 @end smallexample
13083
13084 @smallexample
13085 (@value{GDBP}) info function !
13086 All functions matching regular expression "!":
13087
13088 Non-debugging symbols:
13089 0x6100114c cygwin1!__assert
13090 0x61004034 cygwin1!_dll_crt0@@0
13091 0x61004240 cygwin1!dll_crt0(per_process *)
13092 [etc...]
13093 @end smallexample
13094
13095 @subsubsection Working with minimal symbols
13096
13097 Symbols extracted from a DLL's export table do not contain very much
13098 type information. All that @value{GDBN} can do is guess whether a symbol
13099 refers to a function or variable depending on the linker section that
13100 contains the symbol. Also note that the actual contents of the memory
13101 contained in a DLL are not available unless the program is running. This
13102 means that you cannot examine the contents of a variable or disassemble
13103 a function within a DLL without a running program.
13104
13105 Variables are generally treated as pointers and dereferenced
13106 automatically. For this reason, it is often necessary to prefix a
13107 variable name with the address-of operator (``&'') and provide explicit
13108 type information in the command. Here's an example of the type of
13109 problem:
13110
13111 @smallexample
13112 (@value{GDBP}) print 'cygwin1!__argv'
13113 $1 = 268572168
13114 @end smallexample
13115
13116 @smallexample
13117 (@value{GDBP}) x 'cygwin1!__argv'
13118 0x10021610: "\230y\""
13119 @end smallexample
13120
13121 And two possible solutions:
13122
13123 @smallexample
13124 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13125 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13126 @end smallexample
13127
13128 @smallexample
13129 (@value{GDBP}) x/2x &'cygwin1!__argv'
13130 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
13131 (@value{GDBP}) x/x 0x10021608
13132 0x10021608: 0x0022fd98
13133 (@value{GDBP}) x/s 0x0022fd98
13134 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
13135 @end smallexample
13136
13137 Setting a break point within a DLL is possible even before the program
13138 starts execution. However, under these circumstances, @value{GDBN} can't
13139 examine the initial instructions of the function in order to skip the
13140 function's frame set-up code. You can work around this by using ``*&''
13141 to set the breakpoint at a raw memory address:
13142
13143 @smallexample
13144 (@value{GDBP}) break *&'python22!PyOS_Readline'
13145 Breakpoint 1 at 0x1e04eff0
13146 @end smallexample
13147
13148 The author of these extensions is not entirely convinced that setting a
13149 break point within a shared DLL like @file{kernel32.dll} is completely
13150 safe.
13151
13152 @node Hurd Native
13153 @subsection Commands specific to @sc{gnu} Hurd systems
13154 @cindex @sc{gnu} Hurd debugging
13155
13156 This subsection describes @value{GDBN} commands specific to the
13157 @sc{gnu} Hurd native debugging.
13158
13159 @table @code
13160 @item set signals
13161 @itemx set sigs
13162 @kindex set signals@r{, Hurd command}
13163 @kindex set sigs@r{, Hurd command}
13164 This command toggles the state of inferior signal interception by
13165 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13166 affected by this command. @code{sigs} is a shorthand alias for
13167 @code{signals}.
13168
13169 @item show signals
13170 @itemx show sigs
13171 @kindex show signals@r{, Hurd command}
13172 @kindex show sigs@r{, Hurd command}
13173 Show the current state of intercepting inferior's signals.
13174
13175 @item set signal-thread
13176 @itemx set sigthread
13177 @kindex set signal-thread
13178 @kindex set sigthread
13179 This command tells @value{GDBN} which thread is the @code{libc} signal
13180 thread. That thread is run when a signal is delivered to a running
13181 process. @code{set sigthread} is the shorthand alias of @code{set
13182 signal-thread}.
13183
13184 @item show signal-thread
13185 @itemx show sigthread
13186 @kindex show signal-thread
13187 @kindex show sigthread
13188 These two commands show which thread will run when the inferior is
13189 delivered a signal.
13190
13191 @item set stopped
13192 @kindex set stopped@r{, Hurd command}
13193 This commands tells @value{GDBN} that the inferior process is stopped,
13194 as with the @code{SIGSTOP} signal. The stopped process can be
13195 continued by delivering a signal to it.
13196
13197 @item show stopped
13198 @kindex show stopped@r{, Hurd command}
13199 This command shows whether @value{GDBN} thinks the debuggee is
13200 stopped.
13201
13202 @item set exceptions
13203 @kindex set exceptions@r{, Hurd command}
13204 Use this command to turn off trapping of exceptions in the inferior.
13205 When exception trapping is off, neither breakpoints nor
13206 single-stepping will work. To restore the default, set exception
13207 trapping on.
13208
13209 @item show exceptions
13210 @kindex show exceptions@r{, Hurd command}
13211 Show the current state of trapping exceptions in the inferior.
13212
13213 @item set task pause
13214 @kindex set task@r{, Hurd commands}
13215 @cindex task attributes (@sc{gnu} Hurd)
13216 @cindex pause current task (@sc{gnu} Hurd)
13217 This command toggles task suspension when @value{GDBN} has control.
13218 Setting it to on takes effect immediately, and the task is suspended
13219 whenever @value{GDBN} gets control. Setting it to off will take
13220 effect the next time the inferior is continued. If this option is set
13221 to off, you can use @code{set thread default pause on} or @code{set
13222 thread pause on} (see below) to pause individual threads.
13223
13224 @item show task pause
13225 @kindex show task@r{, Hurd commands}
13226 Show the current state of task suspension.
13227
13228 @item set task detach-suspend-count
13229 @cindex task suspend count
13230 @cindex detach from task, @sc{gnu} Hurd
13231 This command sets the suspend count the task will be left with when
13232 @value{GDBN} detaches from it.
13233
13234 @item show task detach-suspend-count
13235 Show the suspend count the task will be left with when detaching.
13236
13237 @item set task exception-port
13238 @itemx set task excp
13239 @cindex task exception port, @sc{gnu} Hurd
13240 This command sets the task exception port to which @value{GDBN} will
13241 forward exceptions. The argument should be the value of the @dfn{send
13242 rights} of the task. @code{set task excp} is a shorthand alias.
13243
13244 @item set noninvasive
13245 @cindex noninvasive task options
13246 This command switches @value{GDBN} to a mode that is the least
13247 invasive as far as interfering with the inferior is concerned. This
13248 is the same as using @code{set task pause}, @code{set exceptions}, and
13249 @code{set signals} to values opposite to the defaults.
13250
13251 @item info send-rights
13252 @itemx info receive-rights
13253 @itemx info port-rights
13254 @itemx info port-sets
13255 @itemx info dead-names
13256 @itemx info ports
13257 @itemx info psets
13258 @cindex send rights, @sc{gnu} Hurd
13259 @cindex receive rights, @sc{gnu} Hurd
13260 @cindex port rights, @sc{gnu} Hurd
13261 @cindex port sets, @sc{gnu} Hurd
13262 @cindex dead names, @sc{gnu} Hurd
13263 These commands display information about, respectively, send rights,
13264 receive rights, port rights, port sets, and dead names of a task.
13265 There are also shorthand aliases: @code{info ports} for @code{info
13266 port-rights} and @code{info psets} for @code{info port-sets}.
13267
13268 @item set thread pause
13269 @kindex set thread@r{, Hurd command}
13270 @cindex thread properties, @sc{gnu} Hurd
13271 @cindex pause current thread (@sc{gnu} Hurd)
13272 This command toggles current thread suspension when @value{GDBN} has
13273 control. Setting it to on takes effect immediately, and the current
13274 thread is suspended whenever @value{GDBN} gets control. Setting it to
13275 off will take effect the next time the inferior is continued.
13276 Normally, this command has no effect, since when @value{GDBN} has
13277 control, the whole task is suspended. However, if you used @code{set
13278 task pause off} (see above), this command comes in handy to suspend
13279 only the current thread.
13280
13281 @item show thread pause
13282 @kindex show thread@r{, Hurd command}
13283 This command shows the state of current thread suspension.
13284
13285 @item set thread run
13286 This comamnd sets whether the current thread is allowed to run.
13287
13288 @item show thread run
13289 Show whether the current thread is allowed to run.
13290
13291 @item set thread detach-suspend-count
13292 @cindex thread suspend count, @sc{gnu} Hurd
13293 @cindex detach from thread, @sc{gnu} Hurd
13294 This command sets the suspend count @value{GDBN} will leave on a
13295 thread when detaching. This number is relative to the suspend count
13296 found by @value{GDBN} when it notices the thread; use @code{set thread
13297 takeover-suspend-count} to force it to an absolute value.
13298
13299 @item show thread detach-suspend-count
13300 Show the suspend count @value{GDBN} will leave on the thread when
13301 detaching.
13302
13303 @item set thread exception-port
13304 @itemx set thread excp
13305 Set the thread exception port to which to forward exceptions. This
13306 overrides the port set by @code{set task exception-port} (see above).
13307 @code{set thread excp} is the shorthand alias.
13308
13309 @item set thread takeover-suspend-count
13310 Normally, @value{GDBN}'s thread suspend counts are relative to the
13311 value @value{GDBN} finds when it notices each thread. This command
13312 changes the suspend counts to be absolute instead.
13313
13314 @item set thread default
13315 @itemx show thread default
13316 @cindex thread default settings, @sc{gnu} Hurd
13317 Each of the above @code{set thread} commands has a @code{set thread
13318 default} counterpart (e.g., @code{set thread default pause}, @code{set
13319 thread default exception-port}, etc.). The @code{thread default}
13320 variety of commands sets the default thread properties for all
13321 threads; you can then change the properties of individual threads with
13322 the non-default commands.
13323 @end table
13324
13325
13326 @node Neutrino
13327 @subsection QNX Neutrino
13328 @cindex QNX Neutrino
13329
13330 @value{GDBN} provides the following commands specific to the QNX
13331 Neutrino target:
13332
13333 @table @code
13334 @item set debug nto-debug
13335 @kindex set debug nto-debug
13336 When set to on, enables debugging messages specific to the QNX
13337 Neutrino support.
13338
13339 @item show debug nto-debug
13340 @kindex show debug nto-debug
13341 Show the current state of QNX Neutrino messages.
13342 @end table
13343
13344
13345 @node Embedded OS
13346 @section Embedded Operating Systems
13347
13348 This section describes configurations involving the debugging of
13349 embedded operating systems that are available for several different
13350 architectures.
13351
13352 @menu
13353 * VxWorks:: Using @value{GDBN} with VxWorks
13354 @end menu
13355
13356 @value{GDBN} includes the ability to debug programs running on
13357 various real-time operating systems.
13358
13359 @node VxWorks
13360 @subsection Using @value{GDBN} with VxWorks
13361
13362 @cindex VxWorks
13363
13364 @table @code
13365
13366 @kindex target vxworks
13367 @item target vxworks @var{machinename}
13368 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13369 is the target system's machine name or IP address.
13370
13371 @end table
13372
13373 On VxWorks, @code{load} links @var{filename} dynamically on the
13374 current target system as well as adding its symbols in @value{GDBN}.
13375
13376 @value{GDBN} enables developers to spawn and debug tasks running on networked
13377 VxWorks targets from a Unix host. Already-running tasks spawned from
13378 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13379 both the Unix host and on the VxWorks target. The program
13380 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13381 installed with the name @code{vxgdb}, to distinguish it from a
13382 @value{GDBN} for debugging programs on the host itself.)
13383
13384 @table @code
13385 @item VxWorks-timeout @var{args}
13386 @kindex vxworks-timeout
13387 All VxWorks-based targets now support the option @code{vxworks-timeout}.
13388 This option is set by the user, and @var{args} represents the number of
13389 seconds @value{GDBN} waits for responses to rpc's. You might use this if
13390 your VxWorks target is a slow software simulator or is on the far side
13391 of a thin network line.
13392 @end table
13393
13394 The following information on connecting to VxWorks was current when
13395 this manual was produced; newer releases of VxWorks may use revised
13396 procedures.
13397
13398 @findex INCLUDE_RDB
13399 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13400 to include the remote debugging interface routines in the VxWorks
13401 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13402 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13403 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13404 source debugging task @code{tRdbTask} when VxWorks is booted. For more
13405 information on configuring and remaking VxWorks, see the manufacturer's
13406 manual.
13407 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
13408
13409 Once you have included @file{rdb.a} in your VxWorks system image and set
13410 your Unix execution search path to find @value{GDBN}, you are ready to
13411 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13412 @code{vxgdb}, depending on your installation).
13413
13414 @value{GDBN} comes up showing the prompt:
13415
13416 @smallexample
13417 (vxgdb)
13418 @end smallexample
13419
13420 @menu
13421 * VxWorks Connection:: Connecting to VxWorks
13422 * VxWorks Download:: VxWorks download
13423 * VxWorks Attach:: Running tasks
13424 @end menu
13425
13426 @node VxWorks Connection
13427 @subsubsection Connecting to VxWorks
13428
13429 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13430 network. To connect to a target whose host name is ``@code{tt}'', type:
13431
13432 @smallexample
13433 (vxgdb) target vxworks tt
13434 @end smallexample
13435
13436 @need 750
13437 @value{GDBN} displays messages like these:
13438
13439 @smallexample
13440 Attaching remote machine across net...
13441 Connected to tt.
13442 @end smallexample
13443
13444 @need 1000
13445 @value{GDBN} then attempts to read the symbol tables of any object modules
13446 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13447 these files by searching the directories listed in the command search
13448 path (@pxref{Environment, ,Your program's environment}); if it fails
13449 to find an object file, it displays a message such as:
13450
13451 @smallexample
13452 prog.o: No such file or directory.
13453 @end smallexample
13454
13455 When this happens, add the appropriate directory to the search path with
13456 the @value{GDBN} command @code{path}, and execute the @code{target}
13457 command again.
13458
13459 @node VxWorks Download
13460 @subsubsection VxWorks download
13461
13462 @cindex download to VxWorks
13463 If you have connected to the VxWorks target and you want to debug an
13464 object that has not yet been loaded, you can use the @value{GDBN}
13465 @code{load} command to download a file from Unix to VxWorks
13466 incrementally. The object file given as an argument to the @code{load}
13467 command is actually opened twice: first by the VxWorks target in order
13468 to download the code, then by @value{GDBN} in order to read the symbol
13469 table. This can lead to problems if the current working directories on
13470 the two systems differ. If both systems have NFS mounted the same
13471 filesystems, you can avoid these problems by using absolute paths.
13472 Otherwise, it is simplest to set the working directory on both systems
13473 to the directory in which the object file resides, and then to reference
13474 the file by its name, without any path. For instance, a program
13475 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13476 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13477 program, type this on VxWorks:
13478
13479 @smallexample
13480 -> cd "@var{vxpath}/vw/demo/rdb"
13481 @end smallexample
13482
13483 @noindent
13484 Then, in @value{GDBN}, type:
13485
13486 @smallexample
13487 (vxgdb) cd @var{hostpath}/vw/demo/rdb
13488 (vxgdb) load prog.o
13489 @end smallexample
13490
13491 @value{GDBN} displays a response similar to this:
13492
13493 @smallexample
13494 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13495 @end smallexample
13496
13497 You can also use the @code{load} command to reload an object module
13498 after editing and recompiling the corresponding source file. Note that
13499 this makes @value{GDBN} delete all currently-defined breakpoints,
13500 auto-displays, and convenience variables, and to clear the value
13501 history. (This is necessary in order to preserve the integrity of
13502 debugger's data structures that reference the target system's symbol
13503 table.)
13504
13505 @node VxWorks Attach
13506 @subsubsection Running tasks
13507
13508 @cindex running VxWorks tasks
13509 You can also attach to an existing task using the @code{attach} command as
13510 follows:
13511
13512 @smallexample
13513 (vxgdb) attach @var{task}
13514 @end smallexample
13515
13516 @noindent
13517 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13518 or suspended when you attach to it. Running tasks are suspended at
13519 the time of attachment.
13520
13521 @node Embedded Processors
13522 @section Embedded Processors
13523
13524 This section goes into details specific to particular embedded
13525 configurations.
13526
13527 @cindex send command to simulator
13528 Whenever a specific embedded processor has a simulator, @value{GDBN}
13529 allows to send an arbitrary command to the simulator.
13530
13531 @table @code
13532 @item sim @var{command}
13533 @kindex sim@r{, a command}
13534 Send an arbitrary @var{command} string to the simulator. Consult the
13535 documentation for the specific simulator in use for information about
13536 acceptable commands.
13537 @end table
13538
13539
13540 @menu
13541 * ARM:: ARM RDI
13542 * H8/300:: Renesas H8/300
13543 * H8/500:: Renesas H8/500
13544 * M32R/D:: Renesas M32R/D
13545 * M68K:: Motorola M68K
13546 * MIPS Embedded:: MIPS Embedded
13547 * OpenRISC 1000:: OpenRisc 1000
13548 * PA:: HP PA Embedded
13549 * PowerPC: PowerPC
13550 * SH:: Renesas SH
13551 * Sparclet:: Tsqware Sparclet
13552 * Sparclite:: Fujitsu Sparclite
13553 * ST2000:: Tandem ST2000
13554 * Z8000:: Zilog Z8000
13555 * AVR:: Atmel AVR
13556 * CRIS:: CRIS
13557 * Super-H:: Renesas Super-H
13558 * WinCE:: Windows CE child processes
13559 @end menu
13560
13561 @node ARM
13562 @subsection ARM
13563 @cindex ARM RDI
13564
13565 @table @code
13566 @kindex target rdi
13567 @item target rdi @var{dev}
13568 ARM Angel monitor, via RDI library interface to ADP protocol. You may
13569 use this target to communicate with both boards running the Angel
13570 monitor, or with the EmbeddedICE JTAG debug device.
13571
13572 @kindex target rdp
13573 @item target rdp @var{dev}
13574 ARM Demon monitor.
13575
13576 @end table
13577
13578 @value{GDBN} provides the following ARM-specific commands:
13579
13580 @table @code
13581 @item set arm disassembler
13582 @kindex set arm
13583 This commands selects from a list of disassembly styles. The
13584 @code{"std"} style is the standard style.
13585
13586 @item show arm disassembler
13587 @kindex show arm
13588 Show the current disassembly style.
13589
13590 @item set arm apcs32
13591 @cindex ARM 32-bit mode
13592 This command toggles ARM operation mode between 32-bit and 26-bit.
13593
13594 @item show arm apcs32
13595 Display the current usage of the ARM 32-bit mode.
13596
13597 @item set arm fpu @var{fputype}
13598 This command sets the ARM floating-point unit (FPU) type. The
13599 argument @var{fputype} can be one of these:
13600
13601 @table @code
13602 @item auto
13603 Determine the FPU type by querying the OS ABI.
13604 @item softfpa
13605 Software FPU, with mixed-endian doubles on little-endian ARM
13606 processors.
13607 @item fpa
13608 GCC-compiled FPA co-processor.
13609 @item softvfp
13610 Software FPU with pure-endian doubles.
13611 @item vfp
13612 VFP co-processor.
13613 @end table
13614
13615 @item show arm fpu
13616 Show the current type of the FPU.
13617
13618 @item set arm abi
13619 This command forces @value{GDBN} to use the specified ABI.
13620
13621 @item show arm abi
13622 Show the currently used ABI.
13623
13624 @item set debug arm
13625 Toggle whether to display ARM-specific debugging messages from the ARM
13626 target support subsystem.
13627
13628 @item show debug arm
13629 Show whether ARM-specific debugging messages are enabled.
13630 @end table
13631
13632 The following commands are available when an ARM target is debugged
13633 using the RDI interface:
13634
13635 @table @code
13636 @item rdilogfile @r{[}@var{file}@r{]}
13637 @kindex rdilogfile
13638 @cindex ADP (Angel Debugger Protocol) logging
13639 Set the filename for the ADP (Angel Debugger Protocol) packet log.
13640 With an argument, sets the log file to the specified @var{file}. With
13641 no argument, show the current log file name. The default log file is
13642 @file{rdi.log}.
13643
13644 @item rdilogenable @r{[}@var{arg}@r{]}
13645 @kindex rdilogenable
13646 Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13647 enables logging, with an argument 0 or @code{"no"} disables it. With
13648 no arguments displays the current setting. When logging is enabled,
13649 ADP packets exchanged between @value{GDBN} and the RDI target device
13650 are logged to a file.
13651
13652 @item set rdiromatzero
13653 @kindex set rdiromatzero
13654 @cindex ROM at zero address, RDI
13655 Tell @value{GDBN} whether the target has ROM at address 0. If on,
13656 vector catching is disabled, so that zero address can be used. If off
13657 (the default), vector catching is enabled. For this command to take
13658 effect, it needs to be invoked prior to the @code{target rdi} command.
13659
13660 @item show rdiromatzero
13661 @kindex show rdiromatzero
13662 Show the current setting of ROM at zero address.
13663
13664 @item set rdiheartbeat
13665 @kindex set rdiheartbeat
13666 @cindex RDI heartbeat
13667 Enable or disable RDI heartbeat packets. It is not recommended to
13668 turn on this option, since it confuses ARM and EPI JTAG interface, as
13669 well as the Angel monitor.
13670
13671 @item show rdiheartbeat
13672 @kindex show rdiheartbeat
13673 Show the setting of RDI heartbeat packets.
13674 @end table
13675
13676
13677 @node H8/300
13678 @subsection Renesas H8/300
13679
13680 @table @code
13681
13682 @kindex target hms@r{, with H8/300}
13683 @item target hms @var{dev}
13684 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
13685 Use special commands @code{device} and @code{speed} to control the serial
13686 line and the communications speed used.
13687
13688 @kindex target e7000@r{, with H8/300}
13689 @item target e7000 @var{dev}
13690 E7000 emulator for Renesas H8 and SH.
13691
13692 @kindex target sh3@r{, with H8/300}
13693 @kindex target sh3e@r{, with H8/300}
13694 @item target sh3 @var{dev}
13695 @itemx target sh3e @var{dev}
13696 Renesas SH-3 and SH-3E target systems.
13697
13698 @end table
13699
13700 @cindex download to H8/300 or H8/500
13701 @cindex H8/300 or H8/500 download
13702 @cindex download to Renesas SH
13703 @cindex Renesas SH download
13704 When you select remote debugging to a Renesas SH, H8/300, or H8/500
13705 board, the @code{load} command downloads your program to the Renesas
13706 board and also opens it as the current executable target for
13707 @value{GDBN} on your host (like the @code{file} command).
13708
13709 @value{GDBN} needs to know these things to talk to your
13710 Renesas SH, H8/300, or H8/500:
13711
13712 @enumerate
13713 @item
13714 that you want to use @samp{target hms}, the remote debugging interface
13715 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13716 emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13717 the default when @value{GDBN} is configured specifically for the Renesas SH,
13718 H8/300, or H8/500.)
13719
13720 @item
13721 what serial device connects your host to your Renesas board (the first
13722 serial device available on your host is the default).
13723
13724 @item
13725 what speed to use over the serial device.
13726 @end enumerate
13727
13728 @menu
13729 * Renesas Boards:: Connecting to Renesas boards.
13730 * Renesas ICE:: Using the E7000 In-Circuit Emulator.
13731 * Renesas Special:: Special @value{GDBN} commands for Renesas micros.
13732 @end menu
13733
13734 @node Renesas Boards
13735 @subsubsection Connecting to Renesas boards
13736
13737 @c only for Unix hosts
13738 @kindex device
13739 @cindex serial device, Renesas micros
13740 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13741 need to explicitly set the serial device. The default @var{port} is the
13742 first available port on your host. This is only necessary on Unix
13743 hosts, where it is typically something like @file{/dev/ttya}.
13744
13745 @kindex speed
13746 @cindex serial line speed, Renesas micros
13747 @code{@value{GDBN}} has another special command to set the communications
13748 speed: @samp{speed @var{bps}}. This command also is only used from Unix
13749 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13750 the DOS @code{mode} command (for instance,
13751 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13752
13753 The @samp{device} and @samp{speed} commands are available only when you
13754 use a Unix host to debug your Renesas microprocessor programs. If you
13755 use a DOS host,
13756 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13757 called @code{asynctsr} to communicate with the development board
13758 through a PC serial port. You must also use the DOS @code{mode} command
13759 to set up the serial port on the DOS side.
13760
13761 The following sample session illustrates the steps needed to start a
13762 program under @value{GDBN} control on an H8/300. The example uses a
13763 sample H8/300 program called @file{t.x}. The procedure is the same for
13764 the Renesas SH and the H8/500.
13765
13766 First hook up your development board. In this example, we use a
13767 board attached to serial port @code{COM2}; if you use a different serial
13768 port, substitute its name in the argument of the @code{mode} command.
13769 When you call @code{asynctsr}, the auxiliary comms program used by the
13770 debugger, you give it just the numeric part of the serial port's name;
13771 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13772 @code{COM2}.
13773
13774 @smallexample
13775 C:\H8300\TEST> asynctsr 2
13776 C:\H8300\TEST> mode com2:9600,n,8,1,p
13777
13778 Resident portion of MODE loaded
13779
13780 COM2: 9600, n, 8, 1, p
13781
13782 @end smallexample
13783
13784 @quotation
13785 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13786 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13787 disable it, or even boot without it, to use @code{asynctsr} to control
13788 your development board.
13789 @end quotation
13790
13791 @kindex target hms@r{, and serial protocol}
13792 Now that serial communications are set up, and the development board is
13793 connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
13794 the name of your program as the argument. @code{@value{GDBN}} prompts
13795 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13796 commands to begin your debugging session: @samp{target hms} to specify
13797 cross-debugging to the Renesas board, and the @code{load} command to
13798 download your program to the board. @code{load} displays the names of
13799 the program's sections, and a @samp{*} for each 2K of data downloaded.
13800 (If you want to refresh @value{GDBN} data on symbols or on the
13801 executable file without downloading, use the @value{GDBN} commands
13802 @code{file} or @code{symbol-file}. These commands, and @code{load}
13803 itself, are described in @ref{Files,,Commands to specify files}.)
13804
13805 @smallexample
13806 (eg-C:\H8300\TEST) @value{GDBP} t.x
13807 @value{GDBN} is free software and you are welcome to distribute copies
13808 of it under certain conditions; type "show copying" to see
13809 the conditions.
13810 There is absolutely no warranty for @value{GDBN}; type "show warranty"
13811 for details.
13812 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13813 (@value{GDBP}) target hms
13814 Connected to remote H8/300 HMS system.
13815 (@value{GDBP}) load t.x
13816 .text : 0x8000 .. 0xabde ***********
13817 .data : 0xabde .. 0xad30 *
13818 .stack : 0xf000 .. 0xf014 *
13819 @end smallexample
13820
13821 At this point, you're ready to run or debug your program. From here on,
13822 you can use all the usual @value{GDBN} commands. The @code{break} command
13823 sets breakpoints; the @code{run} command starts your program;
13824 @code{print} or @code{x} display data; the @code{continue} command
13825 resumes execution after stopping at a breakpoint. You can use the
13826 @code{help} command at any time to find out more about @value{GDBN} commands.
13827
13828 Remember, however, that @emph{operating system} facilities aren't
13829 available on your development board; for example, if your program hangs,
13830 you can't send an interrupt---but you can press the @sc{reset} switch!
13831
13832 Use the @sc{reset} button on the development board
13833 @itemize @bullet
13834 @item
13835 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13836 no way to pass an interrupt signal to the development board); and
13837
13838 @item
13839 to return to the @value{GDBN} command prompt after your program finishes
13840 normally. The communications protocol provides no other way for @value{GDBN}
13841 to detect program completion.
13842 @end itemize
13843
13844 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13845 development board as a ``normal exit'' of your program.
13846
13847 @node Renesas ICE
13848 @subsubsection Using the E7000 in-circuit emulator
13849
13850 @kindex target e7000@r{, with Renesas ICE}
13851 You can use the E7000 in-circuit emulator to develop code for either the
13852 Renesas SH or the H8/300H. Use one of these forms of the @samp{target
13853 e7000} command to connect @value{GDBN} to your E7000:
13854
13855 @table @code
13856 @item target e7000 @var{port} @var{speed}
13857 Use this form if your E7000 is connected to a serial port. The
13858 @var{port} argument identifies what serial port to use (for example,
13859 @samp{com2}). The third argument is the line speed in bits per second
13860 (for example, @samp{9600}).
13861
13862 @item target e7000 @var{hostname}
13863 If your E7000 is installed as a host on a TCP/IP network, you can just
13864 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13865 @end table
13866
13867 The following special commands are available when debugging with the
13868 Renesas E7000 ICE:
13869
13870 @table @code
13871 @item e7000 @var{command}
13872 @kindex e7000
13873 @cindex send command to E7000 monitor
13874 This sends the specified @var{command} to the E7000 monitor.
13875
13876 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13877 @kindex ftplogin@r{, E7000}
13878 This command records information for subsequent interface with the
13879 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13880 named @var{machine} using specified @var{username} and @var{password},
13881 and then chdir to the named directory @var{dir}.
13882
13883 @item ftpload @var{file}
13884 @kindex ftpload@r{, E7000}
13885 This command uses credentials recorded by @code{ftplogin} to fetch and
13886 load the named @var{file} from the E7000 monitor.
13887
13888 @item drain
13889 @kindex drain@r{, E7000}
13890 This command drains any pending text buffers stored on the E7000.
13891
13892 @item set usehardbreakpoints
13893 @itemx show usehardbreakpoints
13894 @kindex set usehardbreakpoints@r{, E7000}
13895 @kindex show usehardbreakpoints@r{, E7000}
13896 @cindex hardware breakpoints, and E7000
13897 These commands set and show the use of hardware breakpoints for all
13898 breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13899 more information about using hardware breakpoints selectively.
13900 @end table
13901
13902 @node Renesas Special
13903 @subsubsection Special @value{GDBN} commands for Renesas micros
13904
13905 Some @value{GDBN} commands are available only for the H8/300:
13906
13907 @table @code
13908
13909 @kindex set machine
13910 @kindex show machine
13911 @item set machine h8300
13912 @itemx set machine h8300h
13913 Condition @value{GDBN} for one of the two variants of the H8/300
13914 architecture with @samp{set machine}. You can use @samp{show machine}
13915 to check which variant is currently in effect.
13916
13917 @end table
13918
13919 @node H8/500
13920 @subsection H8/500
13921
13922 @table @code
13923
13924 @kindex set memory @var{mod}
13925 @cindex memory models, H8/500
13926 @item set memory @var{mod}
13927 @itemx show memory
13928 Specify which H8/500 memory model (@var{mod}) you are using with
13929 @samp{set memory}; check which memory model is in effect with @samp{show
13930 memory}. The accepted values for @var{mod} are @code{small},
13931 @code{big}, @code{medium}, and @code{compact}.
13932
13933 @end table
13934
13935 @node M32R/D
13936 @subsection Renesas M32R/D and M32R/SDI
13937
13938 @table @code
13939 @kindex target m32r
13940 @item target m32r @var{dev}
13941 Renesas M32R/D ROM monitor.
13942
13943 @kindex target m32rsdi
13944 @item target m32rsdi @var{dev}
13945 Renesas M32R SDI server, connected via parallel port to the board.
13946 @end table
13947
13948 The following @value{GDBN} commands are specific to the M32R monitor:
13949
13950 @table @code
13951 @item set download-path @var{path}
13952 @kindex set download-path
13953 @cindex find downloadable @sc{srec} files (M32R)
13954 Set the default path for finding donwloadable @sc{srec} files.
13955
13956 @item show download-path
13957 @kindex show download-path
13958 Show the default path for downloadable @sc{srec} files.
13959
13960 @item set board-address @var{addr}
13961 @kindex set board-address
13962 @cindex M32-EVA target board address
13963 Set the IP address for the M32R-EVA target board.
13964
13965 @item show board-address
13966 @kindex show board-address
13967 Show the current IP address of the target board.
13968
13969 @item set server-address @var{addr}
13970 @kindex set server-address
13971 @cindex download server address (M32R)
13972 Set the IP address for the download server, which is the @value{GDBN}'s
13973 host machine.
13974
13975 @item show server-address
13976 @kindex show server-address
13977 Display the IP address of the download server.
13978
13979 @item upload @r{[}@var{file}@r{]}
13980 @kindex upload@r{, M32R}
13981 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13982 upload capability. If no @var{file} argument is given, the current
13983 executable file is uploaded.
13984
13985 @item tload @r{[}@var{file}@r{]}
13986 @kindex tload@r{, M32R}
13987 Test the @code{upload} command.
13988 @end table
13989
13990 The following commands are available for M32R/SDI:
13991
13992 @table @code
13993 @item sdireset
13994 @kindex sdireset
13995 @cindex reset SDI connection, M32R
13996 This command resets the SDI connection.
13997
13998 @item sdistatus
13999 @kindex sdistatus
14000 This command shows the SDI connection status.
14001
14002 @item debug_chaos
14003 @kindex debug_chaos
14004 @cindex M32R/Chaos debugging
14005 Instructs the remote that M32R/Chaos debugging is to be used.
14006
14007 @item use_debug_dma
14008 @kindex use_debug_dma
14009 Instructs the remote to use the DEBUG_DMA method of accessing memory.
14010
14011 @item use_mon_code
14012 @kindex use_mon_code
14013 Instructs the remote to use the MON_CODE method of accessing memory.
14014
14015 @item use_ib_break
14016 @kindex use_ib_break
14017 Instructs the remote to set breakpoints by IB break.
14018
14019 @item use_dbt_break
14020 @kindex use_dbt_break
14021 Instructs the remote to set breakpoints by DBT.
14022 @end table
14023
14024 @node M68K
14025 @subsection M68k
14026
14027 The Motorola m68k configuration includes ColdFire support, and
14028 target command for the following ROM monitors.
14029
14030 @table @code
14031
14032 @kindex target abug
14033 @item target abug @var{dev}
14034 ABug ROM monitor for M68K.
14035
14036 @kindex target cpu32bug
14037 @item target cpu32bug @var{dev}
14038 CPU32BUG monitor, running on a CPU32 (M68K) board.
14039
14040 @kindex target dbug
14041 @item target dbug @var{dev}
14042 dBUG ROM monitor for Motorola ColdFire.
14043
14044 @kindex target est
14045 @item target est @var{dev}
14046 EST-300 ICE monitor, running on a CPU32 (M68K) board.
14047
14048 @kindex target rom68k
14049 @item target rom68k @var{dev}
14050 ROM 68K monitor, running on an M68K IDP board.
14051
14052 @end table
14053
14054 @table @code
14055
14056 @kindex target rombug
14057 @item target rombug @var{dev}
14058 ROMBUG ROM monitor for OS/9000.
14059
14060 @end table
14061
14062 @node MIPS Embedded
14063 @subsection MIPS Embedded
14064
14065 @cindex MIPS boards
14066 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
14067 MIPS board attached to a serial line. This is available when
14068 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
14069
14070 @need 1000
14071 Use these @value{GDBN} commands to specify the connection to your target board:
14072
14073 @table @code
14074 @item target mips @var{port}
14075 @kindex target mips @var{port}
14076 To run a program on the board, start up @code{@value{GDBP}} with the
14077 name of your program as the argument. To connect to the board, use the
14078 command @samp{target mips @var{port}}, where @var{port} is the name of
14079 the serial port connected to the board. If the program has not already
14080 been downloaded to the board, you may use the @code{load} command to
14081 download it. You can then use all the usual @value{GDBN} commands.
14082
14083 For example, this sequence connects to the target board through a serial
14084 port, and loads and runs a program called @var{prog} through the
14085 debugger:
14086
14087 @smallexample
14088 host$ @value{GDBP} @var{prog}
14089 @value{GDBN} is free software and @dots{}
14090 (@value{GDBP}) target mips /dev/ttyb
14091 (@value{GDBP}) load @var{prog}
14092 (@value{GDBP}) run
14093 @end smallexample
14094
14095 @item target mips @var{hostname}:@var{portnumber}
14096 On some @value{GDBN} host configurations, you can specify a TCP
14097 connection (for instance, to a serial line managed by a terminal
14098 concentrator) instead of a serial port, using the syntax
14099 @samp{@var{hostname}:@var{portnumber}}.
14100
14101 @item target pmon @var{port}
14102 @kindex target pmon @var{port}
14103 PMON ROM monitor.
14104
14105 @item target ddb @var{port}
14106 @kindex target ddb @var{port}
14107 NEC's DDB variant of PMON for Vr4300.
14108
14109 @item target lsi @var{port}
14110 @kindex target lsi @var{port}
14111 LSI variant of PMON.
14112
14113 @kindex target r3900
14114 @item target r3900 @var{dev}
14115 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
14116
14117 @kindex target array
14118 @item target array @var{dev}
14119 Array Tech LSI33K RAID controller board.
14120
14121 @end table
14122
14123
14124 @noindent
14125 @value{GDBN} also supports these special commands for MIPS targets:
14126
14127 @table @code
14128 @item set mipsfpu double
14129 @itemx set mipsfpu single
14130 @itemx set mipsfpu none
14131 @itemx set mipsfpu auto
14132 @itemx show mipsfpu
14133 @kindex set mipsfpu
14134 @kindex show mipsfpu
14135 @cindex MIPS remote floating point
14136 @cindex floating point, MIPS remote
14137 If your target board does not support the MIPS floating point
14138 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14139 need this, you may wish to put the command in your @value{GDBN} init
14140 file). This tells @value{GDBN} how to find the return value of
14141 functions which return floating point values. It also allows
14142 @value{GDBN} to avoid saving the floating point registers when calling
14143 functions on the board. If you are using a floating point coprocessor
14144 with only single precision floating point support, as on the @sc{r4650}
14145 processor, use the command @samp{set mipsfpu single}. The default
14146 double precision floating point coprocessor may be selected using
14147 @samp{set mipsfpu double}.
14148
14149 In previous versions the only choices were double precision or no
14150 floating point, so @samp{set mipsfpu on} will select double precision
14151 and @samp{set mipsfpu off} will select no floating point.
14152
14153 As usual, you can inquire about the @code{mipsfpu} variable with
14154 @samp{show mipsfpu}.
14155
14156 @item set timeout @var{seconds}
14157 @itemx set retransmit-timeout @var{seconds}
14158 @itemx show timeout
14159 @itemx show retransmit-timeout
14160 @cindex @code{timeout}, MIPS protocol
14161 @cindex @code{retransmit-timeout}, MIPS protocol
14162 @kindex set timeout
14163 @kindex show timeout
14164 @kindex set retransmit-timeout
14165 @kindex show retransmit-timeout
14166 You can control the timeout used while waiting for a packet, in the MIPS
14167 remote protocol, with the @code{set timeout @var{seconds}} command. The
14168 default is 5 seconds. Similarly, you can control the timeout used while
14169 waiting for an acknowledgement of a packet with the @code{set
14170 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14171 You can inspect both values with @code{show timeout} and @code{show
14172 retransmit-timeout}. (These commands are @emph{only} available when
14173 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14174
14175 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14176 is waiting for your program to stop. In that case, @value{GDBN} waits
14177 forever because it has no way of knowing how long the program is going
14178 to run before stopping.
14179
14180 @item set syn-garbage-limit @var{num}
14181 @kindex set syn-garbage-limit@r{, MIPS remote}
14182 @cindex synchronize with remote MIPS target
14183 Limit the maximum number of characters @value{GDBN} should ignore when
14184 it tries to synchronize with the remote target. The default is 10
14185 characters. Setting the limit to -1 means there's no limit.
14186
14187 @item show syn-garbage-limit
14188 @kindex show syn-garbage-limit@r{, MIPS remote}
14189 Show the current limit on the number of characters to ignore when
14190 trying to synchronize with the remote system.
14191
14192 @item set monitor-prompt @var{prompt}
14193 @kindex set monitor-prompt@r{, MIPS remote}
14194 @cindex remote monitor prompt
14195 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14196 remote monitor. The default depends on the target:
14197 @table @asis
14198 @item pmon target
14199 @samp{PMON}
14200 @item ddb target
14201 @samp{NEC010}
14202 @item lsi target
14203 @samp{PMON>}
14204 @end table
14205
14206 @item show monitor-prompt
14207 @kindex show monitor-prompt@r{, MIPS remote}
14208 Show the current strings @value{GDBN} expects as the prompt from the
14209 remote monitor.
14210
14211 @item set monitor-warnings
14212 @kindex set monitor-warnings@r{, MIPS remote}
14213 Enable or disable monitor warnings about hardware breakpoints. This
14214 has effect only for the @code{lsi} target. When on, @value{GDBN} will
14215 display warning messages whose codes are returned by the @code{lsi}
14216 PMON monitor for breakpoint commands.
14217
14218 @item show monitor-warnings
14219 @kindex show monitor-warnings@r{, MIPS remote}
14220 Show the current setting of printing monitor warnings.
14221
14222 @item pmon @var{command}
14223 @kindex pmon@r{, MIPS remote}
14224 @cindex send PMON command
14225 This command allows sending an arbitrary @var{command} string to the
14226 monitor. The monitor must be in debug mode for this to work.
14227 @end table
14228
14229 @node OpenRISC 1000
14230 @subsection OpenRISC 1000
14231 @cindex OpenRISC 1000
14232
14233 @cindex or1k boards
14234 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14235 about platform and commands.
14236
14237 @table @code
14238
14239 @kindex target jtag
14240 @item target jtag jtag://@var{host}:@var{port}
14241
14242 Connects to remote JTAG server.
14243 JTAG remote server can be either an or1ksim or JTAG server,
14244 connected via parallel port to the board.
14245
14246 Example: @code{target jtag jtag://localhost:9999}
14247
14248 @kindex or1ksim
14249 @item or1ksim @var{command}
14250 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14251 Simulator, proprietary commands can be executed.
14252
14253 @kindex info or1k spr
14254 @item info or1k spr
14255 Displays spr groups.
14256
14257 @item info or1k spr @var{group}
14258 @itemx info or1k spr @var{groupno}
14259 Displays register names in selected group.
14260
14261 @item info or1k spr @var{group} @var{register}
14262 @itemx info or1k spr @var{register}
14263 @itemx info or1k spr @var{groupno} @var{registerno}
14264 @itemx info or1k spr @var{registerno}
14265 Shows information about specified spr register.
14266
14267 @kindex spr
14268 @item spr @var{group} @var{register} @var{value}
14269 @itemx spr @var{register @var{value}}
14270 @itemx spr @var{groupno} @var{registerno @var{value}}
14271 @itemx spr @var{registerno @var{value}}
14272 Writes @var{value} to specified spr register.
14273 @end table
14274
14275 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14276 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14277 program execution and is thus much faster. Hardware breakpoints/watchpoint
14278 triggers can be set using:
14279 @table @code
14280 @item $LEA/$LDATA
14281 Load effective address/data
14282 @item $SEA/$SDATA
14283 Store effective address/data
14284 @item $AEA/$ADATA
14285 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14286 @item $FETCH
14287 Fetch data
14288 @end table
14289
14290 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14291 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14292
14293 @code{htrace} commands:
14294 @cindex OpenRISC 1000 htrace
14295 @table @code
14296 @kindex hwatch
14297 @item hwatch @var{conditional}
14298 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14299 or Data. For example:
14300
14301 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14302
14303 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14304
14305 @kindex htrace
14306 @item htrace info
14307 Display information about current HW trace configuration.
14308
14309 @item htrace trigger @var{conditional}
14310 Set starting criteria for HW trace.
14311
14312 @item htrace qualifier @var{conditional}
14313 Set acquisition qualifier for HW trace.
14314
14315 @item htrace stop @var{conditional}
14316 Set HW trace stopping criteria.
14317
14318 @item htrace record [@var{data}]*
14319 Selects the data to be recorded, when qualifier is met and HW trace was
14320 triggered.
14321
14322 @item htrace enable
14323 @itemx htrace disable
14324 Enables/disables the HW trace.
14325
14326 @item htrace rewind [@var{filename}]
14327 Clears currently recorded trace data.
14328
14329 If filename is specified, new trace file is made and any newly collected data
14330 will be written there.
14331
14332 @item htrace print [@var{start} [@var{len}]]
14333 Prints trace buffer, using current record configuration.
14334
14335 @item htrace mode continuous
14336 Set continuous trace mode.
14337
14338 @item htrace mode suspend
14339 Set suspend trace mode.
14340
14341 @end table
14342
14343 @node PowerPC
14344 @subsection PowerPC
14345
14346 @table @code
14347 @kindex target dink32
14348 @item target dink32 @var{dev}
14349 DINK32 ROM monitor.
14350
14351 @kindex target ppcbug
14352 @item target ppcbug @var{dev}
14353 @kindex target ppcbug1
14354 @item target ppcbug1 @var{dev}
14355 PPCBUG ROM monitor for PowerPC.
14356
14357 @kindex target sds
14358 @item target sds @var{dev}
14359 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14360 @end table
14361
14362 @cindex SDS protocol
14363 The following commands specifi to the SDS protocol are supported
14364 by@value{GDBN}:
14365
14366 @table @code
14367 @item set sdstimeout @var{nsec}
14368 @kindex set sdstimeout
14369 Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14370 default is 2 seconds.
14371
14372 @item show sdstimeout
14373 @kindex show sdstimeout
14374 Show the current value of the SDS timeout.
14375
14376 @item sds @var{command}
14377 @kindex sds@r{, a command}
14378 Send the specified @var{command} string to the SDS monitor.
14379 @end table
14380
14381
14382 @node PA
14383 @subsection HP PA Embedded
14384
14385 @table @code
14386
14387 @kindex target op50n
14388 @item target op50n @var{dev}
14389 OP50N monitor, running on an OKI HPPA board.
14390
14391 @kindex target w89k
14392 @item target w89k @var{dev}
14393 W89K monitor, running on a Winbond HPPA board.
14394
14395 @end table
14396
14397 @node SH
14398 @subsection Renesas SH
14399
14400 @table @code
14401
14402 @kindex target hms@r{, with Renesas SH}
14403 @item target hms @var{dev}
14404 A Renesas SH board attached via serial line to your host. Use special
14405 commands @code{device} and @code{speed} to control the serial line and
14406 the communications speed used.
14407
14408 @kindex target e7000@r{, with Renesas SH}
14409 @item target e7000 @var{dev}
14410 E7000 emulator for Renesas SH.
14411
14412 @kindex target sh3@r{, with SH}
14413 @kindex target sh3e@r{, with SH}
14414 @item target sh3 @var{dev}
14415 @item target sh3e @var{dev}
14416 Renesas SH-3 and SH-3E target systems.
14417
14418 @end table
14419
14420 @node Sparclet
14421 @subsection Tsqware Sparclet
14422
14423 @cindex Sparclet
14424
14425 @value{GDBN} enables developers to debug tasks running on
14426 Sparclet targets from a Unix host.
14427 @value{GDBN} uses code that runs on
14428 both the Unix host and on the Sparclet target. The program
14429 @code{@value{GDBP}} is installed and executed on the Unix host.
14430
14431 @table @code
14432 @item remotetimeout @var{args}
14433 @kindex remotetimeout
14434 @value{GDBN} supports the option @code{remotetimeout}.
14435 This option is set by the user, and @var{args} represents the number of
14436 seconds @value{GDBN} waits for responses.
14437 @end table
14438
14439 @cindex compiling, on Sparclet
14440 When compiling for debugging, include the options @samp{-g} to get debug
14441 information and @samp{-Ttext} to relocate the program to where you wish to
14442 load it on the target. You may also want to add the options @samp{-n} or
14443 @samp{-N} in order to reduce the size of the sections. Example:
14444
14445 @smallexample
14446 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
14447 @end smallexample
14448
14449 You can use @code{objdump} to verify that the addresses are what you intended:
14450
14451 @smallexample
14452 sparclet-aout-objdump --headers --syms prog
14453 @end smallexample
14454
14455 @cindex running, on Sparclet
14456 Once you have set
14457 your Unix execution search path to find @value{GDBN}, you are ready to
14458 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14459 (or @code{sparclet-aout-gdb}, depending on your installation).
14460
14461 @value{GDBN} comes up showing the prompt:
14462
14463 @smallexample
14464 (gdbslet)
14465 @end smallexample
14466
14467 @menu
14468 * Sparclet File:: Setting the file to debug
14469 * Sparclet Connection:: Connecting to Sparclet
14470 * Sparclet Download:: Sparclet download
14471 * Sparclet Execution:: Running and debugging
14472 @end menu
14473
14474 @node Sparclet File
14475 @subsubsection Setting file to debug
14476
14477 The @value{GDBN} command @code{file} lets you choose with program to debug.
14478
14479 @smallexample
14480 (gdbslet) file prog
14481 @end smallexample
14482
14483 @need 1000
14484 @value{GDBN} then attempts to read the symbol table of @file{prog}.
14485 @value{GDBN} locates
14486 the file by searching the directories listed in the command search
14487 path.
14488 If the file was compiled with debug information (option "-g"), source
14489 files will be searched as well.
14490 @value{GDBN} locates
14491 the source files by searching the directories listed in the directory search
14492 path (@pxref{Environment, ,Your program's environment}).
14493 If it fails
14494 to find a file, it displays a message such as:
14495
14496 @smallexample
14497 prog: No such file or directory.
14498 @end smallexample
14499
14500 When this happens, add the appropriate directories to the search paths with
14501 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14502 @code{target} command again.
14503
14504 @node Sparclet Connection
14505 @subsubsection Connecting to Sparclet
14506
14507 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14508 To connect to a target on serial port ``@code{ttya}'', type:
14509
14510 @smallexample
14511 (gdbslet) target sparclet /dev/ttya
14512 Remote target sparclet connected to /dev/ttya
14513 main () at ../prog.c:3
14514 @end smallexample
14515
14516 @need 750
14517 @value{GDBN} displays messages like these:
14518
14519 @smallexample
14520 Connected to ttya.
14521 @end smallexample
14522
14523 @node Sparclet Download
14524 @subsubsection Sparclet download
14525
14526 @cindex download to Sparclet
14527 Once connected to the Sparclet target,
14528 you can use the @value{GDBN}
14529 @code{load} command to download the file from the host to the target.
14530 The file name and load offset should be given as arguments to the @code{load}
14531 command.
14532 Since the file format is aout, the program must be loaded to the starting
14533 address. You can use @code{objdump} to find out what this value is. The load
14534 offset is an offset which is added to the VMA (virtual memory address)
14535 of each of the file's sections.
14536 For instance, if the program
14537 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
14538 and bss at 0x12010170, in @value{GDBN}, type:
14539
14540 @smallexample
14541 (gdbslet) load prog 0x12010000
14542 Loading section .text, size 0xdb0 vma 0x12010000
14543 @end smallexample
14544
14545 If the code is loaded at a different address then what the program was linked
14546 to, you may need to use the @code{section} and @code{add-symbol-file} commands
14547 to tell @value{GDBN} where to map the symbol table.
14548
14549 @node Sparclet Execution
14550 @subsubsection Running and debugging
14551
14552 @cindex running and debugging Sparclet programs
14553 You can now begin debugging the task using @value{GDBN}'s execution control
14554 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14555 manual for the list of commands.
14556
14557 @smallexample
14558 (gdbslet) b main
14559 Breakpoint 1 at 0x12010000: file prog.c, line 3.
14560 (gdbslet) run
14561 Starting program: prog
14562 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
14563 3 char *symarg = 0;
14564 (gdbslet) step
14565 4 char *execarg = "hello!";
14566 (gdbslet)
14567 @end smallexample
14568
14569 @node Sparclite
14570 @subsection Fujitsu Sparclite
14571
14572 @table @code
14573
14574 @kindex target sparclite
14575 @item target sparclite @var{dev}
14576 Fujitsu sparclite boards, used only for the purpose of loading.
14577 You must use an additional command to debug the program.
14578 For example: target remote @var{dev} using @value{GDBN} standard
14579 remote protocol.
14580
14581 @end table
14582
14583 @node ST2000
14584 @subsection Tandem ST2000
14585
14586 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14587 STDBUG protocol.
14588
14589 To connect your ST2000 to the host system, see the manufacturer's
14590 manual. Once the ST2000 is physically attached, you can run:
14591
14592 @smallexample
14593 target st2000 @var{dev} @var{speed}
14594 @end smallexample
14595
14596 @noindent
14597 to establish it as your debugging environment. @var{dev} is normally
14598 the name of a serial device, such as @file{/dev/ttya}, connected to the
14599 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14600 connection (for example, to a serial line attached via a terminal
14601 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
14602
14603 The @code{load} and @code{attach} commands are @emph{not} defined for
14604 this target; you must load your program into the ST2000 as you normally
14605 would for standalone operation. @value{GDBN} reads debugging information
14606 (such as symbols) from a separate, debugging version of the program
14607 available on your host computer.
14608 @c FIXME!! This is terribly vague; what little content is here is
14609 @c basically hearsay.
14610
14611 @cindex ST2000 auxiliary commands
14612 These auxiliary @value{GDBN} commands are available to help you with the ST2000
14613 environment:
14614
14615 @table @code
14616 @item st2000 @var{command}
14617 @kindex st2000 @var{cmd}
14618 @cindex STDBUG commands (ST2000)
14619 @cindex commands to STDBUG (ST2000)
14620 Send a @var{command} to the STDBUG monitor. See the manufacturer's
14621 manual for available commands.
14622
14623 @item connect
14624 @cindex connect (to STDBUG)
14625 Connect the controlling terminal to the STDBUG command monitor. When
14626 you are done interacting with STDBUG, typing either of two character
14627 sequences gets you back to the @value{GDBN} command prompt:
14628 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
14629 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
14630 @end table
14631
14632 @node Z8000
14633 @subsection Zilog Z8000
14634
14635 @cindex Z8000
14636 @cindex simulator, Z8000
14637 @cindex Zilog Z8000 simulator
14638
14639 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14640 a Z8000 simulator.
14641
14642 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14643 unsegmented variant of the Z8000 architecture) or the Z8001 (the
14644 segmented variant). The simulator recognizes which architecture is
14645 appropriate by inspecting the object code.
14646
14647 @table @code
14648 @item target sim @var{args}
14649 @kindex sim
14650 @kindex target sim@r{, with Z8000}
14651 Debug programs on a simulated CPU. If the simulator supports setup
14652 options, specify them via @var{args}.
14653 @end table
14654
14655 @noindent
14656 After specifying this target, you can debug programs for the simulated
14657 CPU in the same style as programs for your host computer; use the
14658 @code{file} command to load a new program image, the @code{run} command
14659 to run your program, and so on.
14660
14661 As well as making available all the usual machine registers
14662 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14663 additional items of information as specially named registers:
14664
14665 @table @code
14666
14667 @item cycles
14668 Counts clock-ticks in the simulator.
14669
14670 @item insts
14671 Counts instructions run in the simulator.
14672
14673 @item time
14674 Execution time in 60ths of a second.
14675
14676 @end table
14677
14678 You can refer to these values in @value{GDBN} expressions with the usual
14679 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14680 conditional breakpoint that suspends only after at least 5000
14681 simulated clock ticks.
14682
14683 @node AVR
14684 @subsection Atmel AVR
14685 @cindex AVR
14686
14687 When configured for debugging the Atmel AVR, @value{GDBN} supports the
14688 following AVR-specific commands:
14689
14690 @table @code
14691 @item info io_registers
14692 @kindex info io_registers@r{, AVR}
14693 @cindex I/O registers (Atmel AVR)
14694 This command displays information about the AVR I/O registers. For
14695 each register, @value{GDBN} prints its number and value.
14696 @end table
14697
14698 @node CRIS
14699 @subsection CRIS
14700 @cindex CRIS
14701
14702 When configured for debugging CRIS, @value{GDBN} provides the
14703 following CRIS-specific commands:
14704
14705 @table @code
14706 @item set cris-version @var{ver}
14707 @cindex CRIS version
14708 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
14709 The CRIS version affects register names and sizes. This command is useful in
14710 case autodetection of the CRIS version fails.
14711
14712 @item show cris-version
14713 Show the current CRIS version.
14714
14715 @item set cris-dwarf2-cfi
14716 @cindex DWARF-2 CFI and CRIS
14717 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
14718 Change to @samp{off} when using @code{gcc-cris} whose version is below
14719 @code{R59}.
14720
14721 @item show cris-dwarf2-cfi
14722 Show the current state of using DWARF-2 CFI.
14723
14724 @item set cris-mode @var{mode}
14725 @cindex CRIS mode
14726 Set the current CRIS mode to @var{mode}. It should only be changed when
14727 debugging in guru mode, in which case it should be set to
14728 @samp{guru} (the default is @samp{normal}).
14729
14730 @item show cris-mode
14731 Show the current CRIS mode.
14732 @end table
14733
14734 @node Super-H
14735 @subsection Renesas Super-H
14736 @cindex Super-H
14737
14738 For the Renesas Super-H processor, @value{GDBN} provides these
14739 commands:
14740
14741 @table @code
14742 @item regs
14743 @kindex regs@r{, Super-H}
14744 Show the values of all Super-H registers.
14745 @end table
14746
14747 @node WinCE
14748 @subsection Windows CE
14749 @cindex Windows CE
14750
14751 The following commands are available for Windows CE:
14752
14753 @table @code
14754 @item set remotedirectory @var{dir}
14755 @kindex set remotedirectory
14756 Tell @value{GDBN} to upload files from the named directory @var{dir}.
14757 The default is @file{/gdb}, i.e.@: the root directory on the current
14758 drive.
14759
14760 @item show remotedirectory
14761 @kindex show remotedirectory
14762 Show the current value of the upload directory.
14763
14764 @item set remoteupload @var{method}
14765 @kindex set remoteupload
14766 Set the method used to upload files to remote device. Valid values
14767 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14768 The default is @samp{newer}.
14769
14770 @item show remoteupload
14771 @kindex show remoteupload
14772 Show the current setting of the upload method.
14773
14774 @item set remoteaddhost
14775 @kindex set remoteaddhost
14776 Tell @value{GDBN} whether to add this host to the remote stub's
14777 arguments when you debug over a network.
14778
14779 @item show remoteaddhost
14780 @kindex show remoteaddhost
14781 Show whether to add this host to remote stub's arguments when
14782 debugging over a network.
14783 @end table
14784
14785
14786 @node Architectures
14787 @section Architectures
14788
14789 This section describes characteristics of architectures that affect
14790 all uses of @value{GDBN} with the architecture, both native and cross.
14791
14792 @menu
14793 * i386::
14794 * A29K::
14795 * Alpha::
14796 * MIPS::
14797 * HPPA:: HP PA architecture
14798 @end menu
14799
14800 @node i386
14801 @subsection x86 Architecture-specific issues.
14802
14803 @table @code
14804 @item set struct-convention @var{mode}
14805 @kindex set struct-convention
14806 @cindex struct return convention
14807 @cindex struct/union returned in registers
14808 Set the convention used by the inferior to return @code{struct}s and
14809 @code{union}s from functions to @var{mode}. Possible values of
14810 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14811 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14812 are returned on the stack, while @code{"reg"} means that a
14813 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14814 be returned in a register.
14815
14816 @item show struct-convention
14817 @kindex show struct-convention
14818 Show the current setting of the convention to return @code{struct}s
14819 from functions.
14820 @end table
14821
14822 @node A29K
14823 @subsection A29K
14824
14825 @table @code
14826
14827 @kindex set rstack_high_address
14828 @cindex AMD 29K register stack
14829 @cindex register stack, AMD29K
14830 @item set rstack_high_address @var{address}
14831 On AMD 29000 family processors, registers are saved in a separate
14832 @dfn{register stack}. There is no way for @value{GDBN} to determine the
14833 extent of this stack. Normally, @value{GDBN} just assumes that the
14834 stack is ``large enough''. This may result in @value{GDBN} referencing
14835 memory locations that do not exist. If necessary, you can get around
14836 this problem by specifying the ending address of the register stack with
14837 the @code{set rstack_high_address} command. The argument should be an
14838 address, which you probably want to precede with @samp{0x} to specify in
14839 hexadecimal.
14840
14841 @kindex show rstack_high_address
14842 @item show rstack_high_address
14843 Display the current limit of the register stack, on AMD 29000 family
14844 processors.
14845
14846 @end table
14847
14848 @node Alpha
14849 @subsection Alpha
14850
14851 See the following section.
14852
14853 @node MIPS
14854 @subsection MIPS
14855
14856 @cindex stack on Alpha
14857 @cindex stack on MIPS
14858 @cindex Alpha stack
14859 @cindex MIPS stack
14860 Alpha- and MIPS-based computers use an unusual stack frame, which
14861 sometimes requires @value{GDBN} to search backward in the object code to
14862 find the beginning of a function.
14863
14864 @cindex response time, MIPS debugging
14865 To improve response time (especially for embedded applications, where
14866 @value{GDBN} may be restricted to a slow serial line for this search)
14867 you may want to limit the size of this search, using one of these
14868 commands:
14869
14870 @table @code
14871 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
14872 @item set heuristic-fence-post @var{limit}
14873 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14874 search for the beginning of a function. A value of @var{0} (the
14875 default) means there is no limit. However, except for @var{0}, the
14876 larger the limit the more bytes @code{heuristic-fence-post} must search
14877 and therefore the longer it takes to run. You should only need to use
14878 this command when debugging a stripped executable.
14879
14880 @item show heuristic-fence-post
14881 Display the current limit.
14882 @end table
14883
14884 @noindent
14885 These commands are available @emph{only} when @value{GDBN} is configured
14886 for debugging programs on Alpha or MIPS processors.
14887
14888 Several MIPS-specific commands are available when debugging MIPS
14889 programs:
14890
14891 @table @code
14892 @item set mips saved-gpreg-size @var{size}
14893 @kindex set mips saved-gpreg-size
14894 @cindex MIPS GP register size on stack
14895 Set the size of MIPS general-purpose registers saved on the stack.
14896 The argument @var{size} can be one of the following:
14897
14898 @table @samp
14899 @item 32
14900 32-bit GP registers
14901 @item 64
14902 64-bit GP registers
14903 @item auto
14904 Use the target's default setting or autodetect the saved size from the
14905 information contained in the executable. This is the default
14906 @end table
14907
14908 @item show mips saved-gpreg-size
14909 @kindex show mips saved-gpreg-size
14910 Show the current size of MIPS GP registers on the stack.
14911
14912 @item set mips stack-arg-size @var{size}
14913 @kindex set mips stack-arg-size
14914 @cindex MIPS stack space for arguments
14915 Set the amount of stack space reserved for arguments to functions.
14916 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14917 (the default).
14918
14919 @item set mips abi @var{arg}
14920 @kindex set mips abi
14921 @cindex set ABI for MIPS
14922 Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14923 values of @var{arg} are:
14924
14925 @table @samp
14926 @item auto
14927 The default ABI associated with the current binary (this is the
14928 default).
14929 @item o32
14930 @item o64
14931 @item n32
14932 @item n64
14933 @item eabi32
14934 @item eabi64
14935 @item auto
14936 @end table
14937
14938 @item show mips abi
14939 @kindex show mips abi
14940 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14941
14942 @item set mipsfpu
14943 @itemx show mipsfpu
14944 @xref{MIPS Embedded, set mipsfpu}.
14945
14946 @item set mips mask-address @var{arg}
14947 @kindex set mips mask-address
14948 @cindex MIPS addresses, masking
14949 This command determines whether the most-significant 32 bits of 64-bit
14950 MIPS addresses are masked off. The argument @var{arg} can be
14951 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14952 setting, which lets @value{GDBN} determine the correct value.
14953
14954 @item show mips mask-address
14955 @kindex show mips mask-address
14956 Show whether the upper 32 bits of MIPS addresses are masked off or
14957 not.
14958
14959 @item set remote-mips64-transfers-32bit-regs
14960 @kindex set remote-mips64-transfers-32bit-regs
14961 This command controls compatibility with 64-bit MIPS targets that
14962 transfer data in 32-bit quantities. If you have an old MIPS 64 target
14963 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14964 and 64 bits for other registers, set this option to @samp{on}.
14965
14966 @item show remote-mips64-transfers-32bit-regs
14967 @kindex show remote-mips64-transfers-32bit-regs
14968 Show the current setting of compatibility with older MIPS 64 targets.
14969
14970 @item set debug mips
14971 @kindex set debug mips
14972 This command turns on and off debugging messages for the MIPS-specific
14973 target code in @value{GDBN}.
14974
14975 @item show debug mips
14976 @kindex show debug mips
14977 Show the current setting of MIPS debugging messages.
14978 @end table
14979
14980
14981 @node HPPA
14982 @subsection HPPA
14983 @cindex HPPA support
14984
14985 When @value{GDBN} is debugging te HP PA architecture, it provides the
14986 following special commands:
14987
14988 @table @code
14989 @item set debug hppa
14990 @kindex set debug hppa
14991 THis command determines whether HPPA architecture specific debugging
14992 messages are to be displayed.
14993
14994 @item show debug hppa
14995 Show whether HPPA debugging messages are displayed.
14996
14997 @item maint print unwind @var{address}
14998 @kindex maint print unwind@r{, HPPA}
14999 This command displays the contents of the unwind table entry at the
15000 given @var{address}.
15001
15002 @end table
15003
15004
15005 @node Controlling GDB
15006 @chapter Controlling @value{GDBN}
15007
15008 You can alter the way @value{GDBN} interacts with you by using the
15009 @code{set} command. For commands controlling how @value{GDBN} displays
15010 data, see @ref{Print Settings, ,Print settings}. Other settings are
15011 described here.
15012
15013 @menu
15014 * Prompt:: Prompt
15015 * Editing:: Command editing
15016 * Command History:: Command history
15017 * Screen Size:: Screen size
15018 * Numbers:: Numbers
15019 * ABI:: Configuring the current ABI
15020 * Messages/Warnings:: Optional warnings and messages
15021 * Debugging Output:: Optional messages about internal happenings
15022 @end menu
15023
15024 @node Prompt
15025 @section Prompt
15026
15027 @cindex prompt
15028
15029 @value{GDBN} indicates its readiness to read a command by printing a string
15030 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
15031 can change the prompt string with the @code{set prompt} command. For
15032 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
15033 the prompt in one of the @value{GDBN} sessions so that you can always tell
15034 which one you are talking to.
15035
15036 @emph{Note:} @code{set prompt} does not add a space for you after the
15037 prompt you set. This allows you to set a prompt which ends in a space
15038 or a prompt that does not.
15039
15040 @table @code
15041 @kindex set prompt
15042 @item set prompt @var{newprompt}
15043 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
15044
15045 @kindex show prompt
15046 @item show prompt
15047 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
15048 @end table
15049
15050 @node Editing
15051 @section Command editing
15052 @cindex readline
15053 @cindex command line editing
15054
15055 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
15056 @sc{gnu} library provides consistent behavior for programs which provide a
15057 command line interface to the user. Advantages are @sc{gnu} Emacs-style
15058 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15059 substitution, and a storage and recall of command history across
15060 debugging sessions.
15061
15062 You may control the behavior of command line editing in @value{GDBN} with the
15063 command @code{set}.
15064
15065 @table @code
15066 @kindex set editing
15067 @cindex editing
15068 @item set editing
15069 @itemx set editing on
15070 Enable command line editing (enabled by default).
15071
15072 @item set editing off
15073 Disable command line editing.
15074
15075 @kindex show editing
15076 @item show editing
15077 Show whether command line editing is enabled.
15078 @end table
15079
15080 @xref{Command Line Editing}, for more details about the Readline
15081 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15082 encouraged to read that chapter.
15083
15084 @node Command History
15085 @section Command history
15086 @cindex command history
15087
15088 @value{GDBN} can keep track of the commands you type during your
15089 debugging sessions, so that you can be certain of precisely what
15090 happened. Use these commands to manage the @value{GDBN} command
15091 history facility.
15092
15093 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15094 package, to provide the history facility. @xref{Using History
15095 Interactively}, for the detailed description of the History library.
15096
15097 To issue a command to @value{GDBN} without affecting certain aspects of
15098 the state which is seen by users, prefix it with @samp{server }. This
15099 means that this command will not affect the command history, nor will it
15100 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
15101 pressed on a line by itself.
15102
15103 @cindex @code{server}, command prefix
15104 The server prefix does not affect the recording of values into the value
15105 history; to print a value without recording it into the value history,
15106 use the @code{output} command instead of the @code{print} command.
15107
15108 Here is the description of @value{GDBN} commands related to command
15109 history.
15110
15111 @table @code
15112 @cindex history substitution
15113 @cindex history file
15114 @kindex set history filename
15115 @cindex @env{GDBHISTFILE}, environment variable
15116 @item set history filename @var{fname}
15117 Set the name of the @value{GDBN} command history file to @var{fname}.
15118 This is the file where @value{GDBN} reads an initial command history
15119 list, and where it writes the command history from this session when it
15120 exits. You can access this list through history expansion or through
15121 the history command editing characters listed below. This file defaults
15122 to the value of the environment variable @code{GDBHISTFILE}, or to
15123 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15124 is not set.
15125
15126 @cindex save command history
15127 @kindex set history save
15128 @item set history save
15129 @itemx set history save on
15130 Record command history in a file, whose name may be specified with the
15131 @code{set history filename} command. By default, this option is disabled.
15132
15133 @item set history save off
15134 Stop recording command history in a file.
15135
15136 @cindex history size
15137 @kindex set history size
15138 @cindex @env{HISTSIZE}, environment variable
15139 @item set history size @var{size}
15140 Set the number of commands which @value{GDBN} keeps in its history list.
15141 This defaults to the value of the environment variable
15142 @code{HISTSIZE}, or to 256 if this variable is not set.
15143 @end table
15144
15145 History expansion assigns special meaning to the character @kbd{!}.
15146 @xref{Event Designators}, for more details.
15147
15148 @cindex history expansion, turn on/off
15149 Since @kbd{!} is also the logical not operator in C, history expansion
15150 is off by default. If you decide to enable history expansion with the
15151 @code{set history expansion on} command, you may sometimes need to
15152 follow @kbd{!} (when it is used as logical not, in an expression) with
15153 a space or a tab to prevent it from being expanded. The readline
15154 history facilities do not attempt substitution on the strings
15155 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15156
15157 The commands to control history expansion are:
15158
15159 @table @code
15160 @item set history expansion on
15161 @itemx set history expansion
15162 @kindex set history expansion
15163 Enable history expansion. History expansion is off by default.
15164
15165 @item set history expansion off
15166 Disable history expansion.
15167
15168 @c @group
15169 @kindex show history
15170 @item show history
15171 @itemx show history filename
15172 @itemx show history save
15173 @itemx show history size
15174 @itemx show history expansion
15175 These commands display the state of the @value{GDBN} history parameters.
15176 @code{show history} by itself displays all four states.
15177 @c @end group
15178 @end table
15179
15180 @table @code
15181 @kindex show commands
15182 @cindex show last commands
15183 @cindex display command history
15184 @item show commands
15185 Display the last ten commands in the command history.
15186
15187 @item show commands @var{n}
15188 Print ten commands centered on command number @var{n}.
15189
15190 @item show commands +
15191 Print ten commands just after the commands last printed.
15192 @end table
15193
15194 @node Screen Size
15195 @section Screen size
15196 @cindex size of screen
15197 @cindex pauses in output
15198
15199 Certain commands to @value{GDBN} may produce large amounts of
15200 information output to the screen. To help you read all of it,
15201 @value{GDBN} pauses and asks you for input at the end of each page of
15202 output. Type @key{RET} when you want to continue the output, or @kbd{q}
15203 to discard the remaining output. Also, the screen width setting
15204 determines when to wrap lines of output. Depending on what is being
15205 printed, @value{GDBN} tries to break the line at a readable place,
15206 rather than simply letting it overflow onto the following line.
15207
15208 Normally @value{GDBN} knows the size of the screen from the terminal
15209 driver software. For example, on Unix @value{GDBN} uses the termcap data base
15210 together with the value of the @code{TERM} environment variable and the
15211 @code{stty rows} and @code{stty cols} settings. If this is not correct,
15212 you can override it with the @code{set height} and @code{set
15213 width} commands:
15214
15215 @table @code
15216 @kindex set height
15217 @kindex set width
15218 @kindex show width
15219 @kindex show height
15220 @item set height @var{lpp}
15221 @itemx show height
15222 @itemx set width @var{cpl}
15223 @itemx show width
15224 These @code{set} commands specify a screen height of @var{lpp} lines and
15225 a screen width of @var{cpl} characters. The associated @code{show}
15226 commands display the current settings.
15227
15228 If you specify a height of zero lines, @value{GDBN} does not pause during
15229 output no matter how long the output is. This is useful if output is to a
15230 file or to an editor buffer.
15231
15232 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15233 from wrapping its output.
15234
15235 @item set pagination on
15236 @itemx set pagination off
15237 @kindex set pagination
15238 Turn the output pagination on or off; the default is on. Turning
15239 pagination off is the alternative to @code{set height 0}.
15240
15241 @item show pagination
15242 @kindex show pagination
15243 Show the current pagination mode.
15244 @end table
15245
15246 @node Numbers
15247 @section Numbers
15248 @cindex number representation
15249 @cindex entering numbers
15250
15251 You can always enter numbers in octal, decimal, or hexadecimal in
15252 @value{GDBN} by the usual conventions: octal numbers begin with
15253 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15254 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
15255 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
15256 10; likewise, the default display for numbers---when no particular
15257 format is specified---is base 10. You can change the default base for
15258 both input and output with the commands described below.
15259
15260 @table @code
15261 @kindex set input-radix
15262 @item set input-radix @var{base}
15263 Set the default base for numeric input. Supported choices
15264 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15265 specified either unambiguously or using the current input radix; for
15266 example, any of
15267
15268 @smallexample
15269 set input-radix 012
15270 set input-radix 10.
15271 set input-radix 0xa
15272 @end smallexample
15273
15274 @noindent
15275 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15276 leaves the input radix unchanged, no matter what it was, since
15277 @samp{10}, being without any leading or trailing signs of its base, is
15278 interpreted in the current radix. Thus, if the current radix is 16,
15279 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15280 change the radix.
15281
15282 @kindex set output-radix
15283 @item set output-radix @var{base}
15284 Set the default base for numeric display. Supported choices
15285 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15286 specified either unambiguously or using the current input radix.
15287
15288 @kindex show input-radix
15289 @item show input-radix
15290 Display the current default base for numeric input.
15291
15292 @kindex show output-radix
15293 @item show output-radix
15294 Display the current default base for numeric display.
15295
15296 @item set radix @r{[}@var{base}@r{]}
15297 @itemx show radix
15298 @kindex set radix
15299 @kindex show radix
15300 These commands set and show the default base for both input and output
15301 of numbers. @code{set radix} sets the radix of input and output to
15302 the same base; without an argument, it resets the radix back to its
15303 default value of 10.
15304
15305 @end table
15306
15307 @node ABI
15308 @section Configuring the current ABI
15309
15310 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15311 application automatically. However, sometimes you need to override its
15312 conclusions. Use these commands to manage @value{GDBN}'s view of the
15313 current ABI.
15314
15315 @cindex OS ABI
15316 @kindex set osabi
15317 @kindex show osabi
15318
15319 One @value{GDBN} configuration can debug binaries for multiple operating
15320 system targets, either via remote debugging or native emulation.
15321 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15322 but you can override its conclusion using the @code{set osabi} command.
15323 One example where this is useful is in debugging of binaries which use
15324 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15325 not have the same identifying marks that the standard C library for your
15326 platform provides.
15327
15328 @table @code
15329 @item show osabi
15330 Show the OS ABI currently in use.
15331
15332 @item set osabi
15333 With no argument, show the list of registered available OS ABI's.
15334
15335 @item set osabi @var{abi}
15336 Set the current OS ABI to @var{abi}.
15337 @end table
15338
15339 @cindex float promotion
15340
15341 Generally, the way that an argument of type @code{float} is passed to a
15342 function depends on whether the function is prototyped. For a prototyped
15343 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15344 according to the architecture's convention for @code{float}. For unprototyped
15345 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15346 @code{double} and then passed.
15347
15348 Unfortunately, some forms of debug information do not reliably indicate whether
15349 a function is prototyped. If @value{GDBN} calls a function that is not marked
15350 as prototyped, it consults @kbd{set coerce-float-to-double}.
15351
15352 @table @code
15353 @kindex set coerce-float-to-double
15354 @item set coerce-float-to-double
15355 @itemx set coerce-float-to-double on
15356 Arguments of type @code{float} will be promoted to @code{double} when passed
15357 to an unprototyped function. This is the default setting.
15358
15359 @item set coerce-float-to-double off
15360 Arguments of type @code{float} will be passed directly to unprototyped
15361 functions.
15362
15363 @kindex show coerce-float-to-double
15364 @item show coerce-float-to-double
15365 Show the current setting of promoting @code{float} to @code{double}.
15366 @end table
15367
15368 @kindex set cp-abi
15369 @kindex show cp-abi
15370 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15371 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15372 used to build your application. @value{GDBN} only fully supports
15373 programs with a single C@t{++} ABI; if your program contains code using
15374 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15375 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15376 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15377 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15378 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15379 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15380 ``auto''.
15381
15382 @table @code
15383 @item show cp-abi
15384 Show the C@t{++} ABI currently in use.
15385
15386 @item set cp-abi
15387 With no argument, show the list of supported C@t{++} ABI's.
15388
15389 @item set cp-abi @var{abi}
15390 @itemx set cp-abi auto
15391 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15392 @end table
15393
15394 @node Messages/Warnings
15395 @section Optional warnings and messages
15396
15397 @cindex verbose operation
15398 @cindex optional warnings
15399 By default, @value{GDBN} is silent about its inner workings. If you are
15400 running on a slow machine, you may want to use the @code{set verbose}
15401 command. This makes @value{GDBN} tell you when it does a lengthy
15402 internal operation, so you will not think it has crashed.
15403
15404 Currently, the messages controlled by @code{set verbose} are those
15405 which announce that the symbol table for a source file is being read;
15406 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
15407
15408 @table @code
15409 @kindex set verbose
15410 @item set verbose on
15411 Enables @value{GDBN} output of certain informational messages.
15412
15413 @item set verbose off
15414 Disables @value{GDBN} output of certain informational messages.
15415
15416 @kindex show verbose
15417 @item show verbose
15418 Displays whether @code{set verbose} is on or off.
15419 @end table
15420
15421 By default, if @value{GDBN} encounters bugs in the symbol table of an
15422 object file, it is silent; but if you are debugging a compiler, you may
15423 find this information useful (@pxref{Symbol Errors, ,Errors reading
15424 symbol files}).
15425
15426 @table @code
15427
15428 @kindex set complaints
15429 @item set complaints @var{limit}
15430 Permits @value{GDBN} to output @var{limit} complaints about each type of
15431 unusual symbols before becoming silent about the problem. Set
15432 @var{limit} to zero to suppress all complaints; set it to a large number
15433 to prevent complaints from being suppressed.
15434
15435 @kindex show complaints
15436 @item show complaints
15437 Displays how many symbol complaints @value{GDBN} is permitted to produce.
15438
15439 @end table
15440
15441 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15442 lot of stupid questions to confirm certain commands. For example, if
15443 you try to run a program which is already running:
15444
15445 @smallexample
15446 (@value{GDBP}) run
15447 The program being debugged has been started already.
15448 Start it from the beginning? (y or n)
15449 @end smallexample
15450
15451 If you are willing to unflinchingly face the consequences of your own
15452 commands, you can disable this ``feature'':
15453
15454 @table @code
15455
15456 @kindex set confirm
15457 @cindex flinching
15458 @cindex confirmation
15459 @cindex stupid questions
15460 @item set confirm off
15461 Disables confirmation requests.
15462
15463 @item set confirm on
15464 Enables confirmation requests (the default).
15465
15466 @kindex show confirm
15467 @item show confirm
15468 Displays state of confirmation requests.
15469
15470 @end table
15471
15472 @node Debugging Output
15473 @section Optional messages about internal happenings
15474 @cindex optional debugging messages
15475
15476 @value{GDBN} has commands that enable optional debugging messages from
15477 various @value{GDBN} subsystems; normally these commands are of
15478 interest to @value{GDBN} maintainers, or when reporting a bug. This
15479 section documents those commands.
15480
15481 @table @code
15482 @kindex set exec-done-display
15483 @item set exec-done-display
15484 Turns on or off the notification of asynchronous commands'
15485 completion. When on, @value{GDBN} will print a message when an
15486 asynchronous command finishes its execution. The default is off.
15487 @kindex show exec-done-display
15488 @item show exec-done-display
15489 Displays the current setting of asynchronous command completion
15490 notification.
15491 @kindex set debug
15492 @cindex gdbarch debugging info
15493 @cindex architecture debugging info
15494 @item set debug arch
15495 Turns on or off display of gdbarch debugging info. The default is off
15496 @kindex show debug
15497 @item show debug arch
15498 Displays the current state of displaying gdbarch debugging info.
15499 @item set debug aix-thread
15500 @cindex AIX threads
15501 Display debugging messages about inner workings of the AIX thread
15502 module.
15503 @item show debug aix-thread
15504 Show the current state of AIX thread debugging info display.
15505 @item set debug event
15506 @cindex event debugging info
15507 Turns on or off display of @value{GDBN} event debugging info. The
15508 default is off.
15509 @item show debug event
15510 Displays the current state of displaying @value{GDBN} event debugging
15511 info.
15512 @item set debug expression
15513 @cindex expression debugging info
15514 Turns on or off display of debugging info about @value{GDBN}
15515 expression parsing. The default is off.
15516 @item show debug expression
15517 Displays the current state of displaying debugging info about
15518 @value{GDBN} expression parsing.
15519 @item set debug frame
15520 @cindex frame debugging info
15521 Turns on or off display of @value{GDBN} frame debugging info. The
15522 default is off.
15523 @item show debug frame
15524 Displays the current state of displaying @value{GDBN} frame debugging
15525 info.
15526 @item set debug infrun
15527 @cindex inferior debugging info
15528 Turns on or off display of @value{GDBN} debugging info for running the inferior.
15529 The default is off. @file{infrun.c} contains GDB's runtime state machine used
15530 for implementing operations such as single-stepping the inferior.
15531 @item show debug infrun
15532 Displays the current state of @value{GDBN} inferior debugging.
15533 @item set debug lin-lwp
15534 @cindex @sc{gnu}/Linux LWP debug messages
15535 @cindex Linux lightweight processes
15536 Turns on or off debugging messages from the Linux LWP debug support.
15537 @item show debug lin-lwp
15538 Show the current state of Linux LWP debugging messages.
15539 @item set debug observer
15540 @cindex observer debugging info
15541 Turns on or off display of @value{GDBN} observer debugging. This
15542 includes info such as the notification of observable events.
15543 @item show debug observer
15544 Displays the current state of observer debugging.
15545 @item set debug overload
15546 @cindex C@t{++} overload debugging info
15547 Turns on or off display of @value{GDBN} C@t{++} overload debugging
15548 info. This includes info such as ranking of functions, etc. The default
15549 is off.
15550 @item show debug overload
15551 Displays the current state of displaying @value{GDBN} C@t{++} overload
15552 debugging info.
15553 @cindex packets, reporting on stdout
15554 @cindex serial connections, debugging
15555 @item set debug remote
15556 Turns on or off display of reports on all packets sent back and forth across
15557 the serial line to the remote machine. The info is printed on the
15558 @value{GDBN} standard output stream. The default is off.
15559 @item show debug remote
15560 Displays the state of display of remote packets.
15561 @item set debug serial
15562 Turns on or off display of @value{GDBN} serial debugging info. The
15563 default is off.
15564 @item show debug serial
15565 Displays the current state of displaying @value{GDBN} serial debugging
15566 info.
15567 @item set debug solib-frv
15568 @cindex FR-V shared-library debugging
15569 Turns on or off debugging messages for FR-V shared-library code.
15570 @item show debug solib-frv
15571 Display the current state of FR-V shared-library code debugging
15572 messages.
15573 @item set debug target
15574 @cindex target debugging info
15575 Turns on or off display of @value{GDBN} target debugging info. This info
15576 includes what is going on at the target level of GDB, as it happens. The
15577 default is 0. Set it to 1 to track events, and to 2 to also track the
15578 value of large memory transfers. Changes to this flag do not take effect
15579 until the next time you connect to a target or use the @code{run} command.
15580 @item show debug target
15581 Displays the current state of displaying @value{GDBN} target debugging
15582 info.
15583 @item set debugvarobj
15584 @cindex variable object debugging info
15585 Turns on or off display of @value{GDBN} variable object debugging
15586 info. The default is off.
15587 @item show debugvarobj
15588 Displays the current state of displaying @value{GDBN} variable object
15589 debugging info.
15590 @end table
15591
15592 @node Sequences
15593 @chapter Canned Sequences of Commands
15594
15595 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15596 command lists}), @value{GDBN} provides two ways to store sequences of
15597 commands for execution as a unit: user-defined commands and command
15598 files.
15599
15600 @menu
15601 * Define:: User-defined commands
15602 * Hooks:: User-defined command hooks
15603 * Command Files:: Command files
15604 * Output:: Commands for controlled output
15605 @end menu
15606
15607 @node Define
15608 @section User-defined commands
15609
15610 @cindex user-defined command
15611 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15612 which you assign a new name as a command. This is done with the
15613 @code{define} command. User commands may accept up to 10 arguments
15614 separated by whitespace. Arguments are accessed within the user command
15615 via @var{$arg0@dots{}$arg9}. A trivial example:
15616
15617 @smallexample
15618 define adder
15619 print $arg0 + $arg1 + $arg2
15620 @end smallexample
15621
15622 @noindent
15623 To execute the command use:
15624
15625 @smallexample
15626 adder 1 2 3
15627 @end smallexample
15628
15629 @noindent
15630 This defines the command @code{adder}, which prints the sum of
15631 its three arguments. Note the arguments are text substitutions, so they may
15632 reference variables, use complex expressions, or even perform inferior
15633 functions calls.
15634
15635 @table @code
15636
15637 @kindex define
15638 @item define @var{commandname}
15639 Define a command named @var{commandname}. If there is already a command
15640 by that name, you are asked to confirm that you want to redefine it.
15641
15642 The definition of the command is made up of other @value{GDBN} command lines,
15643 which are given following the @code{define} command. The end of these
15644 commands is marked by a line containing @code{end}.
15645
15646 @kindex if
15647 @kindex else
15648 @item if
15649 @itemx else
15650 Takes a single argument, which is an expression to evaluate.
15651 It is followed by a series of commands that are executed
15652 only if the expression is true (nonzero).
15653 There can then optionally be a line @code{else}, followed
15654 by a series of commands that are only executed if the expression
15655 was false. The end of the list is marked by a line containing @code{end}.
15656
15657 @kindex while
15658 @item while
15659 The syntax is similar to @code{if}: the command takes a single argument,
15660 which is an expression to evaluate, and must be followed by the commands to
15661 execute, one per line, terminated by an @code{end}.
15662 The commands are executed repeatedly as long as the expression
15663 evaluates to true.
15664
15665 @kindex document
15666 @item document @var{commandname}
15667 Document the user-defined command @var{commandname}, so that it can be
15668 accessed by @code{help}. The command @var{commandname} must already be
15669 defined. This command reads lines of documentation just as @code{define}
15670 reads the lines of the command definition, ending with @code{end}.
15671 After the @code{document} command is finished, @code{help} on command
15672 @var{commandname} displays the documentation you have written.
15673
15674 You may use the @code{document} command again to change the
15675 documentation of a command. Redefining the command with @code{define}
15676 does not change the documentation.
15677
15678 @kindex dont-repeat
15679 @cindex don't repeat command
15680 @item dont-repeat
15681 Used inside a user-defined command, this tells @value{GDBN} that this
15682 command should not be repeated when the user hits @key{RET}
15683 (@pxref{Command Syntax, repeat last command}).
15684
15685 @kindex help user-defined
15686 @item help user-defined
15687 List all user-defined commands, with the first line of the documentation
15688 (if any) for each.
15689
15690 @kindex show user
15691 @item show user
15692 @itemx show user @var{commandname}
15693 Display the @value{GDBN} commands used to define @var{commandname} (but
15694 not its documentation). If no @var{commandname} is given, display the
15695 definitions for all user-defined commands.
15696
15697 @cindex infinite recusrion in user-defined commands
15698 @kindex show max-user-call-depth
15699 @kindex set max-user-call-depth
15700 @item show max-user-call-depth
15701 @itemx set max-user-call-depth
15702 The value of @code{max-user-call-depth} controls how many recursion
15703 levels are allowed in user-defined commands before GDB suspects an
15704 infinite recursion and aborts the command.
15705
15706 @end table
15707
15708 When user-defined commands are executed, the
15709 commands of the definition are not printed. An error in any command
15710 stops execution of the user-defined command.
15711
15712 If used interactively, commands that would ask for confirmation proceed
15713 without asking when used inside a user-defined command. Many @value{GDBN}
15714 commands that normally print messages to say what they are doing omit the
15715 messages when used in a user-defined command.
15716
15717 @node Hooks
15718 @section User-defined command hooks
15719 @cindex command hooks
15720 @cindex hooks, for commands
15721 @cindex hooks, pre-command
15722
15723 @kindex hook
15724 You may define @dfn{hooks}, which are a special kind of user-defined
15725 command. Whenever you run the command @samp{foo}, if the user-defined
15726 command @samp{hook-foo} exists, it is executed (with no arguments)
15727 before that command.
15728
15729 @cindex hooks, post-command
15730 @kindex hookpost
15731 A hook may also be defined which is run after the command you executed.
15732 Whenever you run the command @samp{foo}, if the user-defined command
15733 @samp{hookpost-foo} exists, it is executed (with no arguments) after
15734 that command. Post-execution hooks may exist simultaneously with
15735 pre-execution hooks, for the same command.
15736
15737 It is valid for a hook to call the command which it hooks. If this
15738 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
15739
15740 @c It would be nice if hookpost could be passed a parameter indicating
15741 @c if the command it hooks executed properly or not. FIXME!
15742
15743 @kindex stop@r{, a pseudo-command}
15744 In addition, a pseudo-command, @samp{stop} exists. Defining
15745 (@samp{hook-stop}) makes the associated commands execute every time
15746 execution stops in your program: before breakpoint commands are run,
15747 displays are printed, or the stack frame is printed.
15748
15749 For example, to ignore @code{SIGALRM} signals while
15750 single-stepping, but treat them normally during normal execution,
15751 you could define:
15752
15753 @smallexample
15754 define hook-stop
15755 handle SIGALRM nopass
15756 end
15757
15758 define hook-run
15759 handle SIGALRM pass
15760 end
15761
15762 define hook-continue
15763 handle SIGLARM pass
15764 end
15765 @end smallexample
15766
15767 As a further example, to hook at the begining and end of the @code{echo}
15768 command, and to add extra text to the beginning and end of the message,
15769 you could define:
15770
15771 @smallexample
15772 define hook-echo
15773 echo <<<---
15774 end
15775
15776 define hookpost-echo
15777 echo --->>>\n
15778 end
15779
15780 (@value{GDBP}) echo Hello World
15781 <<<---Hello World--->>>
15782 (@value{GDBP})
15783
15784 @end smallexample
15785
15786 You can define a hook for any single-word command in @value{GDBN}, but
15787 not for command aliases; you should define a hook for the basic command
15788 name, e.g. @code{backtrace} rather than @code{bt}.
15789 @c FIXME! So how does Joe User discover whether a command is an alias
15790 @c or not?
15791 If an error occurs during the execution of your hook, execution of
15792 @value{GDBN} commands stops and @value{GDBN} issues a prompt
15793 (before the command that you actually typed had a chance to run).
15794
15795 If you try to define a hook which does not match any known command, you
15796 get a warning from the @code{define} command.
15797
15798 @node Command Files
15799 @section Command files
15800
15801 @cindex command files
15802 A command file for @value{GDBN} is a text file made of lines that are
15803 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
15804 also be included. An empty line in a command file does nothing; it
15805 does not mean to repeat the last command, as it would from the
15806 terminal.
15807
15808 You can request the execution of a command file with the @code{source}
15809 command:
15810
15811 @table @code
15812 @kindex source
15813 @item source @var{filename}
15814 Execute the command file @var{filename}.
15815 @end table
15816
15817 The lines in a command file are executed sequentially. They are not
15818 printed as they are executed. An error in any command terminates
15819 execution of the command file and control is returned to the console.
15820
15821 Commands that would ask for confirmation if used interactively proceed
15822 without asking when used in a command file. Many @value{GDBN} commands that
15823 normally print messages to say what they are doing omit the messages
15824 when called from command files.
15825
15826 @value{GDBN} also accepts command input from standard input. In this
15827 mode, normal output goes to standard output and error output goes to
15828 standard error. Errors in a command file supplied on standard input do
15829 not terminate execution of the command file---execution continues with
15830 the next command.
15831
15832 @smallexample
15833 gdb < cmds > log 2>&1
15834 @end smallexample
15835
15836 (The syntax above will vary depending on the shell used.) This example
15837 will execute commands from the file @file{cmds}. All output and errors
15838 would be directed to @file{log}.
15839
15840 @node Output
15841 @section Commands for controlled output
15842
15843 During the execution of a command file or a user-defined command, normal
15844 @value{GDBN} output is suppressed; the only output that appears is what is
15845 explicitly printed by the commands in the definition. This section
15846 describes three commands useful for generating exactly the output you
15847 want.
15848
15849 @table @code
15850 @kindex echo
15851 @item echo @var{text}
15852 @c I do not consider backslash-space a standard C escape sequence
15853 @c because it is not in ANSI.
15854 Print @var{text}. Nonprinting characters can be included in
15855 @var{text} using C escape sequences, such as @samp{\n} to print a
15856 newline. @strong{No newline is printed unless you specify one.}
15857 In addition to the standard C escape sequences, a backslash followed
15858 by a space stands for a space. This is useful for displaying a
15859 string with spaces at the beginning or the end, since leading and
15860 trailing spaces are otherwise trimmed from all arguments.
15861 To print @samp{@w{ }and foo =@w{ }}, use the command
15862 @samp{echo \@w{ }and foo = \@w{ }}.
15863
15864 A backslash at the end of @var{text} can be used, as in C, to continue
15865 the command onto subsequent lines. For example,
15866
15867 @smallexample
15868 echo This is some text\n\
15869 which is continued\n\
15870 onto several lines.\n
15871 @end smallexample
15872
15873 produces the same output as
15874
15875 @smallexample
15876 echo This is some text\n
15877 echo which is continued\n
15878 echo onto several lines.\n
15879 @end smallexample
15880
15881 @kindex output
15882 @item output @var{expression}
15883 Print the value of @var{expression} and nothing but that value: no
15884 newlines, no @samp{$@var{nn} = }. The value is not entered in the
15885 value history either. @xref{Expressions, ,Expressions}, for more information
15886 on expressions.
15887
15888 @item output/@var{fmt} @var{expression}
15889 Print the value of @var{expression} in format @var{fmt}. You can use
15890 the same formats as for @code{print}. @xref{Output Formats,,Output
15891 formats}, for more information.
15892
15893 @kindex printf
15894 @item printf @var{string}, @var{expressions}@dots{}
15895 Print the values of the @var{expressions} under the control of
15896 @var{string}. The @var{expressions} are separated by commas and may be
15897 either numbers or pointers. Their values are printed as specified by
15898 @var{string}, exactly as if your program were to execute the C
15899 subroutine
15900 @c FIXME: the above implies that at least all ANSI C formats are
15901 @c supported, but it isn't true: %E and %G don't work (or so it seems).
15902 @c Either this is a bug, or the manual should document what formats are
15903 @c supported.
15904
15905 @smallexample
15906 printf (@var{string}, @var{expressions}@dots{});
15907 @end smallexample
15908
15909 For example, you can print two values in hex like this:
15910
15911 @smallexample
15912 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15913 @end smallexample
15914
15915 The only backslash-escape sequences that you can use in the format
15916 string are the simple ones that consist of backslash followed by a
15917 letter.
15918 @end table
15919
15920 @node Interpreters
15921 @chapter Command Interpreters
15922 @cindex command interpreters
15923
15924 @value{GDBN} supports multiple command interpreters, and some command
15925 infrastructure to allow users or user interface writers to switch
15926 between interpreters or run commands in other interpreters.
15927
15928 @value{GDBN} currently supports two command interpreters, the console
15929 interpreter (sometimes called the command-line interpreter or @sc{cli})
15930 and the machine interface interpreter (or @sc{gdb/mi}). This manual
15931 describes both of these interfaces in great detail.
15932
15933 By default, @value{GDBN} will start with the console interpreter.
15934 However, the user may choose to start @value{GDBN} with another
15935 interpreter by specifying the @option{-i} or @option{--interpreter}
15936 startup options. Defined interpreters include:
15937
15938 @table @code
15939 @item console
15940 @cindex console interpreter
15941 The traditional console or command-line interpreter. This is the most often
15942 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15943 @value{GDBN} will use this interpreter.
15944
15945 @item mi
15946 @cindex mi interpreter
15947 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15948 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15949 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15950 Interface}.
15951
15952 @item mi2
15953 @cindex mi2 interpreter
15954 The current @sc{gdb/mi} interface.
15955
15956 @item mi1
15957 @cindex mi1 interpreter
15958 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15959
15960 @end table
15961
15962 @cindex invoke another interpreter
15963 The interpreter being used by @value{GDBN} may not be dynamically
15964 switched at runtime. Although possible, this could lead to a very
15965 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15966 enters the command "interpreter-set console" in a console view,
15967 @value{GDBN} would switch to using the console interpreter, rendering
15968 the IDE inoperable!
15969
15970 @kindex interpreter-exec
15971 Although you may only choose a single interpreter at startup, you may execute
15972 commands in any interpreter from the current interpreter using the appropriate
15973 command. If you are running the console interpreter, simply use the
15974 @code{interpreter-exec} command:
15975
15976 @smallexample
15977 interpreter-exec mi "-data-list-register-names"
15978 @end smallexample
15979
15980 @sc{gdb/mi} has a similar command, although it is only available in versions of
15981 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15982
15983 @node TUI
15984 @chapter @value{GDBN} Text User Interface
15985 @cindex TUI
15986 @cindex Text User Interface
15987
15988 @menu
15989 * TUI Overview:: TUI overview
15990 * TUI Keys:: TUI key bindings
15991 * TUI Single Key Mode:: TUI single key mode
15992 * TUI Commands:: TUI specific commands
15993 * TUI Configuration:: TUI configuration variables
15994 @end menu
15995
15996 The @value{GDBN} Text User Interface, TUI in short, is a terminal
15997 interface which uses the @code{curses} library to show the source
15998 file, the assembly output, the program registers and @value{GDBN}
15999 commands in separate text windows.
16000
16001 The TUI is enabled by invoking @value{GDBN} using either
16002 @pindex gdbtui
16003 @samp{gdbtui} or @samp{gdb -tui}.
16004
16005 @node TUI Overview
16006 @section TUI overview
16007
16008 The TUI has two display modes that can be switched while
16009 @value{GDBN} runs:
16010
16011 @itemize @bullet
16012 @item
16013 A curses (or TUI) mode in which it displays several text
16014 windows on the terminal.
16015
16016 @item
16017 A standard mode which corresponds to the @value{GDBN} configured without
16018 the TUI.
16019 @end itemize
16020
16021 In the TUI mode, @value{GDBN} can display several text window
16022 on the terminal:
16023
16024 @table @emph
16025 @item command
16026 This window is the @value{GDBN} command window with the @value{GDBN}
16027 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
16028 managed using readline but through the TUI. The @emph{command}
16029 window is always visible.
16030
16031 @item source
16032 The source window shows the source file of the program. The current
16033 line as well as active breakpoints are displayed in this window.
16034
16035 @item assembly
16036 The assembly window shows the disassembly output of the program.
16037
16038 @item register
16039 This window shows the processor registers. It detects when
16040 a register is changed and when this is the case, registers that have
16041 changed are highlighted.
16042
16043 @end table
16044
16045 The source and assembly windows show the current program position
16046 by highlighting the current line and marking them with the @samp{>} marker.
16047 Breakpoints are also indicated with two markers. A first one
16048 indicates the breakpoint type:
16049
16050 @table @code
16051 @item B
16052 Breakpoint which was hit at least once.
16053
16054 @item b
16055 Breakpoint which was never hit.
16056
16057 @item H
16058 Hardware breakpoint which was hit at least once.
16059
16060 @item h
16061 Hardware breakpoint which was never hit.
16062
16063 @end table
16064
16065 The second marker indicates whether the breakpoint is enabled or not:
16066
16067 @table @code
16068 @item +
16069 Breakpoint is enabled.
16070
16071 @item -
16072 Breakpoint is disabled.
16073
16074 @end table
16075
16076 The source, assembly and register windows are attached to the thread
16077 and the frame position. They are updated when the current thread
16078 changes, when the frame changes or when the program counter changes.
16079 These three windows are arranged by the TUI according to several
16080 layouts. The layout defines which of these three windows are visible.
16081 The following layouts are available:
16082
16083 @itemize @bullet
16084 @item
16085 source
16086
16087 @item
16088 assembly
16089
16090 @item
16091 source and assembly
16092
16093 @item
16094 source and registers
16095
16096 @item
16097 assembly and registers
16098
16099 @end itemize
16100
16101 On top of the command window a status line gives various information
16102 concerning the current process begin debugged. The status line is
16103 updated when the information it shows changes. The following fields
16104 are displayed:
16105
16106 @table @emph
16107 @item target
16108 Indicates the current gdb target
16109 (@pxref{Targets, ,Specifying a Debugging Target}).
16110
16111 @item process
16112 Gives information about the current process or thread number.
16113 When no process is being debugged, this field is set to @code{No process}.
16114
16115 @item function
16116 Gives the current function name for the selected frame.
16117 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16118 When there is no symbol corresponding to the current program counter
16119 the string @code{??} is displayed.
16120
16121 @item line
16122 Indicates the current line number for the selected frame.
16123 When the current line number is not known the string @code{??} is displayed.
16124
16125 @item pc
16126 Indicates the current program counter address.
16127
16128 @end table
16129
16130 @node TUI Keys
16131 @section TUI Key Bindings
16132 @cindex TUI key bindings
16133
16134 The TUI installs several key bindings in the readline keymaps
16135 (@pxref{Command Line Editing}).
16136 They allow to leave or enter in the TUI mode or they operate
16137 directly on the TUI layout and windows. The TUI also provides
16138 a @emph{SingleKey} keymap which binds several keys directly to
16139 @value{GDBN} commands. The following key bindings
16140 are installed for both TUI mode and the @value{GDBN} standard mode.
16141
16142 @table @kbd
16143 @kindex C-x C-a
16144 @item C-x C-a
16145 @kindex C-x a
16146 @itemx C-x a
16147 @kindex C-x A
16148 @itemx C-x A
16149 Enter or leave the TUI mode. When the TUI mode is left,
16150 the curses window management is left and @value{GDBN} operates using
16151 its standard mode writing on the terminal directly. When the TUI
16152 mode is entered, the control is given back to the curses windows.
16153 The screen is then refreshed.
16154
16155 @kindex C-x 1
16156 @item C-x 1
16157 Use a TUI layout with only one window. The layout will
16158 either be @samp{source} or @samp{assembly}. When the TUI mode
16159 is not active, it will switch to the TUI mode.
16160
16161 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16162
16163 @kindex C-x 2
16164 @item C-x 2
16165 Use a TUI layout with at least two windows. When the current
16166 layout shows already two windows, a next layout with two windows is used.
16167 When a new layout is chosen, one window will always be common to the
16168 previous layout and the new one.
16169
16170 Think of it as the Emacs @kbd{C-x 2} binding.
16171
16172 @kindex C-x o
16173 @item C-x o
16174 Change the active window. The TUI associates several key bindings
16175 (like scrolling and arrow keys) to the active window. This command
16176 gives the focus to the next TUI window.
16177
16178 Think of it as the Emacs @kbd{C-x o} binding.
16179
16180 @kindex C-x s
16181 @item C-x s
16182 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16183 (@pxref{TUI Single Key Mode}).
16184
16185 @end table
16186
16187 The following key bindings are handled only by the TUI mode:
16188
16189 @table @key
16190 @kindex PgUp
16191 @item PgUp
16192 Scroll the active window one page up.
16193
16194 @kindex PgDn
16195 @item PgDn
16196 Scroll the active window one page down.
16197
16198 @kindex Up
16199 @item Up
16200 Scroll the active window one line up.
16201
16202 @kindex Down
16203 @item Down
16204 Scroll the active window one line down.
16205
16206 @kindex Left
16207 @item Left
16208 Scroll the active window one column left.
16209
16210 @kindex Right
16211 @item Right
16212 Scroll the active window one column right.
16213
16214 @kindex C-L
16215 @item C-L
16216 Refresh the screen.
16217
16218 @end table
16219
16220 In the TUI mode, the arrow keys are used by the active window
16221 for scrolling. This means they are available for readline when the
16222 active window is the command window. When the command window
16223 does not have the focus, it is necessary to use other readline
16224 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
16225
16226 @node TUI Single Key Mode
16227 @section TUI Single Key Mode
16228 @cindex TUI single key mode
16229
16230 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16231 key binding in the readline keymaps to connect single keys to
16232 some gdb commands.
16233
16234 @table @kbd
16235 @kindex c @r{(SingleKey TUI key)}
16236 @item c
16237 continue
16238
16239 @kindex d @r{(SingleKey TUI key)}
16240 @item d
16241 down
16242
16243 @kindex f @r{(SingleKey TUI key)}
16244 @item f
16245 finish
16246
16247 @kindex n @r{(SingleKey TUI key)}
16248 @item n
16249 next
16250
16251 @kindex q @r{(SingleKey TUI key)}
16252 @item q
16253 exit the @emph{SingleKey} mode.
16254
16255 @kindex r @r{(SingleKey TUI key)}
16256 @item r
16257 run
16258
16259 @kindex s @r{(SingleKey TUI key)}
16260 @item s
16261 step
16262
16263 @kindex u @r{(SingleKey TUI key)}
16264 @item u
16265 up
16266
16267 @kindex v @r{(SingleKey TUI key)}
16268 @item v
16269 info locals
16270
16271 @kindex w @r{(SingleKey TUI key)}
16272 @item w
16273 where
16274
16275 @end table
16276
16277 Other keys temporarily switch to the @value{GDBN} command prompt.
16278 The key that was pressed is inserted in the editing buffer so that
16279 it is possible to type most @value{GDBN} commands without interaction
16280 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16281 @emph{SingleKey} mode is restored. The only way to permanently leave
16282 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16283
16284
16285 @node TUI Commands
16286 @section TUI specific commands
16287 @cindex TUI commands
16288
16289 The TUI has specific commands to control the text windows.
16290 These commands are always available, that is they do not depend on
16291 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16292 is in the standard mode, using these commands will automatically switch
16293 in the TUI mode.
16294
16295 @table @code
16296 @item info win
16297 @kindex info win
16298 List and give the size of all displayed windows.
16299
16300 @item layout next
16301 @kindex layout
16302 Display the next layout.
16303
16304 @item layout prev
16305 Display the previous layout.
16306
16307 @item layout src
16308 Display the source window only.
16309
16310 @item layout asm
16311 Display the assembly window only.
16312
16313 @item layout split
16314 Display the source and assembly window.
16315
16316 @item layout regs
16317 Display the register window together with the source or assembly window.
16318
16319 @item focus next | prev | src | asm | regs | split
16320 @kindex focus
16321 Set the focus to the named window.
16322 This command allows to change the active window so that scrolling keys
16323 can be affected to another window.
16324
16325 @item refresh
16326 @kindex refresh
16327 Refresh the screen. This is similar to using @key{C-L} key.
16328
16329 @item tui reg float
16330 @kindex tui reg
16331 Show the floating point registers in the register window.
16332
16333 @item tui reg general
16334 Show the general registers in the register window.
16335
16336 @item tui reg next
16337 Show the next register group. The list of register groups as well as
16338 their order is target specific. The predefined register groups are the
16339 following: @code{general}, @code{float}, @code{system}, @code{vector},
16340 @code{all}, @code{save}, @code{restore}.
16341
16342 @item tui reg system
16343 Show the system registers in the register window.
16344
16345 @item update
16346 @kindex update
16347 Update the source window and the current execution point.
16348
16349 @item winheight @var{name} +@var{count}
16350 @itemx winheight @var{name} -@var{count}
16351 @kindex winheight
16352 Change the height of the window @var{name} by @var{count}
16353 lines. Positive counts increase the height, while negative counts
16354 decrease it.
16355
16356 @item tabset
16357 @kindex tabset @var{nchars}
16358 Set the width of tab stops to be @var{nchars} characters.
16359
16360 @end table
16361
16362 @node TUI Configuration
16363 @section TUI configuration variables
16364 @cindex TUI configuration variables
16365
16366 The TUI has several configuration variables that control the
16367 appearance of windows on the terminal.
16368
16369 @table @code
16370 @item set tui border-kind @var{kind}
16371 @kindex set tui border-kind
16372 Select the border appearance for the source, assembly and register windows.
16373 The possible values are the following:
16374 @table @code
16375 @item space
16376 Use a space character to draw the border.
16377
16378 @item ascii
16379 Use ascii characters + - and | to draw the border.
16380
16381 @item acs
16382 Use the Alternate Character Set to draw the border. The border is
16383 drawn using character line graphics if the terminal supports them.
16384
16385 @end table
16386
16387 @item set tui active-border-mode @var{mode}
16388 @kindex set tui active-border-mode
16389 Select the attributes to display the border of the active window.
16390 The possible values are @code{normal}, @code{standout}, @code{reverse},
16391 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
16392
16393 @item set tui border-mode @var{mode}
16394 @kindex set tui border-mode
16395 Select the attributes to display the border of other windows.
16396 The @var{mode} can be one of the following:
16397 @table @code
16398 @item normal
16399 Use normal attributes to display the border.
16400
16401 @item standout
16402 Use standout mode.
16403
16404 @item reverse
16405 Use reverse video mode.
16406
16407 @item half
16408 Use half bright mode.
16409
16410 @item half-standout
16411 Use half bright and standout mode.
16412
16413 @item bold
16414 Use extra bright or bold mode.
16415
16416 @item bold-standout
16417 Use extra bright or bold and standout mode.
16418
16419 @end table
16420
16421 @end table
16422
16423 @node Emacs
16424 @chapter Using @value{GDBN} under @sc{gnu} Emacs
16425
16426 @cindex Emacs
16427 @cindex @sc{gnu} Emacs
16428 A special interface allows you to use @sc{gnu} Emacs to view (and
16429 edit) the source files for the program you are debugging with
16430 @value{GDBN}.
16431
16432 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16433 executable file you want to debug as an argument. This command starts
16434 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
16435 created Emacs buffer.
16436 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
16437
16438 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16439 things:
16440
16441 @itemize @bullet
16442 @item
16443 All ``terminal'' input and output goes through the Emacs buffer.
16444 @end itemize
16445
16446 This applies both to @value{GDBN} commands and their output, and to the input
16447 and output done by the program you are debugging.
16448
16449 This is useful because it means that you can copy the text of previous
16450 commands and input them again; you can even use parts of the output
16451 in this way.
16452
16453 All the facilities of Emacs' Shell mode are available for interacting
16454 with your program. In particular, you can send signals the usual
16455 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16456 stop.
16457
16458 @itemize @bullet
16459 @item
16460 @value{GDBN} displays source code through Emacs.
16461 @end itemize
16462
16463 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16464 source file for that frame and puts an arrow (@samp{=>}) at the
16465 left margin of the current line. Emacs uses a separate buffer for
16466 source display, and splits the screen to show both your @value{GDBN} session
16467 and the source.
16468
16469 Explicit @value{GDBN} @code{list} or search commands still produce output as
16470 usual, but you probably have no reason to use them from Emacs.
16471
16472 If you specify an absolute file name when prompted for the @kbd{M-x
16473 gdb} argument, then Emacs sets your current working directory to where
16474 your program resides. If you only specify the file name, then Emacs
16475 sets your current working directory to to the directory associated
16476 with the previous buffer. In this case, @value{GDBN} may find your
16477 program by searching your environment's @code{PATH} variable, but on
16478 some operating systems it might not find the source. So, although the
16479 @value{GDBN} input and output session proceeds normally, the auxiliary
16480 buffer does not display the current source and line of execution.
16481
16482 The initial working directory of @value{GDBN} is printed on the top
16483 line of the @value{GDBN} I/O buffer and this serves as a default for
16484 the commands that specify files for @value{GDBN} to operate
16485 on. @xref{Files, ,Commands to specify files}.
16486
16487 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16488 need to call @value{GDBN} by a different name (for example, if you
16489 keep several configurations around, with different names) you can
16490 customize the Emacs variable @code{gud-gdb-command-name} to run the
16491 one you want.
16492
16493 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16494 addition to the standard Shell mode commands:
16495
16496 @table @kbd
16497 @item C-h m
16498 Describe the features of Emacs' @value{GDBN} Mode.
16499
16500 @item C-c C-s
16501 Execute to another source line, like the @value{GDBN} @code{step} command; also
16502 update the display window to show the current file and location.
16503
16504 @item C-c C-n
16505 Execute to next source line in this function, skipping all function
16506 calls, like the @value{GDBN} @code{next} command. Then update the display window
16507 to show the current file and location.
16508
16509 @item C-c C-i
16510 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16511 display window accordingly.
16512
16513 @item C-c C-f
16514 Execute until exit from the selected stack frame, like the @value{GDBN}
16515 @code{finish} command.
16516
16517 @item C-c C-r
16518 Continue execution of your program, like the @value{GDBN} @code{continue}
16519 command.
16520
16521 @item C-c <
16522 Go up the number of frames indicated by the numeric argument
16523 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16524 like the @value{GDBN} @code{up} command.
16525
16526 @item C-c >
16527 Go down the number of frames indicated by the numeric argument, like the
16528 @value{GDBN} @code{down} command.
16529 @end table
16530
16531 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
16532 tells @value{GDBN} to set a breakpoint on the source line point is on.
16533
16534 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16535 shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16536 point to any frame in the stack and type @key{RET} to make it become the
16537 current frame and display the associated source in the source buffer.
16538 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16539 current one.
16540
16541 If you accidentally delete the source-display buffer, an easy way to get
16542 it back is to type the command @code{f} in the @value{GDBN} buffer, to
16543 request a frame display; when you run under Emacs, this recreates
16544 the source buffer if necessary to show you the context of the current
16545 frame.
16546
16547 The source files displayed in Emacs are in ordinary Emacs buffers
16548 which are visiting the source files in the usual way. You can edit
16549 the files with these buffers if you wish; but keep in mind that @value{GDBN}
16550 communicates with Emacs in terms of line numbers. If you add or
16551 delete lines from the text, the line numbers that @value{GDBN} knows cease
16552 to correspond properly with the code.
16553
16554 The description given here is for GNU Emacs version 21.3 and a more
16555 detailed description of its interaction with @value{GDBN} is given in
16556 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
16557
16558 @c The following dropped because Epoch is nonstandard. Reactivate
16559 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16560 @ignore
16561 @kindex Emacs Epoch environment
16562 @kindex Epoch
16563 @kindex inspect
16564
16565 Version 18 of @sc{gnu} Emacs has a built-in window system
16566 called the @code{epoch}
16567 environment. Users of this environment can use a new command,
16568 @code{inspect} which performs identically to @code{print} except that
16569 each value is printed in its own window.
16570 @end ignore
16571
16572
16573 @node GDB/MI
16574 @chapter The @sc{gdb/mi} Interface
16575
16576 @unnumberedsec Function and Purpose
16577
16578 @cindex @sc{gdb/mi}, its purpose
16579 @sc{gdb/mi} is a line based machine oriented text interface to
16580 @value{GDBN} and is activated by specifying using the
16581 @option{--interpreter} command line option (@pxref{Mode Options}). It
16582 is specifically intended to support the development of systems which
16583 use the debugger as just one small component of a larger system.
16584
16585 This chapter is a specification of the @sc{gdb/mi} interface. It is written
16586 in the form of a reference manual.
16587
16588 Note that @sc{gdb/mi} is still under construction, so some of the
16589 features described below are incomplete and subject to change.
16590
16591 @unnumberedsec Notation and Terminology
16592
16593 @cindex notational conventions, for @sc{gdb/mi}
16594 This chapter uses the following notation:
16595
16596 @itemize @bullet
16597 @item
16598 @code{|} separates two alternatives.
16599
16600 @item
16601 @code{[ @var{something} ]} indicates that @var{something} is optional:
16602 it may or may not be given.
16603
16604 @item
16605 @code{( @var{group} )*} means that @var{group} inside the parentheses
16606 may repeat zero or more times.
16607
16608 @item
16609 @code{( @var{group} )+} means that @var{group} inside the parentheses
16610 may repeat one or more times.
16611
16612 @item
16613 @code{"@var{string}"} means a literal @var{string}.
16614 @end itemize
16615
16616 @ignore
16617 @heading Dependencies
16618 @end ignore
16619
16620 @heading Acknowledgments
16621
16622 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16623 Elena Zannoni.
16624
16625 @menu
16626 * GDB/MI Command Syntax::
16627 * GDB/MI Compatibility with CLI::
16628 * GDB/MI Output Records::
16629 * GDB/MI Command Description Format::
16630 * GDB/MI Breakpoint Table Commands::
16631 * GDB/MI Data Manipulation::
16632 * GDB/MI Program Control::
16633 * GDB/MI Miscellaneous Commands::
16634 @ignore
16635 * GDB/MI Kod Commands::
16636 * GDB/MI Memory Overlay Commands::
16637 * GDB/MI Signal Handling Commands::
16638 @end ignore
16639 * GDB/MI Stack Manipulation::
16640 * GDB/MI Symbol Query::
16641 * GDB/MI Target Manipulation::
16642 * GDB/MI Thread Commands::
16643 * GDB/MI Tracepoint Commands::
16644 * GDB/MI Variable Objects::
16645 @end menu
16646
16647 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16648 @node GDB/MI Command Syntax
16649 @section @sc{gdb/mi} Command Syntax
16650
16651 @menu
16652 * GDB/MI Input Syntax::
16653 * GDB/MI Output Syntax::
16654 * GDB/MI Simple Examples::
16655 @end menu
16656
16657 @node GDB/MI Input Syntax
16658 @subsection @sc{gdb/mi} Input Syntax
16659
16660 @cindex input syntax for @sc{gdb/mi}
16661 @cindex @sc{gdb/mi}, input syntax
16662 @table @code
16663 @item @var{command} @expansion{}
16664 @code{@var{cli-command} | @var{mi-command}}
16665
16666 @item @var{cli-command} @expansion{}
16667 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16668 @var{cli-command} is any existing @value{GDBN} CLI command.
16669
16670 @item @var{mi-command} @expansion{}
16671 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16672 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16673
16674 @item @var{token} @expansion{}
16675 "any sequence of digits"
16676
16677 @item @var{option} @expansion{}
16678 @code{"-" @var{parameter} [ " " @var{parameter} ]}
16679
16680 @item @var{parameter} @expansion{}
16681 @code{@var{non-blank-sequence} | @var{c-string}}
16682
16683 @item @var{operation} @expansion{}
16684 @emph{any of the operations described in this chapter}
16685
16686 @item @var{non-blank-sequence} @expansion{}
16687 @emph{anything, provided it doesn't contain special characters such as
16688 "-", @var{nl}, """ and of course " "}
16689
16690 @item @var{c-string} @expansion{}
16691 @code{""" @var{seven-bit-iso-c-string-content} """}
16692
16693 @item @var{nl} @expansion{}
16694 @code{CR | CR-LF}
16695 @end table
16696
16697 @noindent
16698 Notes:
16699
16700 @itemize @bullet
16701 @item
16702 The CLI commands are still handled by the @sc{mi} interpreter; their
16703 output is described below.
16704
16705 @item
16706 The @code{@var{token}}, when present, is passed back when the command
16707 finishes.
16708
16709 @item
16710 Some @sc{mi} commands accept optional arguments as part of the parameter
16711 list. Each option is identified by a leading @samp{-} (dash) and may be
16712 followed by an optional argument parameter. Options occur first in the
16713 parameter list and can be delimited from normal parameters using
16714 @samp{--} (this is useful when some parameters begin with a dash).
16715 @end itemize
16716
16717 Pragmatics:
16718
16719 @itemize @bullet
16720 @item
16721 We want easy access to the existing CLI syntax (for debugging).
16722
16723 @item
16724 We want it to be easy to spot a @sc{mi} operation.
16725 @end itemize
16726
16727 @node GDB/MI Output Syntax
16728 @subsection @sc{gdb/mi} Output Syntax
16729
16730 @cindex output syntax of @sc{gdb/mi}
16731 @cindex @sc{gdb/mi}, output syntax
16732 The output from @sc{gdb/mi} consists of zero or more out-of-band records
16733 followed, optionally, by a single result record. This result record
16734 is for the most recent command. The sequence of output records is
16735 terminated by @samp{(@value{GDBP})}.
16736
16737 If an input command was prefixed with a @code{@var{token}} then the
16738 corresponding output for that command will also be prefixed by that same
16739 @var{token}.
16740
16741 @table @code
16742 @item @var{output} @expansion{}
16743 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
16744
16745 @item @var{result-record} @expansion{}
16746 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16747
16748 @item @var{out-of-band-record} @expansion{}
16749 @code{@var{async-record} | @var{stream-record}}
16750
16751 @item @var{async-record} @expansion{}
16752 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16753
16754 @item @var{exec-async-output} @expansion{}
16755 @code{[ @var{token} ] "*" @var{async-output}}
16756
16757 @item @var{status-async-output} @expansion{}
16758 @code{[ @var{token} ] "+" @var{async-output}}
16759
16760 @item @var{notify-async-output} @expansion{}
16761 @code{[ @var{token} ] "=" @var{async-output}}
16762
16763 @item @var{async-output} @expansion{}
16764 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
16765
16766 @item @var{result-class} @expansion{}
16767 @code{"done" | "running" | "connected" | "error" | "exit"}
16768
16769 @item @var{async-class} @expansion{}
16770 @code{"stopped" | @var{others}} (where @var{others} will be added
16771 depending on the needs---this is still in development).
16772
16773 @item @var{result} @expansion{}
16774 @code{ @var{variable} "=" @var{value}}
16775
16776 @item @var{variable} @expansion{}
16777 @code{ @var{string} }
16778
16779 @item @var{value} @expansion{}
16780 @code{ @var{const} | @var{tuple} | @var{list} }
16781
16782 @item @var{const} @expansion{}
16783 @code{@var{c-string}}
16784
16785 @item @var{tuple} @expansion{}
16786 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16787
16788 @item @var{list} @expansion{}
16789 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16790 @var{result} ( "," @var{result} )* "]" }
16791
16792 @item @var{stream-record} @expansion{}
16793 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16794
16795 @item @var{console-stream-output} @expansion{}
16796 @code{"~" @var{c-string}}
16797
16798 @item @var{target-stream-output} @expansion{}
16799 @code{"@@" @var{c-string}}
16800
16801 @item @var{log-stream-output} @expansion{}
16802 @code{"&" @var{c-string}}
16803
16804 @item @var{nl} @expansion{}
16805 @code{CR | CR-LF}
16806
16807 @item @var{token} @expansion{}
16808 @emph{any sequence of digits}.
16809 @end table
16810
16811 @noindent
16812 Notes:
16813
16814 @itemize @bullet
16815 @item
16816 All output sequences end in a single line containing a period.
16817
16818 @item
16819 The @code{@var{token}} is from the corresponding request. If an execution
16820 command is interrupted by the @samp{-exec-interrupt} command, the
16821 @var{token} associated with the @samp{*stopped} message is the one of the
16822 original execution command, not the one of the interrupt command.
16823
16824 @item
16825 @cindex status output in @sc{gdb/mi}
16826 @var{status-async-output} contains on-going status information about the
16827 progress of a slow operation. It can be discarded. All status output is
16828 prefixed by @samp{+}.
16829
16830 @item
16831 @cindex async output in @sc{gdb/mi}
16832 @var{exec-async-output} contains asynchronous state change on the target
16833 (stopped, started, disappeared). All async output is prefixed by
16834 @samp{*}.
16835
16836 @item
16837 @cindex notify output in @sc{gdb/mi}
16838 @var{notify-async-output} contains supplementary information that the
16839 client should handle (e.g., a new breakpoint information). All notify
16840 output is prefixed by @samp{=}.
16841
16842 @item
16843 @cindex console output in @sc{gdb/mi}
16844 @var{console-stream-output} is output that should be displayed as is in the
16845 console. It is the textual response to a CLI command. All the console
16846 output is prefixed by @samp{~}.
16847
16848 @item
16849 @cindex target output in @sc{gdb/mi}
16850 @var{target-stream-output} is the output produced by the target program.
16851 All the target output is prefixed by @samp{@@}.
16852
16853 @item
16854 @cindex log output in @sc{gdb/mi}
16855 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16856 instance messages that should be displayed as part of an error log. All
16857 the log output is prefixed by @samp{&}.
16858
16859 @item
16860 @cindex list output in @sc{gdb/mi}
16861 New @sc{gdb/mi} commands should only output @var{lists} containing
16862 @var{values}.
16863
16864
16865 @end itemize
16866
16867 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16868 details about the various output records.
16869
16870 @node GDB/MI Simple Examples
16871 @subsection Simple Examples of @sc{gdb/mi} Interaction
16872 @cindex @sc{gdb/mi}, simple examples
16873
16874 This subsection presents several simple examples of interaction using
16875 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16876 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16877 the output received from @sc{gdb/mi}.
16878
16879 @subsubheading Target Stop
16880 @c Ummm... There is no "-stop" command. This assumes async, no?
16881 Here's an example of stopping the inferior process:
16882
16883 @smallexample
16884 -> -stop
16885 <- (@value{GDBP})
16886 @end smallexample
16887
16888 @noindent
16889 and later:
16890
16891 @smallexample
16892 <- *stop,reason="stop",address="0x123",source="a.c:123"
16893 <- (@value{GDBP})
16894 @end smallexample
16895
16896 @subsubheading Simple CLI Command
16897
16898 Here's an example of a simple CLI command being passed through
16899 @sc{gdb/mi} and on to the CLI.
16900
16901 @smallexample
16902 -> print 1+2
16903 <- &"print 1+2\n"
16904 <- ~"$1 = 3\n"
16905 <- ^done
16906 <- (@value{GDBP})
16907 @end smallexample
16908
16909 @subsubheading Command With Side Effects
16910
16911 @smallexample
16912 -> -symbol-file xyz.exe
16913 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
16914 <- (@value{GDBP})
16915 @end smallexample
16916
16917 @subsubheading A Bad Command
16918
16919 Here's what happens if you pass a non-existent command:
16920
16921 @smallexample
16922 -> -rubbish
16923 <- ^error,msg="Undefined MI command: rubbish"
16924 <- (@value{GDBP})
16925 @end smallexample
16926
16927 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16928 @node GDB/MI Compatibility with CLI
16929 @section @sc{gdb/mi} Compatibility with CLI
16930
16931 @cindex compatibility, @sc{gdb/mi} and CLI
16932 @cindex @sc{gdb/mi}, compatibility with CLI
16933 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16934 accepts existing CLI commands. As specified by the syntax, such
16935 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16936 respond.
16937
16938 This mechanism is provided as an aid to developers of @sc{gdb/mi}
16939 clients and not as a reliable interface into the CLI. Since the command
16940 is being interpreteted in an environment that assumes @sc{gdb/mi}
16941 behaviour, the exact output of such commands is likely to end up being
16942 an un-supported hybrid of @sc{gdb/mi} and CLI output.
16943
16944 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16945 @node GDB/MI Output Records
16946 @section @sc{gdb/mi} Output Records
16947
16948 @menu
16949 * GDB/MI Result Records::
16950 * GDB/MI Stream Records::
16951 * GDB/MI Out-of-band Records::
16952 @end menu
16953
16954 @node GDB/MI Result Records
16955 @subsection @sc{gdb/mi} Result Records
16956
16957 @cindex result records in @sc{gdb/mi}
16958 @cindex @sc{gdb/mi}, result records
16959 In addition to a number of out-of-band notifications, the response to a
16960 @sc{gdb/mi} command includes one of the following result indications:
16961
16962 @table @code
16963 @findex ^done
16964 @item "^done" [ "," @var{results} ]
16965 The synchronous operation was successful, @code{@var{results}} are the return
16966 values.
16967
16968 @item "^running"
16969 @findex ^running
16970 @c Is this one correct? Should it be an out-of-band notification?
16971 The asynchronous operation was successfully started. The target is
16972 running.
16973
16974 @item "^error" "," @var{c-string}
16975 @findex ^error
16976 The operation failed. The @code{@var{c-string}} contains the corresponding
16977 error message.
16978 @end table
16979
16980 @node GDB/MI Stream Records
16981 @subsection @sc{gdb/mi} Stream Records
16982
16983 @cindex @sc{gdb/mi}, stream records
16984 @cindex stream records in @sc{gdb/mi}
16985 @value{GDBN} internally maintains a number of output streams: the console, the
16986 target, and the log. The output intended for each of these streams is
16987 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16988
16989 Each stream record begins with a unique @dfn{prefix character} which
16990 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16991 Syntax}). In addition to the prefix, each stream record contains a
16992 @code{@var{string-output}}. This is either raw text (with an implicit new
16993 line) or a quoted C string (which does not contain an implicit newline).
16994
16995 @table @code
16996 @item "~" @var{string-output}
16997 The console output stream contains text that should be displayed in the
16998 CLI console window. It contains the textual responses to CLI commands.
16999
17000 @item "@@" @var{string-output}
17001 The target output stream contains any textual output from the running
17002 target.
17003
17004 @item "&" @var{string-output}
17005 The log stream contains debugging messages being produced by @value{GDBN}'s
17006 internals.
17007 @end table
17008
17009 @node GDB/MI Out-of-band Records
17010 @subsection @sc{gdb/mi} Out-of-band Records
17011
17012 @cindex out-of-band records in @sc{gdb/mi}
17013 @cindex @sc{gdb/mi}, out-of-band records
17014 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
17015 additional changes that have occurred. Those changes can either be a
17016 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
17017 target activity (e.g., target stopped).
17018
17019 The following is a preliminary list of possible out-of-band records.
17020 In particular, the @var{exec-async-output} records.
17021
17022 @table @code
17023 @item *stopped,reason="@var{reason}"
17024 @end table
17025
17026 @var{reason} can be one of the following:
17027
17028 @table @code
17029 @item breakpoint-hit
17030 A breakpoint was reached.
17031 @item watchpoint-trigger
17032 A watchpoint was triggered.
17033 @item read-watchpoint-trigger
17034 A read watchpoint was triggered.
17035 @item access-watchpoint-trigger
17036 An access watchpoint was triggered.
17037 @item function-finished
17038 An -exec-finish or similar CLI command was accomplished.
17039 @item location-reached
17040 An -exec-until or similar CLI command was accomplished.
17041 @item watchpoint-scope
17042 A watchpoint has gone out of scope.
17043 @item end-stepping-range
17044 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
17045 similar CLI command was accomplished.
17046 @item exited-signalled
17047 The inferior exited because of a signal.
17048 @item exited
17049 The inferior exited.
17050 @item exited-normally
17051 The inferior exited normally.
17052 @item signal-received
17053 A signal was received by the inferior.
17054 @end table
17055
17056
17057 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17058 @node GDB/MI Command Description Format
17059 @section @sc{gdb/mi} Command Description Format
17060
17061 The remaining sections describe blocks of commands. Each block of
17062 commands is laid out in a fashion similar to this section.
17063
17064 Note the the line breaks shown in the examples are here only for
17065 readability. They don't appear in the real output.
17066 Also note that the commands with a non-available example (N.A.@:) are
17067 not yet implemented.
17068
17069 @subheading Motivation
17070
17071 The motivation for this collection of commands.
17072
17073 @subheading Introduction
17074
17075 A brief introduction to this collection of commands as a whole.
17076
17077 @subheading Commands
17078
17079 For each command in the block, the following is described:
17080
17081 @subsubheading Synopsis
17082
17083 @smallexample
17084 -command @var{args}@dots{}
17085 @end smallexample
17086
17087 @subsubheading Result
17088
17089 @subsubheading @value{GDBN} Command
17090
17091 The corresponding @value{GDBN} CLI command(s), if any.
17092
17093 @subsubheading Example
17094
17095 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17096 @node GDB/MI Breakpoint Table Commands
17097 @section @sc{gdb/mi} Breakpoint table commands
17098
17099 @cindex breakpoint commands for @sc{gdb/mi}
17100 @cindex @sc{gdb/mi}, breakpoint commands
17101 This section documents @sc{gdb/mi} commands for manipulating
17102 breakpoints.
17103
17104 @subheading The @code{-break-after} Command
17105 @findex -break-after
17106
17107 @subsubheading Synopsis
17108
17109 @smallexample
17110 -break-after @var{number} @var{count}
17111 @end smallexample
17112
17113 The breakpoint number @var{number} is not in effect until it has been
17114 hit @var{count} times. To see how this is reflected in the output of
17115 the @samp{-break-list} command, see the description of the
17116 @samp{-break-list} command below.
17117
17118 @subsubheading @value{GDBN} Command
17119
17120 The corresponding @value{GDBN} command is @samp{ignore}.
17121
17122 @subsubheading Example
17123
17124 @smallexample
17125 (@value{GDBP})
17126 -break-insert main
17127 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17128 (@value{GDBP})
17129 -break-after 1 3
17130 ~
17131 ^done
17132 (@value{GDBP})
17133 -break-list
17134 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17135 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17136 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17137 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17138 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17139 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17140 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17141 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17142 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17143 ignore="3"@}]@}
17144 (@value{GDBP})
17145 @end smallexample
17146
17147 @ignore
17148 @subheading The @code{-break-catch} Command
17149 @findex -break-catch
17150
17151 @subheading The @code{-break-commands} Command
17152 @findex -break-commands
17153 @end ignore
17154
17155
17156 @subheading The @code{-break-condition} Command
17157 @findex -break-condition
17158
17159 @subsubheading Synopsis
17160
17161 @smallexample
17162 -break-condition @var{number} @var{expr}
17163 @end smallexample
17164
17165 Breakpoint @var{number} will stop the program only if the condition in
17166 @var{expr} is true. The condition becomes part of the
17167 @samp{-break-list} output (see the description of the @samp{-break-list}
17168 command below).
17169
17170 @subsubheading @value{GDBN} Command
17171
17172 The corresponding @value{GDBN} command is @samp{condition}.
17173
17174 @subsubheading Example
17175
17176 @smallexample
17177 (@value{GDBP})
17178 -break-condition 1 1
17179 ^done
17180 (@value{GDBP})
17181 -break-list
17182 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17183 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17184 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17185 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17186 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17187 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17188 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17189 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17190 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17191 times="0",ignore="3"@}]@}
17192 (@value{GDBP})
17193 @end smallexample
17194
17195 @subheading The @code{-break-delete} Command
17196 @findex -break-delete
17197
17198 @subsubheading Synopsis
17199
17200 @smallexample
17201 -break-delete ( @var{breakpoint} )+
17202 @end smallexample
17203
17204 Delete the breakpoint(s) whose number(s) are specified in the argument
17205 list. This is obviously reflected in the breakpoint list.
17206
17207 @subsubheading @value{GDBN} command
17208
17209 The corresponding @value{GDBN} command is @samp{delete}.
17210
17211 @subsubheading Example
17212
17213 @smallexample
17214 (@value{GDBP})
17215 -break-delete 1
17216 ^done
17217 (@value{GDBP})
17218 -break-list
17219 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17220 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17221 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17222 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17223 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17224 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17225 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17226 body=[]@}
17227 (@value{GDBP})
17228 @end smallexample
17229
17230 @subheading The @code{-break-disable} Command
17231 @findex -break-disable
17232
17233 @subsubheading Synopsis
17234
17235 @smallexample
17236 -break-disable ( @var{breakpoint} )+
17237 @end smallexample
17238
17239 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17240 break list is now set to @samp{n} for the named @var{breakpoint}(s).
17241
17242 @subsubheading @value{GDBN} Command
17243
17244 The corresponding @value{GDBN} command is @samp{disable}.
17245
17246 @subsubheading Example
17247
17248 @smallexample
17249 (@value{GDBP})
17250 -break-disable 2
17251 ^done
17252 (@value{GDBP})
17253 -break-list
17254 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17255 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17256 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17257 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17258 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17259 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17260 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17261 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17262 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17263 (@value{GDBP})
17264 @end smallexample
17265
17266 @subheading The @code{-break-enable} Command
17267 @findex -break-enable
17268
17269 @subsubheading Synopsis
17270
17271 @smallexample
17272 -break-enable ( @var{breakpoint} )+
17273 @end smallexample
17274
17275 Enable (previously disabled) @var{breakpoint}(s).
17276
17277 @subsubheading @value{GDBN} Command
17278
17279 The corresponding @value{GDBN} command is @samp{enable}.
17280
17281 @subsubheading Example
17282
17283 @smallexample
17284 (@value{GDBP})
17285 -break-enable 2
17286 ^done
17287 (@value{GDBP})
17288 -break-list
17289 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17290 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17291 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17292 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17293 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17294 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17295 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17296 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17297 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17298 (@value{GDBP})
17299 @end smallexample
17300
17301 @subheading The @code{-break-info} Command
17302 @findex -break-info
17303
17304 @subsubheading Synopsis
17305
17306 @smallexample
17307 -break-info @var{breakpoint}
17308 @end smallexample
17309
17310 @c REDUNDANT???
17311 Get information about a single breakpoint.
17312
17313 @subsubheading @value{GDBN} command
17314
17315 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17316
17317 @subsubheading Example
17318 N.A.
17319
17320 @subheading The @code{-break-insert} Command
17321 @findex -break-insert
17322
17323 @subsubheading Synopsis
17324
17325 @smallexample
17326 -break-insert [ -t ] [ -h ] [ -r ]
17327 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17328 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17329 @end smallexample
17330
17331 @noindent
17332 If specified, @var{line}, can be one of:
17333
17334 @itemize @bullet
17335 @item function
17336 @c @item +offset
17337 @c @item -offset
17338 @c @item linenum
17339 @item filename:linenum
17340 @item filename:function
17341 @item *address
17342 @end itemize
17343
17344 The possible optional parameters of this command are:
17345
17346 @table @samp
17347 @item -t
17348 Insert a tempoary breakpoint.
17349 @item -h
17350 Insert a hardware breakpoint.
17351 @item -c @var{condition}
17352 Make the breakpoint conditional on @var{condition}.
17353 @item -i @var{ignore-count}
17354 Initialize the @var{ignore-count}.
17355 @item -r
17356 Insert a regular breakpoint in all the functions whose names match the
17357 given regular expression. Other flags are not applicable to regular
17358 expresson.
17359 @end table
17360
17361 @subsubheading Result
17362
17363 The result is in the form:
17364
17365 @smallexample
17366 ^done,bkptno="@var{number}",func="@var{funcname}",
17367 file="@var{filename}",line="@var{lineno}"
17368 @end smallexample
17369
17370 @noindent
17371 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17372 is the name of the function where the breakpoint was inserted,
17373 @var{filename} is the name of the source file which contains this
17374 function, and @var{lineno} is the source line number within that file.
17375
17376 Note: this format is open to change.
17377 @c An out-of-band breakpoint instead of part of the result?
17378
17379 @subsubheading @value{GDBN} Command
17380
17381 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17382 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17383
17384 @subsubheading Example
17385
17386 @smallexample
17387 (@value{GDBP})
17388 -break-insert main
17389 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17390 (@value{GDBP})
17391 -break-insert -t foo
17392 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17393 (@value{GDBP})
17394 -break-list
17395 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17396 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17397 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17398 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17399 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17400 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17401 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17402 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17403 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17404 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17405 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17406 (@value{GDBP})
17407 -break-insert -r foo.*
17408 ~int foo(int, int);
17409 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17410 (@value{GDBP})
17411 @end smallexample
17412
17413 @subheading The @code{-break-list} Command
17414 @findex -break-list
17415
17416 @subsubheading Synopsis
17417
17418 @smallexample
17419 -break-list
17420 @end smallexample
17421
17422 Displays the list of inserted breakpoints, showing the following fields:
17423
17424 @table @samp
17425 @item Number
17426 number of the breakpoint
17427 @item Type
17428 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17429 @item Disposition
17430 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17431 or @samp{nokeep}
17432 @item Enabled
17433 is the breakpoint enabled or no: @samp{y} or @samp{n}
17434 @item Address
17435 memory location at which the breakpoint is set
17436 @item What
17437 logical location of the breakpoint, expressed by function name, file
17438 name, line number
17439 @item Times
17440 number of times the breakpoint has been hit
17441 @end table
17442
17443 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17444 @code{body} field is an empty list.
17445
17446 @subsubheading @value{GDBN} Command
17447
17448 The corresponding @value{GDBN} command is @samp{info break}.
17449
17450 @subsubheading Example
17451
17452 @smallexample
17453 (@value{GDBP})
17454 -break-list
17455 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17456 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17457 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17458 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17459 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17460 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17461 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17462 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17463 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17464 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17465 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17466 (@value{GDBP})
17467 @end smallexample
17468
17469 Here's an example of the result when there are no breakpoints:
17470
17471 @smallexample
17472 (@value{GDBP})
17473 -break-list
17474 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17475 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17476 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17477 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17478 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17479 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17480 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17481 body=[]@}
17482 (@value{GDBP})
17483 @end smallexample
17484
17485 @subheading The @code{-break-watch} Command
17486 @findex -break-watch
17487
17488 @subsubheading Synopsis
17489
17490 @smallexample
17491 -break-watch [ -a | -r ]
17492 @end smallexample
17493
17494 Create a watchpoint. With the @samp{-a} option it will create an
17495 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17496 read from or on a write to the memory location. With the @samp{-r}
17497 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17498 trigger only when the memory location is accessed for reading. Without
17499 either of the options, the watchpoint created is a regular watchpoint,
17500 i.e. it will trigger when the memory location is accessed for writing.
17501 @xref{Set Watchpoints, , Setting watchpoints}.
17502
17503 Note that @samp{-break-list} will report a single list of watchpoints and
17504 breakpoints inserted.
17505
17506 @subsubheading @value{GDBN} Command
17507
17508 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17509 @samp{rwatch}.
17510
17511 @subsubheading Example
17512
17513 Setting a watchpoint on a variable in the @code{main} function:
17514
17515 @smallexample
17516 (@value{GDBP})
17517 -break-watch x
17518 ^done,wpt=@{number="2",exp="x"@}
17519 (@value{GDBP})
17520 -exec-continue
17521 ^running
17522 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17523 value=@{old="-268439212",new="55"@},
17524 frame=@{func="main",args=[],file="recursive2.c",
17525 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="5"@}
17526 (@value{GDBP})
17527 @end smallexample
17528
17529 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17530 the program execution twice: first for the variable changing value, then
17531 for the watchpoint going out of scope.
17532
17533 @smallexample
17534 (@value{GDBP})
17535 -break-watch C
17536 ^done,wpt=@{number="5",exp="C"@}
17537 (@value{GDBP})
17538 -exec-continue
17539 ^running
17540 ^done,reason="watchpoint-trigger",
17541 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17542 frame=@{func="callee4",args=[],
17543 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17544 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17545 (@value{GDBP})
17546 -exec-continue
17547 ^running
17548 ^done,reason="watchpoint-scope",wpnum="5",
17549 frame=@{func="callee3",args=[@{name="strarg",
17550 value="0x11940 \"A string argument.\""@}],
17551 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17552 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17553 (@value{GDBP})
17554 @end smallexample
17555
17556 Listing breakpoints and watchpoints, at different points in the program
17557 execution. Note that once the watchpoint goes out of scope, it is
17558 deleted.
17559
17560 @smallexample
17561 (@value{GDBP})
17562 -break-watch C
17563 ^done,wpt=@{number="2",exp="C"@}
17564 (@value{GDBP})
17565 -break-list
17566 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17567 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17568 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17569 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17570 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17571 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17572 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17573 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17574 addr="0x00010734",func="callee4",
17575 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17576 bkpt=@{number="2",type="watchpoint",disp="keep",
17577 enabled="y",addr="",what="C",times="0"@}]@}
17578 (@value{GDBP})
17579 -exec-continue
17580 ^running
17581 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17582 value=@{old="-276895068",new="3"@},
17583 frame=@{func="callee4",args=[],
17584 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17585 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17586 (@value{GDBP})
17587 -break-list
17588 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17589 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17590 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17591 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17592 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17593 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17594 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17595 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17596 addr="0x00010734",func="callee4",
17597 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17598 bkpt=@{number="2",type="watchpoint",disp="keep",
17599 enabled="y",addr="",what="C",times="-5"@}]@}
17600 (@value{GDBP})
17601 -exec-continue
17602 ^running
17603 ^done,reason="watchpoint-scope",wpnum="2",
17604 frame=@{func="callee3",args=[@{name="strarg",
17605 value="0x11940 \"A string argument.\""@}],
17606 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17607 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17608 (@value{GDBP})
17609 -break-list
17610 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17611 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17612 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17613 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17614 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17615 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17616 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17617 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17618 addr="0x00010734",func="callee4",
17619 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17620 (@value{GDBP})
17621 @end smallexample
17622
17623 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17624 @node GDB/MI Data Manipulation
17625 @section @sc{gdb/mi} Data Manipulation
17626
17627 @cindex data manipulation, in @sc{gdb/mi}
17628 @cindex @sc{gdb/mi}, data manipulation
17629 This section describes the @sc{gdb/mi} commands that manipulate data:
17630 examine memory and registers, evaluate expressions, etc.
17631
17632 @c REMOVED FROM THE INTERFACE.
17633 @c @subheading -data-assign
17634 @c Change the value of a program variable. Plenty of side effects.
17635 @c @subsubheading GDB command
17636 @c set variable
17637 @c @subsubheading Example
17638 @c N.A.
17639
17640 @subheading The @code{-data-disassemble} Command
17641 @findex -data-disassemble
17642
17643 @subsubheading Synopsis
17644
17645 @smallexample
17646 -data-disassemble
17647 [ -s @var{start-addr} -e @var{end-addr} ]
17648 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17649 -- @var{mode}
17650 @end smallexample
17651
17652 @noindent
17653 Where:
17654
17655 @table @samp
17656 @item @var{start-addr}
17657 is the beginning address (or @code{$pc})
17658 @item @var{end-addr}
17659 is the end address
17660 @item @var{filename}
17661 is the name of the file to disassemble
17662 @item @var{linenum}
17663 is the line number to disassemble around
17664 @item @var{lines}
17665 is the the number of disassembly lines to be produced. If it is -1,
17666 the whole function will be disassembled, in case no @var{end-addr} is
17667 specified. If @var{end-addr} is specified as a non-zero value, and
17668 @var{lines} is lower than the number of disassembly lines between
17669 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
17670 displayed; if @var{lines} is higher than the number of lines between
17671 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17672 are displayed.
17673 @item @var{mode}
17674 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17675 disassembly).
17676 @end table
17677
17678 @subsubheading Result
17679
17680 The output for each instruction is composed of four fields:
17681
17682 @itemize @bullet
17683 @item Address
17684 @item Func-name
17685 @item Offset
17686 @item Instruction
17687 @end itemize
17688
17689 Note that whatever included in the instruction field, is not manipulated
17690 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17691
17692 @subsubheading @value{GDBN} Command
17693
17694 There's no direct mapping from this command to the CLI.
17695
17696 @subsubheading Example
17697
17698 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17699
17700 @smallexample
17701 (@value{GDBP})
17702 -data-disassemble -s $pc -e "$pc + 20" -- 0
17703 ^done,
17704 asm_insns=[
17705 @{address="0x000107c0",func-name="main",offset="4",
17706 inst="mov 2, %o0"@},
17707 @{address="0x000107c4",func-name="main",offset="8",
17708 inst="sethi %hi(0x11800), %o2"@},
17709 @{address="0x000107c8",func-name="main",offset="12",
17710 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17711 @{address="0x000107cc",func-name="main",offset="16",
17712 inst="sethi %hi(0x11800), %o2"@},
17713 @{address="0x000107d0",func-name="main",offset="20",
17714 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17715 (@value{GDBP})
17716 @end smallexample
17717
17718 Disassemble the whole @code{main} function. Line 32 is part of
17719 @code{main}.
17720
17721 @smallexample
17722 -data-disassemble -f basics.c -l 32 -- 0
17723 ^done,asm_insns=[
17724 @{address="0x000107bc",func-name="main",offset="0",
17725 inst="save %sp, -112, %sp"@},
17726 @{address="0x000107c0",func-name="main",offset="4",
17727 inst="mov 2, %o0"@},
17728 @{address="0x000107c4",func-name="main",offset="8",
17729 inst="sethi %hi(0x11800), %o2"@},
17730 [@dots{}]
17731 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17732 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17733 (@value{GDBP})
17734 @end smallexample
17735
17736 Disassemble 3 instructions from the start of @code{main}:
17737
17738 @smallexample
17739 (@value{GDBP})
17740 -data-disassemble -f basics.c -l 32 -n 3 -- 0
17741 ^done,asm_insns=[
17742 @{address="0x000107bc",func-name="main",offset="0",
17743 inst="save %sp, -112, %sp"@},
17744 @{address="0x000107c0",func-name="main",offset="4",
17745 inst="mov 2, %o0"@},
17746 @{address="0x000107c4",func-name="main",offset="8",
17747 inst="sethi %hi(0x11800), %o2"@}]
17748 (@value{GDBP})
17749 @end smallexample
17750
17751 Disassemble 3 instructions from the start of @code{main} in mixed mode:
17752
17753 @smallexample
17754 (@value{GDBP})
17755 -data-disassemble -f basics.c -l 32 -n 3 -- 1
17756 ^done,asm_insns=[
17757 src_and_asm_line=@{line="31",
17758 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17759 testsuite/gdb.mi/basics.c",line_asm_insn=[
17760 @{address="0x000107bc",func-name="main",offset="0",
17761 inst="save %sp, -112, %sp"@}]@},
17762 src_and_asm_line=@{line="32",
17763 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17764 testsuite/gdb.mi/basics.c",line_asm_insn=[
17765 @{address="0x000107c0",func-name="main",offset="4",
17766 inst="mov 2, %o0"@},
17767 @{address="0x000107c4",func-name="main",offset="8",
17768 inst="sethi %hi(0x11800), %o2"@}]@}]
17769 (@value{GDBP})
17770 @end smallexample
17771
17772
17773 @subheading The @code{-data-evaluate-expression} Command
17774 @findex -data-evaluate-expression
17775
17776 @subsubheading Synopsis
17777
17778 @smallexample
17779 -data-evaluate-expression @var{expr}
17780 @end smallexample
17781
17782 Evaluate @var{expr} as an expression. The expression could contain an
17783 inferior function call. The function call will execute synchronously.
17784 If the expression contains spaces, it must be enclosed in double quotes.
17785
17786 @subsubheading @value{GDBN} Command
17787
17788 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17789 @samp{call}. In @code{gdbtk} only, there's a corresponding
17790 @samp{gdb_eval} command.
17791
17792 @subsubheading Example
17793
17794 In the following example, the numbers that precede the commands are the
17795 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17796 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17797 output.
17798
17799 @smallexample
17800 211-data-evaluate-expression A
17801 211^done,value="1"
17802 (@value{GDBP})
17803 311-data-evaluate-expression &A
17804 311^done,value="0xefffeb7c"
17805 (@value{GDBP})
17806 411-data-evaluate-expression A+3
17807 411^done,value="4"
17808 (@value{GDBP})
17809 511-data-evaluate-expression "A + 3"
17810 511^done,value="4"
17811 (@value{GDBP})
17812 @end smallexample
17813
17814
17815 @subheading The @code{-data-list-changed-registers} Command
17816 @findex -data-list-changed-registers
17817
17818 @subsubheading Synopsis
17819
17820 @smallexample
17821 -data-list-changed-registers
17822 @end smallexample
17823
17824 Display a list of the registers that have changed.
17825
17826 @subsubheading @value{GDBN} Command
17827
17828 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17829 has the corresponding command @samp{gdb_changed_register_list}.
17830
17831 @subsubheading Example
17832
17833 On a PPC MBX board:
17834
17835 @smallexample
17836 (@value{GDBP})
17837 -exec-continue
17838 ^running
17839
17840 (@value{GDBP})
17841 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17842 args=[],file="try.c",fullname="/home/foo/bar/devo/myproject/try.c",line="5"@}
17843 (@value{GDBP})
17844 -data-list-changed-registers
17845 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17846 "10","11","13","14","15","16","17","18","19","20","21","22","23",
17847 "24","25","26","27","28","30","31","64","65","66","67","69"]
17848 (@value{GDBP})
17849 @end smallexample
17850
17851
17852 @subheading The @code{-data-list-register-names} Command
17853 @findex -data-list-register-names
17854
17855 @subsubheading Synopsis
17856
17857 @smallexample
17858 -data-list-register-names [ ( @var{regno} )+ ]
17859 @end smallexample
17860
17861 Show a list of register names for the current target. If no arguments
17862 are given, it shows a list of the names of all the registers. If
17863 integer numbers are given as arguments, it will print a list of the
17864 names of the registers corresponding to the arguments. To ensure
17865 consistency between a register name and its number, the output list may
17866 include empty register names.
17867
17868 @subsubheading @value{GDBN} Command
17869
17870 @value{GDBN} does not have a command which corresponds to
17871 @samp{-data-list-register-names}. In @code{gdbtk} there is a
17872 corresponding command @samp{gdb_regnames}.
17873
17874 @subsubheading Example
17875
17876 For the PPC MBX board:
17877 @smallexample
17878 (@value{GDBP})
17879 -data-list-register-names
17880 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17881 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17882 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17883 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17884 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17885 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17886 "", "pc","ps","cr","lr","ctr","xer"]
17887 (@value{GDBP})
17888 -data-list-register-names 1 2 3
17889 ^done,register-names=["r1","r2","r3"]
17890 (@value{GDBP})
17891 @end smallexample
17892
17893 @subheading The @code{-data-list-register-values} Command
17894 @findex -data-list-register-values
17895
17896 @subsubheading Synopsis
17897
17898 @smallexample
17899 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17900 @end smallexample
17901
17902 Display the registers' contents. @var{fmt} is the format according to
17903 which the registers' contents are to be returned, followed by an optional
17904 list of numbers specifying the registers to display. A missing list of
17905 numbers indicates that the contents of all the registers must be returned.
17906
17907 Allowed formats for @var{fmt} are:
17908
17909 @table @code
17910 @item x
17911 Hexadecimal
17912 @item o
17913 Octal
17914 @item t
17915 Binary
17916 @item d
17917 Decimal
17918 @item r
17919 Raw
17920 @item N
17921 Natural
17922 @end table
17923
17924 @subsubheading @value{GDBN} Command
17925
17926 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17927 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17928
17929 @subsubheading Example
17930
17931 For a PPC MBX board (note: line breaks are for readability only, they
17932 don't appear in the actual output):
17933
17934 @smallexample
17935 (@value{GDBP})
17936 -data-list-register-values r 64 65
17937 ^done,register-values=[@{number="64",value="0xfe00a300"@},
17938 @{number="65",value="0x00029002"@}]
17939 (@value{GDBP})
17940 -data-list-register-values x
17941 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
17942 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17943 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
17944 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17945 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17946 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17947 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
17948 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17949 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17950 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17951 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17952 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17953 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17954 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17955 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17956 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17957 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
17958 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
17959 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
17960 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
17961 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
17962 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
17963 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
17964 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
17965 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
17966 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
17967 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
17968 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
17969 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
17970 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
17971 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
17972 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
17973 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17974 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17975 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17976 @{number="69",value="0x20002b03"@}]
17977 (@value{GDBP})
17978 @end smallexample
17979
17980
17981 @subheading The @code{-data-read-memory} Command
17982 @findex -data-read-memory
17983
17984 @subsubheading Synopsis
17985
17986 @smallexample
17987 -data-read-memory [ -o @var{byte-offset} ]
17988 @var{address} @var{word-format} @var{word-size}
17989 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17990 @end smallexample
17991
17992 @noindent
17993 where:
17994
17995 @table @samp
17996 @item @var{address}
17997 An expression specifying the address of the first memory word to be
17998 read. Complex expressions containing embedded white space should be
17999 quoted using the C convention.
18000
18001 @item @var{word-format}
18002 The format to be used to print the memory words. The notation is the
18003 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
18004 ,Output formats}).
18005
18006 @item @var{word-size}
18007 The size of each memory word in bytes.
18008
18009 @item @var{nr-rows}
18010 The number of rows in the output table.
18011
18012 @item @var{nr-cols}
18013 The number of columns in the output table.
18014
18015 @item @var{aschar}
18016 If present, indicates that each row should include an @sc{ascii} dump. The
18017 value of @var{aschar} is used as a padding character when a byte is not a
18018 member of the printable @sc{ascii} character set (printable @sc{ascii}
18019 characters are those whose code is between 32 and 126, inclusively).
18020
18021 @item @var{byte-offset}
18022 An offset to add to the @var{address} before fetching memory.
18023 @end table
18024
18025 This command displays memory contents as a table of @var{nr-rows} by
18026 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
18027 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
18028 (returned as @samp{total-bytes}). Should less than the requested number
18029 of bytes be returned by the target, the missing words are identified
18030 using @samp{N/A}. The number of bytes read from the target is returned
18031 in @samp{nr-bytes} and the starting address used to read memory in
18032 @samp{addr}.
18033
18034 The address of the next/previous row or page is available in
18035 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
18036 @samp{prev-page}.
18037
18038 @subsubheading @value{GDBN} Command
18039
18040 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
18041 @samp{gdb_get_mem} memory read command.
18042
18043 @subsubheading Example
18044
18045 Read six bytes of memory starting at @code{bytes+6} but then offset by
18046 @code{-6} bytes. Format as three rows of two columns. One byte per
18047 word. Display each word in hex.
18048
18049 @smallexample
18050 (@value{GDBP})
18051 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
18052 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
18053 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
18054 prev-page="0x0000138a",memory=[
18055 @{addr="0x00001390",data=["0x00","0x01"]@},
18056 @{addr="0x00001392",data=["0x02","0x03"]@},
18057 @{addr="0x00001394",data=["0x04","0x05"]@}]
18058 (@value{GDBP})
18059 @end smallexample
18060
18061 Read two bytes of memory starting at address @code{shorts + 64} and
18062 display as a single word formatted in decimal.
18063
18064 @smallexample
18065 (@value{GDBP})
18066 5-data-read-memory shorts+64 d 2 1 1
18067 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
18068 next-row="0x00001512",prev-row="0x0000150e",
18069 next-page="0x00001512",prev-page="0x0000150e",memory=[
18070 @{addr="0x00001510",data=["128"]@}]
18071 (@value{GDBP})
18072 @end smallexample
18073
18074 Read thirty two bytes of memory starting at @code{bytes+16} and format
18075 as eight rows of four columns. Include a string encoding with @samp{x}
18076 used as the non-printable character.
18077
18078 @smallexample
18079 (@value{GDBP})
18080 4-data-read-memory bytes+16 x 1 8 4 x
18081 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
18082 next-row="0x000013c0",prev-row="0x0000139c",
18083 next-page="0x000013c0",prev-page="0x00001380",memory=[
18084 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
18085 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
18086 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
18087 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
18088 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
18089 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
18090 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
18091 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
18092 (@value{GDBP})
18093 @end smallexample
18094
18095 @subheading The @code{-display-delete} Command
18096 @findex -display-delete
18097
18098 @subsubheading Synopsis
18099
18100 @smallexample
18101 -display-delete @var{number}
18102 @end smallexample
18103
18104 Delete the display @var{number}.
18105
18106 @subsubheading @value{GDBN} Command
18107
18108 The corresponding @value{GDBN} command is @samp{delete display}.
18109
18110 @subsubheading Example
18111 N.A.
18112
18113
18114 @subheading The @code{-display-disable} Command
18115 @findex -display-disable
18116
18117 @subsubheading Synopsis
18118
18119 @smallexample
18120 -display-disable @var{number}
18121 @end smallexample
18122
18123 Disable display @var{number}.
18124
18125 @subsubheading @value{GDBN} Command
18126
18127 The corresponding @value{GDBN} command is @samp{disable display}.
18128
18129 @subsubheading Example
18130 N.A.
18131
18132
18133 @subheading The @code{-display-enable} Command
18134 @findex -display-enable
18135
18136 @subsubheading Synopsis
18137
18138 @smallexample
18139 -display-enable @var{number}
18140 @end smallexample
18141
18142 Enable display @var{number}.
18143
18144 @subsubheading @value{GDBN} Command
18145
18146 The corresponding @value{GDBN} command is @samp{enable display}.
18147
18148 @subsubheading Example
18149 N.A.
18150
18151
18152 @subheading The @code{-display-insert} Command
18153 @findex -display-insert
18154
18155 @subsubheading Synopsis
18156
18157 @smallexample
18158 -display-insert @var{expression}
18159 @end smallexample
18160
18161 Display @var{expression} every time the program stops.
18162
18163 @subsubheading @value{GDBN} Command
18164
18165 The corresponding @value{GDBN} command is @samp{display}.
18166
18167 @subsubheading Example
18168 N.A.
18169
18170
18171 @subheading The @code{-display-list} Command
18172 @findex -display-list
18173
18174 @subsubheading Synopsis
18175
18176 @smallexample
18177 -display-list
18178 @end smallexample
18179
18180 List the displays. Do not show the current values.
18181
18182 @subsubheading @value{GDBN} Command
18183
18184 The corresponding @value{GDBN} command is @samp{info display}.
18185
18186 @subsubheading Example
18187 N.A.
18188
18189
18190 @subheading The @code{-environment-cd} Command
18191 @findex -environment-cd
18192
18193 @subsubheading Synopsis
18194
18195 @smallexample
18196 -environment-cd @var{pathdir}
18197 @end smallexample
18198
18199 Set @value{GDBN}'s working directory.
18200
18201 @subsubheading @value{GDBN} Command
18202
18203 The corresponding @value{GDBN} command is @samp{cd}.
18204
18205 @subsubheading Example
18206
18207 @smallexample
18208 (@value{GDBP})
18209 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18210 ^done
18211 (@value{GDBP})
18212 @end smallexample
18213
18214
18215 @subheading The @code{-environment-directory} Command
18216 @findex -environment-directory
18217
18218 @subsubheading Synopsis
18219
18220 @smallexample
18221 -environment-directory [ -r ] [ @var{pathdir} ]+
18222 @end smallexample
18223
18224 Add directories @var{pathdir} to beginning of search path for source files.
18225 If the @samp{-r} option is used, the search path is reset to the default
18226 search path. If directories @var{pathdir} are supplied in addition to the
18227 @samp{-r} option, the search path is first reset and then addition
18228 occurs as normal.
18229 Multiple directories may be specified, separated by blanks. Specifying
18230 multiple directories in a single command
18231 results in the directories added to the beginning of the
18232 search path in the same order they were presented in the command.
18233 If blanks are needed as
18234 part of a directory name, double-quotes should be used around
18235 the name. In the command output, the path will show up separated
18236 by the system directory-separator character. The directory-seperator
18237 character must not be used
18238 in any directory name.
18239 If no directories are specified, the current search path is displayed.
18240
18241 @subsubheading @value{GDBN} Command
18242
18243 The corresponding @value{GDBN} command is @samp{dir}.
18244
18245 @subsubheading Example
18246
18247 @smallexample
18248 (@value{GDBP})
18249 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18250 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18251 (@value{GDBP})
18252 -environment-directory ""
18253 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18254 (@value{GDBP})
18255 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18256 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18257 (@value{GDBP})
18258 -environment-directory -r
18259 ^done,source-path="$cdir:$cwd"
18260 (@value{GDBP})
18261 @end smallexample
18262
18263
18264 @subheading The @code{-environment-path} Command
18265 @findex -environment-path
18266
18267 @subsubheading Synopsis
18268
18269 @smallexample
18270 -environment-path [ -r ] [ @var{pathdir} ]+
18271 @end smallexample
18272
18273 Add directories @var{pathdir} to beginning of search path for object files.
18274 If the @samp{-r} option is used, the search path is reset to the original
18275 search path that existed at gdb start-up. If directories @var{pathdir} are
18276 supplied in addition to the
18277 @samp{-r} option, the search path is first reset and then addition
18278 occurs as normal.
18279 Multiple directories may be specified, separated by blanks. Specifying
18280 multiple directories in a single command
18281 results in the directories added to the beginning of the
18282 search path in the same order they were presented in the command.
18283 If blanks are needed as
18284 part of a directory name, double-quotes should be used around
18285 the name. In the command output, the path will show up separated
18286 by the system directory-separator character. The directory-seperator
18287 character must not be used
18288 in any directory name.
18289 If no directories are specified, the current path is displayed.
18290
18291
18292 @subsubheading @value{GDBN} Command
18293
18294 The corresponding @value{GDBN} command is @samp{path}.
18295
18296 @subsubheading Example
18297
18298 @smallexample
18299 (@value{GDBP})
18300 -environment-path
18301 ^done,path="/usr/bin"
18302 (@value{GDBP})
18303 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18304 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18305 (@value{GDBP})
18306 -environment-path -r /usr/local/bin
18307 ^done,path="/usr/local/bin:/usr/bin"
18308 (@value{GDBP})
18309 @end smallexample
18310
18311
18312 @subheading The @code{-environment-pwd} Command
18313 @findex -environment-pwd
18314
18315 @subsubheading Synopsis
18316
18317 @smallexample
18318 -environment-pwd
18319 @end smallexample
18320
18321 Show the current working directory.
18322
18323 @subsubheading @value{GDBN} command
18324
18325 The corresponding @value{GDBN} command is @samp{pwd}.
18326
18327 @subsubheading Example
18328
18329 @smallexample
18330 (@value{GDBP})
18331 -environment-pwd
18332 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18333 (@value{GDBP})
18334 @end smallexample
18335
18336 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18337 @node GDB/MI Program Control
18338 @section @sc{gdb/mi} Program control
18339
18340 @subsubheading Program termination
18341
18342 As a result of execution, the inferior program can run to completion, if
18343 it doesn't encounter any breakpoints. In this case the output will
18344 include an exit code, if the program has exited exceptionally.
18345
18346 @subsubheading Examples
18347
18348 @noindent
18349 Program exited normally:
18350
18351 @smallexample
18352 (@value{GDBP})
18353 -exec-run
18354 ^running
18355 (@value{GDBP})
18356 x = 55
18357 *stopped,reason="exited-normally"
18358 (@value{GDBP})
18359 @end smallexample
18360
18361 @noindent
18362 Program exited exceptionally:
18363
18364 @smallexample
18365 (@value{GDBP})
18366 -exec-run
18367 ^running
18368 (@value{GDBP})
18369 x = 55
18370 *stopped,reason="exited",exit-code="01"
18371 (@value{GDBP})
18372 @end smallexample
18373
18374 Another way the program can terminate is if it receives a signal such as
18375 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18376
18377 @smallexample
18378 (@value{GDBP})
18379 *stopped,reason="exited-signalled",signal-name="SIGINT",
18380 signal-meaning="Interrupt"
18381 @end smallexample
18382
18383
18384 @subheading The @code{-exec-abort} Command
18385 @findex -exec-abort
18386
18387 @subsubheading Synopsis
18388
18389 @smallexample
18390 -exec-abort
18391 @end smallexample
18392
18393 Kill the inferior running program.
18394
18395 @subsubheading @value{GDBN} Command
18396
18397 The corresponding @value{GDBN} command is @samp{kill}.
18398
18399 @subsubheading Example
18400 N.A.
18401
18402
18403 @subheading The @code{-exec-arguments} Command
18404 @findex -exec-arguments
18405
18406 @subsubheading Synopsis
18407
18408 @smallexample
18409 -exec-arguments @var{args}
18410 @end smallexample
18411
18412 Set the inferior program arguments, to be used in the next
18413 @samp{-exec-run}.
18414
18415 @subsubheading @value{GDBN} Command
18416
18417 The corresponding @value{GDBN} command is @samp{set args}.
18418
18419 @subsubheading Example
18420
18421 @c FIXME!
18422 Don't have one around.
18423
18424
18425 @subheading The @code{-exec-continue} Command
18426 @findex -exec-continue
18427
18428 @subsubheading Synopsis
18429
18430 @smallexample
18431 -exec-continue
18432 @end smallexample
18433
18434 Asynchronous command. Resumes the execution of the inferior program
18435 until a breakpoint is encountered, or until the inferior exits.
18436
18437 @subsubheading @value{GDBN} Command
18438
18439 The corresponding @value{GDBN} corresponding is @samp{continue}.
18440
18441 @subsubheading Example
18442
18443 @smallexample
18444 -exec-continue
18445 ^running
18446 (@value{GDBP})
18447 @@Hello world
18448 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18449 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="13"@}
18450 (@value{GDBP})
18451 @end smallexample
18452
18453
18454 @subheading The @code{-exec-finish} Command
18455 @findex -exec-finish
18456
18457 @subsubheading Synopsis
18458
18459 @smallexample
18460 -exec-finish
18461 @end smallexample
18462
18463 Asynchronous command. Resumes the execution of the inferior program
18464 until the current function is exited. Displays the results returned by
18465 the function.
18466
18467 @subsubheading @value{GDBN} Command
18468
18469 The corresponding @value{GDBN} command is @samp{finish}.
18470
18471 @subsubheading Example
18472
18473 Function returning @code{void}.
18474
18475 @smallexample
18476 -exec-finish
18477 ^running
18478 (@value{GDBP})
18479 @@hello from foo
18480 *stopped,reason="function-finished",frame=@{func="main",args=[],
18481 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="7"@}
18482 (@value{GDBP})
18483 @end smallexample
18484
18485 Function returning other than @code{void}. The name of the internal
18486 @value{GDBN} variable storing the result is printed, together with the
18487 value itself.
18488
18489 @smallexample
18490 -exec-finish
18491 ^running
18492 (@value{GDBP})
18493 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18494 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18495 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
18496 gdb-result-var="$1",return-value="0"
18497 (@value{GDBP})
18498 @end smallexample
18499
18500
18501 @subheading The @code{-exec-interrupt} Command
18502 @findex -exec-interrupt
18503
18504 @subsubheading Synopsis
18505
18506 @smallexample
18507 -exec-interrupt
18508 @end smallexample
18509
18510 Asynchronous command. Interrupts the background execution of the target.
18511 Note how the token associated with the stop message is the one for the
18512 execution command that has been interrupted. The token for the interrupt
18513 itself only appears in the @samp{^done} output. If the user is trying to
18514 interrupt a non-running program, an error message will be printed.
18515
18516 @subsubheading @value{GDBN} Command
18517
18518 The corresponding @value{GDBN} command is @samp{interrupt}.
18519
18520 @subsubheading Example
18521
18522 @smallexample
18523 (@value{GDBP})
18524 111-exec-continue
18525 111^running
18526
18527 (@value{GDBP})
18528 222-exec-interrupt
18529 222^done
18530 (@value{GDBP})
18531 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18532 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18533 fullname="/home/foo/bar/devo/myproject/try.c",line="13"@}
18534 (@value{GDBP})
18535
18536 (@value{GDBP})
18537 -exec-interrupt
18538 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18539 (@value{GDBP})
18540 @end smallexample
18541
18542
18543 @subheading The @code{-exec-next} Command
18544 @findex -exec-next
18545
18546 @subsubheading Synopsis
18547
18548 @smallexample
18549 -exec-next
18550 @end smallexample
18551
18552 Asynchronous command. Resumes execution of the inferior program, stopping
18553 when the beginning of the next source line is reached.
18554
18555 @subsubheading @value{GDBN} Command
18556
18557 The corresponding @value{GDBN} command is @samp{next}.
18558
18559 @subsubheading Example
18560
18561 @smallexample
18562 -exec-next
18563 ^running
18564 (@value{GDBP})
18565 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18566 (@value{GDBP})
18567 @end smallexample
18568
18569
18570 @subheading The @code{-exec-next-instruction} Command
18571 @findex -exec-next-instruction
18572
18573 @subsubheading Synopsis
18574
18575 @smallexample
18576 -exec-next-instruction
18577 @end smallexample
18578
18579 Asynchronous command. Executes one machine instruction. If the
18580 instruction is a function call continues until the function returns. If
18581 the program stops at an instruction in the middle of a source line, the
18582 address will be printed as well.
18583
18584 @subsubheading @value{GDBN} Command
18585
18586 The corresponding @value{GDBN} command is @samp{nexti}.
18587
18588 @subsubheading Example
18589
18590 @smallexample
18591 (@value{GDBP})
18592 -exec-next-instruction
18593 ^running
18594
18595 (@value{GDBP})
18596 *stopped,reason="end-stepping-range",
18597 addr="0x000100d4",line="5",file="hello.c"
18598 (@value{GDBP})
18599 @end smallexample
18600
18601
18602 @subheading The @code{-exec-return} Command
18603 @findex -exec-return
18604
18605 @subsubheading Synopsis
18606
18607 @smallexample
18608 -exec-return
18609 @end smallexample
18610
18611 Makes current function return immediately. Doesn't execute the inferior.
18612 Displays the new current frame.
18613
18614 @subsubheading @value{GDBN} Command
18615
18616 The corresponding @value{GDBN} command is @samp{return}.
18617
18618 @subsubheading Example
18619
18620 @smallexample
18621 (@value{GDBP})
18622 200-break-insert callee4
18623 200^done,bkpt=@{number="1",addr="0x00010734",
18624 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18625 (@value{GDBP})
18626 000-exec-run
18627 000^running
18628 (@value{GDBP})
18629 000*stopped,reason="breakpoint-hit",bkptno="1",
18630 frame=@{func="callee4",args=[],
18631 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18632 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18633 (@value{GDBP})
18634 205-break-delete
18635 205^done
18636 (@value{GDBP})
18637 111-exec-return
18638 111^done,frame=@{level="0",func="callee3",
18639 args=[@{name="strarg",
18640 value="0x11940 \"A string argument.\""@}],
18641 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18642 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18643 (@value{GDBP})
18644 @end smallexample
18645
18646
18647 @subheading The @code{-exec-run} Command
18648 @findex -exec-run
18649
18650 @subsubheading Synopsis
18651
18652 @smallexample
18653 -exec-run
18654 @end smallexample
18655
18656 Asynchronous command. Starts execution of the inferior from the
18657 beginning. The inferior executes until either a breakpoint is
18658 encountered or the program exits.
18659
18660 @subsubheading @value{GDBN} Command
18661
18662 The corresponding @value{GDBN} command is @samp{run}.
18663
18664 @subsubheading Example
18665
18666 @smallexample
18667 (@value{GDBP})
18668 -break-insert main
18669 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18670 (@value{GDBP})
18671 -exec-run
18672 ^running
18673 (@value{GDBP})
18674 *stopped,reason="breakpoint-hit",bkptno="1",
18675 frame=@{func="main",args=[],file="recursive2.c",
18676 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}
18677 (@value{GDBP})
18678 @end smallexample
18679
18680
18681 @subheading The @code{-exec-show-arguments} Command
18682 @findex -exec-show-arguments
18683
18684 @subsubheading Synopsis
18685
18686 @smallexample
18687 -exec-show-arguments
18688 @end smallexample
18689
18690 Print the arguments of the program.
18691
18692 @subsubheading @value{GDBN} Command
18693
18694 The corresponding @value{GDBN} command is @samp{show args}.
18695
18696 @subsubheading Example
18697 N.A.
18698
18699 @c @subheading -exec-signal
18700
18701 @subheading The @code{-exec-step} Command
18702 @findex -exec-step
18703
18704 @subsubheading Synopsis
18705
18706 @smallexample
18707 -exec-step
18708 @end smallexample
18709
18710 Asynchronous command. Resumes execution of the inferior program, stopping
18711 when the beginning of the next source line is reached, if the next
18712 source line is not a function call. If it is, stop at the first
18713 instruction of the called function.
18714
18715 @subsubheading @value{GDBN} Command
18716
18717 The corresponding @value{GDBN} command is @samp{step}.
18718
18719 @subsubheading Example
18720
18721 Stepping into a function:
18722
18723 @smallexample
18724 -exec-step
18725 ^running
18726 (@value{GDBP})
18727 *stopped,reason="end-stepping-range",
18728 frame=@{func="foo",args=[@{name="a",value="10"@},
18729 @{name="b",value="0"@}],file="recursive2.c",
18730 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@}
18731 (@value{GDBP})
18732 @end smallexample
18733
18734 Regular stepping:
18735
18736 @smallexample
18737 -exec-step
18738 ^running
18739 (@value{GDBP})
18740 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18741 (@value{GDBP})
18742 @end smallexample
18743
18744
18745 @subheading The @code{-exec-step-instruction} Command
18746 @findex -exec-step-instruction
18747
18748 @subsubheading Synopsis
18749
18750 @smallexample
18751 -exec-step-instruction
18752 @end smallexample
18753
18754 Asynchronous command. Resumes the inferior which executes one machine
18755 instruction. The output, once @value{GDBN} has stopped, will vary depending on
18756 whether we have stopped in the middle of a source line or not. In the
18757 former case, the address at which the program stopped will be printed as
18758 well.
18759
18760 @subsubheading @value{GDBN} Command
18761
18762 The corresponding @value{GDBN} command is @samp{stepi}.
18763
18764 @subsubheading Example
18765
18766 @smallexample
18767 (@value{GDBP})
18768 -exec-step-instruction
18769 ^running
18770
18771 (@value{GDBP})
18772 *stopped,reason="end-stepping-range",
18773 frame=@{func="foo",args=[],file="try.c",
18774 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18775 (@value{GDBP})
18776 -exec-step-instruction
18777 ^running
18778
18779 (@value{GDBP})
18780 *stopped,reason="end-stepping-range",
18781 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
18782 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18783 (@value{GDBP})
18784 @end smallexample
18785
18786
18787 @subheading The @code{-exec-until} Command
18788 @findex -exec-until
18789
18790 @subsubheading Synopsis
18791
18792 @smallexample
18793 -exec-until [ @var{location} ]
18794 @end smallexample
18795
18796 Asynchronous command. Executes the inferior until the @var{location}
18797 specified in the argument is reached. If there is no argument, the inferior
18798 executes until a source line greater than the current one is reached.
18799 The reason for stopping in this case will be @samp{location-reached}.
18800
18801 @subsubheading @value{GDBN} Command
18802
18803 The corresponding @value{GDBN} command is @samp{until}.
18804
18805 @subsubheading Example
18806
18807 @smallexample
18808 (@value{GDBP})
18809 -exec-until recursive2.c:6
18810 ^running
18811 (@value{GDBP})
18812 x = 55
18813 *stopped,reason="location-reached",frame=@{func="main",args=[],
18814 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="6"@}
18815 (@value{GDBP})
18816 @end smallexample
18817
18818 @ignore
18819 @subheading -file-clear
18820 Is this going away????
18821 @end ignore
18822
18823
18824 @subheading The @code{-file-exec-and-symbols} Command
18825 @findex -file-exec-and-symbols
18826
18827 @subsubheading Synopsis
18828
18829 @smallexample
18830 -file-exec-and-symbols @var{file}
18831 @end smallexample
18832
18833 Specify the executable file to be debugged. This file is the one from
18834 which the symbol table is also read. If no file is specified, the
18835 command clears the executable and symbol information. If breakpoints
18836 are set when using this command with no arguments, @value{GDBN} will produce
18837 error messages. Otherwise, no output is produced, except a completion
18838 notification.
18839
18840 @subsubheading @value{GDBN} Command
18841
18842 The corresponding @value{GDBN} command is @samp{file}.
18843
18844 @subsubheading Example
18845
18846 @smallexample
18847 (@value{GDBP})
18848 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18849 ^done
18850 (@value{GDBP})
18851 @end smallexample
18852
18853
18854 @subheading The @code{-file-exec-file} Command
18855 @findex -file-exec-file
18856
18857 @subsubheading Synopsis
18858
18859 @smallexample
18860 -file-exec-file @var{file}
18861 @end smallexample
18862
18863 Specify the executable file to be debugged. Unlike
18864 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18865 from this file. If used without argument, @value{GDBN} clears the information
18866 about the executable file. No output is produced, except a completion
18867 notification.
18868
18869 @subsubheading @value{GDBN} Command
18870
18871 The corresponding @value{GDBN} command is @samp{exec-file}.
18872
18873 @subsubheading Example
18874
18875 @smallexample
18876 (@value{GDBP})
18877 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18878 ^done
18879 (@value{GDBP})
18880 @end smallexample
18881
18882
18883 @subheading The @code{-file-list-exec-sections} Command
18884 @findex -file-list-exec-sections
18885
18886 @subsubheading Synopsis
18887
18888 @smallexample
18889 -file-list-exec-sections
18890 @end smallexample
18891
18892 List the sections of the current executable file.
18893
18894 @subsubheading @value{GDBN} Command
18895
18896 The @value{GDBN} command @samp{info file} shows, among the rest, the same
18897 information as this command. @code{gdbtk} has a corresponding command
18898 @samp{gdb_load_info}.
18899
18900 @subsubheading Example
18901 N.A.
18902
18903
18904 @subheading The @code{-file-list-exec-source-file} Command
18905 @findex -file-list-exec-source-file
18906
18907 @subsubheading Synopsis
18908
18909 @smallexample
18910 -file-list-exec-source-file
18911 @end smallexample
18912
18913 List the line number, the current source file, and the absolute path
18914 to the current source file for the current executable.
18915
18916 @subsubheading @value{GDBN} Command
18917
18918 There's no @value{GDBN} command which directly corresponds to this one.
18919
18920 @subsubheading Example
18921
18922 @smallexample
18923 (@value{GDBP})
18924 123-file-list-exec-source-file
18925 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18926 (@value{GDBP})
18927 @end smallexample
18928
18929
18930 @subheading The @code{-file-list-exec-source-files} Command
18931 @findex -file-list-exec-source-files
18932
18933 @subsubheading Synopsis
18934
18935 @smallexample
18936 -file-list-exec-source-files
18937 @end smallexample
18938
18939 List the source files for the current executable.
18940
18941 It will always output the filename, but only when GDB can find the absolute
18942 file name of a source file, will it output the fullname.
18943
18944 @subsubheading @value{GDBN} Command
18945
18946 There's no @value{GDBN} command which directly corresponds to this one.
18947 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18948
18949 @subsubheading Example
18950 @smallexample
18951 (@value{GDBP})
18952 -file-list-exec-source-files
18953 ^done,files=[
18954 @{file=foo.c,fullname=/home/foo.c@},
18955 @{file=/home/bar.c,fullname=/home/bar.c@},
18956 @{file=gdb_could_not_find_fullpath.c@}]
18957 (@value{GDBP})
18958 @end smallexample
18959
18960 @subheading The @code{-file-list-shared-libraries} Command
18961 @findex -file-list-shared-libraries
18962
18963 @subsubheading Synopsis
18964
18965 @smallexample
18966 -file-list-shared-libraries
18967 @end smallexample
18968
18969 List the shared libraries in the program.
18970
18971 @subsubheading @value{GDBN} Command
18972
18973 The corresponding @value{GDBN} command is @samp{info shared}.
18974
18975 @subsubheading Example
18976 N.A.
18977
18978
18979 @subheading The @code{-file-list-symbol-files} Command
18980 @findex -file-list-symbol-files
18981
18982 @subsubheading Synopsis
18983
18984 @smallexample
18985 -file-list-symbol-files
18986 @end smallexample
18987
18988 List symbol files.
18989
18990 @subsubheading @value{GDBN} Command
18991
18992 The corresponding @value{GDBN} command is @samp{info file} (part of it).
18993
18994 @subsubheading Example
18995 N.A.
18996
18997
18998 @subheading The @code{-file-symbol-file} Command
18999 @findex -file-symbol-file
19000
19001 @subsubheading Synopsis
19002
19003 @smallexample
19004 -file-symbol-file @var{file}
19005 @end smallexample
19006
19007 Read symbol table info from the specified @var{file} argument. When
19008 used without arguments, clears @value{GDBN}'s symbol table info. No output is
19009 produced, except for a completion notification.
19010
19011 @subsubheading @value{GDBN} Command
19012
19013 The corresponding @value{GDBN} command is @samp{symbol-file}.
19014
19015 @subsubheading Example
19016
19017 @smallexample
19018 (@value{GDBP})
19019 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
19020 ^done
19021 (@value{GDBP})
19022 @end smallexample
19023
19024 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19025 @node GDB/MI Miscellaneous Commands
19026 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
19027
19028 @c @subheading -gdb-complete
19029
19030 @subheading The @code{-gdb-exit} Command
19031 @findex -gdb-exit
19032
19033 @subsubheading Synopsis
19034
19035 @smallexample
19036 -gdb-exit
19037 @end smallexample
19038
19039 Exit @value{GDBN} immediately.
19040
19041 @subsubheading @value{GDBN} Command
19042
19043 Approximately corresponds to @samp{quit}.
19044
19045 @subsubheading Example
19046
19047 @smallexample
19048 (@value{GDBP})
19049 -gdb-exit
19050 @end smallexample
19051
19052 @subheading The @code{-gdb-set} Command
19053 @findex -gdb-set
19054
19055 @subsubheading Synopsis
19056
19057 @smallexample
19058 -gdb-set
19059 @end smallexample
19060
19061 Set an internal @value{GDBN} variable.
19062 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
19063
19064 @subsubheading @value{GDBN} Command
19065
19066 The corresponding @value{GDBN} command is @samp{set}.
19067
19068 @subsubheading Example
19069
19070 @smallexample
19071 (@value{GDBP})
19072 -gdb-set $foo=3
19073 ^done
19074 (@value{GDBP})
19075 @end smallexample
19076
19077
19078 @subheading The @code{-gdb-show} Command
19079 @findex -gdb-show
19080
19081 @subsubheading Synopsis
19082
19083 @smallexample
19084 -gdb-show
19085 @end smallexample
19086
19087 Show the current value of a @value{GDBN} variable.
19088
19089 @subsubheading @value{GDBN} command
19090
19091 The corresponding @value{GDBN} command is @samp{show}.
19092
19093 @subsubheading Example
19094
19095 @smallexample
19096 (@value{GDBP})
19097 -gdb-show annotate
19098 ^done,value="0"
19099 (@value{GDBP})
19100 @end smallexample
19101
19102 @c @subheading -gdb-source
19103
19104
19105 @subheading The @code{-gdb-version} Command
19106 @findex -gdb-version
19107
19108 @subsubheading Synopsis
19109
19110 @smallexample
19111 -gdb-version
19112 @end smallexample
19113
19114 Show version information for @value{GDBN}. Used mostly in testing.
19115
19116 @subsubheading @value{GDBN} Command
19117
19118 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
19119 information when you start an interactive session.
19120
19121 @subsubheading Example
19122
19123 @c This example modifies the actual output from GDB to avoid overfull
19124 @c box in TeX.
19125 @smallexample
19126 (@value{GDBP})
19127 -gdb-version
19128 ~GNU gdb 5.2.1
19129 ~Copyright 2000 Free Software Foundation, Inc.
19130 ~GDB is free software, covered by the GNU General Public License, and
19131 ~you are welcome to change it and/or distribute copies of it under
19132 ~ certain conditions.
19133 ~Type "show copying" to see the conditions.
19134 ~There is absolutely no warranty for GDB. Type "show warranty" for
19135 ~ details.
19136 ~This GDB was configured as
19137 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19138 ^done
19139 (@value{GDBP})
19140 @end smallexample
19141
19142 @subheading The @code{-interpreter-exec} Command
19143 @findex -interpreter-exec
19144
19145 @subheading Synopsis
19146
19147 @smallexample
19148 -interpreter-exec @var{interpreter} @var{command}
19149 @end smallexample
19150
19151 Execute the specified @var{command} in the given @var{interpreter}.
19152
19153 @subheading @value{GDBN} Command
19154
19155 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19156
19157 @subheading Example
19158
19159 @smallexample
19160 (@value{GDBP})
19161 -interpreter-exec console "break main"
19162 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
19163 &"During symbol reading, bad structure-type format.\n"
19164 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19165 ^done
19166 (@value{GDBP})
19167 @end smallexample
19168
19169 @subheading The @code{-inferior-tty-set} Command
19170 @findex -inferior-tty-set
19171
19172 @subheading Synopsis
19173
19174 @smallexample
19175 -inferior-tty-set /dev/pts/1
19176 @end smallexample
19177
19178 Set terminal for future runs of the program being debugged.
19179
19180 @subheading @value{GDBN} Command
19181
19182 The corresponding @value{GDBN} command is @samp{set inferior-tty /dev/pts/1}.
19183
19184 @subheading Example
19185
19186 @smallexample
19187 (@value{GDBP})
19188 -inferior-tty-set /dev/pts/1
19189 ^done
19190 (@value{GDBP})
19191 @end smallexample
19192
19193 @subheading The @code{-inferior-tty-show} Command
19194 @findex -inferior-tty-show
19195
19196 @subheading Synopsis
19197
19198 @smallexample
19199 -inferior-tty-show
19200 @end smallexample
19201
19202 Show terminal for future runs of program being debugged.
19203
19204 @subheading @value{GDBN} Command
19205
19206 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
19207
19208 @subheading Example
19209
19210 @smallexample
19211 (@value{GDBP})
19212 -inferior-tty-set /dev/pts/1
19213 ^done
19214 (@value{GDBP})
19215 -inferior-tty-show
19216 ^done,inferior_tty_terminal="/dev/pts/1"
19217 (@value{GDBP})
19218 @end smallexample
19219
19220 @ignore
19221 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19222 @node GDB/MI Kod Commands
19223 @section @sc{gdb/mi} Kod Commands
19224
19225 The Kod commands are not implemented.
19226
19227 @c @subheading -kod-info
19228
19229 @c @subheading -kod-list
19230
19231 @c @subheading -kod-list-object-types
19232
19233 @c @subheading -kod-show
19234
19235 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19236 @node GDB/MI Memory Overlay Commands
19237 @section @sc{gdb/mi} Memory Overlay Commands
19238
19239 The memory overlay commands are not implemented.
19240
19241 @c @subheading -overlay-auto
19242
19243 @c @subheading -overlay-list-mapping-state
19244
19245 @c @subheading -overlay-list-overlays
19246
19247 @c @subheading -overlay-map
19248
19249 @c @subheading -overlay-off
19250
19251 @c @subheading -overlay-on
19252
19253 @c @subheading -overlay-unmap
19254
19255 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19256 @node GDB/MI Signal Handling Commands
19257 @section @sc{gdb/mi} Signal Handling Commands
19258
19259 Signal handling commands are not implemented.
19260
19261 @c @subheading -signal-handle
19262
19263 @c @subheading -signal-list-handle-actions
19264
19265 @c @subheading -signal-list-signal-types
19266 @end ignore
19267
19268
19269 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19270 @node GDB/MI Stack Manipulation
19271 @section @sc{gdb/mi} Stack Manipulation Commands
19272
19273
19274 @subheading The @code{-stack-info-frame} Command
19275 @findex -stack-info-frame
19276
19277 @subsubheading Synopsis
19278
19279 @smallexample
19280 -stack-info-frame
19281 @end smallexample
19282
19283 Get info on the selected frame.
19284
19285 @subsubheading @value{GDBN} Command
19286
19287 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19288 (without arguments).
19289
19290 @subsubheading Example
19291
19292 @smallexample
19293 (@value{GDBP})
19294 -stack-info-frame
19295 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
19296 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19297 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
19298 (@value{GDBP})
19299 @end smallexample
19300
19301 @subheading The @code{-stack-info-depth} Command
19302 @findex -stack-info-depth
19303
19304 @subsubheading Synopsis
19305
19306 @smallexample
19307 -stack-info-depth [ @var{max-depth} ]
19308 @end smallexample
19309
19310 Return the depth of the stack. If the integer argument @var{max-depth}
19311 is specified, do not count beyond @var{max-depth} frames.
19312
19313 @subsubheading @value{GDBN} Command
19314
19315 There's no equivalent @value{GDBN} command.
19316
19317 @subsubheading Example
19318
19319 For a stack with frame levels 0 through 11:
19320
19321 @smallexample
19322 (@value{GDBP})
19323 -stack-info-depth
19324 ^done,depth="12"
19325 (@value{GDBP})
19326 -stack-info-depth 4
19327 ^done,depth="4"
19328 (@value{GDBP})
19329 -stack-info-depth 12
19330 ^done,depth="12"
19331 (@value{GDBP})
19332 -stack-info-depth 11
19333 ^done,depth="11"
19334 (@value{GDBP})
19335 -stack-info-depth 13
19336 ^done,depth="12"
19337 (@value{GDBP})
19338 @end smallexample
19339
19340 @subheading The @code{-stack-list-arguments} Command
19341 @findex -stack-list-arguments
19342
19343 @subsubheading Synopsis
19344
19345 @smallexample
19346 -stack-list-arguments @var{show-values}
19347 [ @var{low-frame} @var{high-frame} ]
19348 @end smallexample
19349
19350 Display a list of the arguments for the frames between @var{low-frame}
19351 and @var{high-frame} (inclusive). If @var{low-frame} and
19352 @var{high-frame} are not provided, list the arguments for the whole call
19353 stack.
19354
19355 The @var{show-values} argument must have a value of 0 or 1. A value of
19356 0 means that only the names of the arguments are listed, a value of 1
19357 means that both names and values of the arguments are printed.
19358
19359 @subsubheading @value{GDBN} Command
19360
19361 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19362 @samp{gdb_get_args} command which partially overlaps with the
19363 functionality of @samp{-stack-list-arguments}.
19364
19365 @subsubheading Example
19366
19367 @smallexample
19368 (@value{GDBP})
19369 -stack-list-frames
19370 ^done,
19371 stack=[
19372 frame=@{level="0",addr="0x00010734",func="callee4",
19373 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19374 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19375 frame=@{level="1",addr="0x0001076c",func="callee3",
19376 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19377 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19378 frame=@{level="2",addr="0x0001078c",func="callee2",
19379 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19380 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19381 frame=@{level="3",addr="0x000107b4",func="callee1",
19382 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19383 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19384 frame=@{level="4",addr="0x000107e0",func="main",
19385 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19386 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19387 (@value{GDBP})
19388 -stack-list-arguments 0
19389 ^done,
19390 stack-args=[
19391 frame=@{level="0",args=[]@},
19392 frame=@{level="1",args=[name="strarg"]@},
19393 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19394 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19395 frame=@{level="4",args=[]@}]
19396 (@value{GDBP})
19397 -stack-list-arguments 1
19398 ^done,
19399 stack-args=[
19400 frame=@{level="0",args=[]@},
19401 frame=@{level="1",
19402 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19403 frame=@{level="2",args=[
19404 @{name="intarg",value="2"@},
19405 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19406 @{frame=@{level="3",args=[
19407 @{name="intarg",value="2"@},
19408 @{name="strarg",value="0x11940 \"A string argument.\""@},
19409 @{name="fltarg",value="3.5"@}]@},
19410 frame=@{level="4",args=[]@}]
19411 (@value{GDBP})
19412 -stack-list-arguments 0 2 2
19413 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19414 (@value{GDBP})
19415 -stack-list-arguments 1 2 2
19416 ^done,stack-args=[frame=@{level="2",
19417 args=[@{name="intarg",value="2"@},
19418 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19419 (@value{GDBP})
19420 @end smallexample
19421
19422 @c @subheading -stack-list-exception-handlers
19423
19424
19425 @subheading The @code{-stack-list-frames} Command
19426 @findex -stack-list-frames
19427
19428 @subsubheading Synopsis
19429
19430 @smallexample
19431 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19432 @end smallexample
19433
19434 List the frames currently on the stack. For each frame it displays the
19435 following info:
19436
19437 @table @samp
19438 @item @var{level}
19439 The frame number, 0 being the topmost frame, i.e. the innermost function.
19440 @item @var{addr}
19441 The @code{$pc} value for that frame.
19442 @item @var{func}
19443 Function name.
19444 @item @var{file}
19445 File name of the source file where the function lives.
19446 @item @var{line}
19447 Line number corresponding to the @code{$pc}.
19448 @end table
19449
19450 If invoked without arguments, this command prints a backtrace for the
19451 whole stack. If given two integer arguments, it shows the frames whose
19452 levels are between the two arguments (inclusive). If the two arguments
19453 are equal, it shows the single frame at the corresponding level.
19454
19455 @subsubheading @value{GDBN} Command
19456
19457 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19458
19459 @subsubheading Example
19460
19461 Full stack backtrace:
19462
19463 @smallexample
19464 (@value{GDBP})
19465 -stack-list-frames
19466 ^done,stack=
19467 [frame=@{level="0",addr="0x0001076c",func="foo",
19468 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
19469 frame=@{level="1",addr="0x000107a4",func="foo",
19470 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19471 frame=@{level="2",addr="0x000107a4",func="foo",
19472 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19473 frame=@{level="3",addr="0x000107a4",func="foo",
19474 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19475 frame=@{level="4",addr="0x000107a4",func="foo",
19476 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19477 frame=@{level="5",addr="0x000107a4",func="foo",
19478 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19479 frame=@{level="6",addr="0x000107a4",func="foo",
19480 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19481 frame=@{level="7",addr="0x000107a4",func="foo",
19482 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19483 frame=@{level="8",addr="0x000107a4",func="foo",
19484 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19485 frame=@{level="9",addr="0x000107a4",func="foo",
19486 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19487 frame=@{level="10",addr="0x000107a4",func="foo",
19488 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19489 frame=@{level="11",addr="0x00010738",func="main",
19490 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
19491 (@value{GDBP})
19492 @end smallexample
19493
19494 Show frames between @var{low_frame} and @var{high_frame}:
19495
19496 @smallexample
19497 (@value{GDBP})
19498 -stack-list-frames 3 5
19499 ^done,stack=
19500 [frame=@{level="3",addr="0x000107a4",func="foo",
19501 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19502 frame=@{level="4",addr="0x000107a4",func="foo",
19503 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19504 frame=@{level="5",addr="0x000107a4",func="foo",
19505 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19506 (@value{GDBP})
19507 @end smallexample
19508
19509 Show a single frame:
19510
19511 @smallexample
19512 (@value{GDBP})
19513 -stack-list-frames 3 3
19514 ^done,stack=
19515 [frame=@{level="3",addr="0x000107a4",func="foo",
19516 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19517 (@value{GDBP})
19518 @end smallexample
19519
19520
19521 @subheading The @code{-stack-list-locals} Command
19522 @findex -stack-list-locals
19523
19524 @subsubheading Synopsis
19525
19526 @smallexample
19527 -stack-list-locals @var{print-values}
19528 @end smallexample
19529
19530 Display the local variable names for the selected frame. If
19531 @var{print-values} is 0 or @code{--no-values}, print only the names of
19532 the variables; if it is 1 or @code{--all-values}, print also their
19533 values; and if it is 2 or @code{--simple-values}, print the name,
19534 type and value for simple data types and the name and type for arrays,
19535 structures and unions. In this last case, a frontend can immediately
19536 display the value of simple data types and create variable objects for
19537 other data types when the the user wishes to explore their values in
19538 more detail.
19539
19540 @subsubheading @value{GDBN} Command
19541
19542 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19543
19544 @subsubheading Example
19545
19546 @smallexample
19547 (@value{GDBP})
19548 -stack-list-locals 0
19549 ^done,locals=[name="A",name="B",name="C"]
19550 (@value{GDBP})
19551 -stack-list-locals --all-values
19552 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19553 @{name="C",value="@{1, 2, 3@}"@}]
19554 -stack-list-locals --simple-values
19555 ^done,locals=[@{name="A",type="int",value="1"@},
19556 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19557 (@value{GDBP})
19558 @end smallexample
19559
19560
19561 @subheading The @code{-stack-select-frame} Command
19562 @findex -stack-select-frame
19563
19564 @subsubheading Synopsis
19565
19566 @smallexample
19567 -stack-select-frame @var{framenum}
19568 @end smallexample
19569
19570 Change the selected frame. Select a different frame @var{framenum} on
19571 the stack.
19572
19573 @subsubheading @value{GDBN} Command
19574
19575 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19576 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19577
19578 @subsubheading Example
19579
19580 @smallexample
19581 (@value{GDBP})
19582 -stack-select-frame 2
19583 ^done
19584 (@value{GDBP})
19585 @end smallexample
19586
19587 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19588 @node GDB/MI Symbol Query
19589 @section @sc{gdb/mi} Symbol Query Commands
19590
19591
19592 @subheading The @code{-symbol-info-address} Command
19593 @findex -symbol-info-address
19594
19595 @subsubheading Synopsis
19596
19597 @smallexample
19598 -symbol-info-address @var{symbol}
19599 @end smallexample
19600
19601 Describe where @var{symbol} is stored.
19602
19603 @subsubheading @value{GDBN} Command
19604
19605 The corresponding @value{GDBN} command is @samp{info address}.
19606
19607 @subsubheading Example
19608 N.A.
19609
19610
19611 @subheading The @code{-symbol-info-file} Command
19612 @findex -symbol-info-file
19613
19614 @subsubheading Synopsis
19615
19616 @smallexample
19617 -symbol-info-file
19618 @end smallexample
19619
19620 Show the file for the symbol.
19621
19622 @subsubheading @value{GDBN} Command
19623
19624 There's no equivalent @value{GDBN} command. @code{gdbtk} has
19625 @samp{gdb_find_file}.
19626
19627 @subsubheading Example
19628 N.A.
19629
19630
19631 @subheading The @code{-symbol-info-function} Command
19632 @findex -symbol-info-function
19633
19634 @subsubheading Synopsis
19635
19636 @smallexample
19637 -symbol-info-function
19638 @end smallexample
19639
19640 Show which function the symbol lives in.
19641
19642 @subsubheading @value{GDBN} Command
19643
19644 @samp{gdb_get_function} in @code{gdbtk}.
19645
19646 @subsubheading Example
19647 N.A.
19648
19649
19650 @subheading The @code{-symbol-info-line} Command
19651 @findex -symbol-info-line
19652
19653 @subsubheading Synopsis
19654
19655 @smallexample
19656 -symbol-info-line
19657 @end smallexample
19658
19659 Show the core addresses of the code for a source line.
19660
19661 @subsubheading @value{GDBN} Command
19662
19663 The corresponding @value{GDBN} command is @samp{info line}.
19664 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19665
19666 @subsubheading Example
19667 N.A.
19668
19669
19670 @subheading The @code{-symbol-info-symbol} Command
19671 @findex -symbol-info-symbol
19672
19673 @subsubheading Synopsis
19674
19675 @smallexample
19676 -symbol-info-symbol @var{addr}
19677 @end smallexample
19678
19679 Describe what symbol is at location @var{addr}.
19680
19681 @subsubheading @value{GDBN} Command
19682
19683 The corresponding @value{GDBN} command is @samp{info symbol}.
19684
19685 @subsubheading Example
19686 N.A.
19687
19688
19689 @subheading The @code{-symbol-list-functions} Command
19690 @findex -symbol-list-functions
19691
19692 @subsubheading Synopsis
19693
19694 @smallexample
19695 -symbol-list-functions
19696 @end smallexample
19697
19698 List the functions in the executable.
19699
19700 @subsubheading @value{GDBN} Command
19701
19702 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19703 @samp{gdb_search} in @code{gdbtk}.
19704
19705 @subsubheading Example
19706 N.A.
19707
19708
19709 @subheading The @code{-symbol-list-lines} Command
19710 @findex -symbol-list-lines
19711
19712 @subsubheading Synopsis
19713
19714 @smallexample
19715 -symbol-list-lines @var{filename}
19716 @end smallexample
19717
19718 Print the list of lines that contain code and their associated program
19719 addresses for the given source filename. The entries are sorted in
19720 ascending PC order.
19721
19722 @subsubheading @value{GDBN} Command
19723
19724 There is no corresponding @value{GDBN} command.
19725
19726 @subsubheading Example
19727 @smallexample
19728 (@value{GDBP})
19729 -symbol-list-lines basics.c
19730 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
19731 (@value{GDBP})
19732 @end smallexample
19733
19734
19735 @subheading The @code{-symbol-list-types} Command
19736 @findex -symbol-list-types
19737
19738 @subsubheading Synopsis
19739
19740 @smallexample
19741 -symbol-list-types
19742 @end smallexample
19743
19744 List all the type names.
19745
19746 @subsubheading @value{GDBN} Command
19747
19748 The corresponding commands are @samp{info types} in @value{GDBN},
19749 @samp{gdb_search} in @code{gdbtk}.
19750
19751 @subsubheading Example
19752 N.A.
19753
19754
19755 @subheading The @code{-symbol-list-variables} Command
19756 @findex -symbol-list-variables
19757
19758 @subsubheading Synopsis
19759
19760 @smallexample
19761 -symbol-list-variables
19762 @end smallexample
19763
19764 List all the global and static variable names.
19765
19766 @subsubheading @value{GDBN} Command
19767
19768 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19769
19770 @subsubheading Example
19771 N.A.
19772
19773
19774 @subheading The @code{-symbol-locate} Command
19775 @findex -symbol-locate
19776
19777 @subsubheading Synopsis
19778
19779 @smallexample
19780 -symbol-locate
19781 @end smallexample
19782
19783 @subsubheading @value{GDBN} Command
19784
19785 @samp{gdb_loc} in @code{gdbtk}.
19786
19787 @subsubheading Example
19788 N.A.
19789
19790
19791 @subheading The @code{-symbol-type} Command
19792 @findex -symbol-type
19793
19794 @subsubheading Synopsis
19795
19796 @smallexample
19797 -symbol-type @var{variable}
19798 @end smallexample
19799
19800 Show type of @var{variable}.
19801
19802 @subsubheading @value{GDBN} Command
19803
19804 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19805 @samp{gdb_obj_variable}.
19806
19807 @subsubheading Example
19808 N.A.
19809
19810
19811 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19812 @node GDB/MI Target Manipulation
19813 @section @sc{gdb/mi} Target Manipulation Commands
19814
19815
19816 @subheading The @code{-target-attach} Command
19817 @findex -target-attach
19818
19819 @subsubheading Synopsis
19820
19821 @smallexample
19822 -target-attach @var{pid} | @var{file}
19823 @end smallexample
19824
19825 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19826
19827 @subsubheading @value{GDBN} command
19828
19829 The corresponding @value{GDBN} command is @samp{attach}.
19830
19831 @subsubheading Example
19832 N.A.
19833
19834
19835 @subheading The @code{-target-compare-sections} Command
19836 @findex -target-compare-sections
19837
19838 @subsubheading Synopsis
19839
19840 @smallexample
19841 -target-compare-sections [ @var{section} ]
19842 @end smallexample
19843
19844 Compare data of section @var{section} on target to the exec file.
19845 Without the argument, all sections are compared.
19846
19847 @subsubheading @value{GDBN} Command
19848
19849 The @value{GDBN} equivalent is @samp{compare-sections}.
19850
19851 @subsubheading Example
19852 N.A.
19853
19854
19855 @subheading The @code{-target-detach} Command
19856 @findex -target-detach
19857
19858 @subsubheading Synopsis
19859
19860 @smallexample
19861 -target-detach
19862 @end smallexample
19863
19864 Disconnect from the remote target. There's no output.
19865
19866 @subsubheading @value{GDBN} command
19867
19868 The corresponding @value{GDBN} command is @samp{detach}.
19869
19870 @subsubheading Example
19871
19872 @smallexample
19873 (@value{GDBP})
19874 -target-detach
19875 ^done
19876 (@value{GDBP})
19877 @end smallexample
19878
19879
19880 @subheading The @code{-target-disconnect} Command
19881 @findex -target-disconnect
19882
19883 @subsubheading Synopsis
19884
19885 @example
19886 -target-disconnect
19887 @end example
19888
19889 Disconnect from the remote target. There's no output.
19890
19891 @subsubheading @value{GDBN} command
19892
19893 The corresponding @value{GDBN} command is @samp{disconnect}.
19894
19895 @subsubheading Example
19896
19897 @smallexample
19898 (@value{GDBP})
19899 -target-disconnect
19900 ^done
19901 (@value{GDBP})
19902 @end smallexample
19903
19904
19905 @subheading The @code{-target-download} Command
19906 @findex -target-download
19907
19908 @subsubheading Synopsis
19909
19910 @smallexample
19911 -target-download
19912 @end smallexample
19913
19914 Loads the executable onto the remote target.
19915 It prints out an update message every half second, which includes the fields:
19916
19917 @table @samp
19918 @item section
19919 The name of the section.
19920 @item section-sent
19921 The size of what has been sent so far for that section.
19922 @item section-size
19923 The size of the section.
19924 @item total-sent
19925 The total size of what was sent so far (the current and the previous sections).
19926 @item total-size
19927 The size of the overall executable to download.
19928 @end table
19929
19930 @noindent
19931 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19932 @sc{gdb/mi} Output Syntax}).
19933
19934 In addition, it prints the name and size of the sections, as they are
19935 downloaded. These messages include the following fields:
19936
19937 @table @samp
19938 @item section
19939 The name of the section.
19940 @item section-size
19941 The size of the section.
19942 @item total-size
19943 The size of the overall executable to download.
19944 @end table
19945
19946 @noindent
19947 At the end, a summary is printed.
19948
19949 @subsubheading @value{GDBN} Command
19950
19951 The corresponding @value{GDBN} command is @samp{load}.
19952
19953 @subsubheading Example
19954
19955 Note: each status message appears on a single line. Here the messages
19956 have been broken down so that they can fit onto a page.
19957
19958 @smallexample
19959 (@value{GDBP})
19960 -target-download
19961 +download,@{section=".text",section-size="6668",total-size="9880"@}
19962 +download,@{section=".text",section-sent="512",section-size="6668",
19963 total-sent="512",total-size="9880"@}
19964 +download,@{section=".text",section-sent="1024",section-size="6668",
19965 total-sent="1024",total-size="9880"@}
19966 +download,@{section=".text",section-sent="1536",section-size="6668",
19967 total-sent="1536",total-size="9880"@}
19968 +download,@{section=".text",section-sent="2048",section-size="6668",
19969 total-sent="2048",total-size="9880"@}
19970 +download,@{section=".text",section-sent="2560",section-size="6668",
19971 total-sent="2560",total-size="9880"@}
19972 +download,@{section=".text",section-sent="3072",section-size="6668",
19973 total-sent="3072",total-size="9880"@}
19974 +download,@{section=".text",section-sent="3584",section-size="6668",
19975 total-sent="3584",total-size="9880"@}
19976 +download,@{section=".text",section-sent="4096",section-size="6668",
19977 total-sent="4096",total-size="9880"@}
19978 +download,@{section=".text",section-sent="4608",section-size="6668",
19979 total-sent="4608",total-size="9880"@}
19980 +download,@{section=".text",section-sent="5120",section-size="6668",
19981 total-sent="5120",total-size="9880"@}
19982 +download,@{section=".text",section-sent="5632",section-size="6668",
19983 total-sent="5632",total-size="9880"@}
19984 +download,@{section=".text",section-sent="6144",section-size="6668",
19985 total-sent="6144",total-size="9880"@}
19986 +download,@{section=".text",section-sent="6656",section-size="6668",
19987 total-sent="6656",total-size="9880"@}
19988 +download,@{section=".init",section-size="28",total-size="9880"@}
19989 +download,@{section=".fini",section-size="28",total-size="9880"@}
19990 +download,@{section=".data",section-size="3156",total-size="9880"@}
19991 +download,@{section=".data",section-sent="512",section-size="3156",
19992 total-sent="7236",total-size="9880"@}
19993 +download,@{section=".data",section-sent="1024",section-size="3156",
19994 total-sent="7748",total-size="9880"@}
19995 +download,@{section=".data",section-sent="1536",section-size="3156",
19996 total-sent="8260",total-size="9880"@}
19997 +download,@{section=".data",section-sent="2048",section-size="3156",
19998 total-sent="8772",total-size="9880"@}
19999 +download,@{section=".data",section-sent="2560",section-size="3156",
20000 total-sent="9284",total-size="9880"@}
20001 +download,@{section=".data",section-sent="3072",section-size="3156",
20002 total-sent="9796",total-size="9880"@}
20003 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
20004 write-rate="429"
20005 (@value{GDBP})
20006 @end smallexample
20007
20008
20009 @subheading The @code{-target-exec-status} Command
20010 @findex -target-exec-status
20011
20012 @subsubheading Synopsis
20013
20014 @smallexample
20015 -target-exec-status
20016 @end smallexample
20017
20018 Provide information on the state of the target (whether it is running or
20019 not, for instance).
20020
20021 @subsubheading @value{GDBN} Command
20022
20023 There's no equivalent @value{GDBN} command.
20024
20025 @subsubheading Example
20026 N.A.
20027
20028
20029 @subheading The @code{-target-list-available-targets} Command
20030 @findex -target-list-available-targets
20031
20032 @subsubheading Synopsis
20033
20034 @smallexample
20035 -target-list-available-targets
20036 @end smallexample
20037
20038 List the possible targets to connect to.
20039
20040 @subsubheading @value{GDBN} Command
20041
20042 The corresponding @value{GDBN} command is @samp{help target}.
20043
20044 @subsubheading Example
20045 N.A.
20046
20047
20048 @subheading The @code{-target-list-current-targets} Command
20049 @findex -target-list-current-targets
20050
20051 @subsubheading Synopsis
20052
20053 @smallexample
20054 -target-list-current-targets
20055 @end smallexample
20056
20057 Describe the current target.
20058
20059 @subsubheading @value{GDBN} Command
20060
20061 The corresponding information is printed by @samp{info file} (among
20062 other things).
20063
20064 @subsubheading Example
20065 N.A.
20066
20067
20068 @subheading The @code{-target-list-parameters} Command
20069 @findex -target-list-parameters
20070
20071 @subsubheading Synopsis
20072
20073 @smallexample
20074 -target-list-parameters
20075 @end smallexample
20076
20077 @c ????
20078
20079 @subsubheading @value{GDBN} Command
20080
20081 No equivalent.
20082
20083 @subsubheading Example
20084 N.A.
20085
20086
20087 @subheading The @code{-target-select} Command
20088 @findex -target-select
20089
20090 @subsubheading Synopsis
20091
20092 @smallexample
20093 -target-select @var{type} @var{parameters @dots{}}
20094 @end smallexample
20095
20096 Connect @value{GDBN} to the remote target. This command takes two args:
20097
20098 @table @samp
20099 @item @var{type}
20100 The type of target, for instance @samp{async}, @samp{remote}, etc.
20101 @item @var{parameters}
20102 Device names, host names and the like. @xref{Target Commands, ,
20103 Commands for managing targets}, for more details.
20104 @end table
20105
20106 The output is a connection notification, followed by the address at
20107 which the target program is, in the following form:
20108
20109 @smallexample
20110 ^connected,addr="@var{address}",func="@var{function name}",
20111 args=[@var{arg list}]
20112 @end smallexample
20113
20114 @subsubheading @value{GDBN} Command
20115
20116 The corresponding @value{GDBN} command is @samp{target}.
20117
20118 @subsubheading Example
20119
20120 @smallexample
20121 (@value{GDBP})
20122 -target-select async /dev/ttya
20123 ^connected,addr="0xfe00a300",func="??",args=[]
20124 (@value{GDBP})
20125 @end smallexample
20126
20127 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20128 @node GDB/MI Thread Commands
20129 @section @sc{gdb/mi} Thread Commands
20130
20131
20132 @subheading The @code{-thread-info} Command
20133 @findex -thread-info
20134
20135 @subsubheading Synopsis
20136
20137 @smallexample
20138 -thread-info
20139 @end smallexample
20140
20141 @subsubheading @value{GDBN} command
20142
20143 No equivalent.
20144
20145 @subsubheading Example
20146 N.A.
20147
20148
20149 @subheading The @code{-thread-list-all-threads} Command
20150 @findex -thread-list-all-threads
20151
20152 @subsubheading Synopsis
20153
20154 @smallexample
20155 -thread-list-all-threads
20156 @end smallexample
20157
20158 @subsubheading @value{GDBN} Command
20159
20160 The equivalent @value{GDBN} command is @samp{info threads}.
20161
20162 @subsubheading Example
20163 N.A.
20164
20165
20166 @subheading The @code{-thread-list-ids} Command
20167 @findex -thread-list-ids
20168
20169 @subsubheading Synopsis
20170
20171 @smallexample
20172 -thread-list-ids
20173 @end smallexample
20174
20175 Produces a list of the currently known @value{GDBN} thread ids. At the
20176 end of the list it also prints the total number of such threads.
20177
20178 @subsubheading @value{GDBN} Command
20179
20180 Part of @samp{info threads} supplies the same information.
20181
20182 @subsubheading Example
20183
20184 No threads present, besides the main process:
20185
20186 @smallexample
20187 (@value{GDBP})
20188 -thread-list-ids
20189 ^done,thread-ids=@{@},number-of-threads="0"
20190 (@value{GDBP})
20191 @end smallexample
20192
20193
20194 Several threads:
20195
20196 @smallexample
20197 (@value{GDBP})
20198 -thread-list-ids
20199 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20200 number-of-threads="3"
20201 (@value{GDBP})
20202 @end smallexample
20203
20204
20205 @subheading The @code{-thread-select} Command
20206 @findex -thread-select
20207
20208 @subsubheading Synopsis
20209
20210 @smallexample
20211 -thread-select @var{threadnum}
20212 @end smallexample
20213
20214 Make @var{threadnum} the current thread. It prints the number of the new
20215 current thread, and the topmost frame for that thread.
20216
20217 @subsubheading @value{GDBN} Command
20218
20219 The corresponding @value{GDBN} command is @samp{thread}.
20220
20221 @subsubheading Example
20222
20223 @smallexample
20224 (@value{GDBP})
20225 -exec-next
20226 ^running
20227 (@value{GDBP})
20228 *stopped,reason="end-stepping-range",thread-id="2",line="187",
20229 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20230 (@value{GDBP})
20231 -thread-list-ids
20232 ^done,
20233 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20234 number-of-threads="3"
20235 (@value{GDBP})
20236 -thread-select 3
20237 ^done,new-thread-id="3",
20238 frame=@{level="0",func="vprintf",
20239 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20240 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20241 (@value{GDBP})
20242 @end smallexample
20243
20244 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20245 @node GDB/MI Tracepoint Commands
20246 @section @sc{gdb/mi} Tracepoint Commands
20247
20248 The tracepoint commands are not yet implemented.
20249
20250 @c @subheading -trace-actions
20251
20252 @c @subheading -trace-delete
20253
20254 @c @subheading -trace-disable
20255
20256 @c @subheading -trace-dump
20257
20258 @c @subheading -trace-enable
20259
20260 @c @subheading -trace-exists
20261
20262 @c @subheading -trace-find
20263
20264 @c @subheading -trace-frame-number
20265
20266 @c @subheading -trace-info
20267
20268 @c @subheading -trace-insert
20269
20270 @c @subheading -trace-list
20271
20272 @c @subheading -trace-pass-count
20273
20274 @c @subheading -trace-save
20275
20276 @c @subheading -trace-start
20277
20278 @c @subheading -trace-stop
20279
20280
20281 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20282 @node GDB/MI Variable Objects
20283 @section @sc{gdb/mi} Variable Objects
20284
20285
20286 @subheading Motivation for Variable Objects in @sc{gdb/mi}
20287
20288 For the implementation of a variable debugger window (locals, watched
20289 expressions, etc.), we are proposing the adaptation of the existing code
20290 used by @code{Insight}.
20291
20292 The two main reasons for that are:
20293
20294 @enumerate 1
20295 @item
20296 It has been proven in practice (it is already on its second generation).
20297
20298 @item
20299 It will shorten development time (needless to say how important it is
20300 now).
20301 @end enumerate
20302
20303 The original interface was designed to be used by Tcl code, so it was
20304 slightly changed so it could be used through @sc{gdb/mi}. This section
20305 describes the @sc{gdb/mi} operations that will be available and gives some
20306 hints about their use.
20307
20308 @emph{Note}: In addition to the set of operations described here, we
20309 expect the @sc{gui} implementation of a variable window to require, at
20310 least, the following operations:
20311
20312 @itemize @bullet
20313 @item @code{-gdb-show} @code{output-radix}
20314 @item @code{-stack-list-arguments}
20315 @item @code{-stack-list-locals}
20316 @item @code{-stack-select-frame}
20317 @end itemize
20318
20319 @subheading Introduction to Variable Objects in @sc{gdb/mi}
20320
20321 @cindex variable objects in @sc{gdb/mi}
20322 The basic idea behind variable objects is the creation of a named object
20323 to represent a variable, an expression, a memory location or even a CPU
20324 register. For each object created, a set of operations is available for
20325 examining or changing its properties.
20326
20327 Furthermore, complex data types, such as C structures, are represented
20328 in a tree format. For instance, the @code{struct} type variable is the
20329 root and the children will represent the struct members. If a child
20330 is itself of a complex type, it will also have children of its own.
20331 Appropriate language differences are handled for C, C@t{++} and Java.
20332
20333 When returning the actual values of the objects, this facility allows
20334 for the individual selection of the display format used in the result
20335 creation. It can be chosen among: binary, decimal, hexadecimal, octal
20336 and natural. Natural refers to a default format automatically
20337 chosen based on the variable type (like decimal for an @code{int}, hex
20338 for pointers, etc.).
20339
20340 The following is the complete set of @sc{gdb/mi} operations defined to
20341 access this functionality:
20342
20343 @multitable @columnfractions .4 .6
20344 @item @strong{Operation}
20345 @tab @strong{Description}
20346
20347 @item @code{-var-create}
20348 @tab create a variable object
20349 @item @code{-var-delete}
20350 @tab delete the variable object and its children
20351 @item @code{-var-set-format}
20352 @tab set the display format of this variable
20353 @item @code{-var-show-format}
20354 @tab show the display format of this variable
20355 @item @code{-var-info-num-children}
20356 @tab tells how many children this object has
20357 @item @code{-var-list-children}
20358 @tab return a list of the object's children
20359 @item @code{-var-info-type}
20360 @tab show the type of this variable object
20361 @item @code{-var-info-expression}
20362 @tab print what this variable object represents
20363 @item @code{-var-show-attributes}
20364 @tab is this variable editable? does it exist here?
20365 @item @code{-var-evaluate-expression}
20366 @tab get the value of this variable
20367 @item @code{-var-assign}
20368 @tab set the value of this variable
20369 @item @code{-var-update}
20370 @tab update the variable and its children
20371 @end multitable
20372
20373 In the next subsection we describe each operation in detail and suggest
20374 how it can be used.
20375
20376 @subheading Description And Use of Operations on Variable Objects
20377
20378 @subheading The @code{-var-create} Command
20379 @findex -var-create
20380
20381 @subsubheading Synopsis
20382
20383 @smallexample
20384 -var-create @{@var{name} | "-"@}
20385 @{@var{frame-addr} | "*"@} @var{expression}
20386 @end smallexample
20387
20388 This operation creates a variable object, which allows the monitoring of
20389 a variable, the result of an expression, a memory cell or a CPU
20390 register.
20391
20392 The @var{name} parameter is the string by which the object can be
20393 referenced. It must be unique. If @samp{-} is specified, the varobj
20394 system will generate a string ``varNNNNNN'' automatically. It will be
20395 unique provided that one does not specify @var{name} on that format.
20396 The command fails if a duplicate name is found.
20397
20398 The frame under which the expression should be evaluated can be
20399 specified by @var{frame-addr}. A @samp{*} indicates that the current
20400 frame should be used.
20401
20402 @var{expression} is any expression valid on the current language set (must not
20403 begin with a @samp{*}), or one of the following:
20404
20405 @itemize @bullet
20406 @item
20407 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20408
20409 @item
20410 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20411
20412 @item
20413 @samp{$@var{regname}} --- a CPU register name
20414 @end itemize
20415
20416 @subsubheading Result
20417
20418 This operation returns the name, number of children and the type of the
20419 object created. Type is returned as a string as the ones generated by
20420 the @value{GDBN} CLI:
20421
20422 @smallexample
20423 name="@var{name}",numchild="N",type="@var{type}"
20424 @end smallexample
20425
20426
20427 @subheading The @code{-var-delete} Command
20428 @findex -var-delete
20429
20430 @subsubheading Synopsis
20431
20432 @smallexample
20433 -var-delete @var{name}
20434 @end smallexample
20435
20436 Deletes a previously created variable object and all of its children.
20437
20438 Returns an error if the object @var{name} is not found.
20439
20440
20441 @subheading The @code{-var-set-format} Command
20442 @findex -var-set-format
20443
20444 @subsubheading Synopsis
20445
20446 @smallexample
20447 -var-set-format @var{name} @var{format-spec}
20448 @end smallexample
20449
20450 Sets the output format for the value of the object @var{name} to be
20451 @var{format-spec}.
20452
20453 The syntax for the @var{format-spec} is as follows:
20454
20455 @smallexample
20456 @var{format-spec} @expansion{}
20457 @{binary | decimal | hexadecimal | octal | natural@}
20458 @end smallexample
20459
20460
20461 @subheading The @code{-var-show-format} Command
20462 @findex -var-show-format
20463
20464 @subsubheading Synopsis
20465
20466 @smallexample
20467 -var-show-format @var{name}
20468 @end smallexample
20469
20470 Returns the format used to display the value of the object @var{name}.
20471
20472 @smallexample
20473 @var{format} @expansion{}
20474 @var{format-spec}
20475 @end smallexample
20476
20477
20478 @subheading The @code{-var-info-num-children} Command
20479 @findex -var-info-num-children
20480
20481 @subsubheading Synopsis
20482
20483 @smallexample
20484 -var-info-num-children @var{name}
20485 @end smallexample
20486
20487 Returns the number of children of a variable object @var{name}:
20488
20489 @smallexample
20490 numchild=@var{n}
20491 @end smallexample
20492
20493
20494 @subheading The @code{-var-list-children} Command
20495 @findex -var-list-children
20496
20497 @subsubheading Synopsis
20498
20499 @smallexample
20500 -var-list-children [@var{print-values}] @var{name}
20501 @end smallexample
20502 @anchor{-var-list-children}
20503
20504 Return a list of the children of the specified variable object and
20505 create variable objects for them, if they do not already exist. With
20506 a single argument or if @var{print-values} has a value for of 0 or
20507 @code{--no-values}, print only the names of the variables; if
20508 @var{print-values} is 1 or @code{--all-values}, also print their
20509 values; and if it is 2 or @code{--simple-values} print the name and
20510 value for simple data types and just the name for arrays, structures
20511 and unions.
20512
20513 @subsubheading Example
20514
20515 @smallexample
20516 (@value{GDBP})
20517 -var-list-children n
20518 ^done,numchild=@var{n},children=[@{name=@var{name},
20519 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
20520 (@value{GDBP})
20521 -var-list-children --all-values n
20522 ^done,numchild=@var{n},children=[@{name=@var{name},
20523 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
20524 @end smallexample
20525
20526
20527 @subheading The @code{-var-info-type} Command
20528 @findex -var-info-type
20529
20530 @subsubheading Synopsis
20531
20532 @smallexample
20533 -var-info-type @var{name}
20534 @end smallexample
20535
20536 Returns the type of the specified variable @var{name}. The type is
20537 returned as a string in the same format as it is output by the
20538 @value{GDBN} CLI:
20539
20540 @smallexample
20541 type=@var{typename}
20542 @end smallexample
20543
20544
20545 @subheading The @code{-var-info-expression} Command
20546 @findex -var-info-expression
20547
20548 @subsubheading Synopsis
20549
20550 @smallexample
20551 -var-info-expression @var{name}
20552 @end smallexample
20553
20554 Returns what is represented by the variable object @var{name}:
20555
20556 @smallexample
20557 lang=@var{lang-spec},exp=@var{expression}
20558 @end smallexample
20559
20560 @noindent
20561 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20562
20563 @subheading The @code{-var-show-attributes} Command
20564 @findex -var-show-attributes
20565
20566 @subsubheading Synopsis
20567
20568 @smallexample
20569 -var-show-attributes @var{name}
20570 @end smallexample
20571
20572 List attributes of the specified variable object @var{name}:
20573
20574 @smallexample
20575 status=@var{attr} [ ( ,@var{attr} )* ]
20576 @end smallexample
20577
20578 @noindent
20579 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20580
20581 @subheading The @code{-var-evaluate-expression} Command
20582 @findex -var-evaluate-expression
20583
20584 @subsubheading Synopsis
20585
20586 @smallexample
20587 -var-evaluate-expression @var{name}
20588 @end smallexample
20589
20590 Evaluates the expression that is represented by the specified variable
20591 object and returns its value as a string in the current format specified
20592 for the object:
20593
20594 @smallexample
20595 value=@var{value}
20596 @end smallexample
20597
20598 Note that one must invoke @code{-var-list-children} for a variable
20599 before the value of a child variable can be evaluated.
20600
20601 @subheading The @code{-var-assign} Command
20602 @findex -var-assign
20603
20604 @subsubheading Synopsis
20605
20606 @smallexample
20607 -var-assign @var{name} @var{expression}
20608 @end smallexample
20609
20610 Assigns the value of @var{expression} to the variable object specified
20611 by @var{name}. The object must be @samp{editable}. If the variable's
20612 value is altered by the assign, the variable will show up in any
20613 subsequent @code{-var-update} list.
20614
20615 @subsubheading Example
20616
20617 @smallexample
20618 (@value{GDBP})
20619 -var-assign var1 3
20620 ^done,value="3"
20621 (@value{GDBP})
20622 -var-update *
20623 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20624 (@value{GDBP})
20625 @end smallexample
20626
20627 @subheading The @code{-var-update} Command
20628 @findex -var-update
20629
20630 @subsubheading Synopsis
20631
20632 @smallexample
20633 -var-update [@var{print-values}] @{@var{name} | "*"@}
20634 @end smallexample
20635
20636 Update the value of the variable object @var{name} by evaluating its
20637 expression after fetching all the new values from memory or registers.
20638 A @samp{*} causes all existing variable objects to be updated. The
20639 option @var{print-values} determines whether names and values, or just
20640 names are printed in the manner described for
20641 @code{@pxref{-var-list-children}}.
20642
20643 @subsubheading Example
20644
20645 @smallexample
20646 (@value{GDBP})
20647 -var-assign var1 3
20648 ^done,value="3"
20649 (@value{GDBP})
20650 -var-update --all-values var1
20651 ^done,changelist=[@{name="var1",value="3",in_scope="true",
20652 type_changed="false"@}]
20653 (@value{GDBP})
20654 @end smallexample
20655
20656 @node Annotations
20657 @chapter @value{GDBN} Annotations
20658
20659 This chapter describes annotations in @value{GDBN}. Annotations were
20660 designed to interface @value{GDBN} to graphical user interfaces or other
20661 similar programs which want to interact with @value{GDBN} at a
20662 relatively high level.
20663
20664 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20665 (@pxref{GDB/MI}).
20666
20667 @ignore
20668 This is Edition @value{EDITION}, @value{DATE}.
20669 @end ignore
20670
20671 @menu
20672 * Annotations Overview:: What annotations are; the general syntax.
20673 * Prompting:: Annotations marking @value{GDBN}'s need for input.
20674 * Errors:: Annotations for error messages.
20675 * Invalidation:: Some annotations describe things now invalid.
20676 * Annotations for Running::
20677 Whether the program is running, how it stopped, etc.
20678 * Source Annotations:: Annotations describing source code.
20679 @end menu
20680
20681 @node Annotations Overview
20682 @section What is an Annotation?
20683 @cindex annotations
20684
20685 Annotations start with a newline character, two @samp{control-z}
20686 characters, and the name of the annotation. If there is no additional
20687 information associated with this annotation, the name of the annotation
20688 is followed immediately by a newline. If there is additional
20689 information, the name of the annotation is followed by a space, the
20690 additional information, and a newline. The additional information
20691 cannot contain newline characters.
20692
20693 Any output not beginning with a newline and two @samp{control-z}
20694 characters denotes literal output from @value{GDBN}. Currently there is
20695 no need for @value{GDBN} to output a newline followed by two
20696 @samp{control-z} characters, but if there was such a need, the
20697 annotations could be extended with an @samp{escape} annotation which
20698 means those three characters as output.
20699
20700 The annotation @var{level}, which is specified using the
20701 @option{--annotate} command line option (@pxref{Mode Options}), controls
20702 how much information @value{GDBN} prints together with its prompt,
20703 values of expressions, source lines, and other types of output. Level 0
20704 is for no anntations, level 1 is for use when @value{GDBN} is run as a
20705 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20706 for programs that control @value{GDBN}, and level 2 annotations have
20707 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
20708 Interface, annotate, GDB's Obsolete Annotations}).
20709
20710 @table @code
20711 @kindex set annotate
20712 @item set annotate @var{level}
20713 The @value{GDBN} command @code{set annotate} sets the level of
20714 annotations to the specified @var{level}.
20715
20716 @item show annotate
20717 @kindex show annotate
20718 Show the current annotation level.
20719 @end table
20720
20721 This chapter describes level 3 annotations.
20722
20723 A simple example of starting up @value{GDBN} with annotations is:
20724
20725 @smallexample
20726 $ @kbd{gdb --annotate=3}
20727 GNU gdb 6.0
20728 Copyright 2003 Free Software Foundation, Inc.
20729 GDB is free software, covered by the GNU General Public License,
20730 and you are welcome to change it and/or distribute copies of it
20731 under certain conditions.
20732 Type "show copying" to see the conditions.
20733 There is absolutely no warranty for GDB. Type "show warranty"
20734 for details.
20735 This GDB was configured as "i386-pc-linux-gnu"
20736
20737 ^Z^Zpre-prompt
20738 (@value{GDBP})
20739 ^Z^Zprompt
20740 @kbd{quit}
20741
20742 ^Z^Zpost-prompt
20743 $
20744 @end smallexample
20745
20746 Here @samp{quit} is input to @value{GDBN}; the rest is output from
20747 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20748 denotes a @samp{control-z} character) are annotations; the rest is
20749 output from @value{GDBN}.
20750
20751 @node Prompting
20752 @section Annotation for @value{GDBN} Input
20753
20754 @cindex annotations for prompts
20755 When @value{GDBN} prompts for input, it annotates this fact so it is possible
20756 to know when to send output, when the output from a given command is
20757 over, etc.
20758
20759 Different kinds of input each have a different @dfn{input type}. Each
20760 input type has three annotations: a @code{pre-} annotation, which
20761 denotes the beginning of any prompt which is being output, a plain
20762 annotation, which denotes the end of the prompt, and then a @code{post-}
20763 annotation which denotes the end of any echo which may (or may not) be
20764 associated with the input. For example, the @code{prompt} input type
20765 features the following annotations:
20766
20767 @smallexample
20768 ^Z^Zpre-prompt
20769 ^Z^Zprompt
20770 ^Z^Zpost-prompt
20771 @end smallexample
20772
20773 The input types are
20774
20775 @table @code
20776 @findex pre-prompt
20777 @findex prompt
20778 @findex post-prompt
20779 @item prompt
20780 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20781
20782 @findex pre-commands
20783 @findex commands
20784 @findex post-commands
20785 @item commands
20786 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20787 command. The annotations are repeated for each command which is input.
20788
20789 @findex pre-overload-choice
20790 @findex overload-choice
20791 @findex post-overload-choice
20792 @item overload-choice
20793 When @value{GDBN} wants the user to select between various overloaded functions.
20794
20795 @findex pre-query
20796 @findex query
20797 @findex post-query
20798 @item query
20799 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20800
20801 @findex pre-prompt-for-continue
20802 @findex prompt-for-continue
20803 @findex post-prompt-for-continue
20804 @item prompt-for-continue
20805 When @value{GDBN} is asking the user to press return to continue. Note: Don't
20806 expect this to work well; instead use @code{set height 0} to disable
20807 prompting. This is because the counting of lines is buggy in the
20808 presence of annotations.
20809 @end table
20810
20811 @node Errors
20812 @section Errors
20813 @cindex annotations for errors, warnings and interrupts
20814
20815 @findex quit
20816 @smallexample
20817 ^Z^Zquit
20818 @end smallexample
20819
20820 This annotation occurs right before @value{GDBN} responds to an interrupt.
20821
20822 @findex error
20823 @smallexample
20824 ^Z^Zerror
20825 @end smallexample
20826
20827 This annotation occurs right before @value{GDBN} responds to an error.
20828
20829 Quit and error annotations indicate that any annotations which @value{GDBN} was
20830 in the middle of may end abruptly. For example, if a
20831 @code{value-history-begin} annotation is followed by a @code{error}, one
20832 cannot expect to receive the matching @code{value-history-end}. One
20833 cannot expect not to receive it either, however; an error annotation
20834 does not necessarily mean that @value{GDBN} is immediately returning all the way
20835 to the top level.
20836
20837 @findex error-begin
20838 A quit or error annotation may be preceded by
20839
20840 @smallexample
20841 ^Z^Zerror-begin
20842 @end smallexample
20843
20844 Any output between that and the quit or error annotation is the error
20845 message.
20846
20847 Warning messages are not yet annotated.
20848 @c If we want to change that, need to fix warning(), type_error(),
20849 @c range_error(), and possibly other places.
20850
20851 @node Invalidation
20852 @section Invalidation Notices
20853
20854 @cindex annotations for invalidation messages
20855 The following annotations say that certain pieces of state may have
20856 changed.
20857
20858 @table @code
20859 @findex frames-invalid
20860 @item ^Z^Zframes-invalid
20861
20862 The frames (for example, output from the @code{backtrace} command) may
20863 have changed.
20864
20865 @findex breakpoints-invalid
20866 @item ^Z^Zbreakpoints-invalid
20867
20868 The breakpoints may have changed. For example, the user just added or
20869 deleted a breakpoint.
20870 @end table
20871
20872 @node Annotations for Running
20873 @section Running the Program
20874 @cindex annotations for running programs
20875
20876 @findex starting
20877 @findex stopping
20878 When the program starts executing due to a @value{GDBN} command such as
20879 @code{step} or @code{continue},
20880
20881 @smallexample
20882 ^Z^Zstarting
20883 @end smallexample
20884
20885 is output. When the program stops,
20886
20887 @smallexample
20888 ^Z^Zstopped
20889 @end smallexample
20890
20891 is output. Before the @code{stopped} annotation, a variety of
20892 annotations describe how the program stopped.
20893
20894 @table @code
20895 @findex exited
20896 @item ^Z^Zexited @var{exit-status}
20897 The program exited, and @var{exit-status} is the exit status (zero for
20898 successful exit, otherwise nonzero).
20899
20900 @findex signalled
20901 @findex signal-name
20902 @findex signal-name-end
20903 @findex signal-string
20904 @findex signal-string-end
20905 @item ^Z^Zsignalled
20906 The program exited with a signal. After the @code{^Z^Zsignalled}, the
20907 annotation continues:
20908
20909 @smallexample
20910 @var{intro-text}
20911 ^Z^Zsignal-name
20912 @var{name}
20913 ^Z^Zsignal-name-end
20914 @var{middle-text}
20915 ^Z^Zsignal-string
20916 @var{string}
20917 ^Z^Zsignal-string-end
20918 @var{end-text}
20919 @end smallexample
20920
20921 @noindent
20922 where @var{name} is the name of the signal, such as @code{SIGILL} or
20923 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20924 as @code{Illegal Instruction} or @code{Segmentation fault}.
20925 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20926 user's benefit and have no particular format.
20927
20928 @findex signal
20929 @item ^Z^Zsignal
20930 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20931 just saying that the program received the signal, not that it was
20932 terminated with it.
20933
20934 @findex breakpoint
20935 @item ^Z^Zbreakpoint @var{number}
20936 The program hit breakpoint number @var{number}.
20937
20938 @findex watchpoint
20939 @item ^Z^Zwatchpoint @var{number}
20940 The program hit watchpoint number @var{number}.
20941 @end table
20942
20943 @node Source Annotations
20944 @section Displaying Source
20945 @cindex annotations for source display
20946
20947 @findex source
20948 The following annotation is used instead of displaying source code:
20949
20950 @smallexample
20951 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20952 @end smallexample
20953
20954 where @var{filename} is an absolute file name indicating which source
20955 file, @var{line} is the line number within that file (where 1 is the
20956 first line in the file), @var{character} is the character position
20957 within the file (where 0 is the first character in the file) (for most
20958 debug formats this will necessarily point to the beginning of a line),
20959 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
20960 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20961 @var{addr} is the address in the target program associated with the
20962 source which is being displayed. @var{addr} is in the form @samp{0x}
20963 followed by one or more lowercase hex digits (note that this does not
20964 depend on the language).
20965
20966 @node GDB Bugs
20967 @chapter Reporting Bugs in @value{GDBN}
20968 @cindex bugs in @value{GDBN}
20969 @cindex reporting bugs in @value{GDBN}
20970
20971 Your bug reports play an essential role in making @value{GDBN} reliable.
20972
20973 Reporting a bug may help you by bringing a solution to your problem, or it
20974 may not. But in any case the principal function of a bug report is to help
20975 the entire community by making the next version of @value{GDBN} work better. Bug
20976 reports are your contribution to the maintenance of @value{GDBN}.
20977
20978 In order for a bug report to serve its purpose, you must include the
20979 information that enables us to fix the bug.
20980
20981 @menu
20982 * Bug Criteria:: Have you found a bug?
20983 * Bug Reporting:: How to report bugs
20984 @end menu
20985
20986 @node Bug Criteria
20987 @section Have you found a bug?
20988 @cindex bug criteria
20989
20990 If you are not sure whether you have found a bug, here are some guidelines:
20991
20992 @itemize @bullet
20993 @cindex fatal signal
20994 @cindex debugger crash
20995 @cindex crash of debugger
20996 @item
20997 If the debugger gets a fatal signal, for any input whatever, that is a
20998 @value{GDBN} bug. Reliable debuggers never crash.
20999
21000 @cindex error on valid input
21001 @item
21002 If @value{GDBN} produces an error message for valid input, that is a
21003 bug. (Note that if you're cross debugging, the problem may also be
21004 somewhere in the connection to the target.)
21005
21006 @cindex invalid input
21007 @item
21008 If @value{GDBN} does not produce an error message for invalid input,
21009 that is a bug. However, you should note that your idea of
21010 ``invalid input'' might be our idea of ``an extension'' or ``support
21011 for traditional practice''.
21012
21013 @item
21014 If you are an experienced user of debugging tools, your suggestions
21015 for improvement of @value{GDBN} are welcome in any case.
21016 @end itemize
21017
21018 @node Bug Reporting
21019 @section How to report bugs
21020 @cindex bug reports
21021 @cindex @value{GDBN} bugs, reporting
21022
21023 A number of companies and individuals offer support for @sc{gnu} products.
21024 If you obtained @value{GDBN} from a support organization, we recommend you
21025 contact that organization first.
21026
21027 You can find contact information for many support companies and
21028 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
21029 distribution.
21030 @c should add a web page ref...
21031
21032 In any event, we also recommend that you submit bug reports for
21033 @value{GDBN}. The prefered method is to submit them directly using
21034 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
21035 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
21036 be used.
21037
21038 @strong{Do not send bug reports to @samp{info-gdb}, or to
21039 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
21040 not want to receive bug reports. Those that do have arranged to receive
21041 @samp{bug-gdb}.
21042
21043 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
21044 serves as a repeater. The mailing list and the newsgroup carry exactly
21045 the same messages. Often people think of posting bug reports to the
21046 newsgroup instead of mailing them. This appears to work, but it has one
21047 problem which can be crucial: a newsgroup posting often lacks a mail
21048 path back to the sender. Thus, if we need to ask for more information,
21049 we may be unable to reach you. For this reason, it is better to send
21050 bug reports to the mailing list.
21051
21052 The fundamental principle of reporting bugs usefully is this:
21053 @strong{report all the facts}. If you are not sure whether to state a
21054 fact or leave it out, state it!
21055
21056 Often people omit facts because they think they know what causes the
21057 problem and assume that some details do not matter. Thus, you might
21058 assume that the name of the variable you use in an example does not matter.
21059 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
21060 stray memory reference which happens to fetch from the location where that
21061 name is stored in memory; perhaps, if the name were different, the contents
21062 of that location would fool the debugger into doing the right thing despite
21063 the bug. Play it safe and give a specific, complete example. That is the
21064 easiest thing for you to do, and the most helpful.
21065
21066 Keep in mind that the purpose of a bug report is to enable us to fix the
21067 bug. It may be that the bug has been reported previously, but neither
21068 you nor we can know that unless your bug report is complete and
21069 self-contained.
21070
21071 Sometimes people give a few sketchy facts and ask, ``Does this ring a
21072 bell?'' Those bug reports are useless, and we urge everyone to
21073 @emph{refuse to respond to them} except to chide the sender to report
21074 bugs properly.
21075
21076 To enable us to fix the bug, you should include all these things:
21077
21078 @itemize @bullet
21079 @item
21080 The version of @value{GDBN}. @value{GDBN} announces it if you start
21081 with no arguments; you can also print it at any time using @code{show
21082 version}.
21083
21084 Without this, we will not know whether there is any point in looking for
21085 the bug in the current version of @value{GDBN}.
21086
21087 @item
21088 The type of machine you are using, and the operating system name and
21089 version number.
21090
21091 @item
21092 What compiler (and its version) was used to compile @value{GDBN}---e.g.
21093 ``@value{GCC}--2.8.1''.
21094
21095 @item
21096 What compiler (and its version) was used to compile the program you are
21097 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
21098 C Compiler''. For GCC, you can say @code{gcc --version} to get this
21099 information; for other compilers, see the documentation for those
21100 compilers.
21101
21102 @item
21103 The command arguments you gave the compiler to compile your example and
21104 observe the bug. For example, did you use @samp{-O}? To guarantee
21105 you will not omit something important, list them all. A copy of the
21106 Makefile (or the output from make) is sufficient.
21107
21108 If we were to try to guess the arguments, we would probably guess wrong
21109 and then we might not encounter the bug.
21110
21111 @item
21112 A complete input script, and all necessary source files, that will
21113 reproduce the bug.
21114
21115 @item
21116 A description of what behavior you observe that you believe is
21117 incorrect. For example, ``It gets a fatal signal.''
21118
21119 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
21120 will certainly notice it. But if the bug is incorrect output, we might
21121 not notice unless it is glaringly wrong. You might as well not give us
21122 a chance to make a mistake.
21123
21124 Even if the problem you experience is a fatal signal, you should still
21125 say so explicitly. Suppose something strange is going on, such as, your
21126 copy of @value{GDBN} is out of synch, or you have encountered a bug in
21127 the C library on your system. (This has happened!) Your copy might
21128 crash and ours would not. If you told us to expect a crash, then when
21129 ours fails to crash, we would know that the bug was not happening for
21130 us. If you had not told us to expect a crash, then we would not be able
21131 to draw any conclusion from our observations.
21132
21133 @pindex script
21134 @cindex recording a session script
21135 To collect all this information, you can use a session recording program
21136 such as @command{script}, which is available on many Unix systems.
21137 Just run your @value{GDBN} session inside @command{script} and then
21138 include the @file{typescript} file with your bug report.
21139
21140 Another way to record a @value{GDBN} session is to run @value{GDBN}
21141 inside Emacs and then save the entire buffer to a file.
21142
21143 @item
21144 If you wish to suggest changes to the @value{GDBN} source, send us context
21145 diffs. If you even discuss something in the @value{GDBN} source, refer to
21146 it by context, not by line number.
21147
21148 The line numbers in our development sources will not match those in your
21149 sources. Your line numbers would convey no useful information to us.
21150
21151 @end itemize
21152
21153 Here are some things that are not necessary:
21154
21155 @itemize @bullet
21156 @item
21157 A description of the envelope of the bug.
21158
21159 Often people who encounter a bug spend a lot of time investigating
21160 which changes to the input file will make the bug go away and which
21161 changes will not affect it.
21162
21163 This is often time consuming and not very useful, because the way we
21164 will find the bug is by running a single example under the debugger
21165 with breakpoints, not by pure deduction from a series of examples.
21166 We recommend that you save your time for something else.
21167
21168 Of course, if you can find a simpler example to report @emph{instead}
21169 of the original one, that is a convenience for us. Errors in the
21170 output will be easier to spot, running under the debugger will take
21171 less time, and so on.
21172
21173 However, simplification is not vital; if you do not want to do this,
21174 report the bug anyway and send us the entire test case you used.
21175
21176 @item
21177 A patch for the bug.
21178
21179 A patch for the bug does help us if it is a good one. But do not omit
21180 the necessary information, such as the test case, on the assumption that
21181 a patch is all we need. We might see problems with your patch and decide
21182 to fix the problem another way, or we might not understand it at all.
21183
21184 Sometimes with a program as complicated as @value{GDBN} it is very hard to
21185 construct an example that will make the program follow a certain path
21186 through the code. If you do not send us the example, we will not be able
21187 to construct one, so we will not be able to verify that the bug is fixed.
21188
21189 And if we cannot understand what bug you are trying to fix, or why your
21190 patch should be an improvement, we will not install it. A test case will
21191 help us to understand.
21192
21193 @item
21194 A guess about what the bug is or what it depends on.
21195
21196 Such guesses are usually wrong. Even we cannot guess right about such
21197 things without first using the debugger to find the facts.
21198 @end itemize
21199
21200 @c The readline documentation is distributed with the readline code
21201 @c and consists of the two following files:
21202 @c rluser.texinfo
21203 @c inc-hist.texinfo
21204 @c Use -I with makeinfo to point to the appropriate directory,
21205 @c environment var TEXINPUTS with TeX.
21206 @include rluser.texinfo
21207 @include inc-hist.texinfo
21208
21209
21210 @node Formatting Documentation
21211 @appendix Formatting Documentation
21212
21213 @cindex @value{GDBN} reference card
21214 @cindex reference card
21215 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21216 for printing with PostScript or Ghostscript, in the @file{gdb}
21217 subdirectory of the main source directory@footnote{In
21218 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21219 release.}. If you can use PostScript or Ghostscript with your printer,
21220 you can print the reference card immediately with @file{refcard.ps}.
21221
21222 The release also includes the source for the reference card. You
21223 can format it, using @TeX{}, by typing:
21224
21225 @smallexample
21226 make refcard.dvi
21227 @end smallexample
21228
21229 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21230 mode on US ``letter'' size paper;
21231 that is, on a sheet 11 inches wide by 8.5 inches
21232 high. You will need to specify this form of printing as an option to
21233 your @sc{dvi} output program.
21234
21235 @cindex documentation
21236
21237 All the documentation for @value{GDBN} comes as part of the machine-readable
21238 distribution. The documentation is written in Texinfo format, which is
21239 a documentation system that uses a single source file to produce both
21240 on-line information and a printed manual. You can use one of the Info
21241 formatting commands to create the on-line version of the documentation
21242 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21243
21244 @value{GDBN} includes an already formatted copy of the on-line Info
21245 version of this manual in the @file{gdb} subdirectory. The main Info
21246 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21247 subordinate files matching @samp{gdb.info*} in the same directory. If
21248 necessary, you can print out these files, or read them with any editor;
21249 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21250 Emacs or the standalone @code{info} program, available as part of the
21251 @sc{gnu} Texinfo distribution.
21252
21253 If you want to format these Info files yourself, you need one of the
21254 Info formatting programs, such as @code{texinfo-format-buffer} or
21255 @code{makeinfo}.
21256
21257 If you have @code{makeinfo} installed, and are in the top level
21258 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21259 version @value{GDBVN}), you can make the Info file by typing:
21260
21261 @smallexample
21262 cd gdb
21263 make gdb.info
21264 @end smallexample
21265
21266 If you want to typeset and print copies of this manual, you need @TeX{},
21267 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21268 Texinfo definitions file.
21269
21270 @TeX{} is a typesetting program; it does not print files directly, but
21271 produces output files called @sc{dvi} files. To print a typeset
21272 document, you need a program to print @sc{dvi} files. If your system
21273 has @TeX{} installed, chances are it has such a program. The precise
21274 command to use depends on your system; @kbd{lpr -d} is common; another
21275 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21276 require a file name without any extension or a @samp{.dvi} extension.
21277
21278 @TeX{} also requires a macro definitions file called
21279 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21280 written in Texinfo format. On its own, @TeX{} cannot either read or
21281 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21282 and is located in the @file{gdb-@var{version-number}/texinfo}
21283 directory.
21284
21285 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21286 typeset and print this manual. First switch to the the @file{gdb}
21287 subdirectory of the main source directory (for example, to
21288 @file{gdb-@value{GDBVN}/gdb}) and type:
21289
21290 @smallexample
21291 make gdb.dvi
21292 @end smallexample
21293
21294 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
21295
21296 @node Installing GDB
21297 @appendix Installing @value{GDBN}
21298 @cindex configuring @value{GDBN}
21299 @cindex installation
21300 @cindex configuring @value{GDBN}, and source tree subdirectories
21301
21302 @value{GDBN} comes with a @code{configure} script that automates the process
21303 of preparing @value{GDBN} for installation; you can then use @code{make} to
21304 build the @code{gdb} program.
21305 @iftex
21306 @c irrelevant in info file; it's as current as the code it lives with.
21307 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21308 look at the @file{README} file in the sources; we may have improved the
21309 installation procedures since publishing this manual.}
21310 @end iftex
21311
21312 The @value{GDBN} distribution includes all the source code you need for
21313 @value{GDBN} in a single directory, whose name is usually composed by
21314 appending the version number to @samp{gdb}.
21315
21316 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21317 @file{gdb-@value{GDBVN}} directory. That directory contains:
21318
21319 @table @code
21320 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21321 script for configuring @value{GDBN} and all its supporting libraries
21322
21323 @item gdb-@value{GDBVN}/gdb
21324 the source specific to @value{GDBN} itself
21325
21326 @item gdb-@value{GDBVN}/bfd
21327 source for the Binary File Descriptor library
21328
21329 @item gdb-@value{GDBVN}/include
21330 @sc{gnu} include files
21331
21332 @item gdb-@value{GDBVN}/libiberty
21333 source for the @samp{-liberty} free software library
21334
21335 @item gdb-@value{GDBVN}/opcodes
21336 source for the library of opcode tables and disassemblers
21337
21338 @item gdb-@value{GDBVN}/readline
21339 source for the @sc{gnu} command-line interface
21340
21341 @item gdb-@value{GDBVN}/glob
21342 source for the @sc{gnu} filename pattern-matching subroutine
21343
21344 @item gdb-@value{GDBVN}/mmalloc
21345 source for the @sc{gnu} memory-mapped malloc package
21346 @end table
21347
21348 The simplest way to configure and build @value{GDBN} is to run @code{configure}
21349 from the @file{gdb-@var{version-number}} source directory, which in
21350 this example is the @file{gdb-@value{GDBVN}} directory.
21351
21352 First switch to the @file{gdb-@var{version-number}} source directory
21353 if you are not already in it; then run @code{configure}. Pass the
21354 identifier for the platform on which @value{GDBN} will run as an
21355 argument.
21356
21357 For example:
21358
21359 @smallexample
21360 cd gdb-@value{GDBVN}
21361 ./configure @var{host}
21362 make
21363 @end smallexample
21364
21365 @noindent
21366 where @var{host} is an identifier such as @samp{sun4} or
21367 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
21368 (You can often leave off @var{host}; @code{configure} tries to guess the
21369 correct value by examining your system.)
21370
21371 Running @samp{configure @var{host}} and then running @code{make} builds the
21372 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21373 libraries, then @code{gdb} itself. The configured source files, and the
21374 binaries, are left in the corresponding source directories.
21375
21376 @need 750
21377 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21378 system does not recognize this automatically when you run a different
21379 shell, you may need to run @code{sh} on it explicitly:
21380
21381 @smallexample
21382 sh configure @var{host}
21383 @end smallexample
21384
21385 If you run @code{configure} from a directory that contains source
21386 directories for multiple libraries or programs, such as the
21387 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21388 creates configuration files for every directory level underneath (unless
21389 you tell it not to, with the @samp{--norecursion} option).
21390
21391 You should run the @code{configure} script from the top directory in the
21392 source tree, the @file{gdb-@var{version-number}} directory. If you run
21393 @code{configure} from one of the subdirectories, you will configure only
21394 that subdirectory. That is usually not what you want. In particular,
21395 if you run the first @code{configure} from the @file{gdb} subdirectory
21396 of the @file{gdb-@var{version-number}} directory, you will omit the
21397 configuration of @file{bfd}, @file{readline}, and other sibling
21398 directories of the @file{gdb} subdirectory. This leads to build errors
21399 about missing include files such as @file{bfd/bfd.h}.
21400
21401 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21402 However, you should make sure that the shell on your path (named by
21403 the @samp{SHELL} environment variable) is publicly readable. Remember
21404 that @value{GDBN} uses the shell to start your program---some systems refuse to
21405 let @value{GDBN} debug child processes whose programs are not readable.
21406
21407 @menu
21408 * Separate Objdir:: Compiling @value{GDBN} in another directory
21409 * Config Names:: Specifying names for hosts and targets
21410 * Configure Options:: Summary of options for configure
21411 @end menu
21412
21413 @node Separate Objdir
21414 @section Compiling @value{GDBN} in another directory
21415
21416 If you want to run @value{GDBN} versions for several host or target machines,
21417 you need a different @code{gdb} compiled for each combination of
21418 host and target. @code{configure} is designed to make this easy by
21419 allowing you to generate each configuration in a separate subdirectory,
21420 rather than in the source directory. If your @code{make} program
21421 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21422 @code{make} in each of these directories builds the @code{gdb}
21423 program specified there.
21424
21425 To build @code{gdb} in a separate directory, run @code{configure}
21426 with the @samp{--srcdir} option to specify where to find the source.
21427 (You also need to specify a path to find @code{configure}
21428 itself from your working directory. If the path to @code{configure}
21429 would be the same as the argument to @samp{--srcdir}, you can leave out
21430 the @samp{--srcdir} option; it is assumed.)
21431
21432 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21433 separate directory for a Sun 4 like this:
21434
21435 @smallexample
21436 @group
21437 cd gdb-@value{GDBVN}
21438 mkdir ../gdb-sun4
21439 cd ../gdb-sun4
21440 ../gdb-@value{GDBVN}/configure sun4
21441 make
21442 @end group
21443 @end smallexample
21444
21445 When @code{configure} builds a configuration using a remote source
21446 directory, it creates a tree for the binaries with the same structure
21447 (and using the same names) as the tree under the source directory. In
21448 the example, you'd find the Sun 4 library @file{libiberty.a} in the
21449 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21450 @file{gdb-sun4/gdb}.
21451
21452 Make sure that your path to the @file{configure} script has just one
21453 instance of @file{gdb} in it. If your path to @file{configure} looks
21454 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21455 one subdirectory of @value{GDBN}, not the whole package. This leads to
21456 build errors about missing include files such as @file{bfd/bfd.h}.
21457
21458 One popular reason to build several @value{GDBN} configurations in separate
21459 directories is to configure @value{GDBN} for cross-compiling (where
21460 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
21461 programs that run on another machine---the @dfn{target}).
21462 You specify a cross-debugging target by
21463 giving the @samp{--target=@var{target}} option to @code{configure}.
21464
21465 When you run @code{make} to build a program or library, you must run
21466 it in a configured directory---whatever directory you were in when you
21467 called @code{configure} (or one of its subdirectories).
21468
21469 The @code{Makefile} that @code{configure} generates in each source
21470 directory also runs recursively. If you type @code{make} in a source
21471 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21472 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21473 will build all the required libraries, and then build GDB.
21474
21475 When you have multiple hosts or targets configured in separate
21476 directories, you can run @code{make} on them in parallel (for example,
21477 if they are NFS-mounted on each of the hosts); they will not interfere
21478 with each other.
21479
21480 @node Config Names
21481 @section Specifying names for hosts and targets
21482
21483 The specifications used for hosts and targets in the @code{configure}
21484 script are based on a three-part naming scheme, but some short predefined
21485 aliases are also supported. The full naming scheme encodes three pieces
21486 of information in the following pattern:
21487
21488 @smallexample
21489 @var{architecture}-@var{vendor}-@var{os}
21490 @end smallexample
21491
21492 For example, you can use the alias @code{sun4} as a @var{host} argument,
21493 or as the value for @var{target} in a @code{--target=@var{target}}
21494 option. The equivalent full name is @samp{sparc-sun-sunos4}.
21495
21496 The @code{configure} script accompanying @value{GDBN} does not provide
21497 any query facility to list all supported host and target names or
21498 aliases. @code{configure} calls the Bourne shell script
21499 @code{config.sub} to map abbreviations to full names; you can read the
21500 script, if you wish, or you can use it to test your guesses on
21501 abbreviations---for example:
21502
21503 @smallexample
21504 % sh config.sub i386-linux
21505 i386-pc-linux-gnu
21506 % sh config.sub alpha-linux
21507 alpha-unknown-linux-gnu
21508 % sh config.sub hp9k700
21509 hppa1.1-hp-hpux
21510 % sh config.sub sun4
21511 sparc-sun-sunos4.1.1
21512 % sh config.sub sun3
21513 m68k-sun-sunos4.1.1
21514 % sh config.sub i986v
21515 Invalid configuration `i986v': machine `i986v' not recognized
21516 @end smallexample
21517
21518 @noindent
21519 @code{config.sub} is also distributed in the @value{GDBN} source
21520 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
21521
21522 @node Configure Options
21523 @section @code{configure} options
21524
21525 Here is a summary of the @code{configure} options and arguments that
21526 are most often useful for building @value{GDBN}. @code{configure} also has
21527 several other options not listed here. @inforef{What Configure
21528 Does,,configure.info}, for a full explanation of @code{configure}.
21529
21530 @smallexample
21531 configure @r{[}--help@r{]}
21532 @r{[}--prefix=@var{dir}@r{]}
21533 @r{[}--exec-prefix=@var{dir}@r{]}
21534 @r{[}--srcdir=@var{dirname}@r{]}
21535 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21536 @r{[}--target=@var{target}@r{]}
21537 @var{host}
21538 @end smallexample
21539
21540 @noindent
21541 You may introduce options with a single @samp{-} rather than
21542 @samp{--} if you prefer; but you may abbreviate option names if you use
21543 @samp{--}.
21544
21545 @table @code
21546 @item --help
21547 Display a quick summary of how to invoke @code{configure}.
21548
21549 @item --prefix=@var{dir}
21550 Configure the source to install programs and files under directory
21551 @file{@var{dir}}.
21552
21553 @item --exec-prefix=@var{dir}
21554 Configure the source to install programs under directory
21555 @file{@var{dir}}.
21556
21557 @c avoid splitting the warning from the explanation:
21558 @need 2000
21559 @item --srcdir=@var{dirname}
21560 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21561 @code{make} that implements the @code{VPATH} feature.}@*
21562 Use this option to make configurations in directories separate from the
21563 @value{GDBN} source directories. Among other things, you can use this to
21564 build (or maintain) several configurations simultaneously, in separate
21565 directories. @code{configure} writes configuration specific files in
21566 the current directory, but arranges for them to use the source in the
21567 directory @var{dirname}. @code{configure} creates directories under
21568 the working directory in parallel to the source directories below
21569 @var{dirname}.
21570
21571 @item --norecursion
21572 Configure only the directory level where @code{configure} is executed; do not
21573 propagate configuration to subdirectories.
21574
21575 @item --target=@var{target}
21576 Configure @value{GDBN} for cross-debugging programs running on the specified
21577 @var{target}. Without this option, @value{GDBN} is configured to debug
21578 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
21579
21580 There is no convenient way to generate a list of all available targets.
21581
21582 @item @var{host} @dots{}
21583 Configure @value{GDBN} to run on the specified @var{host}.
21584
21585 There is no convenient way to generate a list of all available hosts.
21586 @end table
21587
21588 There are many other options available as well, but they are generally
21589 needed for special purposes only.
21590
21591 @node Maintenance Commands
21592 @appendix Maintenance Commands
21593 @cindex maintenance commands
21594 @cindex internal commands
21595
21596 In addition to commands intended for @value{GDBN} users, @value{GDBN}
21597 includes a number of commands intended for @value{GDBN} developers,
21598 that are not documented elsewhere in this manual. These commands are
21599 provided here for reference. (For commands that turn on debugging
21600 messages, see @ref{Debugging Output}.)
21601
21602 @table @code
21603 @kindex maint agent
21604 @item maint agent @var{expression}
21605 Translate the given @var{expression} into remote agent bytecodes.
21606 This command is useful for debugging the Agent Expression mechanism
21607 (@pxref{Agent Expressions}).
21608
21609 @kindex maint info breakpoints
21610 @item @anchor{maint info breakpoints}maint info breakpoints
21611 Using the same format as @samp{info breakpoints}, display both the
21612 breakpoints you've set explicitly, and those @value{GDBN} is using for
21613 internal purposes. Internal breakpoints are shown with negative
21614 breakpoint numbers. The type column identifies what kind of breakpoint
21615 is shown:
21616
21617 @table @code
21618 @item breakpoint
21619 Normal, explicitly set breakpoint.
21620
21621 @item watchpoint
21622 Normal, explicitly set watchpoint.
21623
21624 @item longjmp
21625 Internal breakpoint, used to handle correctly stepping through
21626 @code{longjmp} calls.
21627
21628 @item longjmp resume
21629 Internal breakpoint at the target of a @code{longjmp}.
21630
21631 @item until
21632 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
21633
21634 @item finish
21635 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
21636
21637 @item shlib events
21638 Shared library events.
21639
21640 @end table
21641
21642 @kindex maint check-symtabs
21643 @item maint check-symtabs
21644 Check the consistency of psymtabs and symtabs.
21645
21646 @kindex maint cplus first_component
21647 @item maint cplus first_component @var{name}
21648 Print the first C@t{++} class/namespace component of @var{name}.
21649
21650 @kindex maint cplus namespace
21651 @item maint cplus namespace
21652 Print the list of possible C@t{++} namespaces.
21653
21654 @kindex maint demangle
21655 @item maint demangle @var{name}
21656 Demangle a C@t{++} or Objective-C manled @var{name}.
21657
21658 @kindex maint deprecate
21659 @kindex maint undeprecate
21660 @cindex deprecated commands
21661 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21662 @itemx maint undeprecate @var{command}
21663 Deprecate or undeprecate the named @var{command}. Deprecated commands
21664 cause @value{GDBN} to issue a warning when you use them. The optional
21665 argument @var{replacement} says which newer command should be used in
21666 favor of the deprecated one; if it is given, @value{GDBN} will mention
21667 the replacement as part of the warning.
21668
21669 @kindex maint dump-me
21670 @item maint dump-me
21671 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
21672 Cause a fatal signal in the debugger and force it to dump its core.
21673 This is supported only on systems which support aborting a program
21674 with the @code{SIGQUIT} signal.
21675
21676 @kindex maint internal-error
21677 @kindex maint internal-warning
21678 @item maint internal-error @r{[}@var{message-text}@r{]}
21679 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
21680 Cause @value{GDBN} to call the internal function @code{internal_error}
21681 or @code{internal_warning} and hence behave as though an internal error
21682 or internal warning has been detected. In addition to reporting the
21683 internal problem, these functions give the user the opportunity to
21684 either quit @value{GDBN} or create a core file of the current
21685 @value{GDBN} session.
21686
21687 These commands take an optional parameter @var{message-text} that is
21688 used as the text of the error or warning message.
21689
21690 Here's an example of using @code{indernal-error}:
21691
21692 @smallexample
21693 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
21694 @dots{}/maint.c:121: internal-error: testing, 1, 2
21695 A problem internal to GDB has been detected. Further
21696 debugging may prove unreliable.
21697 Quit this debugging session? (y or n) @kbd{n}
21698 Create a core file? (y or n) @kbd{n}
21699 (@value{GDBP})
21700 @end smallexample
21701
21702 @kindex maint packet
21703 @item maint packet @var{text}
21704 If @value{GDBN} is talking to an inferior via the serial protocol,
21705 then this command sends the string @var{text} to the inferior, and
21706 displays the response packet. @value{GDBN} supplies the initial
21707 @samp{$} character, the terminating @samp{#} character, and the
21708 checksum.
21709
21710 @kindex maint print architecture
21711 @item maint print architecture @r{[}@var{file}@r{]}
21712 Print the entire architecture configuration. The optional argument
21713 @var{file} names the file where the output goes.
21714
21715 @kindex maint print dummy-frames
21716 @item maint print dummy-frames
21717 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21718
21719 @smallexample
21720 (@value{GDBP}) @kbd{b add}
21721 @dots{}
21722 (@value{GDBP}) @kbd{print add(2,3)}
21723 Breakpoint 2, add (a=2, b=3) at @dots{}
21724 58 return (a + b);
21725 The program being debugged stopped while in a function called from GDB.
21726 @dots{}
21727 (@value{GDBP}) @kbd{maint print dummy-frames}
21728 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21729 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21730 call_lo=0x01014000 call_hi=0x01014001
21731 (@value{GDBP})
21732 @end smallexample
21733
21734 Takes an optional file parameter.
21735
21736 @kindex maint print registers
21737 @kindex maint print raw-registers
21738 @kindex maint print cooked-registers
21739 @kindex maint print register-groups
21740 @item maint print registers @r{[}@var{file}@r{]}
21741 @itemx maint print raw-registers @r{[}@var{file}@r{]}
21742 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
21743 @itemx maint print register-groups @r{[}@var{file}@r{]}
21744 Print @value{GDBN}'s internal register data structures.
21745
21746 The command @code{maint print raw-registers} includes the contents of
21747 the raw register cache; the command @code{maint print cooked-registers}
21748 includes the (cooked) value of all registers; and the command
21749 @code{maint print register-groups} includes the groups that each
21750 register is a member of. @xref{Registers,, Registers, gdbint,
21751 @value{GDBN} Internals}.
21752
21753 These commands take an optional parameter, a file name to which to
21754 write the information.
21755
21756 @kindex maint print reggroups
21757 @item maint print reggroups @r{[}@var{file}@r{]}
21758 Print @value{GDBN}'s internal register group data structures. The
21759 optional argument @var{file} tells to what file to write the
21760 information.
21761
21762 The register groups info looks like this:
21763
21764 @smallexample
21765 (@value{GDBP}) @kbd{maint print reggroups}
21766 Group Type
21767 general user
21768 float user
21769 all user
21770 vector user
21771 system user
21772 save internal
21773 restore internal
21774 @end smallexample
21775
21776 @kindex flushregs
21777 @item flushregs
21778 This command forces @value{GDBN} to flush its internal register cache.
21779
21780 @kindex maint print objfiles
21781 @cindex info for known object files
21782 @item maint print objfiles
21783 Print a dump of all known object files. For each object file, this
21784 command prints its name, address in memory, and all of its psymtabs
21785 and symtabs.
21786
21787 @kindex maint print statistics
21788 @cindex bcache statistics
21789 @item maint print statistics
21790 This command prints, for each object file in the program, various data
21791 about that object file followed by the byte cache (@dfn{bcache})
21792 statistics for the object file. The objfile data includes the number
21793 of minimal, partical, full, and stabs symbols, the number of types
21794 defined by the objfile, the number of as yet unexpanded psym tables,
21795 the number of line tables and string tables, and the amount of memory
21796 used by the various tables. The bcache statistics include the counts,
21797 sizes, and counts of duplicates of all and unique objects, max,
21798 average, and median entry size, total memory used and its overhead and
21799 savings, and various measures of the hash table size and chain
21800 lengths.
21801
21802 @kindex maint print type
21803 @cindex type chain of a data type
21804 @item maint print type @var{expr}
21805 Print the type chain for a type specified by @var{expr}. The argument
21806 can be either a type name or a symbol. If it is a symbol, the type of
21807 that symbol is described. The type chain produced by this command is
21808 a recursive definition of the data type as stored in @value{GDBN}'s
21809 data structures, including its flags and contained types.
21810
21811 @kindex maint set dwarf2 max-cache-age
21812 @kindex maint show dwarf2 max-cache-age
21813 @item maint set dwarf2 max-cache-age
21814 @itemx maint show dwarf2 max-cache-age
21815 Control the DWARF 2 compilation unit cache.
21816
21817 @cindex DWARF 2 compilation units cache
21818 In object files with inter-compilation-unit references, such as those
21819 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21820 reader needs to frequently refer to previously read compilation units.
21821 This setting controls how long a compilation unit will remain in the
21822 cache if it is not referenced. A higher limit means that cached
21823 compilation units will be stored in memory longer, and more total
21824 memory will be used. Setting it to zero disables caching, which will
21825 slow down @value{GDBN} startup, but reduce memory consumption.
21826
21827 @kindex maint set profile
21828 @kindex maint show profile
21829 @cindex profiling GDB
21830 @item maint set profile
21831 @itemx maint show profile
21832 Control profiling of @value{GDBN}.
21833
21834 Profiling will be disabled until you use the @samp{maint set profile}
21835 command to enable it. When you enable profiling, the system will begin
21836 collecting timing and execution count data; when you disable profiling or
21837 exit @value{GDBN}, the results will be written to a log file. Remember that
21838 if you use profiling, @value{GDBN} will overwrite the profiling log file
21839 (often called @file{gmon.out}). If you have a record of important profiling
21840 data in a @file{gmon.out} file, be sure to move it to a safe location.
21841
21842 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
21843 compiled with the @samp{-pg} compiler option.
21844
21845 @kindex maint show-debug-regs
21846 @cindex x86 hardware debug registers
21847 @item maint show-debug-regs
21848 Control whether to show variables that mirror the x86 hardware debug
21849 registers. Use @code{ON} to enable, @code{OFF} to disable. If
21850 enabled, the debug registers values are shown when GDB inserts or
21851 removes a hardware breakpoint or watchpoint, and when the inferior
21852 triggers a hardware-assisted breakpoint or watchpoint.
21853
21854 @kindex maint space
21855 @cindex memory used by commands
21856 @item maint space
21857 Control whether to display memory usage for each command. If set to a
21858 nonzero value, @value{GDBN} will display how much memory each command
21859 took, following the command's own output. This can also be requested
21860 by invoking @value{GDBN} with the @option{--statistics} command-line
21861 switch (@pxref{Mode Options}).
21862
21863 @kindex maint time
21864 @cindex time of command execution
21865 @item maint time
21866 Control whether to display the execution time for each command. If
21867 set to a nonzero value, @value{GDBN} will display how much time it
21868 took to execute each command, following the command's own output.
21869 This can also be requested by invoking @value{GDBN} with the
21870 @option{--statistics} command-line switch (@pxref{Mode Options}).
21871
21872 @kindex maint translate-address
21873 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21874 Find the symbol stored at the location specified by the address
21875 @var{addr} and an optional section name @var{section}. If found,
21876 @value{GDBN} prints the name of the closest symbol and an offset from
21877 the symbol's location to the specified address. This is similar to
21878 the @code{info address} command (@pxref{Symbols}), except that this
21879 command also allows to find symbols in other sections.
21880
21881 @end table
21882
21883 The following command is useful for non-interactive invocations of
21884 @value{GDBN}, such as in the test suite.
21885
21886 @table @code
21887 @item set watchdog @var{nsec}
21888 @kindex set watchdog
21889 @cindex watchdog timer
21890 @cindex timeout for commands
21891 Set the maximum number of seconds @value{GDBN} will wait for the
21892 target operation to finish. If this time expires, @value{GDBN}
21893 reports and error and the command is aborted.
21894
21895 @item show watchdog
21896 Show the current setting of the target wait timeout.
21897 @end table
21898
21899 @node Remote Protocol
21900 @appendix @value{GDBN} Remote Serial Protocol
21901
21902 @menu
21903 * Overview::
21904 * Packets::
21905 * Stop Reply Packets::
21906 * General Query Packets::
21907 * Register Packet Format::
21908 * Examples::
21909 * File-I/O remote protocol extension::
21910 @end menu
21911
21912 @node Overview
21913 @section Overview
21914
21915 There may be occasions when you need to know something about the
21916 protocol---for example, if there is only one serial port to your target
21917 machine, you might want your program to do something special if it
21918 recognizes a packet meant for @value{GDBN}.
21919
21920 In the examples below, @samp{->} and @samp{<-} are used to indicate
21921 transmitted and received data respectfully.
21922
21923 @cindex protocol, @value{GDBN} remote serial
21924 @cindex serial protocol, @value{GDBN} remote
21925 @cindex remote serial protocol
21926 All @value{GDBN} commands and responses (other than acknowledgments) are
21927 sent as a @var{packet}. A @var{packet} is introduced with the character
21928 @samp{$}, the actual @var{packet-data}, and the terminating character
21929 @samp{#} followed by a two-digit @var{checksum}:
21930
21931 @smallexample
21932 @code{$}@var{packet-data}@code{#}@var{checksum}
21933 @end smallexample
21934 @noindent
21935
21936 @cindex checksum, for @value{GDBN} remote
21937 @noindent
21938 The two-digit @var{checksum} is computed as the modulo 256 sum of all
21939 characters between the leading @samp{$} and the trailing @samp{#} (an
21940 eight bit unsigned checksum).
21941
21942 Implementors should note that prior to @value{GDBN} 5.0 the protocol
21943 specification also included an optional two-digit @var{sequence-id}:
21944
21945 @smallexample
21946 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
21947 @end smallexample
21948
21949 @cindex sequence-id, for @value{GDBN} remote
21950 @noindent
21951 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21952 has never output @var{sequence-id}s. Stubs that handle packets added
21953 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
21954
21955 @cindex acknowledgment, for @value{GDBN} remote
21956 When either the host or the target machine receives a packet, the first
21957 response expected is an acknowledgment: either @samp{+} (to indicate
21958 the package was received correctly) or @samp{-} (to request
21959 retransmission):
21960
21961 @smallexample
21962 -> @code{$}@var{packet-data}@code{#}@var{checksum}
21963 <- @code{+}
21964 @end smallexample
21965 @noindent
21966
21967 The host (@value{GDBN}) sends @var{command}s, and the target (the
21968 debugging stub incorporated in your program) sends a @var{response}. In
21969 the case of step and continue @var{command}s, the response is only sent
21970 when the operation has completed (the target has again stopped).
21971
21972 @var{packet-data} consists of a sequence of characters with the
21973 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21974 exceptions).
21975
21976 Fields within the packet should be separated using @samp{,} @samp{;} or
21977 @cindex remote protocol, field separator
21978 @samp{:}. Except where otherwise noted all numbers are represented in
21979 @sc{hex} with leading zeros suppressed.
21980
21981 Implementors should note that prior to @value{GDBN} 5.0, the character
21982 @samp{:} could not appear as the third character in a packet (as it
21983 would potentially conflict with the @var{sequence-id}).
21984
21985 Response @var{data} can be run-length encoded to save space. A @samp{*}
21986 means that the next character is an @sc{ascii} encoding giving a repeat count
21987 which stands for that many repetitions of the character preceding the
21988 @samp{*}. The encoding is @code{n+29}, yielding a printable character
21989 where @code{n >=3} (which is where rle starts to win). The printable
21990 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21991 value greater than 126 should not be used.
21992
21993 So:
21994 @smallexample
21995 "@code{0* }"
21996 @end smallexample
21997 @noindent
21998 means the same as "0000".
21999
22000 The error response returned for some packets includes a two character
22001 error number. That number is not well defined.
22002
22003 For any @var{command} not supported by the stub, an empty response
22004 (@samp{$#00}) should be returned. That way it is possible to extend the
22005 protocol. A newer @value{GDBN} can tell if a packet is supported based
22006 on that response.
22007
22008 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
22009 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
22010 optional.
22011
22012 @node Packets
22013 @section Packets
22014
22015 The following table provides a complete list of all currently defined
22016 @var{command}s and their corresponding response @var{data}.
22017 @xref{File-I/O remote protocol extension}, for details about the File
22018 I/O extension of the remote protocol.
22019
22020 @table @r
22021
22022 @item @code{!} --- extended mode
22023 @cindex @code{!} packet
22024
22025 Enable extended mode. In extended mode, the remote server is made
22026 persistent. The @samp{R} packet is used to restart the program being
22027 debugged.
22028
22029 Reply:
22030 @table @samp
22031 @item OK
22032 The remote target both supports and has enabled extended mode.
22033 @end table
22034
22035 @item @code{?} --- last signal
22036 @cindex @code{?} packet
22037
22038 Indicate the reason the target halted. The reply is the same as for
22039 step and continue.
22040
22041 Reply:
22042 @xref{Stop Reply Packets}, for the reply specifications.
22043
22044 @item @code{a} --- reserved
22045
22046 Reserved for future use.
22047
22048 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
22049 @cindex @code{A} packet
22050
22051 Initialized @samp{argv[]} array passed into program. @var{arglen}
22052 specifies the number of bytes in the hex encoded byte stream @var{arg}.
22053 See @code{gdbserver} for more details.
22054
22055 Reply:
22056 @table @samp
22057 @item OK
22058 @item E@var{NN}
22059 @end table
22060
22061 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
22062 @cindex @code{b} packet
22063
22064 Change the serial line speed to @var{baud}.
22065
22066 JTC: @emph{When does the transport layer state change? When it's
22067 received, or after the ACK is transmitted. In either case, there are
22068 problems if the command or the acknowledgment packet is dropped.}
22069
22070 Stan: @emph{If people really wanted to add something like this, and get
22071 it working for the first time, they ought to modify ser-unix.c to send
22072 some kind of out-of-band message to a specially-setup stub and have the
22073 switch happen "in between" packets, so that from remote protocol's point
22074 of view, nothing actually happened.}
22075
22076 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
22077 @cindex @code{B} packet
22078
22079 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
22080 breakpoint at @var{addr}.
22081
22082 This packet has been replaced by the @samp{Z} and @samp{z} packets
22083 (@pxref{insert breakpoint or watchpoint packet}).
22084
22085 @item @code{c}@var{addr} --- continue
22086 @cindex @code{c} packet
22087
22088 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22089 current address.
22090
22091 Reply:
22092 @xref{Stop Reply Packets}, for the reply specifications.
22093
22094 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
22095 @cindex @code{C} packet
22096
22097 Continue with signal @var{sig} (hex signal number). If
22098 @code{;}@var{addr} is omitted, resume at same address.
22099
22100 Reply:
22101 @xref{Stop Reply Packets}, for the reply specifications.
22102
22103 @item @code{d} --- toggle debug @strong{(deprecated)}
22104 @cindex @code{d} packet
22105
22106 Toggle debug flag.
22107
22108 @item @code{D} --- detach
22109 @cindex @code{D} packet
22110
22111 Detach @value{GDBN} from the remote system. Sent to the remote target
22112 before @value{GDBN} disconnects via the @code{detach} command.
22113
22114 Reply:
22115 @table @samp
22116 @item OK
22117 for success
22118 @item E@var{NN}
22119 for an error
22120 @end table
22121
22122 @item @code{e} --- reserved
22123
22124 Reserved for future use.
22125
22126 @item @code{E} --- reserved
22127
22128 Reserved for future use.
22129
22130 @item @code{f} --- reserved
22131
22132 Reserved for future use.
22133
22134 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
22135 @cindex @code{F} packet
22136
22137 This packet is send by @value{GDBN} as reply to a @code{F} request packet
22138 sent by the target. This is part of the File-I/O protocol extension.
22139 @xref{File-I/O remote protocol extension}, for the specification.
22140
22141 @item @code{g} --- read registers
22142 @anchor{read registers packet}
22143 @cindex @code{g} packet
22144
22145 Read general registers.
22146
22147 Reply:
22148 @table @samp
22149 @item @var{XX@dots{}}
22150 Each byte of register data is described by two hex digits. The bytes
22151 with the register are transmitted in target byte order. The size of
22152 each register and their position within the @samp{g} @var{packet} are
22153 determined by the @value{GDBN} internal macros
22154 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
22155 specification of several standard @code{g} packets is specified below.
22156 @item E@var{NN}
22157 for an error.
22158 @end table
22159
22160 @item @code{G}@var{XX@dots{}} --- write regs
22161 @cindex @code{G} packet
22162
22163 @xref{read registers packet}, for a description of the @var{XX@dots{}}
22164 data.
22165
22166 Reply:
22167 @table @samp
22168 @item OK
22169 for success
22170 @item E@var{NN}
22171 for an error
22172 @end table
22173
22174 @item @code{h} --- reserved
22175
22176 Reserved for future use.
22177
22178 @item @code{H}@var{c}@var{t@dots{}} --- set thread
22179 @cindex @code{H} packet
22180
22181 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
22182 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
22183 should be @samp{c} for step and continue operations, @samp{g} for other
22184 operations. The thread designator @var{t@dots{}} may be -1, meaning all
22185 the threads, a thread number, or zero which means pick any thread.
22186
22187 Reply:
22188 @table @samp
22189 @item OK
22190 for success
22191 @item E@var{NN}
22192 for an error
22193 @end table
22194
22195 @c FIXME: JTC:
22196 @c 'H': How restrictive (or permissive) is the thread model. If a
22197 @c thread is selected and stopped, are other threads allowed
22198 @c to continue to execute? As I mentioned above, I think the
22199 @c semantics of each command when a thread is selected must be
22200 @c described. For example:
22201 @c
22202 @c 'g': If the stub supports threads and a specific thread is
22203 @c selected, returns the register block from that thread;
22204 @c otherwise returns current registers.
22205 @c
22206 @c 'G' If the stub supports threads and a specific thread is
22207 @c selected, sets the registers of the register block of
22208 @c that thread; otherwise sets current registers.
22209
22210 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22211 @anchor{cycle step packet}
22212 @cindex @code{i} packet
22213
22214 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22215 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22216 step starting at that address.
22217
22218 @item @code{I} --- signal then cycle step @strong{(reserved)}
22219 @cindex @code{I} packet
22220
22221 @xref{step with signal packet}. @xref{cycle step packet}.
22222
22223 @item @code{j} --- reserved
22224
22225 Reserved for future use.
22226
22227 @item @code{J} --- reserved
22228
22229 Reserved for future use.
22230
22231 @item @code{k} --- kill request
22232 @cindex @code{k} packet
22233
22234 FIXME: @emph{There is no description of how to operate when a specific
22235 thread context has been selected (i.e.@: does 'k' kill only that
22236 thread?)}.
22237
22238 @item @code{K} --- reserved
22239
22240 Reserved for future use.
22241
22242 @item @code{l} --- reserved
22243
22244 Reserved for future use.
22245
22246 @item @code{L} --- reserved
22247
22248 Reserved for future use.
22249
22250 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
22251 @cindex @code{m} packet
22252
22253 Read @var{length} bytes of memory starting at address @var{addr}.
22254 Neither @value{GDBN} nor the stub assume that sized memory transfers are
22255 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
22256 transfer mechanism is needed.}
22257
22258 Reply:
22259 @table @samp
22260 @item @var{XX@dots{}}
22261 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22262 to read only part of the data. Neither @value{GDBN} nor the stub assume
22263 that sized memory transfers are assumed using word aligned
22264 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22265 needed.}
22266 @item E@var{NN}
22267 @var{NN} is errno
22268 @end table
22269
22270 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22271 @cindex @code{M} packet
22272
22273 Write @var{length} bytes of memory starting at address @var{addr}.
22274 @var{XX@dots{}} is the data.
22275
22276 Reply:
22277 @table @samp
22278 @item OK
22279 for success
22280 @item E@var{NN}
22281 for an error (this includes the case where only part of the data was
22282 written).
22283 @end table
22284
22285 @item @code{n} --- reserved
22286
22287 Reserved for future use.
22288
22289 @item @code{N} --- reserved
22290
22291 Reserved for future use.
22292
22293 @item @code{o} --- reserved
22294
22295 Reserved for future use.
22296
22297 @item @code{O} --- reserved
22298
22299 @item @code{p}@var{hex number of register} --- read register packet
22300 @cindex @code{p} packet
22301
22302 @xref{read registers packet}, for a description of how the returned
22303 register value is encoded.
22304
22305 Reply:
22306 @table @samp
22307 @item @var{XX@dots{}}
22308 the register's value
22309 @item E@var{NN}
22310 for an error
22311 @item
22312 Indicating an unrecognized @var{query}.
22313 @end table
22314
22315 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22316 @anchor{write register packet}
22317 @cindex @code{P} packet
22318
22319 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
22320 digits for each byte in the register (target byte order).
22321
22322 Reply:
22323 @table @samp
22324 @item OK
22325 for success
22326 @item E@var{NN}
22327 for an error
22328 @end table
22329
22330 @item @code{q}@var{query} --- general query
22331 @anchor{general query packet}
22332 @cindex @code{q} packet
22333
22334 Request info about @var{query}. In general @value{GDBN} queries have a
22335 leading upper case letter. Custom vendor queries should use a company
22336 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22337 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22338 that they match the full @var{query} name.
22339
22340 Reply:
22341 @table @samp
22342 @item @var{XX@dots{}}
22343 Hex encoded data from query. The reply can not be empty.
22344 @item E@var{NN}
22345 error reply
22346 @item
22347 Indicating an unrecognized @var{query}.
22348 @end table
22349
22350 @item @code{Q}@var{var}@code{=}@var{val} --- general set
22351 @cindex @code{Q} packet
22352
22353 Set value of @var{var} to @var{val}.
22354
22355 @xref{general query packet}, for a discussion of naming conventions.
22356
22357 @item @code{r} --- reset @strong{(deprecated)}
22358 @cindex @code{r} packet
22359
22360 Reset the entire system.
22361
22362 @item @code{R}@var{XX} --- remote restart
22363 @cindex @code{R} packet
22364
22365 Restart the program being debugged. @var{XX}, while needed, is ignored.
22366 This packet is only available in extended mode.
22367
22368 Reply:
22369 @table @samp
22370 @item @emph{no reply}
22371 The @samp{R} packet has no reply.
22372 @end table
22373
22374 @item @code{s}@var{addr} --- step
22375 @cindex @code{s} packet
22376
22377 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22378 same address.
22379
22380 Reply:
22381 @xref{Stop Reply Packets}, for the reply specifications.
22382
22383 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22384 @anchor{step with signal packet}
22385 @cindex @code{S} packet
22386
22387 Like @samp{C} but step not continue.
22388
22389 Reply:
22390 @xref{Stop Reply Packets}, for the reply specifications.
22391
22392 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
22393 @cindex @code{t} packet
22394
22395 Search backwards starting at address @var{addr} for a match with pattern
22396 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22397 @var{addr} must be at least 3 digits.
22398
22399 @item @code{T}@var{XX} --- thread alive
22400 @cindex @code{T} packet
22401
22402 Find out if the thread XX is alive.
22403
22404 Reply:
22405 @table @samp
22406 @item OK
22407 thread is still alive
22408 @item E@var{NN}
22409 thread is dead
22410 @end table
22411
22412 @item @code{u} --- reserved
22413
22414 Reserved for future use.
22415
22416 @item @code{U} --- reserved
22417
22418 Reserved for future use.
22419
22420 @item @code{v} --- verbose packet prefix
22421
22422 Packets starting with @code{v} are identified by a multi-letter name,
22423 up to the first @code{;} or @code{?} (or the end of the packet).
22424
22425 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22426 @cindex @code{vCont} packet
22427
22428 Resume the inferior. Different actions may be specified for each thread.
22429 If an action is specified with no @var{tid}, then it is applied to any
22430 threads that don't have a specific action specified; if no default action is
22431 specified then other threads should remain stopped. Specifying multiple
22432 default actions is an error; specifying no actions is also an error.
22433 Thread IDs are specified in hexadecimal. Currently supported actions are:
22434
22435 @table @code
22436 @item c
22437 Continue.
22438 @item C@var{sig}
22439 Continue with signal @var{sig}. @var{sig} should be two hex digits.
22440 @item s
22441 Step.
22442 @item S@var{sig}
22443 Step with signal @var{sig}. @var{sig} should be two hex digits.
22444 @end table
22445
22446 The optional @var{addr} argument normally associated with these packets is
22447 not supported in @code{vCont}.
22448
22449 Reply:
22450 @xref{Stop Reply Packets}, for the reply specifications.
22451
22452 @item @code{vCont?} --- extended resume query
22453 @cindex @code{vCont?} packet
22454
22455 Query support for the @code{vCont} packet.
22456
22457 Reply:
22458 @table @samp
22459 @item @code{vCont}[;@var{action}]...
22460 The @code{vCont} packet is supported. Each @var{action} is a supported
22461 command in the @code{vCont} packet.
22462 @item
22463 The @code{vCont} packet is not supported.
22464 @end table
22465
22466 @item @code{V} --- reserved
22467
22468 Reserved for future use.
22469
22470 @item @code{w} --- reserved
22471
22472 Reserved for future use.
22473
22474 @item @code{W} --- reserved
22475
22476 Reserved for future use.
22477
22478 @item @code{x} --- reserved
22479
22480 Reserved for future use.
22481
22482 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22483 @cindex @code{X} packet
22484
22485 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22486 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
22487 escaped using @code{0x7d}, and then XORed with @code{0x20}.
22488 For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
22489
22490 Reply:
22491 @table @samp
22492 @item OK
22493 for success
22494 @item E@var{NN}
22495 for an error
22496 @end table
22497
22498 @item @code{y} --- reserved
22499
22500 Reserved for future use.
22501
22502 @item @code{Y} reserved
22503
22504 Reserved for future use.
22505
22506 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22507 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22508 @anchor{insert breakpoint or watchpoint packet}
22509 @cindex @code{z} packet
22510 @cindex @code{Z} packets
22511
22512 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22513 watchpoint starting at address @var{address} and covering the next
22514 @var{length} bytes.
22515
22516 Each breakpoint and watchpoint packet @var{type} is documented
22517 separately.
22518
22519 @emph{Implementation notes: A remote target shall return an empty string
22520 for an unrecognized breakpoint or watchpoint packet @var{type}. A
22521 remote target shall support either both or neither of a given
22522 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22523 avoid potential problems with duplicate packets, the operations should
22524 be implemented in an idempotent way.}
22525
22526 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22527 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22528 @cindex @code{z0} packet
22529 @cindex @code{Z0} packet
22530
22531 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22532 @code{addr} of size @code{length}.
22533
22534 A memory breakpoint is implemented by replacing the instruction at
22535 @var{addr} with a software breakpoint or trap instruction. The
22536 @code{length} is used by targets that indicates the size of the
22537 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22538 @sc{mips} can insert either a 2 or 4 byte breakpoint).
22539
22540 @emph{Implementation note: It is possible for a target to copy or move
22541 code that contains memory breakpoints (e.g., when implementing
22542 overlays). The behavior of this packet, in the presence of such a
22543 target, is not defined.}
22544
22545 Reply:
22546 @table @samp
22547 @item OK
22548 success
22549 @item
22550 not supported
22551 @item E@var{NN}
22552 for an error
22553 @end table
22554
22555 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22556 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22557 @cindex @code{z1} packet
22558 @cindex @code{Z1} packet
22559
22560 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22561 address @code{addr} of size @code{length}.
22562
22563 A hardware breakpoint is implemented using a mechanism that is not
22564 dependant on being able to modify the target's memory.
22565
22566 @emph{Implementation note: A hardware breakpoint is not affected by code
22567 movement.}
22568
22569 Reply:
22570 @table @samp
22571 @item OK
22572 success
22573 @item
22574 not supported
22575 @item E@var{NN}
22576 for an error
22577 @end table
22578
22579 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22580 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22581 @cindex @code{z2} packet
22582 @cindex @code{Z2} packet
22583
22584 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22585
22586 Reply:
22587 @table @samp
22588 @item OK
22589 success
22590 @item
22591 not supported
22592 @item E@var{NN}
22593 for an error
22594 @end table
22595
22596 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22597 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22598 @cindex @code{z3} packet
22599 @cindex @code{Z3} packet
22600
22601 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
22602
22603 Reply:
22604 @table @samp
22605 @item OK
22606 success
22607 @item
22608 not supported
22609 @item E@var{NN}
22610 for an error
22611 @end table
22612
22613 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22614 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
22615 @cindex @code{z4} packet
22616 @cindex @code{Z4} packet
22617
22618 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22619
22620 Reply:
22621 @table @samp
22622 @item OK
22623 success
22624 @item
22625 not supported
22626 @item E@var{NN}
22627 for an error
22628 @end table
22629
22630 @end table
22631
22632 @node Stop Reply Packets
22633 @section Stop Reply Packets
22634 @cindex stop reply packets
22635
22636 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22637 receive any of the below as a reply. In the case of the @samp{C},
22638 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22639 when the target halts. In the below the exact meaning of @samp{signal
22640 number} is poorly defined. In general one of the UNIX signal numbering
22641 conventions is used.
22642
22643 @table @samp
22644
22645 @item S@var{AA}
22646 @var{AA} is the signal number
22647
22648 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
22649 @cindex @code{T} packet reply
22650
22651 @var{AA} = two hex digit signal number; @var{n...} = register number
22652 (hex), @var{r...} = target byte ordered register contents, size defined
22653 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22654 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
22655 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22656 address, this is a hex integer; @var{n...} = other string not starting
22657 with valid hex digit. @value{GDBN} should ignore this @var{n...},
22658 @var{r...} pair and go on to the next. This way we can extend the
22659 protocol.
22660
22661 @item W@var{AA}
22662
22663 The process exited, and @var{AA} is the exit status. This is only
22664 applicable to certain targets.
22665
22666 @item X@var{AA}
22667
22668 The process terminated with signal @var{AA}.
22669
22670 @item O@var{XX@dots{}}
22671
22672 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22673 any time while the program is running and the debugger should continue
22674 to wait for @samp{W}, @samp{T}, etc.
22675
22676 @item F@var{call-id}@code{,}@var{parameter@dots{}}
22677
22678 @var{call-id} is the identifier which says which host system call should
22679 be called. This is just the name of the function. Translation into the
22680 correct system call is only applicable as it's defined in @value{GDBN}.
22681 @xref{File-I/O remote protocol extension}, for a list of implemented
22682 system calls.
22683
22684 @var{parameter@dots{}} is a list of parameters as defined for this very
22685 system call.
22686
22687 The target replies with this packet when it expects @value{GDBN} to call
22688 a host system call on behalf of the target. @value{GDBN} replies with
22689 an appropriate @code{F} packet and keeps up waiting for the next reply
22690 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22691 @samp{s} action is expected to be continued.
22692 @xref{File-I/O remote protocol extension}, for more details.
22693
22694 @end table
22695
22696 @node General Query Packets
22697 @section General Query Packets
22698 @cindex remote query requests
22699
22700 The following set and query packets have already been defined.
22701
22702 @table @r
22703
22704 @item @code{q}@code{C} --- current thread
22705 @cindex current thread, remote request
22706 @cindex @code{qC} packet
22707 Return the current thread id.
22708
22709 Reply:
22710 @table @samp
22711 @item @code{QC}@var{pid}
22712 Where @var{pid} is an unsigned hexidecimal process id.
22713 @item *
22714 Any other reply implies the old pid.
22715 @end table
22716
22717 @item @code{q}@code{fThreadInfo} -- all thread ids
22718 @cindex list active threads, remote request
22719 @cindex @code{qfThreadInfo} packet
22720 @code{q}@code{sThreadInfo}
22721
22722 Obtain a list of active thread ids from the target (OS). Since there
22723 may be too many active threads to fit into one reply packet, this query
22724 works iteratively: it may require more than one query/reply sequence to
22725 obtain the entire list of threads. The first query of the sequence will
22726 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22727 sequence will be the @code{qs}@code{ThreadInfo} query.
22728
22729 NOTE: replaces the @code{qL} query (see below).
22730
22731 Reply:
22732 @table @samp
22733 @item @code{m}@var{id}
22734 A single thread id
22735 @item @code{m}@var{id},@var{id}@dots{}
22736 a comma-separated list of thread ids
22737 @item @code{l}
22738 (lower case 'el') denotes end of list.
22739 @end table
22740
22741 In response to each query, the target will reply with a list of one or
22742 more thread ids, in big-endian unsigned hex, separated by commas.
22743 @value{GDBN} will respond to each reply with a request for more thread
22744 ids (using the @code{qs} form of the query), until the target responds
22745 with @code{l} (lower-case el, for @code{'last'}).
22746
22747 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
22748 @cindex thread attributes info, remote request
22749 @cindex @code{qThreadExtraInfo} packet
22750 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22751 string description of a thread's attributes from the target OS. This
22752 string may contain anything that the target OS thinks is interesting for
22753 @value{GDBN} to tell the user about the thread. The string is displayed
22754 in @value{GDBN}'s @samp{info threads} display. Some examples of
22755 possible thread extra info strings are ``Runnable'', or ``Blocked on
22756 Mutex''.
22757
22758 Reply:
22759 @table @samp
22760 @item @var{XX@dots{}}
22761 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22762 the printable string containing the extra information about the thread's
22763 attributes.
22764 @end table
22765
22766 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
22767
22768 Obtain thread information from RTOS. Where: @var{startflag} (one hex
22769 digit) is one to indicate the first query and zero to indicate a
22770 subsequent query; @var{threadcount} (two hex digits) is the maximum
22771 number of threads the response packet can contain; and @var{nextthread}
22772 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
22773 returned in the response as @var{argthread}.
22774
22775 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22776 (see above).
22777
22778 Reply:
22779 @table @samp
22780 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
22781 Where: @var{count} (two hex digits) is the number of threads being
22782 returned; @var{done} (one hex digit) is zero to indicate more threads
22783 and one indicates no further threads; @var{argthreadid} (eight hex
22784 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22785 is a sequence of thread IDs from the target. @var{threadid} (eight hex
22786 digits). See @code{remote.c:parse_threadlist_response()}.
22787 @end table
22788
22789 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
22790 @cindex CRC of memory block, remote request
22791 @cindex @code{qCRC} packet
22792 Reply:
22793 @table @samp
22794 @item @code{E}@var{NN}
22795 An error (such as memory fault)
22796 @item @code{C}@var{CRC32}
22797 A 32 bit cyclic redundancy check of the specified memory region.
22798 @end table
22799
22800 @item @code{q}@code{Offsets} --- query sect offs
22801 @cindex section offsets, remote request
22802 @cindex @code{qOffsets} packet
22803 Get section offsets that the target used when re-locating the downloaded
22804 image. @emph{Note: while a @code{Bss} offset is included in the
22805 response, @value{GDBN} ignores this and instead applies the @code{Data}
22806 offset to the @code{Bss} section.}
22807
22808 Reply:
22809 @table @samp
22810 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22811 @end table
22812
22813 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
22814 @cindex thread information, remote request
22815 @cindex @code{qP} packet
22816 Returns information on @var{threadid}. Where: @var{mode} is a hex
22817 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
22818
22819 Reply:
22820 @table @samp
22821 @item *
22822 @end table
22823
22824 See @code{remote.c:remote_unpack_thread_info_response()}.
22825
22826 @item @code{q}@code{Rcmd,}@var{command} --- remote command
22827 @cindex execute remote command, remote request
22828 @cindex @code{qRcmd} packet
22829 @var{command} (hex encoded) is passed to the local interpreter for
22830 execution. Invalid commands should be reported using the output string.
22831 Before the final result packet, the target may also respond with a
22832 number of intermediate @code{O}@var{output} console output packets.
22833 @emph{Implementors should note that providing access to a stubs's
22834 interpreter may have security implications}.
22835
22836 Reply:
22837 @table @samp
22838 @item OK
22839 A command response with no output.
22840 @item @var{OUTPUT}
22841 A command response with the hex encoded output string @var{OUTPUT}.
22842 @item @code{E}@var{NN}
22843 Indicate a badly formed request.
22844 @item @samp{}
22845 When @samp{q}@samp{Rcmd} is not recognized.
22846 @end table
22847 z
22848 @item @code{qSymbol::} --- symbol lookup
22849 @cindex symbol lookup, remote request
22850 @cindex @code{qSymbol} packet
22851 Notify the target that @value{GDBN} is prepared to serve symbol lookup
22852 requests. Accept requests from the target for the values of symbols.
22853
22854 Reply:
22855 @table @samp
22856 @item @code{OK}
22857 The target does not need to look up any (more) symbols.
22858 @item @code{qSymbol:}@var{sym_name}
22859 The target requests the value of symbol @var{sym_name} (hex encoded).
22860 @value{GDBN} may provide the value by using the
22861 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22862 @end table
22863
22864 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22865
22866 Set the value of @var{sym_name} to @var{sym_value}.
22867
22868 @var{sym_name} (hex encoded) is the name of a symbol whose value the
22869 target has previously requested.
22870
22871 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22872 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
22873 will be empty.
22874
22875 Reply:
22876 @table @samp
22877 @item @code{OK}
22878 The target does not need to look up any (more) symbols.
22879 @item @code{qSymbol:}@var{sym_name}
22880 The target requests the value of a new symbol @var{sym_name} (hex
22881 encoded). @value{GDBN} will continue to supply the values of symbols
22882 (if available), until the target ceases to request them.
22883 @end table
22884
22885 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
22886 @cindex read special object, remote request
22887 @cindex @code{qPart} packet
22888 Read uninterpreted bytes from the target's special data area
22889 identified by the keyword @code{object}.
22890 Request @var{length} bytes starting at @var{offset} bytes into the data.
22891 The content and encoding of @var{annex} is specific to the object;
22892 it can supply additional details about what data to access.
22893
22894 Here are the specific requests of this form defined so far.
22895 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22896 requests use the same reply formats, listed below.
22897
22898 @table @asis
22899 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
22900 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22901 auxiliary vector}, and see @ref{Remote configuration,
22902 read-aux-vector-packet}. Note @var{annex} must be empty.
22903 @end table
22904
22905 Reply:
22906 @table @asis
22907 @item @code{OK}
22908 The @var{offset} in the request is at the end of the data.
22909 There is no more data to be read.
22910
22911 @item @var{XX@dots{}}
22912 Hex encoded data bytes read.
22913 This may be fewer bytes than the @var{length} in the request.
22914
22915 @item @code{E00}
22916 The request was malformed, or @var{annex} was invalid.
22917
22918 @item @code{E}@var{nn}
22919 The offset was invalid, or there was an error encountered reading the data.
22920 @var{nn} is a hex-encoded @code{errno} value.
22921
22922 @item @code{""} (empty)
22923 An empty reply indicates the @var{object} or @var{annex} string was not
22924 recognized by the stub.
22925 @end table
22926
22927 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
22928 @cindex write data into object, remote request
22929 Write uninterpreted bytes into the target's special data area
22930 identified by the keyword @code{object},
22931 starting at @var{offset} bytes into the data.
22932 @var{data@dots{}} is the hex-encoded data to be written.
22933 The content and encoding of @var{annex} is specific to the object;
22934 it can supply additional details about what data to access.
22935
22936 No requests of this form are presently in use. This specification
22937 serves as a placeholder to document the common format that new
22938 specific request specifications ought to use.
22939
22940 Reply:
22941 @table @asis
22942 @item @var{nn}
22943 @var{nn} (hex encoded) is the number of bytes written.
22944 This may be fewer bytes than supplied in the request.
22945
22946 @item @code{E00}
22947 The request was malformed, or @var{annex} was invalid.
22948
22949 @item @code{E}@var{nn}
22950 The offset was invalid, or there was an error encountered writing the data.
22951 @var{nn} is a hex-encoded @code{errno} value.
22952
22953 @item @code{""} (empty)
22954 An empty reply indicates the @var{object} or @var{annex} string was not
22955 recognized by the stub, or that the object does not support writing.
22956 @end table
22957
22958 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
22959 Requests of this form may be added in the future. When a stub does
22960 not recognize the @var{object} keyword, or its support for
22961 @var{object} does not recognize the @var{operation} keyword,
22962 the stub must respond with an empty packet.
22963
22964 @item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
22965 @cindex get thread-local storage address, remote request
22966 @cindex @code{qGetTLSAddr} packet
22967 Fetch the address associated with thread local storage specified
22968 by @var{thread-id}, @var{offset}, and @var{lm}.
22969
22970 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
22971 thread for which to fetch the TLS address.
22972
22973 @var{offset} is the (big endian, hex encoded) offset associated with the
22974 thread local variable. (This offset is obtained from the debug
22975 information associated with the variable.)
22976
22977 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22978 the load module associated with the thread local storage. For example,
22979 a @sc{gnu}/Linux system will pass the link map address of the shared
22980 object associated with the thread local storage under consideration.
22981 Other operating environments may choose to represent the load module
22982 differently, so the precise meaning of this parameter will vary.
22983
22984 Reply:
22985 @table @asis
22986 @item @var{XX@dots{}}
22987 Hex encoded (big endian) bytes representing the address of the thread
22988 local storage requested.
22989
22990 @item @code{E}@var{nn} (where @var{nn} are hex digits)
22991 An error occurred.
22992
22993 @item @code{""} (empty)
22994 An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22995 @end table
22996
22997 Use of this request packet is controlled by the @code{set remote
22998 get-thread-local-storage-address} command (@pxref{Remote
22999 configuration, set remote get-thread-local-storage-address}).
23000
23001 @end table
23002
23003 @node Register Packet Format
23004 @section Register Packet Format
23005
23006 The following @samp{g}/@samp{G} packets have previously been defined.
23007 In the below, some thirty-two bit registers are transferred as
23008 sixty-four bits. Those registers should be zero/sign extended (which?)
23009 to fill the space allocated. Register bytes are transfered in target
23010 byte order. The two nibbles within a register byte are transfered
23011 most-significant - least-significant.
23012
23013 @table @r
23014
23015 @item MIPS32
23016
23017 All registers are transfered as thirty-two bit quantities in the order:
23018 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
23019 registers; fsr; fir; fp.
23020
23021 @item MIPS64
23022
23023 All registers are transfered as sixty-four bit quantities (including
23024 thirty-two bit registers such as @code{sr}). The ordering is the same
23025 as @code{MIPS32}.
23026
23027 @end table
23028
23029 @node Examples
23030 @section Examples
23031
23032 Example sequence of a target being re-started. Notice how the restart
23033 does not get any direct output:
23034
23035 @smallexample
23036 -> @code{R00}
23037 <- @code{+}
23038 @emph{target restarts}
23039 -> @code{?}
23040 <- @code{+}
23041 <- @code{T001:1234123412341234}
23042 -> @code{+}
23043 @end smallexample
23044
23045 Example sequence of a target being stepped by a single instruction:
23046
23047 @smallexample
23048 -> @code{G1445@dots{}}
23049 <- @code{+}
23050 -> @code{s}
23051 <- @code{+}
23052 @emph{time passes}
23053 <- @code{T001:1234123412341234}
23054 -> @code{+}
23055 -> @code{g}
23056 <- @code{+}
23057 <- @code{1455@dots{}}
23058 -> @code{+}
23059 @end smallexample
23060
23061 @node File-I/O remote protocol extension
23062 @section File-I/O remote protocol extension
23063 @cindex File-I/O remote protocol extension
23064
23065 @menu
23066 * File-I/O Overview::
23067 * Protocol basics::
23068 * The F request packet::
23069 * The F reply packet::
23070 * Memory transfer::
23071 * The Ctrl-C message::
23072 * Console I/O::
23073 * The isatty call::
23074 * The system call::
23075 * List of supported calls::
23076 * Protocol specific representation of datatypes::
23077 * Constants::
23078 * File-I/O Examples::
23079 @end menu
23080
23081 @node File-I/O Overview
23082 @subsection File-I/O Overview
23083 @cindex file-i/o overview
23084
23085 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
23086 target to use the host's file system and console I/O when calling various
23087 system calls. System calls on the target system are translated into a
23088 remote protocol packet to the host system which then performs the needed
23089 actions and returns with an adequate response packet to the target system.
23090 This simulates file system operations even on targets that lack file systems.
23091
23092 The protocol is defined host- and target-system independent. It uses
23093 its own independent representation of datatypes and values. Both,
23094 @value{GDBN} and the target's @value{GDBN} stub are responsible for
23095 translating the system dependent values into the unified protocol values
23096 when data is transmitted.
23097
23098 The communication is synchronous. A system call is possible only
23099 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
23100 packets. While @value{GDBN} handles the request for a system call,
23101 the target is stopped to allow deterministic access to the target's
23102 memory. Therefore File-I/O is not interuptible by target signals. It
23103 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
23104
23105 The target's request to perform a host system call does not finish
23106 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
23107 after finishing the system call, the target returns to continuing the
23108 previous activity (continue, step). No additional continue or step
23109 request from @value{GDBN} is required.
23110
23111 @smallexample
23112 (@value{GDBP}) continue
23113 <- target requests 'system call X'
23114 target is stopped, @value{GDBN} executes system call
23115 -> GDB returns result
23116 ... target continues, GDB returns to wait for the target
23117 <- target hits breakpoint and sends a Txx packet
23118 @end smallexample
23119
23120 The protocol is only used for files on the host file system and
23121 for I/O on the console. Character or block special devices, pipes,
23122 named pipes or sockets or any other communication method on the host
23123 system are not supported by this protocol.
23124
23125 @node Protocol basics
23126 @subsection Protocol basics
23127 @cindex protocol basics, file-i/o
23128
23129 The File-I/O protocol uses the @code{F} packet, as request as well
23130 as as reply packet. Since a File-I/O system call can only occur when
23131 @value{GDBN} is waiting for the continuing or stepping target, the
23132 File-I/O request is a reply that @value{GDBN} has to expect as a result
23133 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
23134 This @code{F} packet contains all information needed to allow @value{GDBN}
23135 to call the appropriate host system call:
23136
23137 @itemize @bullet
23138 @item
23139 A unique identifier for the requested system call.
23140
23141 @item
23142 All parameters to the system call. Pointers are given as addresses
23143 in the target memory address space. Pointers to strings are given as
23144 pointer/length pair. Numerical values are given as they are.
23145 Numerical control values are given in a protocol specific representation.
23146
23147 @end itemize
23148
23149 At that point @value{GDBN} has to perform the following actions.
23150
23151 @itemize @bullet
23152 @item
23153 If parameter pointer values are given, which point to data needed as input
23154 to a system call, @value{GDBN} requests this data from the target with a
23155 standard @code{m} packet request. This additional communication has to be
23156 expected by the target implementation and is handled as any other @code{m}
23157 packet.
23158
23159 @item
23160 @value{GDBN} translates all value from protocol representation to host
23161 representation as needed. Datatypes are coerced into the host types.
23162
23163 @item
23164 @value{GDBN} calls the system call
23165
23166 @item
23167 It then coerces datatypes back to protocol representation.
23168
23169 @item
23170 If pointer parameters in the request packet point to buffer space in which
23171 a system call is expected to copy data to, the data is transmitted to the
23172 target using a @code{M} or @code{X} packet. This packet has to be expected
23173 by the target implementation and is handled as any other @code{M} or @code{X}
23174 packet.
23175
23176 @end itemize
23177
23178 Eventually @value{GDBN} replies with another @code{F} packet which contains all
23179 necessary information for the target to continue. This at least contains
23180
23181 @itemize @bullet
23182 @item
23183 Return value.
23184
23185 @item
23186 @code{errno}, if has been changed by the system call.
23187
23188 @item
23189 ``Ctrl-C'' flag.
23190
23191 @end itemize
23192
23193 After having done the needed type and value coercion, the target continues
23194 the latest continue or step action.
23195
23196 @node The F request packet
23197 @subsection The @code{F} request packet
23198 @cindex file-i/o request packet
23199 @cindex @code{F} request packet
23200
23201 The @code{F} request packet has the following format:
23202
23203 @table @samp
23204
23205 @smallexample
23206 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23207 @end smallexample
23208
23209 @var{call-id} is the identifier to indicate the host system call to be called.
23210 This is just the name of the function.
23211
23212 @var{parameter@dots{}} are the parameters to the system call.
23213
23214 @end table
23215
23216 Parameters are hexadecimal integer values, either the real values in case
23217 of scalar datatypes, as pointers to target buffer space in case of compound
23218 datatypes and unspecified memory areas or as pointer/length pairs in case
23219 of string parameters. These are appended to the call-id, each separated
23220 from its predecessor by a comma. All values are transmitted in ASCII
23221 string representation, pointer/length pairs separated by a slash.
23222
23223 @node The F reply packet
23224 @subsection The @code{F} reply packet
23225 @cindex file-i/o reply packet
23226 @cindex @code{F} reply packet
23227
23228 The @code{F} reply packet has the following format:
23229
23230 @table @samp
23231
23232 @smallexample
23233 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23234 @end smallexample
23235
23236 @var{retcode} is the return code of the system call as hexadecimal value.
23237
23238 @var{errno} is the errno set by the call, in protocol specific representation.
23239 This parameter can be omitted if the call was successful.
23240
23241 @var{Ctrl-C flag} is only send if the user requested a break. In this
23242 case, @var{errno} must be send as well, even if the call was successful.
23243 The @var{Ctrl-C flag} itself consists of the character 'C':
23244
23245 @smallexample
23246 F0,0,C
23247 @end smallexample
23248
23249 @noindent
23250 or, if the call was interupted before the host call has been performed:
23251
23252 @smallexample
23253 F-1,4,C
23254 @end smallexample
23255
23256 @noindent
23257 assuming 4 is the protocol specific representation of @code{EINTR}.
23258
23259 @end table
23260
23261 @node Memory transfer
23262 @subsection Memory transfer
23263 @cindex memory transfer, in file-i/o protocol
23264
23265 Structured data which is transferred using a memory read or write as e.g.@:
23266 a @code{struct stat} is expected to be in a protocol specific format with
23267 all scalar multibyte datatypes being big endian. This should be done by
23268 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23269 it transfers memory to the target. Transferred pointers to structured
23270 data should point to the already coerced data at any time.
23271
23272 @node The Ctrl-C message
23273 @subsection The Ctrl-C message
23274 @cindex ctrl-c message, in file-i/o protocol
23275
23276 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23277 reply packet. In this case the target should behave, as if it had
23278 gotten a break message. The meaning for the target is ``system call
23279 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23280 (as with a break message) and return to @value{GDBN} with a @code{T02}
23281 packet. In this case, it's important for the target to know, in which
23282 state the system call was interrupted. Since this action is by design
23283 not an atomic operation, we have to differ between two cases:
23284
23285 @itemize @bullet
23286 @item
23287 The system call hasn't been performed on the host yet.
23288
23289 @item
23290 The system call on the host has been finished.
23291
23292 @end itemize
23293
23294 These two states can be distinguished by the target by the value of the
23295 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23296 call hasn't been performed. This is equivalent to the @code{EINTR} handling
23297 on POSIX systems. In any other case, the target may presume that the
23298 system call has been finished --- successful or not --- and should behave
23299 as if the break message arrived right after the system call.
23300
23301 @value{GDBN} must behave reliable. If the system call has not been called
23302 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23303 @code{errno} in the packet. If the system call on the host has been finished
23304 before the user requests a break, the full action must be finshed by
23305 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23306 The @code{F} packet may only be send when either nothing has happened
23307 or the full action has been completed.
23308
23309 @node Console I/O
23310 @subsection Console I/O
23311 @cindex console i/o as part of file-i/o
23312
23313 By default and if not explicitely closed by the target system, the file
23314 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23315 on the @value{GDBN} console is handled as any other file output operation
23316 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23317 by @value{GDBN} so that after the target read request from file descriptor
23318 0 all following typing is buffered until either one of the following
23319 conditions is met:
23320
23321 @itemize @bullet
23322 @item
23323 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23324 @code{read}
23325 system call is treated as finished.
23326
23327 @item
23328 The user presses @kbd{Enter}. This is treated as end of input with a trailing
23329 line feed.
23330
23331 @item
23332 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23333 character, especially no Ctrl-D is appended to the input.
23334
23335 @end itemize
23336
23337 If the user has typed more characters as fit in the buffer given to
23338 the read call, the trailing characters are buffered in @value{GDBN} until
23339 either another @code{read(0, @dots{})} is requested by the target or debugging
23340 is stopped on users request.
23341
23342 @node The isatty call
23343 @subsection The @samp{isatty} function call
23344 @cindex isatty call, file-i/o protocol
23345
23346 A special case in this protocol is the library call @code{isatty} which
23347 is implemented as its own call inside of this protocol. It returns
23348 1 to the target if the file descriptor given as parameter is attached
23349 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23350 would require implementing @code{ioctl} and would be more complex than
23351 needed.
23352
23353 @node The system call
23354 @subsection The @samp{system} function call
23355 @cindex system call, file-i/o protocol
23356
23357 The other special case in this protocol is the @code{system} call which
23358 is implemented as its own call, too. @value{GDBN} is taking over the full
23359 task of calling the necessary host calls to perform the @code{system}
23360 call. The return value of @code{system} is simplified before it's returned
23361 to the target. Basically, the only signal transmitted back is @code{EINTR}
23362 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23363 entirely of the exit status of the called command.
23364
23365 Due to security concerns, the @code{system} call is by default refused
23366 by @value{GDBN}. The user has to allow this call explicitly with the
23367 @kbd{set remote system-call-allowed 1} command.
23368
23369 @table @code
23370 @item set remote system-call-allowed
23371 @kindex set remote system-call-allowed
23372 Control whether to allow the @code{system} calls in the File I/O
23373 protocol for the remote target. The default is zero (disabled).
23374
23375 @item show remote system-call-allowed
23376 @kindex show remote system-call-allowed
23377 Show the current setting of system calls for the remote File I/O
23378 protocol.
23379 @end table
23380
23381 @node List of supported calls
23382 @subsection List of supported calls
23383 @cindex list of supported file-i/o calls
23384
23385 @menu
23386 * open::
23387 * close::
23388 * read::
23389 * write::
23390 * lseek::
23391 * rename::
23392 * unlink::
23393 * stat/fstat::
23394 * gettimeofday::
23395 * isatty::
23396 * system::
23397 @end menu
23398
23399 @node open
23400 @unnumberedsubsubsec open
23401 @cindex open, file-i/o system call
23402
23403 @smallexample
23404 @exdent Synopsis:
23405 int open(const char *pathname, int flags);
23406 int open(const char *pathname, int flags, mode_t mode);
23407
23408 @exdent Request:
23409 Fopen,pathptr/len,flags,mode
23410 @end smallexample
23411
23412 @noindent
23413 @code{flags} is the bitwise or of the following values:
23414
23415 @table @code
23416 @item O_CREAT
23417 If the file does not exist it will be created. The host
23418 rules apply as far as file ownership and time stamps
23419 are concerned.
23420
23421 @item O_EXCL
23422 When used with O_CREAT, if the file already exists it is
23423 an error and open() fails.
23424
23425 @item O_TRUNC
23426 If the file already exists and the open mode allows
23427 writing (O_RDWR or O_WRONLY is given) it will be
23428 truncated to length 0.
23429
23430 @item O_APPEND
23431 The file is opened in append mode.
23432
23433 @item O_RDONLY
23434 The file is opened for reading only.
23435
23436 @item O_WRONLY
23437 The file is opened for writing only.
23438
23439 @item O_RDWR
23440 The file is opened for reading and writing.
23441
23442 @noindent
23443 Each other bit is silently ignored.
23444
23445 @end table
23446
23447 @noindent
23448 @code{mode} is the bitwise or of the following values:
23449
23450 @table @code
23451 @item S_IRUSR
23452 User has read permission.
23453
23454 @item S_IWUSR
23455 User has write permission.
23456
23457 @item S_IRGRP
23458 Group has read permission.
23459
23460 @item S_IWGRP
23461 Group has write permission.
23462
23463 @item S_IROTH
23464 Others have read permission.
23465
23466 @item S_IWOTH
23467 Others have write permission.
23468
23469 @noindent
23470 Each other bit is silently ignored.
23471
23472 @end table
23473
23474 @smallexample
23475 @exdent Return value:
23476 open returns the new file descriptor or -1 if an error
23477 occured.
23478
23479 @exdent Errors:
23480 @end smallexample
23481
23482 @table @code
23483 @item EEXIST
23484 pathname already exists and O_CREAT and O_EXCL were used.
23485
23486 @item EISDIR
23487 pathname refers to a directory.
23488
23489 @item EACCES
23490 The requested access is not allowed.
23491
23492 @item ENAMETOOLONG
23493 pathname was too long.
23494
23495 @item ENOENT
23496 A directory component in pathname does not exist.
23497
23498 @item ENODEV
23499 pathname refers to a device, pipe, named pipe or socket.
23500
23501 @item EROFS
23502 pathname refers to a file on a read-only filesystem and
23503 write access was requested.
23504
23505 @item EFAULT
23506 pathname is an invalid pointer value.
23507
23508 @item ENOSPC
23509 No space on device to create the file.
23510
23511 @item EMFILE
23512 The process already has the maximum number of files open.
23513
23514 @item ENFILE
23515 The limit on the total number of files open on the system
23516 has been reached.
23517
23518 @item EINTR
23519 The call was interrupted by the user.
23520 @end table
23521
23522 @node close
23523 @unnumberedsubsubsec close
23524 @cindex close, file-i/o system call
23525
23526 @smallexample
23527 @exdent Synopsis:
23528 int close(int fd);
23529
23530 @exdent Request:
23531 Fclose,fd
23532
23533 @exdent Return value:
23534 close returns zero on success, or -1 if an error occurred.
23535
23536 @exdent Errors:
23537 @end smallexample
23538
23539 @table @code
23540 @item EBADF
23541 fd isn't a valid open file descriptor.
23542
23543 @item EINTR
23544 The call was interrupted by the user.
23545 @end table
23546
23547 @node read
23548 @unnumberedsubsubsec read
23549 @cindex read, file-i/o system call
23550
23551 @smallexample
23552 @exdent Synopsis:
23553 int read(int fd, void *buf, unsigned int count);
23554
23555 @exdent Request:
23556 Fread,fd,bufptr,count
23557
23558 @exdent Return value:
23559 On success, the number of bytes read is returned.
23560 Zero indicates end of file. If count is zero, read
23561 returns zero as well. On error, -1 is returned.
23562
23563 @exdent Errors:
23564 @end smallexample
23565
23566 @table @code
23567 @item EBADF
23568 fd is not a valid file descriptor or is not open for
23569 reading.
23570
23571 @item EFAULT
23572 buf is an invalid pointer value.
23573
23574 @item EINTR
23575 The call was interrupted by the user.
23576 @end table
23577
23578 @node write
23579 @unnumberedsubsubsec write
23580 @cindex write, file-i/o system call
23581
23582 @smallexample
23583 @exdent Synopsis:
23584 int write(int fd, const void *buf, unsigned int count);
23585
23586 @exdent Request:
23587 Fwrite,fd,bufptr,count
23588
23589 @exdent Return value:
23590 On success, the number of bytes written are returned.
23591 Zero indicates nothing was written. On error, -1
23592 is returned.
23593
23594 @exdent Errors:
23595 @end smallexample
23596
23597 @table @code
23598 @item EBADF
23599 fd is not a valid file descriptor or is not open for
23600 writing.
23601
23602 @item EFAULT
23603 buf is an invalid pointer value.
23604
23605 @item EFBIG
23606 An attempt was made to write a file that exceeds the
23607 host specific maximum file size allowed.
23608
23609 @item ENOSPC
23610 No space on device to write the data.
23611
23612 @item EINTR
23613 The call was interrupted by the user.
23614 @end table
23615
23616 @node lseek
23617 @unnumberedsubsubsec lseek
23618 @cindex lseek, file-i/o system call
23619
23620 @smallexample
23621 @exdent Synopsis:
23622 long lseek (int fd, long offset, int flag);
23623
23624 @exdent Request:
23625 Flseek,fd,offset,flag
23626 @end smallexample
23627
23628 @code{flag} is one of:
23629
23630 @table @code
23631 @item SEEK_SET
23632 The offset is set to offset bytes.
23633
23634 @item SEEK_CUR
23635 The offset is set to its current location plus offset
23636 bytes.
23637
23638 @item SEEK_END
23639 The offset is set to the size of the file plus offset
23640 bytes.
23641 @end table
23642
23643 @smallexample
23644 @exdent Return value:
23645 On success, the resulting unsigned offset in bytes from
23646 the beginning of the file is returned. Otherwise, a
23647 value of -1 is returned.
23648
23649 @exdent Errors:
23650 @end smallexample
23651
23652 @table @code
23653 @item EBADF
23654 fd is not a valid open file descriptor.
23655
23656 @item ESPIPE
23657 fd is associated with the @value{GDBN} console.
23658
23659 @item EINVAL
23660 flag is not a proper value.
23661
23662 @item EINTR
23663 The call was interrupted by the user.
23664 @end table
23665
23666 @node rename
23667 @unnumberedsubsubsec rename
23668 @cindex rename, file-i/o system call
23669
23670 @smallexample
23671 @exdent Synopsis:
23672 int rename(const char *oldpath, const char *newpath);
23673
23674 @exdent Request:
23675 Frename,oldpathptr/len,newpathptr/len
23676
23677 @exdent Return value:
23678 On success, zero is returned. On error, -1 is returned.
23679
23680 @exdent Errors:
23681 @end smallexample
23682
23683 @table @code
23684 @item EISDIR
23685 newpath is an existing directory, but oldpath is not a
23686 directory.
23687
23688 @item EEXIST
23689 newpath is a non-empty directory.
23690
23691 @item EBUSY
23692 oldpath or newpath is a directory that is in use by some
23693 process.
23694
23695 @item EINVAL
23696 An attempt was made to make a directory a subdirectory
23697 of itself.
23698
23699 @item ENOTDIR
23700 A component used as a directory in oldpath or new
23701 path is not a directory. Or oldpath is a directory
23702 and newpath exists but is not a directory.
23703
23704 @item EFAULT
23705 oldpathptr or newpathptr are invalid pointer values.
23706
23707 @item EACCES
23708 No access to the file or the path of the file.
23709
23710 @item ENAMETOOLONG
23711
23712 oldpath or newpath was too long.
23713
23714 @item ENOENT
23715 A directory component in oldpath or newpath does not exist.
23716
23717 @item EROFS
23718 The file is on a read-only filesystem.
23719
23720 @item ENOSPC
23721 The device containing the file has no room for the new
23722 directory entry.
23723
23724 @item EINTR
23725 The call was interrupted by the user.
23726 @end table
23727
23728 @node unlink
23729 @unnumberedsubsubsec unlink
23730 @cindex unlink, file-i/o system call
23731
23732 @smallexample
23733 @exdent Synopsis:
23734 int unlink(const char *pathname);
23735
23736 @exdent Request:
23737 Funlink,pathnameptr/len
23738
23739 @exdent Return value:
23740 On success, zero is returned. On error, -1 is returned.
23741
23742 @exdent Errors:
23743 @end smallexample
23744
23745 @table @code
23746 @item EACCES
23747 No access to the file or the path of the file.
23748
23749 @item EPERM
23750 The system does not allow unlinking of directories.
23751
23752 @item EBUSY
23753 The file pathname cannot be unlinked because it's
23754 being used by another process.
23755
23756 @item EFAULT
23757 pathnameptr is an invalid pointer value.
23758
23759 @item ENAMETOOLONG
23760 pathname was too long.
23761
23762 @item ENOENT
23763 A directory component in pathname does not exist.
23764
23765 @item ENOTDIR
23766 A component of the path is not a directory.
23767
23768 @item EROFS
23769 The file is on a read-only filesystem.
23770
23771 @item EINTR
23772 The call was interrupted by the user.
23773 @end table
23774
23775 @node stat/fstat
23776 @unnumberedsubsubsec stat/fstat
23777 @cindex fstat, file-i/o system call
23778 @cindex stat, file-i/o system call
23779
23780 @smallexample
23781 @exdent Synopsis:
23782 int stat(const char *pathname, struct stat *buf);
23783 int fstat(int fd, struct stat *buf);
23784
23785 @exdent Request:
23786 Fstat,pathnameptr/len,bufptr
23787 Ffstat,fd,bufptr
23788
23789 @exdent Return value:
23790 On success, zero is returned. On error, -1 is returned.
23791
23792 @exdent Errors:
23793 @end smallexample
23794
23795 @table @code
23796 @item EBADF
23797 fd is not a valid open file.
23798
23799 @item ENOENT
23800 A directory component in pathname does not exist or the
23801 path is an empty string.
23802
23803 @item ENOTDIR
23804 A component of the path is not a directory.
23805
23806 @item EFAULT
23807 pathnameptr is an invalid pointer value.
23808
23809 @item EACCES
23810 No access to the file or the path of the file.
23811
23812 @item ENAMETOOLONG
23813 pathname was too long.
23814
23815 @item EINTR
23816 The call was interrupted by the user.
23817 @end table
23818
23819 @node gettimeofday
23820 @unnumberedsubsubsec gettimeofday
23821 @cindex gettimeofday, file-i/o system call
23822
23823 @smallexample
23824 @exdent Synopsis:
23825 int gettimeofday(struct timeval *tv, void *tz);
23826
23827 @exdent Request:
23828 Fgettimeofday,tvptr,tzptr
23829
23830 @exdent Return value:
23831 On success, 0 is returned, -1 otherwise.
23832
23833 @exdent Errors:
23834 @end smallexample
23835
23836 @table @code
23837 @item EINVAL
23838 tz is a non-NULL pointer.
23839
23840 @item EFAULT
23841 tvptr and/or tzptr is an invalid pointer value.
23842 @end table
23843
23844 @node isatty
23845 @unnumberedsubsubsec isatty
23846 @cindex isatty, file-i/o system call
23847
23848 @smallexample
23849 @exdent Synopsis:
23850 int isatty(int fd);
23851
23852 @exdent Request:
23853 Fisatty,fd
23854
23855 @exdent Return value:
23856 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23857
23858 @exdent Errors:
23859 @end smallexample
23860
23861 @table @code
23862 @item EINTR
23863 The call was interrupted by the user.
23864 @end table
23865
23866 @node system
23867 @unnumberedsubsubsec system
23868 @cindex system, file-i/o system call
23869
23870 @smallexample
23871 @exdent Synopsis:
23872 int system(const char *command);
23873
23874 @exdent Request:
23875 Fsystem,commandptr/len
23876
23877 @exdent Return value:
23878 The value returned is -1 on error and the return status
23879 of the command otherwise. Only the exit status of the
23880 command is returned, which is extracted from the hosts
23881 system return value by calling WEXITSTATUS(retval).
23882 In case /bin/sh could not be executed, 127 is returned.
23883
23884 @exdent Errors:
23885 @end smallexample
23886
23887 @table @code
23888 @item EINTR
23889 The call was interrupted by the user.
23890 @end table
23891
23892 @node Protocol specific representation of datatypes
23893 @subsection Protocol specific representation of datatypes
23894 @cindex protocol specific representation of datatypes, in file-i/o protocol
23895
23896 @menu
23897 * Integral datatypes::
23898 * Pointer values::
23899 * struct stat::
23900 * struct timeval::
23901 @end menu
23902
23903 @node Integral datatypes
23904 @unnumberedsubsubsec Integral datatypes
23905 @cindex integral datatypes, in file-i/o protocol
23906
23907 The integral datatypes used in the system calls are
23908
23909 @smallexample
23910 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23911 @end smallexample
23912
23913 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23914 implemented as 32 bit values in this protocol.
23915
23916 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
23917
23918 @xref{Limits}, for corresponding MIN and MAX values (similar to those
23919 in @file{limits.h}) to allow range checking on host and target.
23920
23921 @code{time_t} datatypes are defined as seconds since the Epoch.
23922
23923 All integral datatypes transferred as part of a memory read or write of a
23924 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23925 byte order.
23926
23927 @node Pointer values
23928 @unnumberedsubsubsec Pointer values
23929 @cindex pointer values, in file-i/o protocol
23930
23931 Pointers to target data are transmitted as they are. An exception
23932 is made for pointers to buffers for which the length isn't
23933 transmitted as part of the function call, namely strings. Strings
23934 are transmitted as a pointer/length pair, both as hex values, e.g.@:
23935
23936 @smallexample
23937 @code{1aaf/12}
23938 @end smallexample
23939
23940 @noindent
23941 which is a pointer to data of length 18 bytes at position 0x1aaf.
23942 The length is defined as the full string length in bytes, including
23943 the trailing null byte. Example:
23944
23945 @smallexample
23946 ``hello, world'' at address 0x123456
23947 @end smallexample
23948
23949 @noindent
23950 is transmitted as
23951
23952 @smallexample
23953 @code{123456/d}
23954 @end smallexample
23955
23956 @node struct stat
23957 @unnumberedsubsubsec struct stat
23958 @cindex struct stat, in file-i/o protocol
23959
23960 The buffer of type struct stat used by the target and @value{GDBN} is defined
23961 as follows:
23962
23963 @smallexample
23964 struct stat @{
23965 unsigned int st_dev; /* device */
23966 unsigned int st_ino; /* inode */
23967 mode_t st_mode; /* protection */
23968 unsigned int st_nlink; /* number of hard links */
23969 unsigned int st_uid; /* user ID of owner */
23970 unsigned int st_gid; /* group ID of owner */
23971 unsigned int st_rdev; /* device type (if inode device) */
23972 unsigned long st_size; /* total size, in bytes */
23973 unsigned long st_blksize; /* blocksize for filesystem I/O */
23974 unsigned long st_blocks; /* number of blocks allocated */
23975 time_t st_atime; /* time of last access */
23976 time_t st_mtime; /* time of last modification */
23977 time_t st_ctime; /* time of last change */
23978 @};
23979 @end smallexample
23980
23981 The integral datatypes are conforming to the definitions given in the
23982 approriate section (see @ref{Integral datatypes}, for details) so this
23983 structure is of size 64 bytes.
23984
23985 The values of several fields have a restricted meaning and/or
23986 range of values.
23987
23988 @smallexample
23989 st_dev: 0 file
23990 1 console
23991
23992 st_ino: No valid meaning for the target. Transmitted unchanged.
23993
23994 st_mode: Valid mode bits are described in Appendix C. Any other
23995 bits have currently no meaning for the target.
23996
23997 st_uid: No valid meaning for the target. Transmitted unchanged.
23998
23999 st_gid: No valid meaning for the target. Transmitted unchanged.
24000
24001 st_rdev: No valid meaning for the target. Transmitted unchanged.
24002
24003 st_atime, st_mtime, st_ctime:
24004 These values have a host and file system dependent
24005 accuracy. Especially on Windows hosts the file systems
24006 don't support exact timing values.
24007 @end smallexample
24008
24009 The target gets a struct stat of the above representation and is
24010 responsible to coerce it to the target representation before
24011 continuing.
24012
24013 Note that due to size differences between the host and target
24014 representation of stat members, these members could eventually
24015 get truncated on the target.
24016
24017 @node struct timeval
24018 @unnumberedsubsubsec struct timeval
24019 @cindex struct timeval, in file-i/o protocol
24020
24021 The buffer of type struct timeval used by the target and @value{GDBN}
24022 is defined as follows:
24023
24024 @smallexample
24025 struct timeval @{
24026 time_t tv_sec; /* second */
24027 long tv_usec; /* microsecond */
24028 @};
24029 @end smallexample
24030
24031 The integral datatypes are conforming to the definitions given in the
24032 approriate section (see @ref{Integral datatypes}, for details) so this
24033 structure is of size 8 bytes.
24034
24035 @node Constants
24036 @subsection Constants
24037 @cindex constants, in file-i/o protocol
24038
24039 The following values are used for the constants inside of the
24040 protocol. @value{GDBN} and target are resposible to translate these
24041 values before and after the call as needed.
24042
24043 @menu
24044 * Open flags::
24045 * mode_t values::
24046 * Errno values::
24047 * Lseek flags::
24048 * Limits::
24049 @end menu
24050
24051 @node Open flags
24052 @unnumberedsubsubsec Open flags
24053 @cindex open flags, in file-i/o protocol
24054
24055 All values are given in hexadecimal representation.
24056
24057 @smallexample
24058 O_RDONLY 0x0
24059 O_WRONLY 0x1
24060 O_RDWR 0x2
24061 O_APPEND 0x8
24062 O_CREAT 0x200
24063 O_TRUNC 0x400
24064 O_EXCL 0x800
24065 @end smallexample
24066
24067 @node mode_t values
24068 @unnumberedsubsubsec mode_t values
24069 @cindex mode_t values, in file-i/o protocol
24070
24071 All values are given in octal representation.
24072
24073 @smallexample
24074 S_IFREG 0100000
24075 S_IFDIR 040000
24076 S_IRUSR 0400
24077 S_IWUSR 0200
24078 S_IXUSR 0100
24079 S_IRGRP 040
24080 S_IWGRP 020
24081 S_IXGRP 010
24082 S_IROTH 04
24083 S_IWOTH 02
24084 S_IXOTH 01
24085 @end smallexample
24086
24087 @node Errno values
24088 @unnumberedsubsubsec Errno values
24089 @cindex errno values, in file-i/o protocol
24090
24091 All values are given in decimal representation.
24092
24093 @smallexample
24094 EPERM 1
24095 ENOENT 2
24096 EINTR 4
24097 EBADF 9
24098 EACCES 13
24099 EFAULT 14
24100 EBUSY 16
24101 EEXIST 17
24102 ENODEV 19
24103 ENOTDIR 20
24104 EISDIR 21
24105 EINVAL 22
24106 ENFILE 23
24107 EMFILE 24
24108 EFBIG 27
24109 ENOSPC 28
24110 ESPIPE 29
24111 EROFS 30
24112 ENAMETOOLONG 91
24113 EUNKNOWN 9999
24114 @end smallexample
24115
24116 EUNKNOWN is used as a fallback error value if a host system returns
24117 any error value not in the list of supported error numbers.
24118
24119 @node Lseek flags
24120 @unnumberedsubsubsec Lseek flags
24121 @cindex lseek flags, in file-i/o protocol
24122
24123 @smallexample
24124 SEEK_SET 0
24125 SEEK_CUR 1
24126 SEEK_END 2
24127 @end smallexample
24128
24129 @node Limits
24130 @unnumberedsubsubsec Limits
24131 @cindex limits, in file-i/o protocol
24132
24133 All values are given in decimal representation.
24134
24135 @smallexample
24136 INT_MIN -2147483648
24137 INT_MAX 2147483647
24138 UINT_MAX 4294967295
24139 LONG_MIN -9223372036854775808
24140 LONG_MAX 9223372036854775807
24141 ULONG_MAX 18446744073709551615
24142 @end smallexample
24143
24144 @node File-I/O Examples
24145 @subsection File-I/O Examples
24146 @cindex file-i/o examples
24147
24148 Example sequence of a write call, file descriptor 3, buffer is at target
24149 address 0x1234, 6 bytes should be written:
24150
24151 @smallexample
24152 <- @code{Fwrite,3,1234,6}
24153 @emph{request memory read from target}
24154 -> @code{m1234,6}
24155 <- XXXXXX
24156 @emph{return "6 bytes written"}
24157 -> @code{F6}
24158 @end smallexample
24159
24160 Example sequence of a read call, file descriptor 3, buffer is at target
24161 address 0x1234, 6 bytes should be read:
24162
24163 @smallexample
24164 <- @code{Fread,3,1234,6}
24165 @emph{request memory write to target}
24166 -> @code{X1234,6:XXXXXX}
24167 @emph{return "6 bytes read"}
24168 -> @code{F6}
24169 @end smallexample
24170
24171 Example sequence of a read call, call fails on the host due to invalid
24172 file descriptor (EBADF):
24173
24174 @smallexample
24175 <- @code{Fread,3,1234,6}
24176 -> @code{F-1,9}
24177 @end smallexample
24178
24179 Example sequence of a read call, user presses Ctrl-C before syscall on
24180 host is called:
24181
24182 @smallexample
24183 <- @code{Fread,3,1234,6}
24184 -> @code{F-1,4,C}
24185 <- @code{T02}
24186 @end smallexample
24187
24188 Example sequence of a read call, user presses Ctrl-C after syscall on
24189 host is called:
24190
24191 @smallexample
24192 <- @code{Fread,3,1234,6}
24193 -> @code{X1234,6:XXXXXX}
24194 <- @code{T02}
24195 @end smallexample
24196
24197 @include agentexpr.texi
24198
24199 @include gpl.texi
24200
24201 @raisesections
24202 @include fdl.texi
24203 @lowersections
24204
24205 @node Index
24206 @unnumbered Index
24207
24208 @printindex cp
24209
24210 @tex
24211 % I think something like @colophon should be in texinfo. In the
24212 % meantime:
24213 \long\def\colophon{\hbox to0pt{}\vfill
24214 \centerline{The body of this manual is set in}
24215 \centerline{\fontname\tenrm,}
24216 \centerline{with headings in {\bf\fontname\tenbf}}
24217 \centerline{and examples in {\tt\fontname\tentt}.}
24218 \centerline{{\it\fontname\tenit\/},}
24219 \centerline{{\bf\fontname\tenbf}, and}
24220 \centerline{{\sl\fontname\tensl\/}}
24221 \centerline{are used for emphasis.}\vfill}
24222 \page\colophon
24223 % Blame: doc@cygnus.com, 1991.
24224 @end tex
24225
24226 @bye
This page took 0.646275 seconds and 4 git commands to generate.