* gdb.texinfo (Remote Debugging): New section "Connecting to a
[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
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 Programming & development tools.
42 @direntry
43 * Gdb: (gdb). The @sc{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 Free Software Foundation, Inc.
56
57 Permission is granted to copy, distribute and/or modify this document
58 under the terms of the GNU Free Documentation License, Version 1.1 or
59 any later version published by the Free Software Foundation; with the
60 Invariant Sections being ``Free Software'' and ``Free Software Needs
61 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62 and with the Back-Cover Texts as in (a) below.
63
64 (a) The Free Software Foundation's Back-Cover Text is: ``You have
65 freedom to copy and modify this GNU Manual, like GNU software. Copies
66 published by the Free Software Foundation raise funds for GNU
67 development.''
68 @end ifinfo
69
70 @titlepage
71 @title Debugging with @value{GDBN}
72 @subtitle The @sc{gnu} Source-Level Debugger
73 @sp 1
74 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
75 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
76 @page
77 @tex
78 {\parskip=0pt
79 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
80 \hfill {\it Debugging with @value{GDBN}}\par
81 \hfill \TeX{}info \texinfoversion\par
82 }
83 @end tex
84
85 @vskip 0pt plus 1filll
86 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
87 1996, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
88 @sp 2
89 Published by the Free Software Foundation @*
90 59 Temple Place - Suite 330, @*
91 Boston, MA 02111-1307 USA @*
92 ISBN 1-882114-77-9 @*
93
94 Permission is granted to copy, distribute and/or modify this document
95 under the terms of the GNU Free Documentation License, Version 1.1 or
96 any later version published by the Free Software Foundation; with the
97 Invariant Sections being ``Free Software'' and ``Free Software Needs
98 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99 and with the Back-Cover Texts as in (a) below.
100
101 (a) The Free Software Foundation's Back-Cover Text is: ``You have
102 freedom to copy and modify this GNU Manual, like GNU software. Copies
103 published by the Free Software Foundation raise funds for GNU
104 development.''
105 @end titlepage
106 @page
107
108 @ifnottex
109 @node Top, Summary, (dir), (dir)
110
111 @top Debugging with @value{GDBN}
112
113 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
115 This is the @value{EDITION} Edition, for @value{GDBN} Version
116 @value{GDBVN}.
117
118 Copyright (C) 1988-2003 Free Software Foundation, Inc.
119
120 @menu
121 * Summary:: Summary of @value{GDBN}
122 * Sample Session:: A sample @value{GDBN} session
123
124 * Invocation:: Getting in and out of @value{GDBN}
125 * Commands:: @value{GDBN} commands
126 * Running:: Running programs under @value{GDBN}
127 * Stopping:: Stopping and continuing
128 * Stack:: Examining the stack
129 * Source:: Examining source files
130 * Data:: Examining data
131 * Macros:: Preprocessor Macros
132 * Tracepoints:: Debugging remote targets non-intrusively
133 * Overlays:: Debugging programs that use overlays
134
135 * Languages:: Using @value{GDBN} with different languages
136
137 * Symbols:: Examining the symbol table
138 * Altering:: Altering execution
139 * GDB Files:: @value{GDBN} files
140 * Targets:: Specifying a debugging target
141 * Remote Debugging:: Debugging remote programs
142 * Configurations:: Configuration-specific information
143 * Controlling GDB:: Controlling @value{GDBN}
144 * Sequences:: Canned sequences of commands
145 * TUI:: @value{GDBN} Text User Interface
146 * Interpreters:: Command Interpreters
147 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148 * Annotations:: @value{GDBN}'s annotation interface.
149 * GDB/MI:: @value{GDBN}'s Machine Interface.
150
151 * GDB Bugs:: Reporting bugs in @value{GDBN}
152 * Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154 * Command Line Editing:: Command Line Editing
155 * Using History Interactively:: Using History Interactively
156 * Installing GDB:: Installing GDB
157 * Maintenance Commands:: Maintenance Commands
158 * Remote Protocol:: GDB Remote Serial Protocol
159 * Copying:: GNU General Public License says
160 how you can copy and share GDB
161 * GNU Free Documentation License:: The license for this documentation
162 * Index:: Index
163 @end menu
164
165 @end ifnottex
166
167 @contents
168
169 @node Summary
170 @unnumbered Summary of @value{GDBN}
171
172 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
173 going on ``inside'' another program while it executes---or what another
174 program was doing at the moment it crashed.
175
176 @value{GDBN} can do four main kinds of things (plus other things in support of
177 these) to help you catch bugs in the act:
178
179 @itemize @bullet
180 @item
181 Start your program, specifying anything that might affect its behavior.
182
183 @item
184 Make your program stop on specified conditions.
185
186 @item
187 Examine what has happened, when your program has stopped.
188
189 @item
190 Change things in your program, so you can experiment with correcting the
191 effects of one bug and go on to learn about another.
192 @end itemize
193
194 You can use @value{GDBN} to debug programs written in C and C++.
195 For more information, see @ref{Support,,Supported languages}.
196 For more information, see @ref{C,,C and C++}.
197
198 @cindex Modula-2
199 Support for Modula-2 is partial. For information on Modula-2, see
200 @ref{Modula-2,,Modula-2}.
201
202 @cindex Pascal
203 Debugging Pascal programs which use sets, subranges, file variables, or
204 nested functions does not currently work. @value{GDBN} does not support
205 entering expressions, printing values, or similar features using Pascal
206 syntax.
207
208 @cindex Fortran
209 @value{GDBN} can be used to debug programs written in Fortran, although
210 it may be necessary to refer to some variables with a trailing
211 underscore.
212
213 @value{GDBN} can be used to debug programs written in Objective-C,
214 using either the Apple/NeXT or the GNU Objective-C runtime.
215
216 @menu
217 * Free Software:: Freely redistributable software
218 * Contributors:: Contributors to GDB
219 @end menu
220
221 @node Free Software
222 @unnumberedsec Free software
223
224 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
225 General Public License
226 (GPL). The GPL gives you the freedom to copy or adapt a licensed
227 program---but every person getting a copy also gets with it the
228 freedom to modify that copy (which means that they must get access to
229 the source code), and the freedom to distribute further copies.
230 Typical software companies use copyrights to limit your freedoms; the
231 Free Software Foundation uses the GPL to preserve these freedoms.
232
233 Fundamentally, the General Public License is a license which says that
234 you have these freedoms and that you cannot take these freedoms away
235 from anyone else.
236
237 @unnumberedsec Free Software Needs Free Documentation
238
239 The biggest deficiency in the free software community today is not in
240 the software---it is the lack of good free documentation that we can
241 include with the free software. Many of our most important
242 programs do not come with free reference manuals and free introductory
243 texts. Documentation is an essential part of any software package;
244 when an important free software package does not come with a free
245 manual and a free tutorial, that is a major gap. We have many such
246 gaps today.
247
248 Consider Perl, for instance. The tutorial manuals that people
249 normally use are non-free. How did this come about? Because the
250 authors of those manuals published them with restrictive terms---no
251 copying, no modification, source files not available---which exclude
252 them from the free software world.
253
254 That wasn't the first time this sort of thing happened, and it was far
255 from the last. Many times we have heard a GNU user eagerly describe a
256 manual that he is writing, his intended contribution to the community,
257 only to learn that he had ruined everything by signing a publication
258 contract to make it non-free.
259
260 Free documentation, like free software, is a matter of freedom, not
261 price. The problem with the non-free manual is not that publishers
262 charge a price for printed copies---that in itself is fine. (The Free
263 Software Foundation sells printed copies of manuals, too.) The
264 problem is the restrictions on the use of the manual. Free manuals
265 are available in source code form, and give you permission to copy and
266 modify. Non-free manuals do not allow this.
267
268 The criteria of freedom for a free manual are roughly the same as for
269 free software. Redistribution (including the normal kinds of
270 commercial redistribution) must be permitted, so that the manual can
271 accompany every copy of the program, both on-line and on paper.
272
273 Permission for modification of the technical content is crucial too.
274 When people modify the software, adding or changing features, if they
275 are conscientious they will change the manual too---so they can
276 provide accurate and clear documentation for the modified program. A
277 manual that leaves you no choice but to write a new manual to document
278 a changed version of the program is not really available to our
279 community.
280
281 Some kinds of limits on the way modification is handled are
282 acceptable. For example, requirements to preserve the original
283 author's copyright notice, the distribution terms, or the list of
284 authors, are ok. It is also no problem to require modified versions
285 to include notice that they were modified. Even entire sections that
286 may not be deleted or changed are acceptable, as long as they deal
287 with nontechnical topics (like this one). These kinds of restrictions
288 are acceptable because they don't obstruct the community's normal use
289 of the manual.
290
291 However, it must be possible to modify all the @emph{technical}
292 content of the manual, and then distribute the result in all the usual
293 media, through all the usual channels. Otherwise, the restrictions
294 obstruct the use of the manual, it is not free, and we need another
295 manual to replace it.
296
297 Please spread the word about this issue. Our community continues to
298 lose manuals to proprietary publishing. If we spread the word that
299 free software needs free reference manuals and free tutorials, perhaps
300 the next person who wants to contribute by writing documentation will
301 realize, before it is too late, that only free manuals contribute to
302 the free software community.
303
304 If you are writing documentation, please insist on publishing it under
305 the GNU Free Documentation License or another free documentation
306 license. Remember that this decision requires your approval---you
307 don't have to let the publisher decide. Some commercial publishers
308 will use a free license if you insist, but they will not propose the
309 option; it is up to you to raise the issue and say firmly that this is
310 what you want. If the publisher you are dealing with refuses, please
311 try other publishers. If you're not sure whether a proposed license
312 is free, write to @email{licensing@@gnu.org}.
313
314 You can encourage commercial publishers to sell more free, copylefted
315 manuals and tutorials by buying them, and particularly by buying
316 copies from the publishers that paid for their writing or for major
317 improvements. Meanwhile, try to avoid buying non-free documentation
318 at all. Check the distribution terms of a manual before you buy it,
319 and insist that whoever seeks your business must respect your freedom.
320 Check the history of the book, and try to reward the publishers that
321 have paid or pay the authors to work on it.
322
323 The Free Software Foundation maintains a list of free documentation
324 published by other publishers, at
325 @url{http://www.fsf.org/doc/other-free-books.html}.
326
327 @node Contributors
328 @unnumberedsec Contributors to @value{GDBN}
329
330 Richard Stallman was the original author of @value{GDBN}, and of many
331 other @sc{gnu} programs. Many others have contributed to its
332 development. This section attempts to credit major contributors. One
333 of the virtues of free software is that everyone is free to contribute
334 to it; with regret, we cannot actually acknowledge everyone here. The
335 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
336 blow-by-blow account.
337
338 Changes much prior to version 2.0 are lost in the mists of time.
339
340 @quotation
341 @emph{Plea:} Additions to this section are particularly welcome. If you
342 or your friends (or enemies, to be evenhanded) have been unfairly
343 omitted from this list, we would like to add your names!
344 @end quotation
345
346 So that they may not regard their many labors as thankless, we
347 particularly thank those who shepherded @value{GDBN} through major
348 releases:
349 Andrew Cagney (releases 5.3, 5.2, 5.1 and 5.0);
350 Jim Blandy (release 4.18);
351 Jason Molenda (release 4.17);
352 Stan Shebs (release 4.14);
353 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
354 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
355 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
356 Jim Kingdon (releases 3.5, 3.4, and 3.3);
357 and Randy Smith (releases 3.2, 3.1, and 3.0).
358
359 Richard Stallman, assisted at various times by Peter TerMaat, Chris
360 Hanson, and Richard Mlynarik, handled releases through 2.8.
361
362 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
363 in @value{GDBN}, with significant additional contributions from Per
364 Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
365 demangler. Early work on C@t{++} was by Peter TerMaat (who also did
366 much general update work leading to release 3.0).
367
368 @value{GDBN} uses the BFD subroutine library to examine multiple
369 object-file formats; BFD was a joint project of David V.
370 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
371
372 David Johnson wrote the original COFF support; Pace Willison did
373 the original support for encapsulated COFF.
374
375 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
376
377 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
378 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
379 support.
380 Jean-Daniel Fekete contributed Sun 386i support.
381 Chris Hanson improved the HP9000 support.
382 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
383 David Johnson contributed Encore Umax support.
384 Jyrki Kuoppala contributed Altos 3068 support.
385 Jeff Law contributed HP PA and SOM support.
386 Keith Packard contributed NS32K support.
387 Doug Rabson contributed Acorn Risc Machine support.
388 Bob Rusk contributed Harris Nighthawk CX-UX support.
389 Chris Smith contributed Convex support (and Fortran debugging).
390 Jonathan Stone contributed Pyramid support.
391 Michael Tiemann contributed SPARC support.
392 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
393 Pace Willison contributed Intel 386 support.
394 Jay Vosburgh contributed Symmetry support.
395 Marko Mlinar contributed OpenRISC 1000 support.
396
397 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
398
399 Rich Schaefer and Peter Schauer helped with support of SunOS shared
400 libraries.
401
402 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
403 about several machine instruction sets.
404
405 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
406 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
407 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
408 and RDI targets, respectively.
409
410 Brian Fox is the author of the readline libraries providing
411 command-line editing and command history.
412
413 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
414 Modula-2 support, and contributed the Languages chapter of this manual.
415
416 Fred Fish wrote most of the support for Unix System Vr4.
417 He also enhanced the command-completion support to cover C@t{++} overloaded
418 symbols.
419
420 Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
421 Super-H processors.
422
423 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
424
425 Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
426
427 Toshiba sponsored the support for the TX39 Mips processor.
428
429 Matsushita sponsored the support for the MN10200 and MN10300 processors.
430
431 Fujitsu sponsored the support for SPARClite and FR30 processors.
432
433 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
434 watchpoints.
435
436 Michael Snyder added support for tracepoints.
437
438 Stu Grossman wrote gdbserver.
439
440 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
441 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
442
443 The following people at the Hewlett-Packard Company contributed
444 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
445 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
446 compiler, and the terminal user interface: Ben Krepp, Richard Title,
447 John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
448 Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
449 information in this manual.
450
451 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
452 Robert Hoehne made significant contributions to the DJGPP port.
453
454 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
455 development since 1991. Cygnus engineers who have worked on @value{GDBN}
456 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
457 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
458 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
459 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
460 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
461 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
462 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
463 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
464 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
465 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
466 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
467 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
468 Zuhn have made contributions both large and small.
469
470 Jim Blandy added support for preprocessor macros, while working for Red
471 Hat.
472
473 @node Sample Session
474 @chapter A Sample @value{GDBN} Session
475
476 You can use this manual at your leisure to read all about @value{GDBN}.
477 However, a handful of commands are enough to get started using the
478 debugger. This chapter illustrates those commands.
479
480 @iftex
481 In this sample session, we emphasize user input like this: @b{input},
482 to make it easier to pick out from the surrounding output.
483 @end iftex
484
485 @c FIXME: this example may not be appropriate for some configs, where
486 @c FIXME...primary interest is in remote use.
487
488 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
489 processor) exhibits the following bug: sometimes, when we change its
490 quote strings from the default, the commands used to capture one macro
491 definition within another stop working. In the following short @code{m4}
492 session, we define a macro @code{foo} which expands to @code{0000}; we
493 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
494 same thing. However, when we change the open quote string to
495 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
496 procedure fails to define a new synonym @code{baz}:
497
498 @smallexample
499 $ @b{cd gnu/m4}
500 $ @b{./m4}
501 @b{define(foo,0000)}
502
503 @b{foo}
504 0000
505 @b{define(bar,defn(`foo'))}
506
507 @b{bar}
508 0000
509 @b{changequote(<QUOTE>,<UNQUOTE>)}
510
511 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
512 @b{baz}
513 @b{C-d}
514 m4: End of input: 0: fatal error: EOF in string
515 @end smallexample
516
517 @noindent
518 Let us use @value{GDBN} to try to see what is going on.
519
520 @smallexample
521 $ @b{@value{GDBP} m4}
522 @c FIXME: this falsifies the exact text played out, to permit smallbook
523 @c FIXME... format to come out better.
524 @value{GDBN} is free software and you are welcome to distribute copies
525 of it under certain conditions; type "show copying" to see
526 the conditions.
527 There is absolutely no warranty for @value{GDBN}; type "show warranty"
528 for details.
529
530 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
531 (@value{GDBP})
532 @end smallexample
533
534 @noindent
535 @value{GDBN} reads only enough symbol data to know where to find the
536 rest when needed; as a result, the first prompt comes up very quickly.
537 We now tell @value{GDBN} to use a narrower display width than usual, so
538 that examples fit in this manual.
539
540 @smallexample
541 (@value{GDBP}) @b{set width 70}
542 @end smallexample
543
544 @noindent
545 We need to see how the @code{m4} built-in @code{changequote} works.
546 Having looked at the source, we know the relevant subroutine is
547 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
548 @code{break} command.
549
550 @smallexample
551 (@value{GDBP}) @b{break m4_changequote}
552 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
553 @end smallexample
554
555 @noindent
556 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
557 control; as long as control does not reach the @code{m4_changequote}
558 subroutine, the program runs as usual:
559
560 @smallexample
561 (@value{GDBP}) @b{run}
562 Starting program: /work/Editorial/gdb/gnu/m4/m4
563 @b{define(foo,0000)}
564
565 @b{foo}
566 0000
567 @end smallexample
568
569 @noindent
570 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
571 suspends execution of @code{m4}, displaying information about the
572 context where it stops.
573
574 @smallexample
575 @b{changequote(<QUOTE>,<UNQUOTE>)}
576
577 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
578 at builtin.c:879
579 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
580 @end smallexample
581
582 @noindent
583 Now we use the command @code{n} (@code{next}) to advance execution to
584 the next line of the current function.
585
586 @smallexample
587 (@value{GDBP}) @b{n}
588 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
589 : nil,
590 @end smallexample
591
592 @noindent
593 @code{set_quotes} looks like a promising subroutine. We can go into it
594 by using the command @code{s} (@code{step}) instead of @code{next}.
595 @code{step} goes to the next line to be executed in @emph{any}
596 subroutine, so it steps into @code{set_quotes}.
597
598 @smallexample
599 (@value{GDBP}) @b{s}
600 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
601 at input.c:530
602 530 if (lquote != def_lquote)
603 @end smallexample
604
605 @noindent
606 The display that shows the subroutine where @code{m4} is now
607 suspended (and its arguments) is called a stack frame display. It
608 shows a summary of the stack. We can use the @code{backtrace}
609 command (which can also be spelled @code{bt}), to see where we are
610 in the stack as a whole: the @code{backtrace} command displays a
611 stack frame for each active subroutine.
612
613 @smallexample
614 (@value{GDBP}) @b{bt}
615 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
616 at input.c:530
617 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
618 at builtin.c:882
619 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
620 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
621 at macro.c:71
622 #4 0x79dc in expand_input () at macro.c:40
623 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
624 @end smallexample
625
626 @noindent
627 We step through a few more lines to see what happens. The first two
628 times, we can use @samp{s}; the next two times we use @code{n} to avoid
629 falling into the @code{xstrdup} subroutine.
630
631 @smallexample
632 (@value{GDBP}) @b{s}
633 0x3b5c 532 if (rquote != def_rquote)
634 (@value{GDBP}) @b{s}
635 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
636 def_lquote : xstrdup(lq);
637 (@value{GDBP}) @b{n}
638 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
639 : xstrdup(rq);
640 (@value{GDBP}) @b{n}
641 538 len_lquote = strlen(rquote);
642 @end smallexample
643
644 @noindent
645 The last line displayed looks a little odd; we can examine the variables
646 @code{lquote} and @code{rquote} to see if they are in fact the new left
647 and right quotes we specified. We use the command @code{p}
648 (@code{print}) to see their values.
649
650 @smallexample
651 (@value{GDBP}) @b{p lquote}
652 $1 = 0x35d40 "<QUOTE>"
653 (@value{GDBP}) @b{p rquote}
654 $2 = 0x35d50 "<UNQUOTE>"
655 @end smallexample
656
657 @noindent
658 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
659 To look at some context, we can display ten lines of source
660 surrounding the current line with the @code{l} (@code{list}) command.
661
662 @smallexample
663 (@value{GDBP}) @b{l}
664 533 xfree(rquote);
665 534
666 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
667 : xstrdup (lq);
668 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
669 : xstrdup (rq);
670 537
671 538 len_lquote = strlen(rquote);
672 539 len_rquote = strlen(lquote);
673 540 @}
674 541
675 542 void
676 @end smallexample
677
678 @noindent
679 Let us step past the two lines that set @code{len_lquote} and
680 @code{len_rquote}, and then examine the values of those variables.
681
682 @smallexample
683 (@value{GDBP}) @b{n}
684 539 len_rquote = strlen(lquote);
685 (@value{GDBP}) @b{n}
686 540 @}
687 (@value{GDBP}) @b{p len_lquote}
688 $3 = 9
689 (@value{GDBP}) @b{p len_rquote}
690 $4 = 7
691 @end smallexample
692
693 @noindent
694 That certainly looks wrong, assuming @code{len_lquote} and
695 @code{len_rquote} are meant to be the lengths of @code{lquote} and
696 @code{rquote} respectively. We can set them to better values using
697 the @code{p} command, since it can print the value of
698 any expression---and that expression can include subroutine calls and
699 assignments.
700
701 @smallexample
702 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
703 $5 = 7
704 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
705 $6 = 9
706 @end smallexample
707
708 @noindent
709 Is that enough to fix the problem of using the new quotes with the
710 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
711 executing with the @code{c} (@code{continue}) command, and then try the
712 example that caused trouble initially:
713
714 @smallexample
715 (@value{GDBP}) @b{c}
716 Continuing.
717
718 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
719
720 baz
721 0000
722 @end smallexample
723
724 @noindent
725 Success! The new quotes now work just as well as the default ones. The
726 problem seems to have been just the two typos defining the wrong
727 lengths. We allow @code{m4} exit by giving it an EOF as input:
728
729 @smallexample
730 @b{C-d}
731 Program exited normally.
732 @end smallexample
733
734 @noindent
735 The message @samp{Program exited normally.} is from @value{GDBN}; it
736 indicates @code{m4} has finished executing. We can end our @value{GDBN}
737 session with the @value{GDBN} @code{quit} command.
738
739 @smallexample
740 (@value{GDBP}) @b{quit}
741 @end smallexample
742
743 @node Invocation
744 @chapter Getting In and Out of @value{GDBN}
745
746 This chapter discusses how to start @value{GDBN}, and how to get out of it.
747 The essentials are:
748 @itemize @bullet
749 @item
750 type @samp{@value{GDBP}} to start @value{GDBN}.
751 @item
752 type @kbd{quit} or @kbd{C-d} to exit.
753 @end itemize
754
755 @menu
756 * Invoking GDB:: How to start @value{GDBN}
757 * Quitting GDB:: How to quit @value{GDBN}
758 * Shell Commands:: How to use shell commands inside @value{GDBN}
759 @end menu
760
761 @node Invoking GDB
762 @section Invoking @value{GDBN}
763
764 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
765 @value{GDBN} reads commands from the terminal until you tell it to exit.
766
767 You can also run @code{@value{GDBP}} with a variety of arguments and options,
768 to specify more of your debugging environment at the outset.
769
770 The command-line options described here are designed
771 to cover a variety of situations; in some environments, some of these
772 options may effectively be unavailable.
773
774 The most usual way to start @value{GDBN} is with one argument,
775 specifying an executable program:
776
777 @smallexample
778 @value{GDBP} @var{program}
779 @end smallexample
780
781 @noindent
782 You can also start with both an executable program and a core file
783 specified:
784
785 @smallexample
786 @value{GDBP} @var{program} @var{core}
787 @end smallexample
788
789 You can, instead, specify a process ID as a second argument, if you want
790 to debug a running process:
791
792 @smallexample
793 @value{GDBP} @var{program} 1234
794 @end smallexample
795
796 @noindent
797 would attach @value{GDBN} to process @code{1234} (unless you also have a file
798 named @file{1234}; @value{GDBN} does check for a core file first).
799
800 Taking advantage of the second command-line argument requires a fairly
801 complete operating system; when you use @value{GDBN} as a remote
802 debugger attached to a bare board, there may not be any notion of
803 ``process'', and there is often no way to get a core dump. @value{GDBN}
804 will warn you if it is unable to attach or to read core dumps.
805
806 You can optionally have @code{@value{GDBP}} pass any arguments after the
807 executable file to the inferior using @code{--args}. This option stops
808 option processing.
809 @smallexample
810 gdb --args gcc -O2 -c foo.c
811 @end smallexample
812 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
813 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
814
815 You can run @code{@value{GDBP}} without printing the front material, which describes
816 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
817
818 @smallexample
819 @value{GDBP} -silent
820 @end smallexample
821
822 @noindent
823 You can further control how @value{GDBN} starts up by using command-line
824 options. @value{GDBN} itself can remind you of the options available.
825
826 @noindent
827 Type
828
829 @smallexample
830 @value{GDBP} -help
831 @end smallexample
832
833 @noindent
834 to display all available options and briefly describe their use
835 (@samp{@value{GDBP} -h} is a shorter equivalent).
836
837 All options and command line arguments you give are processed
838 in sequential order. The order makes a difference when the
839 @samp{-x} option is used.
840
841
842 @menu
843 * File Options:: Choosing files
844 * Mode Options:: Choosing modes
845 @end menu
846
847 @node File Options
848 @subsection Choosing files
849
850 When @value{GDBN} starts, it reads any arguments other than options as
851 specifying an executable file and core file (or process ID). This is
852 the same as if the arguments were specified by the @samp{-se} and
853 @samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
854 first argument that does not have an associated option flag as
855 equivalent to the @samp{-se} option followed by that argument; and the
856 second argument that does not have an associated option flag, if any, as
857 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
858 If the second argument begins with a decimal digit, @value{GDBN} will
859 first attempt to attach to it as a process, and if that fails, attempt
860 to open it as a corefile. If you have a corefile whose name begins with
861 a digit, you can prevent @value{GDBN} from treating it as a pid by
862 prefixing it with @file{./}, eg. @file{./12345}.
863
864 If @value{GDBN} has not been configured to included core file support,
865 such as for most embedded targets, then it will complain about a second
866 argument and ignore it.
867
868 Many options have both long and short forms; both are shown in the
869 following list. @value{GDBN} also recognizes the long forms if you truncate
870 them, so long as enough of the option is present to be unambiguous.
871 (If you prefer, you can flag option arguments with @samp{--} rather
872 than @samp{-}, though we illustrate the more usual convention.)
873
874 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
875 @c way, both those who look for -foo and --foo in the index, will find
876 @c it.
877
878 @table @code
879 @item -symbols @var{file}
880 @itemx -s @var{file}
881 @cindex @code{--symbols}
882 @cindex @code{-s}
883 Read symbol table from file @var{file}.
884
885 @item -exec @var{file}
886 @itemx -e @var{file}
887 @cindex @code{--exec}
888 @cindex @code{-e}
889 Use file @var{file} as the executable file to execute when appropriate,
890 and for examining pure data in conjunction with a core dump.
891
892 @item -se @var{file}
893 @cindex @code{--se}
894 Read symbol table from file @var{file} and use it as the executable
895 file.
896
897 @item -core @var{file}
898 @itemx -c @var{file}
899 @cindex @code{--core}
900 @cindex @code{-c}
901 Use file @var{file} as a core dump to examine.
902
903 @item -c @var{number}
904 @item -pid @var{number}
905 @itemx -p @var{number}
906 @cindex @code{--pid}
907 @cindex @code{-p}
908 Connect to process ID @var{number}, as with the @code{attach} command.
909 If there is no such process, @value{GDBN} will attempt to open a core
910 file named @var{number}.
911
912 @item -command @var{file}
913 @itemx -x @var{file}
914 @cindex @code{--command}
915 @cindex @code{-x}
916 Execute @value{GDBN} commands from file @var{file}. @xref{Command
917 Files,, Command files}.
918
919 @item -directory @var{directory}
920 @itemx -d @var{directory}
921 @cindex @code{--directory}
922 @cindex @code{-d}
923 Add @var{directory} to the path to search for source files.
924
925 @item -m
926 @itemx -mapped
927 @cindex @code{--mapped}
928 @cindex @code{-m}
929 @emph{Warning: this option depends on operating system facilities that are not
930 supported on all systems.}@*
931 If memory-mapped files are available on your system through the @code{mmap}
932 system call, you can use this option
933 to have @value{GDBN} write the symbols from your
934 program into a reusable file in the current directory. If the program you are debugging is
935 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
936 Future @value{GDBN} debugging sessions notice the presence of this file,
937 and can quickly map in symbol information from it, rather than reading
938 the symbol table from the executable program.
939
940 The @file{.syms} file is specific to the host machine where @value{GDBN}
941 is run. It holds an exact image of the internal @value{GDBN} symbol
942 table. It cannot be shared across multiple host platforms.
943
944 @item -r
945 @itemx -readnow
946 @cindex @code{--readnow}
947 @cindex @code{-r}
948 Read each symbol file's entire symbol table immediately, rather than
949 the default, which is to read it incrementally as it is needed.
950 This makes startup slower, but makes future operations faster.
951
952 @end table
953
954 You typically combine the @code{-mapped} and @code{-readnow} options in
955 order to build a @file{.syms} file that contains complete symbol
956 information. (@xref{Files,,Commands to specify files}, for information
957 on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
958 but build a @file{.syms} file for future use is:
959
960 @smallexample
961 gdb -batch -nx -mapped -readnow programname
962 @end smallexample
963
964 @node Mode Options
965 @subsection Choosing modes
966
967 You can run @value{GDBN} in various alternative modes---for example, in
968 batch mode or quiet mode.
969
970 @table @code
971 @item -nx
972 @itemx -n
973 @cindex @code{--nx}
974 @cindex @code{-n}
975 Do not execute commands found in any initialization files. Normally,
976 @value{GDBN} executes the commands in these files after all the command
977 options and arguments have been processed. @xref{Command Files,,Command
978 files}.
979
980 @item -quiet
981 @itemx -silent
982 @itemx -q
983 @cindex @code{--quiet}
984 @cindex @code{--silent}
985 @cindex @code{-q}
986 ``Quiet''. Do not print the introductory and copyright messages. These
987 messages are also suppressed in batch mode.
988
989 @item -batch
990 @cindex @code{--batch}
991 Run in batch mode. Exit with status @code{0} after processing all the
992 command files specified with @samp{-x} (and all commands from
993 initialization files, if not inhibited with @samp{-n}). Exit with
994 nonzero status if an error occurs in executing the @value{GDBN} commands
995 in the command files.
996
997 Batch mode may be useful for running @value{GDBN} as a filter, for
998 example to download and run a program on another computer; in order to
999 make this more useful, the message
1000
1001 @smallexample
1002 Program exited normally.
1003 @end smallexample
1004
1005 @noindent
1006 (which is ordinarily issued whenever a program running under
1007 @value{GDBN} control terminates) is not issued when running in batch
1008 mode.
1009
1010 @item -nowindows
1011 @itemx -nw
1012 @cindex @code{--nowindows}
1013 @cindex @code{-nw}
1014 ``No windows''. If @value{GDBN} comes with a graphical user interface
1015 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1016 interface. If no GUI is available, this option has no effect.
1017
1018 @item -windows
1019 @itemx -w
1020 @cindex @code{--windows}
1021 @cindex @code{-w}
1022 If @value{GDBN} includes a GUI, then this option requires it to be
1023 used if possible.
1024
1025 @item -cd @var{directory}
1026 @cindex @code{--cd}
1027 Run @value{GDBN} using @var{directory} as its working directory,
1028 instead of the current directory.
1029
1030 @item -fullname
1031 @itemx -f
1032 @cindex @code{--fullname}
1033 @cindex @code{-f}
1034 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1035 subprocess. It tells @value{GDBN} to output the full file name and line
1036 number in a standard, recognizable fashion each time a stack frame is
1037 displayed (which includes each time your program stops). This
1038 recognizable format looks like two @samp{\032} characters, followed by
1039 the file name, line number and character position separated by colons,
1040 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1041 @samp{\032} characters as a signal to display the source code for the
1042 frame.
1043
1044 @item -epoch
1045 @cindex @code{--epoch}
1046 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1047 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1048 routines so as to allow Epoch to display values of expressions in a
1049 separate window.
1050
1051 @item -annotate @var{level}
1052 @cindex @code{--annotate}
1053 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1054 effect is identical to using @samp{set annotate @var{level}}
1055 (@pxref{Annotations}).
1056 Annotation level controls how much information does @value{GDBN} print
1057 together with its prompt, values of expressions, source lines, and other
1058 types of output. Level 0 is the normal, level 1 is for use when
1059 @value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1060 maximum annotation suitable for programs that control @value{GDBN}.
1061
1062 @item -async
1063 @cindex @code{--async}
1064 Use the asynchronous event loop for the command-line interface.
1065 @value{GDBN} processes all events, such as user keyboard input, via a
1066 special event loop. This allows @value{GDBN} to accept and process user
1067 commands in parallel with the debugged process being
1068 run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1069 MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1070 suspended when the debuggee runs.}, so you don't need to wait for
1071 control to return to @value{GDBN} before you type the next command.
1072 (@emph{Note:} as of version 5.1, the target side of the asynchronous
1073 operation is not yet in place, so @samp{-async} does not work fully
1074 yet.)
1075 @c FIXME: when the target side of the event loop is done, the above NOTE
1076 @c should be removed.
1077
1078 When the standard input is connected to a terminal device, @value{GDBN}
1079 uses the asynchronous event loop by default, unless disabled by the
1080 @samp{-noasync} option.
1081
1082 @item -noasync
1083 @cindex @code{--noasync}
1084 Disable the asynchronous event loop for the command-line interface.
1085
1086 @item --args
1087 @cindex @code{--args}
1088 Change interpretation of command line so that arguments following the
1089 executable file are passed as command line arguments to the inferior.
1090 This option stops option processing.
1091
1092 @item -baud @var{bps}
1093 @itemx -b @var{bps}
1094 @cindex @code{--baud}
1095 @cindex @code{-b}
1096 Set the line speed (baud rate or bits per second) of any serial
1097 interface used by @value{GDBN} for remote debugging.
1098
1099 @item -tty @var{device}
1100 @itemx -t @var{device}
1101 @cindex @code{--tty}
1102 @cindex @code{-t}
1103 Run using @var{device} for your program's standard input and output.
1104 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1105
1106 @c resolve the situation of these eventually
1107 @item -tui
1108 @cindex @code{--tui}
1109 Activate the Terminal User Interface when starting.
1110 The Terminal User Interface manages several text windows on the terminal,
1111 showing source, assembly, registers and @value{GDBN} command outputs
1112 (@pxref{TUI, ,@value{GDBN} Text User Interface}).
1113 Do not use this option if you run @value{GDBN} from Emacs
1114 (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1115
1116 @c @item -xdb
1117 @c @cindex @code{--xdb}
1118 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1119 @c For information, see the file @file{xdb_trans.html}, which is usually
1120 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1121 @c systems.
1122
1123 @item -interpreter @var{interp}
1124 @cindex @code{--interpreter}
1125 Use the interpreter @var{interp} for interface with the controlling
1126 program or device. This option is meant to be set by programs which
1127 communicate with @value{GDBN} using it as a back end.
1128 @xref{Interpreters, , Command Interpreters}.
1129
1130 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1131 @value{GDBN} to use the current @dfn{@sc{gdb/mi} interface}
1132 (@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). The previous @sc{gdb/mi}
1133 interface, included in @value{GDBN} version 5.3, can be selected with
1134 @samp{--interpreter=mi1}. Earlier @sc{gdb/mi} interfaces
1135 are not supported.
1136
1137 @item -write
1138 @cindex @code{--write}
1139 Open the executable and core files for both reading and writing. This
1140 is equivalent to the @samp{set write on} command inside @value{GDBN}
1141 (@pxref{Patching}).
1142
1143 @item -statistics
1144 @cindex @code{--statistics}
1145 This option causes @value{GDBN} to print statistics about time and
1146 memory usage after it completes each command and returns to the prompt.
1147
1148 @item -version
1149 @cindex @code{--version}
1150 This option causes @value{GDBN} to print its version number and
1151 no-warranty blurb, and exit.
1152
1153 @end table
1154
1155 @node Quitting GDB
1156 @section Quitting @value{GDBN}
1157 @cindex exiting @value{GDBN}
1158 @cindex leaving @value{GDBN}
1159
1160 @table @code
1161 @kindex quit @r{[}@var{expression}@r{]}
1162 @kindex q @r{(@code{quit})}
1163 @item quit @r{[}@var{expression}@r{]}
1164 @itemx q
1165 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1166 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1167 do not supply @var{expression}, @value{GDBN} will terminate normally;
1168 otherwise it will terminate using the result of @var{expression} as the
1169 error code.
1170 @end table
1171
1172 @cindex interrupt
1173 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1174 terminates the action of any @value{GDBN} command that is in progress and
1175 returns to @value{GDBN} command level. It is safe to type the interrupt
1176 character at any time because @value{GDBN} does not allow it to take effect
1177 until a time when it is safe.
1178
1179 If you have been using @value{GDBN} to control an attached process or
1180 device, you can release it with the @code{detach} command
1181 (@pxref{Attach, ,Debugging an already-running process}).
1182
1183 @node Shell Commands
1184 @section Shell commands
1185
1186 If you need to execute occasional shell commands during your
1187 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1188 just use the @code{shell} command.
1189
1190 @table @code
1191 @kindex shell
1192 @cindex shell escape
1193 @item shell @var{command string}
1194 Invoke a standard shell to execute @var{command string}.
1195 If it exists, the environment variable @code{SHELL} determines which
1196 shell to run. Otherwise @value{GDBN} uses the default shell
1197 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1198 @end table
1199
1200 The utility @code{make} is often needed in development environments.
1201 You do not have to use the @code{shell} command for this purpose in
1202 @value{GDBN}:
1203
1204 @table @code
1205 @kindex make
1206 @cindex calling make
1207 @item make @var{make-args}
1208 Execute the @code{make} program with the specified
1209 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1210 @end table
1211
1212 @node Commands
1213 @chapter @value{GDBN} Commands
1214
1215 You can abbreviate a @value{GDBN} command to the first few letters of the command
1216 name, if that abbreviation is unambiguous; and you can repeat certain
1217 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1218 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1219 show you the alternatives available, if there is more than one possibility).
1220
1221 @menu
1222 * Command Syntax:: How to give commands to @value{GDBN}
1223 * Completion:: Command completion
1224 * Help:: How to ask @value{GDBN} for help
1225 @end menu
1226
1227 @node Command Syntax
1228 @section Command syntax
1229
1230 A @value{GDBN} command is a single line of input. There is no limit on
1231 how long it can be. It starts with a command name, which is followed by
1232 arguments whose meaning depends on the command name. For example, the
1233 command @code{step} accepts an argument which is the number of times to
1234 step, as in @samp{step 5}. You can also use the @code{step} command
1235 with no arguments. Some commands do not allow any arguments.
1236
1237 @cindex abbreviation
1238 @value{GDBN} command names may always be truncated if that abbreviation is
1239 unambiguous. Other possible command abbreviations are listed in the
1240 documentation for individual commands. In some cases, even ambiguous
1241 abbreviations are allowed; for example, @code{s} is specially defined as
1242 equivalent to @code{step} even though there are other commands whose
1243 names start with @code{s}. You can test abbreviations by using them as
1244 arguments to the @code{help} command.
1245
1246 @cindex repeating commands
1247 @kindex RET @r{(repeat last command)}
1248 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1249 repeat the previous command. Certain commands (for example, @code{run})
1250 will not repeat this way; these are commands whose unintentional
1251 repetition might cause trouble and which you are unlikely to want to
1252 repeat.
1253
1254 The @code{list} and @code{x} commands, when you repeat them with
1255 @key{RET}, construct new arguments rather than repeating
1256 exactly as typed. This permits easy scanning of source or memory.
1257
1258 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1259 output, in a way similar to the common utility @code{more}
1260 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1261 @key{RET} too many in this situation, @value{GDBN} disables command
1262 repetition after any command that generates this sort of display.
1263
1264 @kindex # @r{(a comment)}
1265 @cindex comment
1266 Any text from a @kbd{#} to the end of the line is a comment; it does
1267 nothing. This is useful mainly in command files (@pxref{Command
1268 Files,,Command files}).
1269
1270 @cindex repeating command sequences
1271 @kindex C-o @r{(operate-and-get-next)}
1272 The @kbd{C-o} binding is useful for repeating a complex sequence of
1273 commands. This command accepts the current line, like @kbd{RET}, and
1274 then fetches the next line relative to the current line from the history
1275 for editing.
1276
1277 @node Completion
1278 @section Command completion
1279
1280 @cindex completion
1281 @cindex word completion
1282 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1283 only one possibility; it can also show you what the valid possibilities
1284 are for the next word in a command, at any time. This works for @value{GDBN}
1285 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1286
1287 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1288 of a word. If there is only one possibility, @value{GDBN} fills in the
1289 word, and waits for you to finish the command (or press @key{RET} to
1290 enter it). For example, if you type
1291
1292 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1293 @c complete accuracy in these examples; space introduced for clarity.
1294 @c If texinfo enhancements make it unnecessary, it would be nice to
1295 @c replace " @key" by "@key" in the following...
1296 @smallexample
1297 (@value{GDBP}) info bre @key{TAB}
1298 @end smallexample
1299
1300 @noindent
1301 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1302 the only @code{info} subcommand beginning with @samp{bre}:
1303
1304 @smallexample
1305 (@value{GDBP}) info breakpoints
1306 @end smallexample
1307
1308 @noindent
1309 You can either press @key{RET} at this point, to run the @code{info
1310 breakpoints} command, or backspace and enter something else, if
1311 @samp{breakpoints} does not look like the command you expected. (If you
1312 were sure you wanted @code{info breakpoints} in the first place, you
1313 might as well just type @key{RET} immediately after @samp{info bre},
1314 to exploit command abbreviations rather than command completion).
1315
1316 If there is more than one possibility for the next word when you press
1317 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1318 characters and try again, or just press @key{TAB} a second time;
1319 @value{GDBN} displays all the possible completions for that word. For
1320 example, you might want to set a breakpoint on a subroutine whose name
1321 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1322 just sounds the bell. Typing @key{TAB} again displays all the
1323 function names in your program that begin with those characters, for
1324 example:
1325
1326 @smallexample
1327 (@value{GDBP}) b make_ @key{TAB}
1328 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1329 make_a_section_from_file make_environ
1330 make_abs_section make_function_type
1331 make_blockvector make_pointer_type
1332 make_cleanup make_reference_type
1333 make_command make_symbol_completion_list
1334 (@value{GDBP}) b make_
1335 @end smallexample
1336
1337 @noindent
1338 After displaying the available possibilities, @value{GDBN} copies your
1339 partial input (@samp{b make_} in the example) so you can finish the
1340 command.
1341
1342 If you just want to see the list of alternatives in the first place, you
1343 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1344 means @kbd{@key{META} ?}. You can type this either by holding down a
1345 key designated as the @key{META} shift on your keyboard (if there is
1346 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1347
1348 @cindex quotes in commands
1349 @cindex completion of quoted strings
1350 Sometimes the string you need, while logically a ``word'', may contain
1351 parentheses or other characters that @value{GDBN} normally excludes from
1352 its notion of a word. To permit word completion to work in this
1353 situation, you may enclose words in @code{'} (single quote marks) in
1354 @value{GDBN} commands.
1355
1356 The most likely situation where you might need this is in typing the
1357 name of a C@t{++} function. This is because C@t{++} allows function
1358 overloading (multiple definitions of the same function, distinguished
1359 by argument type). For example, when you want to set a breakpoint you
1360 may need to distinguish whether you mean the version of @code{name}
1361 that takes an @code{int} parameter, @code{name(int)}, or the version
1362 that takes a @code{float} parameter, @code{name(float)}. To use the
1363 word-completion facilities in this situation, type a single quote
1364 @code{'} at the beginning of the function name. This alerts
1365 @value{GDBN} that it may need to consider more information than usual
1366 when you press @key{TAB} or @kbd{M-?} to request word completion:
1367
1368 @smallexample
1369 (@value{GDBP}) b 'bubble( @kbd{M-?}
1370 bubble(double,double) bubble(int,int)
1371 (@value{GDBP}) b 'bubble(
1372 @end smallexample
1373
1374 In some cases, @value{GDBN} can tell that completing a name requires using
1375 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1376 completing as much as it can) if you do not type the quote in the first
1377 place:
1378
1379 @smallexample
1380 (@value{GDBP}) b bub @key{TAB}
1381 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1382 (@value{GDBP}) b 'bubble(
1383 @end smallexample
1384
1385 @noindent
1386 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1387 you have not yet started typing the argument list when you ask for
1388 completion on an overloaded symbol.
1389
1390 For more information about overloaded functions, see @ref{C plus plus
1391 expressions, ,C@t{++} expressions}. You can use the command @code{set
1392 overload-resolution off} to disable overload resolution;
1393 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1394
1395
1396 @node Help
1397 @section Getting help
1398 @cindex online documentation
1399 @kindex help
1400
1401 You can always ask @value{GDBN} itself for information on its commands,
1402 using the command @code{help}.
1403
1404 @table @code
1405 @kindex h @r{(@code{help})}
1406 @item help
1407 @itemx h
1408 You can use @code{help} (abbreviated @code{h}) with no arguments to
1409 display a short list of named classes of commands:
1410
1411 @smallexample
1412 (@value{GDBP}) help
1413 List of classes of commands:
1414
1415 aliases -- Aliases of other commands
1416 breakpoints -- Making program stop at certain points
1417 data -- Examining data
1418 files -- Specifying and examining files
1419 internals -- Maintenance commands
1420 obscure -- Obscure features
1421 running -- Running the program
1422 stack -- Examining the stack
1423 status -- Status inquiries
1424 support -- Support facilities
1425 tracepoints -- Tracing of program execution without@*
1426 stopping the program
1427 user-defined -- User-defined commands
1428
1429 Type "help" followed by a class name for a list of
1430 commands in that class.
1431 Type "help" followed by command name for full
1432 documentation.
1433 Command name abbreviations are allowed if unambiguous.
1434 (@value{GDBP})
1435 @end smallexample
1436 @c the above line break eliminates huge line overfull...
1437
1438 @item help @var{class}
1439 Using one of the general help classes as an argument, you can get a
1440 list of the individual commands in that class. For example, here is the
1441 help display for the class @code{status}:
1442
1443 @smallexample
1444 (@value{GDBP}) help status
1445 Status inquiries.
1446
1447 List of commands:
1448
1449 @c Line break in "show" line falsifies real output, but needed
1450 @c to fit in smallbook page size.
1451 info -- Generic command for showing things
1452 about the program being debugged
1453 show -- Generic command for showing things
1454 about the debugger
1455
1456 Type "help" followed by command name for full
1457 documentation.
1458 Command name abbreviations are allowed if unambiguous.
1459 (@value{GDBP})
1460 @end smallexample
1461
1462 @item help @var{command}
1463 With a command name as @code{help} argument, @value{GDBN} displays a
1464 short paragraph on how to use that command.
1465
1466 @kindex apropos
1467 @item apropos @var{args}
1468 The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1469 commands, and their documentation, for the regular expression specified in
1470 @var{args}. It prints out all matches found. For example:
1471
1472 @smallexample
1473 apropos reload
1474 @end smallexample
1475
1476 @noindent
1477 results in:
1478
1479 @smallexample
1480 @c @group
1481 set symbol-reloading -- Set dynamic symbol table reloading
1482 multiple times in one run
1483 show symbol-reloading -- Show dynamic symbol table reloading
1484 multiple times in one run
1485 @c @end group
1486 @end smallexample
1487
1488 @kindex complete
1489 @item complete @var{args}
1490 The @code{complete @var{args}} command lists all the possible completions
1491 for the beginning of a command. Use @var{args} to specify the beginning of the
1492 command you want completed. For example:
1493
1494 @smallexample
1495 complete i
1496 @end smallexample
1497
1498 @noindent results in:
1499
1500 @smallexample
1501 @group
1502 if
1503 ignore
1504 info
1505 inspect
1506 @end group
1507 @end smallexample
1508
1509 @noindent This is intended for use by @sc{gnu} Emacs.
1510 @end table
1511
1512 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1513 and @code{show} to inquire about the state of your program, or the state
1514 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1515 manual introduces each of them in the appropriate context. The listings
1516 under @code{info} and under @code{show} in the Index point to
1517 all the sub-commands. @xref{Index}.
1518
1519 @c @group
1520 @table @code
1521 @kindex info
1522 @kindex i @r{(@code{info})}
1523 @item info
1524 This command (abbreviated @code{i}) is for describing the state of your
1525 program. For example, you can list the arguments given to your program
1526 with @code{info args}, list the registers currently in use with @code{info
1527 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1528 You can get a complete list of the @code{info} sub-commands with
1529 @w{@code{help info}}.
1530
1531 @kindex set
1532 @item set
1533 You can assign the result of an expression to an environment variable with
1534 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1535 @code{set prompt $}.
1536
1537 @kindex show
1538 @item show
1539 In contrast to @code{info}, @code{show} is for describing the state of
1540 @value{GDBN} itself.
1541 You can change most of the things you can @code{show}, by using the
1542 related command @code{set}; for example, you can control what number
1543 system is used for displays with @code{set radix}, or simply inquire
1544 which is currently in use with @code{show radix}.
1545
1546 @kindex info set
1547 To display all the settable parameters and their current
1548 values, you can use @code{show} with no arguments; you may also use
1549 @code{info set}. Both commands produce the same display.
1550 @c FIXME: "info set" violates the rule that "info" is for state of
1551 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1552 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1553 @end table
1554 @c @end group
1555
1556 Here are three miscellaneous @code{show} subcommands, all of which are
1557 exceptional in lacking corresponding @code{set} commands:
1558
1559 @table @code
1560 @kindex show version
1561 @cindex version number
1562 @item show version
1563 Show what version of @value{GDBN} is running. You should include this
1564 information in @value{GDBN} bug-reports. If multiple versions of
1565 @value{GDBN} are in use at your site, you may need to determine which
1566 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1567 commands are introduced, and old ones may wither away. Also, many
1568 system vendors ship variant versions of @value{GDBN}, and there are
1569 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1570 The version number is the same as the one announced when you start
1571 @value{GDBN}.
1572
1573 @kindex show copying
1574 @item show copying
1575 Display information about permission for copying @value{GDBN}.
1576
1577 @kindex show warranty
1578 @item show warranty
1579 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1580 if your version of @value{GDBN} comes with one.
1581
1582 @end table
1583
1584 @node Running
1585 @chapter Running Programs Under @value{GDBN}
1586
1587 When you run a program under @value{GDBN}, you must first generate
1588 debugging information when you compile it.
1589
1590 You may start @value{GDBN} with its arguments, if any, in an environment
1591 of your choice. If you are doing native debugging, you may redirect
1592 your program's input and output, debug an already running process, or
1593 kill a child process.
1594
1595 @menu
1596 * Compilation:: Compiling for debugging
1597 * Starting:: Starting your program
1598 * Arguments:: Your program's arguments
1599 * Environment:: Your program's environment
1600
1601 * Working Directory:: Your program's working directory
1602 * Input/Output:: Your program's input and output
1603 * Attach:: Debugging an already-running process
1604 * Kill Process:: Killing the child process
1605
1606 * Threads:: Debugging programs with multiple threads
1607 * Processes:: Debugging programs with multiple processes
1608 @end menu
1609
1610 @node Compilation
1611 @section Compiling for debugging
1612
1613 In order to debug a program effectively, you need to generate
1614 debugging information when you compile it. This debugging information
1615 is stored in the object file; it describes the data type of each
1616 variable or function and the correspondence between source line numbers
1617 and addresses in the executable code.
1618
1619 To request debugging information, specify the @samp{-g} option when you run
1620 the compiler.
1621
1622 Most compilers do not include information about preprocessor macros in
1623 the debugging information if you specify the @option{-g} flag alone,
1624 because this information is rather large. Version 3.1 of @value{NGCC},
1625 the @sc{gnu} C compiler, provides macro information if you specify the
1626 options @option{-gdwarf-2} and @option{-g3}; the former option requests
1627 debugging information in the Dwarf 2 format, and the latter requests
1628 ``extra information''. In the future, we hope to find more compact ways
1629 to represent macro information, so that it can be included with
1630 @option{-g} alone.
1631
1632 Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1633 options together. Using those compilers, you cannot generate optimized
1634 executables containing debugging information.
1635
1636 @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1637 without @samp{-O}, making it possible to debug optimized code. We
1638 recommend that you @emph{always} use @samp{-g} whenever you compile a
1639 program. You may think your program is correct, but there is no sense
1640 in pushing your luck.
1641
1642 @cindex optimized code, debugging
1643 @cindex debugging optimized code
1644 When you debug a program compiled with @samp{-g -O}, remember that the
1645 optimizer is rearranging your code; the debugger shows you what is
1646 really there. Do not be too surprised when the execution path does not
1647 exactly match your source file! An extreme example: if you define a
1648 variable, but never use it, @value{GDBN} never sees that
1649 variable---because the compiler optimizes it out of existence.
1650
1651 Some things do not work as well with @samp{-g -O} as with just
1652 @samp{-g}, particularly on machines with instruction scheduling. If in
1653 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1654 please report it to us as a bug (including a test case!).
1655
1656 Older versions of the @sc{gnu} C compiler permitted a variant option
1657 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1658 format; if your @sc{gnu} C compiler has this option, do not use it.
1659
1660 @need 2000
1661 @node Starting
1662 @section Starting your program
1663 @cindex starting
1664 @cindex running
1665
1666 @table @code
1667 @kindex run
1668 @kindex r @r{(@code{run})}
1669 @item run
1670 @itemx r
1671 Use the @code{run} command to start your program under @value{GDBN}.
1672 You must first specify the program name (except on VxWorks) with an
1673 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1674 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1675 (@pxref{Files, ,Commands to specify files}).
1676
1677 @end table
1678
1679 If you are running your program in an execution environment that
1680 supports processes, @code{run} creates an inferior process and makes
1681 that process run your program. (In environments without processes,
1682 @code{run} jumps to the start of your program.)
1683
1684 The execution of a program is affected by certain information it
1685 receives from its superior. @value{GDBN} provides ways to specify this
1686 information, which you must do @emph{before} starting your program. (You
1687 can change it after starting your program, but such changes only affect
1688 your program the next time you start it.) This information may be
1689 divided into four categories:
1690
1691 @table @asis
1692 @item The @emph{arguments.}
1693 Specify the arguments to give your program as the arguments of the
1694 @code{run} command. If a shell is available on your target, the shell
1695 is used to pass the arguments, so that you may use normal conventions
1696 (such as wildcard expansion or variable substitution) in describing
1697 the arguments.
1698 In Unix systems, you can control which shell is used with the
1699 @code{SHELL} environment variable.
1700 @xref{Arguments, ,Your program's arguments}.
1701
1702 @item The @emph{environment.}
1703 Your program normally inherits its environment from @value{GDBN}, but you can
1704 use the @value{GDBN} commands @code{set environment} and @code{unset
1705 environment} to change parts of the environment that affect
1706 your program. @xref{Environment, ,Your program's environment}.
1707
1708 @item The @emph{working directory.}
1709 Your program inherits its working directory from @value{GDBN}. You can set
1710 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1711 @xref{Working Directory, ,Your program's working directory}.
1712
1713 @item The @emph{standard input and output.}
1714 Your program normally uses the same device for standard input and
1715 standard output as @value{GDBN} is using. You can redirect input and output
1716 in the @code{run} command line, or you can use the @code{tty} command to
1717 set a different device for your program.
1718 @xref{Input/Output, ,Your program's input and output}.
1719
1720 @cindex pipes
1721 @emph{Warning:} While input and output redirection work, you cannot use
1722 pipes to pass the output of the program you are debugging to another
1723 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1724 wrong program.
1725 @end table
1726
1727 When you issue the @code{run} command, your program begins to execute
1728 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1729 of how to arrange for your program to stop. Once your program has
1730 stopped, you may call functions in your program, using the @code{print}
1731 or @code{call} commands. @xref{Data, ,Examining Data}.
1732
1733 If the modification time of your symbol file has changed since the last
1734 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1735 table, and reads it again. When it does this, @value{GDBN} tries to retain
1736 your current breakpoints.
1737
1738 @node Arguments
1739 @section Your program's arguments
1740
1741 @cindex arguments (to your program)
1742 The arguments to your program can be specified by the arguments of the
1743 @code{run} command.
1744 They are passed to a shell, which expands wildcard characters and
1745 performs redirection of I/O, and thence to your program. Your
1746 @code{SHELL} environment variable (if it exists) specifies what shell
1747 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1748 the default shell (@file{/bin/sh} on Unix).
1749
1750 On non-Unix systems, the program is usually invoked directly by
1751 @value{GDBN}, which emulates I/O redirection via the appropriate system
1752 calls, and the wildcard characters are expanded by the startup code of
1753 the program, not by the shell.
1754
1755 @code{run} with no arguments uses the same arguments used by the previous
1756 @code{run}, or those set by the @code{set args} command.
1757
1758 @table @code
1759 @kindex set args
1760 @item set args
1761 Specify the arguments to be used the next time your program is run. If
1762 @code{set args} has no arguments, @code{run} executes your program
1763 with no arguments. Once you have run your program with arguments,
1764 using @code{set args} before the next @code{run} is the only way to run
1765 it again without arguments.
1766
1767 @kindex show args
1768 @item show args
1769 Show the arguments to give your program when it is started.
1770 @end table
1771
1772 @node Environment
1773 @section Your program's environment
1774
1775 @cindex environment (of your program)
1776 The @dfn{environment} consists of a set of environment variables and
1777 their values. Environment variables conventionally record such things as
1778 your user name, your home directory, your terminal type, and your search
1779 path for programs to run. Usually you set up environment variables with
1780 the shell and they are inherited by all the other programs you run. When
1781 debugging, it can be useful to try running your program with a modified
1782 environment without having to start @value{GDBN} over again.
1783
1784 @table @code
1785 @kindex path
1786 @item path @var{directory}
1787 Add @var{directory} to the front of the @code{PATH} environment variable
1788 (the search path for executables) that will be passed to your program.
1789 The value of @code{PATH} used by @value{GDBN} does not change.
1790 You may specify several directory names, separated by whitespace or by a
1791 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1792 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1793 is moved to the front, so it is searched sooner.
1794
1795 You can use the string @samp{$cwd} to refer to whatever is the current
1796 working directory at the time @value{GDBN} searches the path. If you
1797 use @samp{.} instead, it refers to the directory where you executed the
1798 @code{path} command. @value{GDBN} replaces @samp{.} in the
1799 @var{directory} argument (with the current path) before adding
1800 @var{directory} to the search path.
1801 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1802 @c document that, since repeating it would be a no-op.
1803
1804 @kindex show paths
1805 @item show paths
1806 Display the list of search paths for executables (the @code{PATH}
1807 environment variable).
1808
1809 @kindex show environment
1810 @item show environment @r{[}@var{varname}@r{]}
1811 Print the value of environment variable @var{varname} to be given to
1812 your program when it starts. If you do not supply @var{varname},
1813 print the names and values of all environment variables to be given to
1814 your program. You can abbreviate @code{environment} as @code{env}.
1815
1816 @kindex set environment
1817 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1818 Set environment variable @var{varname} to @var{value}. The value
1819 changes for your program only, not for @value{GDBN} itself. @var{value} may
1820 be any string; the values of environment variables are just strings, and
1821 any interpretation is supplied by your program itself. The @var{value}
1822 parameter is optional; if it is eliminated, the variable is set to a
1823 null value.
1824 @c "any string" here does not include leading, trailing
1825 @c blanks. Gnu asks: does anyone care?
1826
1827 For example, this command:
1828
1829 @smallexample
1830 set env USER = foo
1831 @end smallexample
1832
1833 @noindent
1834 tells the debugged program, when subsequently run, that its user is named
1835 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1836 are not actually required.)
1837
1838 @kindex unset environment
1839 @item unset environment @var{varname}
1840 Remove variable @var{varname} from the environment to be passed to your
1841 program. This is different from @samp{set env @var{varname} =};
1842 @code{unset environment} removes the variable from the environment,
1843 rather than assigning it an empty value.
1844 @end table
1845
1846 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1847 the shell indicated
1848 by your @code{SHELL} environment variable if it exists (or
1849 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1850 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1851 @file{.bashrc} for BASH---any variables you set in that file affect
1852 your program. You may wish to move setting of environment variables to
1853 files that are only run when you sign on, such as @file{.login} or
1854 @file{.profile}.
1855
1856 @node Working Directory
1857 @section Your program's working directory
1858
1859 @cindex working directory (of your program)
1860 Each time you start your program with @code{run}, it inherits its
1861 working directory from the current working directory of @value{GDBN}.
1862 The @value{GDBN} working directory is initially whatever it inherited
1863 from its parent process (typically the shell), but you can specify a new
1864 working directory in @value{GDBN} with the @code{cd} command.
1865
1866 The @value{GDBN} working directory also serves as a default for the commands
1867 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1868 specify files}.
1869
1870 @table @code
1871 @kindex cd
1872 @item cd @var{directory}
1873 Set the @value{GDBN} working directory to @var{directory}.
1874
1875 @kindex pwd
1876 @item pwd
1877 Print the @value{GDBN} working directory.
1878 @end table
1879
1880 @node Input/Output
1881 @section Your program's input and output
1882
1883 @cindex redirection
1884 @cindex i/o
1885 @cindex terminal
1886 By default, the program you run under @value{GDBN} does input and output to
1887 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
1888 to its own terminal modes to interact with you, but it records the terminal
1889 modes your program was using and switches back to them when you continue
1890 running your program.
1891
1892 @table @code
1893 @kindex info terminal
1894 @item info terminal
1895 Displays information recorded by @value{GDBN} about the terminal modes your
1896 program is using.
1897 @end table
1898
1899 You can redirect your program's input and/or output using shell
1900 redirection with the @code{run} command. For example,
1901
1902 @smallexample
1903 run > outfile
1904 @end smallexample
1905
1906 @noindent
1907 starts your program, diverting its output to the file @file{outfile}.
1908
1909 @kindex tty
1910 @cindex controlling terminal
1911 Another way to specify where your program should do input and output is
1912 with the @code{tty} command. This command accepts a file name as
1913 argument, and causes this file to be the default for future @code{run}
1914 commands. It also resets the controlling terminal for the child
1915 process, for future @code{run} commands. For example,
1916
1917 @smallexample
1918 tty /dev/ttyb
1919 @end smallexample
1920
1921 @noindent
1922 directs that processes started with subsequent @code{run} commands
1923 default to do input and output on the terminal @file{/dev/ttyb} and have
1924 that as their controlling terminal.
1925
1926 An explicit redirection in @code{run} overrides the @code{tty} command's
1927 effect on the input/output device, but not its effect on the controlling
1928 terminal.
1929
1930 When you use the @code{tty} command or redirect input in the @code{run}
1931 command, only the input @emph{for your program} is affected. The input
1932 for @value{GDBN} still comes from your terminal.
1933
1934 @node Attach
1935 @section Debugging an already-running process
1936 @kindex attach
1937 @cindex attach
1938
1939 @table @code
1940 @item attach @var{process-id}
1941 This command attaches to a running process---one that was started
1942 outside @value{GDBN}. (@code{info files} shows your active
1943 targets.) The command takes as argument a process ID. The usual way to
1944 find out the process-id of a Unix process is with the @code{ps} utility,
1945 or with the @samp{jobs -l} shell command.
1946
1947 @code{attach} does not repeat if you press @key{RET} a second time after
1948 executing the command.
1949 @end table
1950
1951 To use @code{attach}, your program must be running in an environment
1952 which supports processes; for example, @code{attach} does not work for
1953 programs on bare-board targets that lack an operating system. You must
1954 also have permission to send the process a signal.
1955
1956 When you use @code{attach}, the debugger finds the program running in
1957 the process first by looking in the current working directory, then (if
1958 the program is not found) by using the source file search path
1959 (@pxref{Source Path, ,Specifying source directories}). You can also use
1960 the @code{file} command to load the program. @xref{Files, ,Commands to
1961 Specify Files}.
1962
1963 The first thing @value{GDBN} does after arranging to debug the specified
1964 process is to stop it. You can examine and modify an attached process
1965 with all the @value{GDBN} commands that are ordinarily available when
1966 you start processes with @code{run}. You can insert breakpoints; you
1967 can step and continue; you can modify storage. If you would rather the
1968 process continue running, you may use the @code{continue} command after
1969 attaching @value{GDBN} to the process.
1970
1971 @table @code
1972 @kindex detach
1973 @item detach
1974 When you have finished debugging the attached process, you can use the
1975 @code{detach} command to release it from @value{GDBN} control. Detaching
1976 the process continues its execution. After the @code{detach} command,
1977 that process and @value{GDBN} become completely independent once more, and you
1978 are ready to @code{attach} another process or start one with @code{run}.
1979 @code{detach} does not repeat if you press @key{RET} again after
1980 executing the command.
1981 @end table
1982
1983 If you exit @value{GDBN} or use the @code{run} command while you have an
1984 attached process, you kill that process. By default, @value{GDBN} asks
1985 for confirmation if you try to do either of these things; you can
1986 control whether or not you need to confirm by using the @code{set
1987 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1988 messages}).
1989
1990 @node Kill Process
1991 @section Killing the child process
1992
1993 @table @code
1994 @kindex kill
1995 @item kill
1996 Kill the child process in which your program is running under @value{GDBN}.
1997 @end table
1998
1999 This command is useful if you wish to debug a core dump instead of a
2000 running process. @value{GDBN} ignores any core dump file while your program
2001 is running.
2002
2003 On some operating systems, a program cannot be executed outside @value{GDBN}
2004 while you have breakpoints set on it inside @value{GDBN}. You can use the
2005 @code{kill} command in this situation to permit running your program
2006 outside the debugger.
2007
2008 The @code{kill} command is also useful if you wish to recompile and
2009 relink your program, since on many systems it is impossible to modify an
2010 executable file while it is running in a process. In this case, when you
2011 next type @code{run}, @value{GDBN} notices that the file has changed, and
2012 reads the symbol table again (while trying to preserve your current
2013 breakpoint settings).
2014
2015 @node Threads
2016 @section Debugging programs with multiple threads
2017
2018 @cindex threads of execution
2019 @cindex multiple threads
2020 @cindex switching threads
2021 In some operating systems, such as HP-UX and Solaris, a single program
2022 may have more than one @dfn{thread} of execution. The precise semantics
2023 of threads differ from one operating system to another, but in general
2024 the threads of a single program are akin to multiple processes---except
2025 that they share one address space (that is, they can all examine and
2026 modify the same variables). On the other hand, each thread has its own
2027 registers and execution stack, and perhaps private memory.
2028
2029 @value{GDBN} provides these facilities for debugging multi-thread
2030 programs:
2031
2032 @itemize @bullet
2033 @item automatic notification of new threads
2034 @item @samp{thread @var{threadno}}, a command to switch among threads
2035 @item @samp{info threads}, a command to inquire about existing threads
2036 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2037 a command to apply a command to a list of threads
2038 @item thread-specific breakpoints
2039 @end itemize
2040
2041 @quotation
2042 @emph{Warning:} These facilities are not yet available on every
2043 @value{GDBN} configuration where the operating system supports threads.
2044 If your @value{GDBN} does not support threads, these commands have no
2045 effect. For example, a system without thread support shows no output
2046 from @samp{info threads}, and always rejects the @code{thread} command,
2047 like this:
2048
2049 @smallexample
2050 (@value{GDBP}) info threads
2051 (@value{GDBP}) thread 1
2052 Thread ID 1 not known. Use the "info threads" command to
2053 see the IDs of currently known threads.
2054 @end smallexample
2055 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2056 @c doesn't support threads"?
2057 @end quotation
2058
2059 @cindex focus of debugging
2060 @cindex current thread
2061 The @value{GDBN} thread debugging facility allows you to observe all
2062 threads while your program runs---but whenever @value{GDBN} takes
2063 control, one thread in particular is always the focus of debugging.
2064 This thread is called the @dfn{current thread}. Debugging commands show
2065 program information from the perspective of the current thread.
2066
2067 @cindex @code{New} @var{systag} message
2068 @cindex thread identifier (system)
2069 @c FIXME-implementors!! It would be more helpful if the [New...] message
2070 @c included GDB's numeric thread handle, so you could just go to that
2071 @c thread without first checking `info threads'.
2072 Whenever @value{GDBN} detects a new thread in your program, it displays
2073 the target system's identification for the thread with a message in the
2074 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2075 whose form varies depending on the particular system. For example, on
2076 LynxOS, you might see
2077
2078 @smallexample
2079 [New process 35 thread 27]
2080 @end smallexample
2081
2082 @noindent
2083 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2084 the @var{systag} is simply something like @samp{process 368}, with no
2085 further qualifier.
2086
2087 @c FIXME!! (1) Does the [New...] message appear even for the very first
2088 @c thread of a program, or does it only appear for the
2089 @c second---i.e.@: when it becomes obvious we have a multithread
2090 @c program?
2091 @c (2) *Is* there necessarily a first thread always? Or do some
2092 @c multithread systems permit starting a program with multiple
2093 @c threads ab initio?
2094
2095 @cindex thread number
2096 @cindex thread identifier (GDB)
2097 For debugging purposes, @value{GDBN} associates its own thread
2098 number---always a single integer---with each thread in your program.
2099
2100 @table @code
2101 @kindex info threads
2102 @item info threads
2103 Display a summary of all threads currently in your
2104 program. @value{GDBN} displays for each thread (in this order):
2105
2106 @enumerate
2107 @item the thread number assigned by @value{GDBN}
2108
2109 @item the target system's thread identifier (@var{systag})
2110
2111 @item the current stack frame summary for that thread
2112 @end enumerate
2113
2114 @noindent
2115 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2116 indicates the current thread.
2117
2118 For example,
2119 @end table
2120 @c end table here to get a little more width for example
2121
2122 @smallexample
2123 (@value{GDBP}) info threads
2124 3 process 35 thread 27 0x34e5 in sigpause ()
2125 2 process 35 thread 23 0x34e5 in sigpause ()
2126 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2127 at threadtest.c:68
2128 @end smallexample
2129
2130 On HP-UX systems:
2131
2132 @cindex thread number
2133 @cindex thread identifier (GDB)
2134 For debugging purposes, @value{GDBN} associates its own thread
2135 number---a small integer assigned in thread-creation order---with each
2136 thread in your program.
2137
2138 @cindex @code{New} @var{systag} message, on HP-UX
2139 @cindex thread identifier (system), on HP-UX
2140 @c FIXME-implementors!! It would be more helpful if the [New...] message
2141 @c included GDB's numeric thread handle, so you could just go to that
2142 @c thread without first checking `info threads'.
2143 Whenever @value{GDBN} detects a new thread in your program, it displays
2144 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2145 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2146 whose form varies depending on the particular system. For example, on
2147 HP-UX, you see
2148
2149 @smallexample
2150 [New thread 2 (system thread 26594)]
2151 @end smallexample
2152
2153 @noindent
2154 when @value{GDBN} notices a new thread.
2155
2156 @table @code
2157 @kindex info threads
2158 @item info threads
2159 Display a summary of all threads currently in your
2160 program. @value{GDBN} displays for each thread (in this order):
2161
2162 @enumerate
2163 @item the thread number assigned by @value{GDBN}
2164
2165 @item the target system's thread identifier (@var{systag})
2166
2167 @item the current stack frame summary for that thread
2168 @end enumerate
2169
2170 @noindent
2171 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2172 indicates the current thread.
2173
2174 For example,
2175 @end table
2176 @c end table here to get a little more width for example
2177
2178 @smallexample
2179 (@value{GDBP}) info threads
2180 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2181 at quicksort.c:137
2182 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2183 from /usr/lib/libc.2
2184 1 system thread 27905 0x7b003498 in _brk () \@*
2185 from /usr/lib/libc.2
2186 @end smallexample
2187
2188 @table @code
2189 @kindex thread @var{threadno}
2190 @item thread @var{threadno}
2191 Make thread number @var{threadno} the current thread. The command
2192 argument @var{threadno} is the internal @value{GDBN} thread number, as
2193 shown in the first field of the @samp{info threads} display.
2194 @value{GDBN} responds by displaying the system identifier of the thread
2195 you selected, and its current stack frame summary:
2196
2197 @smallexample
2198 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2199 (@value{GDBP}) thread 2
2200 [Switching to process 35 thread 23]
2201 0x34e5 in sigpause ()
2202 @end smallexample
2203
2204 @noindent
2205 As with the @samp{[New @dots{}]} message, the form of the text after
2206 @samp{Switching to} depends on your system's conventions for identifying
2207 threads.
2208
2209 @kindex thread apply
2210 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2211 The @code{thread apply} command allows you to apply a command to one or
2212 more threads. Specify the numbers of the threads that you want affected
2213 with the command argument @var{threadno}. @var{threadno} is the internal
2214 @value{GDBN} thread number, as shown in the first field of the @samp{info
2215 threads} display. To apply a command to all threads, use
2216 @code{thread apply all} @var{args}.
2217 @end table
2218
2219 @cindex automatic thread selection
2220 @cindex switching threads automatically
2221 @cindex threads, automatic switching
2222 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2223 signal, it automatically selects the thread where that breakpoint or
2224 signal happened. @value{GDBN} alerts you to the context switch with a
2225 message of the form @samp{[Switching to @var{systag}]} to identify the
2226 thread.
2227
2228 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2229 more information about how @value{GDBN} behaves when you stop and start
2230 programs with multiple threads.
2231
2232 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2233 watchpoints in programs with multiple threads.
2234
2235 @node Processes
2236 @section Debugging programs with multiple processes
2237
2238 @cindex fork, debugging programs which call
2239 @cindex multiple processes
2240 @cindex processes, multiple
2241 On most systems, @value{GDBN} has no special support for debugging
2242 programs which create additional processes using the @code{fork}
2243 function. When a program forks, @value{GDBN} will continue to debug the
2244 parent process and the child process will run unimpeded. If you have
2245 set a breakpoint in any code which the child then executes, the child
2246 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2247 will cause it to terminate.
2248
2249 However, if you want to debug the child process there is a workaround
2250 which isn't too painful. Put a call to @code{sleep} in the code which
2251 the child process executes after the fork. It may be useful to sleep
2252 only if a certain environment variable is set, or a certain file exists,
2253 so that the delay need not occur when you don't want to run @value{GDBN}
2254 on the child. While the child is sleeping, use the @code{ps} program to
2255 get its process ID. Then tell @value{GDBN} (a new invocation of
2256 @value{GDBN} if you are also debugging the parent process) to attach to
2257 the child process (@pxref{Attach}). From that point on you can debug
2258 the child process just like any other process which you attached to.
2259
2260 On HP-UX (11.x and later only?), @value{GDBN} provides support for
2261 debugging programs that create additional processes using the
2262 @code{fork} or @code{vfork} function.
2263
2264 By default, when a program forks, @value{GDBN} will continue to debug
2265 the parent process and the child process will run unimpeded.
2266
2267 If you want to follow the child process instead of the parent process,
2268 use the command @w{@code{set follow-fork-mode}}.
2269
2270 @table @code
2271 @kindex set follow-fork-mode
2272 @item set follow-fork-mode @var{mode}
2273 Set the debugger response to a program call of @code{fork} or
2274 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2275 process. The @var{mode} can be:
2276
2277 @table @code
2278 @item parent
2279 The original process is debugged after a fork. The child process runs
2280 unimpeded. This is the default.
2281
2282 @item child
2283 The new process is debugged after a fork. The parent process runs
2284 unimpeded.
2285
2286 @item ask
2287 The debugger will ask for one of the above choices.
2288 @end table
2289
2290 @item show follow-fork-mode
2291 Display the current debugger response to a @code{fork} or @code{vfork} call.
2292 @end table
2293
2294 If you ask to debug a child process and a @code{vfork} is followed by an
2295 @code{exec}, @value{GDBN} executes the new target up to the first
2296 breakpoint in the new target. If you have a breakpoint set on
2297 @code{main} in your original program, the breakpoint will also be set on
2298 the child process's @code{main}.
2299
2300 When a child process is spawned by @code{vfork}, you cannot debug the
2301 child or parent until an @code{exec} call completes.
2302
2303 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2304 call executes, the new target restarts. To restart the parent process,
2305 use the @code{file} command with the parent executable name as its
2306 argument.
2307
2308 You can use the @code{catch} command to make @value{GDBN} stop whenever
2309 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2310 Catchpoints, ,Setting catchpoints}.
2311
2312 @node Stopping
2313 @chapter Stopping and Continuing
2314
2315 The principal purposes of using a debugger are so that you can stop your
2316 program before it terminates; or so that, if your program runs into
2317 trouble, you can investigate and find out why.
2318
2319 Inside @value{GDBN}, your program may stop for any of several reasons,
2320 such as a signal, a breakpoint, or reaching a new line after a
2321 @value{GDBN} command such as @code{step}. You may then examine and
2322 change variables, set new breakpoints or remove old ones, and then
2323 continue execution. Usually, the messages shown by @value{GDBN} provide
2324 ample explanation of the status of your program---but you can also
2325 explicitly request this information at any time.
2326
2327 @table @code
2328 @kindex info program
2329 @item info program
2330 Display information about the status of your program: whether it is
2331 running or not, what process it is, and why it stopped.
2332 @end table
2333
2334 @menu
2335 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2336 * Continuing and Stepping:: Resuming execution
2337 * Signals:: Signals
2338 * Thread Stops:: Stopping and starting multi-thread programs
2339 @end menu
2340
2341 @node Breakpoints
2342 @section Breakpoints, watchpoints, and catchpoints
2343
2344 @cindex breakpoints
2345 A @dfn{breakpoint} makes your program stop whenever a certain point in
2346 the program is reached. For each breakpoint, you can add conditions to
2347 control in finer detail whether your program stops. You can set
2348 breakpoints with the @code{break} command and its variants (@pxref{Set
2349 Breaks, ,Setting breakpoints}), to specify the place where your program
2350 should stop by line number, function name or exact address in the
2351 program.
2352
2353 In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2354 breakpoints in shared libraries before the executable is run. There is
2355 a minor limitation on HP-UX systems: you must wait until the executable
2356 is run in order to set breakpoints in shared library routines that are
2357 not called directly by the program (for example, routines that are
2358 arguments in a @code{pthread_create} call).
2359
2360 @cindex watchpoints
2361 @cindex memory tracing
2362 @cindex breakpoint on memory address
2363 @cindex breakpoint on variable modification
2364 A @dfn{watchpoint} is a special breakpoint that stops your program
2365 when the value of an expression changes. You must use a different
2366 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2367 watchpoints}), but aside from that, you can manage a watchpoint like
2368 any other breakpoint: you enable, disable, and delete both breakpoints
2369 and watchpoints using the same commands.
2370
2371 You can arrange to have values from your program displayed automatically
2372 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2373 Automatic display}.
2374
2375 @cindex catchpoints
2376 @cindex breakpoint on events
2377 A @dfn{catchpoint} is another special breakpoint that stops your program
2378 when a certain kind of event occurs, such as the throwing of a C@t{++}
2379 exception or the loading of a library. As with watchpoints, you use a
2380 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2381 catchpoints}), but aside from that, you can manage a catchpoint like any
2382 other breakpoint. (To stop when your program receives a signal, use the
2383 @code{handle} command; see @ref{Signals, ,Signals}.)
2384
2385 @cindex breakpoint numbers
2386 @cindex numbers for breakpoints
2387 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2388 catchpoint when you create it; these numbers are successive integers
2389 starting with one. In many of the commands for controlling various
2390 features of breakpoints you use the breakpoint number to say which
2391 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2392 @dfn{disabled}; if disabled, it has no effect on your program until you
2393 enable it again.
2394
2395 @cindex breakpoint ranges
2396 @cindex ranges of breakpoints
2397 Some @value{GDBN} commands accept a range of breakpoints on which to
2398 operate. A breakpoint range is either a single breakpoint number, like
2399 @samp{5}, or two such numbers, in increasing order, separated by a
2400 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2401 all breakpoint in that range are operated on.
2402
2403 @menu
2404 * Set Breaks:: Setting breakpoints
2405 * Set Watchpoints:: Setting watchpoints
2406 * Set Catchpoints:: Setting catchpoints
2407 * Delete Breaks:: Deleting breakpoints
2408 * Disabling:: Disabling breakpoints
2409 * Conditions:: Break conditions
2410 * Break Commands:: Breakpoint command lists
2411 * Breakpoint Menus:: Breakpoint menus
2412 * Error in Breakpoints:: ``Cannot insert breakpoints''
2413 @end menu
2414
2415 @node Set Breaks
2416 @subsection Setting breakpoints
2417
2418 @c FIXME LMB what does GDB do if no code on line of breakpt?
2419 @c consider in particular declaration with/without initialization.
2420 @c
2421 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2422
2423 @kindex break
2424 @kindex b @r{(@code{break})}
2425 @vindex $bpnum@r{, convenience variable}
2426 @cindex latest breakpoint
2427 Breakpoints are set with the @code{break} command (abbreviated
2428 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2429 number of the breakpoint you've set most recently; see @ref{Convenience
2430 Vars,, Convenience variables}, for a discussion of what you can do with
2431 convenience variables.
2432
2433 You have several ways to say where the breakpoint should go.
2434
2435 @table @code
2436 @item break @var{function}
2437 Set a breakpoint at entry to function @var{function}.
2438 When using source languages that permit overloading of symbols, such as
2439 C@t{++}, @var{function} may refer to more than one possible place to break.
2440 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2441
2442 @item break +@var{offset}
2443 @itemx break -@var{offset}
2444 Set a breakpoint some number of lines forward or back from the position
2445 at which execution stopped in the currently selected @dfn{stack frame}.
2446 (@xref{Frames, ,Frames}, for a description of stack frames.)
2447
2448 @item break @var{linenum}
2449 Set a breakpoint at line @var{linenum} in the current source file.
2450 The current source file is the last file whose source text was printed.
2451 The breakpoint will stop your program just before it executes any of the
2452 code on that line.
2453
2454 @item break @var{filename}:@var{linenum}
2455 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2456
2457 @item break @var{filename}:@var{function}
2458 Set a breakpoint at entry to function @var{function} found in file
2459 @var{filename}. Specifying a file name as well as a function name is
2460 superfluous except when multiple files contain similarly named
2461 functions.
2462
2463 @item break *@var{address}
2464 Set a breakpoint at address @var{address}. You can use this to set
2465 breakpoints in parts of your program which do not have debugging
2466 information or source files.
2467
2468 @item break
2469 When called without any arguments, @code{break} sets a breakpoint at
2470 the next instruction to be executed in the selected stack frame
2471 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2472 innermost, this makes your program stop as soon as control
2473 returns to that frame. This is similar to the effect of a
2474 @code{finish} command in the frame inside the selected frame---except
2475 that @code{finish} does not leave an active breakpoint. If you use
2476 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2477 the next time it reaches the current location; this may be useful
2478 inside loops.
2479
2480 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2481 least one instruction has been executed. If it did not do this, you
2482 would be unable to proceed past a breakpoint without first disabling the
2483 breakpoint. This rule applies whether or not the breakpoint already
2484 existed when your program stopped.
2485
2486 @item break @dots{} if @var{cond}
2487 Set a breakpoint with condition @var{cond}; evaluate the expression
2488 @var{cond} each time the breakpoint is reached, and stop only if the
2489 value is nonzero---that is, if @var{cond} evaluates as true.
2490 @samp{@dots{}} stands for one of the possible arguments described
2491 above (or no argument) specifying where to break. @xref{Conditions,
2492 ,Break conditions}, for more information on breakpoint conditions.
2493
2494 @kindex tbreak
2495 @item tbreak @var{args}
2496 Set a breakpoint enabled only for one stop. @var{args} are the
2497 same as for the @code{break} command, and the breakpoint is set in the same
2498 way, but the breakpoint is automatically deleted after the first time your
2499 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2500
2501 @kindex hbreak
2502 @item hbreak @var{args}
2503 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2504 @code{break} command and the breakpoint is set in the same way, but the
2505 breakpoint requires hardware support and some target hardware may not
2506 have this support. The main purpose of this is EPROM/ROM code
2507 debugging, so you can set a breakpoint at an instruction without
2508 changing the instruction. This can be used with the new trap-generation
2509 provided by SPARClite DSU and some x86-based targets. These targets
2510 will generate traps when a program accesses some data or instruction
2511 address that is assigned to the debug registers. However the hardware
2512 breakpoint registers can take a limited number of breakpoints. For
2513 example, on the DSU, only two data breakpoints can be set at a time, and
2514 @value{GDBN} will reject this command if more than two are used. Delete
2515 or disable unused hardware breakpoints before setting new ones
2516 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2517 @xref{set remote hardware-breakpoint-limit}.
2518
2519
2520 @kindex thbreak
2521 @item thbreak @var{args}
2522 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2523 are the same as for the @code{hbreak} command and the breakpoint is set in
2524 the same way. However, like the @code{tbreak} command,
2525 the breakpoint is automatically deleted after the
2526 first time your program stops there. Also, like the @code{hbreak}
2527 command, the breakpoint requires hardware support and some target hardware
2528 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2529 See also @ref{Conditions, ,Break conditions}.
2530
2531 @kindex rbreak
2532 @cindex regular expression
2533 @item rbreak @var{regex}
2534 Set breakpoints on all functions matching the regular expression
2535 @var{regex}. This command sets an unconditional breakpoint on all
2536 matches, printing a list of all breakpoints it set. Once these
2537 breakpoints are set, they are treated just like the breakpoints set with
2538 the @code{break} command. You can delete them, disable them, or make
2539 them conditional the same way as any other breakpoint.
2540
2541 The syntax of the regular expression is the standard one used with tools
2542 like @file{grep}. Note that this is different from the syntax used by
2543 shells, so for instance @code{foo*} matches all functions that include
2544 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2545 @code{.*} leading and trailing the regular expression you supply, so to
2546 match only functions that begin with @code{foo}, use @code{^foo}.
2547
2548 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2549 breakpoints on overloaded functions that are not members of any special
2550 classes.
2551
2552 @kindex info breakpoints
2553 @cindex @code{$_} and @code{info breakpoints}
2554 @item info breakpoints @r{[}@var{n}@r{]}
2555 @itemx info break @r{[}@var{n}@r{]}
2556 @itemx info watchpoints @r{[}@var{n}@r{]}
2557 Print a table of all breakpoints, watchpoints, and catchpoints set and
2558 not deleted, with the following columns for each breakpoint:
2559
2560 @table @emph
2561 @item Breakpoint Numbers
2562 @item Type
2563 Breakpoint, watchpoint, or catchpoint.
2564 @item Disposition
2565 Whether the breakpoint is marked to be disabled or deleted when hit.
2566 @item Enabled or Disabled
2567 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2568 that are not enabled.
2569 @item Address
2570 Where the breakpoint is in your program, as a memory address.
2571 @item What
2572 Where the breakpoint is in the source for your program, as a file and
2573 line number.
2574 @end table
2575
2576 @noindent
2577 If a breakpoint is conditional, @code{info break} shows the condition on
2578 the line following the affected breakpoint; breakpoint commands, if any,
2579 are listed after that.
2580
2581 @noindent
2582 @code{info break} with a breakpoint
2583 number @var{n} as argument lists only that breakpoint. The
2584 convenience variable @code{$_} and the default examining-address for
2585 the @code{x} command are set to the address of the last breakpoint
2586 listed (@pxref{Memory, ,Examining memory}).
2587
2588 @noindent
2589 @code{info break} displays a count of the number of times the breakpoint
2590 has been hit. This is especially useful in conjunction with the
2591 @code{ignore} command. You can ignore a large number of breakpoint
2592 hits, look at the breakpoint info to see how many times the breakpoint
2593 was hit, and then run again, ignoring one less than that number. This
2594 will get you quickly to the last hit of that breakpoint.
2595 @end table
2596
2597 @value{GDBN} allows you to set any number of breakpoints at the same place in
2598 your program. There is nothing silly or meaningless about this. When
2599 the breakpoints are conditional, this is even useful
2600 (@pxref{Conditions, ,Break conditions}).
2601
2602 @cindex negative breakpoint numbers
2603 @cindex internal @value{GDBN} breakpoints
2604 @value{GDBN} itself sometimes sets breakpoints in your program for
2605 special purposes, such as proper handling of @code{longjmp} (in C
2606 programs). These internal breakpoints are assigned negative numbers,
2607 starting with @code{-1}; @samp{info breakpoints} does not display them.
2608 You can see these breakpoints with the @value{GDBN} maintenance command
2609 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2610
2611
2612 @node Set Watchpoints
2613 @subsection Setting watchpoints
2614
2615 @cindex setting watchpoints
2616 @cindex software watchpoints
2617 @cindex hardware watchpoints
2618 You can use a watchpoint to stop execution whenever the value of an
2619 expression changes, without having to predict a particular place where
2620 this may happen.
2621
2622 Depending on your system, watchpoints may be implemented in software or
2623 hardware. @value{GDBN} does software watchpointing by single-stepping your
2624 program and testing the variable's value each time, which is hundreds of
2625 times slower than normal execution. (But this may still be worth it, to
2626 catch errors where you have no clue what part of your program is the
2627 culprit.)
2628
2629 On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2630 @value{GDBN} includes support for
2631 hardware watchpoints, which do not slow down the running of your
2632 program.
2633
2634 @table @code
2635 @kindex watch
2636 @item watch @var{expr}
2637 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2638 is written into by the program and its value changes.
2639
2640 @kindex rwatch
2641 @item rwatch @var{expr}
2642 Set a watchpoint that will break when watch @var{expr} is read by the program.
2643
2644 @kindex awatch
2645 @item awatch @var{expr}
2646 Set a watchpoint that will break when @var{expr} is either read or written into
2647 by the program.
2648
2649 @kindex info watchpoints
2650 @item info watchpoints
2651 This command prints a list of watchpoints, breakpoints, and catchpoints;
2652 it is the same as @code{info break}.
2653 @end table
2654
2655 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2656 watchpoints execute very quickly, and the debugger reports a change in
2657 value at the exact instruction where the change occurs. If @value{GDBN}
2658 cannot set a hardware watchpoint, it sets a software watchpoint, which
2659 executes more slowly and reports the change in value at the next
2660 statement, not the instruction, after the change occurs.
2661
2662 When you issue the @code{watch} command, @value{GDBN} reports
2663
2664 @smallexample
2665 Hardware watchpoint @var{num}: @var{expr}
2666 @end smallexample
2667
2668 @noindent
2669 if it was able to set a hardware watchpoint.
2670
2671 Currently, the @code{awatch} and @code{rwatch} commands can only set
2672 hardware watchpoints, because accesses to data that don't change the
2673 value of the watched expression cannot be detected without examining
2674 every instruction as it is being executed, and @value{GDBN} does not do
2675 that currently. If @value{GDBN} finds that it is unable to set a
2676 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2677 will print a message like this:
2678
2679 @smallexample
2680 Expression cannot be implemented with read/access watchpoint.
2681 @end smallexample
2682
2683 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2684 data type of the watched expression is wider than what a hardware
2685 watchpoint on the target machine can handle. For example, some systems
2686 can only watch regions that are up to 4 bytes wide; on such systems you
2687 cannot set hardware watchpoints for an expression that yields a
2688 double-precision floating-point number (which is typically 8 bytes
2689 wide). As a work-around, it might be possible to break the large region
2690 into a series of smaller ones and watch them with separate watchpoints.
2691
2692 If you set too many hardware watchpoints, @value{GDBN} might be unable
2693 to insert all of them when you resume the execution of your program.
2694 Since the precise number of active watchpoints is unknown until such
2695 time as the program is about to be resumed, @value{GDBN} might not be
2696 able to warn you about this when you set the watchpoints, and the
2697 warning will be printed only when the program is resumed:
2698
2699 @smallexample
2700 Hardware watchpoint @var{num}: Could not insert watchpoint
2701 @end smallexample
2702
2703 @noindent
2704 If this happens, delete or disable some of the watchpoints.
2705
2706 The SPARClite DSU will generate traps when a program accesses some data
2707 or instruction address that is assigned to the debug registers. For the
2708 data addresses, DSU facilitates the @code{watch} command. However the
2709 hardware breakpoint registers can only take two data watchpoints, and
2710 both watchpoints must be the same kind. For example, you can set two
2711 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2712 @strong{or} two with @code{awatch} commands, but you cannot set one
2713 watchpoint with one command and the other with a different command.
2714 @value{GDBN} will reject the command if you try to mix watchpoints.
2715 Delete or disable unused watchpoint commands before setting new ones.
2716
2717 If you call a function interactively using @code{print} or @code{call},
2718 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2719 kind of breakpoint or the call completes.
2720
2721 @value{GDBN} automatically deletes watchpoints that watch local
2722 (automatic) variables, or expressions that involve such variables, when
2723 they go out of scope, that is, when the execution leaves the block in
2724 which these variables were defined. In particular, when the program
2725 being debugged terminates, @emph{all} local variables go out of scope,
2726 and so only watchpoints that watch global variables remain set. If you
2727 rerun the program, you will need to set all such watchpoints again. One
2728 way of doing that would be to set a code breakpoint at the entry to the
2729 @code{main} function and when it breaks, set all the watchpoints.
2730
2731 @quotation
2732 @cindex watchpoints and threads
2733 @cindex threads and watchpoints
2734 @emph{Warning:} In multi-thread programs, watchpoints have only limited
2735 usefulness. With the current watchpoint implementation, @value{GDBN}
2736 can only watch the value of an expression @emph{in a single thread}. If
2737 you are confident that the expression can only change due to the current
2738 thread's activity (and if you are also confident that no other thread
2739 can become current), then you can use watchpoints as usual. However,
2740 @value{GDBN} may not notice when a non-current thread's activity changes
2741 the expression.
2742
2743 @c FIXME: this is almost identical to the previous paragraph.
2744 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2745 have only limited usefulness. If @value{GDBN} creates a software
2746 watchpoint, it can only watch the value of an expression @emph{in a
2747 single thread}. If you are confident that the expression can only
2748 change due to the current thread's activity (and if you are also
2749 confident that no other thread can become current), then you can use
2750 software watchpoints as usual. However, @value{GDBN} may not notice
2751 when a non-current thread's activity changes the expression. (Hardware
2752 watchpoints, in contrast, watch an expression in all threads.)
2753 @end quotation
2754
2755 @xref{set remote hardware-watchpoint-limit}.
2756
2757 @node Set Catchpoints
2758 @subsection Setting catchpoints
2759 @cindex catchpoints, setting
2760 @cindex exception handlers
2761 @cindex event handling
2762
2763 You can use @dfn{catchpoints} to cause the debugger to stop for certain
2764 kinds of program events, such as C@t{++} exceptions or the loading of a
2765 shared library. Use the @code{catch} command to set a catchpoint.
2766
2767 @table @code
2768 @kindex catch
2769 @item catch @var{event}
2770 Stop when @var{event} occurs. @var{event} can be any of the following:
2771 @table @code
2772 @item throw
2773 @kindex catch throw
2774 The throwing of a C@t{++} exception.
2775
2776 @item catch
2777 @kindex catch catch
2778 The catching of a C@t{++} exception.
2779
2780 @item exec
2781 @kindex catch exec
2782 A call to @code{exec}. This is currently only available for HP-UX.
2783
2784 @item fork
2785 @kindex catch fork
2786 A call to @code{fork}. This is currently only available for HP-UX.
2787
2788 @item vfork
2789 @kindex catch vfork
2790 A call to @code{vfork}. This is currently only available for HP-UX.
2791
2792 @item load
2793 @itemx load @var{libname}
2794 @kindex catch load
2795 The dynamic loading of any shared library, or the loading of the library
2796 @var{libname}. This is currently only available for HP-UX.
2797
2798 @item unload
2799 @itemx unload @var{libname}
2800 @kindex catch unload
2801 The unloading of any dynamically loaded shared library, or the unloading
2802 of the library @var{libname}. This is currently only available for HP-UX.
2803 @end table
2804
2805 @item tcatch @var{event}
2806 Set a catchpoint that is enabled only for one stop. The catchpoint is
2807 automatically deleted after the first time the event is caught.
2808
2809 @end table
2810
2811 Use the @code{info break} command to list the current catchpoints.
2812
2813 There are currently some limitations to C@t{++} exception handling
2814 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2815
2816 @itemize @bullet
2817 @item
2818 If you call a function interactively, @value{GDBN} normally returns
2819 control to you when the function has finished executing. If the call
2820 raises an exception, however, the call may bypass the mechanism that
2821 returns control to you and cause your program either to abort or to
2822 simply continue running until it hits a breakpoint, catches a signal
2823 that @value{GDBN} is listening for, or exits. This is the case even if
2824 you set a catchpoint for the exception; catchpoints on exceptions are
2825 disabled within interactive calls.
2826
2827 @item
2828 You cannot raise an exception interactively.
2829
2830 @item
2831 You cannot install an exception handler interactively.
2832 @end itemize
2833
2834 @cindex raise exceptions
2835 Sometimes @code{catch} is not the best way to debug exception handling:
2836 if you need to know exactly where an exception is raised, it is better to
2837 stop @emph{before} the exception handler is called, since that way you
2838 can see the stack before any unwinding takes place. If you set a
2839 breakpoint in an exception handler instead, it may not be easy to find
2840 out where the exception was raised.
2841
2842 To stop just before an exception handler is called, you need some
2843 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
2844 raised by calling a library function named @code{__raise_exception}
2845 which has the following ANSI C interface:
2846
2847 @smallexample
2848 /* @var{addr} is where the exception identifier is stored.
2849 @var{id} is the exception identifier. */
2850 void __raise_exception (void **addr, void *id);
2851 @end smallexample
2852
2853 @noindent
2854 To make the debugger catch all exceptions before any stack
2855 unwinding takes place, set a breakpoint on @code{__raise_exception}
2856 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2857
2858 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2859 that depends on the value of @var{id}, you can stop your program when
2860 a specific exception is raised. You can use multiple conditional
2861 breakpoints to stop your program when any of a number of exceptions are
2862 raised.
2863
2864
2865 @node Delete Breaks
2866 @subsection Deleting breakpoints
2867
2868 @cindex clearing breakpoints, watchpoints, catchpoints
2869 @cindex deleting breakpoints, watchpoints, catchpoints
2870 It is often necessary to eliminate a breakpoint, watchpoint, or
2871 catchpoint once it has done its job and you no longer want your program
2872 to stop there. This is called @dfn{deleting} the breakpoint. A
2873 breakpoint that has been deleted no longer exists; it is forgotten.
2874
2875 With the @code{clear} command you can delete breakpoints according to
2876 where they are in your program. With the @code{delete} command you can
2877 delete individual breakpoints, watchpoints, or catchpoints by specifying
2878 their breakpoint numbers.
2879
2880 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2881 automatically ignores breakpoints on the first instruction to be executed
2882 when you continue execution without changing the execution address.
2883
2884 @table @code
2885 @kindex clear
2886 @item clear
2887 Delete any breakpoints at the next instruction to be executed in the
2888 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2889 the innermost frame is selected, this is a good way to delete a
2890 breakpoint where your program just stopped.
2891
2892 @item clear @var{function}
2893 @itemx clear @var{filename}:@var{function}
2894 Delete any breakpoints set at entry to the function @var{function}.
2895
2896 @item clear @var{linenum}
2897 @itemx clear @var{filename}:@var{linenum}
2898 Delete any breakpoints set at or within the code of the specified line.
2899
2900 @cindex delete breakpoints
2901 @kindex delete
2902 @kindex d @r{(@code{delete})}
2903 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2904 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2905 ranges specified as arguments. If no argument is specified, delete all
2906 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2907 confirm off}). You can abbreviate this command as @code{d}.
2908 @end table
2909
2910 @node Disabling
2911 @subsection Disabling breakpoints
2912
2913 @kindex disable breakpoints
2914 @kindex enable breakpoints
2915 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2916 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2917 it had been deleted, but remembers the information on the breakpoint so
2918 that you can @dfn{enable} it again later.
2919
2920 You disable and enable breakpoints, watchpoints, and catchpoints with
2921 the @code{enable} and @code{disable} commands, optionally specifying one
2922 or more breakpoint numbers as arguments. Use @code{info break} or
2923 @code{info watch} to print a list of breakpoints, watchpoints, and
2924 catchpoints if you do not know which numbers to use.
2925
2926 A breakpoint, watchpoint, or catchpoint can have any of four different
2927 states of enablement:
2928
2929 @itemize @bullet
2930 @item
2931 Enabled. The breakpoint stops your program. A breakpoint set
2932 with the @code{break} command starts out in this state.
2933 @item
2934 Disabled. The breakpoint has no effect on your program.
2935 @item
2936 Enabled once. The breakpoint stops your program, but then becomes
2937 disabled.
2938 @item
2939 Enabled for deletion. The breakpoint stops your program, but
2940 immediately after it does so it is deleted permanently. A breakpoint
2941 set with the @code{tbreak} command starts out in this state.
2942 @end itemize
2943
2944 You can use the following commands to enable or disable breakpoints,
2945 watchpoints, and catchpoints:
2946
2947 @table @code
2948 @kindex disable breakpoints
2949 @kindex disable
2950 @kindex dis @r{(@code{disable})}
2951 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2952 Disable the specified breakpoints---or all breakpoints, if none are
2953 listed. A disabled breakpoint has no effect but is not forgotten. All
2954 options such as ignore-counts, conditions and commands are remembered in
2955 case the breakpoint is enabled again later. You may abbreviate
2956 @code{disable} as @code{dis}.
2957
2958 @kindex enable breakpoints
2959 @kindex enable
2960 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2961 Enable the specified breakpoints (or all defined breakpoints). They
2962 become effective once again in stopping your program.
2963
2964 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
2965 Enable the specified breakpoints temporarily. @value{GDBN} disables any
2966 of these breakpoints immediately after stopping your program.
2967
2968 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
2969 Enable the specified breakpoints to work once, then die. @value{GDBN}
2970 deletes any of these breakpoints as soon as your program stops there.
2971 @end table
2972
2973 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2974 @c confusing: tbreak is also initially enabled.
2975 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2976 ,Setting breakpoints}), breakpoints that you set are initially enabled;
2977 subsequently, they become disabled or enabled only when you use one of
2978 the commands above. (The command @code{until} can set and delete a
2979 breakpoint of its own, but it does not change the state of your other
2980 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2981 stepping}.)
2982
2983 @node Conditions
2984 @subsection Break conditions
2985 @cindex conditional breakpoints
2986 @cindex breakpoint conditions
2987
2988 @c FIXME what is scope of break condition expr? Context where wanted?
2989 @c in particular for a watchpoint?
2990 The simplest sort of breakpoint breaks every time your program reaches a
2991 specified place. You can also specify a @dfn{condition} for a
2992 breakpoint. A condition is just a Boolean expression in your
2993 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2994 a condition evaluates the expression each time your program reaches it,
2995 and your program stops only if the condition is @emph{true}.
2996
2997 This is the converse of using assertions for program validation; in that
2998 situation, you want to stop when the assertion is violated---that is,
2999 when the condition is false. In C, if you want to test an assertion expressed
3000 by the condition @var{assert}, you should set the condition
3001 @samp{! @var{assert}} on the appropriate breakpoint.
3002
3003 Conditions are also accepted for watchpoints; you may not need them,
3004 since a watchpoint is inspecting the value of an expression anyhow---but
3005 it might be simpler, say, to just set a watchpoint on a variable name,
3006 and specify a condition that tests whether the new value is an interesting
3007 one.
3008
3009 Break conditions can have side effects, and may even call functions in
3010 your program. This can be useful, for example, to activate functions
3011 that log program progress, or to use your own print functions to
3012 format special data structures. The effects are completely predictable
3013 unless there is another enabled breakpoint at the same address. (In
3014 that case, @value{GDBN} might see the other breakpoint first and stop your
3015 program without checking the condition of this one.) Note that
3016 breakpoint commands are usually more convenient and flexible than break
3017 conditions for the
3018 purpose of performing side effects when a breakpoint is reached
3019 (@pxref{Break Commands, ,Breakpoint command lists}).
3020
3021 Break conditions can be specified when a breakpoint is set, by using
3022 @samp{if} in the arguments to the @code{break} command. @xref{Set
3023 Breaks, ,Setting breakpoints}. They can also be changed at any time
3024 with the @code{condition} command.
3025
3026 You can also use the @code{if} keyword with the @code{watch} command.
3027 The @code{catch} command does not recognize the @code{if} keyword;
3028 @code{condition} is the only way to impose a further condition on a
3029 catchpoint.
3030
3031 @table @code
3032 @kindex condition
3033 @item condition @var{bnum} @var{expression}
3034 Specify @var{expression} as the break condition for breakpoint,
3035 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3036 breakpoint @var{bnum} stops your program only if the value of
3037 @var{expression} is true (nonzero, in C). When you use
3038 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3039 syntactic correctness, and to determine whether symbols in it have
3040 referents in the context of your breakpoint. If @var{expression} uses
3041 symbols not referenced in the context of the breakpoint, @value{GDBN}
3042 prints an error message:
3043
3044 @smallexample
3045 No symbol "foo" in current context.
3046 @end smallexample
3047
3048 @noindent
3049 @value{GDBN} does
3050 not actually evaluate @var{expression} at the time the @code{condition}
3051 command (or a command that sets a breakpoint with a condition, like
3052 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3053
3054 @item condition @var{bnum}
3055 Remove the condition from breakpoint number @var{bnum}. It becomes
3056 an ordinary unconditional breakpoint.
3057 @end table
3058
3059 @cindex ignore count (of breakpoint)
3060 A special case of a breakpoint condition is to stop only when the
3061 breakpoint has been reached a certain number of times. This is so
3062 useful that there is a special way to do it, using the @dfn{ignore
3063 count} of the breakpoint. Every breakpoint has an ignore count, which
3064 is an integer. Most of the time, the ignore count is zero, and
3065 therefore has no effect. But if your program reaches a breakpoint whose
3066 ignore count is positive, then instead of stopping, it just decrements
3067 the ignore count by one and continues. As a result, if the ignore count
3068 value is @var{n}, the breakpoint does not stop the next @var{n} times
3069 your program reaches it.
3070
3071 @table @code
3072 @kindex ignore
3073 @item ignore @var{bnum} @var{count}
3074 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3075 The next @var{count} times the breakpoint is reached, your program's
3076 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3077 takes no action.
3078
3079 To make the breakpoint stop the next time it is reached, specify
3080 a count of zero.
3081
3082 When you use @code{continue} to resume execution of your program from a
3083 breakpoint, you can specify an ignore count directly as an argument to
3084 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3085 Stepping,,Continuing and stepping}.
3086
3087 If a breakpoint has a positive ignore count and a condition, the
3088 condition is not checked. Once the ignore count reaches zero,
3089 @value{GDBN} resumes checking the condition.
3090
3091 You could achieve the effect of the ignore count with a condition such
3092 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3093 is decremented each time. @xref{Convenience Vars, ,Convenience
3094 variables}.
3095 @end table
3096
3097 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3098
3099
3100 @node Break Commands
3101 @subsection Breakpoint command lists
3102
3103 @cindex breakpoint commands
3104 You can give any breakpoint (or watchpoint or catchpoint) a series of
3105 commands to execute when your program stops due to that breakpoint. For
3106 example, you might want to print the values of certain expressions, or
3107 enable other breakpoints.
3108
3109 @table @code
3110 @kindex commands
3111 @kindex end
3112 @item commands @r{[}@var{bnum}@r{]}
3113 @itemx @dots{} @var{command-list} @dots{}
3114 @itemx end
3115 Specify a list of commands for breakpoint number @var{bnum}. The commands
3116 themselves appear on the following lines. Type a line containing just
3117 @code{end} to terminate the commands.
3118
3119 To remove all commands from a breakpoint, type @code{commands} and
3120 follow it immediately with @code{end}; that is, give no commands.
3121
3122 With no @var{bnum} argument, @code{commands} refers to the last
3123 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3124 recently encountered).
3125 @end table
3126
3127 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3128 disabled within a @var{command-list}.
3129
3130 You can use breakpoint commands to start your program up again. Simply
3131 use the @code{continue} command, or @code{step}, or any other command
3132 that resumes execution.
3133
3134 Any other commands in the command list, after a command that resumes
3135 execution, are ignored. This is because any time you resume execution
3136 (even with a simple @code{next} or @code{step}), you may encounter
3137 another breakpoint---which could have its own command list, leading to
3138 ambiguities about which list to execute.
3139
3140 @kindex silent
3141 If the first command you specify in a command list is @code{silent}, the
3142 usual message about stopping at a breakpoint is not printed. This may
3143 be desirable for breakpoints that are to print a specific message and
3144 then continue. If none of the remaining commands print anything, you
3145 see no sign that the breakpoint was reached. @code{silent} is
3146 meaningful only at the beginning of a breakpoint command list.
3147
3148 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3149 print precisely controlled output, and are often useful in silent
3150 breakpoints. @xref{Output, ,Commands for controlled output}.
3151
3152 For example, here is how you could use breakpoint commands to print the
3153 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3154
3155 @smallexample
3156 break foo if x>0
3157 commands
3158 silent
3159 printf "x is %d\n",x
3160 cont
3161 end
3162 @end smallexample
3163
3164 One application for breakpoint commands is to compensate for one bug so
3165 you can test for another. Put a breakpoint just after the erroneous line
3166 of code, give it a condition to detect the case in which something
3167 erroneous has been done, and give it commands to assign correct values
3168 to any variables that need them. End with the @code{continue} command
3169 so that your program does not stop, and start with the @code{silent}
3170 command so that no output is produced. Here is an example:
3171
3172 @smallexample
3173 break 403
3174 commands
3175 silent
3176 set x = y + 4
3177 cont
3178 end
3179 @end smallexample
3180
3181 @node Breakpoint Menus
3182 @subsection Breakpoint menus
3183 @cindex overloading
3184 @cindex symbol overloading
3185
3186 Some programming languages (notably C@t{++} and Objective-C) permit a
3187 single function name
3188 to be defined several times, for application in different contexts.
3189 This is called @dfn{overloading}. When a function name is overloaded,
3190 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3191 a breakpoint. If you realize this is a problem, you can use
3192 something like @samp{break @var{function}(@var{types})} to specify which
3193 particular version of the function you want. Otherwise, @value{GDBN} offers
3194 you a menu of numbered choices for different possible breakpoints, and
3195 waits for your selection with the prompt @samp{>}. The first two
3196 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3197 sets a breakpoint at each definition of @var{function}, and typing
3198 @kbd{0} aborts the @code{break} command without setting any new
3199 breakpoints.
3200
3201 For example, the following session excerpt shows an attempt to set a
3202 breakpoint at the overloaded symbol @code{String::after}.
3203 We choose three particular definitions of that function name:
3204
3205 @c FIXME! This is likely to change to show arg type lists, at least
3206 @smallexample
3207 @group
3208 (@value{GDBP}) b String::after
3209 [0] cancel
3210 [1] all
3211 [2] file:String.cc; line number:867
3212 [3] file:String.cc; line number:860
3213 [4] file:String.cc; line number:875
3214 [5] file:String.cc; line number:853
3215 [6] file:String.cc; line number:846
3216 [7] file:String.cc; line number:735
3217 > 2 4 6
3218 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3219 Breakpoint 2 at 0xb344: file String.cc, line 875.
3220 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3221 Multiple breakpoints were set.
3222 Use the "delete" command to delete unwanted
3223 breakpoints.
3224 (@value{GDBP})
3225 @end group
3226 @end smallexample
3227
3228 @c @ifclear BARETARGET
3229 @node Error in Breakpoints
3230 @subsection ``Cannot insert breakpoints''
3231 @c
3232 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3233 @c
3234 Under some operating systems, breakpoints cannot be used in a program if
3235 any other process is running that program. In this situation,
3236 attempting to run or continue a program with a breakpoint causes
3237 @value{GDBN} to print an error message:
3238
3239 @smallexample
3240 Cannot insert breakpoints.
3241 The same program may be running in another process.
3242 @end smallexample
3243
3244 When this happens, you have three ways to proceed:
3245
3246 @enumerate
3247 @item
3248 Remove or disable the breakpoints, then continue.
3249
3250 @item
3251 Suspend @value{GDBN}, and copy the file containing your program to a new
3252 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3253 that @value{GDBN} should run your program under that name.
3254 Then start your program again.
3255
3256 @item
3257 Relink your program so that the text segment is nonsharable, using the
3258 linker option @samp{-N}. The operating system limitation may not apply
3259 to nonsharable executables.
3260 @end enumerate
3261 @c @end ifclear
3262
3263 A similar message can be printed if you request too many active
3264 hardware-assisted breakpoints and watchpoints:
3265
3266 @c FIXME: the precise wording of this message may change; the relevant
3267 @c source change is not committed yet (Sep 3, 1999).
3268 @smallexample
3269 Stopped; cannot insert breakpoints.
3270 You may have requested too many hardware breakpoints and watchpoints.
3271 @end smallexample
3272
3273 @noindent
3274 This message is printed when you attempt to resume the program, since
3275 only then @value{GDBN} knows exactly how many hardware breakpoints and
3276 watchpoints it needs to insert.
3277
3278 When this message is printed, you need to disable or remove some of the
3279 hardware-assisted breakpoints and watchpoints, and then continue.
3280
3281
3282 @node Continuing and Stepping
3283 @section Continuing and stepping
3284
3285 @cindex stepping
3286 @cindex continuing
3287 @cindex resuming execution
3288 @dfn{Continuing} means resuming program execution until your program
3289 completes normally. In contrast, @dfn{stepping} means executing just
3290 one more ``step'' of your program, where ``step'' may mean either one
3291 line of source code, or one machine instruction (depending on what
3292 particular command you use). Either when continuing or when stepping,
3293 your program may stop even sooner, due to a breakpoint or a signal. (If
3294 it stops due to a signal, you may want to use @code{handle}, or use
3295 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3296
3297 @table @code
3298 @kindex continue
3299 @kindex c @r{(@code{continue})}
3300 @kindex fg @r{(resume foreground execution)}
3301 @item continue @r{[}@var{ignore-count}@r{]}
3302 @itemx c @r{[}@var{ignore-count}@r{]}
3303 @itemx fg @r{[}@var{ignore-count}@r{]}
3304 Resume program execution, at the address where your program last stopped;
3305 any breakpoints set at that address are bypassed. The optional argument
3306 @var{ignore-count} allows you to specify a further number of times to
3307 ignore a breakpoint at this location; its effect is like that of
3308 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3309
3310 The argument @var{ignore-count} is meaningful only when your program
3311 stopped due to a breakpoint. At other times, the argument to
3312 @code{continue} is ignored.
3313
3314 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3315 debugged program is deemed to be the foreground program) are provided
3316 purely for convenience, and have exactly the same behavior as
3317 @code{continue}.
3318 @end table
3319
3320 To resume execution at a different place, you can use @code{return}
3321 (@pxref{Returning, ,Returning from a function}) to go back to the
3322 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3323 different address}) to go to an arbitrary location in your program.
3324
3325 A typical technique for using stepping is to set a breakpoint
3326 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3327 beginning of the function or the section of your program where a problem
3328 is believed to lie, run your program until it stops at that breakpoint,
3329 and then step through the suspect area, examining the variables that are
3330 interesting, until you see the problem happen.
3331
3332 @table @code
3333 @kindex step
3334 @kindex s @r{(@code{step})}
3335 @item step
3336 Continue running your program until control reaches a different source
3337 line, then stop it and return control to @value{GDBN}. This command is
3338 abbreviated @code{s}.
3339
3340 @quotation
3341 @c "without debugging information" is imprecise; actually "without line
3342 @c numbers in the debugging information". (gcc -g1 has debugging info but
3343 @c not line numbers). But it seems complex to try to make that
3344 @c distinction here.
3345 @emph{Warning:} If you use the @code{step} command while control is
3346 within a function that was compiled without debugging information,
3347 execution proceeds until control reaches a function that does have
3348 debugging information. Likewise, it will not step into a function which
3349 is compiled without debugging information. To step through functions
3350 without debugging information, use the @code{stepi} command, described
3351 below.
3352 @end quotation
3353
3354 The @code{step} command only stops at the first instruction of a source
3355 line. This prevents the multiple stops that could otherwise occur in
3356 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3357 to stop if a function that has debugging information is called within
3358 the line. In other words, @code{step} @emph{steps inside} any functions
3359 called within the line.
3360
3361 Also, the @code{step} command only enters a function if there is line
3362 number information for the function. Otherwise it acts like the
3363 @code{next} command. This avoids problems when using @code{cc -gl}
3364 on MIPS machines. Previously, @code{step} entered subroutines if there
3365 was any debugging information about the routine.
3366
3367 @item step @var{count}
3368 Continue running as in @code{step}, but do so @var{count} times. If a
3369 breakpoint is reached, or a signal not related to stepping occurs before
3370 @var{count} steps, stepping stops right away.
3371
3372 @kindex next
3373 @kindex n @r{(@code{next})}
3374 @item next @r{[}@var{count}@r{]}
3375 Continue to the next source line in the current (innermost) stack frame.
3376 This is similar to @code{step}, but function calls that appear within
3377 the line of code are executed without stopping. Execution stops when
3378 control reaches a different line of code at the original stack level
3379 that was executing when you gave the @code{next} command. This command
3380 is abbreviated @code{n}.
3381
3382 An argument @var{count} is a repeat count, as for @code{step}.
3383
3384
3385 @c FIX ME!! Do we delete this, or is there a way it fits in with
3386 @c the following paragraph? --- Vctoria
3387 @c
3388 @c @code{next} within a function that lacks debugging information acts like
3389 @c @code{step}, but any function calls appearing within the code of the
3390 @c function are executed without stopping.
3391
3392 The @code{next} command only stops at the first instruction of a
3393 source line. This prevents multiple stops that could otherwise occur in
3394 @code{switch} statements, @code{for} loops, etc.
3395
3396 @kindex set step-mode
3397 @item set step-mode
3398 @cindex functions without line info, and stepping
3399 @cindex stepping into functions with no line info
3400 @itemx set step-mode on
3401 The @code{set step-mode on} command causes the @code{step} command to
3402 stop at the first instruction of a function which contains no debug line
3403 information rather than stepping over it.
3404
3405 This is useful in cases where you may be interested in inspecting the
3406 machine instructions of a function which has no symbolic info and do not
3407 want @value{GDBN} to automatically skip over this function.
3408
3409 @item set step-mode off
3410 Causes the @code{step} command to step over any functions which contains no
3411 debug information. This is the default.
3412
3413 @kindex finish
3414 @item finish
3415 Continue running until just after function in the selected stack frame
3416 returns. Print the returned value (if any).
3417
3418 Contrast this with the @code{return} command (@pxref{Returning,
3419 ,Returning from a function}).
3420
3421 @kindex until
3422 @kindex u @r{(@code{until})}
3423 @item until
3424 @itemx u
3425 Continue running until a source line past the current line, in the
3426 current stack frame, is reached. This command is used to avoid single
3427 stepping through a loop more than once. It is like the @code{next}
3428 command, except that when @code{until} encounters a jump, it
3429 automatically continues execution until the program counter is greater
3430 than the address of the jump.
3431
3432 This means that when you reach the end of a loop after single stepping
3433 though it, @code{until} makes your program continue execution until it
3434 exits the loop. In contrast, a @code{next} command at the end of a loop
3435 simply steps back to the beginning of the loop, which forces you to step
3436 through the next iteration.
3437
3438 @code{until} always stops your program if it attempts to exit the current
3439 stack frame.
3440
3441 @code{until} may produce somewhat counterintuitive results if the order
3442 of machine code does not match the order of the source lines. For
3443 example, in the following excerpt from a debugging session, the @code{f}
3444 (@code{frame}) command shows that execution is stopped at line
3445 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3446
3447 @smallexample
3448 (@value{GDBP}) f
3449 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3450 206 expand_input();
3451 (@value{GDBP}) until
3452 195 for ( ; argc > 0; NEXTARG) @{
3453 @end smallexample
3454
3455 This happened because, for execution efficiency, the compiler had
3456 generated code for the loop closure test at the end, rather than the
3457 start, of the loop---even though the test in a C @code{for}-loop is
3458 written before the body of the loop. The @code{until} command appeared
3459 to step back to the beginning of the loop when it advanced to this
3460 expression; however, it has not really gone to an earlier
3461 statement---not in terms of the actual machine code.
3462
3463 @code{until} with no argument works by means of single
3464 instruction stepping, and hence is slower than @code{until} with an
3465 argument.
3466
3467 @item until @var{location}
3468 @itemx u @var{location}
3469 Continue running your program until either the specified location is
3470 reached, or the current stack frame returns. @var{location} is any of
3471 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3472 ,Setting breakpoints}). This form of the command uses breakpoints, and
3473 hence is quicker than @code{until} without an argument. The specified
3474 location is actually reached only if it is in the current frame. This
3475 implies that @code{until} can be used to skip over recursive function
3476 invocations. For instance in the code below, if the current location is
3477 line @code{96}, issuing @code{until 99} will execute the program up to
3478 line @code{99} in the same invocation of factorial, i.e. after the inner
3479 invocations have returned.
3480
3481 @smallexample
3482 94 int factorial (int value)
3483 95 @{
3484 96 if (value > 1) @{
3485 97 value *= factorial (value - 1);
3486 98 @}
3487 99 return (value);
3488 100 @}
3489 @end smallexample
3490
3491
3492 @kindex advance @var{location}
3493 @itemx advance @var{location}
3494 Continue running the program up to the given location. An argument is
3495 required, anything of the same form as arguments for the @code{break}
3496 command. Execution will also stop upon exit from the current stack
3497 frame. This command is similar to @code{until}, but @code{advance} will
3498 not skip over recursive function calls, and the target location doesn't
3499 have to be in the same frame as the current one.
3500
3501
3502 @kindex stepi
3503 @kindex si @r{(@code{stepi})}
3504 @item stepi
3505 @itemx stepi @var{arg}
3506 @itemx si
3507 Execute one machine instruction, then stop and return to the debugger.
3508
3509 It is often useful to do @samp{display/i $pc} when stepping by machine
3510 instructions. This makes @value{GDBN} automatically display the next
3511 instruction to be executed, each time your program stops. @xref{Auto
3512 Display,, Automatic display}.
3513
3514 An argument is a repeat count, as in @code{step}.
3515
3516 @need 750
3517 @kindex nexti
3518 @kindex ni @r{(@code{nexti})}
3519 @item nexti
3520 @itemx nexti @var{arg}
3521 @itemx ni
3522 Execute one machine instruction, but if it is a function call,
3523 proceed until the function returns.
3524
3525 An argument is a repeat count, as in @code{next}.
3526 @end table
3527
3528 @node Signals
3529 @section Signals
3530 @cindex signals
3531
3532 A signal is an asynchronous event that can happen in a program. The
3533 operating system defines the possible kinds of signals, and gives each
3534 kind a name and a number. For example, in Unix @code{SIGINT} is the
3535 signal a program gets when you type an interrupt character (often @kbd{C-c});
3536 @code{SIGSEGV} is the signal a program gets from referencing a place in
3537 memory far away from all the areas in use; @code{SIGALRM} occurs when
3538 the alarm clock timer goes off (which happens only if your program has
3539 requested an alarm).
3540
3541 @cindex fatal signals
3542 Some signals, including @code{SIGALRM}, are a normal part of the
3543 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3544 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3545 program has not specified in advance some other way to handle the signal.
3546 @code{SIGINT} does not indicate an error in your program, but it is normally
3547 fatal so it can carry out the purpose of the interrupt: to kill the program.
3548
3549 @value{GDBN} has the ability to detect any occurrence of a signal in your
3550 program. You can tell @value{GDBN} in advance what to do for each kind of
3551 signal.
3552
3553 @cindex handling signals
3554 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3555 @code{SIGALRM} be silently passed to your program
3556 (so as not to interfere with their role in the program's functioning)
3557 but to stop your program immediately whenever an error signal happens.
3558 You can change these settings with the @code{handle} command.
3559
3560 @table @code
3561 @kindex info signals
3562 @item info signals
3563 @itemx info handle
3564 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3565 handle each one. You can use this to see the signal numbers of all
3566 the defined types of signals.
3567
3568 @code{info handle} is an alias for @code{info signals}.
3569
3570 @kindex handle
3571 @item handle @var{signal} @var{keywords}@dots{}
3572 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3573 can be the number of a signal or its name (with or without the
3574 @samp{SIG} at the beginning); a list of signal numbers of the form
3575 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3576 known signals. The @var{keywords} say what change to make.
3577 @end table
3578
3579 @c @group
3580 The keywords allowed by the @code{handle} command can be abbreviated.
3581 Their full names are:
3582
3583 @table @code
3584 @item nostop
3585 @value{GDBN} should not stop your program when this signal happens. It may
3586 still print a message telling you that the signal has come in.
3587
3588 @item stop
3589 @value{GDBN} should stop your program when this signal happens. This implies
3590 the @code{print} keyword as well.
3591
3592 @item print
3593 @value{GDBN} should print a message when this signal happens.
3594
3595 @item noprint
3596 @value{GDBN} should not mention the occurrence of the signal at all. This
3597 implies the @code{nostop} keyword as well.
3598
3599 @item pass
3600 @itemx noignore
3601 @value{GDBN} should allow your program to see this signal; your program
3602 can handle the signal, or else it may terminate if the signal is fatal
3603 and not handled. @code{pass} and @code{noignore} are synonyms.
3604
3605 @item nopass
3606 @itemx ignore
3607 @value{GDBN} should not allow your program to see this signal.
3608 @code{nopass} and @code{ignore} are synonyms.
3609 @end table
3610 @c @end group
3611
3612 When a signal stops your program, the signal is not visible to the
3613 program until you
3614 continue. Your program sees the signal then, if @code{pass} is in
3615 effect for the signal in question @emph{at that time}. In other words,
3616 after @value{GDBN} reports a signal, you can use the @code{handle}
3617 command with @code{pass} or @code{nopass} to control whether your
3618 program sees that signal when you continue.
3619
3620 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3621 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3622 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3623 erroneous signals.
3624
3625 You can also use the @code{signal} command to prevent your program from
3626 seeing a signal, or cause it to see a signal it normally would not see,
3627 or to give it any signal at any time. For example, if your program stopped
3628 due to some sort of memory reference error, you might store correct
3629 values into the erroneous variables and continue, hoping to see more
3630 execution; but your program would probably terminate immediately as
3631 a result of the fatal signal once it saw the signal. To prevent this,
3632 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3633 program a signal}.
3634
3635 @node Thread Stops
3636 @section Stopping and starting multi-thread programs
3637
3638 When your program has multiple threads (@pxref{Threads,, Debugging
3639 programs with multiple threads}), you can choose whether to set
3640 breakpoints on all threads, or on a particular thread.
3641
3642 @table @code
3643 @cindex breakpoints and threads
3644 @cindex thread breakpoints
3645 @kindex break @dots{} thread @var{threadno}
3646 @item break @var{linespec} thread @var{threadno}
3647 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3648 @var{linespec} specifies source lines; there are several ways of
3649 writing them, but the effect is always to specify some source line.
3650
3651 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3652 to specify that you only want @value{GDBN} to stop the program when a
3653 particular thread reaches this breakpoint. @var{threadno} is one of the
3654 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3655 column of the @samp{info threads} display.
3656
3657 If you do not specify @samp{thread @var{threadno}} when you set a
3658 breakpoint, the breakpoint applies to @emph{all} threads of your
3659 program.
3660
3661 You can use the @code{thread} qualifier on conditional breakpoints as
3662 well; in this case, place @samp{thread @var{threadno}} before the
3663 breakpoint condition, like this:
3664
3665 @smallexample
3666 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3667 @end smallexample
3668
3669 @end table
3670
3671 @cindex stopped threads
3672 @cindex threads, stopped
3673 Whenever your program stops under @value{GDBN} for any reason,
3674 @emph{all} threads of execution stop, not just the current thread. This
3675 allows you to examine the overall state of the program, including
3676 switching between threads, without worrying that things may change
3677 underfoot.
3678
3679 @cindex continuing threads
3680 @cindex threads, continuing
3681 Conversely, whenever you restart the program, @emph{all} threads start
3682 executing. @emph{This is true even when single-stepping} with commands
3683 like @code{step} or @code{next}.
3684
3685 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3686 Since thread scheduling is up to your debugging target's operating
3687 system (not controlled by @value{GDBN}), other threads may
3688 execute more than one statement while the current thread completes a
3689 single step. Moreover, in general other threads stop in the middle of a
3690 statement, rather than at a clean statement boundary, when the program
3691 stops.
3692
3693 You might even find your program stopped in another thread after
3694 continuing or even single-stepping. This happens whenever some other
3695 thread runs into a breakpoint, a signal, or an exception before the
3696 first thread completes whatever you requested.
3697
3698 On some OSes, you can lock the OS scheduler and thus allow only a single
3699 thread to run.
3700
3701 @table @code
3702 @item set scheduler-locking @var{mode}
3703 Set the scheduler locking mode. If it is @code{off}, then there is no
3704 locking and any thread may run at any time. If @code{on}, then only the
3705 current thread may run when the inferior is resumed. The @code{step}
3706 mode optimizes for single-stepping. It stops other threads from
3707 ``seizing the prompt'' by preempting the current thread while you are
3708 stepping. Other threads will only rarely (or never) get a chance to run
3709 when you step. They are more likely to run when you @samp{next} over a
3710 function call, and they are completely free to run when you use commands
3711 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
3712 thread hits a breakpoint during its timeslice, they will never steal the
3713 @value{GDBN} prompt away from the thread that you are debugging.
3714
3715 @item show scheduler-locking
3716 Display the current scheduler locking mode.
3717 @end table
3718
3719
3720 @node Stack
3721 @chapter Examining the Stack
3722
3723 When your program has stopped, the first thing you need to know is where it
3724 stopped and how it got there.
3725
3726 @cindex call stack
3727 Each time your program performs a function call, information about the call
3728 is generated.
3729 That information includes the location of the call in your program,
3730 the arguments of the call,
3731 and the local variables of the function being called.
3732 The information is saved in a block of data called a @dfn{stack frame}.
3733 The stack frames are allocated in a region of memory called the @dfn{call
3734 stack}.
3735
3736 When your program stops, the @value{GDBN} commands for examining the
3737 stack allow you to see all of this information.
3738
3739 @cindex selected frame
3740 One of the stack frames is @dfn{selected} by @value{GDBN} and many
3741 @value{GDBN} commands refer implicitly to the selected frame. In
3742 particular, whenever you ask @value{GDBN} for the value of a variable in
3743 your program, the value is found in the selected frame. There are
3744 special @value{GDBN} commands to select whichever frame you are
3745 interested in. @xref{Selection, ,Selecting a frame}.
3746
3747 When your program stops, @value{GDBN} automatically selects the
3748 currently executing frame and describes it briefly, similar to the
3749 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3750
3751 @menu
3752 * Frames:: Stack frames
3753 * Backtrace:: Backtraces
3754 * Selection:: Selecting a frame
3755 * Frame Info:: Information on a frame
3756
3757 @end menu
3758
3759 @node Frames
3760 @section Stack frames
3761
3762 @cindex frame, definition
3763 @cindex stack frame
3764 The call stack is divided up into contiguous pieces called @dfn{stack
3765 frames}, or @dfn{frames} for short; each frame is the data associated
3766 with one call to one function. The frame contains the arguments given
3767 to the function, the function's local variables, and the address at
3768 which the function is executing.
3769
3770 @cindex initial frame
3771 @cindex outermost frame
3772 @cindex innermost frame
3773 When your program is started, the stack has only one frame, that of the
3774 function @code{main}. This is called the @dfn{initial} frame or the
3775 @dfn{outermost} frame. Each time a function is called, a new frame is
3776 made. Each time a function returns, the frame for that function invocation
3777 is eliminated. If a function is recursive, there can be many frames for
3778 the same function. The frame for the function in which execution is
3779 actually occurring is called the @dfn{innermost} frame. This is the most
3780 recently created of all the stack frames that still exist.
3781
3782 @cindex frame pointer
3783 Inside your program, stack frames are identified by their addresses. A
3784 stack frame consists of many bytes, each of which has its own address; each
3785 kind of computer has a convention for choosing one byte whose
3786 address serves as the address of the frame. Usually this address is kept
3787 in a register called the @dfn{frame pointer register} while execution is
3788 going on in that frame.
3789
3790 @cindex frame number
3791 @value{GDBN} assigns numbers to all existing stack frames, starting with
3792 zero for the innermost frame, one for the frame that called it,
3793 and so on upward. These numbers do not really exist in your program;
3794 they are assigned by @value{GDBN} to give you a way of designating stack
3795 frames in @value{GDBN} commands.
3796
3797 @c The -fomit-frame-pointer below perennially causes hbox overflow
3798 @c underflow problems.
3799 @cindex frameless execution
3800 Some compilers provide a way to compile functions so that they operate
3801 without stack frames. (For example, the @value{GCC} option
3802 @smallexample
3803 @samp{-fomit-frame-pointer}
3804 @end smallexample
3805 generates functions without a frame.)
3806 This is occasionally done with heavily used library functions to save
3807 the frame setup time. @value{GDBN} has limited facilities for dealing
3808 with these function invocations. If the innermost function invocation
3809 has no stack frame, @value{GDBN} nevertheless regards it as though
3810 it had a separate frame, which is numbered zero as usual, allowing
3811 correct tracing of the function call chain. However, @value{GDBN} has
3812 no provision for frameless functions elsewhere in the stack.
3813
3814 @table @code
3815 @kindex frame@r{, command}
3816 @cindex current stack frame
3817 @item frame @var{args}
3818 The @code{frame} command allows you to move from one stack frame to another,
3819 and to print the stack frame you select. @var{args} may be either the
3820 address of the frame or the stack frame number. Without an argument,
3821 @code{frame} prints the current stack frame.
3822
3823 @kindex select-frame
3824 @cindex selecting frame silently
3825 @item select-frame
3826 The @code{select-frame} command allows you to move from one stack frame
3827 to another without printing the frame. This is the silent version of
3828 @code{frame}.
3829 @end table
3830
3831 @node Backtrace
3832 @section Backtraces
3833
3834 @cindex backtraces
3835 @cindex tracebacks
3836 @cindex stack traces
3837 A backtrace is a summary of how your program got where it is. It shows one
3838 line per frame, for many frames, starting with the currently executing
3839 frame (frame zero), followed by its caller (frame one), and on up the
3840 stack.
3841
3842 @table @code
3843 @kindex backtrace
3844 @kindex bt @r{(@code{backtrace})}
3845 @item backtrace
3846 @itemx bt
3847 Print a backtrace of the entire stack: one line per frame for all
3848 frames in the stack.
3849
3850 You can stop the backtrace at any time by typing the system interrupt
3851 character, normally @kbd{C-c}.
3852
3853 @item backtrace @var{n}
3854 @itemx bt @var{n}
3855 Similar, but print only the innermost @var{n} frames.
3856
3857 @item backtrace -@var{n}
3858 @itemx bt -@var{n}
3859 Similar, but print only the outermost @var{n} frames.
3860 @end table
3861
3862 @kindex where
3863 @kindex info stack
3864 @kindex info s @r{(@code{info stack})}
3865 The names @code{where} and @code{info stack} (abbreviated @code{info s})
3866 are additional aliases for @code{backtrace}.
3867
3868 Each line in the backtrace shows the frame number and the function name.
3869 The program counter value is also shown---unless you use @code{set
3870 print address off}. The backtrace also shows the source file name and
3871 line number, as well as the arguments to the function. The program
3872 counter value is omitted if it is at the beginning of the code for that
3873 line number.
3874
3875 Here is an example of a backtrace. It was made with the command
3876 @samp{bt 3}, so it shows the innermost three frames.
3877
3878 @smallexample
3879 @group
3880 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
3881 at builtin.c:993
3882 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3883 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3884 at macro.c:71
3885 (More stack frames follow...)
3886 @end group
3887 @end smallexample
3888
3889 @noindent
3890 The display for frame zero does not begin with a program counter
3891 value, indicating that your program has stopped at the beginning of the
3892 code for line @code{993} of @code{builtin.c}.
3893
3894 @kindex set backtrace-below-main
3895 @kindex show backtrace-below-main
3896
3897 Most programs have a standard entry point---a place where system libraries
3898 and startup code transition into user code. For C this is @code{main}.
3899 When @value{GDBN} finds the entry function in a backtrace it will terminate
3900 the backtrace, to avoid tracing into highly system-specific (and generally
3901 uninteresting) code. If you need to examine the startup code, then you can
3902 change this behavior.
3903
3904 @table @code
3905 @item set backtrace-below-main off
3906 Backtraces will stop when they encounter the user entry point. This is the
3907 default.
3908
3909 @item set backtrace-below-main
3910 @itemx set backtrace-below-main on
3911 Backtraces will continue past the user entry point to the top of the stack.
3912
3913 @item show backtrace-below-main
3914 Display the current backtrace policy.
3915 @end table
3916
3917 @node Selection
3918 @section Selecting a frame
3919
3920 Most commands for examining the stack and other data in your program work on
3921 whichever stack frame is selected at the moment. Here are the commands for
3922 selecting a stack frame; all of them finish by printing a brief description
3923 of the stack frame just selected.
3924
3925 @table @code
3926 @kindex frame@r{, selecting}
3927 @kindex f @r{(@code{frame})}
3928 @item frame @var{n}
3929 @itemx f @var{n}
3930 Select frame number @var{n}. Recall that frame zero is the innermost
3931 (currently executing) frame, frame one is the frame that called the
3932 innermost one, and so on. The highest-numbered frame is the one for
3933 @code{main}.
3934
3935 @item frame @var{addr}
3936 @itemx f @var{addr}
3937 Select the frame at address @var{addr}. This is useful mainly if the
3938 chaining of stack frames has been damaged by a bug, making it
3939 impossible for @value{GDBN} to assign numbers properly to all frames. In
3940 addition, this can be useful when your program has multiple stacks and
3941 switches between them.
3942
3943 On the SPARC architecture, @code{frame} needs two addresses to
3944 select an arbitrary frame: a frame pointer and a stack pointer.
3945
3946 On the MIPS and Alpha architecture, it needs two addresses: a stack
3947 pointer and a program counter.
3948
3949 On the 29k architecture, it needs three addresses: a register stack
3950 pointer, a program counter, and a memory stack pointer.
3951 @c note to future updaters: this is conditioned on a flag
3952 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3953 @c as of 27 Jan 1994.
3954
3955 @kindex up
3956 @item up @var{n}
3957 Move @var{n} frames up the stack. For positive numbers @var{n}, this
3958 advances toward the outermost frame, to higher frame numbers, to frames
3959 that have existed longer. @var{n} defaults to one.
3960
3961 @kindex down
3962 @kindex do @r{(@code{down})}
3963 @item down @var{n}
3964 Move @var{n} frames down the stack. For positive numbers @var{n}, this
3965 advances toward the innermost frame, to lower frame numbers, to frames
3966 that were created more recently. @var{n} defaults to one. You may
3967 abbreviate @code{down} as @code{do}.
3968 @end table
3969
3970 All of these commands end by printing two lines of output describing the
3971 frame. The first line shows the frame number, the function name, the
3972 arguments, and the source file and line number of execution in that
3973 frame. The second line shows the text of that source line.
3974
3975 @need 1000
3976 For example:
3977
3978 @smallexample
3979 @group
3980 (@value{GDBP}) up
3981 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3982 at env.c:10
3983 10 read_input_file (argv[i]);
3984 @end group
3985 @end smallexample
3986
3987 After such a printout, the @code{list} command with no arguments
3988 prints ten lines centered on the point of execution in the frame.
3989 You can also edit the program at the point of execution with your favorite
3990 editing program by typing @code{edit}.
3991 @xref{List, ,Printing source lines},
3992 for details.
3993
3994 @table @code
3995 @kindex down-silently
3996 @kindex up-silently
3997 @item up-silently @var{n}
3998 @itemx down-silently @var{n}
3999 These two commands are variants of @code{up} and @code{down},
4000 respectively; they differ in that they do their work silently, without
4001 causing display of the new frame. They are intended primarily for use
4002 in @value{GDBN} command scripts, where the output might be unnecessary and
4003 distracting.
4004 @end table
4005
4006 @node Frame Info
4007 @section Information about a frame
4008
4009 There are several other commands to print information about the selected
4010 stack frame.
4011
4012 @table @code
4013 @item frame
4014 @itemx f
4015 When used without any argument, this command does not change which
4016 frame is selected, but prints a brief description of the currently
4017 selected stack frame. It can be abbreviated @code{f}. With an
4018 argument, this command is used to select a stack frame.
4019 @xref{Selection, ,Selecting a frame}.
4020
4021 @kindex info frame
4022 @kindex info f @r{(@code{info frame})}
4023 @item info frame
4024 @itemx info f
4025 This command prints a verbose description of the selected stack frame,
4026 including:
4027
4028 @itemize @bullet
4029 @item
4030 the address of the frame
4031 @item
4032 the address of the next frame down (called by this frame)
4033 @item
4034 the address of the next frame up (caller of this frame)
4035 @item
4036 the language in which the source code corresponding to this frame is written
4037 @item
4038 the address of the frame's arguments
4039 @item
4040 the address of the frame's local variables
4041 @item
4042 the program counter saved in it (the address of execution in the caller frame)
4043 @item
4044 which registers were saved in the frame
4045 @end itemize
4046
4047 @noindent The verbose description is useful when
4048 something has gone wrong that has made the stack format fail to fit
4049 the usual conventions.
4050
4051 @item info frame @var{addr}
4052 @itemx info f @var{addr}
4053 Print a verbose description of the frame at address @var{addr}, without
4054 selecting that frame. The selected frame remains unchanged by this
4055 command. This requires the same kind of address (more than one for some
4056 architectures) that you specify in the @code{frame} command.
4057 @xref{Selection, ,Selecting a frame}.
4058
4059 @kindex info args
4060 @item info args
4061 Print the arguments of the selected frame, each on a separate line.
4062
4063 @item info locals
4064 @kindex info locals
4065 Print the local variables of the selected frame, each on a separate
4066 line. These are all variables (declared either static or automatic)
4067 accessible at the point of execution of the selected frame.
4068
4069 @kindex info catch
4070 @cindex catch exceptions, list active handlers
4071 @cindex exception handlers, how to list
4072 @item info catch
4073 Print a list of all the exception handlers that are active in the
4074 current stack frame at the current point of execution. To see other
4075 exception handlers, visit the associated frame (using the @code{up},
4076 @code{down}, or @code{frame} commands); then type @code{info catch}.
4077 @xref{Set Catchpoints, , Setting catchpoints}.
4078
4079 @end table
4080
4081
4082 @node Source
4083 @chapter Examining Source Files
4084
4085 @value{GDBN} can print parts of your program's source, since the debugging
4086 information recorded in the program tells @value{GDBN} what source files were
4087 used to build it. When your program stops, @value{GDBN} spontaneously prints
4088 the line where it stopped. Likewise, when you select a stack frame
4089 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4090 execution in that frame has stopped. You can print other portions of
4091 source files by explicit command.
4092
4093 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4094 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4095 @value{GDBN} under @sc{gnu} Emacs}.
4096
4097 @menu
4098 * List:: Printing source lines
4099 * Edit:: Editing source files
4100 * Search:: Searching source files
4101 * Source Path:: Specifying source directories
4102 * Machine Code:: Source and machine code
4103 @end menu
4104
4105 @node List
4106 @section Printing source lines
4107
4108 @kindex list
4109 @kindex l @r{(@code{list})}
4110 To print lines from a source file, use the @code{list} command
4111 (abbreviated @code{l}). By default, ten lines are printed.
4112 There are several ways to specify what part of the file you want to print.
4113
4114 Here are the forms of the @code{list} command most commonly used:
4115
4116 @table @code
4117 @item list @var{linenum}
4118 Print lines centered around line number @var{linenum} in the
4119 current source file.
4120
4121 @item list @var{function}
4122 Print lines centered around the beginning of function
4123 @var{function}.
4124
4125 @item list
4126 Print more lines. If the last lines printed were printed with a
4127 @code{list} command, this prints lines following the last lines
4128 printed; however, if the last line printed was a solitary line printed
4129 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4130 Stack}), this prints lines centered around that line.
4131
4132 @item list -
4133 Print lines just before the lines last printed.
4134 @end table
4135
4136 By default, @value{GDBN} prints ten source lines with any of these forms of
4137 the @code{list} command. You can change this using @code{set listsize}:
4138
4139 @table @code
4140 @kindex set listsize
4141 @item set listsize @var{count}
4142 Make the @code{list} command display @var{count} source lines (unless
4143 the @code{list} argument explicitly specifies some other number).
4144
4145 @kindex show listsize
4146 @item show listsize
4147 Display the number of lines that @code{list} prints.
4148 @end table
4149
4150 Repeating a @code{list} command with @key{RET} discards the argument,
4151 so it is equivalent to typing just @code{list}. This is more useful
4152 than listing the same lines again. An exception is made for an
4153 argument of @samp{-}; that argument is preserved in repetition so that
4154 each repetition moves up in the source file.
4155
4156 @cindex linespec
4157 In general, the @code{list} command expects you to supply zero, one or two
4158 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4159 of writing them, but the effect is always to specify some source line.
4160 Here is a complete description of the possible arguments for @code{list}:
4161
4162 @table @code
4163 @item list @var{linespec}
4164 Print lines centered around the line specified by @var{linespec}.
4165
4166 @item list @var{first},@var{last}
4167 Print lines from @var{first} to @var{last}. Both arguments are
4168 linespecs.
4169
4170 @item list ,@var{last}
4171 Print lines ending with @var{last}.
4172
4173 @item list @var{first},
4174 Print lines starting with @var{first}.
4175
4176 @item list +
4177 Print lines just after the lines last printed.
4178
4179 @item list -
4180 Print lines just before the lines last printed.
4181
4182 @item list
4183 As described in the preceding table.
4184 @end table
4185
4186 Here are the ways of specifying a single source line---all the
4187 kinds of linespec.
4188
4189 @table @code
4190 @item @var{number}
4191 Specifies line @var{number} of the current source file.
4192 When a @code{list} command has two linespecs, this refers to
4193 the same source file as the first linespec.
4194
4195 @item +@var{offset}
4196 Specifies the line @var{offset} lines after the last line printed.
4197 When used as the second linespec in a @code{list} command that has
4198 two, this specifies the line @var{offset} lines down from the
4199 first linespec.
4200
4201 @item -@var{offset}
4202 Specifies the line @var{offset} lines before the last line printed.
4203
4204 @item @var{filename}:@var{number}
4205 Specifies line @var{number} in the source file @var{filename}.
4206
4207 @item @var{function}
4208 Specifies the line that begins the body of the function @var{function}.
4209 For example: in C, this is the line with the open brace.
4210
4211 @item @var{filename}:@var{function}
4212 Specifies the line of the open-brace that begins the body of the
4213 function @var{function} in the file @var{filename}. You only need the
4214 file name with a function name to avoid ambiguity when there are
4215 identically named functions in different source files.
4216
4217 @item *@var{address}
4218 Specifies the line containing the program address @var{address}.
4219 @var{address} may be any expression.
4220 @end table
4221
4222 @node Edit
4223 @section Editing source files
4224 @cindex editing source files
4225
4226 @kindex edit
4227 @kindex e @r{(@code{edit})}
4228 To edit the lines in a source file, use the @code{edit} command.
4229 The editing program of your choice
4230 is invoked with the current line set to
4231 the active line in the program.
4232 Alternatively, there are several ways to specify what part of the file you
4233 want to print if you want to see other parts of the program.
4234
4235 Here are the forms of the @code{edit} command most commonly used:
4236
4237 @table @code
4238 @item edit
4239 Edit the current source file at the active line number in the program.
4240
4241 @item edit @var{number}
4242 Edit the current source file with @var{number} as the active line number.
4243
4244 @item edit @var{function}
4245 Edit the file containing @var{function} at the beginning of its definition.
4246
4247 @item edit @var{filename}:@var{number}
4248 Specifies line @var{number} in the source file @var{filename}.
4249
4250 @item edit @var{filename}:@var{function}
4251 Specifies the line that begins the body of the
4252 function @var{function} in the file @var{filename}. You only need the
4253 file name with a function name to avoid ambiguity when there are
4254 identically named functions in different source files.
4255
4256 @item edit *@var{address}
4257 Specifies the line containing the program address @var{address}.
4258 @var{address} may be any expression.
4259 @end table
4260
4261 @subsection Choosing your editor
4262 You can customize @value{GDBN} to use any editor you want
4263 @footnote{
4264 The only restriction is that your editor (say @code{ex}), recognizes the
4265 following command-line syntax:
4266 @smallexample
4267 ex +@var{number} file
4268 @end smallexample
4269 The optional numeric value +@var{number} designates the active line in
4270 the file.}. By default, it is @value{EDITOR}, but you can change this
4271 by setting the environment variable @code{EDITOR} before using
4272 @value{GDBN}. For example, to configure @value{GDBN} to use the
4273 @code{vi} editor, you could use these commands with the @code{sh} shell:
4274 @smallexample
4275 EDITOR=/usr/bin/vi
4276 export EDITOR
4277 gdb ...
4278 @end smallexample
4279 or in the @code{csh} shell,
4280 @smallexample
4281 setenv EDITOR /usr/bin/vi
4282 gdb ...
4283 @end smallexample
4284
4285 @node Search
4286 @section Searching source files
4287 @cindex searching
4288 @kindex reverse-search
4289
4290 There are two commands for searching through the current source file for a
4291 regular expression.
4292
4293 @table @code
4294 @kindex search
4295 @kindex forward-search
4296 @item forward-search @var{regexp}
4297 @itemx search @var{regexp}
4298 The command @samp{forward-search @var{regexp}} checks each line,
4299 starting with the one following the last line listed, for a match for
4300 @var{regexp}. It lists the line that is found. You can use the
4301 synonym @samp{search @var{regexp}} or abbreviate the command name as
4302 @code{fo}.
4303
4304 @item reverse-search @var{regexp}
4305 The command @samp{reverse-search @var{regexp}} checks each line, starting
4306 with the one before the last line listed and going backward, for a match
4307 for @var{regexp}. It lists the line that is found. You can abbreviate
4308 this command as @code{rev}.
4309 @end table
4310
4311 @node Source Path
4312 @section Specifying source directories
4313
4314 @cindex source path
4315 @cindex directories for source files
4316 Executable programs sometimes do not record the directories of the source
4317 files from which they were compiled, just the names. Even when they do,
4318 the directories could be moved between the compilation and your debugging
4319 session. @value{GDBN} has a list of directories to search for source files;
4320 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4321 it tries all the directories in the list, in the order they are present
4322 in the list, until it finds a file with the desired name. Note that
4323 the executable search path is @emph{not} used for this purpose. Neither is
4324 the current working directory, unless it happens to be in the source
4325 path.
4326
4327 If @value{GDBN} cannot find a source file in the source path, and the
4328 object program records a directory, @value{GDBN} tries that directory
4329 too. If the source path is empty, and there is no record of the
4330 compilation directory, @value{GDBN} looks in the current directory as a
4331 last resort.
4332
4333 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4334 any information it has cached about where source files are found and where
4335 each line is in the file.
4336
4337 @kindex directory
4338 @kindex dir
4339 When you start @value{GDBN}, its source path includes only @samp{cdir}
4340 and @samp{cwd}, in that order.
4341 To add other directories, use the @code{directory} command.
4342
4343 @table @code
4344 @item directory @var{dirname} @dots{}
4345 @item dir @var{dirname} @dots{}
4346 Add directory @var{dirname} to the front of the source path. Several
4347 directory names may be given to this command, separated by @samp{:}
4348 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4349 part of absolute file names) or
4350 whitespace. You may specify a directory that is already in the source
4351 path; this moves it forward, so @value{GDBN} searches it sooner.
4352
4353 @kindex cdir
4354 @kindex cwd
4355 @vindex $cdir@r{, convenience variable}
4356 @vindex $cwdr@r{, convenience variable}
4357 @cindex compilation directory
4358 @cindex current directory
4359 @cindex working directory
4360 @cindex directory, current
4361 @cindex directory, compilation
4362 You can use the string @samp{$cdir} to refer to the compilation
4363 directory (if one is recorded), and @samp{$cwd} to refer to the current
4364 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4365 tracks the current working directory as it changes during your @value{GDBN}
4366 session, while the latter is immediately expanded to the current
4367 directory at the time you add an entry to the source path.
4368
4369 @item directory
4370 Reset the source path to empty again. This requires confirmation.
4371
4372 @c RET-repeat for @code{directory} is explicitly disabled, but since
4373 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4374
4375 @item show directories
4376 @kindex show directories
4377 Print the source path: show which directories it contains.
4378 @end table
4379
4380 If your source path is cluttered with directories that are no longer of
4381 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4382 versions of source. You can correct the situation as follows:
4383
4384 @enumerate
4385 @item
4386 Use @code{directory} with no argument to reset the source path to empty.
4387
4388 @item
4389 Use @code{directory} with suitable arguments to reinstall the
4390 directories you want in the source path. You can add all the
4391 directories in one command.
4392 @end enumerate
4393
4394 @node Machine Code
4395 @section Source and machine code
4396
4397 You can use the command @code{info line} to map source lines to program
4398 addresses (and vice versa), and the command @code{disassemble} to display
4399 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4400 mode, the @code{info line} command causes the arrow to point to the
4401 line specified. Also, @code{info line} prints addresses in symbolic form as
4402 well as hex.
4403
4404 @table @code
4405 @kindex info line
4406 @item info line @var{linespec}
4407 Print the starting and ending addresses of the compiled code for
4408 source line @var{linespec}. You can specify source lines in any of
4409 the ways understood by the @code{list} command (@pxref{List, ,Printing
4410 source lines}).
4411 @end table
4412
4413 For example, we can use @code{info line} to discover the location of
4414 the object code for the first line of function
4415 @code{m4_changequote}:
4416
4417 @c FIXME: I think this example should also show the addresses in
4418 @c symbolic form, as they usually would be displayed.
4419 @smallexample
4420 (@value{GDBP}) info line m4_changequote
4421 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4422 @end smallexample
4423
4424 @noindent
4425 We can also inquire (using @code{*@var{addr}} as the form for
4426 @var{linespec}) what source line covers a particular address:
4427 @smallexample
4428 (@value{GDBP}) info line *0x63ff
4429 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4430 @end smallexample
4431
4432 @cindex @code{$_} and @code{info line}
4433 @kindex x@r{(examine), and} info line
4434 After @code{info line}, the default address for the @code{x} command
4435 is changed to the starting address of the line, so that @samp{x/i} is
4436 sufficient to begin examining the machine code (@pxref{Memory,
4437 ,Examining memory}). Also, this address is saved as the value of the
4438 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4439 variables}).
4440
4441 @table @code
4442 @kindex disassemble
4443 @cindex assembly instructions
4444 @cindex instructions, assembly
4445 @cindex machine instructions
4446 @cindex listing machine instructions
4447 @item disassemble
4448 This specialized command dumps a range of memory as machine
4449 instructions. The default memory range is the function surrounding the
4450 program counter of the selected frame. A single argument to this
4451 command is a program counter value; @value{GDBN} dumps the function
4452 surrounding this value. Two arguments specify a range of addresses
4453 (first inclusive, second exclusive) to dump.
4454 @end table
4455
4456 The following example shows the disassembly of a range of addresses of
4457 HP PA-RISC 2.0 code:
4458
4459 @smallexample
4460 (@value{GDBP}) disas 0x32c4 0x32e4
4461 Dump of assembler code from 0x32c4 to 0x32e4:
4462 0x32c4 <main+204>: addil 0,dp
4463 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4464 0x32cc <main+212>: ldil 0x3000,r31
4465 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4466 0x32d4 <main+220>: ldo 0(r31),rp
4467 0x32d8 <main+224>: addil -0x800,dp
4468 0x32dc <main+228>: ldo 0x588(r1),r26
4469 0x32e0 <main+232>: ldil 0x3000,r31
4470 End of assembler dump.
4471 @end smallexample
4472
4473 Some architectures have more than one commonly-used set of instruction
4474 mnemonics or other syntax.
4475
4476 @table @code
4477 @kindex set disassembly-flavor
4478 @cindex assembly instructions
4479 @cindex instructions, assembly
4480 @cindex machine instructions
4481 @cindex listing machine instructions
4482 @cindex Intel disassembly flavor
4483 @cindex AT&T disassembly flavor
4484 @item set disassembly-flavor @var{instruction-set}
4485 Select the instruction set to use when disassembling the
4486 program via the @code{disassemble} or @code{x/i} commands.
4487
4488 Currently this command is only defined for the Intel x86 family. You
4489 can set @var{instruction-set} to either @code{intel} or @code{att}.
4490 The default is @code{att}, the AT&T flavor used by default by Unix
4491 assemblers for x86-based targets.
4492 @end table
4493
4494
4495 @node Data
4496 @chapter Examining Data
4497
4498 @cindex printing data
4499 @cindex examining data
4500 @kindex print
4501 @kindex inspect
4502 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4503 @c document because it is nonstandard... Under Epoch it displays in a
4504 @c different window or something like that.
4505 The usual way to examine data in your program is with the @code{print}
4506 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4507 evaluates and prints the value of an expression of the language your
4508 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4509 Different Languages}).
4510
4511 @table @code
4512 @item print @var{expr}
4513 @itemx print /@var{f} @var{expr}
4514 @var{expr} is an expression (in the source language). By default the
4515 value of @var{expr} is printed in a format appropriate to its data type;
4516 you can choose a different format by specifying @samp{/@var{f}}, where
4517 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4518 formats}.
4519
4520 @item print
4521 @itemx print /@var{f}
4522 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4523 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4524 conveniently inspect the same value in an alternative format.
4525 @end table
4526
4527 A more low-level way of examining data is with the @code{x} command.
4528 It examines data in memory at a specified address and prints it in a
4529 specified format. @xref{Memory, ,Examining memory}.
4530
4531 If you are interested in information about types, or about how the
4532 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4533 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4534 Table}.
4535
4536 @menu
4537 * Expressions:: Expressions
4538 * Variables:: Program variables
4539 * Arrays:: Artificial arrays
4540 * Output Formats:: Output formats
4541 * Memory:: Examining memory
4542 * Auto Display:: Automatic display
4543 * Print Settings:: Print settings
4544 * Value History:: Value history
4545 * Convenience Vars:: Convenience variables
4546 * Registers:: Registers
4547 * Floating Point Hardware:: Floating point hardware
4548 * Vector Unit:: Vector Unit
4549 * Memory Region Attributes:: Memory region attributes
4550 * Dump/Restore Files:: Copy between memory and a file
4551 * Character Sets:: Debugging programs that use a different
4552 character set than GDB does
4553 @end menu
4554
4555 @node Expressions
4556 @section Expressions
4557
4558 @cindex expressions
4559 @code{print} and many other @value{GDBN} commands accept an expression and
4560 compute its value. Any kind of constant, variable or operator defined
4561 by the programming language you are using is valid in an expression in
4562 @value{GDBN}. This includes conditional expressions, function calls,
4563 casts, and string constants. It also includes preprocessor macros, if
4564 you compiled your program to include this information; see
4565 @ref{Compilation}.
4566
4567 @value{GDBN} supports array constants in expressions input by
4568 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
4569 you can use the command @code{print @{1, 2, 3@}} to build up an array in
4570 memory that is @code{malloc}ed in the target program.
4571
4572 Because C is so widespread, most of the expressions shown in examples in
4573 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4574 Languages}, for information on how to use expressions in other
4575 languages.
4576
4577 In this section, we discuss operators that you can use in @value{GDBN}
4578 expressions regardless of your programming language.
4579
4580 Casts are supported in all languages, not just in C, because it is so
4581 useful to cast a number into a pointer in order to examine a structure
4582 at that address in memory.
4583 @c FIXME: casts supported---Mod2 true?
4584
4585 @value{GDBN} supports these operators, in addition to those common
4586 to programming languages:
4587
4588 @table @code
4589 @item @@
4590 @samp{@@} is a binary operator for treating parts of memory as arrays.
4591 @xref{Arrays, ,Artificial arrays}, for more information.
4592
4593 @item ::
4594 @samp{::} allows you to specify a variable in terms of the file or
4595 function where it is defined. @xref{Variables, ,Program variables}.
4596
4597 @cindex @{@var{type}@}
4598 @cindex type casting memory
4599 @cindex memory, viewing as typed object
4600 @cindex casts, to view memory
4601 @item @{@var{type}@} @var{addr}
4602 Refers to an object of type @var{type} stored at address @var{addr} in
4603 memory. @var{addr} may be any expression whose value is an integer or
4604 pointer (but parentheses are required around binary operators, just as in
4605 a cast). This construct is allowed regardless of what kind of data is
4606 normally supposed to reside at @var{addr}.
4607 @end table
4608
4609 @node Variables
4610 @section Program variables
4611
4612 The most common kind of expression to use is the name of a variable
4613 in your program.
4614
4615 Variables in expressions are understood in the selected stack frame
4616 (@pxref{Selection, ,Selecting a frame}); they must be either:
4617
4618 @itemize @bullet
4619 @item
4620 global (or file-static)
4621 @end itemize
4622
4623 @noindent or
4624
4625 @itemize @bullet
4626 @item
4627 visible according to the scope rules of the
4628 programming language from the point of execution in that frame
4629 @end itemize
4630
4631 @noindent This means that in the function
4632
4633 @smallexample
4634 foo (a)
4635 int a;
4636 @{
4637 bar (a);
4638 @{
4639 int b = test ();
4640 bar (b);
4641 @}
4642 @}
4643 @end smallexample
4644
4645 @noindent
4646 you can examine and use the variable @code{a} whenever your program is
4647 executing within the function @code{foo}, but you can only use or
4648 examine the variable @code{b} while your program is executing inside
4649 the block where @code{b} is declared.
4650
4651 @cindex variable name conflict
4652 There is an exception: you can refer to a variable or function whose
4653 scope is a single source file even if the current execution point is not
4654 in this file. But it is possible to have more than one such variable or
4655 function with the same name (in different source files). If that
4656 happens, referring to that name has unpredictable effects. If you wish,
4657 you can specify a static variable in a particular function or file,
4658 using the colon-colon notation:
4659
4660 @cindex colon-colon, context for variables/functions
4661 @iftex
4662 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
4663 @cindex @code{::}, context for variables/functions
4664 @end iftex
4665 @smallexample
4666 @var{file}::@var{variable}
4667 @var{function}::@var{variable}
4668 @end smallexample
4669
4670 @noindent
4671 Here @var{file} or @var{function} is the name of the context for the
4672 static @var{variable}. In the case of file names, you can use quotes to
4673 make sure @value{GDBN} parses the file name as a single word---for example,
4674 to print a global value of @code{x} defined in @file{f2.c}:
4675
4676 @smallexample
4677 (@value{GDBP}) p 'f2.c'::x
4678 @end smallexample
4679
4680 @cindex C@t{++} scope resolution
4681 This use of @samp{::} is very rarely in conflict with the very similar
4682 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
4683 scope resolution operator in @value{GDBN} expressions.
4684 @c FIXME: Um, so what happens in one of those rare cases where it's in
4685 @c conflict?? --mew
4686
4687 @cindex wrong values
4688 @cindex variable values, wrong
4689 @quotation
4690 @emph{Warning:} Occasionally, a local variable may appear to have the
4691 wrong value at certain points in a function---just after entry to a new
4692 scope, and just before exit.
4693 @end quotation
4694 You may see this problem when you are stepping by machine instructions.
4695 This is because, on most machines, it takes more than one instruction to
4696 set up a stack frame (including local variable definitions); if you are
4697 stepping by machine instructions, variables may appear to have the wrong
4698 values until the stack frame is completely built. On exit, it usually
4699 also takes more than one machine instruction to destroy a stack frame;
4700 after you begin stepping through that group of instructions, local
4701 variable definitions may be gone.
4702
4703 This may also happen when the compiler does significant optimizations.
4704 To be sure of always seeing accurate values, turn off all optimization
4705 when compiling.
4706
4707 @cindex ``No symbol "foo" in current context''
4708 Another possible effect of compiler optimizations is to optimize
4709 unused variables out of existence, or assign variables to registers (as
4710 opposed to memory addresses). Depending on the support for such cases
4711 offered by the debug info format used by the compiler, @value{GDBN}
4712 might not be able to display values for such local variables. If that
4713 happens, @value{GDBN} will print a message like this:
4714
4715 @smallexample
4716 No symbol "foo" in current context.
4717 @end smallexample
4718
4719 To solve such problems, either recompile without optimizations, or use a
4720 different debug info format, if the compiler supports several such
4721 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4722 usually supports the @option{-gstabs+} option. @option{-gstabs+}
4723 produces debug info in a format that is superior to formats such as
4724 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4725 an effective form for debug info. @xref{Debugging Options,,Options
4726 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
4727
4728
4729 @node Arrays
4730 @section Artificial arrays
4731
4732 @cindex artificial array
4733 @kindex @@@r{, referencing memory as an array}
4734 It is often useful to print out several successive objects of the
4735 same type in memory; a section of an array, or an array of
4736 dynamically determined size for which only a pointer exists in the
4737 program.
4738
4739 You can do this by referring to a contiguous span of memory as an
4740 @dfn{artificial array}, using the binary operator @samp{@@}. The left
4741 operand of @samp{@@} should be the first element of the desired array
4742 and be an individual object. The right operand should be the desired length
4743 of the array. The result is an array value whose elements are all of
4744 the type of the left argument. The first element is actually the left
4745 argument; the second element comes from bytes of memory immediately
4746 following those that hold the first element, and so on. Here is an
4747 example. If a program says
4748
4749 @smallexample
4750 int *array = (int *) malloc (len * sizeof (int));
4751 @end smallexample
4752
4753 @noindent
4754 you can print the contents of @code{array} with
4755
4756 @smallexample
4757 p *array@@len
4758 @end smallexample
4759
4760 The left operand of @samp{@@} must reside in memory. Array values made
4761 with @samp{@@} in this way behave just like other arrays in terms of
4762 subscripting, and are coerced to pointers when used in expressions.
4763 Artificial arrays most often appear in expressions via the value history
4764 (@pxref{Value History, ,Value history}), after printing one out.
4765
4766 Another way to create an artificial array is to use a cast.
4767 This re-interprets a value as if it were an array.
4768 The value need not be in memory:
4769 @smallexample
4770 (@value{GDBP}) p/x (short[2])0x12345678
4771 $1 = @{0x1234, 0x5678@}
4772 @end smallexample
4773
4774 As a convenience, if you leave the array length out (as in
4775 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
4776 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4777 @smallexample
4778 (@value{GDBP}) p/x (short[])0x12345678
4779 $2 = @{0x1234, 0x5678@}
4780 @end smallexample
4781
4782 Sometimes the artificial array mechanism is not quite enough; in
4783 moderately complex data structures, the elements of interest may not
4784 actually be adjacent---for example, if you are interested in the values
4785 of pointers in an array. One useful work-around in this situation is
4786 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4787 variables}) as a counter in an expression that prints the first
4788 interesting value, and then repeat that expression via @key{RET}. For
4789 instance, suppose you have an array @code{dtab} of pointers to
4790 structures, and you are interested in the values of a field @code{fv}
4791 in each structure. Here is an example of what you might type:
4792
4793 @smallexample
4794 set $i = 0
4795 p dtab[$i++]->fv
4796 @key{RET}
4797 @key{RET}
4798 @dots{}
4799 @end smallexample
4800
4801 @node Output Formats
4802 @section Output formats
4803
4804 @cindex formatted output
4805 @cindex output formats
4806 By default, @value{GDBN} prints a value according to its data type. Sometimes
4807 this is not what you want. For example, you might want to print a number
4808 in hex, or a pointer in decimal. Or you might want to view data in memory
4809 at a certain address as a character string or as an instruction. To do
4810 these things, specify an @dfn{output format} when you print a value.
4811
4812 The simplest use of output formats is to say how to print a value
4813 already computed. This is done by starting the arguments of the
4814 @code{print} command with a slash and a format letter. The format
4815 letters supported are:
4816
4817 @table @code
4818 @item x
4819 Regard the bits of the value as an integer, and print the integer in
4820 hexadecimal.
4821
4822 @item d
4823 Print as integer in signed decimal.
4824
4825 @item u
4826 Print as integer in unsigned decimal.
4827
4828 @item o
4829 Print as integer in octal.
4830
4831 @item t
4832 Print as integer in binary. The letter @samp{t} stands for ``two''.
4833 @footnote{@samp{b} cannot be used because these format letters are also
4834 used with the @code{x} command, where @samp{b} stands for ``byte'';
4835 see @ref{Memory,,Examining memory}.}
4836
4837 @item a
4838 @cindex unknown address, locating
4839 @cindex locate address
4840 Print as an address, both absolute in hexadecimal and as an offset from
4841 the nearest preceding symbol. You can use this format used to discover
4842 where (in what function) an unknown address is located:
4843
4844 @smallexample
4845 (@value{GDBP}) p/a 0x54320
4846 $3 = 0x54320 <_initialize_vx+396>
4847 @end smallexample
4848
4849 @noindent
4850 The command @code{info symbol 0x54320} yields similar results.
4851 @xref{Symbols, info symbol}.
4852
4853 @item c
4854 Regard as an integer and print it as a character constant.
4855
4856 @item f
4857 Regard the bits of the value as a floating point number and print
4858 using typical floating point syntax.
4859 @end table
4860
4861 For example, to print the program counter in hex (@pxref{Registers}), type
4862
4863 @smallexample
4864 p/x $pc
4865 @end smallexample
4866
4867 @noindent
4868 Note that no space is required before the slash; this is because command
4869 names in @value{GDBN} cannot contain a slash.
4870
4871 To reprint the last value in the value history with a different format,
4872 you can use the @code{print} command with just a format and no
4873 expression. For example, @samp{p/x} reprints the last value in hex.
4874
4875 @node Memory
4876 @section Examining memory
4877
4878 You can use the command @code{x} (for ``examine'') to examine memory in
4879 any of several formats, independently of your program's data types.
4880
4881 @cindex examining memory
4882 @table @code
4883 @kindex x @r{(examine memory)}
4884 @item x/@var{nfu} @var{addr}
4885 @itemx x @var{addr}
4886 @itemx x
4887 Use the @code{x} command to examine memory.
4888 @end table
4889
4890 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4891 much memory to display and how to format it; @var{addr} is an
4892 expression giving the address where you want to start displaying memory.
4893 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4894 Several commands set convenient defaults for @var{addr}.
4895
4896 @table @r
4897 @item @var{n}, the repeat count
4898 The repeat count is a decimal integer; the default is 1. It specifies
4899 how much memory (counting by units @var{u}) to display.
4900 @c This really is **decimal**; unaffected by 'set radix' as of GDB
4901 @c 4.1.2.
4902
4903 @item @var{f}, the display format
4904 The display format is one of the formats used by @code{print},
4905 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
4906 The default is @samp{x} (hexadecimal) initially.
4907 The default changes each time you use either @code{x} or @code{print}.
4908
4909 @item @var{u}, the unit size
4910 The unit size is any of
4911
4912 @table @code
4913 @item b
4914 Bytes.
4915 @item h
4916 Halfwords (two bytes).
4917 @item w
4918 Words (four bytes). This is the initial default.
4919 @item g
4920 Giant words (eight bytes).
4921 @end table
4922
4923 Each time you specify a unit size with @code{x}, that size becomes the
4924 default unit the next time you use @code{x}. (For the @samp{s} and
4925 @samp{i} formats, the unit size is ignored and is normally not written.)
4926
4927 @item @var{addr}, starting display address
4928 @var{addr} is the address where you want @value{GDBN} to begin displaying
4929 memory. The expression need not have a pointer value (though it may);
4930 it is always interpreted as an integer address of a byte of memory.
4931 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
4932 @var{addr} is usually just after the last address examined---but several
4933 other commands also set the default address: @code{info breakpoints} (to
4934 the address of the last breakpoint listed), @code{info line} (to the
4935 starting address of a line), and @code{print} (if you use it to display
4936 a value from memory).
4937 @end table
4938
4939 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4940 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4941 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4942 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
4943 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
4944
4945 Since the letters indicating unit sizes are all distinct from the
4946 letters specifying output formats, you do not have to remember whether
4947 unit size or format comes first; either order works. The output
4948 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4949 (However, the count @var{n} must come first; @samp{wx4} does not work.)
4950
4951 Even though the unit size @var{u} is ignored for the formats @samp{s}
4952 and @samp{i}, you might still want to use a count @var{n}; for example,
4953 @samp{3i} specifies that you want to see three machine instructions,
4954 including any operands. The command @code{disassemble} gives an
4955 alternative way of inspecting machine instructions; see @ref{Machine
4956 Code,,Source and machine code}.
4957
4958 All the defaults for the arguments to @code{x} are designed to make it
4959 easy to continue scanning memory with minimal specifications each time
4960 you use @code{x}. For example, after you have inspected three machine
4961 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4962 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4963 the repeat count @var{n} is used again; the other arguments default as
4964 for successive uses of @code{x}.
4965
4966 @cindex @code{$_}, @code{$__}, and value history
4967 The addresses and contents printed by the @code{x} command are not saved
4968 in the value history because there is often too much of them and they
4969 would get in the way. Instead, @value{GDBN} makes these values available for
4970 subsequent use in expressions as values of the convenience variables
4971 @code{$_} and @code{$__}. After an @code{x} command, the last address
4972 examined is available for use in expressions in the convenience variable
4973 @code{$_}. The contents of that address, as examined, are available in
4974 the convenience variable @code{$__}.
4975
4976 If the @code{x} command has a repeat count, the address and contents saved
4977 are from the last memory unit printed; this is not the same as the last
4978 address printed if several units were printed on the last line of output.
4979
4980 @node Auto Display
4981 @section Automatic display
4982 @cindex automatic display
4983 @cindex display of expressions
4984
4985 If you find that you want to print the value of an expression frequently
4986 (to see how it changes), you might want to add it to the @dfn{automatic
4987 display list} so that @value{GDBN} prints its value each time your program stops.
4988 Each expression added to the list is given a number to identify it;
4989 to remove an expression from the list, you specify that number.
4990 The automatic display looks like this:
4991
4992 @smallexample
4993 2: foo = 38
4994 3: bar[5] = (struct hack *) 0x3804
4995 @end smallexample
4996
4997 @noindent
4998 This display shows item numbers, expressions and their current values. As with
4999 displays you request manually using @code{x} or @code{print}, you can
5000 specify the output format you prefer; in fact, @code{display} decides
5001 whether to use @code{print} or @code{x} depending on how elaborate your
5002 format specification is---it uses @code{x} if you specify a unit size,
5003 or one of the two formats (@samp{i} and @samp{s}) that are only
5004 supported by @code{x}; otherwise it uses @code{print}.
5005
5006 @table @code
5007 @kindex display
5008 @item display @var{expr}
5009 Add the expression @var{expr} to the list of expressions to display
5010 each time your program stops. @xref{Expressions, ,Expressions}.
5011
5012 @code{display} does not repeat if you press @key{RET} again after using it.
5013
5014 @item display/@var{fmt} @var{expr}
5015 For @var{fmt} specifying only a display format and not a size or
5016 count, add the expression @var{expr} to the auto-display list but
5017 arrange to display it each time in the specified format @var{fmt}.
5018 @xref{Output Formats,,Output formats}.
5019
5020 @item display/@var{fmt} @var{addr}
5021 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5022 number of units, add the expression @var{addr} as a memory address to
5023 be examined each time your program stops. Examining means in effect
5024 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5025 @end table
5026
5027 For example, @samp{display/i $pc} can be helpful, to see the machine
5028 instruction about to be executed each time execution stops (@samp{$pc}
5029 is a common name for the program counter; @pxref{Registers, ,Registers}).
5030
5031 @table @code
5032 @kindex delete display
5033 @kindex undisplay
5034 @item undisplay @var{dnums}@dots{}
5035 @itemx delete display @var{dnums}@dots{}
5036 Remove item numbers @var{dnums} from the list of expressions to display.
5037
5038 @code{undisplay} does not repeat if you press @key{RET} after using it.
5039 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5040
5041 @kindex disable display
5042 @item disable display @var{dnums}@dots{}
5043 Disable the display of item numbers @var{dnums}. A disabled display
5044 item is not printed automatically, but is not forgotten. It may be
5045 enabled again later.
5046
5047 @kindex enable display
5048 @item enable display @var{dnums}@dots{}
5049 Enable display of item numbers @var{dnums}. It becomes effective once
5050 again in auto display of its expression, until you specify otherwise.
5051
5052 @item display
5053 Display the current values of the expressions on the list, just as is
5054 done when your program stops.
5055
5056 @kindex info display
5057 @item info display
5058 Print the list of expressions previously set up to display
5059 automatically, each one with its item number, but without showing the
5060 values. This includes disabled expressions, which are marked as such.
5061 It also includes expressions which would not be displayed right now
5062 because they refer to automatic variables not currently available.
5063 @end table
5064
5065 If a display expression refers to local variables, then it does not make
5066 sense outside the lexical context for which it was set up. Such an
5067 expression is disabled when execution enters a context where one of its
5068 variables is not defined. For example, if you give the command
5069 @code{display last_char} while inside a function with an argument
5070 @code{last_char}, @value{GDBN} displays this argument while your program
5071 continues to stop inside that function. When it stops elsewhere---where
5072 there is no variable @code{last_char}---the display is disabled
5073 automatically. The next time your program stops where @code{last_char}
5074 is meaningful, you can enable the display expression once again.
5075
5076 @node Print Settings
5077 @section Print settings
5078
5079 @cindex format options
5080 @cindex print settings
5081 @value{GDBN} provides the following ways to control how arrays, structures,
5082 and symbols are printed.
5083
5084 @noindent
5085 These settings are useful for debugging programs in any language:
5086
5087 @table @code
5088 @kindex set print address
5089 @item set print address
5090 @itemx set print address on
5091 @value{GDBN} prints memory addresses showing the location of stack
5092 traces, structure values, pointer values, breakpoints, and so forth,
5093 even when it also displays the contents of those addresses. The default
5094 is @code{on}. For example, this is what a stack frame display looks like with
5095 @code{set print address on}:
5096
5097 @smallexample
5098 @group
5099 (@value{GDBP}) f
5100 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5101 at input.c:530
5102 530 if (lquote != def_lquote)
5103 @end group
5104 @end smallexample
5105
5106 @item set print address off
5107 Do not print addresses when displaying their contents. For example,
5108 this is the same stack frame displayed with @code{set print address off}:
5109
5110 @smallexample
5111 @group
5112 (@value{GDBP}) set print addr off
5113 (@value{GDBP}) f
5114 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5115 530 if (lquote != def_lquote)
5116 @end group
5117 @end smallexample
5118
5119 You can use @samp{set print address off} to eliminate all machine
5120 dependent displays from the @value{GDBN} interface. For example, with
5121 @code{print address off}, you should get the same text for backtraces on
5122 all machines---whether or not they involve pointer arguments.
5123
5124 @kindex show print address
5125 @item show print address
5126 Show whether or not addresses are to be printed.
5127 @end table
5128
5129 When @value{GDBN} prints a symbolic address, it normally prints the
5130 closest earlier symbol plus an offset. If that symbol does not uniquely
5131 identify the address (for example, it is a name whose scope is a single
5132 source file), you may need to clarify. One way to do this is with
5133 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5134 you can set @value{GDBN} to print the source file and line number when
5135 it prints a symbolic address:
5136
5137 @table @code
5138 @kindex set print symbol-filename
5139 @item set print symbol-filename on
5140 Tell @value{GDBN} to print the source file name and line number of a
5141 symbol in the symbolic form of an address.
5142
5143 @item set print symbol-filename off
5144 Do not print source file name and line number of a symbol. This is the
5145 default.
5146
5147 @kindex show print symbol-filename
5148 @item show print symbol-filename
5149 Show whether or not @value{GDBN} will print the source file name and
5150 line number of a symbol in the symbolic form of an address.
5151 @end table
5152
5153 Another situation where it is helpful to show symbol filenames and line
5154 numbers is when disassembling code; @value{GDBN} shows you the line
5155 number and source file that corresponds to each instruction.
5156
5157 Also, you may wish to see the symbolic form only if the address being
5158 printed is reasonably close to the closest earlier symbol:
5159
5160 @table @code
5161 @kindex set print max-symbolic-offset
5162 @item set print max-symbolic-offset @var{max-offset}
5163 Tell @value{GDBN} to only display the symbolic form of an address if the
5164 offset between the closest earlier symbol and the address is less than
5165 @var{max-offset}. The default is 0, which tells @value{GDBN}
5166 to always print the symbolic form of an address if any symbol precedes it.
5167
5168 @kindex show print max-symbolic-offset
5169 @item show print max-symbolic-offset
5170 Ask how large the maximum offset is that @value{GDBN} prints in a
5171 symbolic address.
5172 @end table
5173
5174 @cindex wild pointer, interpreting
5175 @cindex pointer, finding referent
5176 If you have a pointer and you are not sure where it points, try
5177 @samp{set print symbol-filename on}. Then you can determine the name
5178 and source file location of the variable where it points, using
5179 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5180 For example, here @value{GDBN} shows that a variable @code{ptt} points
5181 at another variable @code{t}, defined in @file{hi2.c}:
5182
5183 @smallexample
5184 (@value{GDBP}) set print symbol-filename on
5185 (@value{GDBP}) p/a ptt
5186 $4 = 0xe008 <t in hi2.c>
5187 @end smallexample
5188
5189 @quotation
5190 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5191 does not show the symbol name and filename of the referent, even with
5192 the appropriate @code{set print} options turned on.
5193 @end quotation
5194
5195 Other settings control how different kinds of objects are printed:
5196
5197 @table @code
5198 @kindex set print array
5199 @item set print array
5200 @itemx set print array on
5201 Pretty print arrays. This format is more convenient to read,
5202 but uses more space. The default is off.
5203
5204 @item set print array off
5205 Return to compressed format for arrays.
5206
5207 @kindex show print array
5208 @item show print array
5209 Show whether compressed or pretty format is selected for displaying
5210 arrays.
5211
5212 @kindex set print elements
5213 @item set print elements @var{number-of-elements}
5214 Set a limit on how many elements of an array @value{GDBN} will print.
5215 If @value{GDBN} is printing a large array, it stops printing after it has
5216 printed the number of elements set by the @code{set print elements} command.
5217 This limit also applies to the display of strings.
5218 When @value{GDBN} starts, this limit is set to 200.
5219 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5220
5221 @kindex show print elements
5222 @item show print elements
5223 Display the number of elements of a large array that @value{GDBN} will print.
5224 If the number is 0, then the printing is unlimited.
5225
5226 @kindex set print null-stop
5227 @item set print null-stop
5228 Cause @value{GDBN} to stop printing the characters of an array when the first
5229 @sc{null} is encountered. This is useful when large arrays actually
5230 contain only short strings.
5231 The default is off.
5232
5233 @kindex set print pretty
5234 @item set print pretty on
5235 Cause @value{GDBN} to print structures in an indented format with one member
5236 per line, like this:
5237
5238 @smallexample
5239 @group
5240 $1 = @{
5241 next = 0x0,
5242 flags = @{
5243 sweet = 1,
5244 sour = 1
5245 @},
5246 meat = 0x54 "Pork"
5247 @}
5248 @end group
5249 @end smallexample
5250
5251 @item set print pretty off
5252 Cause @value{GDBN} to print structures in a compact format, like this:
5253
5254 @smallexample
5255 @group
5256 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5257 meat = 0x54 "Pork"@}
5258 @end group
5259 @end smallexample
5260
5261 @noindent
5262 This is the default format.
5263
5264 @kindex show print pretty
5265 @item show print pretty
5266 Show which format @value{GDBN} is using to print structures.
5267
5268 @kindex set print sevenbit-strings
5269 @item set print sevenbit-strings on
5270 Print using only seven-bit characters; if this option is set,
5271 @value{GDBN} displays any eight-bit characters (in strings or
5272 character values) using the notation @code{\}@var{nnn}. This setting is
5273 best if you are working in English (@sc{ascii}) and you use the
5274 high-order bit of characters as a marker or ``meta'' bit.
5275
5276 @item set print sevenbit-strings off
5277 Print full eight-bit characters. This allows the use of more
5278 international character sets, and is the default.
5279
5280 @kindex show print sevenbit-strings
5281 @item show print sevenbit-strings
5282 Show whether or not @value{GDBN} is printing only seven-bit characters.
5283
5284 @kindex set print union
5285 @item set print union on
5286 Tell @value{GDBN} to print unions which are contained in structures. This
5287 is the default setting.
5288
5289 @item set print union off
5290 Tell @value{GDBN} not to print unions which are contained in structures.
5291
5292 @kindex show print union
5293 @item show print union
5294 Ask @value{GDBN} whether or not it will print unions which are contained in
5295 structures.
5296
5297 For example, given the declarations
5298
5299 @smallexample
5300 typedef enum @{Tree, Bug@} Species;
5301 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5302 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5303 Bug_forms;
5304
5305 struct thing @{
5306 Species it;
5307 union @{
5308 Tree_forms tree;
5309 Bug_forms bug;
5310 @} form;
5311 @};
5312
5313 struct thing foo = @{Tree, @{Acorn@}@};
5314 @end smallexample
5315
5316 @noindent
5317 with @code{set print union on} in effect @samp{p foo} would print
5318
5319 @smallexample
5320 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5321 @end smallexample
5322
5323 @noindent
5324 and with @code{set print union off} in effect it would print
5325
5326 @smallexample
5327 $1 = @{it = Tree, form = @{...@}@}
5328 @end smallexample
5329 @end table
5330
5331 @need 1000
5332 @noindent
5333 These settings are of interest when debugging C@t{++} programs:
5334
5335 @table @code
5336 @cindex demangling
5337 @kindex set print demangle
5338 @item set print demangle
5339 @itemx set print demangle on
5340 Print C@t{++} names in their source form rather than in the encoded
5341 (``mangled'') form passed to the assembler and linker for type-safe
5342 linkage. The default is on.
5343
5344 @kindex show print demangle
5345 @item show print demangle
5346 Show whether C@t{++} names are printed in mangled or demangled form.
5347
5348 @kindex set print asm-demangle
5349 @item set print asm-demangle
5350 @itemx set print asm-demangle on
5351 Print C@t{++} names in their source form rather than their mangled form, even
5352 in assembler code printouts such as instruction disassemblies.
5353 The default is off.
5354
5355 @kindex show print asm-demangle
5356 @item show print asm-demangle
5357 Show whether C@t{++} names in assembly listings are printed in mangled
5358 or demangled form.
5359
5360 @kindex set demangle-style
5361 @cindex C@t{++} symbol decoding style
5362 @cindex symbol decoding style, C@t{++}
5363 @item set demangle-style @var{style}
5364 Choose among several encoding schemes used by different compilers to
5365 represent C@t{++} names. The choices for @var{style} are currently:
5366
5367 @table @code
5368 @item auto
5369 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5370
5371 @item gnu
5372 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5373 This is the default.
5374
5375 @item hp
5376 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5377
5378 @item lucid
5379 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5380
5381 @item arm
5382 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5383 @strong{Warning:} this setting alone is not sufficient to allow
5384 debugging @code{cfront}-generated executables. @value{GDBN} would
5385 require further enhancement to permit that.
5386
5387 @end table
5388 If you omit @var{style}, you will see a list of possible formats.
5389
5390 @kindex show demangle-style
5391 @item show demangle-style
5392 Display the encoding style currently in use for decoding C@t{++} symbols.
5393
5394 @kindex set print object
5395 @item set print object
5396 @itemx set print object on
5397 When displaying a pointer to an object, identify the @emph{actual}
5398 (derived) type of the object rather than the @emph{declared} type, using
5399 the virtual function table.
5400
5401 @item set print object off
5402 Display only the declared type of objects, without reference to the
5403 virtual function table. This is the default setting.
5404
5405 @kindex show print object
5406 @item show print object
5407 Show whether actual, or declared, object types are displayed.
5408
5409 @kindex set print static-members
5410 @item set print static-members
5411 @itemx set print static-members on
5412 Print static members when displaying a C@t{++} object. The default is on.
5413
5414 @item set print static-members off
5415 Do not print static members when displaying a C@t{++} object.
5416
5417 @kindex show print static-members
5418 @item show print static-members
5419 Show whether C@t{++} static members are printed, or not.
5420
5421 @c These don't work with HP ANSI C++ yet.
5422 @kindex set print vtbl
5423 @item set print vtbl
5424 @itemx set print vtbl on
5425 Pretty print C@t{++} virtual function tables. The default is off.
5426 (The @code{vtbl} commands do not work on programs compiled with the HP
5427 ANSI C@t{++} compiler (@code{aCC}).)
5428
5429 @item set print vtbl off
5430 Do not pretty print C@t{++} virtual function tables.
5431
5432 @kindex show print vtbl
5433 @item show print vtbl
5434 Show whether C@t{++} virtual function tables are pretty printed, or not.
5435 @end table
5436
5437 @node Value History
5438 @section Value history
5439
5440 @cindex value history
5441 Values printed by the @code{print} command are saved in the @value{GDBN}
5442 @dfn{value history}. This allows you to refer to them in other expressions.
5443 Values are kept until the symbol table is re-read or discarded
5444 (for example with the @code{file} or @code{symbol-file} commands).
5445 When the symbol table changes, the value history is discarded,
5446 since the values may contain pointers back to the types defined in the
5447 symbol table.
5448
5449 @cindex @code{$}
5450 @cindex @code{$$}
5451 @cindex history number
5452 The values printed are given @dfn{history numbers} by which you can
5453 refer to them. These are successive integers starting with one.
5454 @code{print} shows you the history number assigned to a value by
5455 printing @samp{$@var{num} = } before the value; here @var{num} is the
5456 history number.
5457
5458 To refer to any previous value, use @samp{$} followed by the value's
5459 history number. The way @code{print} labels its output is designed to
5460 remind you of this. Just @code{$} refers to the most recent value in
5461 the history, and @code{$$} refers to the value before that.
5462 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5463 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5464 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5465
5466 For example, suppose you have just printed a pointer to a structure and
5467 want to see the contents of the structure. It suffices to type
5468
5469 @smallexample
5470 p *$
5471 @end smallexample
5472
5473 If you have a chain of structures where the component @code{next} points
5474 to the next one, you can print the contents of the next one with this:
5475
5476 @smallexample
5477 p *$.next
5478 @end smallexample
5479
5480 @noindent
5481 You can print successive links in the chain by repeating this
5482 command---which you can do by just typing @key{RET}.
5483
5484 Note that the history records values, not expressions. If the value of
5485 @code{x} is 4 and you type these commands:
5486
5487 @smallexample
5488 print x
5489 set x=5
5490 @end smallexample
5491
5492 @noindent
5493 then the value recorded in the value history by the @code{print} command
5494 remains 4 even though the value of @code{x} has changed.
5495
5496 @table @code
5497 @kindex show values
5498 @item show values
5499 Print the last ten values in the value history, with their item numbers.
5500 This is like @samp{p@ $$9} repeated ten times, except that @code{show
5501 values} does not change the history.
5502
5503 @item show values @var{n}
5504 Print ten history values centered on history item number @var{n}.
5505
5506 @item show values +
5507 Print ten history values just after the values last printed. If no more
5508 values are available, @code{show values +} produces no display.
5509 @end table
5510
5511 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5512 same effect as @samp{show values +}.
5513
5514 @node Convenience Vars
5515 @section Convenience variables
5516
5517 @cindex convenience variables
5518 @value{GDBN} provides @dfn{convenience variables} that you can use within
5519 @value{GDBN} to hold on to a value and refer to it later. These variables
5520 exist entirely within @value{GDBN}; they are not part of your program, and
5521 setting a convenience variable has no direct effect on further execution
5522 of your program. That is why you can use them freely.
5523
5524 Convenience variables are prefixed with @samp{$}. Any name preceded by
5525 @samp{$} can be used for a convenience variable, unless it is one of
5526 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5527 (Value history references, in contrast, are @emph{numbers} preceded
5528 by @samp{$}. @xref{Value History, ,Value history}.)
5529
5530 You can save a value in a convenience variable with an assignment
5531 expression, just as you would set a variable in your program.
5532 For example:
5533
5534 @smallexample
5535 set $foo = *object_ptr
5536 @end smallexample
5537
5538 @noindent
5539 would save in @code{$foo} the value contained in the object pointed to by
5540 @code{object_ptr}.
5541
5542 Using a convenience variable for the first time creates it, but its
5543 value is @code{void} until you assign a new value. You can alter the
5544 value with another assignment at any time.
5545
5546 Convenience variables have no fixed types. You can assign a convenience
5547 variable any type of value, including structures and arrays, even if
5548 that variable already has a value of a different type. The convenience
5549 variable, when used as an expression, has the type of its current value.
5550
5551 @table @code
5552 @kindex show convenience
5553 @item show convenience
5554 Print a list of convenience variables used so far, and their values.
5555 Abbreviated @code{show conv}.
5556 @end table
5557
5558 One of the ways to use a convenience variable is as a counter to be
5559 incremented or a pointer to be advanced. For example, to print
5560 a field from successive elements of an array of structures:
5561
5562 @smallexample
5563 set $i = 0
5564 print bar[$i++]->contents
5565 @end smallexample
5566
5567 @noindent
5568 Repeat that command by typing @key{RET}.
5569
5570 Some convenience variables are created automatically by @value{GDBN} and given
5571 values likely to be useful.
5572
5573 @table @code
5574 @vindex $_@r{, convenience variable}
5575 @item $_
5576 The variable @code{$_} is automatically set by the @code{x} command to
5577 the last address examined (@pxref{Memory, ,Examining memory}). Other
5578 commands which provide a default address for @code{x} to examine also
5579 set @code{$_} to that address; these commands include @code{info line}
5580 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5581 except when set by the @code{x} command, in which case it is a pointer
5582 to the type of @code{$__}.
5583
5584 @vindex $__@r{, convenience variable}
5585 @item $__
5586 The variable @code{$__} is automatically set by the @code{x} command
5587 to the value found in the last address examined. Its type is chosen
5588 to match the format in which the data was printed.
5589
5590 @item $_exitcode
5591 @vindex $_exitcode@r{, convenience variable}
5592 The variable @code{$_exitcode} is automatically set to the exit code when
5593 the program being debugged terminates.
5594 @end table
5595
5596 On HP-UX systems, if you refer to a function or variable name that
5597 begins with a dollar sign, @value{GDBN} searches for a user or system
5598 name first, before it searches for a convenience variable.
5599
5600 @node Registers
5601 @section Registers
5602
5603 @cindex registers
5604 You can refer to machine register contents, in expressions, as variables
5605 with names starting with @samp{$}. The names of registers are different
5606 for each machine; use @code{info registers} to see the names used on
5607 your machine.
5608
5609 @table @code
5610 @kindex info registers
5611 @item info registers
5612 Print the names and values of all registers except floating-point
5613 and vector registers (in the selected stack frame).
5614
5615 @kindex info all-registers
5616 @cindex floating point registers
5617 @item info all-registers
5618 Print the names and values of all registers, including floating-point
5619 and vector registers (in the selected stack frame).
5620
5621 @item info registers @var{regname} @dots{}
5622 Print the @dfn{relativized} value of each specified register @var{regname}.
5623 As discussed in detail below, register values are normally relative to
5624 the selected stack frame. @var{regname} may be any register name valid on
5625 the machine you are using, with or without the initial @samp{$}.
5626 @end table
5627
5628 @value{GDBN} has four ``standard'' register names that are available (in
5629 expressions) on most machines---whenever they do not conflict with an
5630 architecture's canonical mnemonics for registers. The register names
5631 @code{$pc} and @code{$sp} are used for the program counter register and
5632 the stack pointer. @code{$fp} is used for a register that contains a
5633 pointer to the current stack frame, and @code{$ps} is used for a
5634 register that contains the processor status. For example,
5635 you could print the program counter in hex with
5636
5637 @smallexample
5638 p/x $pc
5639 @end smallexample
5640
5641 @noindent
5642 or print the instruction to be executed next with
5643
5644 @smallexample
5645 x/i $pc
5646 @end smallexample
5647
5648 @noindent
5649 or add four to the stack pointer@footnote{This is a way of removing
5650 one word from the stack, on machines where stacks grow downward in
5651 memory (most machines, nowadays). This assumes that the innermost
5652 stack frame is selected; setting @code{$sp} is not allowed when other
5653 stack frames are selected. To pop entire frames off the stack,
5654 regardless of machine architecture, use @code{return};
5655 see @ref{Returning, ,Returning from a function}.} with
5656
5657 @smallexample
5658 set $sp += 4
5659 @end smallexample
5660
5661 Whenever possible, these four standard register names are available on
5662 your machine even though the machine has different canonical mnemonics,
5663 so long as there is no conflict. The @code{info registers} command
5664 shows the canonical names. For example, on the SPARC, @code{info
5665 registers} displays the processor status register as @code{$psr} but you
5666 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5667 is an alias for the @sc{eflags} register.
5668
5669 @value{GDBN} always considers the contents of an ordinary register as an
5670 integer when the register is examined in this way. Some machines have
5671 special registers which can hold nothing but floating point; these
5672 registers are considered to have floating point values. There is no way
5673 to refer to the contents of an ordinary register as floating point value
5674 (although you can @emph{print} it as a floating point value with
5675 @samp{print/f $@var{regname}}).
5676
5677 Some registers have distinct ``raw'' and ``virtual'' data formats. This
5678 means that the data format in which the register contents are saved by
5679 the operating system is not the same one that your program normally
5680 sees. For example, the registers of the 68881 floating point
5681 coprocessor are always saved in ``extended'' (raw) format, but all C
5682 programs expect to work with ``double'' (virtual) format. In such
5683 cases, @value{GDBN} normally works with the virtual format only (the format
5684 that makes sense for your program), but the @code{info registers} command
5685 prints the data in both formats.
5686
5687 Normally, register values are relative to the selected stack frame
5688 (@pxref{Selection, ,Selecting a frame}). This means that you get the
5689 value that the register would contain if all stack frames farther in
5690 were exited and their saved registers restored. In order to see the
5691 true contents of hardware registers, you must select the innermost
5692 frame (with @samp{frame 0}).
5693
5694 However, @value{GDBN} must deduce where registers are saved, from the machine
5695 code generated by your compiler. If some registers are not saved, or if
5696 @value{GDBN} is unable to locate the saved registers, the selected stack
5697 frame makes no difference.
5698
5699 @node Floating Point Hardware
5700 @section Floating point hardware
5701 @cindex floating point
5702
5703 Depending on the configuration, @value{GDBN} may be able to give
5704 you more information about the status of the floating point hardware.
5705
5706 @table @code
5707 @kindex info float
5708 @item info float
5709 Display hardware-dependent information about the floating
5710 point unit. The exact contents and layout vary depending on the
5711 floating point chip. Currently, @samp{info float} is supported on
5712 the ARM and x86 machines.
5713 @end table
5714
5715 @node Vector Unit
5716 @section Vector Unit
5717 @cindex vector unit
5718
5719 Depending on the configuration, @value{GDBN} may be able to give you
5720 more information about the status of the vector unit.
5721
5722 @table @code
5723 @kindex info vector
5724 @item info vector
5725 Display information about the vector unit. The exact contents and
5726 layout vary depending on the hardware.
5727 @end table
5728
5729 @node Memory Region Attributes
5730 @section Memory region attributes
5731 @cindex memory region attributes
5732
5733 @dfn{Memory region attributes} allow you to describe special handling
5734 required by regions of your target's memory. @value{GDBN} uses attributes
5735 to determine whether to allow certain types of memory accesses; whether to
5736 use specific width accesses; and whether to cache target memory.
5737
5738 Defined memory regions can be individually enabled and disabled. When a
5739 memory region is disabled, @value{GDBN} uses the default attributes when
5740 accessing memory in that region. Similarly, if no memory regions have
5741 been defined, @value{GDBN} uses the default attributes when accessing
5742 all memory.
5743
5744 When a memory region is defined, it is given a number to identify it;
5745 to enable, disable, or remove a memory region, you specify that number.
5746
5747 @table @code
5748 @kindex mem
5749 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
5750 Define memory region bounded by @var{lower} and @var{upper} with
5751 attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5752 special case: it is treated as the the target's maximum memory address.
5753 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
5754
5755 @kindex delete mem
5756 @item delete mem @var{nums}@dots{}
5757 Remove memory regions @var{nums}@dots{}.
5758
5759 @kindex disable mem
5760 @item disable mem @var{nums}@dots{}
5761 Disable memory regions @var{nums}@dots{}.
5762 A disabled memory region is not forgotten.
5763 It may be enabled again later.
5764
5765 @kindex enable mem
5766 @item enable mem @var{nums}@dots{}
5767 Enable memory regions @var{nums}@dots{}.
5768
5769 @kindex info mem
5770 @item info mem
5771 Print a table of all defined memory regions, with the following columns
5772 for each region.
5773
5774 @table @emph
5775 @item Memory Region Number
5776 @item Enabled or Disabled.
5777 Enabled memory regions are marked with @samp{y}.
5778 Disabled memory regions are marked with @samp{n}.
5779
5780 @item Lo Address
5781 The address defining the inclusive lower bound of the memory region.
5782
5783 @item Hi Address
5784 The address defining the exclusive upper bound of the memory region.
5785
5786 @item Attributes
5787 The list of attributes set for this memory region.
5788 @end table
5789 @end table
5790
5791
5792 @subsection Attributes
5793
5794 @subsubsection Memory Access Mode
5795 The access mode attributes set whether @value{GDBN} may make read or
5796 write accesses to a memory region.
5797
5798 While these attributes prevent @value{GDBN} from performing invalid
5799 memory accesses, they do nothing to prevent the target system, I/O DMA,
5800 etc. from accessing memory.
5801
5802 @table @code
5803 @item ro
5804 Memory is read only.
5805 @item wo
5806 Memory is write only.
5807 @item rw
5808 Memory is read/write. This is the default.
5809 @end table
5810
5811 @subsubsection Memory Access Size
5812 The acccess size attributes tells @value{GDBN} to use specific sized
5813 accesses in the memory region. Often memory mapped device registers
5814 require specific sized accesses. If no access size attribute is
5815 specified, @value{GDBN} may use accesses of any size.
5816
5817 @table @code
5818 @item 8
5819 Use 8 bit memory accesses.
5820 @item 16
5821 Use 16 bit memory accesses.
5822 @item 32
5823 Use 32 bit memory accesses.
5824 @item 64
5825 Use 64 bit memory accesses.
5826 @end table
5827
5828 @c @subsubsection Hardware/Software Breakpoints
5829 @c The hardware/software breakpoint attributes set whether @value{GDBN}
5830 @c will use hardware or software breakpoints for the internal breakpoints
5831 @c used by the step, next, finish, until, etc. commands.
5832 @c
5833 @c @table @code
5834 @c @item hwbreak
5835 @c Always use hardware breakpoints
5836 @c @item swbreak (default)
5837 @c @end table
5838
5839 @subsubsection Data Cache
5840 The data cache attributes set whether @value{GDBN} will cache target
5841 memory. While this generally improves performance by reducing debug
5842 protocol overhead, it can lead to incorrect results because @value{GDBN}
5843 does not know about volatile variables or memory mapped device
5844 registers.
5845
5846 @table @code
5847 @item cache
5848 Enable @value{GDBN} to cache target memory.
5849 @item nocache
5850 Disable @value{GDBN} from caching target memory. This is the default.
5851 @end table
5852
5853 @c @subsubsection Memory Write Verification
5854 @c The memory write verification attributes set whether @value{GDBN}
5855 @c will re-reads data after each write to verify the write was successful.
5856 @c
5857 @c @table @code
5858 @c @item verify
5859 @c @item noverify (default)
5860 @c @end table
5861
5862 @node Dump/Restore Files
5863 @section Copy between memory and a file
5864 @cindex dump/restore files
5865 @cindex append data to a file
5866 @cindex dump data to a file
5867 @cindex restore data from a file
5868
5869 You can use the commands @code{dump}, @code{append}, and
5870 @code{restore} to copy data between target memory and a file. The
5871 @code{dump} and @code{append} commands write data to a file, and the
5872 @code{restore} command reads data from a file back into the inferior's
5873 memory. Files may be in binary, Motorola S-record, Intel hex, or
5874 Tektronix Hex format; however, @value{GDBN} can only append to binary
5875 files.
5876
5877 @table @code
5878
5879 @kindex dump
5880 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5881 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
5882 Dump the contents of memory from @var{start_addr} to @var{end_addr},
5883 or the value of @var{expr}, to @var{filename} in the given format.
5884
5885 The @var{format} parameter may be any one of:
5886 @table @code
5887 @item binary
5888 Raw binary form.
5889 @item ihex
5890 Intel hex format.
5891 @item srec
5892 Motorola S-record format.
5893 @item tekhex
5894 Tektronix Hex format.
5895 @end table
5896
5897 @value{GDBN} uses the same definitions of these formats as the
5898 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
5899 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
5900 form.
5901
5902 @kindex append
5903 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5904 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
5905 Append the contents of memory from @var{start_addr} to @var{end_addr},
5906 or the value of @var{expr}, to @var{filename}, in raw binary form.
5907 (@value{GDBN} can only append data to files in raw binary form.)
5908
5909 @kindex restore
5910 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
5911 Restore the contents of file @var{filename} into memory. The
5912 @code{restore} command can automatically recognize any known @sc{bfd}
5913 file format, except for raw binary. To restore a raw binary file you
5914 must specify the optional keyword @code{binary} after the filename.
5915
5916 If @var{bias} is non-zero, its value will be added to the addresses
5917 contained in the file. Binary files always start at address zero, so
5918 they will be restored at address @var{bias}. Other bfd files have
5919 a built-in location; they will be restored at offset @var{bias}
5920 from that location.
5921
5922 If @var{start} and/or @var{end} are non-zero, then only data between
5923 file offset @var{start} and file offset @var{end} will be restored.
5924 These offsets are relative to the addresses in the file, before
5925 the @var{bias} argument is applied.
5926
5927 @end table
5928
5929 @node Character Sets
5930 @section Character Sets
5931 @cindex character sets
5932 @cindex charset
5933 @cindex translating between character sets
5934 @cindex host character set
5935 @cindex target character set
5936
5937 If the program you are debugging uses a different character set to
5938 represent characters and strings than the one @value{GDBN} uses itself,
5939 @value{GDBN} can automatically translate between the character sets for
5940 you. The character set @value{GDBN} uses we call the @dfn{host
5941 character set}; the one the inferior program uses we call the
5942 @dfn{target character set}.
5943
5944 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5945 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5946 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5947 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5948 then the host character set is Latin-1, and the target character set is
5949 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
5950 target-charset EBCDIC-US}, then @value{GDBN} translates between
5951 @sc{ebcdic} and Latin 1 as you print character or string values, or use
5952 character and string literals in expressions.
5953
5954 @value{GDBN} has no way to automatically recognize which character set
5955 the inferior program uses; you must tell it, using the @code{set
5956 target-charset} command, described below.
5957
5958 Here are the commands for controlling @value{GDBN}'s character set
5959 support:
5960
5961 @table @code
5962 @item set target-charset @var{charset}
5963 @kindex set target-charset
5964 Set the current target character set to @var{charset}. We list the
5965 character set names @value{GDBN} recognizes below, but if you type
5966 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5967 list the target character sets it supports.
5968 @end table
5969
5970 @table @code
5971 @item set host-charset @var{charset}
5972 @kindex set host-charset
5973 Set the current host character set to @var{charset}.
5974
5975 By default, @value{GDBN} uses a host character set appropriate to the
5976 system it is running on; you can override that default using the
5977 @code{set host-charset} command.
5978
5979 @value{GDBN} can only use certain character sets as its host character
5980 set. We list the character set names @value{GDBN} recognizes below, and
5981 indicate which can be host character sets, but if you type
5982 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5983 list the host character sets it supports.
5984
5985 @item set charset @var{charset}
5986 @kindex set charset
5987 Set the current host and target character sets to @var{charset}. As
5988 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
5989 @value{GDBN} will list the name of the character sets that can be used
5990 for both host and target.
5991
5992
5993 @item show charset
5994 @kindex show charset
5995 Show the names of the current host and target charsets.
5996
5997 @itemx show host-charset
5998 @kindex show host-charset
5999 Show the name of the current host charset.
6000
6001 @itemx show target-charset
6002 @kindex show target-charset
6003 Show the name of the current target charset.
6004
6005 @end table
6006
6007 @value{GDBN} currently includes support for the following character
6008 sets:
6009
6010 @table @code
6011
6012 @item ASCII
6013 @cindex ASCII character set
6014 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6015 character set.
6016
6017 @item ISO-8859-1
6018 @cindex ISO 8859-1 character set
6019 @cindex ISO Latin 1 character set
6020 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6021 characters needed for French, German, and Spanish. @value{GDBN} can use
6022 this as its host character set.
6023
6024 @item EBCDIC-US
6025 @itemx IBM1047
6026 @cindex EBCDIC character set
6027 @cindex IBM1047 character set
6028 Variants of the @sc{ebcdic} character set, used on some of IBM's
6029 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6030 @value{GDBN} cannot use these as its host character set.
6031
6032 @end table
6033
6034 Note that these are all single-byte character sets. More work inside
6035 GDB is needed to support multi-byte or variable-width character
6036 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6037
6038 Here is an example of @value{GDBN}'s character set support in action.
6039 Assume that the following source code has been placed in the file
6040 @file{charset-test.c}:
6041
6042 @smallexample
6043 #include <stdio.h>
6044
6045 char ascii_hello[]
6046 = @{72, 101, 108, 108, 111, 44, 32, 119,
6047 111, 114, 108, 100, 33, 10, 0@};
6048 char ibm1047_hello[]
6049 = @{200, 133, 147, 147, 150, 107, 64, 166,
6050 150, 153, 147, 132, 90, 37, 0@};
6051
6052 main ()
6053 @{
6054 printf ("Hello, world!\n");
6055 @}
6056 @end smallexample
6057
6058 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6059 containing the string @samp{Hello, world!} followed by a newline,
6060 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6061
6062 We compile the program, and invoke the debugger on it:
6063
6064 @smallexample
6065 $ gcc -g charset-test.c -o charset-test
6066 $ gdb -nw charset-test
6067 GNU gdb 2001-12-19-cvs
6068 Copyright 2001 Free Software Foundation, Inc.
6069 @dots{}
6070 (gdb)
6071 @end smallexample
6072
6073 We can use the @code{show charset} command to see what character sets
6074 @value{GDBN} is currently using to interpret and display characters and
6075 strings:
6076
6077 @smallexample
6078 (gdb) show charset
6079 The current host and target character set is `ISO-8859-1'.
6080 (gdb)
6081 @end smallexample
6082
6083 For the sake of printing this manual, let's use @sc{ascii} as our
6084 initial character set:
6085 @smallexample
6086 (gdb) set charset ASCII
6087 (gdb) show charset
6088 The current host and target character set is `ASCII'.
6089 (gdb)
6090 @end smallexample
6091
6092 Let's assume that @sc{ascii} is indeed the correct character set for our
6093 host system --- in other words, let's assume that if @value{GDBN} prints
6094 characters using the @sc{ascii} character set, our terminal will display
6095 them properly. Since our current target character set is also
6096 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6097
6098 @smallexample
6099 (gdb) print ascii_hello
6100 $1 = 0x401698 "Hello, world!\n"
6101 (gdb) print ascii_hello[0]
6102 $2 = 72 'H'
6103 (gdb)
6104 @end smallexample
6105
6106 @value{GDBN} uses the target character set for character and string
6107 literals you use in expressions:
6108
6109 @smallexample
6110 (gdb) print '+'
6111 $3 = 43 '+'
6112 (gdb)
6113 @end smallexample
6114
6115 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6116 character.
6117
6118 @value{GDBN} relies on the user to tell it which character set the
6119 target program uses. If we print @code{ibm1047_hello} while our target
6120 character set is still @sc{ascii}, we get jibberish:
6121
6122 @smallexample
6123 (gdb) print ibm1047_hello
6124 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6125 (gdb) print ibm1047_hello[0]
6126 $5 = 200 '\310'
6127 (gdb)
6128 @end smallexample
6129
6130 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6131 @value{GDBN} tells us the character sets it supports:
6132
6133 @smallexample
6134 (gdb) set target-charset
6135 ASCII EBCDIC-US IBM1047 ISO-8859-1
6136 (gdb) set target-charset
6137 @end smallexample
6138
6139 We can select @sc{ibm1047} as our target character set, and examine the
6140 program's strings again. Now the @sc{ascii} string is wrong, but
6141 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6142 target character set, @sc{ibm1047}, to the host character set,
6143 @sc{ascii}, and they display correctly:
6144
6145 @smallexample
6146 (gdb) set target-charset IBM1047
6147 (gdb) show charset
6148 The current host character set is `ASCII'.
6149 The current target character set is `IBM1047'.
6150 (gdb) print ascii_hello
6151 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6152 (gdb) print ascii_hello[0]
6153 $7 = 72 '\110'
6154 (gdb) print ibm1047_hello
6155 $8 = 0x4016a8 "Hello, world!\n"
6156 (gdb) print ibm1047_hello[0]
6157 $9 = 200 'H'
6158 (gdb)
6159 @end smallexample
6160
6161 As above, @value{GDBN} uses the target character set for character and
6162 string literals you use in expressions:
6163
6164 @smallexample
6165 (gdb) print '+'
6166 $10 = 78 '+'
6167 (gdb)
6168 @end smallexample
6169
6170 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6171 character.
6172
6173
6174 @node Macros
6175 @chapter C Preprocessor Macros
6176
6177 Some languages, such as C and C++, provide a way to define and invoke
6178 ``preprocessor macros'' which expand into strings of tokens.
6179 @value{GDBN} can evaluate expressions containing macro invocations, show
6180 the result of macro expansion, and show a macro's definition, including
6181 where it was defined.
6182
6183 You may need to compile your program specially to provide @value{GDBN}
6184 with information about preprocessor macros. Most compilers do not
6185 include macros in their debugging information, even when you compile
6186 with the @option{-g} flag. @xref{Compilation}.
6187
6188 A program may define a macro at one point, remove that definition later,
6189 and then provide a different definition after that. Thus, at different
6190 points in the program, a macro may have different definitions, or have
6191 no definition at all. If there is a current stack frame, @value{GDBN}
6192 uses the macros in scope at that frame's source code line. Otherwise,
6193 @value{GDBN} uses the macros in scope at the current listing location;
6194 see @ref{List}.
6195
6196 At the moment, @value{GDBN} does not support the @code{##}
6197 token-splicing operator, the @code{#} stringification operator, or
6198 variable-arity macros.
6199
6200 Whenever @value{GDBN} evaluates an expression, it always expands any
6201 macro invocations present in the expression. @value{GDBN} also provides
6202 the following commands for working with macros explicitly.
6203
6204 @table @code
6205
6206 @kindex macro expand
6207 @cindex macro expansion, showing the results of preprocessor
6208 @cindex preprocessor macro expansion, showing the results of
6209 @cindex expanding preprocessor macros
6210 @item macro expand @var{expression}
6211 @itemx macro exp @var{expression}
6212 Show the results of expanding all preprocessor macro invocations in
6213 @var{expression}. Since @value{GDBN} simply expands macros, but does
6214 not parse the result, @var{expression} need not be a valid expression;
6215 it can be any string of tokens.
6216
6217 @kindex macro expand-once
6218 @item macro expand-once @var{expression}
6219 @itemx macro exp1 @var{expression}
6220 @i{(This command is not yet implemented.)} Show the results of
6221 expanding those preprocessor macro invocations that appear explicitly in
6222 @var{expression}. Macro invocations appearing in that expansion are
6223 left unchanged. This command allows you to see the effect of a
6224 particular macro more clearly, without being confused by further
6225 expansions. Since @value{GDBN} simply expands macros, but does not
6226 parse the result, @var{expression} need not be a valid expression; it
6227 can be any string of tokens.
6228
6229 @kindex info macro
6230 @cindex macro definition, showing
6231 @cindex definition, showing a macro's
6232 @item info macro @var{macro}
6233 Show the definition of the macro named @var{macro}, and describe the
6234 source location where that definition was established.
6235
6236 @kindex macro define
6237 @cindex user-defined macros
6238 @cindex defining macros interactively
6239 @cindex macros, user-defined
6240 @item macro define @var{macro} @var{replacement-list}
6241 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6242 @i{(This command is not yet implemented.)} Introduce a definition for a
6243 preprocessor macro named @var{macro}, invocations of which are replaced
6244 by the tokens given in @var{replacement-list}. The first form of this
6245 command defines an ``object-like'' macro, which takes no arguments; the
6246 second form defines a ``function-like'' macro, which takes the arguments
6247 given in @var{arglist}.
6248
6249 A definition introduced by this command is in scope in every expression
6250 evaluated in @value{GDBN}, until it is removed with the @command{macro
6251 undef} command, described below. The definition overrides all
6252 definitions for @var{macro} present in the program being debugged, as
6253 well as any previous user-supplied definition.
6254
6255 @kindex macro undef
6256 @item macro undef @var{macro}
6257 @i{(This command is not yet implemented.)} Remove any user-supplied
6258 definition for the macro named @var{macro}. This command only affects
6259 definitions provided with the @command{macro define} command, described
6260 above; it cannot remove definitions present in the program being
6261 debugged.
6262
6263 @end table
6264
6265 @cindex macros, example of debugging with
6266 Here is a transcript showing the above commands in action. First, we
6267 show our source files:
6268
6269 @smallexample
6270 $ cat sample.c
6271 #include <stdio.h>
6272 #include "sample.h"
6273
6274 #define M 42
6275 #define ADD(x) (M + x)
6276
6277 main ()
6278 @{
6279 #define N 28
6280 printf ("Hello, world!\n");
6281 #undef N
6282 printf ("We're so creative.\n");
6283 #define N 1729
6284 printf ("Goodbye, world!\n");
6285 @}
6286 $ cat sample.h
6287 #define Q <
6288 $
6289 @end smallexample
6290
6291 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6292 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6293 compiler includes information about preprocessor macros in the debugging
6294 information.
6295
6296 @smallexample
6297 $ gcc -gdwarf-2 -g3 sample.c -o sample
6298 $
6299 @end smallexample
6300
6301 Now, we start @value{GDBN} on our sample program:
6302
6303 @smallexample
6304 $ gdb -nw sample
6305 GNU gdb 2002-05-06-cvs
6306 Copyright 2002 Free Software Foundation, Inc.
6307 GDB is free software, @dots{}
6308 (gdb)
6309 @end smallexample
6310
6311 We can expand macros and examine their definitions, even when the
6312 program is not running. @value{GDBN} uses the current listing position
6313 to decide which macro definitions are in scope:
6314
6315 @smallexample
6316 (gdb) list main
6317 3
6318 4 #define M 42
6319 5 #define ADD(x) (M + x)
6320 6
6321 7 main ()
6322 8 @{
6323 9 #define N 28
6324 10 printf ("Hello, world!\n");
6325 11 #undef N
6326 12 printf ("We're so creative.\n");
6327 (gdb) info macro ADD
6328 Defined at /home/jimb/gdb/macros/play/sample.c:5
6329 #define ADD(x) (M + x)
6330 (gdb) info macro Q
6331 Defined at /home/jimb/gdb/macros/play/sample.h:1
6332 included at /home/jimb/gdb/macros/play/sample.c:2
6333 #define Q <
6334 (gdb) macro expand ADD(1)
6335 expands to: (42 + 1)
6336 (gdb) macro expand-once ADD(1)
6337 expands to: once (M + 1)
6338 (gdb)
6339 @end smallexample
6340
6341 In the example above, note that @command{macro expand-once} expands only
6342 the macro invocation explicit in the original text --- the invocation of
6343 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6344 which was introduced by @code{ADD}.
6345
6346 Once the program is running, GDB uses the macro definitions in force at
6347 the source line of the current stack frame:
6348
6349 @smallexample
6350 (gdb) break main
6351 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6352 (gdb) run
6353 Starting program: /home/jimb/gdb/macros/play/sample
6354
6355 Breakpoint 1, main () at sample.c:10
6356 10 printf ("Hello, world!\n");
6357 (gdb)
6358 @end smallexample
6359
6360 At line 10, the definition of the macro @code{N} at line 9 is in force:
6361
6362 @smallexample
6363 (gdb) info macro N
6364 Defined at /home/jimb/gdb/macros/play/sample.c:9
6365 #define N 28
6366 (gdb) macro expand N Q M
6367 expands to: 28 < 42
6368 (gdb) print N Q M
6369 $1 = 1
6370 (gdb)
6371 @end smallexample
6372
6373 As we step over directives that remove @code{N}'s definition, and then
6374 give it a new definition, @value{GDBN} finds the definition (or lack
6375 thereof) in force at each point:
6376
6377 @smallexample
6378 (gdb) next
6379 Hello, world!
6380 12 printf ("We're so creative.\n");
6381 (gdb) info macro N
6382 The symbol `N' has no definition as a C/C++ preprocessor macro
6383 at /home/jimb/gdb/macros/play/sample.c:12
6384 (gdb) next
6385 We're so creative.
6386 14 printf ("Goodbye, world!\n");
6387 (gdb) info macro N
6388 Defined at /home/jimb/gdb/macros/play/sample.c:13
6389 #define N 1729
6390 (gdb) macro expand N Q M
6391 expands to: 1729 < 42
6392 (gdb) print N Q M
6393 $2 = 0
6394 (gdb)
6395 @end smallexample
6396
6397
6398 @node Tracepoints
6399 @chapter Tracepoints
6400 @c This chapter is based on the documentation written by Michael
6401 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6402
6403 @cindex tracepoints
6404 In some applications, it is not feasible for the debugger to interrupt
6405 the program's execution long enough for the developer to learn
6406 anything helpful about its behavior. If the program's correctness
6407 depends on its real-time behavior, delays introduced by a debugger
6408 might cause the program to change its behavior drastically, or perhaps
6409 fail, even when the code itself is correct. It is useful to be able
6410 to observe the program's behavior without interrupting it.
6411
6412 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6413 specify locations in the program, called @dfn{tracepoints}, and
6414 arbitrary expressions to evaluate when those tracepoints are reached.
6415 Later, using the @code{tfind} command, you can examine the values
6416 those expressions had when the program hit the tracepoints. The
6417 expressions may also denote objects in memory---structures or arrays,
6418 for example---whose values @value{GDBN} should record; while visiting
6419 a particular tracepoint, you may inspect those objects as if they were
6420 in memory at that moment. However, because @value{GDBN} records these
6421 values without interacting with you, it can do so quickly and
6422 unobtrusively, hopefully not disturbing the program's behavior.
6423
6424 The tracepoint facility is currently available only for remote
6425 targets. @xref{Targets}. In addition, your remote target must know how
6426 to collect trace data. This functionality is implemented in the remote
6427 stub; however, none of the stubs distributed with @value{GDBN} support
6428 tracepoints as of this writing.
6429
6430 This chapter describes the tracepoint commands and features.
6431
6432 @menu
6433 * Set Tracepoints::
6434 * Analyze Collected Data::
6435 * Tracepoint Variables::
6436 @end menu
6437
6438 @node Set Tracepoints
6439 @section Commands to Set Tracepoints
6440
6441 Before running such a @dfn{trace experiment}, an arbitrary number of
6442 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6443 tracepoint has a number assigned to it by @value{GDBN}. Like with
6444 breakpoints, tracepoint numbers are successive integers starting from
6445 one. Many of the commands associated with tracepoints take the
6446 tracepoint number as their argument, to identify which tracepoint to
6447 work on.
6448
6449 For each tracepoint, you can specify, in advance, some arbitrary set
6450 of data that you want the target to collect in the trace buffer when
6451 it hits that tracepoint. The collected data can include registers,
6452 local variables, or global data. Later, you can use @value{GDBN}
6453 commands to examine the values these data had at the time the
6454 tracepoint was hit.
6455
6456 This section describes commands to set tracepoints and associated
6457 conditions and actions.
6458
6459 @menu
6460 * Create and Delete Tracepoints::
6461 * Enable and Disable Tracepoints::
6462 * Tracepoint Passcounts::
6463 * Tracepoint Actions::
6464 * Listing Tracepoints::
6465 * Starting and Stopping Trace Experiment::
6466 @end menu
6467
6468 @node Create and Delete Tracepoints
6469 @subsection Create and Delete Tracepoints
6470
6471 @table @code
6472 @cindex set tracepoint
6473 @kindex trace
6474 @item trace
6475 The @code{trace} command is very similar to the @code{break} command.
6476 Its argument can be a source line, a function name, or an address in
6477 the target program. @xref{Set Breaks}. The @code{trace} command
6478 defines a tracepoint, which is a point in the target program where the
6479 debugger will briefly stop, collect some data, and then allow the
6480 program to continue. Setting a tracepoint or changing its commands
6481 doesn't take effect until the next @code{tstart} command; thus, you
6482 cannot change the tracepoint attributes once a trace experiment is
6483 running.
6484
6485 Here are some examples of using the @code{trace} command:
6486
6487 @smallexample
6488 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6489
6490 (@value{GDBP}) @b{trace +2} // 2 lines forward
6491
6492 (@value{GDBP}) @b{trace my_function} // first source line of function
6493
6494 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6495
6496 (@value{GDBP}) @b{trace *0x2117c4} // an address
6497 @end smallexample
6498
6499 @noindent
6500 You can abbreviate @code{trace} as @code{tr}.
6501
6502 @vindex $tpnum
6503 @cindex last tracepoint number
6504 @cindex recent tracepoint number
6505 @cindex tracepoint number
6506 The convenience variable @code{$tpnum} records the tracepoint number
6507 of the most recently set tracepoint.
6508
6509 @kindex delete tracepoint
6510 @cindex tracepoint deletion
6511 @item delete tracepoint @r{[}@var{num}@r{]}
6512 Permanently delete one or more tracepoints. With no argument, the
6513 default is to delete all tracepoints.
6514
6515 Examples:
6516
6517 @smallexample
6518 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6519
6520 (@value{GDBP}) @b{delete trace} // remove all tracepoints
6521 @end smallexample
6522
6523 @noindent
6524 You can abbreviate this command as @code{del tr}.
6525 @end table
6526
6527 @node Enable and Disable Tracepoints
6528 @subsection Enable and Disable Tracepoints
6529
6530 @table @code
6531 @kindex disable tracepoint
6532 @item disable tracepoint @r{[}@var{num}@r{]}
6533 Disable tracepoint @var{num}, or all tracepoints if no argument
6534 @var{num} is given. A disabled tracepoint will have no effect during
6535 the next trace experiment, but it is not forgotten. You can re-enable
6536 a disabled tracepoint using the @code{enable tracepoint} command.
6537
6538 @kindex enable tracepoint
6539 @item enable tracepoint @r{[}@var{num}@r{]}
6540 Enable tracepoint @var{num}, or all tracepoints. The enabled
6541 tracepoints will become effective the next time a trace experiment is
6542 run.
6543 @end table
6544
6545 @node Tracepoint Passcounts
6546 @subsection Tracepoint Passcounts
6547
6548 @table @code
6549 @kindex passcount
6550 @cindex tracepoint pass count
6551 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6552 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6553 automatically stop a trace experiment. If a tracepoint's passcount is
6554 @var{n}, then the trace experiment will be automatically stopped on
6555 the @var{n}'th time that tracepoint is hit. If the tracepoint number
6556 @var{num} is not specified, the @code{passcount} command sets the
6557 passcount of the most recently defined tracepoint. If no passcount is
6558 given, the trace experiment will run until stopped explicitly by the
6559 user.
6560
6561 Examples:
6562
6563 @smallexample
6564 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6565 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
6566
6567 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6568 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
6569 (@value{GDBP}) @b{trace foo}
6570 (@value{GDBP}) @b{pass 3}
6571 (@value{GDBP}) @b{trace bar}
6572 (@value{GDBP}) @b{pass 2}
6573 (@value{GDBP}) @b{trace baz}
6574 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6575 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6576 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6577 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
6578 @end smallexample
6579 @end table
6580
6581 @node Tracepoint Actions
6582 @subsection Tracepoint Action Lists
6583
6584 @table @code
6585 @kindex actions
6586 @cindex tracepoint actions
6587 @item actions @r{[}@var{num}@r{]}
6588 This command will prompt for a list of actions to be taken when the
6589 tracepoint is hit. If the tracepoint number @var{num} is not
6590 specified, this command sets the actions for the one that was most
6591 recently defined (so that you can define a tracepoint and then say
6592 @code{actions} without bothering about its number). You specify the
6593 actions themselves on the following lines, one action at a time, and
6594 terminate the actions list with a line containing just @code{end}. So
6595 far, the only defined actions are @code{collect} and
6596 @code{while-stepping}.
6597
6598 @cindex remove actions from a tracepoint
6599 To remove all actions from a tracepoint, type @samp{actions @var{num}}
6600 and follow it immediately with @samp{end}.
6601
6602 @smallexample
6603 (@value{GDBP}) @b{collect @var{data}} // collect some data
6604
6605 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
6606
6607 (@value{GDBP}) @b{end} // signals the end of actions.
6608 @end smallexample
6609
6610 In the following example, the action list begins with @code{collect}
6611 commands indicating the things to be collected when the tracepoint is
6612 hit. Then, in order to single-step and collect additional data
6613 following the tracepoint, a @code{while-stepping} command is used,
6614 followed by the list of things to be collected while stepping. The
6615 @code{while-stepping} command is terminated by its own separate
6616 @code{end} command. Lastly, the action list is terminated by an
6617 @code{end} command.
6618
6619 @smallexample
6620 (@value{GDBP}) @b{trace foo}
6621 (@value{GDBP}) @b{actions}
6622 Enter actions for tracepoint 1, one per line:
6623 > collect bar,baz
6624 > collect $regs
6625 > while-stepping 12
6626 > collect $fp, $sp
6627 > end
6628 end
6629 @end smallexample
6630
6631 @kindex collect @r{(tracepoints)}
6632 @item collect @var{expr1}, @var{expr2}, @dots{}
6633 Collect values of the given expressions when the tracepoint is hit.
6634 This command accepts a comma-separated list of any valid expressions.
6635 In addition to global, static, or local variables, the following
6636 special arguments are supported:
6637
6638 @table @code
6639 @item $regs
6640 collect all registers
6641
6642 @item $args
6643 collect all function arguments
6644
6645 @item $locals
6646 collect all local variables.
6647 @end table
6648
6649 You can give several consecutive @code{collect} commands, each one
6650 with a single argument, or one @code{collect} command with several
6651 arguments separated by commas: the effect is the same.
6652
6653 The command @code{info scope} (@pxref{Symbols, info scope}) is
6654 particularly useful for figuring out what data to collect.
6655
6656 @kindex while-stepping @r{(tracepoints)}
6657 @item while-stepping @var{n}
6658 Perform @var{n} single-step traces after the tracepoint, collecting
6659 new data at each step. The @code{while-stepping} command is
6660 followed by the list of what to collect while stepping (followed by
6661 its own @code{end} command):
6662
6663 @smallexample
6664 > while-stepping 12
6665 > collect $regs, myglobal
6666 > end
6667 >
6668 @end smallexample
6669
6670 @noindent
6671 You may abbreviate @code{while-stepping} as @code{ws} or
6672 @code{stepping}.
6673 @end table
6674
6675 @node Listing Tracepoints
6676 @subsection Listing Tracepoints
6677
6678 @table @code
6679 @kindex info tracepoints
6680 @cindex information about tracepoints
6681 @item info tracepoints @r{[}@var{num}@r{]}
6682 Display information about the tracepoint @var{num}. If you don't specify
6683 a tracepoint number, displays information about all the tracepoints
6684 defined so far. For each tracepoint, the following information is
6685 shown:
6686
6687 @itemize @bullet
6688 @item
6689 its number
6690 @item
6691 whether it is enabled or disabled
6692 @item
6693 its address
6694 @item
6695 its passcount as given by the @code{passcount @var{n}} command
6696 @item
6697 its step count as given by the @code{while-stepping @var{n}} command
6698 @item
6699 where in the source files is the tracepoint set
6700 @item
6701 its action list as given by the @code{actions} command
6702 @end itemize
6703
6704 @smallexample
6705 (@value{GDBP}) @b{info trace}
6706 Num Enb Address PassC StepC What
6707 1 y 0x002117c4 0 0 <gdb_asm>
6708 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
6709 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
6710 (@value{GDBP})
6711 @end smallexample
6712
6713 @noindent
6714 This command can be abbreviated @code{info tp}.
6715 @end table
6716
6717 @node Starting and Stopping Trace Experiment
6718 @subsection Starting and Stopping Trace Experiment
6719
6720 @table @code
6721 @kindex tstart
6722 @cindex start a new trace experiment
6723 @cindex collected data discarded
6724 @item tstart
6725 This command takes no arguments. It starts the trace experiment, and
6726 begins collecting data. This has the side effect of discarding all
6727 the data collected in the trace buffer during the previous trace
6728 experiment.
6729
6730 @kindex tstop
6731 @cindex stop a running trace experiment
6732 @item tstop
6733 This command takes no arguments. It ends the trace experiment, and
6734 stops collecting data.
6735
6736 @strong{Note:} a trace experiment and data collection may stop
6737 automatically if any tracepoint's passcount is reached
6738 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6739
6740 @kindex tstatus
6741 @cindex status of trace data collection
6742 @cindex trace experiment, status of
6743 @item tstatus
6744 This command displays the status of the current trace data
6745 collection.
6746 @end table
6747
6748 Here is an example of the commands we described so far:
6749
6750 @smallexample
6751 (@value{GDBP}) @b{trace gdb_c_test}
6752 (@value{GDBP}) @b{actions}
6753 Enter actions for tracepoint #1, one per line.
6754 > collect $regs,$locals,$args
6755 > while-stepping 11
6756 > collect $regs
6757 > end
6758 > end
6759 (@value{GDBP}) @b{tstart}
6760 [time passes @dots{}]
6761 (@value{GDBP}) @b{tstop}
6762 @end smallexample
6763
6764
6765 @node Analyze Collected Data
6766 @section Using the collected data
6767
6768 After the tracepoint experiment ends, you use @value{GDBN} commands
6769 for examining the trace data. The basic idea is that each tracepoint
6770 collects a trace @dfn{snapshot} every time it is hit and another
6771 snapshot every time it single-steps. All these snapshots are
6772 consecutively numbered from zero and go into a buffer, and you can
6773 examine them later. The way you examine them is to @dfn{focus} on a
6774 specific trace snapshot. When the remote stub is focused on a trace
6775 snapshot, it will respond to all @value{GDBN} requests for memory and
6776 registers by reading from the buffer which belongs to that snapshot,
6777 rather than from @emph{real} memory or registers of the program being
6778 debugged. This means that @strong{all} @value{GDBN} commands
6779 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6780 behave as if we were currently debugging the program state as it was
6781 when the tracepoint occurred. Any requests for data that are not in
6782 the buffer will fail.
6783
6784 @menu
6785 * tfind:: How to select a trace snapshot
6786 * tdump:: How to display all data for a snapshot
6787 * save-tracepoints:: How to save tracepoints for a future run
6788 @end menu
6789
6790 @node tfind
6791 @subsection @code{tfind @var{n}}
6792
6793 @kindex tfind
6794 @cindex select trace snapshot
6795 @cindex find trace snapshot
6796 The basic command for selecting a trace snapshot from the buffer is
6797 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
6798 counting from zero. If no argument @var{n} is given, the next
6799 snapshot is selected.
6800
6801 Here are the various forms of using the @code{tfind} command.
6802
6803 @table @code
6804 @item tfind start
6805 Find the first snapshot in the buffer. This is a synonym for
6806 @code{tfind 0} (since 0 is the number of the first snapshot).
6807
6808 @item tfind none
6809 Stop debugging trace snapshots, resume @emph{live} debugging.
6810
6811 @item tfind end
6812 Same as @samp{tfind none}.
6813
6814 @item tfind
6815 No argument means find the next trace snapshot.
6816
6817 @item tfind -
6818 Find the previous trace snapshot before the current one. This permits
6819 retracing earlier steps.
6820
6821 @item tfind tracepoint @var{num}
6822 Find the next snapshot associated with tracepoint @var{num}. Search
6823 proceeds forward from the last examined trace snapshot. If no
6824 argument @var{num} is given, it means find the next snapshot collected
6825 for the same tracepoint as the current snapshot.
6826
6827 @item tfind pc @var{addr}
6828 Find the next snapshot associated with the value @var{addr} of the
6829 program counter. Search proceeds forward from the last examined trace
6830 snapshot. If no argument @var{addr} is given, it means find the next
6831 snapshot with the same value of PC as the current snapshot.
6832
6833 @item tfind outside @var{addr1}, @var{addr2}
6834 Find the next snapshot whose PC is outside the given range of
6835 addresses.
6836
6837 @item tfind range @var{addr1}, @var{addr2}
6838 Find the next snapshot whose PC is between @var{addr1} and
6839 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6840
6841 @item tfind line @r{[}@var{file}:@r{]}@var{n}
6842 Find the next snapshot associated with the source line @var{n}. If
6843 the optional argument @var{file} is given, refer to line @var{n} in
6844 that source file. Search proceeds forward from the last examined
6845 trace snapshot. If no argument @var{n} is given, it means find the
6846 next line other than the one currently being examined; thus saying
6847 @code{tfind line} repeatedly can appear to have the same effect as
6848 stepping from line to line in a @emph{live} debugging session.
6849 @end table
6850
6851 The default arguments for the @code{tfind} commands are specifically
6852 designed to make it easy to scan through the trace buffer. For
6853 instance, @code{tfind} with no argument selects the next trace
6854 snapshot, and @code{tfind -} with no argument selects the previous
6855 trace snapshot. So, by giving one @code{tfind} command, and then
6856 simply hitting @key{RET} repeatedly you can examine all the trace
6857 snapshots in order. Or, by saying @code{tfind -} and then hitting
6858 @key{RET} repeatedly you can examine the snapshots in reverse order.
6859 The @code{tfind line} command with no argument selects the snapshot
6860 for the next source line executed. The @code{tfind pc} command with
6861 no argument selects the next snapshot with the same program counter
6862 (PC) as the current frame. The @code{tfind tracepoint} command with
6863 no argument selects the next trace snapshot collected by the same
6864 tracepoint as the current one.
6865
6866 In addition to letting you scan through the trace buffer manually,
6867 these commands make it easy to construct @value{GDBN} scripts that
6868 scan through the trace buffer and print out whatever collected data
6869 you are interested in. Thus, if we want to examine the PC, FP, and SP
6870 registers from each trace frame in the buffer, we can say this:
6871
6872 @smallexample
6873 (@value{GDBP}) @b{tfind start}
6874 (@value{GDBP}) @b{while ($trace_frame != -1)}
6875 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6876 $trace_frame, $pc, $sp, $fp
6877 > tfind
6878 > end
6879
6880 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6881 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6882 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6883 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6884 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6885 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6886 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6887 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6888 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6889 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6890 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6891 @end smallexample
6892
6893 Or, if we want to examine the variable @code{X} at each source line in
6894 the buffer:
6895
6896 @smallexample
6897 (@value{GDBP}) @b{tfind start}
6898 (@value{GDBP}) @b{while ($trace_frame != -1)}
6899 > printf "Frame %d, X == %d\n", $trace_frame, X
6900 > tfind line
6901 > end
6902
6903 Frame 0, X = 1
6904 Frame 7, X = 2
6905 Frame 13, X = 255
6906 @end smallexample
6907
6908 @node tdump
6909 @subsection @code{tdump}
6910 @kindex tdump
6911 @cindex dump all data collected at tracepoint
6912 @cindex tracepoint data, display
6913
6914 This command takes no arguments. It prints all the data collected at
6915 the current trace snapshot.
6916
6917 @smallexample
6918 (@value{GDBP}) @b{trace 444}
6919 (@value{GDBP}) @b{actions}
6920 Enter actions for tracepoint #2, one per line:
6921 > collect $regs, $locals, $args, gdb_long_test
6922 > end
6923
6924 (@value{GDBP}) @b{tstart}
6925
6926 (@value{GDBP}) @b{tfind line 444}
6927 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6928 at gdb_test.c:444
6929 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6930
6931 (@value{GDBP}) @b{tdump}
6932 Data collected at tracepoint 2, trace frame 1:
6933 d0 0xc4aa0085 -995491707
6934 d1 0x18 24
6935 d2 0x80 128
6936 d3 0x33 51
6937 d4 0x71aea3d 119204413
6938 d5 0x22 34
6939 d6 0xe0 224
6940 d7 0x380035 3670069
6941 a0 0x19e24a 1696330
6942 a1 0x3000668 50333288
6943 a2 0x100 256
6944 a3 0x322000 3284992
6945 a4 0x3000698 50333336
6946 a5 0x1ad3cc 1758156
6947 fp 0x30bf3c 0x30bf3c
6948 sp 0x30bf34 0x30bf34
6949 ps 0x0 0
6950 pc 0x20b2c8 0x20b2c8
6951 fpcontrol 0x0 0
6952 fpstatus 0x0 0
6953 fpiaddr 0x0 0
6954 p = 0x20e5b4 "gdb-test"
6955 p1 = (void *) 0x11
6956 p2 = (void *) 0x22
6957 p3 = (void *) 0x33
6958 p4 = (void *) 0x44
6959 p5 = (void *) 0x55
6960 p6 = (void *) 0x66
6961 gdb_long_test = 17 '\021'
6962
6963 (@value{GDBP})
6964 @end smallexample
6965
6966 @node save-tracepoints
6967 @subsection @code{save-tracepoints @var{filename}}
6968 @kindex save-tracepoints
6969 @cindex save tracepoints for future sessions
6970
6971 This command saves all current tracepoint definitions together with
6972 their actions and passcounts, into a file @file{@var{filename}}
6973 suitable for use in a later debugging session. To read the saved
6974 tracepoint definitions, use the @code{source} command (@pxref{Command
6975 Files}).
6976
6977 @node Tracepoint Variables
6978 @section Convenience Variables for Tracepoints
6979 @cindex tracepoint variables
6980 @cindex convenience variables for tracepoints
6981
6982 @table @code
6983 @vindex $trace_frame
6984 @item (int) $trace_frame
6985 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
6986 snapshot is selected.
6987
6988 @vindex $tracepoint
6989 @item (int) $tracepoint
6990 The tracepoint for the current trace snapshot.
6991
6992 @vindex $trace_line
6993 @item (int) $trace_line
6994 The line number for the current trace snapshot.
6995
6996 @vindex $trace_file
6997 @item (char []) $trace_file
6998 The source file for the current trace snapshot.
6999
7000 @vindex $trace_func
7001 @item (char []) $trace_func
7002 The name of the function containing @code{$tracepoint}.
7003 @end table
7004
7005 Note: @code{$trace_file} is not suitable for use in @code{printf},
7006 use @code{output} instead.
7007
7008 Here's a simple example of using these convenience variables for
7009 stepping through all the trace snapshots and printing some of their
7010 data.
7011
7012 @smallexample
7013 (@value{GDBP}) @b{tfind start}
7014
7015 (@value{GDBP}) @b{while $trace_frame != -1}
7016 > output $trace_file
7017 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7018 > tfind
7019 > end
7020 @end smallexample
7021
7022 @node Overlays
7023 @chapter Debugging Programs That Use Overlays
7024 @cindex overlays
7025
7026 If your program is too large to fit completely in your target system's
7027 memory, you can sometimes use @dfn{overlays} to work around this
7028 problem. @value{GDBN} provides some support for debugging programs that
7029 use overlays.
7030
7031 @menu
7032 * How Overlays Work:: A general explanation of overlays.
7033 * Overlay Commands:: Managing overlays in @value{GDBN}.
7034 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7035 mapped by asking the inferior.
7036 * Overlay Sample Program:: A sample program using overlays.
7037 @end menu
7038
7039 @node How Overlays Work
7040 @section How Overlays Work
7041 @cindex mapped overlays
7042 @cindex unmapped overlays
7043 @cindex load address, overlay's
7044 @cindex mapped address
7045 @cindex overlay area
7046
7047 Suppose you have a computer whose instruction address space is only 64
7048 kilobytes long, but which has much more memory which can be accessed by
7049 other means: special instructions, segment registers, or memory
7050 management hardware, for example. Suppose further that you want to
7051 adapt a program which is larger than 64 kilobytes to run on this system.
7052
7053 One solution is to identify modules of your program which are relatively
7054 independent, and need not call each other directly; call these modules
7055 @dfn{overlays}. Separate the overlays from the main program, and place
7056 their machine code in the larger memory. Place your main program in
7057 instruction memory, but leave at least enough space there to hold the
7058 largest overlay as well.
7059
7060 Now, to call a function located in an overlay, you must first copy that
7061 overlay's machine code from the large memory into the space set aside
7062 for it in the instruction memory, and then jump to its entry point
7063 there.
7064
7065 @c NB: In the below the mapped area's size is greater or equal to the
7066 @c size of all overlays. This is intentional to remind the developer
7067 @c that overlays don't necessarily need to be the same size.
7068
7069 @smallexample
7070 @group
7071 Data Instruction Larger
7072 Address Space Address Space Address Space
7073 +-----------+ +-----------+ +-----------+
7074 | | | | | |
7075 +-----------+ +-----------+ +-----------+<-- overlay 1
7076 | program | | main | .----| overlay 1 | load address
7077 | variables | | program | | +-----------+
7078 | and heap | | | | | |
7079 +-----------+ | | | +-----------+<-- overlay 2
7080 | | +-----------+ | | | load address
7081 +-----------+ | | | .-| overlay 2 |
7082 | | | | | |
7083 mapped --->+-----------+ | | +-----------+
7084 address | | | | | |
7085 | overlay | <-' | | |
7086 | area | <---' +-----------+<-- overlay 3
7087 | | <---. | | load address
7088 +-----------+ `--| overlay 3 |
7089 | | | |
7090 +-----------+ | |
7091 +-----------+
7092 | |
7093 +-----------+
7094
7095 @anchor{A code overlay}A code overlay
7096 @end group
7097 @end smallexample
7098
7099 The diagram (@pxref{A code overlay}) shows a system with separate data
7100 and instruction address spaces. To map an overlay, the program copies
7101 its code from the larger address space to the instruction address space.
7102 Since the overlays shown here all use the same mapped address, only one
7103 may be mapped at a time. For a system with a single address space for
7104 data and instructions, the diagram would be similar, except that the
7105 program variables and heap would share an address space with the main
7106 program and the overlay area.
7107
7108 An overlay loaded into instruction memory and ready for use is called a
7109 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7110 instruction memory. An overlay not present (or only partially present)
7111 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7112 is its address in the larger memory. The mapped address is also called
7113 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7114 called the @dfn{load memory address}, or @dfn{LMA}.
7115
7116 Unfortunately, overlays are not a completely transparent way to adapt a
7117 program to limited instruction memory. They introduce a new set of
7118 global constraints you must keep in mind as you design your program:
7119
7120 @itemize @bullet
7121
7122 @item
7123 Before calling or returning to a function in an overlay, your program
7124 must make sure that overlay is actually mapped. Otherwise, the call or
7125 return will transfer control to the right address, but in the wrong
7126 overlay, and your program will probably crash.
7127
7128 @item
7129 If the process of mapping an overlay is expensive on your system, you
7130 will need to choose your overlays carefully to minimize their effect on
7131 your program's performance.
7132
7133 @item
7134 The executable file you load onto your system must contain each
7135 overlay's instructions, appearing at the overlay's load address, not its
7136 mapped address. However, each overlay's instructions must be relocated
7137 and its symbols defined as if the overlay were at its mapped address.
7138 You can use GNU linker scripts to specify different load and relocation
7139 addresses for pieces of your program; see @ref{Overlay Description,,,
7140 ld.info, Using ld: the GNU linker}.
7141
7142 @item
7143 The procedure for loading executable files onto your system must be able
7144 to load their contents into the larger address space as well as the
7145 instruction and data spaces.
7146
7147 @end itemize
7148
7149 The overlay system described above is rather simple, and could be
7150 improved in many ways:
7151
7152 @itemize @bullet
7153
7154 @item
7155 If your system has suitable bank switch registers or memory management
7156 hardware, you could use those facilities to make an overlay's load area
7157 contents simply appear at their mapped address in instruction space.
7158 This would probably be faster than copying the overlay to its mapped
7159 area in the usual way.
7160
7161 @item
7162 If your overlays are small enough, you could set aside more than one
7163 overlay area, and have more than one overlay mapped at a time.
7164
7165 @item
7166 You can use overlays to manage data, as well as instructions. In
7167 general, data overlays are even less transparent to your design than
7168 code overlays: whereas code overlays only require care when you call or
7169 return to functions, data overlays require care every time you access
7170 the data. Also, if you change the contents of a data overlay, you
7171 must copy its contents back out to its load address before you can copy a
7172 different data overlay into the same mapped area.
7173
7174 @end itemize
7175
7176
7177 @node Overlay Commands
7178 @section Overlay Commands
7179
7180 To use @value{GDBN}'s overlay support, each overlay in your program must
7181 correspond to a separate section of the executable file. The section's
7182 virtual memory address and load memory address must be the overlay's
7183 mapped and load addresses. Identifying overlays with sections allows
7184 @value{GDBN} to determine the appropriate address of a function or
7185 variable, depending on whether the overlay is mapped or not.
7186
7187 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7188 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7189
7190 @table @code
7191 @item overlay off
7192 @kindex overlay off
7193 Disable @value{GDBN}'s overlay support. When overlay support is
7194 disabled, @value{GDBN} assumes that all functions and variables are
7195 always present at their mapped addresses. By default, @value{GDBN}'s
7196 overlay support is disabled.
7197
7198 @item overlay manual
7199 @kindex overlay manual
7200 @cindex manual overlay debugging
7201 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7202 relies on you to tell it which overlays are mapped, and which are not,
7203 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7204 commands described below.
7205
7206 @item overlay map-overlay @var{overlay}
7207 @itemx overlay map @var{overlay}
7208 @kindex overlay map-overlay
7209 @cindex map an overlay
7210 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7211 be the name of the object file section containing the overlay. When an
7212 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7213 functions and variables at their mapped addresses. @value{GDBN} assumes
7214 that any other overlays whose mapped ranges overlap that of
7215 @var{overlay} are now unmapped.
7216
7217 @item overlay unmap-overlay @var{overlay}
7218 @itemx overlay unmap @var{overlay}
7219 @kindex overlay unmap-overlay
7220 @cindex unmap an overlay
7221 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7222 must be the name of the object file section containing the overlay.
7223 When an overlay is unmapped, @value{GDBN} assumes it can find the
7224 overlay's functions and variables at their load addresses.
7225
7226 @item overlay auto
7227 @kindex overlay auto
7228 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7229 consults a data structure the overlay manager maintains in the inferior
7230 to see which overlays are mapped. For details, see @ref{Automatic
7231 Overlay Debugging}.
7232
7233 @item overlay load-target
7234 @itemx overlay load
7235 @kindex overlay load-target
7236 @cindex reloading the overlay table
7237 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7238 re-reads the table @value{GDBN} automatically each time the inferior
7239 stops, so this command should only be necessary if you have changed the
7240 overlay mapping yourself using @value{GDBN}. This command is only
7241 useful when using automatic overlay debugging.
7242
7243 @item overlay list-overlays
7244 @itemx overlay list
7245 @cindex listing mapped overlays
7246 Display a list of the overlays currently mapped, along with their mapped
7247 addresses, load addresses, and sizes.
7248
7249 @end table
7250
7251 Normally, when @value{GDBN} prints a code address, it includes the name
7252 of the function the address falls in:
7253
7254 @smallexample
7255 (gdb) print main
7256 $3 = @{int ()@} 0x11a0 <main>
7257 @end smallexample
7258 @noindent
7259 When overlay debugging is enabled, @value{GDBN} recognizes code in
7260 unmapped overlays, and prints the names of unmapped functions with
7261 asterisks around them. For example, if @code{foo} is a function in an
7262 unmapped overlay, @value{GDBN} prints it this way:
7263
7264 @smallexample
7265 (gdb) overlay list
7266 No sections are mapped.
7267 (gdb) print foo
7268 $5 = @{int (int)@} 0x100000 <*foo*>
7269 @end smallexample
7270 @noindent
7271 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7272 name normally:
7273
7274 @smallexample
7275 (gdb) overlay list
7276 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7277 mapped at 0x1016 - 0x104a
7278 (gdb) print foo
7279 $6 = @{int (int)@} 0x1016 <foo>
7280 @end smallexample
7281
7282 When overlay debugging is enabled, @value{GDBN} can find the correct
7283 address for functions and variables in an overlay, whether or not the
7284 overlay is mapped. This allows most @value{GDBN} commands, like
7285 @code{break} and @code{disassemble}, to work normally, even on unmapped
7286 code. However, @value{GDBN}'s breakpoint support has some limitations:
7287
7288 @itemize @bullet
7289 @item
7290 @cindex breakpoints in overlays
7291 @cindex overlays, setting breakpoints in
7292 You can set breakpoints in functions in unmapped overlays, as long as
7293 @value{GDBN} can write to the overlay at its load address.
7294 @item
7295 @value{GDBN} can not set hardware or simulator-based breakpoints in
7296 unmapped overlays. However, if you set a breakpoint at the end of your
7297 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7298 you are using manual overlay management), @value{GDBN} will re-set its
7299 breakpoints properly.
7300 @end itemize
7301
7302
7303 @node Automatic Overlay Debugging
7304 @section Automatic Overlay Debugging
7305 @cindex automatic overlay debugging
7306
7307 @value{GDBN} can automatically track which overlays are mapped and which
7308 are not, given some simple co-operation from the overlay manager in the
7309 inferior. If you enable automatic overlay debugging with the
7310 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7311 looks in the inferior's memory for certain variables describing the
7312 current state of the overlays.
7313
7314 Here are the variables your overlay manager must define to support
7315 @value{GDBN}'s automatic overlay debugging:
7316
7317 @table @asis
7318
7319 @item @code{_ovly_table}:
7320 This variable must be an array of the following structures:
7321
7322 @smallexample
7323 struct
7324 @{
7325 /* The overlay's mapped address. */
7326 unsigned long vma;
7327
7328 /* The size of the overlay, in bytes. */
7329 unsigned long size;
7330
7331 /* The overlay's load address. */
7332 unsigned long lma;
7333
7334 /* Non-zero if the overlay is currently mapped;
7335 zero otherwise. */
7336 unsigned long mapped;
7337 @}
7338 @end smallexample
7339
7340 @item @code{_novlys}:
7341 This variable must be a four-byte signed integer, holding the total
7342 number of elements in @code{_ovly_table}.
7343
7344 @end table
7345
7346 To decide whether a particular overlay is mapped or not, @value{GDBN}
7347 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7348 @code{lma} members equal the VMA and LMA of the overlay's section in the
7349 executable file. When @value{GDBN} finds a matching entry, it consults
7350 the entry's @code{mapped} member to determine whether the overlay is
7351 currently mapped.
7352
7353 In addition, your overlay manager may define a function called
7354 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
7355 will silently set a breakpoint there. If the overlay manager then
7356 calls this function whenever it has changed the overlay table, this
7357 will enable @value{GDBN} to accurately keep track of which overlays
7358 are in program memory, and update any breakpoints that may be set
7359 in overlays. This will allow breakpoints to work even if the
7360 overlays are kept in ROM or other non-writable memory while they
7361 are not being executed.
7362
7363 @node Overlay Sample Program
7364 @section Overlay Sample Program
7365 @cindex overlay example program
7366
7367 When linking a program which uses overlays, you must place the overlays
7368 at their load addresses, while relocating them to run at their mapped
7369 addresses. To do this, you must write a linker script (@pxref{Overlay
7370 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7371 since linker scripts are specific to a particular host system, target
7372 architecture, and target memory layout, this manual cannot provide
7373 portable sample code demonstrating @value{GDBN}'s overlay support.
7374
7375 However, the @value{GDBN} source distribution does contain an overlaid
7376 program, with linker scripts for a few systems, as part of its test
7377 suite. The program consists of the following files from
7378 @file{gdb/testsuite/gdb.base}:
7379
7380 @table @file
7381 @item overlays.c
7382 The main program file.
7383 @item ovlymgr.c
7384 A simple overlay manager, used by @file{overlays.c}.
7385 @item foo.c
7386 @itemx bar.c
7387 @itemx baz.c
7388 @itemx grbx.c
7389 Overlay modules, loaded and used by @file{overlays.c}.
7390 @item d10v.ld
7391 @itemx m32r.ld
7392 Linker scripts for linking the test program on the @code{d10v-elf}
7393 and @code{m32r-elf} targets.
7394 @end table
7395
7396 You can build the test program using the @code{d10v-elf} GCC
7397 cross-compiler like this:
7398
7399 @smallexample
7400 $ d10v-elf-gcc -g -c overlays.c
7401 $ d10v-elf-gcc -g -c ovlymgr.c
7402 $ d10v-elf-gcc -g -c foo.c
7403 $ d10v-elf-gcc -g -c bar.c
7404 $ d10v-elf-gcc -g -c baz.c
7405 $ d10v-elf-gcc -g -c grbx.c
7406 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7407 baz.o grbx.o -Wl,-Td10v.ld -o overlays
7408 @end smallexample
7409
7410 The build process is identical for any other architecture, except that
7411 you must substitute the appropriate compiler and linker script for the
7412 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7413
7414
7415 @node Languages
7416 @chapter Using @value{GDBN} with Different Languages
7417 @cindex languages
7418
7419 Although programming languages generally have common aspects, they are
7420 rarely expressed in the same manner. For instance, in ANSI C,
7421 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7422 Modula-2, it is accomplished by @code{p^}. Values can also be
7423 represented (and displayed) differently. Hex numbers in C appear as
7424 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
7425
7426 @cindex working language
7427 Language-specific information is built into @value{GDBN} for some languages,
7428 allowing you to express operations like the above in your program's
7429 native language, and allowing @value{GDBN} to output values in a manner
7430 consistent with the syntax of your program's native language. The
7431 language you use to build expressions is called the @dfn{working
7432 language}.
7433
7434 @menu
7435 * Setting:: Switching between source languages
7436 * Show:: Displaying the language
7437 * Checks:: Type and range checks
7438 * Support:: Supported languages
7439 @end menu
7440
7441 @node Setting
7442 @section Switching between source languages
7443
7444 There are two ways to control the working language---either have @value{GDBN}
7445 set it automatically, or select it manually yourself. You can use the
7446 @code{set language} command for either purpose. On startup, @value{GDBN}
7447 defaults to setting the language automatically. The working language is
7448 used to determine how expressions you type are interpreted, how values
7449 are printed, etc.
7450
7451 In addition to the working language, every source file that
7452 @value{GDBN} knows about has its own working language. For some object
7453 file formats, the compiler might indicate which language a particular
7454 source file is in. However, most of the time @value{GDBN} infers the
7455 language from the name of the file. The language of a source file
7456 controls whether C@t{++} names are demangled---this way @code{backtrace} can
7457 show each frame appropriately for its own language. There is no way to
7458 set the language of a source file from within @value{GDBN}, but you can
7459 set the language associated with a filename extension. @xref{Show, ,
7460 Displaying the language}.
7461
7462 This is most commonly a problem when you use a program, such
7463 as @code{cfront} or @code{f2c}, that generates C but is written in
7464 another language. In that case, make the
7465 program use @code{#line} directives in its C output; that way
7466 @value{GDBN} will know the correct language of the source code of the original
7467 program, and will display that source code, not the generated C code.
7468
7469 @menu
7470 * Filenames:: Filename extensions and languages.
7471 * Manually:: Setting the working language manually
7472 * Automatically:: Having @value{GDBN} infer the source language
7473 @end menu
7474
7475 @node Filenames
7476 @subsection List of filename extensions and languages
7477
7478 If a source file name ends in one of the following extensions, then
7479 @value{GDBN} infers that its language is the one indicated.
7480
7481 @table @file
7482
7483 @item .c
7484 C source file
7485
7486 @item .C
7487 @itemx .cc
7488 @itemx .cp
7489 @itemx .cpp
7490 @itemx .cxx
7491 @itemx .c++
7492 C@t{++} source file
7493
7494 @item .m
7495 Objective-C source file
7496
7497 @item .f
7498 @itemx .F
7499 Fortran source file
7500
7501 @item .mod
7502 Modula-2 source file
7503
7504 @item .s
7505 @itemx .S
7506 Assembler source file. This actually behaves almost like C, but
7507 @value{GDBN} does not skip over function prologues when stepping.
7508 @end table
7509
7510 In addition, you may set the language associated with a filename
7511 extension. @xref{Show, , Displaying the language}.
7512
7513 @node Manually
7514 @subsection Setting the working language
7515
7516 If you allow @value{GDBN} to set the language automatically,
7517 expressions are interpreted the same way in your debugging session and
7518 your program.
7519
7520 @kindex set language
7521 If you wish, you may set the language manually. To do this, issue the
7522 command @samp{set language @var{lang}}, where @var{lang} is the name of
7523 a language, such as
7524 @code{c} or @code{modula-2}.
7525 For a list of the supported languages, type @samp{set language}.
7526
7527 Setting the language manually prevents @value{GDBN} from updating the working
7528 language automatically. This can lead to confusion if you try
7529 to debug a program when the working language is not the same as the
7530 source language, when an expression is acceptable to both
7531 languages---but means different things. For instance, if the current
7532 source file were written in C, and @value{GDBN} was parsing Modula-2, a
7533 command such as:
7534
7535 @smallexample
7536 print a = b + c
7537 @end smallexample
7538
7539 @noindent
7540 might not have the effect you intended. In C, this means to add
7541 @code{b} and @code{c} and place the result in @code{a}. The result
7542 printed would be the value of @code{a}. In Modula-2, this means to compare
7543 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
7544
7545 @node Automatically
7546 @subsection Having @value{GDBN} infer the source language
7547
7548 To have @value{GDBN} set the working language automatically, use
7549 @samp{set language local} or @samp{set language auto}. @value{GDBN}
7550 then infers the working language. That is, when your program stops in a
7551 frame (usually by encountering a breakpoint), @value{GDBN} sets the
7552 working language to the language recorded for the function in that
7553 frame. If the language for a frame is unknown (that is, if the function
7554 or block corresponding to the frame was defined in a source file that
7555 does not have a recognized extension), the current working language is
7556 not changed, and @value{GDBN} issues a warning.
7557
7558 This may not seem necessary for most programs, which are written
7559 entirely in one source language. However, program modules and libraries
7560 written in one source language can be used by a main program written in
7561 a different source language. Using @samp{set language auto} in this
7562 case frees you from having to set the working language manually.
7563
7564 @node Show
7565 @section Displaying the language
7566
7567 The following commands help you find out which language is the
7568 working language, and also what language source files were written in.
7569
7570 @kindex show language
7571 @kindex info frame@r{, show the source language}
7572 @kindex info source@r{, show the source language}
7573 @table @code
7574 @item show language
7575 Display the current working language. This is the
7576 language you can use with commands such as @code{print} to
7577 build and compute expressions that may involve variables in your program.
7578
7579 @item info frame
7580 Display the source language for this frame. This language becomes the
7581 working language if you use an identifier from this frame.
7582 @xref{Frame Info, ,Information about a frame}, to identify the other
7583 information listed here.
7584
7585 @item info source
7586 Display the source language of this source file.
7587 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
7588 information listed here.
7589 @end table
7590
7591 In unusual circumstances, you may have source files with extensions
7592 not in the standard list. You can then set the extension associated
7593 with a language explicitly:
7594
7595 @kindex set extension-language
7596 @kindex info extensions
7597 @table @code
7598 @item set extension-language @var{.ext} @var{language}
7599 Set source files with extension @var{.ext} to be assumed to be in
7600 the source language @var{language}.
7601
7602 @item info extensions
7603 List all the filename extensions and the associated languages.
7604 @end table
7605
7606 @node Checks
7607 @section Type and range checking
7608
7609 @quotation
7610 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
7611 checking are included, but they do not yet have any effect. This
7612 section documents the intended facilities.
7613 @end quotation
7614 @c FIXME remove warning when type/range code added
7615
7616 Some languages are designed to guard you against making seemingly common
7617 errors through a series of compile- and run-time checks. These include
7618 checking the type of arguments to functions and operators, and making
7619 sure mathematical overflows are caught at run time. Checks such as
7620 these help to ensure a program's correctness once it has been compiled
7621 by eliminating type mismatches, and providing active checks for range
7622 errors when your program is running.
7623
7624 @value{GDBN} can check for conditions like the above if you wish.
7625 Although @value{GDBN} does not check the statements in your program, it
7626 can check expressions entered directly into @value{GDBN} for evaluation via
7627 the @code{print} command, for example. As with the working language,
7628 @value{GDBN} can also decide whether or not to check automatically based on
7629 your program's source language. @xref{Support, ,Supported languages},
7630 for the default settings of supported languages.
7631
7632 @menu
7633 * Type Checking:: An overview of type checking
7634 * Range Checking:: An overview of range checking
7635 @end menu
7636
7637 @cindex type checking
7638 @cindex checks, type
7639 @node Type Checking
7640 @subsection An overview of type checking
7641
7642 Some languages, such as Modula-2, are strongly typed, meaning that the
7643 arguments to operators and functions have to be of the correct type,
7644 otherwise an error occurs. These checks prevent type mismatch
7645 errors from ever causing any run-time problems. For example,
7646
7647 @smallexample
7648 1 + 2 @result{} 3
7649 @exdent but
7650 @error{} 1 + 2.3
7651 @end smallexample
7652
7653 The second example fails because the @code{CARDINAL} 1 is not
7654 type-compatible with the @code{REAL} 2.3.
7655
7656 For the expressions you use in @value{GDBN} commands, you can tell the
7657 @value{GDBN} type checker to skip checking;
7658 to treat any mismatches as errors and abandon the expression;
7659 or to only issue warnings when type mismatches occur,
7660 but evaluate the expression anyway. When you choose the last of
7661 these, @value{GDBN} evaluates expressions like the second example above, but
7662 also issues a warning.
7663
7664 Even if you turn type checking off, there may be other reasons
7665 related to type that prevent @value{GDBN} from evaluating an expression.
7666 For instance, @value{GDBN} does not know how to add an @code{int} and
7667 a @code{struct foo}. These particular type errors have nothing to do
7668 with the language in use, and usually arise from expressions, such as
7669 the one described above, which make little sense to evaluate anyway.
7670
7671 Each language defines to what degree it is strict about type. For
7672 instance, both Modula-2 and C require the arguments to arithmetical
7673 operators to be numbers. In C, enumerated types and pointers can be
7674 represented as numbers, so that they are valid arguments to mathematical
7675 operators. @xref{Support, ,Supported languages}, for further
7676 details on specific languages.
7677
7678 @value{GDBN} provides some additional commands for controlling the type checker:
7679
7680 @kindex set check@r{, type}
7681 @kindex set check type
7682 @kindex show check type
7683 @table @code
7684 @item set check type auto
7685 Set type checking on or off based on the current working language.
7686 @xref{Support, ,Supported languages}, for the default settings for
7687 each language.
7688
7689 @item set check type on
7690 @itemx set check type off
7691 Set type checking on or off, overriding the default setting for the
7692 current working language. Issue a warning if the setting does not
7693 match the language default. If any type mismatches occur in
7694 evaluating an expression while type checking is on, @value{GDBN} prints a
7695 message and aborts evaluation of the expression.
7696
7697 @item set check type warn
7698 Cause the type checker to issue warnings, but to always attempt to
7699 evaluate the expression. Evaluating the expression may still
7700 be impossible for other reasons. For example, @value{GDBN} cannot add
7701 numbers and structures.
7702
7703 @item show type
7704 Show the current setting of the type checker, and whether or not @value{GDBN}
7705 is setting it automatically.
7706 @end table
7707
7708 @cindex range checking
7709 @cindex checks, range
7710 @node Range Checking
7711 @subsection An overview of range checking
7712
7713 In some languages (such as Modula-2), it is an error to exceed the
7714 bounds of a type; this is enforced with run-time checks. Such range
7715 checking is meant to ensure program correctness by making sure
7716 computations do not overflow, or indices on an array element access do
7717 not exceed the bounds of the array.
7718
7719 For expressions you use in @value{GDBN} commands, you can tell
7720 @value{GDBN} to treat range errors in one of three ways: ignore them,
7721 always treat them as errors and abandon the expression, or issue
7722 warnings but evaluate the expression anyway.
7723
7724 A range error can result from numerical overflow, from exceeding an
7725 array index bound, or when you type a constant that is not a member
7726 of any type. Some languages, however, do not treat overflows as an
7727 error. In many implementations of C, mathematical overflow causes the
7728 result to ``wrap around'' to lower values---for example, if @var{m} is
7729 the largest integer value, and @var{s} is the smallest, then
7730
7731 @smallexample
7732 @var{m} + 1 @result{} @var{s}
7733 @end smallexample
7734
7735 This, too, is specific to individual languages, and in some cases
7736 specific to individual compilers or machines. @xref{Support, ,
7737 Supported languages}, for further details on specific languages.
7738
7739 @value{GDBN} provides some additional commands for controlling the range checker:
7740
7741 @kindex set check@r{, range}
7742 @kindex set check range
7743 @kindex show check range
7744 @table @code
7745 @item set check range auto
7746 Set range checking on or off based on the current working language.
7747 @xref{Support, ,Supported languages}, for the default settings for
7748 each language.
7749
7750 @item set check range on
7751 @itemx set check range off
7752 Set range checking on or off, overriding the default setting for the
7753 current working language. A warning is issued if the setting does not
7754 match the language default. If a range error occurs and range checking is on,
7755 then a message is printed and evaluation of the expression is aborted.
7756
7757 @item set check range warn
7758 Output messages when the @value{GDBN} range checker detects a range error,
7759 but attempt to evaluate the expression anyway. Evaluating the
7760 expression may still be impossible for other reasons, such as accessing
7761 memory that the process does not own (a typical example from many Unix
7762 systems).
7763
7764 @item show range
7765 Show the current setting of the range checker, and whether or not it is
7766 being set automatically by @value{GDBN}.
7767 @end table
7768
7769 @node Support
7770 @section Supported languages
7771
7772 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
7773 @c This is false ...
7774 Some @value{GDBN} features may be used in expressions regardless of the
7775 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7776 and the @samp{@{type@}addr} construct (@pxref{Expressions,
7777 ,Expressions}) can be used with the constructs of any supported
7778 language.
7779
7780 The following sections detail to what degree each source language is
7781 supported by @value{GDBN}. These sections are not meant to be language
7782 tutorials or references, but serve only as a reference guide to what the
7783 @value{GDBN} expression parser accepts, and what input and output
7784 formats should look like for different languages. There are many good
7785 books written on each of these languages; please look to these for a
7786 language reference or tutorial.
7787
7788 @menu
7789 * C:: C and C@t{++}
7790 * Objective-C:: Objective-C
7791 * Modula-2:: Modula-2
7792 @end menu
7793
7794 @node C
7795 @subsection C and C@t{++}
7796
7797 @cindex C and C@t{++}
7798 @cindex expressions in C or C@t{++}
7799
7800 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
7801 to both languages. Whenever this is the case, we discuss those languages
7802 together.
7803
7804 @cindex C@t{++}
7805 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
7806 @cindex @sc{gnu} C@t{++}
7807 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7808 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7809 effectively, you must compile your C@t{++} programs with a supported
7810 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
7811 compiler (@code{aCC}).
7812
7813 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7814 format; if it doesn't work on your system, try the stabs+ debugging
7815 format. You can select those formats explicitly with the @code{g++}
7816 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7817 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7818 CC, gcc.info, Using @sc{gnu} CC}.
7819
7820 @menu
7821 * C Operators:: C and C@t{++} operators
7822 * C Constants:: C and C@t{++} constants
7823 * C plus plus expressions:: C@t{++} expressions
7824 * C Defaults:: Default settings for C and C@t{++}
7825 * C Checks:: C and C@t{++} type and range checks
7826 * Debugging C:: @value{GDBN} and C
7827 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
7828 @end menu
7829
7830 @node C Operators
7831 @subsubsection C and C@t{++} operators
7832
7833 @cindex C and C@t{++} operators
7834
7835 Operators must be defined on values of specific types. For instance,
7836 @code{+} is defined on numbers, but not on structures. Operators are
7837 often defined on groups of types.
7838
7839 For the purposes of C and C@t{++}, the following definitions hold:
7840
7841 @itemize @bullet
7842
7843 @item
7844 @emph{Integral types} include @code{int} with any of its storage-class
7845 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
7846
7847 @item
7848 @emph{Floating-point types} include @code{float}, @code{double}, and
7849 @code{long double} (if supported by the target platform).
7850
7851 @item
7852 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
7853
7854 @item
7855 @emph{Scalar types} include all of the above.
7856
7857 @end itemize
7858
7859 @noindent
7860 The following operators are supported. They are listed here
7861 in order of increasing precedence:
7862
7863 @table @code
7864 @item ,
7865 The comma or sequencing operator. Expressions in a comma-separated list
7866 are evaluated from left to right, with the result of the entire
7867 expression being the last expression evaluated.
7868
7869 @item =
7870 Assignment. The value of an assignment expression is the value
7871 assigned. Defined on scalar types.
7872
7873 @item @var{op}=
7874 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7875 and translated to @w{@code{@var{a} = @var{a op b}}}.
7876 @w{@code{@var{op}=}} and @code{=} have the same precedence.
7877 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7878 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7879
7880 @item ?:
7881 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7882 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7883 integral type.
7884
7885 @item ||
7886 Logical @sc{or}. Defined on integral types.
7887
7888 @item &&
7889 Logical @sc{and}. Defined on integral types.
7890
7891 @item |
7892 Bitwise @sc{or}. Defined on integral types.
7893
7894 @item ^
7895 Bitwise exclusive-@sc{or}. Defined on integral types.
7896
7897 @item &
7898 Bitwise @sc{and}. Defined on integral types.
7899
7900 @item ==@r{, }!=
7901 Equality and inequality. Defined on scalar types. The value of these
7902 expressions is 0 for false and non-zero for true.
7903
7904 @item <@r{, }>@r{, }<=@r{, }>=
7905 Less than, greater than, less than or equal, greater than or equal.
7906 Defined on scalar types. The value of these expressions is 0 for false
7907 and non-zero for true.
7908
7909 @item <<@r{, }>>
7910 left shift, and right shift. Defined on integral types.
7911
7912 @item @@
7913 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7914
7915 @item +@r{, }-
7916 Addition and subtraction. Defined on integral types, floating-point types and
7917 pointer types.
7918
7919 @item *@r{, }/@r{, }%
7920 Multiplication, division, and modulus. Multiplication and division are
7921 defined on integral and floating-point types. Modulus is defined on
7922 integral types.
7923
7924 @item ++@r{, }--
7925 Increment and decrement. When appearing before a variable, the
7926 operation is performed before the variable is used in an expression;
7927 when appearing after it, the variable's value is used before the
7928 operation takes place.
7929
7930 @item *
7931 Pointer dereferencing. Defined on pointer types. Same precedence as
7932 @code{++}.
7933
7934 @item &
7935 Address operator. Defined on variables. Same precedence as @code{++}.
7936
7937 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7938 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
7939 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
7940 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
7941 stored.
7942
7943 @item -
7944 Negative. Defined on integral and floating-point types. Same
7945 precedence as @code{++}.
7946
7947 @item !
7948 Logical negation. Defined on integral types. Same precedence as
7949 @code{++}.
7950
7951 @item ~
7952 Bitwise complement operator. Defined on integral types. Same precedence as
7953 @code{++}.
7954
7955
7956 @item .@r{, }->
7957 Structure member, and pointer-to-structure member. For convenience,
7958 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
7959 pointer based on the stored type information.
7960 Defined on @code{struct} and @code{union} data.
7961
7962 @item .*@r{, }->*
7963 Dereferences of pointers to members.
7964
7965 @item []
7966 Array indexing. @code{@var{a}[@var{i}]} is defined as
7967 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7968
7969 @item ()
7970 Function parameter list. Same precedence as @code{->}.
7971
7972 @item ::
7973 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7974 and @code{class} types.
7975
7976 @item ::
7977 Doubled colons also represent the @value{GDBN} scope operator
7978 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
7979 above.
7980 @end table
7981
7982 If an operator is redefined in the user code, @value{GDBN} usually
7983 attempts to invoke the redefined version instead of using the operator's
7984 predefined meaning.
7985
7986 @menu
7987 * C Constants::
7988 @end menu
7989
7990 @node C Constants
7991 @subsubsection C and C@t{++} constants
7992
7993 @cindex C and C@t{++} constants
7994
7995 @value{GDBN} allows you to express the constants of C and C@t{++} in the
7996 following ways:
7997
7998 @itemize @bullet
7999 @item
8000 Integer constants are a sequence of digits. Octal constants are
8001 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8002 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8003 @samp{l}, specifying that the constant should be treated as a
8004 @code{long} value.
8005
8006 @item
8007 Floating point constants are a sequence of digits, followed by a decimal
8008 point, followed by a sequence of digits, and optionally followed by an
8009 exponent. An exponent is of the form:
8010 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8011 sequence of digits. The @samp{+} is optional for positive exponents.
8012 A floating-point constant may also end with a letter @samp{f} or
8013 @samp{F}, specifying that the constant should be treated as being of
8014 the @code{float} (as opposed to the default @code{double}) type; or with
8015 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8016 constant.
8017
8018 @item
8019 Enumerated constants consist of enumerated identifiers, or their
8020 integral equivalents.
8021
8022 @item
8023 Character constants are a single character surrounded by single quotes
8024 (@code{'}), or a number---the ordinal value of the corresponding character
8025 (usually its @sc{ascii} value). Within quotes, the single character may
8026 be represented by a letter or by @dfn{escape sequences}, which are of
8027 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8028 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8029 @samp{@var{x}} is a predefined special character---for example,
8030 @samp{\n} for newline.
8031
8032 @item
8033 String constants are a sequence of character constants surrounded by
8034 double quotes (@code{"}). Any valid character constant (as described
8035 above) may appear. Double quotes within the string must be preceded by
8036 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8037 characters.
8038
8039 @item
8040 Pointer constants are an integral value. You can also write pointers
8041 to constants using the C operator @samp{&}.
8042
8043 @item
8044 Array constants are comma-separated lists surrounded by braces @samp{@{}
8045 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8046 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8047 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8048 @end itemize
8049
8050 @menu
8051 * C plus plus expressions::
8052 * C Defaults::
8053 * C Checks::
8054
8055 * Debugging C::
8056 @end menu
8057
8058 @node C plus plus expressions
8059 @subsubsection C@t{++} expressions
8060
8061 @cindex expressions in C@t{++}
8062 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8063
8064 @cindex debugging C@t{++} programs
8065 @cindex C@t{++} compilers
8066 @cindex debug formats and C@t{++}
8067 @cindex @value{NGCC} and C@t{++}
8068 @quotation
8069 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8070 proper compiler and the proper debug format. Currently, @value{GDBN}
8071 works best when debugging C@t{++} code that is compiled with
8072 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8073 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8074 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8075 stabs+ as their default debug format, so you usually don't need to
8076 specify a debug format explicitly. Other compilers and/or debug formats
8077 are likely to work badly or not at all when using @value{GDBN} to debug
8078 C@t{++} code.
8079 @end quotation
8080
8081 @enumerate
8082
8083 @cindex member functions
8084 @item
8085 Member function calls are allowed; you can use expressions like
8086
8087 @smallexample
8088 count = aml->GetOriginal(x, y)
8089 @end smallexample
8090
8091 @vindex this@r{, inside C@t{++} member functions}
8092 @cindex namespace in C@t{++}
8093 @item
8094 While a member function is active (in the selected stack frame), your
8095 expressions have the same namespace available as the member function;
8096 that is, @value{GDBN} allows implicit references to the class instance
8097 pointer @code{this} following the same rules as C@t{++}.
8098
8099 @cindex call overloaded functions
8100 @cindex overloaded functions, calling
8101 @cindex type conversions in C@t{++}
8102 @item
8103 You can call overloaded functions; @value{GDBN} resolves the function
8104 call to the right definition, with some restrictions. @value{GDBN} does not
8105 perform overload resolution involving user-defined type conversions,
8106 calls to constructors, or instantiations of templates that do not exist
8107 in the program. It also cannot handle ellipsis argument lists or
8108 default arguments.
8109
8110 It does perform integral conversions and promotions, floating-point
8111 promotions, arithmetic conversions, pointer conversions, conversions of
8112 class objects to base classes, and standard conversions such as those of
8113 functions or arrays to pointers; it requires an exact match on the
8114 number of function arguments.
8115
8116 Overload resolution is always performed, unless you have specified
8117 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8118 ,@value{GDBN} features for C@t{++}}.
8119
8120 You must specify @code{set overload-resolution off} in order to use an
8121 explicit function signature to call an overloaded function, as in
8122 @smallexample
8123 p 'foo(char,int)'('x', 13)
8124 @end smallexample
8125
8126 The @value{GDBN} command-completion facility can simplify this;
8127 see @ref{Completion, ,Command completion}.
8128
8129 @cindex reference declarations
8130 @item
8131 @value{GDBN} understands variables declared as C@t{++} references; you can use
8132 them in expressions just as you do in C@t{++} source---they are automatically
8133 dereferenced.
8134
8135 In the parameter list shown when @value{GDBN} displays a frame, the values of
8136 reference variables are not displayed (unlike other variables); this
8137 avoids clutter, since references are often used for large structures.
8138 The @emph{address} of a reference variable is always shown, unless
8139 you have specified @samp{set print address off}.
8140
8141 @item
8142 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8143 expressions can use it just as expressions in your program do. Since
8144 one scope may be defined in another, you can use @code{::} repeatedly if
8145 necessary, for example in an expression like
8146 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8147 resolving name scope by reference to source files, in both C and C@t{++}
8148 debugging (@pxref{Variables, ,Program variables}).
8149 @end enumerate
8150
8151 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8152 calling virtual functions correctly, printing out virtual bases of
8153 objects, calling functions in a base subobject, casting objects, and
8154 invoking user-defined operators.
8155
8156 @node C Defaults
8157 @subsubsection C and C@t{++} defaults
8158
8159 @cindex C and C@t{++} defaults
8160
8161 If you allow @value{GDBN} to set type and range checking automatically, they
8162 both default to @code{off} whenever the working language changes to
8163 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8164 selects the working language.
8165
8166 If you allow @value{GDBN} to set the language automatically, it
8167 recognizes source files whose names end with @file{.c}, @file{.C}, or
8168 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8169 these files, it sets the working language to C or C@t{++}.
8170 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8171 for further details.
8172
8173 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8174 @c unimplemented. If (b) changes, it might make sense to let this node
8175 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8176
8177 @node C Checks
8178 @subsubsection C and C@t{++} type and range checks
8179
8180 @cindex C and C@t{++} checks
8181
8182 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8183 is not used. However, if you turn type checking on, @value{GDBN}
8184 considers two variables type equivalent if:
8185
8186 @itemize @bullet
8187 @item
8188 The two variables are structured and have the same structure, union, or
8189 enumerated tag.
8190
8191 @item
8192 The two variables have the same type name, or types that have been
8193 declared equivalent through @code{typedef}.
8194
8195 @ignore
8196 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8197 @c FIXME--beers?
8198 @item
8199 The two @code{struct}, @code{union}, or @code{enum} variables are
8200 declared in the same declaration. (Note: this may not be true for all C
8201 compilers.)
8202 @end ignore
8203 @end itemize
8204
8205 Range checking, if turned on, is done on mathematical operations. Array
8206 indices are not checked, since they are often used to index a pointer
8207 that is not itself an array.
8208
8209 @node Debugging C
8210 @subsubsection @value{GDBN} and C
8211
8212 The @code{set print union} and @code{show print union} commands apply to
8213 the @code{union} type. When set to @samp{on}, any @code{union} that is
8214 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8215 appears as @samp{@{...@}}.
8216
8217 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8218 with pointers and a memory allocation function. @xref{Expressions,
8219 ,Expressions}.
8220
8221 @menu
8222 * Debugging C plus plus::
8223 @end menu
8224
8225 @node Debugging C plus plus
8226 @subsubsection @value{GDBN} features for C@t{++}
8227
8228 @cindex commands for C@t{++}
8229
8230 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8231 designed specifically for use with C@t{++}. Here is a summary:
8232
8233 @table @code
8234 @cindex break in overloaded functions
8235 @item @r{breakpoint menus}
8236 When you want a breakpoint in a function whose name is overloaded,
8237 @value{GDBN} breakpoint menus help you specify which function definition
8238 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8239
8240 @cindex overloading in C@t{++}
8241 @item rbreak @var{regex}
8242 Setting breakpoints using regular expressions is helpful for setting
8243 breakpoints on overloaded functions that are not members of any special
8244 classes.
8245 @xref{Set Breaks, ,Setting breakpoints}.
8246
8247 @cindex C@t{++} exception handling
8248 @item catch throw
8249 @itemx catch catch
8250 Debug C@t{++} exception handling using these commands. @xref{Set
8251 Catchpoints, , Setting catchpoints}.
8252
8253 @cindex inheritance
8254 @item ptype @var{typename}
8255 Print inheritance relationships as well as other information for type
8256 @var{typename}.
8257 @xref{Symbols, ,Examining the Symbol Table}.
8258
8259 @cindex C@t{++} symbol display
8260 @item set print demangle
8261 @itemx show print demangle
8262 @itemx set print asm-demangle
8263 @itemx show print asm-demangle
8264 Control whether C@t{++} symbols display in their source form, both when
8265 displaying code as C@t{++} source and when displaying disassemblies.
8266 @xref{Print Settings, ,Print settings}.
8267
8268 @item set print object
8269 @itemx show print object
8270 Choose whether to print derived (actual) or declared types of objects.
8271 @xref{Print Settings, ,Print settings}.
8272
8273 @item set print vtbl
8274 @itemx show print vtbl
8275 Control the format for printing virtual function tables.
8276 @xref{Print Settings, ,Print settings}.
8277 (The @code{vtbl} commands do not work on programs compiled with the HP
8278 ANSI C@t{++} compiler (@code{aCC}).)
8279
8280 @kindex set overload-resolution
8281 @cindex overloaded functions, overload resolution
8282 @item set overload-resolution on
8283 Enable overload resolution for C@t{++} expression evaluation. The default
8284 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8285 and searches for a function whose signature matches the argument types,
8286 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8287 expressions}, for details). If it cannot find a match, it emits a
8288 message.
8289
8290 @item set overload-resolution off
8291 Disable overload resolution for C@t{++} expression evaluation. For
8292 overloaded functions that are not class member functions, @value{GDBN}
8293 chooses the first function of the specified name that it finds in the
8294 symbol table, whether or not its arguments are of the correct type. For
8295 overloaded functions that are class member functions, @value{GDBN}
8296 searches for a function whose signature @emph{exactly} matches the
8297 argument types.
8298
8299 @item @r{Overloaded symbol names}
8300 You can specify a particular definition of an overloaded symbol, using
8301 the same notation that is used to declare such symbols in C@t{++}: type
8302 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8303 also use the @value{GDBN} command-line word completion facilities to list the
8304 available choices, or to finish the type list for you.
8305 @xref{Completion,, Command completion}, for details on how to do this.
8306 @end table
8307
8308 @node Objective-C
8309 @subsection Objective-C
8310
8311 @cindex Objective-C
8312 This section provides information about some commands and command
8313 options that are useful for debugging Objective-C code.
8314
8315 @menu
8316 * Method Names in Commands::
8317 * The Print Command with Objective-C::
8318 @end menu
8319
8320 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8321 @subsubsection Method Names in Commands
8322
8323 The following commands have been extended to accept Objective-C method
8324 names as line specifications:
8325
8326 @kindex clear@r{, and Objective-C}
8327 @kindex break@r{, and Objective-C}
8328 @kindex info line@r{, and Objective-C}
8329 @kindex jump@r{, and Objective-C}
8330 @kindex list@r{, and Objective-C}
8331 @itemize
8332 @item @code{clear}
8333 @item @code{break}
8334 @item @code{info line}
8335 @item @code{jump}
8336 @item @code{list}
8337 @end itemize
8338
8339 A fully qualified Objective-C method name is specified as
8340
8341 @smallexample
8342 -[@var{Class} @var{methodName}]
8343 @end smallexample
8344
8345 where the minus sign is used to indicate an instance method and a plus
8346 sign (not shown) is used to indicate a class method. The
8347 class name @var{Class} and method name @var{methoName} are enclosed in
8348 brackets, similar to the way messages are specified in Objective-C source
8349 code. For example, to set a breakpoint at the @code{create} instance method of
8350 class @code{Fruit} in the program currently being debugged, enter:
8351
8352 @smallexample
8353 break -[Fruit create]
8354 @end smallexample
8355
8356 To list ten program lines around the @code{initialize} class method,
8357 enter:
8358
8359 @smallexample
8360 list +[NSText initialize]
8361 @end smallexample
8362
8363 In the current version of GDB, the plus or minus sign is required. In
8364 future versions of GDB, the plus or minus sign will be optional, but you
8365 can use it to narrow the search. It is also possible to specify just a
8366 method name:
8367
8368 @smallexample
8369 break create
8370 @end smallexample
8371
8372 You must specify the complete method name, including any colons. If
8373 your program's source files contain more than one @code{create} method,
8374 you'll be presented with a numbered list of classes that implement that
8375 method. Indicate your choice by number, or type @samp{0} to exit if
8376 none apply.
8377
8378 As another example, to clear a breakpoint established at the
8379 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8380
8381 @smallexample
8382 clear -[NSWindow makeKeyAndOrderFront:]
8383 @end smallexample
8384
8385 @node The Print Command with Objective-C
8386 @subsubsection The Print Command With Objective-C
8387
8388 The print command has also been extended to accept methods. For example:
8389
8390 @smallexample
8391 print -[object hash]
8392 @end smallexample
8393
8394 @cindex print an Objective-C object description
8395 will tell gdb to send the -hash message to object and print the
8396 result. Also an additional command has been added, @code{print-object}
8397 or @code{po} for short, which is meant to print the description of an
8398 object. However, this command may only work with certain Objective-C
8399 libraries that have a particular hook function, called
8400 @code{_NSPrintForDebugger} defined.
8401
8402 @node Modula-2, , Objective-C, Support
8403 @subsection Modula-2
8404
8405 @cindex Modula-2, @value{GDBN} support
8406
8407 The extensions made to @value{GDBN} to support Modula-2 only support
8408 output from the @sc{gnu} Modula-2 compiler (which is currently being
8409 developed). Other Modula-2 compilers are not currently supported, and
8410 attempting to debug executables produced by them is most likely
8411 to give an error as @value{GDBN} reads in the executable's symbol
8412 table.
8413
8414 @cindex expressions in Modula-2
8415 @menu
8416 * M2 Operators:: Built-in operators
8417 * Built-In Func/Proc:: Built-in functions and procedures
8418 * M2 Constants:: Modula-2 constants
8419 * M2 Defaults:: Default settings for Modula-2
8420 * Deviations:: Deviations from standard Modula-2
8421 * M2 Checks:: Modula-2 type and range checks
8422 * M2 Scope:: The scope operators @code{::} and @code{.}
8423 * GDB/M2:: @value{GDBN} and Modula-2
8424 @end menu
8425
8426 @node M2 Operators
8427 @subsubsection Operators
8428 @cindex Modula-2 operators
8429
8430 Operators must be defined on values of specific types. For instance,
8431 @code{+} is defined on numbers, but not on structures. Operators are
8432 often defined on groups of types. For the purposes of Modula-2, the
8433 following definitions hold:
8434
8435 @itemize @bullet
8436
8437 @item
8438 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8439 their subranges.
8440
8441 @item
8442 @emph{Character types} consist of @code{CHAR} and its subranges.
8443
8444 @item
8445 @emph{Floating-point types} consist of @code{REAL}.
8446
8447 @item
8448 @emph{Pointer types} consist of anything declared as @code{POINTER TO
8449 @var{type}}.
8450
8451 @item
8452 @emph{Scalar types} consist of all of the above.
8453
8454 @item
8455 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
8456
8457 @item
8458 @emph{Boolean types} consist of @code{BOOLEAN}.
8459 @end itemize
8460
8461 @noindent
8462 The following operators are supported, and appear in order of
8463 increasing precedence:
8464
8465 @table @code
8466 @item ,
8467 Function argument or array index separator.
8468
8469 @item :=
8470 Assignment. The value of @var{var} @code{:=} @var{value} is
8471 @var{value}.
8472
8473 @item <@r{, }>
8474 Less than, greater than on integral, floating-point, or enumerated
8475 types.
8476
8477 @item <=@r{, }>=
8478 Less than or equal to, greater than or equal to
8479 on integral, floating-point and enumerated types, or set inclusion on
8480 set types. Same precedence as @code{<}.
8481
8482 @item =@r{, }<>@r{, }#
8483 Equality and two ways of expressing inequality, valid on scalar types.
8484 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8485 available for inequality, since @code{#} conflicts with the script
8486 comment character.
8487
8488 @item IN
8489 Set membership. Defined on set types and the types of their members.
8490 Same precedence as @code{<}.
8491
8492 @item OR
8493 Boolean disjunction. Defined on boolean types.
8494
8495 @item AND@r{, }&
8496 Boolean conjunction. Defined on boolean types.
8497
8498 @item @@
8499 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8500
8501 @item +@r{, }-
8502 Addition and subtraction on integral and floating-point types, or union
8503 and difference on set types.
8504
8505 @item *
8506 Multiplication on integral and floating-point types, or set intersection
8507 on set types.
8508
8509 @item /
8510 Division on floating-point types, or symmetric set difference on set
8511 types. Same precedence as @code{*}.
8512
8513 @item DIV@r{, }MOD
8514 Integer division and remainder. Defined on integral types. Same
8515 precedence as @code{*}.
8516
8517 @item -
8518 Negative. Defined on @code{INTEGER} and @code{REAL} data.
8519
8520 @item ^
8521 Pointer dereferencing. Defined on pointer types.
8522
8523 @item NOT
8524 Boolean negation. Defined on boolean types. Same precedence as
8525 @code{^}.
8526
8527 @item .
8528 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
8529 precedence as @code{^}.
8530
8531 @item []
8532 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8533
8534 @item ()
8535 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8536 as @code{^}.
8537
8538 @item ::@r{, }.
8539 @value{GDBN} and Modula-2 scope operators.
8540 @end table
8541
8542 @quotation
8543 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8544 treats the use of the operator @code{IN}, or the use of operators
8545 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8546 @code{<=}, and @code{>=} on sets as an error.
8547 @end quotation
8548
8549
8550 @node Built-In Func/Proc
8551 @subsubsection Built-in functions and procedures
8552 @cindex Modula-2 built-ins
8553
8554 Modula-2 also makes available several built-in procedures and functions.
8555 In describing these, the following metavariables are used:
8556
8557 @table @var
8558
8559 @item a
8560 represents an @code{ARRAY} variable.
8561
8562 @item c
8563 represents a @code{CHAR} constant or variable.
8564
8565 @item i
8566 represents a variable or constant of integral type.
8567
8568 @item m
8569 represents an identifier that belongs to a set. Generally used in the
8570 same function with the metavariable @var{s}. The type of @var{s} should
8571 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8572
8573 @item n
8574 represents a variable or constant of integral or floating-point type.
8575
8576 @item r
8577 represents a variable or constant of floating-point type.
8578
8579 @item t
8580 represents a type.
8581
8582 @item v
8583 represents a variable.
8584
8585 @item x
8586 represents a variable or constant of one of many types. See the
8587 explanation of the function for details.
8588 @end table
8589
8590 All Modula-2 built-in procedures also return a result, described below.
8591
8592 @table @code
8593 @item ABS(@var{n})
8594 Returns the absolute value of @var{n}.
8595
8596 @item CAP(@var{c})
8597 If @var{c} is a lower case letter, it returns its upper case
8598 equivalent, otherwise it returns its argument.
8599
8600 @item CHR(@var{i})
8601 Returns the character whose ordinal value is @var{i}.
8602
8603 @item DEC(@var{v})
8604 Decrements the value in the variable @var{v} by one. Returns the new value.
8605
8606 @item DEC(@var{v},@var{i})
8607 Decrements the value in the variable @var{v} by @var{i}. Returns the
8608 new value.
8609
8610 @item EXCL(@var{m},@var{s})
8611 Removes the element @var{m} from the set @var{s}. Returns the new
8612 set.
8613
8614 @item FLOAT(@var{i})
8615 Returns the floating point equivalent of the integer @var{i}.
8616
8617 @item HIGH(@var{a})
8618 Returns the index of the last member of @var{a}.
8619
8620 @item INC(@var{v})
8621 Increments the value in the variable @var{v} by one. Returns the new value.
8622
8623 @item INC(@var{v},@var{i})
8624 Increments the value in the variable @var{v} by @var{i}. Returns the
8625 new value.
8626
8627 @item INCL(@var{m},@var{s})
8628 Adds the element @var{m} to the set @var{s} if it is not already
8629 there. Returns the new set.
8630
8631 @item MAX(@var{t})
8632 Returns the maximum value of the type @var{t}.
8633
8634 @item MIN(@var{t})
8635 Returns the minimum value of the type @var{t}.
8636
8637 @item ODD(@var{i})
8638 Returns boolean TRUE if @var{i} is an odd number.
8639
8640 @item ORD(@var{x})
8641 Returns the ordinal value of its argument. For example, the ordinal
8642 value of a character is its @sc{ascii} value (on machines supporting the
8643 @sc{ascii} character set). @var{x} must be of an ordered type, which include
8644 integral, character and enumerated types.
8645
8646 @item SIZE(@var{x})
8647 Returns the size of its argument. @var{x} can be a variable or a type.
8648
8649 @item TRUNC(@var{r})
8650 Returns the integral part of @var{r}.
8651
8652 @item VAL(@var{t},@var{i})
8653 Returns the member of the type @var{t} whose ordinal value is @var{i}.
8654 @end table
8655
8656 @quotation
8657 @emph{Warning:} Sets and their operations are not yet supported, so
8658 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8659 an error.
8660 @end quotation
8661
8662 @cindex Modula-2 constants
8663 @node M2 Constants
8664 @subsubsection Constants
8665
8666 @value{GDBN} allows you to express the constants of Modula-2 in the following
8667 ways:
8668
8669 @itemize @bullet
8670
8671 @item
8672 Integer constants are simply a sequence of digits. When used in an
8673 expression, a constant is interpreted to be type-compatible with the
8674 rest of the expression. Hexadecimal integers are specified by a
8675 trailing @samp{H}, and octal integers by a trailing @samp{B}.
8676
8677 @item
8678 Floating point constants appear as a sequence of digits, followed by a
8679 decimal point and another sequence of digits. An optional exponent can
8680 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8681 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8682 digits of the floating point constant must be valid decimal (base 10)
8683 digits.
8684
8685 @item
8686 Character constants consist of a single character enclosed by a pair of
8687 like quotes, either single (@code{'}) or double (@code{"}). They may
8688 also be expressed by their ordinal value (their @sc{ascii} value, usually)
8689 followed by a @samp{C}.
8690
8691 @item
8692 String constants consist of a sequence of characters enclosed by a
8693 pair of like quotes, either single (@code{'}) or double (@code{"}).
8694 Escape sequences in the style of C are also allowed. @xref{C
8695 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
8696 sequences.
8697
8698 @item
8699 Enumerated constants consist of an enumerated identifier.
8700
8701 @item
8702 Boolean constants consist of the identifiers @code{TRUE} and
8703 @code{FALSE}.
8704
8705 @item
8706 Pointer constants consist of integral values only.
8707
8708 @item
8709 Set constants are not yet supported.
8710 @end itemize
8711
8712 @node M2 Defaults
8713 @subsubsection Modula-2 defaults
8714 @cindex Modula-2 defaults
8715
8716 If type and range checking are set automatically by @value{GDBN}, they
8717 both default to @code{on} whenever the working language changes to
8718 Modula-2. This happens regardless of whether you or @value{GDBN}
8719 selected the working language.
8720
8721 If you allow @value{GDBN} to set the language automatically, then entering
8722 code compiled from a file whose name ends with @file{.mod} sets the
8723 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
8724 the language automatically}, for further details.
8725
8726 @node Deviations
8727 @subsubsection Deviations from standard Modula-2
8728 @cindex Modula-2, deviations from
8729
8730 A few changes have been made to make Modula-2 programs easier to debug.
8731 This is done primarily via loosening its type strictness:
8732
8733 @itemize @bullet
8734 @item
8735 Unlike in standard Modula-2, pointer constants can be formed by
8736 integers. This allows you to modify pointer variables during
8737 debugging. (In standard Modula-2, the actual address contained in a
8738 pointer variable is hidden from you; it can only be modified
8739 through direct assignment to another pointer variable or expression that
8740 returned a pointer.)
8741
8742 @item
8743 C escape sequences can be used in strings and characters to represent
8744 non-printable characters. @value{GDBN} prints out strings with these
8745 escape sequences embedded. Single non-printable characters are
8746 printed using the @samp{CHR(@var{nnn})} format.
8747
8748 @item
8749 The assignment operator (@code{:=}) returns the value of its right-hand
8750 argument.
8751
8752 @item
8753 All built-in procedures both modify @emph{and} return their argument.
8754 @end itemize
8755
8756 @node M2 Checks
8757 @subsubsection Modula-2 type and range checks
8758 @cindex Modula-2 checks
8759
8760 @quotation
8761 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8762 range checking.
8763 @end quotation
8764 @c FIXME remove warning when type/range checks added
8765
8766 @value{GDBN} considers two Modula-2 variables type equivalent if:
8767
8768 @itemize @bullet
8769 @item
8770 They are of types that have been declared equivalent via a @code{TYPE
8771 @var{t1} = @var{t2}} statement
8772
8773 @item
8774 They have been declared on the same line. (Note: This is true of the
8775 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8776 @end itemize
8777
8778 As long as type checking is enabled, any attempt to combine variables
8779 whose types are not equivalent is an error.
8780
8781 Range checking is done on all mathematical operations, assignment, array
8782 index bounds, and all built-in functions and procedures.
8783
8784 @node M2 Scope
8785 @subsubsection The scope operators @code{::} and @code{.}
8786 @cindex scope
8787 @cindex @code{.}, Modula-2 scope operator
8788 @cindex colon, doubled as scope operator
8789 @ifinfo
8790 @vindex colon-colon@r{, in Modula-2}
8791 @c Info cannot handle :: but TeX can.
8792 @end ifinfo
8793 @iftex
8794 @vindex ::@r{, in Modula-2}
8795 @end iftex
8796
8797 There are a few subtle differences between the Modula-2 scope operator
8798 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8799 similar syntax:
8800
8801 @smallexample
8802
8803 @var{module} . @var{id}
8804 @var{scope} :: @var{id}
8805 @end smallexample
8806
8807 @noindent
8808 where @var{scope} is the name of a module or a procedure,
8809 @var{module} the name of a module, and @var{id} is any declared
8810 identifier within your program, except another module.
8811
8812 Using the @code{::} operator makes @value{GDBN} search the scope
8813 specified by @var{scope} for the identifier @var{id}. If it is not
8814 found in the specified scope, then @value{GDBN} searches all scopes
8815 enclosing the one specified by @var{scope}.
8816
8817 Using the @code{.} operator makes @value{GDBN} search the current scope for
8818 the identifier specified by @var{id} that was imported from the
8819 definition module specified by @var{module}. With this operator, it is
8820 an error if the identifier @var{id} was not imported from definition
8821 module @var{module}, or if @var{id} is not an identifier in
8822 @var{module}.
8823
8824 @node GDB/M2
8825 @subsubsection @value{GDBN} and Modula-2
8826
8827 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8828 Five subcommands of @code{set print} and @code{show print} apply
8829 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
8830 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
8831 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
8832 analogue in Modula-2.
8833
8834 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
8835 with any language, is not useful with Modula-2. Its
8836 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
8837 created in Modula-2 as they can in C or C@t{++}. However, because an
8838 address can be specified by an integral constant, the construct
8839 @samp{@{@var{type}@}@var{adrexp}} is still useful.
8840
8841 @cindex @code{#} in Modula-2
8842 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8843 interpreted as the beginning of a comment. Use @code{<>} instead.
8844
8845 @node Symbols
8846 @chapter Examining the Symbol Table
8847
8848 The commands described in this chapter allow you to inquire about the
8849 symbols (names of variables, functions and types) defined in your
8850 program. This information is inherent in the text of your program and
8851 does not change as your program executes. @value{GDBN} finds it in your
8852 program's symbol table, in the file indicated when you started @value{GDBN}
8853 (@pxref{File Options, ,Choosing files}), or by one of the
8854 file-management commands (@pxref{Files, ,Commands to specify files}).
8855
8856 @cindex symbol names
8857 @cindex names of symbols
8858 @cindex quoting names
8859 Occasionally, you may need to refer to symbols that contain unusual
8860 characters, which @value{GDBN} ordinarily treats as word delimiters. The
8861 most frequent case is in referring to static variables in other
8862 source files (@pxref{Variables,,Program variables}). File names
8863 are recorded in object files as debugging symbols, but @value{GDBN} would
8864 ordinarily parse a typical file name, like @file{foo.c}, as the three words
8865 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8866 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8867
8868 @smallexample
8869 p 'foo.c'::x
8870 @end smallexample
8871
8872 @noindent
8873 looks up the value of @code{x} in the scope of the file @file{foo.c}.
8874
8875 @table @code
8876 @kindex info address
8877 @cindex address of a symbol
8878 @item info address @var{symbol}
8879 Describe where the data for @var{symbol} is stored. For a register
8880 variable, this says which register it is kept in. For a non-register
8881 local variable, this prints the stack-frame offset at which the variable
8882 is always stored.
8883
8884 Note the contrast with @samp{print &@var{symbol}}, which does not work
8885 at all for a register variable, and for a stack local variable prints
8886 the exact address of the current instantiation of the variable.
8887
8888 @kindex info symbol
8889 @cindex symbol from address
8890 @item info symbol @var{addr}
8891 Print the name of a symbol which is stored at the address @var{addr}.
8892 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8893 nearest symbol and an offset from it:
8894
8895 @smallexample
8896 (@value{GDBP}) info symbol 0x54320
8897 _initialize_vx + 396 in section .text
8898 @end smallexample
8899
8900 @noindent
8901 This is the opposite of the @code{info address} command. You can use
8902 it to find out the name of a variable or a function given its address.
8903
8904 @kindex whatis
8905 @item whatis @var{expr}
8906 Print the data type of expression @var{expr}. @var{expr} is not
8907 actually evaluated, and any side-effecting operations (such as
8908 assignments or function calls) inside it do not take place.
8909 @xref{Expressions, ,Expressions}.
8910
8911 @item whatis
8912 Print the data type of @code{$}, the last value in the value history.
8913
8914 @kindex ptype
8915 @item ptype @var{typename}
8916 Print a description of data type @var{typename}. @var{typename} may be
8917 the name of a type, or for C code it may have the form @samp{class
8918 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8919 @var{union-tag}} or @samp{enum @var{enum-tag}}.
8920
8921 @item ptype @var{expr}
8922 @itemx ptype
8923 Print a description of the type of expression @var{expr}. @code{ptype}
8924 differs from @code{whatis} by printing a detailed description, instead
8925 of just the name of the type.
8926
8927 For example, for this variable declaration:
8928
8929 @smallexample
8930 struct complex @{double real; double imag;@} v;
8931 @end smallexample
8932
8933 @noindent
8934 the two commands give this output:
8935
8936 @smallexample
8937 @group
8938 (@value{GDBP}) whatis v
8939 type = struct complex
8940 (@value{GDBP}) ptype v
8941 type = struct complex @{
8942 double real;
8943 double imag;
8944 @}
8945 @end group
8946 @end smallexample
8947
8948 @noindent
8949 As with @code{whatis}, using @code{ptype} without an argument refers to
8950 the type of @code{$}, the last value in the value history.
8951
8952 @kindex info types
8953 @item info types @var{regexp}
8954 @itemx info types
8955 Print a brief description of all types whose names match @var{regexp}
8956 (or all types in your program, if you supply no argument). Each
8957 complete typename is matched as though it were a complete line; thus,
8958 @samp{i type value} gives information on all types in your program whose
8959 names include the string @code{value}, but @samp{i type ^value$} gives
8960 information only on types whose complete name is @code{value}.
8961
8962 This command differs from @code{ptype} in two ways: first, like
8963 @code{whatis}, it does not print a detailed description; second, it
8964 lists all source files where a type is defined.
8965
8966 @kindex info scope
8967 @cindex local variables
8968 @item info scope @var{addr}
8969 List all the variables local to a particular scope. This command
8970 accepts a location---a function name, a source line, or an address
8971 preceded by a @samp{*}, and prints all the variables local to the
8972 scope defined by that location. For example:
8973
8974 @smallexample
8975 (@value{GDBP}) @b{info scope command_line_handler}
8976 Scope for command_line_handler:
8977 Symbol rl is an argument at stack/frame offset 8, length 4.
8978 Symbol linebuffer is in static storage at address 0x150a18, length 4.
8979 Symbol linelength is in static storage at address 0x150a1c, length 4.
8980 Symbol p is a local variable in register $esi, length 4.
8981 Symbol p1 is a local variable in register $ebx, length 4.
8982 Symbol nline is a local variable in register $edx, length 4.
8983 Symbol repeat is a local variable at frame offset -8, length 4.
8984 @end smallexample
8985
8986 @noindent
8987 This command is especially useful for determining what data to collect
8988 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
8989 collect}.
8990
8991 @kindex info source
8992 @item info source
8993 Show information about the current source file---that is, the source file for
8994 the function containing the current point of execution:
8995 @itemize @bullet
8996 @item
8997 the name of the source file, and the directory containing it,
8998 @item
8999 the directory it was compiled in,
9000 @item
9001 its length, in lines,
9002 @item
9003 which programming language it is written in,
9004 @item
9005 whether the executable includes debugging information for that file, and
9006 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9007 @item
9008 whether the debugging information includes information about
9009 preprocessor macros.
9010 @end itemize
9011
9012
9013 @kindex info sources
9014 @item info sources
9015 Print the names of all source files in your program for which there is
9016 debugging information, organized into two lists: files whose symbols
9017 have already been read, and files whose symbols will be read when needed.
9018
9019 @kindex info functions
9020 @item info functions
9021 Print the names and data types of all defined functions.
9022
9023 @item info functions @var{regexp}
9024 Print the names and data types of all defined functions
9025 whose names contain a match for regular expression @var{regexp}.
9026 Thus, @samp{info fun step} finds all functions whose names
9027 include @code{step}; @samp{info fun ^step} finds those whose names
9028 start with @code{step}. If a function name contains characters
9029 that conflict with the regular expression language (eg.
9030 @samp{operator*()}), they may be quoted with a backslash.
9031
9032 @kindex info variables
9033 @item info variables
9034 Print the names and data types of all variables that are declared
9035 outside of functions (i.e.@: excluding local variables).
9036
9037 @item info variables @var{regexp}
9038 Print the names and data types of all variables (except for local
9039 variables) whose names contain a match for regular expression
9040 @var{regexp}.
9041
9042 @kindex info classes
9043 @item info classes
9044 @itemx info classes @var{regexp}
9045 Display all Objective-C classes in your program, or
9046 (with the @var{regexp} argument) all those matching a particular regular
9047 expression.
9048
9049 @kindex info selectors
9050 @item info selectors
9051 @itemx info selectors @var{regexp}
9052 Display all Objective-C selectors in your program, or
9053 (with the @var{regexp} argument) all those matching a particular regular
9054 expression.
9055
9056 @ignore
9057 This was never implemented.
9058 @kindex info methods
9059 @item info methods
9060 @itemx info methods @var{regexp}
9061 The @code{info methods} command permits the user to examine all defined
9062 methods within C@t{++} program, or (with the @var{regexp} argument) a
9063 specific set of methods found in the various C@t{++} classes. Many
9064 C@t{++} classes provide a large number of methods. Thus, the output
9065 from the @code{ptype} command can be overwhelming and hard to use. The
9066 @code{info-methods} command filters the methods, printing only those
9067 which match the regular-expression @var{regexp}.
9068 @end ignore
9069
9070 @cindex reloading symbols
9071 Some systems allow individual object files that make up your program to
9072 be replaced without stopping and restarting your program. For example,
9073 in VxWorks you can simply recompile a defective object file and keep on
9074 running. If you are running on one of these systems, you can allow
9075 @value{GDBN} to reload the symbols for automatically relinked modules:
9076
9077 @table @code
9078 @kindex set symbol-reloading
9079 @item set symbol-reloading on
9080 Replace symbol definitions for the corresponding source file when an
9081 object file with a particular name is seen again.
9082
9083 @item set symbol-reloading off
9084 Do not replace symbol definitions when encountering object files of the
9085 same name more than once. This is the default state; if you are not
9086 running on a system that permits automatic relinking of modules, you
9087 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9088 may discard symbols when linking large programs, that may contain
9089 several modules (from different directories or libraries) with the same
9090 name.
9091
9092 @kindex show symbol-reloading
9093 @item show symbol-reloading
9094 Show the current @code{on} or @code{off} setting.
9095 @end table
9096
9097 @kindex set opaque-type-resolution
9098 @item set opaque-type-resolution on
9099 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9100 declared as a pointer to a @code{struct}, @code{class}, or
9101 @code{union}---for example, @code{struct MyType *}---that is used in one
9102 source file although the full declaration of @code{struct MyType} is in
9103 another source file. The default is on.
9104
9105 A change in the setting of this subcommand will not take effect until
9106 the next time symbols for a file are loaded.
9107
9108 @item set opaque-type-resolution off
9109 Tell @value{GDBN} not to resolve opaque types. In this case, the type
9110 is printed as follows:
9111 @smallexample
9112 @{<no data fields>@}
9113 @end smallexample
9114
9115 @kindex show opaque-type-resolution
9116 @item show opaque-type-resolution
9117 Show whether opaque types are resolved or not.
9118
9119 @kindex maint print symbols
9120 @cindex symbol dump
9121 @kindex maint print psymbols
9122 @cindex partial symbol dump
9123 @item maint print symbols @var{filename}
9124 @itemx maint print psymbols @var{filename}
9125 @itemx maint print msymbols @var{filename}
9126 Write a dump of debugging symbol data into the file @var{filename}.
9127 These commands are used to debug the @value{GDBN} symbol-reading code. Only
9128 symbols with debugging data are included. If you use @samp{maint print
9129 symbols}, @value{GDBN} includes all the symbols for which it has already
9130 collected full details: that is, @var{filename} reflects symbols for
9131 only those files whose symbols @value{GDBN} has read. You can use the
9132 command @code{info sources} to find out which files these are. If you
9133 use @samp{maint print psymbols} instead, the dump shows information about
9134 symbols that @value{GDBN} only knows partially---that is, symbols defined in
9135 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9136 @samp{maint print msymbols} dumps just the minimal symbol information
9137 required for each object file from which @value{GDBN} has read some symbols.
9138 @xref{Files, ,Commands to specify files}, for a discussion of how
9139 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
9140
9141 @kindex maint info symtabs
9142 @kindex maint info psymtabs
9143 @cindex listing @value{GDBN}'s internal symbol tables
9144 @cindex symbol tables, listing @value{GDBN}'s internal
9145 @cindex full symbol tables, listing @value{GDBN}'s internal
9146 @cindex partial symbol tables, listing @value{GDBN}'s internal
9147 @item maint info symtabs @r{[} @var{regexp} @r{]}
9148 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
9149
9150 List the @code{struct symtab} or @code{struct partial_symtab}
9151 structures whose names match @var{regexp}. If @var{regexp} is not
9152 given, list them all. The output includes expressions which you can
9153 copy into a @value{GDBN} debugging this one to examine a particular
9154 structure in more detail. For example:
9155
9156 @smallexample
9157 (@value{GDBP}) maint info psymtabs dwarf2read
9158 @{ objfile /home/gnu/build/gdb/gdb
9159 ((struct objfile *) 0x82e69d0)
9160 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9161 ((struct partial_symtab *) 0x8474b10)
9162 readin no
9163 fullname (null)
9164 text addresses 0x814d3c8 -- 0x8158074
9165 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9166 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9167 dependencies (none)
9168 @}
9169 @}
9170 (@value{GDBP}) maint info symtabs
9171 (@value{GDBP})
9172 @end smallexample
9173 @noindent
9174 We see that there is one partial symbol table whose filename contains
9175 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9176 and we see that @value{GDBN} has not read in any symtabs yet at all.
9177 If we set a breakpoint on a function, that will cause @value{GDBN} to
9178 read the symtab for the compilation unit containing that function:
9179
9180 @smallexample
9181 (@value{GDBP}) break dwarf2_psymtab_to_symtab
9182 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9183 line 1574.
9184 (@value{GDBP}) maint info symtabs
9185 @{ objfile /home/gnu/build/gdb/gdb
9186 ((struct objfile *) 0x82e69d0)
9187 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9188 ((struct symtab *) 0x86c1f38)
9189 dirname (null)
9190 fullname (null)
9191 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9192 debugformat DWARF 2
9193 @}
9194 @}
9195 (@value{GDBP})
9196 @end smallexample
9197 @end table
9198
9199
9200 @node Altering
9201 @chapter Altering Execution
9202
9203 Once you think you have found an error in your program, you might want to
9204 find out for certain whether correcting the apparent error would lead to
9205 correct results in the rest of the run. You can find the answer by
9206 experiment, using the @value{GDBN} features for altering execution of the
9207 program.
9208
9209 For example, you can store new values into variables or memory
9210 locations, give your program a signal, restart it at a different
9211 address, or even return prematurely from a function.
9212
9213 @menu
9214 * Assignment:: Assignment to variables
9215 * Jumping:: Continuing at a different address
9216 * Signaling:: Giving your program a signal
9217 * Returning:: Returning from a function
9218 * Calling:: Calling your program's functions
9219 * Patching:: Patching your program
9220 @end menu
9221
9222 @node Assignment
9223 @section Assignment to variables
9224
9225 @cindex assignment
9226 @cindex setting variables
9227 To alter the value of a variable, evaluate an assignment expression.
9228 @xref{Expressions, ,Expressions}. For example,
9229
9230 @smallexample
9231 print x=4
9232 @end smallexample
9233
9234 @noindent
9235 stores the value 4 into the variable @code{x}, and then prints the
9236 value of the assignment expression (which is 4).
9237 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9238 information on operators in supported languages.
9239
9240 @kindex set variable
9241 @cindex variables, setting
9242 If you are not interested in seeing the value of the assignment, use the
9243 @code{set} command instead of the @code{print} command. @code{set} is
9244 really the same as @code{print} except that the expression's value is
9245 not printed and is not put in the value history (@pxref{Value History,
9246 ,Value history}). The expression is evaluated only for its effects.
9247
9248 If the beginning of the argument string of the @code{set} command
9249 appears identical to a @code{set} subcommand, use the @code{set
9250 variable} command instead of just @code{set}. This command is identical
9251 to @code{set} except for its lack of subcommands. For example, if your
9252 program has a variable @code{width}, you get an error if you try to set
9253 a new value with just @samp{set width=13}, because @value{GDBN} has the
9254 command @code{set width}:
9255
9256 @smallexample
9257 (@value{GDBP}) whatis width
9258 type = double
9259 (@value{GDBP}) p width
9260 $4 = 13
9261 (@value{GDBP}) set width=47
9262 Invalid syntax in expression.
9263 @end smallexample
9264
9265 @noindent
9266 The invalid expression, of course, is @samp{=47}. In
9267 order to actually set the program's variable @code{width}, use
9268
9269 @smallexample
9270 (@value{GDBP}) set var width=47
9271 @end smallexample
9272
9273 Because the @code{set} command has many subcommands that can conflict
9274 with the names of program variables, it is a good idea to use the
9275 @code{set variable} command instead of just @code{set}. For example, if
9276 your program has a variable @code{g}, you run into problems if you try
9277 to set a new value with just @samp{set g=4}, because @value{GDBN} has
9278 the command @code{set gnutarget}, abbreviated @code{set g}:
9279
9280 @smallexample
9281 @group
9282 (@value{GDBP}) whatis g
9283 type = double
9284 (@value{GDBP}) p g
9285 $1 = 1
9286 (@value{GDBP}) set g=4
9287 (@value{GDBP}) p g
9288 $2 = 1
9289 (@value{GDBP}) r
9290 The program being debugged has been started already.
9291 Start it from the beginning? (y or n) y
9292 Starting program: /home/smith/cc_progs/a.out
9293 "/home/smith/cc_progs/a.out": can't open to read symbols:
9294 Invalid bfd target.
9295 (@value{GDBP}) show g
9296 The current BFD target is "=4".
9297 @end group
9298 @end smallexample
9299
9300 @noindent
9301 The program variable @code{g} did not change, and you silently set the
9302 @code{gnutarget} to an invalid value. In order to set the variable
9303 @code{g}, use
9304
9305 @smallexample
9306 (@value{GDBP}) set var g=4
9307 @end smallexample
9308
9309 @value{GDBN} allows more implicit conversions in assignments than C; you can
9310 freely store an integer value into a pointer variable or vice versa,
9311 and you can convert any structure to any other structure that is the
9312 same length or shorter.
9313 @comment FIXME: how do structs align/pad in these conversions?
9314 @comment /doc@cygnus.com 18dec1990
9315
9316 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9317 construct to generate a value of specified type at a specified address
9318 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9319 to memory location @code{0x83040} as an integer (which implies a certain size
9320 and representation in memory), and
9321
9322 @smallexample
9323 set @{int@}0x83040 = 4
9324 @end smallexample
9325
9326 @noindent
9327 stores the value 4 into that memory location.
9328
9329 @node Jumping
9330 @section Continuing at a different address
9331
9332 Ordinarily, when you continue your program, you do so at the place where
9333 it stopped, with the @code{continue} command. You can instead continue at
9334 an address of your own choosing, with the following commands:
9335
9336 @table @code
9337 @kindex jump
9338 @item jump @var{linespec}
9339 Resume execution at line @var{linespec}. Execution stops again
9340 immediately if there is a breakpoint there. @xref{List, ,Printing
9341 source lines}, for a description of the different forms of
9342 @var{linespec}. It is common practice to use the @code{tbreak} command
9343 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9344 breakpoints}.
9345
9346 The @code{jump} command does not change the current stack frame, or
9347 the stack pointer, or the contents of any memory location or any
9348 register other than the program counter. If line @var{linespec} is in
9349 a different function from the one currently executing, the results may
9350 be bizarre if the two functions expect different patterns of arguments or
9351 of local variables. For this reason, the @code{jump} command requests
9352 confirmation if the specified line is not in the function currently
9353 executing. However, even bizarre results are predictable if you are
9354 well acquainted with the machine-language code of your program.
9355
9356 @item jump *@var{address}
9357 Resume execution at the instruction at address @var{address}.
9358 @end table
9359
9360 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
9361 On many systems, you can get much the same effect as the @code{jump}
9362 command by storing a new value into the register @code{$pc}. The
9363 difference is that this does not start your program running; it only
9364 changes the address of where it @emph{will} run when you continue. For
9365 example,
9366
9367 @smallexample
9368 set $pc = 0x485
9369 @end smallexample
9370
9371 @noindent
9372 makes the next @code{continue} command or stepping command execute at
9373 address @code{0x485}, rather than at the address where your program stopped.
9374 @xref{Continuing and Stepping, ,Continuing and stepping}.
9375
9376 The most common occasion to use the @code{jump} command is to back
9377 up---perhaps with more breakpoints set---over a portion of a program
9378 that has already executed, in order to examine its execution in more
9379 detail.
9380
9381 @c @group
9382 @node Signaling
9383 @section Giving your program a signal
9384
9385 @table @code
9386 @kindex signal
9387 @item signal @var{signal}
9388 Resume execution where your program stopped, but immediately give it the
9389 signal @var{signal}. @var{signal} can be the name or the number of a
9390 signal. For example, on many systems @code{signal 2} and @code{signal
9391 SIGINT} are both ways of sending an interrupt signal.
9392
9393 Alternatively, if @var{signal} is zero, continue execution without
9394 giving a signal. This is useful when your program stopped on account of
9395 a signal and would ordinary see the signal when resumed with the
9396 @code{continue} command; @samp{signal 0} causes it to resume without a
9397 signal.
9398
9399 @code{signal} does not repeat when you press @key{RET} a second time
9400 after executing the command.
9401 @end table
9402 @c @end group
9403
9404 Invoking the @code{signal} command is not the same as invoking the
9405 @code{kill} utility from the shell. Sending a signal with @code{kill}
9406 causes @value{GDBN} to decide what to do with the signal depending on
9407 the signal handling tables (@pxref{Signals}). The @code{signal} command
9408 passes the signal directly to your program.
9409
9410
9411 @node Returning
9412 @section Returning from a function
9413
9414 @table @code
9415 @cindex returning from a function
9416 @kindex return
9417 @item return
9418 @itemx return @var{expression}
9419 You can cancel execution of a function call with the @code{return}
9420 command. If you give an
9421 @var{expression} argument, its value is used as the function's return
9422 value.
9423 @end table
9424
9425 When you use @code{return}, @value{GDBN} discards the selected stack frame
9426 (and all frames within it). You can think of this as making the
9427 discarded frame return prematurely. If you wish to specify a value to
9428 be returned, give that value as the argument to @code{return}.
9429
9430 This pops the selected stack frame (@pxref{Selection, ,Selecting a
9431 frame}), and any other frames inside of it, leaving its caller as the
9432 innermost remaining frame. That frame becomes selected. The
9433 specified value is stored in the registers used for returning values
9434 of functions.
9435
9436 The @code{return} command does not resume execution; it leaves the
9437 program stopped in the state that would exist if the function had just
9438 returned. In contrast, the @code{finish} command (@pxref{Continuing
9439 and Stepping, ,Continuing and stepping}) resumes execution until the
9440 selected stack frame returns naturally.
9441
9442 @node Calling
9443 @section Calling program functions
9444
9445 @cindex calling functions
9446 @kindex call
9447 @table @code
9448 @item call @var{expr}
9449 Evaluate the expression @var{expr} without displaying @code{void}
9450 returned values.
9451 @end table
9452
9453 You can use this variant of the @code{print} command if you want to
9454 execute a function from your program, but without cluttering the output
9455 with @code{void} returned values. If the result is not void, it
9456 is printed and saved in the value history.
9457
9458 @node Patching
9459 @section Patching programs
9460
9461 @cindex patching binaries
9462 @cindex writing into executables
9463 @cindex writing into corefiles
9464
9465 By default, @value{GDBN} opens the file containing your program's
9466 executable code (or the corefile) read-only. This prevents accidental
9467 alterations to machine code; but it also prevents you from intentionally
9468 patching your program's binary.
9469
9470 If you'd like to be able to patch the binary, you can specify that
9471 explicitly with the @code{set write} command. For example, you might
9472 want to turn on internal debugging flags, or even to make emergency
9473 repairs.
9474
9475 @table @code
9476 @kindex set write
9477 @item set write on
9478 @itemx set write off
9479 If you specify @samp{set write on}, @value{GDBN} opens executable and
9480 core files for both reading and writing; if you specify @samp{set write
9481 off} (the default), @value{GDBN} opens them read-only.
9482
9483 If you have already loaded a file, you must load it again (using the
9484 @code{exec-file} or @code{core-file} command) after changing @code{set
9485 write}, for your new setting to take effect.
9486
9487 @item show write
9488 @kindex show write
9489 Display whether executable files and core files are opened for writing
9490 as well as reading.
9491 @end table
9492
9493 @node GDB Files
9494 @chapter @value{GDBN} Files
9495
9496 @value{GDBN} needs to know the file name of the program to be debugged,
9497 both in order to read its symbol table and in order to start your
9498 program. To debug a core dump of a previous run, you must also tell
9499 @value{GDBN} the name of the core dump file.
9500
9501 @menu
9502 * Files:: Commands to specify files
9503 * Separate Debug Files:: Debugging information in separate files
9504 * Symbol Errors:: Errors reading symbol files
9505 @end menu
9506
9507 @node Files
9508 @section Commands to specify files
9509
9510 @cindex symbol table
9511 @cindex core dump file
9512
9513 You may want to specify executable and core dump file names. The usual
9514 way to do this is at start-up time, using the arguments to
9515 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9516 Out of @value{GDBN}}).
9517
9518 Occasionally it is necessary to change to a different file during a
9519 @value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9520 a file you want to use. In these situations the @value{GDBN} commands
9521 to specify new files are useful.
9522
9523 @table @code
9524 @cindex executable file
9525 @kindex file
9526 @item file @var{filename}
9527 Use @var{filename} as the program to be debugged. It is read for its
9528 symbols and for the contents of pure memory. It is also the program
9529 executed when you use the @code{run} command. If you do not specify a
9530 directory and the file is not found in the @value{GDBN} working directory,
9531 @value{GDBN} uses the environment variable @code{PATH} as a list of
9532 directories to search, just as the shell does when looking for a program
9533 to run. You can change the value of this variable, for both @value{GDBN}
9534 and your program, using the @code{path} command.
9535
9536 On systems with memory-mapped files, an auxiliary file named
9537 @file{@var{filename}.syms} may hold symbol table information for
9538 @var{filename}. If so, @value{GDBN} maps in the symbol table from
9539 @file{@var{filename}.syms}, starting up more quickly. See the
9540 descriptions of the file options @samp{-mapped} and @samp{-readnow}
9541 (available on the command line, and with the commands @code{file},
9542 @code{symbol-file}, or @code{add-symbol-file}, described below),
9543 for more information.
9544
9545 @item file
9546 @code{file} with no argument makes @value{GDBN} discard any information it
9547 has on both executable file and the symbol table.
9548
9549 @kindex exec-file
9550 @item exec-file @r{[} @var{filename} @r{]}
9551 Specify that the program to be run (but not the symbol table) is found
9552 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9553 if necessary to locate your program. Omitting @var{filename} means to
9554 discard information on the executable file.
9555
9556 @kindex symbol-file
9557 @item symbol-file @r{[} @var{filename} @r{]}
9558 Read symbol table information from file @var{filename}. @code{PATH} is
9559 searched when necessary. Use the @code{file} command to get both symbol
9560 table and program to run from the same file.
9561
9562 @code{symbol-file} with no argument clears out @value{GDBN} information on your
9563 program's symbol table.
9564
9565 The @code{symbol-file} command causes @value{GDBN} to forget the contents
9566 of its convenience variables, the value history, and all breakpoints and
9567 auto-display expressions. This is because they may contain pointers to
9568 the internal data recording symbols and data types, which are part of
9569 the old symbol table data being discarded inside @value{GDBN}.
9570
9571 @code{symbol-file} does not repeat if you press @key{RET} again after
9572 executing it once.
9573
9574 When @value{GDBN} is configured for a particular environment, it
9575 understands debugging information in whatever format is the standard
9576 generated for that environment; you may use either a @sc{gnu} compiler, or
9577 other compilers that adhere to the local conventions.
9578 Best results are usually obtained from @sc{gnu} compilers; for example,
9579 using @code{@value{GCC}} you can generate debugging information for
9580 optimized code.
9581
9582 For most kinds of object files, with the exception of old SVR3 systems
9583 using COFF, the @code{symbol-file} command does not normally read the
9584 symbol table in full right away. Instead, it scans the symbol table
9585 quickly to find which source files and which symbols are present. The
9586 details are read later, one source file at a time, as they are needed.
9587
9588 The purpose of this two-stage reading strategy is to make @value{GDBN}
9589 start up faster. For the most part, it is invisible except for
9590 occasional pauses while the symbol table details for a particular source
9591 file are being read. (The @code{set verbose} command can turn these
9592 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9593 warnings and messages}.)
9594
9595 We have not implemented the two-stage strategy for COFF yet. When the
9596 symbol table is stored in COFF format, @code{symbol-file} reads the
9597 symbol table data in full right away. Note that ``stabs-in-COFF''
9598 still does the two-stage strategy, since the debug info is actually
9599 in stabs format.
9600
9601 @kindex readnow
9602 @cindex reading symbols immediately
9603 @cindex symbols, reading immediately
9604 @kindex mapped
9605 @cindex memory-mapped symbol file
9606 @cindex saving symbol table
9607 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9608 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9609 You can override the @value{GDBN} two-stage strategy for reading symbol
9610 tables by using the @samp{-readnow} option with any of the commands that
9611 load symbol table information, if you want to be sure @value{GDBN} has the
9612 entire symbol table available.
9613
9614 If memory-mapped files are available on your system through the
9615 @code{mmap} system call, you can use another option, @samp{-mapped}, to
9616 cause @value{GDBN} to write the symbols for your program into a reusable
9617 file. Future @value{GDBN} debugging sessions map in symbol information
9618 from this auxiliary symbol file (if the program has not changed), rather
9619 than spending time reading the symbol table from the executable
9620 program. Using the @samp{-mapped} option has the same effect as
9621 starting @value{GDBN} with the @samp{-mapped} command-line option.
9622
9623 You can use both options together, to make sure the auxiliary symbol
9624 file has all the symbol information for your program.
9625
9626 The auxiliary symbol file for a program called @var{myprog} is called
9627 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9628 than the corresponding executable), @value{GDBN} always attempts to use
9629 it when you debug @var{myprog}; no special options or commands are
9630 needed.
9631
9632 The @file{.syms} file is specific to the host machine where you run
9633 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
9634 symbol table. It cannot be shared across multiple host platforms.
9635
9636 @c FIXME: for now no mention of directories, since this seems to be in
9637 @c flux. 13mar1992 status is that in theory GDB would look either in
9638 @c current dir or in same dir as myprog; but issues like competing
9639 @c GDB's, or clutter in system dirs, mean that in practice right now
9640 @c only current dir is used. FFish says maybe a special GDB hierarchy
9641 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9642 @c files.
9643
9644 @kindex core
9645 @kindex core-file
9646 @item core-file @r{[} @var{filename} @r{]}
9647 Specify the whereabouts of a core dump file to be used as the ``contents
9648 of memory''. Traditionally, core files contain only some parts of the
9649 address space of the process that generated them; @value{GDBN} can access the
9650 executable file itself for other parts.
9651
9652 @code{core-file} with no argument specifies that no core file is
9653 to be used.
9654
9655 Note that the core file is ignored when your program is actually running
9656 under @value{GDBN}. So, if you have been running your program and you
9657 wish to debug a core file instead, you must kill the subprocess in which
9658 the program is running. To do this, use the @code{kill} command
9659 (@pxref{Kill Process, ,Killing the child process}).
9660
9661 @kindex add-symbol-file
9662 @cindex dynamic linking
9663 @item add-symbol-file @var{filename} @var{address}
9664 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9665 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
9666 The @code{add-symbol-file} command reads additional symbol table
9667 information from the file @var{filename}. You would use this command
9668 when @var{filename} has been dynamically loaded (by some other means)
9669 into the program that is running. @var{address} should be the memory
9670 address at which the file has been loaded; @value{GDBN} cannot figure
9671 this out for itself. You can additionally specify an arbitrary number
9672 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9673 section name and base address for that section. You can specify any
9674 @var{address} as an expression.
9675
9676 The symbol table of the file @var{filename} is added to the symbol table
9677 originally read with the @code{symbol-file} command. You can use the
9678 @code{add-symbol-file} command any number of times; the new symbol data
9679 thus read keeps adding to the old. To discard all old symbol data
9680 instead, use the @code{symbol-file} command without any arguments.
9681
9682 @cindex relocatable object files, reading symbols from
9683 @cindex object files, relocatable, reading symbols from
9684 @cindex reading symbols from relocatable object files
9685 @cindex symbols, reading from relocatable object files
9686 @cindex @file{.o} files, reading symbols from
9687 Although @var{filename} is typically a shared library file, an
9688 executable file, or some other object file which has been fully
9689 relocated for loading into a process, you can also load symbolic
9690 information from relocatable @file{.o} files, as long as:
9691
9692 @itemize @bullet
9693 @item
9694 the file's symbolic information refers only to linker symbols defined in
9695 that file, not to symbols defined by other object files,
9696 @item
9697 every section the file's symbolic information refers to has actually
9698 been loaded into the inferior, as it appears in the file, and
9699 @item
9700 you can determine the address at which every section was loaded, and
9701 provide these to the @code{add-symbol-file} command.
9702 @end itemize
9703
9704 @noindent
9705 Some embedded operating systems, like Sun Chorus and VxWorks, can load
9706 relocatable files into an already running program; such systems
9707 typically make the requirements above easy to meet. However, it's
9708 important to recognize that many native systems use complex link
9709 procedures (@code{.linkonce} section factoring and C++ constructor table
9710 assembly, for example) that make the requirements difficult to meet. In
9711 general, one cannot assume that using @code{add-symbol-file} to read a
9712 relocatable object file's symbolic information will have the same effect
9713 as linking the relocatable object file into the program in the normal
9714 way.
9715
9716 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9717
9718 You can use the @samp{-mapped} and @samp{-readnow} options just as with
9719 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9720 table information for @var{filename}.
9721
9722 @kindex add-shared-symbol-file
9723 @item add-shared-symbol-file
9724 The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
9725 operating system for the Motorola 88k. @value{GDBN} automatically looks for
9726 shared libraries, however if @value{GDBN} does not find yours, you can run
9727 @code{add-shared-symbol-file}. It takes no arguments.
9728
9729 @kindex section
9730 @item section
9731 The @code{section} command changes the base address of section SECTION of
9732 the exec file to ADDR. This can be used if the exec file does not contain
9733 section addresses, (such as in the a.out format), or when the addresses
9734 specified in the file itself are wrong. Each section must be changed
9735 separately. The @code{info files} command, described below, lists all
9736 the sections and their addresses.
9737
9738 @kindex info files
9739 @kindex info target
9740 @item info files
9741 @itemx info target
9742 @code{info files} and @code{info target} are synonymous; both print the
9743 current target (@pxref{Targets, ,Specifying a Debugging Target}),
9744 including the names of the executable and core dump files currently in
9745 use by @value{GDBN}, and the files from which symbols were loaded. The
9746 command @code{help target} lists all possible targets rather than
9747 current ones.
9748
9749 @kindex maint info sections
9750 @item maint info sections
9751 Another command that can give you extra information about program sections
9752 is @code{maint info sections}. In addition to the section information
9753 displayed by @code{info files}, this command displays the flags and file
9754 offset of each section in the executable and core dump files. In addition,
9755 @code{maint info sections} provides the following command options (which
9756 may be arbitrarily combined):
9757
9758 @table @code
9759 @item ALLOBJ
9760 Display sections for all loaded object files, including shared libraries.
9761 @item @var{sections}
9762 Display info only for named @var{sections}.
9763 @item @var{section-flags}
9764 Display info only for sections for which @var{section-flags} are true.
9765 The section flags that @value{GDBN} currently knows about are:
9766 @table @code
9767 @item ALLOC
9768 Section will have space allocated in the process when loaded.
9769 Set for all sections except those containing debug information.
9770 @item LOAD
9771 Section will be loaded from the file into the child process memory.
9772 Set for pre-initialized code and data, clear for @code{.bss} sections.
9773 @item RELOC
9774 Section needs to be relocated before loading.
9775 @item READONLY
9776 Section cannot be modified by the child process.
9777 @item CODE
9778 Section contains executable code only.
9779 @item DATA
9780 Section contains data only (no executable code).
9781 @item ROM
9782 Section will reside in ROM.
9783 @item CONSTRUCTOR
9784 Section contains data for constructor/destructor lists.
9785 @item HAS_CONTENTS
9786 Section is not empty.
9787 @item NEVER_LOAD
9788 An instruction to the linker to not output the section.
9789 @item COFF_SHARED_LIBRARY
9790 A notification to the linker that the section contains
9791 COFF shared library information.
9792 @item IS_COMMON
9793 Section contains common symbols.
9794 @end table
9795 @end table
9796 @kindex set trust-readonly-sections
9797 @item set trust-readonly-sections on
9798 Tell @value{GDBN} that readonly sections in your object file
9799 really are read-only (i.e.@: that their contents will not change).
9800 In that case, @value{GDBN} can fetch values from these sections
9801 out of the object file, rather than from the target program.
9802 For some targets (notably embedded ones), this can be a significant
9803 enhancement to debugging performance.
9804
9805 The default is off.
9806
9807 @item set trust-readonly-sections off
9808 Tell @value{GDBN} not to trust readonly sections. This means that
9809 the contents of the section might change while the program is running,
9810 and must therefore be fetched from the target when needed.
9811 @end table
9812
9813 All file-specifying commands allow both absolute and relative file names
9814 as arguments. @value{GDBN} always converts the file name to an absolute file
9815 name and remembers it that way.
9816
9817 @cindex shared libraries
9818 @value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9819 libraries.
9820
9821 @value{GDBN} automatically loads symbol definitions from shared libraries
9822 when you use the @code{run} command, or when you examine a core file.
9823 (Before you issue the @code{run} command, @value{GDBN} does not understand
9824 references to a function in a shared library, however---unless you are
9825 debugging a core file).
9826
9827 On HP-UX, if the program loads a library explicitly, @value{GDBN}
9828 automatically loads the symbols at the time of the @code{shl_load} call.
9829
9830 @c FIXME: some @value{GDBN} release may permit some refs to undef
9831 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9832 @c FIXME...lib; check this from time to time when updating manual
9833
9834 There are times, however, when you may wish to not automatically load
9835 symbol definitions from shared libraries, such as when they are
9836 particularly large or there are many of them.
9837
9838 To control the automatic loading of shared library symbols, use the
9839 commands:
9840
9841 @table @code
9842 @kindex set auto-solib-add
9843 @item set auto-solib-add @var{mode}
9844 If @var{mode} is @code{on}, symbols from all shared object libraries
9845 will be loaded automatically when the inferior begins execution, you
9846 attach to an independently started inferior, or when the dynamic linker
9847 informs @value{GDBN} that a new library has been loaded. If @var{mode}
9848 is @code{off}, symbols must be loaded manually, using the
9849 @code{sharedlibrary} command. The default value is @code{on}.
9850
9851 @kindex show auto-solib-add
9852 @item show auto-solib-add
9853 Display the current autoloading mode.
9854 @end table
9855
9856 To explicitly load shared library symbols, use the @code{sharedlibrary}
9857 command:
9858
9859 @table @code
9860 @kindex info sharedlibrary
9861 @kindex info share
9862 @item info share
9863 @itemx info sharedlibrary
9864 Print the names of the shared libraries which are currently loaded.
9865
9866 @kindex sharedlibrary
9867 @kindex share
9868 @item sharedlibrary @var{regex}
9869 @itemx share @var{regex}
9870 Load shared object library symbols for files matching a
9871 Unix regular expression.
9872 As with files loaded automatically, it only loads shared libraries
9873 required by your program for a core file or after typing @code{run}. If
9874 @var{regex} is omitted all shared libraries required by your program are
9875 loaded.
9876 @end table
9877
9878 On some systems, such as HP-UX systems, @value{GDBN} supports
9879 autoloading shared library symbols until a limiting threshold size is
9880 reached. This provides the benefit of allowing autoloading to remain on
9881 by default, but avoids autoloading excessively large shared libraries,
9882 up to a threshold that is initially set, but which you can modify if you
9883 wish.
9884
9885 Beyond that threshold, symbols from shared libraries must be explicitly
9886 loaded. To load these symbols, use the command @code{sharedlibrary
9887 @var{filename}}. The base address of the shared library is determined
9888 automatically by @value{GDBN} and need not be specified.
9889
9890 To display or set the threshold, use the commands:
9891
9892 @table @code
9893 @kindex set auto-solib-limit
9894 @item set auto-solib-limit @var{threshold}
9895 Set the autoloading size threshold, in an integral number of megabytes.
9896 If @var{threshold} is nonzero and shared library autoloading is enabled,
9897 symbols from all shared object libraries will be loaded until the total
9898 size of the loaded shared library symbols exceeds this threshold.
9899 Otherwise, symbols must be loaded manually, using the
9900 @code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
9901 Mb).
9902
9903 @kindex show auto-solib-limit
9904 @item show auto-solib-limit
9905 Display the current autoloading size threshold, in megabytes.
9906 @end table
9907
9908 Shared libraries are also supported in many cross or remote debugging
9909 configurations. A copy of the target's libraries need to be present on the
9910 host system; they need to be the same as the target libraries, although the
9911 copies on the target can be stripped as long as the copies on the host are
9912 not.
9913
9914 You need to tell @value{GDBN} where the target libraries are, so that it can
9915 load the correct copies---otherwise, it may try to load the host's libraries.
9916 @value{GDBN} has two variables to specify the search directories for target
9917 libraries.
9918
9919 @table @code
9920 @kindex set solib-absolute-prefix
9921 @item set solib-absolute-prefix @var{path}
9922 If this variable is set, @var{path} will be used as a prefix for any
9923 absolute shared library paths; many runtime loaders store the absolute
9924 paths to the shared library in the target program's memory. If you use
9925 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
9926 out in the same way that they are on the target, with e.g.@: a
9927 @file{/usr/lib} hierarchy under @var{path}.
9928
9929 You can set the default value of @samp{solib-absolute-prefix} by using the
9930 configure-time @samp{--with-sysroot} option.
9931
9932 @kindex show solib-absolute-prefix
9933 @item show solib-absolute-prefix
9934 Display the current shared library prefix.
9935
9936 @kindex set solib-search-path
9937 @item set solib-search-path @var{path}
9938 If this variable is set, @var{path} is a colon-separated list of directories
9939 to search for shared libraries. @samp{solib-search-path} is used after
9940 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
9941 the library is relative instead of absolute. If you want to use
9942 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
9943 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
9944 @value{GDBN} from finding your host's libraries.
9945
9946 @kindex show solib-search-path
9947 @item show solib-search-path
9948 Display the current shared library search path.
9949 @end table
9950
9951
9952 @node Separate Debug Files
9953 @section Debugging Information in Separate Files
9954 @cindex separate debugging information files
9955 @cindex debugging information in separate files
9956 @cindex @file{.debug} subdirectories
9957 @cindex debugging information directory, global
9958 @cindex global debugging information directory
9959
9960 @value{GDBN} allows you to put a program's debugging information in a
9961 file separate from the executable itself, in a way that allows
9962 @value{GDBN} to find and load the debugging information automatically.
9963 Since debugging information can be very large --- sometimes larger
9964 than the executable code itself --- some systems distribute debugging
9965 information for their executables in separate files, which users can
9966 install only when they need to debug a problem.
9967
9968 If an executable's debugging information has been extracted to a
9969 separate file, the executable should contain a @dfn{debug link} giving
9970 the name of the debugging information file (with no directory
9971 components), and a checksum of its contents. (The exact form of a
9972 debug link is described below.) If the full name of the directory
9973 containing the executable is @var{execdir}, and the executable has a
9974 debug link that specifies the name @var{debugfile}, then @value{GDBN}
9975 will automatically search for the debugging information file in three
9976 places:
9977
9978 @itemize @bullet
9979 @item
9980 the directory containing the executable file (that is, it will look
9981 for a file named @file{@var{execdir}/@var{debugfile}},
9982 @item
9983 a subdirectory of that directory named @file{.debug} (that is, the
9984 file @file{@var{execdir}/.debug/@var{debugfile}}, and
9985 @item
9986 a subdirectory of the global debug file directory that includes the
9987 executable's full path, and the name from the link (that is, the file
9988 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
9989 @var{globaldebugdir} is the global debug file directory, and
9990 @var{execdir} has been turned into a relative path).
9991 @end itemize
9992 @noindent
9993 @value{GDBN} checks under each of these names for a debugging
9994 information file whose checksum matches that given in the link, and
9995 reads the debugging information from the first one it finds.
9996
9997 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
9998 which has a link containing the name @file{ls.debug}, and the global
9999 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10000 for debug information in @file{/usr/bin/ls.debug},
10001 @file{/usr/bin/.debug/ls.debug}, and
10002 @file{/usr/lib/debug/usr/bin/ls.debug}.
10003
10004 You can set the global debugging info directory's name, and view the
10005 name @value{GDBN} is currently using.
10006
10007 @table @code
10008
10009 @kindex set debug-file-directory
10010 @item set debug-file-directory @var{directory}
10011 Set the directory which @value{GDBN} searches for separate debugging
10012 information files to @var{directory}.
10013
10014 @kindex show debug-file-directory
10015 @item show debug-file-directory
10016 Show the directory @value{GDBN} searches for separate debugging
10017 information files.
10018
10019 @end table
10020
10021 @cindex @code{.gnu_debuglink} sections
10022 @cindex debug links
10023 A debug link is a special section of the executable file named
10024 @code{.gnu_debuglink}. The section must contain:
10025
10026 @itemize
10027 @item
10028 A filename, with any leading directory components removed, followed by
10029 a zero byte,
10030 @item
10031 zero to three bytes of padding, as needed to reach the next four-byte
10032 boundary within the section, and
10033 @item
10034 a four-byte CRC checksum, stored in the same endianness used for the
10035 executable file itself. The checksum is computed on the debugging
10036 information file's full contents by the function given below, passing
10037 zero as the @var{crc} argument.
10038 @end itemize
10039
10040 Any executable file format can carry a debug link, as long as it can
10041 contain a section named @code{.gnu_debuglink} with the contents
10042 described above.
10043
10044 The debugging information file itself should be an ordinary
10045 executable, containing a full set of linker symbols, sections, and
10046 debugging information. The sections of the debugging information file
10047 should have the same names, addresses and sizes as the original file,
10048 but they need not contain any data --- much like a @code{.bss} section
10049 in an ordinary executable.
10050
10051 As of December 2002, there is no standard GNU utility to produce
10052 separated executable / debugging information file pairs. Ulrich
10053 Drepper's @file{elfutils} package, starting with version 0.53,
10054 contains a version of the @code{strip} command such that the command
10055 @kbd{strip foo -f foo.debug} removes the debugging information from
10056 the executable file @file{foo}, places it in the file
10057 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
10058
10059 Since there are many different ways to compute CRC's (different
10060 polynomials, reversals, byte ordering, etc.), the simplest way to
10061 describe the CRC used in @code{.gnu_debuglink} sections is to give the
10062 complete code for a function that computes it:
10063
10064 @kindex @code{gnu_debuglink_crc32}
10065 @smallexample
10066 unsigned long
10067 gnu_debuglink_crc32 (unsigned long crc,
10068 unsigned char *buf, size_t len)
10069 @{
10070 static const unsigned long crc32_table[256] =
10071 @{
10072 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10073 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10074 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10075 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10076 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10077 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10078 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10079 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10080 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10081 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10082 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10083 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10084 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10085 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10086 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10087 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10088 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10089 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10090 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10091 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10092 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10093 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10094 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10095 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10096 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10097 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10098 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10099 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10100 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10101 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10102 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10103 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10104 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10105 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10106 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10107 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10108 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10109 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10110 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10111 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10112 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10113 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10114 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10115 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10116 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10117 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10118 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10119 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10120 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10121 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10122 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10123 0x2d02ef8d
10124 @};
10125 unsigned char *end;
10126
10127 crc = ~crc & 0xffffffff;
10128 for (end = buf + len; buf < end; ++buf)
10129 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
10130 return ~crc & 0xffffffff;
10131 @}
10132 @end smallexample
10133
10134
10135 @node Symbol Errors
10136 @section Errors reading symbol files
10137
10138 While reading a symbol file, @value{GDBN} occasionally encounters problems,
10139 such as symbol types it does not recognize, or known bugs in compiler
10140 output. By default, @value{GDBN} does not notify you of such problems, since
10141 they are relatively common and primarily of interest to people
10142 debugging compilers. If you are interested in seeing information
10143 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10144 only one message about each such type of problem, no matter how many
10145 times the problem occurs; or you can ask @value{GDBN} to print more messages,
10146 to see how many times the problems occur, with the @code{set
10147 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10148 messages}).
10149
10150 The messages currently printed, and their meanings, include:
10151
10152 @table @code
10153 @item inner block not inside outer block in @var{symbol}
10154
10155 The symbol information shows where symbol scopes begin and end
10156 (such as at the start of a function or a block of statements). This
10157 error indicates that an inner scope block is not fully contained
10158 in its outer scope blocks.
10159
10160 @value{GDBN} circumvents the problem by treating the inner block as if it had
10161 the same scope as the outer block. In the error message, @var{symbol}
10162 may be shown as ``@code{(don't know)}'' if the outer block is not a
10163 function.
10164
10165 @item block at @var{address} out of order
10166
10167 The symbol information for symbol scope blocks should occur in
10168 order of increasing addresses. This error indicates that it does not
10169 do so.
10170
10171 @value{GDBN} does not circumvent this problem, and has trouble
10172 locating symbols in the source file whose symbols it is reading. (You
10173 can often determine what source file is affected by specifying
10174 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10175 messages}.)
10176
10177 @item bad block start address patched
10178
10179 The symbol information for a symbol scope block has a start address
10180 smaller than the address of the preceding source line. This is known
10181 to occur in the SunOS 4.1.1 (and earlier) C compiler.
10182
10183 @value{GDBN} circumvents the problem by treating the symbol scope block as
10184 starting on the previous source line.
10185
10186 @item bad string table offset in symbol @var{n}
10187
10188 @cindex foo
10189 Symbol number @var{n} contains a pointer into the string table which is
10190 larger than the size of the string table.
10191
10192 @value{GDBN} circumvents the problem by considering the symbol to have the
10193 name @code{foo}, which may cause other problems if many symbols end up
10194 with this name.
10195
10196 @item unknown symbol type @code{0x@var{nn}}
10197
10198 The symbol information contains new data types that @value{GDBN} does
10199 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
10200 uncomprehended information, in hexadecimal.
10201
10202 @value{GDBN} circumvents the error by ignoring this symbol information.
10203 This usually allows you to debug your program, though certain symbols
10204 are not accessible. If you encounter such a problem and feel like
10205 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10206 on @code{complain}, then go up to the function @code{read_dbx_symtab}
10207 and examine @code{*bufp} to see the symbol.
10208
10209 @item stub type has NULL name
10210
10211 @value{GDBN} could not find the full definition for a struct or class.
10212
10213 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
10214 The symbol information for a C@t{++} member function is missing some
10215 information that recent versions of the compiler should have output for
10216 it.
10217
10218 @item info mismatch between compiler and debugger
10219
10220 @value{GDBN} could not parse a type specification output by the compiler.
10221
10222 @end table
10223
10224 @node Targets
10225 @chapter Specifying a Debugging Target
10226
10227 @cindex debugging target
10228 @kindex target
10229
10230 A @dfn{target} is the execution environment occupied by your program.
10231
10232 Often, @value{GDBN} runs in the same host environment as your program;
10233 in that case, the debugging target is specified as a side effect when
10234 you use the @code{file} or @code{core} commands. When you need more
10235 flexibility---for example, running @value{GDBN} on a physically separate
10236 host, or controlling a standalone system over a serial port or a
10237 realtime system over a TCP/IP connection---you can use the @code{target}
10238 command to specify one of the target types configured for @value{GDBN}
10239 (@pxref{Target Commands, ,Commands for managing targets}).
10240
10241 @menu
10242 * Active Targets:: Active targets
10243 * Target Commands:: Commands for managing targets
10244 * Byte Order:: Choosing target byte order
10245 * Remote:: Remote debugging
10246 * KOD:: Kernel Object Display
10247
10248 @end menu
10249
10250 @node Active Targets
10251 @section Active targets
10252
10253 @cindex stacking targets
10254 @cindex active targets
10255 @cindex multiple targets
10256
10257 There are three classes of targets: processes, core files, and
10258 executable files. @value{GDBN} can work concurrently on up to three
10259 active targets, one in each class. This allows you to (for example)
10260 start a process and inspect its activity without abandoning your work on
10261 a core file.
10262
10263 For example, if you execute @samp{gdb a.out}, then the executable file
10264 @code{a.out} is the only active target. If you designate a core file as
10265 well---presumably from a prior run that crashed and coredumped---then
10266 @value{GDBN} has two active targets and uses them in tandem, looking
10267 first in the corefile target, then in the executable file, to satisfy
10268 requests for memory addresses. (Typically, these two classes of target
10269 are complementary, since core files contain only a program's
10270 read-write memory---variables and so on---plus machine status, while
10271 executable files contain only the program text and initialized data.)
10272
10273 When you type @code{run}, your executable file becomes an active process
10274 target as well. When a process target is active, all @value{GDBN}
10275 commands requesting memory addresses refer to that target; addresses in
10276 an active core file or executable file target are obscured while the
10277 process target is active.
10278
10279 Use the @code{core-file} and @code{exec-file} commands to select a new
10280 core file or executable target (@pxref{Files, ,Commands to specify
10281 files}). To specify as a target a process that is already running, use
10282 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10283 process}).
10284
10285 @node Target Commands
10286 @section Commands for managing targets
10287
10288 @table @code
10289 @item target @var{type} @var{parameters}
10290 Connects the @value{GDBN} host environment to a target machine or
10291 process. A target is typically a protocol for talking to debugging
10292 facilities. You use the argument @var{type} to specify the type or
10293 protocol of the target machine.
10294
10295 Further @var{parameters} are interpreted by the target protocol, but
10296 typically include things like device names or host names to connect
10297 with, process numbers, and baud rates.
10298
10299 The @code{target} command does not repeat if you press @key{RET} again
10300 after executing the command.
10301
10302 @kindex help target
10303 @item help target
10304 Displays the names of all targets available. To display targets
10305 currently selected, use either @code{info target} or @code{info files}
10306 (@pxref{Files, ,Commands to specify files}).
10307
10308 @item help target @var{name}
10309 Describe a particular target, including any parameters necessary to
10310 select it.
10311
10312 @kindex set gnutarget
10313 @item set gnutarget @var{args}
10314 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
10315 knows whether it is reading an @dfn{executable},
10316 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10317 with the @code{set gnutarget} command. Unlike most @code{target} commands,
10318 with @code{gnutarget} the @code{target} refers to a program, not a machine.
10319
10320 @quotation
10321 @emph{Warning:} To specify a file format with @code{set gnutarget},
10322 you must know the actual BFD name.
10323 @end quotation
10324
10325 @noindent
10326 @xref{Files, , Commands to specify files}.
10327
10328 @kindex show gnutarget
10329 @item show gnutarget
10330 Use the @code{show gnutarget} command to display what file format
10331 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
10332 @value{GDBN} will determine the file format for each file automatically,
10333 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10334 @end table
10335
10336 Here are some common targets (available, or not, depending on the GDB
10337 configuration):
10338
10339 @table @code
10340 @kindex target exec
10341 @item target exec @var{program}
10342 An executable file. @samp{target exec @var{program}} is the same as
10343 @samp{exec-file @var{program}}.
10344
10345 @kindex target core
10346 @item target core @var{filename}
10347 A core dump file. @samp{target core @var{filename}} is the same as
10348 @samp{core-file @var{filename}}.
10349
10350 @kindex target remote
10351 @item target remote @var{dev}
10352 Remote serial target in GDB-specific protocol. The argument @var{dev}
10353 specifies what serial device to use for the connection (e.g.
10354 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
10355 supports the @code{load} command. This is only useful if you have
10356 some other way of getting the stub to the target system, and you can put
10357 it somewhere in memory where it won't get clobbered by the download.
10358
10359 @kindex target sim
10360 @item target sim
10361 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
10362 In general,
10363 @smallexample
10364 target sim
10365 load
10366 run
10367 @end smallexample
10368 @noindent
10369 works; however, you cannot assume that a specific memory map, device
10370 drivers, or even basic I/O is available, although some simulators do
10371 provide these. For info about any processor-specific simulator details,
10372 see the appropriate section in @ref{Embedded Processors, ,Embedded
10373 Processors}.
10374
10375 @end table
10376
10377 Some configurations may include these targets as well:
10378
10379 @table @code
10380
10381 @kindex target nrom
10382 @item target nrom @var{dev}
10383 NetROM ROM emulator. This target only supports downloading.
10384
10385 @end table
10386
10387 Different targets are available on different configurations of @value{GDBN};
10388 your configuration may have more or fewer targets.
10389
10390 Many remote targets require you to download the executable's code
10391 once you've successfully established a connection.
10392
10393 @table @code
10394
10395 @kindex load @var{filename}
10396 @item load @var{filename}
10397 Depending on what remote debugging facilities are configured into
10398 @value{GDBN}, the @code{load} command may be available. Where it exists, it
10399 is meant to make @var{filename} (an executable) available for debugging
10400 on the remote system---by downloading, or dynamic linking, for example.
10401 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10402 the @code{add-symbol-file} command.
10403
10404 If your @value{GDBN} does not have a @code{load} command, attempting to
10405 execute it gets the error message ``@code{You can't do that when your
10406 target is @dots{}}''
10407
10408 The file is loaded at whatever address is specified in the executable.
10409 For some object file formats, you can specify the load address when you
10410 link the program; for other formats, like a.out, the object file format
10411 specifies a fixed address.
10412 @c FIXME! This would be a good place for an xref to the GNU linker doc.
10413
10414 @code{load} does not repeat if you press @key{RET} again after using it.
10415 @end table
10416
10417 @node Byte Order
10418 @section Choosing target byte order
10419
10420 @cindex choosing target byte order
10421 @cindex target byte order
10422
10423 Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10424 offer the ability to run either big-endian or little-endian byte
10425 orders. Usually the executable or symbol will include a bit to
10426 designate the endian-ness, and you will not need to worry about
10427 which to use. However, you may still find it useful to adjust
10428 @value{GDBN}'s idea of processor endian-ness manually.
10429
10430 @table @code
10431 @kindex set endian big
10432 @item set endian big
10433 Instruct @value{GDBN} to assume the target is big-endian.
10434
10435 @kindex set endian little
10436 @item set endian little
10437 Instruct @value{GDBN} to assume the target is little-endian.
10438
10439 @kindex set endian auto
10440 @item set endian auto
10441 Instruct @value{GDBN} to use the byte order associated with the
10442 executable.
10443
10444 @item show endian
10445 Display @value{GDBN}'s current idea of the target byte order.
10446
10447 @end table
10448
10449 Note that these commands merely adjust interpretation of symbolic
10450 data on the host, and that they have absolutely no effect on the
10451 target system.
10452
10453 @node Remote
10454 @section Remote debugging
10455 @cindex remote debugging
10456
10457 If you are trying to debug a program running on a machine that cannot run
10458 @value{GDBN} in the usual way, it is often useful to use remote debugging.
10459 For example, you might use remote debugging on an operating system kernel,
10460 or on a small system which does not have a general purpose operating system
10461 powerful enough to run a full-featured debugger.
10462
10463 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10464 to make this work with particular debugging targets. In addition,
10465 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
10466 but not specific to any particular target system) which you can use if you
10467 write the remote stubs---the code that runs on the remote system to
10468 communicate with @value{GDBN}.
10469
10470 Other remote targets may be available in your
10471 configuration of @value{GDBN}; use @code{help target} to list them.
10472
10473 @node KOD
10474 @section Kernel Object Display
10475
10476 @cindex kernel object display
10477 @cindex kernel object
10478 @cindex KOD
10479
10480 Some targets support kernel object display. Using this facility,
10481 @value{GDBN} communicates specially with the underlying operating system
10482 and can display information about operating system-level objects such as
10483 mutexes and other synchronization objects. Exactly which objects can be
10484 displayed is determined on a per-OS basis.
10485
10486 Use the @code{set os} command to set the operating system. This tells
10487 @value{GDBN} which kernel object display module to initialize:
10488
10489 @smallexample
10490 (@value{GDBP}) set os cisco
10491 @end smallexample
10492
10493 If @code{set os} succeeds, @value{GDBN} will display some information
10494 about the operating system, and will create a new @code{info} command
10495 which can be used to query the target. The @code{info} command is named
10496 after the operating system:
10497
10498 @smallexample
10499 (@value{GDBP}) info cisco
10500 List of Cisco Kernel Objects
10501 Object Description
10502 any Any and all objects
10503 @end smallexample
10504
10505 Further subcommands can be used to query about particular objects known
10506 by the kernel.
10507
10508 There is currently no way to determine whether a given operating system
10509 is supported other than to try it.
10510
10511
10512 @node Remote Debugging
10513 @chapter Debugging remote programs
10514
10515 @menu
10516 * Connecting:: Connecting to a remote target
10517 * Server:: Using the gdbserver program
10518 * NetWare:: Using the gdbserve.nlm program
10519 * Remote configuration:: Remote configuration
10520 * remote stub:: Implementing a remote stub
10521 @end menu
10522
10523 @node Connecting
10524 @section Connecting to a remote target
10525
10526 On the @value{GDBN} host machine, you will need an unstripped copy of
10527 your program, since @value{GDBN} needs symobl and debugging information.
10528 Start up @value{GDBN} as usual, using the name of the local copy of your
10529 program as the first argument.
10530
10531 @cindex serial line, @code{target remote}
10532 If you're using a serial line, you may want to give @value{GDBN} the
10533 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
10534 before the @code{target} command.
10535
10536 After that, use @code{target remote} to establish communications with
10537 the target machine. Its argument specifies how to communicate---either
10538 via a devicename attached to a direct serial line, or a TCP or UDP port
10539 (possibly to a terminal server which in turn has a serial line to the
10540 target). For example, to use a serial line connected to the device
10541 named @file{/dev/ttyb}:
10542
10543 @smallexample
10544 target remote /dev/ttyb
10545 @end smallexample
10546
10547 @cindex TCP port, @code{target remote}
10548 To use a TCP connection, use an argument of the form
10549 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10550 For example, to connect to port 2828 on a
10551 terminal server named @code{manyfarms}:
10552
10553 @smallexample
10554 target remote manyfarms:2828
10555 @end smallexample
10556
10557 If your remote target is actually running on the same machine as
10558 your debugger session (e.g.@: a simulator of your target running on
10559 the same host), you can omit the hostname. For example, to connect
10560 to port 1234 on your local machine:
10561
10562 @smallexample
10563 target remote :1234
10564 @end smallexample
10565 @noindent
10566
10567 Note that the colon is still required here.
10568
10569 @cindex UDP port, @code{target remote}
10570 To use a UDP connection, use an argument of the form
10571 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10572 on a terminal server named @code{manyfarms}:
10573
10574 @smallexample
10575 target remote udp:manyfarms:2828
10576 @end smallexample
10577
10578 When using a UDP connection for remote debugging, you should keep in mind
10579 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10580 busy or unreliable networks, which will cause havoc with your debugging
10581 session.
10582
10583 Now you can use all the usual commands to examine and change data and to
10584 step and continue the remote program.
10585
10586 @cindex interrupting remote programs
10587 @cindex remote programs, interrupting
10588 Whenever @value{GDBN} is waiting for the remote program, if you type the
10589 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10590 program. This may or may not succeed, depending in part on the hardware
10591 and the serial drivers the remote system uses. If you type the
10592 interrupt character once again, @value{GDBN} displays this prompt:
10593
10594 @smallexample
10595 Interrupted while waiting for the program.
10596 Give up (and stop debugging it)? (y or n)
10597 @end smallexample
10598
10599 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10600 (If you decide you want to try again later, you can use @samp{target
10601 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10602 goes back to waiting.
10603
10604 @table @code
10605 @kindex detach (remote)
10606 @item detach
10607 When you have finished debugging the remote program, you can use the
10608 @code{detach} command to release it from @value{GDBN} control.
10609 Detaching from the target normally resumes its execution, but the results
10610 will depend on your particular remote stub. After the @code{detach}
10611 command, @value{GDBN} is free to connect to another target.
10612
10613 @kindex disconnect
10614 @item disconnect
10615 The @code{disconnect} command behaves like @code{detach}, except that
10616 the target is generally not resumed. It will wait for @value{GDBN}
10617 (this instance or another one) to connect and continue debugging. After
10618 the @code{disconnect} command, @value{GDBN} is again free to connect to
10619 another target.
10620 @end table
10621
10622 @node Server
10623 @section Using the @code{gdbserver} program
10624
10625 @kindex gdbserver
10626 @cindex remote connection without stubs
10627 @code{gdbserver} is a control program for Unix-like systems, which
10628 allows you to connect your program with a remote @value{GDBN} via
10629 @code{target remote}---but without linking in the usual debugging stub.
10630
10631 @code{gdbserver} is not a complete replacement for the debugging stubs,
10632 because it requires essentially the same operating-system facilities
10633 that @value{GDBN} itself does. In fact, a system that can run
10634 @code{gdbserver} to connect to a remote @value{GDBN} could also run
10635 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10636 because it is a much smaller program than @value{GDBN} itself. It is
10637 also easier to port than all of @value{GDBN}, so you may be able to get
10638 started more quickly on a new system by using @code{gdbserver}.
10639 Finally, if you develop code for real-time systems, you may find that
10640 the tradeoffs involved in real-time operation make it more convenient to
10641 do as much development work as possible on another system, for example
10642 by cross-compiling. You can use @code{gdbserver} to make a similar
10643 choice for debugging.
10644
10645 @value{GDBN} and @code{gdbserver} communicate via either a serial line
10646 or a TCP connection, using the standard @value{GDBN} remote serial
10647 protocol.
10648
10649 @table @emph
10650 @item On the target machine,
10651 you need to have a copy of the program you want to debug.
10652 @code{gdbserver} does not need your program's symbol table, so you can
10653 strip the program if necessary to save space. @value{GDBN} on the host
10654 system does all the symbol handling.
10655
10656 To use the server, you must tell it how to communicate with @value{GDBN};
10657 the name of your program; and the arguments for your program. The usual
10658 syntax is:
10659
10660 @smallexample
10661 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10662 @end smallexample
10663
10664 @var{comm} is either a device name (to use a serial line) or a TCP
10665 hostname and portnumber. For example, to debug Emacs with the argument
10666 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
10667 @file{/dev/com1}:
10668
10669 @smallexample
10670 target> gdbserver /dev/com1 emacs foo.txt
10671 @end smallexample
10672
10673 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
10674 with it.
10675
10676 To use a TCP connection instead of a serial line:
10677
10678 @smallexample
10679 target> gdbserver host:2345 emacs foo.txt
10680 @end smallexample
10681
10682 The only difference from the previous example is the first argument,
10683 specifying that you are communicating with the host @value{GDBN} via
10684 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10685 expect a TCP connection from machine @samp{host} to local TCP port 2345.
10686 (Currently, the @samp{host} part is ignored.) You can choose any number
10687 you want for the port number as long as it does not conflict with any
10688 TCP ports already in use on the target system (for example, @code{23} is
10689 reserved for @code{telnet}).@footnote{If you choose a port number that
10690 conflicts with another service, @code{gdbserver} prints an error message
10691 and exits.} You must use the same port number with the host @value{GDBN}
10692 @code{target remote} command.
10693
10694 On some targets, @code{gdbserver} can also attach to running programs.
10695 This is accomplished via the @code{--attach} argument. The syntax is:
10696
10697 @smallexample
10698 target> gdbserver @var{comm} --attach @var{pid}
10699 @end smallexample
10700
10701 @var{pid} is the process ID of a currently running process. It isn't necessary
10702 to point @code{gdbserver} at a binary for the running process.
10703
10704 @item On the host machine,
10705 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
10706 For TCP connections, you must start up @code{gdbserver} prior to using
10707 the @code{target remote} command. Otherwise you may get an error whose
10708 text depends on the host system, but which usually looks something like
10709 @samp{Connection refused}. You don't need to use the @code{load}
10710 command in @value{GDBN} when using gdbserver, since the program is
10711 already on the target.
10712
10713 @end table
10714
10715 @node NetWare
10716 @section Using the @code{gdbserve.nlm} program
10717
10718 @kindex gdbserve.nlm
10719 @code{gdbserve.nlm} is a control program for NetWare systems, which
10720 allows you to connect your program with a remote @value{GDBN} via
10721 @code{target remote}.
10722
10723 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10724 using the standard @value{GDBN} remote serial protocol.
10725
10726 @table @emph
10727 @item On the target machine,
10728 you need to have a copy of the program you want to debug.
10729 @code{gdbserve.nlm} does not need your program's symbol table, so you
10730 can strip the program if necessary to save space. @value{GDBN} on the
10731 host system does all the symbol handling.
10732
10733 To use the server, you must tell it how to communicate with
10734 @value{GDBN}; the name of your program; and the arguments for your
10735 program. The syntax is:
10736
10737 @smallexample
10738 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10739 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10740 @end smallexample
10741
10742 @var{board} and @var{port} specify the serial line; @var{baud} specifies
10743 the baud rate used by the connection. @var{port} and @var{node} default
10744 to 0, @var{baud} defaults to 9600@dmn{bps}.
10745
10746 For example, to debug Emacs with the argument @samp{foo.txt}and
10747 communicate with @value{GDBN} over serial port number 2 or board 1
10748 using a 19200@dmn{bps} connection:
10749
10750 @smallexample
10751 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10752 @end smallexample
10753
10754 @item
10755 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
10756 Connecting to a remote target}).
10757
10758 @end table
10759
10760 @node Remote configuration
10761 @section Remote configuration
10762
10763 The following configuration options are available when debugging remote
10764 programs:
10765
10766 @table @code
10767 @kindex set remote hardware-watchpoint-limit
10768 @kindex set remote hardware-breakpoint-limit
10769 @anchor{set remote hardware-watchpoint-limit}
10770 @anchor{set remote hardware-breakpoint-limit}
10771 @item set remote hardware-watchpoint-limit @var{limit}
10772 @itemx set remote hardware-breakpoint-limit @var{limit}
10773 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10774 watchpoints. A limit of -1, the default, is treated as unlimited.
10775 @end table
10776
10777 @node remote stub
10778 @section Implementing a remote stub
10779
10780 @cindex debugging stub, example
10781 @cindex remote stub, example
10782 @cindex stub example, remote debugging
10783 The stub files provided with @value{GDBN} implement the target side of the
10784 communication protocol, and the @value{GDBN} side is implemented in the
10785 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10786 these subroutines to communicate, and ignore the details. (If you're
10787 implementing your own stub file, you can still ignore the details: start
10788 with one of the existing stub files. @file{sparc-stub.c} is the best
10789 organized, and therefore the easiest to read.)
10790
10791 @cindex remote serial debugging, overview
10792 To debug a program running on another machine (the debugging
10793 @dfn{target} machine), you must first arrange for all the usual
10794 prerequisites for the program to run by itself. For example, for a C
10795 program, you need:
10796
10797 @enumerate
10798 @item
10799 A startup routine to set up the C runtime environment; these usually
10800 have a name like @file{crt0}. The startup routine may be supplied by
10801 your hardware supplier, or you may have to write your own.
10802
10803 @item
10804 A C subroutine library to support your program's
10805 subroutine calls, notably managing input and output.
10806
10807 @item
10808 A way of getting your program to the other machine---for example, a
10809 download program. These are often supplied by the hardware
10810 manufacturer, but you may have to write your own from hardware
10811 documentation.
10812 @end enumerate
10813
10814 The next step is to arrange for your program to use a serial port to
10815 communicate with the machine where @value{GDBN} is running (the @dfn{host}
10816 machine). In general terms, the scheme looks like this:
10817
10818 @table @emph
10819 @item On the host,
10820 @value{GDBN} already understands how to use this protocol; when everything
10821 else is set up, you can simply use the @samp{target remote} command
10822 (@pxref{Targets,,Specifying a Debugging Target}).
10823
10824 @item On the target,
10825 you must link with your program a few special-purpose subroutines that
10826 implement the @value{GDBN} remote serial protocol. The file containing these
10827 subroutines is called a @dfn{debugging stub}.
10828
10829 On certain remote targets, you can use an auxiliary program
10830 @code{gdbserver} instead of linking a stub into your program.
10831 @xref{Server,,Using the @code{gdbserver} program}, for details.
10832 @end table
10833
10834 The debugging stub is specific to the architecture of the remote
10835 machine; for example, use @file{sparc-stub.c} to debug programs on
10836 @sc{sparc} boards.
10837
10838 @cindex remote serial stub list
10839 These working remote stubs are distributed with @value{GDBN}:
10840
10841 @table @code
10842
10843 @item i386-stub.c
10844 @cindex @file{i386-stub.c}
10845 @cindex Intel
10846 @cindex i386
10847 For Intel 386 and compatible architectures.
10848
10849 @item m68k-stub.c
10850 @cindex @file{m68k-stub.c}
10851 @cindex Motorola 680x0
10852 @cindex m680x0
10853 For Motorola 680x0 architectures.
10854
10855 @item sh-stub.c
10856 @cindex @file{sh-stub.c}
10857 @cindex Hitachi
10858 @cindex SH
10859 For Hitachi SH architectures.
10860
10861 @item sparc-stub.c
10862 @cindex @file{sparc-stub.c}
10863 @cindex Sparc
10864 For @sc{sparc} architectures.
10865
10866 @item sparcl-stub.c
10867 @cindex @file{sparcl-stub.c}
10868 @cindex Fujitsu
10869 @cindex SparcLite
10870 For Fujitsu @sc{sparclite} architectures.
10871
10872 @end table
10873
10874 The @file{README} file in the @value{GDBN} distribution may list other
10875 recently added stubs.
10876
10877 @menu
10878 * Stub Contents:: What the stub can do for you
10879 * Bootstrapping:: What you must do for the stub
10880 * Debug Session:: Putting it all together
10881 @end menu
10882
10883 @node Stub Contents
10884 @subsection What the stub can do for you
10885
10886 @cindex remote serial stub
10887 The debugging stub for your architecture supplies these three
10888 subroutines:
10889
10890 @table @code
10891 @item set_debug_traps
10892 @kindex set_debug_traps
10893 @cindex remote serial stub, initialization
10894 This routine arranges for @code{handle_exception} to run when your
10895 program stops. You must call this subroutine explicitly near the
10896 beginning of your program.
10897
10898 @item handle_exception
10899 @kindex handle_exception
10900 @cindex remote serial stub, main routine
10901 This is the central workhorse, but your program never calls it
10902 explicitly---the setup code arranges for @code{handle_exception} to
10903 run when a trap is triggered.
10904
10905 @code{handle_exception} takes control when your program stops during
10906 execution (for example, on a breakpoint), and mediates communications
10907 with @value{GDBN} on the host machine. This is where the communications
10908 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
10909 representative on the target machine. It begins by sending summary
10910 information on the state of your program, then continues to execute,
10911 retrieving and transmitting any information @value{GDBN} needs, until you
10912 execute a @value{GDBN} command that makes your program resume; at that point,
10913 @code{handle_exception} returns control to your own code on the target
10914 machine.
10915
10916 @item breakpoint
10917 @cindex @code{breakpoint} subroutine, remote
10918 Use this auxiliary subroutine to make your program contain a
10919 breakpoint. Depending on the particular situation, this may be the only
10920 way for @value{GDBN} to get control. For instance, if your target
10921 machine has some sort of interrupt button, you won't need to call this;
10922 pressing the interrupt button transfers control to
10923 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10924 simply receiving characters on the serial port may also trigger a trap;
10925 again, in that situation, you don't need to call @code{breakpoint} from
10926 your own program---simply running @samp{target remote} from the host
10927 @value{GDBN} session gets control.
10928
10929 Call @code{breakpoint} if none of these is true, or if you simply want
10930 to make certain your program stops at a predetermined point for the
10931 start of your debugging session.
10932 @end table
10933
10934 @node Bootstrapping
10935 @subsection What you must do for the stub
10936
10937 @cindex remote stub, support routines
10938 The debugging stubs that come with @value{GDBN} are set up for a particular
10939 chip architecture, but they have no information about the rest of your
10940 debugging target machine.
10941
10942 First of all you need to tell the stub how to communicate with the
10943 serial port.
10944
10945 @table @code
10946 @item int getDebugChar()
10947 @kindex getDebugChar
10948 Write this subroutine to read a single character from the serial port.
10949 It may be identical to @code{getchar} for your target system; a
10950 different name is used to allow you to distinguish the two if you wish.
10951
10952 @item void putDebugChar(int)
10953 @kindex putDebugChar
10954 Write this subroutine to write a single character to the serial port.
10955 It may be identical to @code{putchar} for your target system; a
10956 different name is used to allow you to distinguish the two if you wish.
10957 @end table
10958
10959 @cindex control C, and remote debugging
10960 @cindex interrupting remote targets
10961 If you want @value{GDBN} to be able to stop your program while it is
10962 running, you need to use an interrupt-driven serial driver, and arrange
10963 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
10964 character). That is the character which @value{GDBN} uses to tell the
10965 remote system to stop.
10966
10967 Getting the debugging target to return the proper status to @value{GDBN}
10968 probably requires changes to the standard stub; one quick and dirty way
10969 is to just execute a breakpoint instruction (the ``dirty'' part is that
10970 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
10971
10972 Other routines you need to supply are:
10973
10974 @table @code
10975 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
10976 @kindex exceptionHandler
10977 Write this function to install @var{exception_address} in the exception
10978 handling tables. You need to do this because the stub does not have any
10979 way of knowing what the exception handling tables on your target system
10980 are like (for example, the processor's table might be in @sc{rom},
10981 containing entries which point to a table in @sc{ram}).
10982 @var{exception_number} is the exception number which should be changed;
10983 its meaning is architecture-dependent (for example, different numbers
10984 might represent divide by zero, misaligned access, etc). When this
10985 exception occurs, control should be transferred directly to
10986 @var{exception_address}, and the processor state (stack, registers,
10987 and so on) should be just as it is when a processor exception occurs. So if
10988 you want to use a jump instruction to reach @var{exception_address}, it
10989 should be a simple jump, not a jump to subroutine.
10990
10991 For the 386, @var{exception_address} should be installed as an interrupt
10992 gate so that interrupts are masked while the handler runs. The gate
10993 should be at privilege level 0 (the most privileged level). The
10994 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
10995 help from @code{exceptionHandler}.
10996
10997 @item void flush_i_cache()
10998 @kindex flush_i_cache
10999 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
11000 instruction cache, if any, on your target machine. If there is no
11001 instruction cache, this subroutine may be a no-op.
11002
11003 On target machines that have instruction caches, @value{GDBN} requires this
11004 function to make certain that the state of your program is stable.
11005 @end table
11006
11007 @noindent
11008 You must also make sure this library routine is available:
11009
11010 @table @code
11011 @item void *memset(void *, int, int)
11012 @kindex memset
11013 This is the standard library function @code{memset} that sets an area of
11014 memory to a known value. If you have one of the free versions of
11015 @code{libc.a}, @code{memset} can be found there; otherwise, you must
11016 either obtain it from your hardware manufacturer, or write your own.
11017 @end table
11018
11019 If you do not use the GNU C compiler, you may need other standard
11020 library subroutines as well; this varies from one stub to another,
11021 but in general the stubs are likely to use any of the common library
11022 subroutines which @code{@value{GCC}} generates as inline code.
11023
11024
11025 @node Debug Session
11026 @subsection Putting it all together
11027
11028 @cindex remote serial debugging summary
11029 In summary, when your program is ready to debug, you must follow these
11030 steps.
11031
11032 @enumerate
11033 @item
11034 Make sure you have defined the supporting low-level routines
11035 (@pxref{Bootstrapping,,What you must do for the stub}):
11036 @display
11037 @code{getDebugChar}, @code{putDebugChar},
11038 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11039 @end display
11040
11041 @item
11042 Insert these lines near the top of your program:
11043
11044 @smallexample
11045 set_debug_traps();
11046 breakpoint();
11047 @end smallexample
11048
11049 @item
11050 For the 680x0 stub only, you need to provide a variable called
11051 @code{exceptionHook}. Normally you just use:
11052
11053 @smallexample
11054 void (*exceptionHook)() = 0;
11055 @end smallexample
11056
11057 @noindent
11058 but if before calling @code{set_debug_traps}, you set it to point to a
11059 function in your program, that function is called when
11060 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
11061 error). The function indicated by @code{exceptionHook} is called with
11062 one parameter: an @code{int} which is the exception number.
11063
11064 @item
11065 Compile and link together: your program, the @value{GDBN} debugging stub for
11066 your target architecture, and the supporting subroutines.
11067
11068 @item
11069 Make sure you have a serial connection between your target machine and
11070 the @value{GDBN} host, and identify the serial port on the host.
11071
11072 @item
11073 @c The "remote" target now provides a `load' command, so we should
11074 @c document that. FIXME.
11075 Download your program to your target machine (or get it there by
11076 whatever means the manufacturer provides), and start it.
11077
11078 @item
11079 Start @value{GDBN} on the host, and connect to the target
11080 (@pxref{Connecting,,Connecting to a remote target}).
11081
11082 @end enumerate
11083
11084 @node Configurations
11085 @chapter Configuration-Specific Information
11086
11087 While nearly all @value{GDBN} commands are available for all native and
11088 cross versions of the debugger, there are some exceptions. This chapter
11089 describes things that are only available in certain configurations.
11090
11091 There are three major categories of configurations: native
11092 configurations, where the host and target are the same, embedded
11093 operating system configurations, which are usually the same for several
11094 different processor architectures, and bare embedded processors, which
11095 are quite different from each other.
11096
11097 @menu
11098 * Native::
11099 * Embedded OS::
11100 * Embedded Processors::
11101 * Architectures::
11102 @end menu
11103
11104 @node Native
11105 @section Native
11106
11107 This section describes details specific to particular native
11108 configurations.
11109
11110 @menu
11111 * HP-UX:: HP-UX
11112 * SVR4 Process Information:: SVR4 process information
11113 * DJGPP Native:: Features specific to the DJGPP port
11114 * Cygwin Native:: Features specific to the Cygwin port
11115 @end menu
11116
11117 @node HP-UX
11118 @subsection HP-UX
11119
11120 On HP-UX systems, if you refer to a function or variable name that
11121 begins with a dollar sign, @value{GDBN} searches for a user or system
11122 name first, before it searches for a convenience variable.
11123
11124 @node SVR4 Process Information
11125 @subsection SVR4 process information
11126
11127 @kindex /proc
11128 @cindex process image
11129
11130 Many versions of SVR4 provide a facility called @samp{/proc} that can be
11131 used to examine the image of a running process using file-system
11132 subroutines. If @value{GDBN} is configured for an operating system with
11133 this facility, the command @code{info proc} is available to report on
11134 several kinds of information about the process running your program.
11135 @code{info proc} works only on SVR4 systems that include the
11136 @code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
11137 and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
11138
11139 @table @code
11140 @kindex info proc
11141 @item info proc
11142 Summarize available information about the process.
11143
11144 @kindex info proc mappings
11145 @item info proc mappings
11146 Report on the address ranges accessible in the program, with information
11147 on whether your program may read, write, or execute each range.
11148 @ignore
11149 @comment These sub-options of 'info proc' were not included when
11150 @comment procfs.c was re-written. Keep their descriptions around
11151 @comment against the day when someone finds the time to put them back in.
11152 @kindex info proc times
11153 @item info proc times
11154 Starting time, user CPU time, and system CPU time for your program and
11155 its children.
11156
11157 @kindex info proc id
11158 @item info proc id
11159 Report on the process IDs related to your program: its own process ID,
11160 the ID of its parent, the process group ID, and the session ID.
11161
11162 @kindex info proc status
11163 @item info proc status
11164 General information on the state of the process. If the process is
11165 stopped, this report includes the reason for stopping, and any signal
11166 received.
11167
11168 @item info proc all
11169 Show all the above information about the process.
11170 @end ignore
11171 @end table
11172
11173 @node DJGPP Native
11174 @subsection Features for Debugging @sc{djgpp} Programs
11175 @cindex @sc{djgpp} debugging
11176 @cindex native @sc{djgpp} debugging
11177 @cindex MS-DOS-specific commands
11178
11179 @sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11180 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11181 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11182 top of real-mode DOS systems and their emulations.
11183
11184 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
11185 defines a few commands specific to the @sc{djgpp} port. This
11186 subsection describes those commands.
11187
11188 @table @code
11189 @kindex info dos
11190 @item info dos
11191 This is a prefix of @sc{djgpp}-specific commands which print
11192 information about the target system and important OS structures.
11193
11194 @kindex sysinfo
11195 @cindex MS-DOS system info
11196 @cindex free memory information (MS-DOS)
11197 @item info dos sysinfo
11198 This command displays assorted information about the underlying
11199 platform: the CPU type and features, the OS version and flavor, the
11200 DPMI version, and the available conventional and DPMI memory.
11201
11202 @cindex GDT
11203 @cindex LDT
11204 @cindex IDT
11205 @cindex segment descriptor tables
11206 @cindex descriptor tables display
11207 @item info dos gdt
11208 @itemx info dos ldt
11209 @itemx info dos idt
11210 These 3 commands display entries from, respectively, Global, Local,
11211 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11212 tables are data structures which store a descriptor for each segment
11213 that is currently in use. The segment's selector is an index into a
11214 descriptor table; the table entry for that index holds the
11215 descriptor's base address and limit, and its attributes and access
11216 rights.
11217
11218 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11219 segment (used for both data and the stack), and a DOS segment (which
11220 allows access to DOS/BIOS data structures and absolute addresses in
11221 conventional memory). However, the DPMI host will usually define
11222 additional segments in order to support the DPMI environment.
11223
11224 @cindex garbled pointers
11225 These commands allow to display entries from the descriptor tables.
11226 Without an argument, all entries from the specified table are
11227 displayed. An argument, which should be an integer expression, means
11228 display a single entry whose index is given by the argument. For
11229 example, here's a convenient way to display information about the
11230 debugged program's data segment:
11231
11232 @smallexample
11233 @exdent @code{(@value{GDBP}) info dos ldt $ds}
11234 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11235 @end smallexample
11236
11237 @noindent
11238 This comes in handy when you want to see whether a pointer is outside
11239 the data segment's limit (i.e.@: @dfn{garbled}).
11240
11241 @cindex page tables display (MS-DOS)
11242 @item info dos pde
11243 @itemx info dos pte
11244 These two commands display entries from, respectively, the Page
11245 Directory and the Page Tables. Page Directories and Page Tables are
11246 data structures which control how virtual memory addresses are mapped
11247 into physical addresses. A Page Table includes an entry for every
11248 page of memory that is mapped into the program's address space; there
11249 may be several Page Tables, each one holding up to 4096 entries. A
11250 Page Directory has up to 4096 entries, one each for every Page Table
11251 that is currently in use.
11252
11253 Without an argument, @kbd{info dos pde} displays the entire Page
11254 Directory, and @kbd{info dos pte} displays all the entries in all of
11255 the Page Tables. An argument, an integer expression, given to the
11256 @kbd{info dos pde} command means display only that entry from the Page
11257 Directory table. An argument given to the @kbd{info dos pte} command
11258 means display entries from a single Page Table, the one pointed to by
11259 the specified entry in the Page Directory.
11260
11261 @cindex direct memory access (DMA) on MS-DOS
11262 These commands are useful when your program uses @dfn{DMA} (Direct
11263 Memory Access), which needs physical addresses to program the DMA
11264 controller.
11265
11266 These commands are supported only with some DPMI servers.
11267
11268 @cindex physical address from linear address
11269 @item info dos address-pte @var{addr}
11270 This command displays the Page Table entry for a specified linear
11271 address. The argument linear address @var{addr} should already have the
11272 appropriate segment's base address added to it, because this command
11273 accepts addresses which may belong to @emph{any} segment. For
11274 example, here's how to display the Page Table entry for the page where
11275 the variable @code{i} is stored:
11276
11277 @smallexample
11278 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11279 @exdent @code{Page Table entry for address 0x11a00d30:}
11280 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11281 @end smallexample
11282
11283 @noindent
11284 This says that @code{i} is stored at offset @code{0xd30} from the page
11285 whose physical base address is @code{0x02698000}, and prints all the
11286 attributes of that page.
11287
11288 Note that you must cast the addresses of variables to a @code{char *},
11289 since otherwise the value of @code{__djgpp_base_address}, the base
11290 address of all variables and functions in a @sc{djgpp} program, will
11291 be added using the rules of C pointer arithmetics: if @code{i} is
11292 declared an @code{int}, @value{GDBN} will add 4 times the value of
11293 @code{__djgpp_base_address} to the address of @code{i}.
11294
11295 Here's another example, it displays the Page Table entry for the
11296 transfer buffer:
11297
11298 @smallexample
11299 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11300 @exdent @code{Page Table entry for address 0x29110:}
11301 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11302 @end smallexample
11303
11304 @noindent
11305 (The @code{+ 3} offset is because the transfer buffer's address is the
11306 3rd member of the @code{_go32_info_block} structure.) The output of
11307 this command clearly shows that addresses in conventional memory are
11308 mapped 1:1, i.e.@: the physical and linear addresses are identical.
11309
11310 This command is supported only with some DPMI servers.
11311 @end table
11312
11313 @node Cygwin Native
11314 @subsection Features for Debugging MS Windows PE executables
11315 @cindex MS Windows debugging
11316 @cindex native Cygwin debugging
11317 @cindex Cygwin-specific commands
11318
11319 @value{GDBN} supports native debugging of MS Windows programs, including
11320 DLLs with and without symbolic debugging information. There are various
11321 additional Cygwin-specific commands, described in this subsection. The
11322 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11323 that have no debugging symbols.
11324
11325
11326 @table @code
11327 @kindex info w32
11328 @item info w32
11329 This is a prefix of MS Windows specific commands which print
11330 information about the target system and important OS structures.
11331
11332 @item info w32 selector
11333 This command displays information returned by
11334 the Win32 API @code{GetThreadSelectorEntry} function.
11335 It takes an optional argument that is evaluated to
11336 a long value to give the information about this given selector.
11337 Without argument, this command displays information
11338 about the the six segment registers.
11339
11340 @kindex info dll
11341 @item info dll
11342 This is a Cygwin specific alias of info shared.
11343
11344 @kindex dll-symbols
11345 @item dll-symbols
11346 This command loads symbols from a dll similarly to
11347 add-sym command but without the need to specify a base address.
11348
11349 @kindex set new-console
11350 @item set new-console @var{mode}
11351 If @var{mode} is @code{on} the debuggee will
11352 be started in a new console on next start.
11353 If @var{mode} is @code{off}i, the debuggee will
11354 be started in the same console as the debugger.
11355
11356 @kindex show new-console
11357 @item show new-console
11358 Displays whether a new console is used
11359 when the debuggee is started.
11360
11361 @kindex set new-group
11362 @item set new-group @var{mode}
11363 This boolean value controls whether the debuggee should
11364 start a new group or stay in the same group as the debugger.
11365 This affects the way the Windows OS handles
11366 Ctrl-C.
11367
11368 @kindex show new-group
11369 @item show new-group
11370 Displays current value of new-group boolean.
11371
11372 @kindex set debugevents
11373 @item set debugevents
11374 This boolean value adds debug output concerning events seen by the debugger.
11375
11376 @kindex set debugexec
11377 @item set debugexec
11378 This boolean value adds debug output concerning execute events
11379 seen by the debugger.
11380
11381 @kindex set debugexceptions
11382 @item set debugexceptions
11383 This boolean value adds debug ouptut concerning exception events
11384 seen by the debugger.
11385
11386 @kindex set debugmemory
11387 @item set debugmemory
11388 This boolean value adds debug ouptut concerning memory events
11389 seen by the debugger.
11390
11391 @kindex set shell
11392 @item set shell
11393 This boolean values specifies whether the debuggee is called
11394 via a shell or directly (default value is on).
11395
11396 @kindex show shell
11397 @item show shell
11398 Displays if the debuggee will be started with a shell.
11399
11400 @end table
11401
11402 @menu
11403 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
11404 @end menu
11405
11406 @node Non-debug DLL symbols
11407 @subsubsection Support for DLLs without debugging symbols
11408 @cindex DLLs with no debugging symbols
11409 @cindex Minimal symbols and DLLs
11410
11411 Very often on windows, some of the DLLs that your program relies on do
11412 not include symbolic debugging information (for example,
11413 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11414 symbols in a DLL, it relies on the minimal amount of symbolic
11415 information contained in the DLL's export table. This subsubsection
11416 describes working with such symbols, known internally to @value{GDBN} as
11417 ``minimal symbols''.
11418
11419 Note that before the debugged program has started execution, no DLLs
11420 will have been loaded. The easiest way around this problem is simply to
11421 start the program --- either by setting a breakpoint or letting the
11422 program run once to completion. It is also possible to force
11423 @value{GDBN} to load a particular DLL before starting the executable ---
11424 see the shared library information in @pxref{Files} or the
11425 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11426 explicitly loading symbols from a DLL with no debugging information will
11427 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11428 which may adversely affect symbol lookup performance.
11429
11430 @subsubsection DLL name prefixes
11431
11432 In keeping with the naming conventions used by the Microsoft debugging
11433 tools, DLL export symbols are made available with a prefix based on the
11434 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11435 also entered into the symbol table, so @code{CreateFileA} is often
11436 sufficient. In some cases there will be name clashes within a program
11437 (particularly if the executable itself includes full debugging symbols)
11438 necessitating the use of the fully qualified name when referring to the
11439 contents of the DLL. Use single-quotes around the name to avoid the
11440 exclamation mark (``!'') being interpreted as a language operator.
11441
11442 Note that the internal name of the DLL may be all upper-case, even
11443 though the file name of the DLL is lower-case, or vice-versa. Since
11444 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11445 some confusion. If in doubt, try the @code{info functions} and
11446 @code{info variables} commands or even @code{maint print msymbols} (see
11447 @pxref{Symbols}). Here's an example:
11448
11449 @smallexample
11450 (gdb) info function CreateFileA
11451 All functions matching regular expression "CreateFileA":
11452
11453 Non-debugging symbols:
11454 0x77e885f4 CreateFileA
11455 0x77e885f4 KERNEL32!CreateFileA
11456 @end smallexample
11457
11458 @smallexample
11459 (gdb) info function !
11460 All functions matching regular expression "!":
11461
11462 Non-debugging symbols:
11463 0x6100114c cygwin1!__assert
11464 0x61004034 cygwin1!_dll_crt0@@0
11465 0x61004240 cygwin1!dll_crt0(per_process *)
11466 [etc...]
11467 @end smallexample
11468
11469 @subsubsection Working with minimal symbols
11470
11471 Symbols extracted from a DLL's export table do not contain very much
11472 type information. All that @value{GDBN} can do is guess whether a symbol
11473 refers to a function or variable depending on the linker section that
11474 contains the symbol. Also note that the actual contents of the memory
11475 contained in a DLL are not available unless the program is running. This
11476 means that you cannot examine the contents of a variable or disassemble
11477 a function within a DLL without a running program.
11478
11479 Variables are generally treated as pointers and dereferenced
11480 automatically. For this reason, it is often necessary to prefix a
11481 variable name with the address-of operator (``&'') and provide explicit
11482 type information in the command. Here's an example of the type of
11483 problem:
11484
11485 @smallexample
11486 (gdb) print 'cygwin1!__argv'
11487 $1 = 268572168
11488 @end smallexample
11489
11490 @smallexample
11491 (gdb) x 'cygwin1!__argv'
11492 0x10021610: "\230y\""
11493 @end smallexample
11494
11495 And two possible solutions:
11496
11497 @smallexample
11498 (gdb) print ((char **)'cygwin1!__argv')[0]
11499 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11500 @end smallexample
11501
11502 @smallexample
11503 (gdb) x/2x &'cygwin1!__argv'
11504 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11505 (gdb) x/x 0x10021608
11506 0x10021608: 0x0022fd98
11507 (gdb) x/s 0x0022fd98
11508 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
11509 @end smallexample
11510
11511 Setting a break point within a DLL is possible even before the program
11512 starts execution. However, under these circumstances, @value{GDBN} can't
11513 examine the initial instructions of the function in order to skip the
11514 function's frame set-up code. You can work around this by using ``*&''
11515 to set the breakpoint at a raw memory address:
11516
11517 @smallexample
11518 (gdb) break *&'python22!PyOS_Readline'
11519 Breakpoint 1 at 0x1e04eff0
11520 @end smallexample
11521
11522 The author of these extensions is not entirely convinced that setting a
11523 break point within a shared DLL like @file{kernel32.dll} is completely
11524 safe.
11525
11526 @node Embedded OS
11527 @section Embedded Operating Systems
11528
11529 This section describes configurations involving the debugging of
11530 embedded operating systems that are available for several different
11531 architectures.
11532
11533 @menu
11534 * VxWorks:: Using @value{GDBN} with VxWorks
11535 @end menu
11536
11537 @value{GDBN} includes the ability to debug programs running on
11538 various real-time operating systems.
11539
11540 @node VxWorks
11541 @subsection Using @value{GDBN} with VxWorks
11542
11543 @cindex VxWorks
11544
11545 @table @code
11546
11547 @kindex target vxworks
11548 @item target vxworks @var{machinename}
11549 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11550 is the target system's machine name or IP address.
11551
11552 @end table
11553
11554 On VxWorks, @code{load} links @var{filename} dynamically on the
11555 current target system as well as adding its symbols in @value{GDBN}.
11556
11557 @value{GDBN} enables developers to spawn and debug tasks running on networked
11558 VxWorks targets from a Unix host. Already-running tasks spawned from
11559 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11560 both the Unix host and on the VxWorks target. The program
11561 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11562 installed with the name @code{vxgdb}, to distinguish it from a
11563 @value{GDBN} for debugging programs on the host itself.)
11564
11565 @table @code
11566 @item VxWorks-timeout @var{args}
11567 @kindex vxworks-timeout
11568 All VxWorks-based targets now support the option @code{vxworks-timeout}.
11569 This option is set by the user, and @var{args} represents the number of
11570 seconds @value{GDBN} waits for responses to rpc's. You might use this if
11571 your VxWorks target is a slow software simulator or is on the far side
11572 of a thin network line.
11573 @end table
11574
11575 The following information on connecting to VxWorks was current when
11576 this manual was produced; newer releases of VxWorks may use revised
11577 procedures.
11578
11579 @kindex INCLUDE_RDB
11580 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11581 to include the remote debugging interface routines in the VxWorks
11582 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11583 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11584 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11585 source debugging task @code{tRdbTask} when VxWorks is booted. For more
11586 information on configuring and remaking VxWorks, see the manufacturer's
11587 manual.
11588 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
11589
11590 Once you have included @file{rdb.a} in your VxWorks system image and set
11591 your Unix execution search path to find @value{GDBN}, you are ready to
11592 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11593 @code{vxgdb}, depending on your installation).
11594
11595 @value{GDBN} comes up showing the prompt:
11596
11597 @smallexample
11598 (vxgdb)
11599 @end smallexample
11600
11601 @menu
11602 * VxWorks Connection:: Connecting to VxWorks
11603 * VxWorks Download:: VxWorks download
11604 * VxWorks Attach:: Running tasks
11605 @end menu
11606
11607 @node VxWorks Connection
11608 @subsubsection Connecting to VxWorks
11609
11610 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11611 network. To connect to a target whose host name is ``@code{tt}'', type:
11612
11613 @smallexample
11614 (vxgdb) target vxworks tt
11615 @end smallexample
11616
11617 @need 750
11618 @value{GDBN} displays messages like these:
11619
11620 @smallexample
11621 Attaching remote machine across net...
11622 Connected to tt.
11623 @end smallexample
11624
11625 @need 1000
11626 @value{GDBN} then attempts to read the symbol tables of any object modules
11627 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11628 these files by searching the directories listed in the command search
11629 path (@pxref{Environment, ,Your program's environment}); if it fails
11630 to find an object file, it displays a message such as:
11631
11632 @smallexample
11633 prog.o: No such file or directory.
11634 @end smallexample
11635
11636 When this happens, add the appropriate directory to the search path with
11637 the @value{GDBN} command @code{path}, and execute the @code{target}
11638 command again.
11639
11640 @node VxWorks Download
11641 @subsubsection VxWorks download
11642
11643 @cindex download to VxWorks
11644 If you have connected to the VxWorks target and you want to debug an
11645 object that has not yet been loaded, you can use the @value{GDBN}
11646 @code{load} command to download a file from Unix to VxWorks
11647 incrementally. The object file given as an argument to the @code{load}
11648 command is actually opened twice: first by the VxWorks target in order
11649 to download the code, then by @value{GDBN} in order to read the symbol
11650 table. This can lead to problems if the current working directories on
11651 the two systems differ. If both systems have NFS mounted the same
11652 filesystems, you can avoid these problems by using absolute paths.
11653 Otherwise, it is simplest to set the working directory on both systems
11654 to the directory in which the object file resides, and then to reference
11655 the file by its name, without any path. For instance, a program
11656 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11657 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11658 program, type this on VxWorks:
11659
11660 @smallexample
11661 -> cd "@var{vxpath}/vw/demo/rdb"
11662 @end smallexample
11663
11664 @noindent
11665 Then, in @value{GDBN}, type:
11666
11667 @smallexample
11668 (vxgdb) cd @var{hostpath}/vw/demo/rdb
11669 (vxgdb) load prog.o
11670 @end smallexample
11671
11672 @value{GDBN} displays a response similar to this:
11673
11674 @smallexample
11675 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11676 @end smallexample
11677
11678 You can also use the @code{load} command to reload an object module
11679 after editing and recompiling the corresponding source file. Note that
11680 this makes @value{GDBN} delete all currently-defined breakpoints,
11681 auto-displays, and convenience variables, and to clear the value
11682 history. (This is necessary in order to preserve the integrity of
11683 debugger's data structures that reference the target system's symbol
11684 table.)
11685
11686 @node VxWorks Attach
11687 @subsubsection Running tasks
11688
11689 @cindex running VxWorks tasks
11690 You can also attach to an existing task using the @code{attach} command as
11691 follows:
11692
11693 @smallexample
11694 (vxgdb) attach @var{task}
11695 @end smallexample
11696
11697 @noindent
11698 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11699 or suspended when you attach to it. Running tasks are suspended at
11700 the time of attachment.
11701
11702 @node Embedded Processors
11703 @section Embedded Processors
11704
11705 This section goes into details specific to particular embedded
11706 configurations.
11707
11708
11709 @menu
11710 * ARM:: ARM
11711 * H8/300:: Hitachi H8/300
11712 * H8/500:: Hitachi H8/500
11713 * M32R/D:: Mitsubishi M32R/D
11714 * M68K:: Motorola M68K
11715 * MIPS Embedded:: MIPS Embedded
11716 * OpenRISC 1000:: OpenRisc 1000
11717 * PA:: HP PA Embedded
11718 * PowerPC: PowerPC
11719 * SH:: Hitachi SH
11720 * Sparclet:: Tsqware Sparclet
11721 * Sparclite:: Fujitsu Sparclite
11722 * ST2000:: Tandem ST2000
11723 * Z8000:: Zilog Z8000
11724 @end menu
11725
11726 @node ARM
11727 @subsection ARM
11728
11729 @table @code
11730
11731 @kindex target rdi
11732 @item target rdi @var{dev}
11733 ARM Angel monitor, via RDI library interface to ADP protocol. You may
11734 use this target to communicate with both boards running the Angel
11735 monitor, or with the EmbeddedICE JTAG debug device.
11736
11737 @kindex target rdp
11738 @item target rdp @var{dev}
11739 ARM Demon monitor.
11740
11741 @end table
11742
11743 @node H8/300
11744 @subsection Hitachi H8/300
11745
11746 @table @code
11747
11748 @kindex target hms@r{, with H8/300}
11749 @item target hms @var{dev}
11750 A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11751 Use special commands @code{device} and @code{speed} to control the serial
11752 line and the communications speed used.
11753
11754 @kindex target e7000@r{, with H8/300}
11755 @item target e7000 @var{dev}
11756 E7000 emulator for Hitachi H8 and SH.
11757
11758 @kindex target sh3@r{, with H8/300}
11759 @kindex target sh3e@r{, with H8/300}
11760 @item target sh3 @var{dev}
11761 @itemx target sh3e @var{dev}
11762 Hitachi SH-3 and SH-3E target systems.
11763
11764 @end table
11765
11766 @cindex download to H8/300 or H8/500
11767 @cindex H8/300 or H8/500 download
11768 @cindex download to Hitachi SH
11769 @cindex Hitachi SH download
11770 When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11771 board, the @code{load} command downloads your program to the Hitachi
11772 board and also opens it as the current executable target for
11773 @value{GDBN} on your host (like the @code{file} command).
11774
11775 @value{GDBN} needs to know these things to talk to your
11776 Hitachi SH, H8/300, or H8/500:
11777
11778 @enumerate
11779 @item
11780 that you want to use @samp{target hms}, the remote debugging interface
11781 for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11782 emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11783 the default when @value{GDBN} is configured specifically for the Hitachi SH,
11784 H8/300, or H8/500.)
11785
11786 @item
11787 what serial device connects your host to your Hitachi board (the first
11788 serial device available on your host is the default).
11789
11790 @item
11791 what speed to use over the serial device.
11792 @end enumerate
11793
11794 @menu
11795 * Hitachi Boards:: Connecting to Hitachi boards.
11796 * Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11797 * Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11798 @end menu
11799
11800 @node Hitachi Boards
11801 @subsubsection Connecting to Hitachi boards
11802
11803 @c only for Unix hosts
11804 @kindex device
11805 @cindex serial device, Hitachi micros
11806 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11807 need to explicitly set the serial device. The default @var{port} is the
11808 first available port on your host. This is only necessary on Unix
11809 hosts, where it is typically something like @file{/dev/ttya}.
11810
11811 @kindex speed
11812 @cindex serial line speed, Hitachi micros
11813 @code{@value{GDBN}} has another special command to set the communications
11814 speed: @samp{speed @var{bps}}. This command also is only used from Unix
11815 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11816 the DOS @code{mode} command (for instance,
11817 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11818
11819 The @samp{device} and @samp{speed} commands are available only when you
11820 use a Unix host to debug your Hitachi microprocessor programs. If you
11821 use a DOS host,
11822 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11823 called @code{asynctsr} to communicate with the development board
11824 through a PC serial port. You must also use the DOS @code{mode} command
11825 to set up the serial port on the DOS side.
11826
11827 The following sample session illustrates the steps needed to start a
11828 program under @value{GDBN} control on an H8/300. The example uses a
11829 sample H8/300 program called @file{t.x}. The procedure is the same for
11830 the Hitachi SH and the H8/500.
11831
11832 First hook up your development board. In this example, we use a
11833 board attached to serial port @code{COM2}; if you use a different serial
11834 port, substitute its name in the argument of the @code{mode} command.
11835 When you call @code{asynctsr}, the auxiliary comms program used by the
11836 debugger, you give it just the numeric part of the serial port's name;
11837 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11838 @code{COM2}.
11839
11840 @smallexample
11841 C:\H8300\TEST> asynctsr 2
11842 C:\H8300\TEST> mode com2:9600,n,8,1,p
11843
11844 Resident portion of MODE loaded
11845
11846 COM2: 9600, n, 8, 1, p
11847
11848 @end smallexample
11849
11850 @quotation
11851 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11852 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11853 disable it, or even boot without it, to use @code{asynctsr} to control
11854 your development board.
11855 @end quotation
11856
11857 @kindex target hms@r{, and serial protocol}
11858 Now that serial communications are set up, and the development board is
11859 connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11860 the name of your program as the argument. @code{@value{GDBN}} prompts
11861 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11862 commands to begin your debugging session: @samp{target hms} to specify
11863 cross-debugging to the Hitachi board, and the @code{load} command to
11864 download your program to the board. @code{load} displays the names of
11865 the program's sections, and a @samp{*} for each 2K of data downloaded.
11866 (If you want to refresh @value{GDBN} data on symbols or on the
11867 executable file without downloading, use the @value{GDBN} commands
11868 @code{file} or @code{symbol-file}. These commands, and @code{load}
11869 itself, are described in @ref{Files,,Commands to specify files}.)
11870
11871 @smallexample
11872 (eg-C:\H8300\TEST) @value{GDBP} t.x
11873 @value{GDBN} is free software and you are welcome to distribute copies
11874 of it under certain conditions; type "show copying" to see
11875 the conditions.
11876 There is absolutely no warranty for @value{GDBN}; type "show warranty"
11877 for details.
11878 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11879 (@value{GDBP}) target hms
11880 Connected to remote H8/300 HMS system.
11881 (@value{GDBP}) load t.x
11882 .text : 0x8000 .. 0xabde ***********
11883 .data : 0xabde .. 0xad30 *
11884 .stack : 0xf000 .. 0xf014 *
11885 @end smallexample
11886
11887 At this point, you're ready to run or debug your program. From here on,
11888 you can use all the usual @value{GDBN} commands. The @code{break} command
11889 sets breakpoints; the @code{run} command starts your program;
11890 @code{print} or @code{x} display data; the @code{continue} command
11891 resumes execution after stopping at a breakpoint. You can use the
11892 @code{help} command at any time to find out more about @value{GDBN} commands.
11893
11894 Remember, however, that @emph{operating system} facilities aren't
11895 available on your development board; for example, if your program hangs,
11896 you can't send an interrupt---but you can press the @sc{reset} switch!
11897
11898 Use the @sc{reset} button on the development board
11899 @itemize @bullet
11900 @item
11901 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11902 no way to pass an interrupt signal to the development board); and
11903
11904 @item
11905 to return to the @value{GDBN} command prompt after your program finishes
11906 normally. The communications protocol provides no other way for @value{GDBN}
11907 to detect program completion.
11908 @end itemize
11909
11910 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11911 development board as a ``normal exit'' of your program.
11912
11913 @node Hitachi ICE
11914 @subsubsection Using the E7000 in-circuit emulator
11915
11916 @kindex target e7000@r{, with Hitachi ICE}
11917 You can use the E7000 in-circuit emulator to develop code for either the
11918 Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11919 e7000} command to connect @value{GDBN} to your E7000:
11920
11921 @table @code
11922 @item target e7000 @var{port} @var{speed}
11923 Use this form if your E7000 is connected to a serial port. The
11924 @var{port} argument identifies what serial port to use (for example,
11925 @samp{com2}). The third argument is the line speed in bits per second
11926 (for example, @samp{9600}).
11927
11928 @item target e7000 @var{hostname}
11929 If your E7000 is installed as a host on a TCP/IP network, you can just
11930 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11931 @end table
11932
11933 @node Hitachi Special
11934 @subsubsection Special @value{GDBN} commands for Hitachi micros
11935
11936 Some @value{GDBN} commands are available only for the H8/300:
11937
11938 @table @code
11939
11940 @kindex set machine
11941 @kindex show machine
11942 @item set machine h8300
11943 @itemx set machine h8300h
11944 Condition @value{GDBN} for one of the two variants of the H8/300
11945 architecture with @samp{set machine}. You can use @samp{show machine}
11946 to check which variant is currently in effect.
11947
11948 @end table
11949
11950 @node H8/500
11951 @subsection H8/500
11952
11953 @table @code
11954
11955 @kindex set memory @var{mod}
11956 @cindex memory models, H8/500
11957 @item set memory @var{mod}
11958 @itemx show memory
11959 Specify which H8/500 memory model (@var{mod}) you are using with
11960 @samp{set memory}; check which memory model is in effect with @samp{show
11961 memory}. The accepted values for @var{mod} are @code{small},
11962 @code{big}, @code{medium}, and @code{compact}.
11963
11964 @end table
11965
11966 @node M32R/D
11967 @subsection Mitsubishi M32R/D
11968
11969 @table @code
11970
11971 @kindex target m32r
11972 @item target m32r @var{dev}
11973 Mitsubishi M32R/D ROM monitor.
11974
11975 @end table
11976
11977 @node M68K
11978 @subsection M68k
11979
11980 The Motorola m68k configuration includes ColdFire support, and
11981 target command for the following ROM monitors.
11982
11983 @table @code
11984
11985 @kindex target abug
11986 @item target abug @var{dev}
11987 ABug ROM monitor for M68K.
11988
11989 @kindex target cpu32bug
11990 @item target cpu32bug @var{dev}
11991 CPU32BUG monitor, running on a CPU32 (M68K) board.
11992
11993 @kindex target dbug
11994 @item target dbug @var{dev}
11995 dBUG ROM monitor for Motorola ColdFire.
11996
11997 @kindex target est
11998 @item target est @var{dev}
11999 EST-300 ICE monitor, running on a CPU32 (M68K) board.
12000
12001 @kindex target rom68k
12002 @item target rom68k @var{dev}
12003 ROM 68K monitor, running on an M68K IDP board.
12004
12005 @end table
12006
12007 @table @code
12008
12009 @kindex target rombug
12010 @item target rombug @var{dev}
12011 ROMBUG ROM monitor for OS/9000.
12012
12013 @end table
12014
12015 @node MIPS Embedded
12016 @subsection MIPS Embedded
12017
12018 @cindex MIPS boards
12019 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
12020 MIPS board attached to a serial line. This is available when
12021 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
12022
12023 @need 1000
12024 Use these @value{GDBN} commands to specify the connection to your target board:
12025
12026 @table @code
12027 @item target mips @var{port}
12028 @kindex target mips @var{port}
12029 To run a program on the board, start up @code{@value{GDBP}} with the
12030 name of your program as the argument. To connect to the board, use the
12031 command @samp{target mips @var{port}}, where @var{port} is the name of
12032 the serial port connected to the board. If the program has not already
12033 been downloaded to the board, you may use the @code{load} command to
12034 download it. You can then use all the usual @value{GDBN} commands.
12035
12036 For example, this sequence connects to the target board through a serial
12037 port, and loads and runs a program called @var{prog} through the
12038 debugger:
12039
12040 @smallexample
12041 host$ @value{GDBP} @var{prog}
12042 @value{GDBN} is free software and @dots{}
12043 (@value{GDBP}) target mips /dev/ttyb
12044 (@value{GDBP}) load @var{prog}
12045 (@value{GDBP}) run
12046 @end smallexample
12047
12048 @item target mips @var{hostname}:@var{portnumber}
12049 On some @value{GDBN} host configurations, you can specify a TCP
12050 connection (for instance, to a serial line managed by a terminal
12051 concentrator) instead of a serial port, using the syntax
12052 @samp{@var{hostname}:@var{portnumber}}.
12053
12054 @item target pmon @var{port}
12055 @kindex target pmon @var{port}
12056 PMON ROM monitor.
12057
12058 @item target ddb @var{port}
12059 @kindex target ddb @var{port}
12060 NEC's DDB variant of PMON for Vr4300.
12061
12062 @item target lsi @var{port}
12063 @kindex target lsi @var{port}
12064 LSI variant of PMON.
12065
12066 @kindex target r3900
12067 @item target r3900 @var{dev}
12068 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
12069
12070 @kindex target array
12071 @item target array @var{dev}
12072 Array Tech LSI33K RAID controller board.
12073
12074 @end table
12075
12076
12077 @noindent
12078 @value{GDBN} also supports these special commands for MIPS targets:
12079
12080 @table @code
12081 @item set processor @var{args}
12082 @itemx show processor
12083 @kindex set processor @var{args}
12084 @kindex show processor
12085 Use the @code{set processor} command to set the type of MIPS
12086 processor when you want to access processor-type-specific registers.
12087 For example, @code{set processor @var{r3041}} tells @value{GDBN}
12088 to use the CPU registers appropriate for the 3041 chip.
12089 Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12090 is using. Use the @code{info reg} command to see what registers
12091 @value{GDBN} is using.
12092
12093 @item set mipsfpu double
12094 @itemx set mipsfpu single
12095 @itemx set mipsfpu none
12096 @itemx show mipsfpu
12097 @kindex set mipsfpu
12098 @kindex show mipsfpu
12099 @cindex MIPS remote floating point
12100 @cindex floating point, MIPS remote
12101 If your target board does not support the MIPS floating point
12102 coprocessor, you should use the command @samp{set mipsfpu none} (if you
12103 need this, you may wish to put the command in your @value{GDBN} init
12104 file). This tells @value{GDBN} how to find the return value of
12105 functions which return floating point values. It also allows
12106 @value{GDBN} to avoid saving the floating point registers when calling
12107 functions on the board. If you are using a floating point coprocessor
12108 with only single precision floating point support, as on the @sc{r4650}
12109 processor, use the command @samp{set mipsfpu single}. The default
12110 double precision floating point coprocessor may be selected using
12111 @samp{set mipsfpu double}.
12112
12113 In previous versions the only choices were double precision or no
12114 floating point, so @samp{set mipsfpu on} will select double precision
12115 and @samp{set mipsfpu off} will select no floating point.
12116
12117 As usual, you can inquire about the @code{mipsfpu} variable with
12118 @samp{show mipsfpu}.
12119
12120 @item set remotedebug @var{n}
12121 @itemx show remotedebug
12122 @kindex set remotedebug@r{, MIPS protocol}
12123 @kindex show remotedebug@r{, MIPS protocol}
12124 @cindex @code{remotedebug}, MIPS protocol
12125 @cindex MIPS @code{remotedebug} protocol
12126 @c FIXME! For this to be useful, you must know something about the MIPS
12127 @c FIXME...protocol. Where is it described?
12128 You can see some debugging information about communications with the board
12129 by setting the @code{remotedebug} variable. If you set it to @code{1} using
12130 @samp{set remotedebug 1}, every packet is displayed. If you set it
12131 to @code{2}, every character is displayed. You can check the current value
12132 at any time with the command @samp{show remotedebug}.
12133
12134 @item set timeout @var{seconds}
12135 @itemx set retransmit-timeout @var{seconds}
12136 @itemx show timeout
12137 @itemx show retransmit-timeout
12138 @cindex @code{timeout}, MIPS protocol
12139 @cindex @code{retransmit-timeout}, MIPS protocol
12140 @kindex set timeout
12141 @kindex show timeout
12142 @kindex set retransmit-timeout
12143 @kindex show retransmit-timeout
12144 You can control the timeout used while waiting for a packet, in the MIPS
12145 remote protocol, with the @code{set timeout @var{seconds}} command. The
12146 default is 5 seconds. Similarly, you can control the timeout used while
12147 waiting for an acknowledgement of a packet with the @code{set
12148 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12149 You can inspect both values with @code{show timeout} and @code{show
12150 retransmit-timeout}. (These commands are @emph{only} available when
12151 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
12152
12153 The timeout set by @code{set timeout} does not apply when @value{GDBN}
12154 is waiting for your program to stop. In that case, @value{GDBN} waits
12155 forever because it has no way of knowing how long the program is going
12156 to run before stopping.
12157 @end table
12158
12159 @node OpenRISC 1000
12160 @subsection OpenRISC 1000
12161 @cindex OpenRISC 1000
12162
12163 @cindex or1k boards
12164 See OR1k Architecture document (@uref{www.opencores.org}) for more information
12165 about platform and commands.
12166
12167 @table @code
12168
12169 @kindex target jtag
12170 @item target jtag jtag://@var{host}:@var{port}
12171
12172 Connects to remote JTAG server.
12173 JTAG remote server can be either an or1ksim or JTAG server,
12174 connected via parallel port to the board.
12175
12176 Example: @code{target jtag jtag://localhost:9999}
12177
12178 @kindex or1ksim
12179 @item or1ksim @var{command}
12180 If connected to @code{or1ksim} OpenRISC 1000 Architectural
12181 Simulator, proprietary commands can be executed.
12182
12183 @kindex info or1k spr
12184 @item info or1k spr
12185 Displays spr groups.
12186
12187 @item info or1k spr @var{group}
12188 @itemx info or1k spr @var{groupno}
12189 Displays register names in selected group.
12190
12191 @item info or1k spr @var{group} @var{register}
12192 @itemx info or1k spr @var{register}
12193 @itemx info or1k spr @var{groupno} @var{registerno}
12194 @itemx info or1k spr @var{registerno}
12195 Shows information about specified spr register.
12196
12197 @kindex spr
12198 @item spr @var{group} @var{register} @var{value}
12199 @itemx spr @var{register @var{value}}
12200 @itemx spr @var{groupno} @var{registerno @var{value}}
12201 @itemx spr @var{registerno @var{value}}
12202 Writes @var{value} to specified spr register.
12203 @end table
12204
12205 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12206 It is very similar to @value{GDBN} trace, except it does not interfere with normal
12207 program execution and is thus much faster. Hardware breakpoints/watchpoint
12208 triggers can be set using:
12209 @table @code
12210 @item $LEA/$LDATA
12211 Load effective address/data
12212 @item $SEA/$SDATA
12213 Store effective address/data
12214 @item $AEA/$ADATA
12215 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12216 @item $FETCH
12217 Fetch data
12218 @end table
12219
12220 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12221 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12222
12223 @code{htrace} commands:
12224 @cindex OpenRISC 1000 htrace
12225 @table @code
12226 @kindex hwatch
12227 @item hwatch @var{conditional}
12228 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12229 or Data. For example:
12230
12231 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12232
12233 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12234
12235 @kindex htrace info
12236 @item htrace info
12237 Display information about current HW trace configuration.
12238
12239 @kindex htrace trigger
12240 @item htrace trigger @var{conditional}
12241 Set starting criteria for HW trace.
12242
12243 @kindex htrace qualifier
12244 @item htrace qualifier @var{conditional}
12245 Set acquisition qualifier for HW trace.
12246
12247 @kindex htrace stop
12248 @item htrace stop @var{conditional}
12249 Set HW trace stopping criteria.
12250
12251 @kindex htrace record
12252 @item htrace record [@var{data}]*
12253 Selects the data to be recorded, when qualifier is met and HW trace was
12254 triggered.
12255
12256 @kindex htrace enable
12257 @item htrace enable
12258 @kindex htrace disable
12259 @itemx htrace disable
12260 Enables/disables the HW trace.
12261
12262 @kindex htrace rewind
12263 @item htrace rewind [@var{filename}]
12264 Clears currently recorded trace data.
12265
12266 If filename is specified, new trace file is made and any newly collected data
12267 will be written there.
12268
12269 @kindex htrace print
12270 @item htrace print [@var{start} [@var{len}]]
12271 Prints trace buffer, using current record configuration.
12272
12273 @kindex htrace mode continuous
12274 @item htrace mode continuous
12275 Set continuous trace mode.
12276
12277 @kindex htrace mode suspend
12278 @item htrace mode suspend
12279 Set suspend trace mode.
12280
12281 @end table
12282
12283 @node PowerPC
12284 @subsection PowerPC
12285
12286 @table @code
12287
12288 @kindex target dink32
12289 @item target dink32 @var{dev}
12290 DINK32 ROM monitor.
12291
12292 @kindex target ppcbug
12293 @item target ppcbug @var{dev}
12294 @kindex target ppcbug1
12295 @item target ppcbug1 @var{dev}
12296 PPCBUG ROM monitor for PowerPC.
12297
12298 @kindex target sds
12299 @item target sds @var{dev}
12300 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12301
12302 @end table
12303
12304 @node PA
12305 @subsection HP PA Embedded
12306
12307 @table @code
12308
12309 @kindex target op50n
12310 @item target op50n @var{dev}
12311 OP50N monitor, running on an OKI HPPA board.
12312
12313 @kindex target w89k
12314 @item target w89k @var{dev}
12315 W89K monitor, running on a Winbond HPPA board.
12316
12317 @end table
12318
12319 @node SH
12320 @subsection Hitachi SH
12321
12322 @table @code
12323
12324 @kindex target hms@r{, with Hitachi SH}
12325 @item target hms @var{dev}
12326 A Hitachi SH board attached via serial line to your host. Use special
12327 commands @code{device} and @code{speed} to control the serial line and
12328 the communications speed used.
12329
12330 @kindex target e7000@r{, with Hitachi SH}
12331 @item target e7000 @var{dev}
12332 E7000 emulator for Hitachi SH.
12333
12334 @kindex target sh3@r{, with SH}
12335 @kindex target sh3e@r{, with SH}
12336 @item target sh3 @var{dev}
12337 @item target sh3e @var{dev}
12338 Hitachi SH-3 and SH-3E target systems.
12339
12340 @end table
12341
12342 @node Sparclet
12343 @subsection Tsqware Sparclet
12344
12345 @cindex Sparclet
12346
12347 @value{GDBN} enables developers to debug tasks running on
12348 Sparclet targets from a Unix host.
12349 @value{GDBN} uses code that runs on
12350 both the Unix host and on the Sparclet target. The program
12351 @code{@value{GDBP}} is installed and executed on the Unix host.
12352
12353 @table @code
12354 @item remotetimeout @var{args}
12355 @kindex remotetimeout
12356 @value{GDBN} supports the option @code{remotetimeout}.
12357 This option is set by the user, and @var{args} represents the number of
12358 seconds @value{GDBN} waits for responses.
12359 @end table
12360
12361 @cindex compiling, on Sparclet
12362 When compiling for debugging, include the options @samp{-g} to get debug
12363 information and @samp{-Ttext} to relocate the program to where you wish to
12364 load it on the target. You may also want to add the options @samp{-n} or
12365 @samp{-N} in order to reduce the size of the sections. Example:
12366
12367 @smallexample
12368 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
12369 @end smallexample
12370
12371 You can use @code{objdump} to verify that the addresses are what you intended:
12372
12373 @smallexample
12374 sparclet-aout-objdump --headers --syms prog
12375 @end smallexample
12376
12377 @cindex running, on Sparclet
12378 Once you have set
12379 your Unix execution search path to find @value{GDBN}, you are ready to
12380 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12381 (or @code{sparclet-aout-gdb}, depending on your installation).
12382
12383 @value{GDBN} comes up showing the prompt:
12384
12385 @smallexample
12386 (gdbslet)
12387 @end smallexample
12388
12389 @menu
12390 * Sparclet File:: Setting the file to debug
12391 * Sparclet Connection:: Connecting to Sparclet
12392 * Sparclet Download:: Sparclet download
12393 * Sparclet Execution:: Running and debugging
12394 @end menu
12395
12396 @node Sparclet File
12397 @subsubsection Setting file to debug
12398
12399 The @value{GDBN} command @code{file} lets you choose with program to debug.
12400
12401 @smallexample
12402 (gdbslet) file prog
12403 @end smallexample
12404
12405 @need 1000
12406 @value{GDBN} then attempts to read the symbol table of @file{prog}.
12407 @value{GDBN} locates
12408 the file by searching the directories listed in the command search
12409 path.
12410 If the file was compiled with debug information (option "-g"), source
12411 files will be searched as well.
12412 @value{GDBN} locates
12413 the source files by searching the directories listed in the directory search
12414 path (@pxref{Environment, ,Your program's environment}).
12415 If it fails
12416 to find a file, it displays a message such as:
12417
12418 @smallexample
12419 prog: No such file or directory.
12420 @end smallexample
12421
12422 When this happens, add the appropriate directories to the search paths with
12423 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12424 @code{target} command again.
12425
12426 @node Sparclet Connection
12427 @subsubsection Connecting to Sparclet
12428
12429 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12430 To connect to a target on serial port ``@code{ttya}'', type:
12431
12432 @smallexample
12433 (gdbslet) target sparclet /dev/ttya
12434 Remote target sparclet connected to /dev/ttya
12435 main () at ../prog.c:3
12436 @end smallexample
12437
12438 @need 750
12439 @value{GDBN} displays messages like these:
12440
12441 @smallexample
12442 Connected to ttya.
12443 @end smallexample
12444
12445 @node Sparclet Download
12446 @subsubsection Sparclet download
12447
12448 @cindex download to Sparclet
12449 Once connected to the Sparclet target,
12450 you can use the @value{GDBN}
12451 @code{load} command to download the file from the host to the target.
12452 The file name and load offset should be given as arguments to the @code{load}
12453 command.
12454 Since the file format is aout, the program must be loaded to the starting
12455 address. You can use @code{objdump} to find out what this value is. The load
12456 offset is an offset which is added to the VMA (virtual memory address)
12457 of each of the file's sections.
12458 For instance, if the program
12459 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
12460 and bss at 0x12010170, in @value{GDBN}, type:
12461
12462 @smallexample
12463 (gdbslet) load prog 0x12010000
12464 Loading section .text, size 0xdb0 vma 0x12010000
12465 @end smallexample
12466
12467 If the code is loaded at a different address then what the program was linked
12468 to, you may need to use the @code{section} and @code{add-symbol-file} commands
12469 to tell @value{GDBN} where to map the symbol table.
12470
12471 @node Sparclet Execution
12472 @subsubsection Running and debugging
12473
12474 @cindex running and debugging Sparclet programs
12475 You can now begin debugging the task using @value{GDBN}'s execution control
12476 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12477 manual for the list of commands.
12478
12479 @smallexample
12480 (gdbslet) b main
12481 Breakpoint 1 at 0x12010000: file prog.c, line 3.
12482 (gdbslet) run
12483 Starting program: prog
12484 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
12485 3 char *symarg = 0;
12486 (gdbslet) step
12487 4 char *execarg = "hello!";
12488 (gdbslet)
12489 @end smallexample
12490
12491 @node Sparclite
12492 @subsection Fujitsu Sparclite
12493
12494 @table @code
12495
12496 @kindex target sparclite
12497 @item target sparclite @var{dev}
12498 Fujitsu sparclite boards, used only for the purpose of loading.
12499 You must use an additional command to debug the program.
12500 For example: target remote @var{dev} using @value{GDBN} standard
12501 remote protocol.
12502
12503 @end table
12504
12505 @node ST2000
12506 @subsection Tandem ST2000
12507
12508 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12509 STDBUG protocol.
12510
12511 To connect your ST2000 to the host system, see the manufacturer's
12512 manual. Once the ST2000 is physically attached, you can run:
12513
12514 @smallexample
12515 target st2000 @var{dev} @var{speed}
12516 @end smallexample
12517
12518 @noindent
12519 to establish it as your debugging environment. @var{dev} is normally
12520 the name of a serial device, such as @file{/dev/ttya}, connected to the
12521 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12522 connection (for example, to a serial line attached via a terminal
12523 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
12524
12525 The @code{load} and @code{attach} commands are @emph{not} defined for
12526 this target; you must load your program into the ST2000 as you normally
12527 would for standalone operation. @value{GDBN} reads debugging information
12528 (such as symbols) from a separate, debugging version of the program
12529 available on your host computer.
12530 @c FIXME!! This is terribly vague; what little content is here is
12531 @c basically hearsay.
12532
12533 @cindex ST2000 auxiliary commands
12534 These auxiliary @value{GDBN} commands are available to help you with the ST2000
12535 environment:
12536
12537 @table @code
12538 @item st2000 @var{command}
12539 @kindex st2000 @var{cmd}
12540 @cindex STDBUG commands (ST2000)
12541 @cindex commands to STDBUG (ST2000)
12542 Send a @var{command} to the STDBUG monitor. See the manufacturer's
12543 manual for available commands.
12544
12545 @item connect
12546 @cindex connect (to STDBUG)
12547 Connect the controlling terminal to the STDBUG command monitor. When
12548 you are done interacting with STDBUG, typing either of two character
12549 sequences gets you back to the @value{GDBN} command prompt:
12550 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
12551 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
12552 @end table
12553
12554 @node Z8000
12555 @subsection Zilog Z8000
12556
12557 @cindex Z8000
12558 @cindex simulator, Z8000
12559 @cindex Zilog Z8000 simulator
12560
12561 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12562 a Z8000 simulator.
12563
12564 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12565 unsegmented variant of the Z8000 architecture) or the Z8001 (the
12566 segmented variant). The simulator recognizes which architecture is
12567 appropriate by inspecting the object code.
12568
12569 @table @code
12570 @item target sim @var{args}
12571 @kindex sim
12572 @kindex target sim@r{, with Z8000}
12573 Debug programs on a simulated CPU. If the simulator supports setup
12574 options, specify them via @var{args}.
12575 @end table
12576
12577 @noindent
12578 After specifying this target, you can debug programs for the simulated
12579 CPU in the same style as programs for your host computer; use the
12580 @code{file} command to load a new program image, the @code{run} command
12581 to run your program, and so on.
12582
12583 As well as making available all the usual machine registers
12584 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12585 additional items of information as specially named registers:
12586
12587 @table @code
12588
12589 @item cycles
12590 Counts clock-ticks in the simulator.
12591
12592 @item insts
12593 Counts instructions run in the simulator.
12594
12595 @item time
12596 Execution time in 60ths of a second.
12597
12598 @end table
12599
12600 You can refer to these values in @value{GDBN} expressions with the usual
12601 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12602 conditional breakpoint that suspends only after at least 5000
12603 simulated clock ticks.
12604
12605 @node Architectures
12606 @section Architectures
12607
12608 This section describes characteristics of architectures that affect
12609 all uses of @value{GDBN} with the architecture, both native and cross.
12610
12611 @menu
12612 * A29K::
12613 * Alpha::
12614 * MIPS::
12615 @end menu
12616
12617 @node A29K
12618 @subsection A29K
12619
12620 @table @code
12621
12622 @kindex set rstack_high_address
12623 @cindex AMD 29K register stack
12624 @cindex register stack, AMD29K
12625 @item set rstack_high_address @var{address}
12626 On AMD 29000 family processors, registers are saved in a separate
12627 @dfn{register stack}. There is no way for @value{GDBN} to determine the
12628 extent of this stack. Normally, @value{GDBN} just assumes that the
12629 stack is ``large enough''. This may result in @value{GDBN} referencing
12630 memory locations that do not exist. If necessary, you can get around
12631 this problem by specifying the ending address of the register stack with
12632 the @code{set rstack_high_address} command. The argument should be an
12633 address, which you probably want to precede with @samp{0x} to specify in
12634 hexadecimal.
12635
12636 @kindex show rstack_high_address
12637 @item show rstack_high_address
12638 Display the current limit of the register stack, on AMD 29000 family
12639 processors.
12640
12641 @end table
12642
12643 @node Alpha
12644 @subsection Alpha
12645
12646 See the following section.
12647
12648 @node MIPS
12649 @subsection MIPS
12650
12651 @cindex stack on Alpha
12652 @cindex stack on MIPS
12653 @cindex Alpha stack
12654 @cindex MIPS stack
12655 Alpha- and MIPS-based computers use an unusual stack frame, which
12656 sometimes requires @value{GDBN} to search backward in the object code to
12657 find the beginning of a function.
12658
12659 @cindex response time, MIPS debugging
12660 To improve response time (especially for embedded applications, where
12661 @value{GDBN} may be restricted to a slow serial line for this search)
12662 you may want to limit the size of this search, using one of these
12663 commands:
12664
12665 @table @code
12666 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
12667 @item set heuristic-fence-post @var{limit}
12668 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12669 search for the beginning of a function. A value of @var{0} (the
12670 default) means there is no limit. However, except for @var{0}, the
12671 larger the limit the more bytes @code{heuristic-fence-post} must search
12672 and therefore the longer it takes to run.
12673
12674 @item show heuristic-fence-post
12675 Display the current limit.
12676 @end table
12677
12678 @noindent
12679 These commands are available @emph{only} when @value{GDBN} is configured
12680 for debugging programs on Alpha or MIPS processors.
12681
12682
12683 @node Controlling GDB
12684 @chapter Controlling @value{GDBN}
12685
12686 You can alter the way @value{GDBN} interacts with you by using the
12687 @code{set} command. For commands controlling how @value{GDBN} displays
12688 data, see @ref{Print Settings, ,Print settings}. Other settings are
12689 described here.
12690
12691 @menu
12692 * Prompt:: Prompt
12693 * Editing:: Command editing
12694 * History:: Command history
12695 * Screen Size:: Screen size
12696 * Numbers:: Numbers
12697 * ABI:: Configuring the current ABI
12698 * Messages/Warnings:: Optional warnings and messages
12699 * Debugging Output:: Optional messages about internal happenings
12700 @end menu
12701
12702 @node Prompt
12703 @section Prompt
12704
12705 @cindex prompt
12706
12707 @value{GDBN} indicates its readiness to read a command by printing a string
12708 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12709 can change the prompt string with the @code{set prompt} command. For
12710 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12711 the prompt in one of the @value{GDBN} sessions so that you can always tell
12712 which one you are talking to.
12713
12714 @emph{Note:} @code{set prompt} does not add a space for you after the
12715 prompt you set. This allows you to set a prompt which ends in a space
12716 or a prompt that does not.
12717
12718 @table @code
12719 @kindex set prompt
12720 @item set prompt @var{newprompt}
12721 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
12722
12723 @kindex show prompt
12724 @item show prompt
12725 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
12726 @end table
12727
12728 @node Editing
12729 @section Command editing
12730 @cindex readline
12731 @cindex command line editing
12732
12733 @value{GDBN} reads its input commands via the @dfn{readline} interface. This
12734 @sc{gnu} library provides consistent behavior for programs which provide a
12735 command line interface to the user. Advantages are @sc{gnu} Emacs-style
12736 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12737 substitution, and a storage and recall of command history across
12738 debugging sessions.
12739
12740 You may control the behavior of command line editing in @value{GDBN} with the
12741 command @code{set}.
12742
12743 @table @code
12744 @kindex set editing
12745 @cindex editing
12746 @item set editing
12747 @itemx set editing on
12748 Enable command line editing (enabled by default).
12749
12750 @item set editing off
12751 Disable command line editing.
12752
12753 @kindex show editing
12754 @item show editing
12755 Show whether command line editing is enabled.
12756 @end table
12757
12758 @node History
12759 @section Command history
12760
12761 @value{GDBN} can keep track of the commands you type during your
12762 debugging sessions, so that you can be certain of precisely what
12763 happened. Use these commands to manage the @value{GDBN} command
12764 history facility.
12765
12766 @table @code
12767 @cindex history substitution
12768 @cindex history file
12769 @kindex set history filename
12770 @kindex GDBHISTFILE
12771 @item set history filename @var{fname}
12772 Set the name of the @value{GDBN} command history file to @var{fname}.
12773 This is the file where @value{GDBN} reads an initial command history
12774 list, and where it writes the command history from this session when it
12775 exits. You can access this list through history expansion or through
12776 the history command editing characters listed below. This file defaults
12777 to the value of the environment variable @code{GDBHISTFILE}, or to
12778 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12779 is not set.
12780
12781 @cindex history save
12782 @kindex set history save
12783 @item set history save
12784 @itemx set history save on
12785 Record command history in a file, whose name may be specified with the
12786 @code{set history filename} command. By default, this option is disabled.
12787
12788 @item set history save off
12789 Stop recording command history in a file.
12790
12791 @cindex history size
12792 @kindex set history size
12793 @item set history size @var{size}
12794 Set the number of commands which @value{GDBN} keeps in its history list.
12795 This defaults to the value of the environment variable
12796 @code{HISTSIZE}, or to 256 if this variable is not set.
12797 @end table
12798
12799 @cindex history expansion
12800 History expansion assigns special meaning to the character @kbd{!}.
12801 @ifset have-readline-appendices
12802 @xref{Event Designators}.
12803 @end ifset
12804
12805 Since @kbd{!} is also the logical not operator in C, history expansion
12806 is off by default. If you decide to enable history expansion with the
12807 @code{set history expansion on} command, you may sometimes need to
12808 follow @kbd{!} (when it is used as logical not, in an expression) with
12809 a space or a tab to prevent it from being expanded. The readline
12810 history facilities do not attempt substitution on the strings
12811 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12812
12813 The commands to control history expansion are:
12814
12815 @table @code
12816 @kindex set history expansion
12817 @item set history expansion on
12818 @itemx set history expansion
12819 Enable history expansion. History expansion is off by default.
12820
12821 @item set history expansion off
12822 Disable history expansion.
12823
12824 The readline code comes with more complete documentation of
12825 editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12826 or @code{vi} may wish to read it.
12827 @ifset have-readline-appendices
12828 @xref{Command Line Editing}.
12829 @end ifset
12830
12831 @c @group
12832 @kindex show history
12833 @item show history
12834 @itemx show history filename
12835 @itemx show history save
12836 @itemx show history size
12837 @itemx show history expansion
12838 These commands display the state of the @value{GDBN} history parameters.
12839 @code{show history} by itself displays all four states.
12840 @c @end group
12841 @end table
12842
12843 @table @code
12844 @kindex shows
12845 @item show commands
12846 Display the last ten commands in the command history.
12847
12848 @item show commands @var{n}
12849 Print ten commands centered on command number @var{n}.
12850
12851 @item show commands +
12852 Print ten commands just after the commands last printed.
12853 @end table
12854
12855 @node Screen Size
12856 @section Screen size
12857 @cindex size of screen
12858 @cindex pauses in output
12859
12860 Certain commands to @value{GDBN} may produce large amounts of
12861 information output to the screen. To help you read all of it,
12862 @value{GDBN} pauses and asks you for input at the end of each page of
12863 output. Type @key{RET} when you want to continue the output, or @kbd{q}
12864 to discard the remaining output. Also, the screen width setting
12865 determines when to wrap lines of output. Depending on what is being
12866 printed, @value{GDBN} tries to break the line at a readable place,
12867 rather than simply letting it overflow onto the following line.
12868
12869 Normally @value{GDBN} knows the size of the screen from the terminal
12870 driver software. For example, on Unix @value{GDBN} uses the termcap data base
12871 together with the value of the @code{TERM} environment variable and the
12872 @code{stty rows} and @code{stty cols} settings. If this is not correct,
12873 you can override it with the @code{set height} and @code{set
12874 width} commands:
12875
12876 @table @code
12877 @kindex set height
12878 @kindex set width
12879 @kindex show width
12880 @kindex show height
12881 @item set height @var{lpp}
12882 @itemx show height
12883 @itemx set width @var{cpl}
12884 @itemx show width
12885 These @code{set} commands specify a screen height of @var{lpp} lines and
12886 a screen width of @var{cpl} characters. The associated @code{show}
12887 commands display the current settings.
12888
12889 If you specify a height of zero lines, @value{GDBN} does not pause during
12890 output no matter how long the output is. This is useful if output is to a
12891 file or to an editor buffer.
12892
12893 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12894 from wrapping its output.
12895 @end table
12896
12897 @node Numbers
12898 @section Numbers
12899 @cindex number representation
12900 @cindex entering numbers
12901
12902 You can always enter numbers in octal, decimal, or hexadecimal in
12903 @value{GDBN} by the usual conventions: octal numbers begin with
12904 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12905 begin with @samp{0x}. Numbers that begin with none of these are, by
12906 default, entered in base 10; likewise, the default display for
12907 numbers---when no particular format is specified---is base 10. You can
12908 change the default base for both input and output with the @code{set
12909 radix} command.
12910
12911 @table @code
12912 @kindex set input-radix
12913 @item set input-radix @var{base}
12914 Set the default base for numeric input. Supported choices
12915 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12916 specified either unambiguously or using the current default radix; for
12917 example, any of
12918
12919 @smallexample
12920 set radix 012
12921 set radix 10.
12922 set radix 0xa
12923 @end smallexample
12924
12925 @noindent
12926 sets the base to decimal. On the other hand, @samp{set radix 10}
12927 leaves the radix unchanged no matter what it was.
12928
12929 @kindex set output-radix
12930 @item set output-radix @var{base}
12931 Set the default base for numeric display. Supported choices
12932 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12933 specified either unambiguously or using the current default radix.
12934
12935 @kindex show input-radix
12936 @item show input-radix
12937 Display the current default base for numeric input.
12938
12939 @kindex show output-radix
12940 @item show output-radix
12941 Display the current default base for numeric display.
12942 @end table
12943
12944 @node ABI
12945 @section Configuring the current ABI
12946
12947 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
12948 application automatically. However, sometimes you need to override its
12949 conclusions. Use these commands to manage @value{GDBN}'s view of the
12950 current ABI.
12951
12952 @cindex OS ABI
12953 @kindex set osabi
12954 @kindex show osabi
12955
12956 One @value{GDBN} configuration can debug binaries for multiple operating
12957 system targets, either via remote debugging or native emulation.
12958 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
12959 but you can override its conclusion using the @code{set osabi} command.
12960 One example where this is useful is in debugging of binaries which use
12961 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
12962 not have the same identifying marks that the standard C library for your
12963 platform provides.
12964
12965 @table @code
12966 @item show osabi
12967 Show the OS ABI currently in use.
12968
12969 @item set osabi
12970 With no argument, show the list of registered available OS ABI's.
12971
12972 @item set osabi @var{abi}
12973 Set the current OS ABI to @var{abi}.
12974 @end table
12975
12976 @cindex float promotion
12977 @kindex set coerce-float-to-double
12978
12979 Generally, the way that an argument of type @code{float} is passed to a
12980 function depends on whether the function is prototyped. For a prototyped
12981 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
12982 according to the architecture's convention for @code{float}. For unprototyped
12983 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
12984 @code{double} and then passed.
12985
12986 Unfortunately, some forms of debug information do not reliably indicate whether
12987 a function is prototyped. If @value{GDBN} calls a function that is not marked
12988 as prototyped, it consults @kbd{set coerce-float-to-double}.
12989
12990 @table @code
12991 @item set coerce-float-to-double
12992 @itemx set coerce-float-to-double on
12993 Arguments of type @code{float} will be promoted to @code{double} when passed
12994 to an unprototyped function. This is the default setting.
12995
12996 @item set coerce-float-to-double off
12997 Arguments of type @code{float} will be passed directly to unprototyped
12998 functions.
12999 @end table
13000
13001 @kindex set cp-abi
13002 @kindex show cp-abi
13003 @value{GDBN} needs to know the ABI used for your program's C@t{++}
13004 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13005 used to build your application. @value{GDBN} only fully supports
13006 programs with a single C@t{++} ABI; if your program contains code using
13007 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13008 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13009 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13010 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13011 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13012 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13013 ``auto''.
13014
13015 @table @code
13016 @item show cp-abi
13017 Show the C@t{++} ABI currently in use.
13018
13019 @item set cp-abi
13020 With no argument, show the list of supported C@t{++} ABI's.
13021
13022 @item set cp-abi @var{abi}
13023 @itemx set cp-abi auto
13024 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13025 @end table
13026
13027 @node Messages/Warnings
13028 @section Optional warnings and messages
13029
13030 By default, @value{GDBN} is silent about its inner workings. If you are
13031 running on a slow machine, you may want to use the @code{set verbose}
13032 command. This makes @value{GDBN} tell you when it does a lengthy
13033 internal operation, so you will not think it has crashed.
13034
13035 Currently, the messages controlled by @code{set verbose} are those
13036 which announce that the symbol table for a source file is being read;
13037 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
13038
13039 @table @code
13040 @kindex set verbose
13041 @item set verbose on
13042 Enables @value{GDBN} output of certain informational messages.
13043
13044 @item set verbose off
13045 Disables @value{GDBN} output of certain informational messages.
13046
13047 @kindex show verbose
13048 @item show verbose
13049 Displays whether @code{set verbose} is on or off.
13050 @end table
13051
13052 By default, if @value{GDBN} encounters bugs in the symbol table of an
13053 object file, it is silent; but if you are debugging a compiler, you may
13054 find this information useful (@pxref{Symbol Errors, ,Errors reading
13055 symbol files}).
13056
13057 @table @code
13058
13059 @kindex set complaints
13060 @item set complaints @var{limit}
13061 Permits @value{GDBN} to output @var{limit} complaints about each type of
13062 unusual symbols before becoming silent about the problem. Set
13063 @var{limit} to zero to suppress all complaints; set it to a large number
13064 to prevent complaints from being suppressed.
13065
13066 @kindex show complaints
13067 @item show complaints
13068 Displays how many symbol complaints @value{GDBN} is permitted to produce.
13069
13070 @end table
13071
13072 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13073 lot of stupid questions to confirm certain commands. For example, if
13074 you try to run a program which is already running:
13075
13076 @smallexample
13077 (@value{GDBP}) run
13078 The program being debugged has been started already.
13079 Start it from the beginning? (y or n)
13080 @end smallexample
13081
13082 If you are willing to unflinchingly face the consequences of your own
13083 commands, you can disable this ``feature'':
13084
13085 @table @code
13086
13087 @kindex set confirm
13088 @cindex flinching
13089 @cindex confirmation
13090 @cindex stupid questions
13091 @item set confirm off
13092 Disables confirmation requests.
13093
13094 @item set confirm on
13095 Enables confirmation requests (the default).
13096
13097 @kindex show confirm
13098 @item show confirm
13099 Displays state of confirmation requests.
13100
13101 @end table
13102
13103 @node Debugging Output
13104 @section Optional messages about internal happenings
13105 @table @code
13106 @kindex set debug arch
13107 @item set debug arch
13108 Turns on or off display of gdbarch debugging info. The default is off
13109 @kindex show debug arch
13110 @item show debug arch
13111 Displays the current state of displaying gdbarch debugging info.
13112 @kindex set debug event
13113 @item set debug event
13114 Turns on or off display of @value{GDBN} event debugging info. The
13115 default is off.
13116 @kindex show debug event
13117 @item show debug event
13118 Displays the current state of displaying @value{GDBN} event debugging
13119 info.
13120 @kindex set debug expression
13121 @item set debug expression
13122 Turns on or off display of @value{GDBN} expression debugging info. The
13123 default is off.
13124 @kindex show debug expression
13125 @item show debug expression
13126 Displays the current state of displaying @value{GDBN} expression
13127 debugging info.
13128 @kindex set debug frame
13129 @item set debug frame
13130 Turns on or off display of @value{GDBN} frame debugging info. The
13131 default is off.
13132 @kindex show debug frame
13133 @item show debug frame
13134 Displays the current state of displaying @value{GDBN} frame debugging
13135 info.
13136 @kindex set debug overload
13137 @item set debug overload
13138 Turns on or off display of @value{GDBN} C@t{++} overload debugging
13139 info. This includes info such as ranking of functions, etc. The default
13140 is off.
13141 @kindex show debug overload
13142 @item show debug overload
13143 Displays the current state of displaying @value{GDBN} C@t{++} overload
13144 debugging info.
13145 @kindex set debug remote
13146 @cindex packets, reporting on stdout
13147 @cindex serial connections, debugging
13148 @item set debug remote
13149 Turns on or off display of reports on all packets sent back and forth across
13150 the serial line to the remote machine. The info is printed on the
13151 @value{GDBN} standard output stream. The default is off.
13152 @kindex show debug remote
13153 @item show debug remote
13154 Displays the state of display of remote packets.
13155 @kindex set debug serial
13156 @item set debug serial
13157 Turns on or off display of @value{GDBN} serial debugging info. The
13158 default is off.
13159 @kindex show debug serial
13160 @item show debug serial
13161 Displays the current state of displaying @value{GDBN} serial debugging
13162 info.
13163 @kindex set debug target
13164 @item set debug target
13165 Turns on or off display of @value{GDBN} target debugging info. This info
13166 includes what is going on at the target level of GDB, as it happens. The
13167 default is off.
13168 @kindex show debug target
13169 @item show debug target
13170 Displays the current state of displaying @value{GDBN} target debugging
13171 info.
13172 @kindex set debug varobj
13173 @item set debug varobj
13174 Turns on or off display of @value{GDBN} variable object debugging
13175 info. The default is off.
13176 @kindex show debug varobj
13177 @item show debug varobj
13178 Displays the current state of displaying @value{GDBN} variable object
13179 debugging info.
13180 @end table
13181
13182 @node Sequences
13183 @chapter Canned Sequences of Commands
13184
13185 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13186 command lists}), @value{GDBN} provides two ways to store sequences of
13187 commands for execution as a unit: user-defined commands and command
13188 files.
13189
13190 @menu
13191 * Define:: User-defined commands
13192 * Hooks:: User-defined command hooks
13193 * Command Files:: Command files
13194 * Output:: Commands for controlled output
13195 @end menu
13196
13197 @node Define
13198 @section User-defined commands
13199
13200 @cindex user-defined command
13201 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13202 which you assign a new name as a command. This is done with the
13203 @code{define} command. User commands may accept up to 10 arguments
13204 separated by whitespace. Arguments are accessed within the user command
13205 via @var{$arg0@dots{}$arg9}. A trivial example:
13206
13207 @smallexample
13208 define adder
13209 print $arg0 + $arg1 + $arg2
13210 @end smallexample
13211
13212 @noindent
13213 To execute the command use:
13214
13215 @smallexample
13216 adder 1 2 3
13217 @end smallexample
13218
13219 @noindent
13220 This defines the command @code{adder}, which prints the sum of
13221 its three arguments. Note the arguments are text substitutions, so they may
13222 reference variables, use complex expressions, or even perform inferior
13223 functions calls.
13224
13225 @table @code
13226
13227 @kindex define
13228 @item define @var{commandname}
13229 Define a command named @var{commandname}. If there is already a command
13230 by that name, you are asked to confirm that you want to redefine it.
13231
13232 The definition of the command is made up of other @value{GDBN} command lines,
13233 which are given following the @code{define} command. The end of these
13234 commands is marked by a line containing @code{end}.
13235
13236 @kindex if
13237 @kindex else
13238 @item if
13239 Takes a single argument, which is an expression to evaluate.
13240 It is followed by a series of commands that are executed
13241 only if the expression is true (nonzero).
13242 There can then optionally be a line @code{else}, followed
13243 by a series of commands that are only executed if the expression
13244 was false. The end of the list is marked by a line containing @code{end}.
13245
13246 @kindex while
13247 @item while
13248 The syntax is similar to @code{if}: the command takes a single argument,
13249 which is an expression to evaluate, and must be followed by the commands to
13250 execute, one per line, terminated by an @code{end}.
13251 The commands are executed repeatedly as long as the expression
13252 evaluates to true.
13253
13254 @kindex document
13255 @item document @var{commandname}
13256 Document the user-defined command @var{commandname}, so that it can be
13257 accessed by @code{help}. The command @var{commandname} must already be
13258 defined. This command reads lines of documentation just as @code{define}
13259 reads the lines of the command definition, ending with @code{end}.
13260 After the @code{document} command is finished, @code{help} on command
13261 @var{commandname} displays the documentation you have written.
13262
13263 You may use the @code{document} command again to change the
13264 documentation of a command. Redefining the command with @code{define}
13265 does not change the documentation.
13266
13267 @kindex help user-defined
13268 @item help user-defined
13269 List all user-defined commands, with the first line of the documentation
13270 (if any) for each.
13271
13272 @kindex show user
13273 @item show user
13274 @itemx show user @var{commandname}
13275 Display the @value{GDBN} commands used to define @var{commandname} (but
13276 not its documentation). If no @var{commandname} is given, display the
13277 definitions for all user-defined commands.
13278
13279 @kindex show max-user-call-depth
13280 @kindex set max-user-call-depth
13281 @item show max-user-call-depth
13282 @itemx set max-user-call-depth
13283 The value of @code{max-user-call-depth} controls how many recursion
13284 levels are allowed in user-defined commands before GDB suspects an
13285 infinite recursion and aborts the command.
13286
13287 @end table
13288
13289 When user-defined commands are executed, the
13290 commands of the definition are not printed. An error in any command
13291 stops execution of the user-defined command.
13292
13293 If used interactively, commands that would ask for confirmation proceed
13294 without asking when used inside a user-defined command. Many @value{GDBN}
13295 commands that normally print messages to say what they are doing omit the
13296 messages when used in a user-defined command.
13297
13298 @node Hooks
13299 @section User-defined command hooks
13300 @cindex command hooks
13301 @cindex hooks, for commands
13302 @cindex hooks, pre-command
13303
13304 @kindex hook
13305 @kindex hook-
13306 You may define @dfn{hooks}, which are a special kind of user-defined
13307 command. Whenever you run the command @samp{foo}, if the user-defined
13308 command @samp{hook-foo} exists, it is executed (with no arguments)
13309 before that command.
13310
13311 @cindex hooks, post-command
13312 @kindex hookpost
13313 @kindex hookpost-
13314 A hook may also be defined which is run after the command you executed.
13315 Whenever you run the command @samp{foo}, if the user-defined command
13316 @samp{hookpost-foo} exists, it is executed (with no arguments) after
13317 that command. Post-execution hooks may exist simultaneously with
13318 pre-execution hooks, for the same command.
13319
13320 It is valid for a hook to call the command which it hooks. If this
13321 occurs, the hook is not re-executed, thereby avoiding infinte recursion.
13322
13323 @c It would be nice if hookpost could be passed a parameter indicating
13324 @c if the command it hooks executed properly or not. FIXME!
13325
13326 @kindex stop@r{, a pseudo-command}
13327 In addition, a pseudo-command, @samp{stop} exists. Defining
13328 (@samp{hook-stop}) makes the associated commands execute every time
13329 execution stops in your program: before breakpoint commands are run,
13330 displays are printed, or the stack frame is printed.
13331
13332 For example, to ignore @code{SIGALRM} signals while
13333 single-stepping, but treat them normally during normal execution,
13334 you could define:
13335
13336 @smallexample
13337 define hook-stop
13338 handle SIGALRM nopass
13339 end
13340
13341 define hook-run
13342 handle SIGALRM pass
13343 end
13344
13345 define hook-continue
13346 handle SIGLARM pass
13347 end
13348 @end smallexample
13349
13350 As a further example, to hook at the begining and end of the @code{echo}
13351 command, and to add extra text to the beginning and end of the message,
13352 you could define:
13353
13354 @smallexample
13355 define hook-echo
13356 echo <<<---
13357 end
13358
13359 define hookpost-echo
13360 echo --->>>\n
13361 end
13362
13363 (@value{GDBP}) echo Hello World
13364 <<<---Hello World--->>>
13365 (@value{GDBP})
13366
13367 @end smallexample
13368
13369 You can define a hook for any single-word command in @value{GDBN}, but
13370 not for command aliases; you should define a hook for the basic command
13371 name, e.g. @code{backtrace} rather than @code{bt}.
13372 @c FIXME! So how does Joe User discover whether a command is an alias
13373 @c or not?
13374 If an error occurs during the execution of your hook, execution of
13375 @value{GDBN} commands stops and @value{GDBN} issues a prompt
13376 (before the command that you actually typed had a chance to run).
13377
13378 If you try to define a hook which does not match any known command, you
13379 get a warning from the @code{define} command.
13380
13381 @node Command Files
13382 @section Command files
13383
13384 @cindex command files
13385 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13386 commands. Comments (lines starting with @kbd{#}) may also be included.
13387 An empty line in a command file does nothing; it does not mean to repeat
13388 the last command, as it would from the terminal.
13389
13390 @cindex init file
13391 @cindex @file{.gdbinit}
13392 @cindex @file{gdb.ini}
13393 When you start @value{GDBN}, it automatically executes commands from its
13394 @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13395 port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13396 limitations of file names imposed by DOS filesystems.}.
13397 During startup, @value{GDBN} does the following:
13398
13399 @enumerate
13400 @item
13401 Reads the init file (if any) in your home directory@footnote{On
13402 DOS/Windows systems, the home directory is the one pointed to by the
13403 @code{HOME} environment variable.}.
13404
13405 @item
13406 Processes command line options and operands.
13407
13408 @item
13409 Reads the init file (if any) in the current working directory.
13410
13411 @item
13412 Reads command files specified by the @samp{-x} option.
13413 @end enumerate
13414
13415 The init file in your home directory can set options (such as @samp{set
13416 complaints}) that affect subsequent processing of command line options
13417 and operands. Init files are not executed if you use the @samp{-nx}
13418 option (@pxref{Mode Options, ,Choosing modes}).
13419
13420 @cindex init file name
13421 On some configurations of @value{GDBN}, the init file is known by a
13422 different name (these are typically environments where a specialized
13423 form of @value{GDBN} may need to coexist with other forms, hence a
13424 different name for the specialized version's init file). These are the
13425 environments with special init file names:
13426
13427 @cindex @file{.vxgdbinit}
13428 @itemize @bullet
13429 @item
13430 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
13431
13432 @cindex @file{.os68gdbinit}
13433 @item
13434 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
13435
13436 @cindex @file{.esgdbinit}
13437 @item
13438 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13439 @end itemize
13440
13441 You can also request the execution of a command file with the
13442 @code{source} command:
13443
13444 @table @code
13445 @kindex source
13446 @item source @var{filename}
13447 Execute the command file @var{filename}.
13448 @end table
13449
13450 The lines in a command file are executed sequentially. They are not
13451 printed as they are executed. An error in any command terminates
13452 execution of the command file and control is returned to the console.
13453
13454 Commands that would ask for confirmation if used interactively proceed
13455 without asking when used in a command file. Many @value{GDBN} commands that
13456 normally print messages to say what they are doing omit the messages
13457 when called from command files.
13458
13459 @value{GDBN} also accepts command input from standard input. In this
13460 mode, normal output goes to standard output and error output goes to
13461 standard error. Errors in a command file supplied on standard input do
13462 not terminate execution of the command file --- execution continues with
13463 the next command.
13464
13465 @smallexample
13466 gdb < cmds > log 2>&1
13467 @end smallexample
13468
13469 (The syntax above will vary depending on the shell used.) This example
13470 will execute commands from the file @file{cmds}. All output and errors
13471 would be directed to @file{log}.
13472
13473 @node Output
13474 @section Commands for controlled output
13475
13476 During the execution of a command file or a user-defined command, normal
13477 @value{GDBN} output is suppressed; the only output that appears is what is
13478 explicitly printed by the commands in the definition. This section
13479 describes three commands useful for generating exactly the output you
13480 want.
13481
13482 @table @code
13483 @kindex echo
13484 @item echo @var{text}
13485 @c I do not consider backslash-space a standard C escape sequence
13486 @c because it is not in ANSI.
13487 Print @var{text}. Nonprinting characters can be included in
13488 @var{text} using C escape sequences, such as @samp{\n} to print a
13489 newline. @strong{No newline is printed unless you specify one.}
13490 In addition to the standard C escape sequences, a backslash followed
13491 by a space stands for a space. This is useful for displaying a
13492 string with spaces at the beginning or the end, since leading and
13493 trailing spaces are otherwise trimmed from all arguments.
13494 To print @samp{@w{ }and foo =@w{ }}, use the command
13495 @samp{echo \@w{ }and foo = \@w{ }}.
13496
13497 A backslash at the end of @var{text} can be used, as in C, to continue
13498 the command onto subsequent lines. For example,
13499
13500 @smallexample
13501 echo This is some text\n\
13502 which is continued\n\
13503 onto several lines.\n
13504 @end smallexample
13505
13506 produces the same output as
13507
13508 @smallexample
13509 echo This is some text\n
13510 echo which is continued\n
13511 echo onto several lines.\n
13512 @end smallexample
13513
13514 @kindex output
13515 @item output @var{expression}
13516 Print the value of @var{expression} and nothing but that value: no
13517 newlines, no @samp{$@var{nn} = }. The value is not entered in the
13518 value history either. @xref{Expressions, ,Expressions}, for more information
13519 on expressions.
13520
13521 @item output/@var{fmt} @var{expression}
13522 Print the value of @var{expression} in format @var{fmt}. You can use
13523 the same formats as for @code{print}. @xref{Output Formats,,Output
13524 formats}, for more information.
13525
13526 @kindex printf
13527 @item printf @var{string}, @var{expressions}@dots{}
13528 Print the values of the @var{expressions} under the control of
13529 @var{string}. The @var{expressions} are separated by commas and may be
13530 either numbers or pointers. Their values are printed as specified by
13531 @var{string}, exactly as if your program were to execute the C
13532 subroutine
13533 @c FIXME: the above implies that at least all ANSI C formats are
13534 @c supported, but it isn't true: %E and %G don't work (or so it seems).
13535 @c Either this is a bug, or the manual should document what formats are
13536 @c supported.
13537
13538 @smallexample
13539 printf (@var{string}, @var{expressions}@dots{});
13540 @end smallexample
13541
13542 For example, you can print two values in hex like this:
13543
13544 @smallexample
13545 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13546 @end smallexample
13547
13548 The only backslash-escape sequences that you can use in the format
13549 string are the simple ones that consist of backslash followed by a
13550 letter.
13551 @end table
13552
13553 @node Interpreters
13554 @chapter Command Interpreters
13555 @cindex command interpreters
13556
13557 @value{GDBN} supports multiple command interpreters, and some command
13558 infrastructure to allow users or user interface writers to switch
13559 between interpreters or run commands in other interpreters.
13560
13561 @value{GDBN} currently supports two command interpreters, the console
13562 interpreter (sometimes called the command-line interpreter or @sc{cli})
13563 and the machine interface interpreter (or @sc{gdb/mi}). This manual
13564 describes both of these interfaces in great detail.
13565
13566 By default, @value{GDBN} will start with the console interpreter.
13567 However, the user may choose to start @value{GDBN} with another
13568 interpreter by specifying the @option{-i} or @option{--interpreter}
13569 startup options. Defined interpreters include:
13570
13571 @table @code
13572 @item console
13573 @cindex console interpreter
13574 The traditional console or command-line interpreter. This is the most often
13575 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13576 @value{GDBN} will use this interpreter.
13577
13578 @item mi
13579 @cindex mi interpreter
13580 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13581 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13582 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13583 Interface}.
13584
13585 @item mi2
13586 @cindex mi2 interpreter
13587 The current @sc{gdb/mi} interface.
13588
13589 @item mi1
13590 @cindex mi1 interpreter
13591 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13592
13593 @end table
13594
13595 @cindex invoke another interpreter
13596 The interpreter being used by @value{GDBN} may not be dynamically
13597 switched at runtime. Although possible, this could lead to a very
13598 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13599 enters the command "interpreter-set console" in a console view,
13600 @value{GDBN} would switch to using the console interpreter, rendering
13601 the IDE inoperable!
13602
13603 @kindex interpreter-exec
13604 Although you may only choose a single interpreter at startup, you may execute
13605 commands in any interpreter from the current interpreter using the appropriate
13606 command. If you are running the console interpreter, simply use the
13607 @code{interpreter-exec} command:
13608
13609 @smallexample
13610 interpreter-exec mi "-data-list-register-names"
13611 @end smallexample
13612
13613 @sc{gdb/mi} has a similar command, although it is only available in versions of
13614 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13615
13616 @node TUI
13617 @chapter @value{GDBN} Text User Interface
13618 @cindex TUI
13619
13620 @menu
13621 * TUI Overview:: TUI overview
13622 * TUI Keys:: TUI key bindings
13623 * TUI Single Key Mode:: TUI single key mode
13624 * TUI Commands:: TUI specific commands
13625 * TUI Configuration:: TUI configuration variables
13626 @end menu
13627
13628 The @value{GDBN} Text User Interface, TUI in short,
13629 is a terminal interface which uses the @code{curses} library
13630 to show the source file, the assembly output, the program registers
13631 and @value{GDBN} commands in separate text windows.
13632 The TUI is available only when @value{GDBN} is configured
13633 with the @code{--enable-tui} configure option (@pxref{Configure Options}).
13634
13635 @node TUI Overview
13636 @section TUI overview
13637
13638 The TUI has two display modes that can be switched while
13639 @value{GDBN} runs:
13640
13641 @itemize @bullet
13642 @item
13643 A curses (or TUI) mode in which it displays several text
13644 windows on the terminal.
13645
13646 @item
13647 A standard mode which corresponds to the @value{GDBN} configured without
13648 the TUI.
13649 @end itemize
13650
13651 In the TUI mode, @value{GDBN} can display several text window
13652 on the terminal:
13653
13654 @table @emph
13655 @item command
13656 This window is the @value{GDBN} command window with the @value{GDBN}
13657 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13658 managed using readline but through the TUI. The @emph{command}
13659 window is always visible.
13660
13661 @item source
13662 The source window shows the source file of the program. The current
13663 line as well as active breakpoints are displayed in this window.
13664
13665 @item assembly
13666 The assembly window shows the disassembly output of the program.
13667
13668 @item register
13669 This window shows the processor registers. It detects when
13670 a register is changed and when this is the case, registers that have
13671 changed are highlighted.
13672
13673 @end table
13674
13675 The source and assembly windows show the current program position
13676 by highlighting the current line and marking them with the @samp{>} marker.
13677 Breakpoints are also indicated with two markers. A first one
13678 indicates the breakpoint type:
13679
13680 @table @code
13681 @item B
13682 Breakpoint which was hit at least once.
13683
13684 @item b
13685 Breakpoint which was never hit.
13686
13687 @item H
13688 Hardware breakpoint which was hit at least once.
13689
13690 @item h
13691 Hardware breakpoint which was never hit.
13692
13693 @end table
13694
13695 The second marker indicates whether the breakpoint is enabled or not:
13696
13697 @table @code
13698 @item +
13699 Breakpoint is enabled.
13700
13701 @item -
13702 Breakpoint is disabled.
13703
13704 @end table
13705
13706 The source, assembly and register windows are attached to the thread
13707 and the frame position. They are updated when the current thread
13708 changes, when the frame changes or when the program counter changes.
13709 These three windows are arranged by the TUI according to several
13710 layouts. The layout defines which of these three windows are visible.
13711 The following layouts are available:
13712
13713 @itemize @bullet
13714 @item
13715 source
13716
13717 @item
13718 assembly
13719
13720 @item
13721 source and assembly
13722
13723 @item
13724 source and registers
13725
13726 @item
13727 assembly and registers
13728
13729 @end itemize
13730
13731 On top of the command window a status line gives various information
13732 concerning the current process begin debugged. The status line is
13733 updated when the information it shows changes. The following fields
13734 are displayed:
13735
13736 @table @emph
13737 @item target
13738 Indicates the current gdb target
13739 (@pxref{Targets, ,Specifying a Debugging Target}).
13740
13741 @item process
13742 Gives information about the current process or thread number.
13743 When no process is being debugged, this field is set to @code{No process}.
13744
13745 @item function
13746 Gives the current function name for the selected frame.
13747 The name is demangled if demangling is turned on (@pxref{Print Settings}).
13748 When there is no symbol corresponding to the current program counter
13749 the string @code{??} is displayed.
13750
13751 @item line
13752 Indicates the current line number for the selected frame.
13753 When the current line number is not known the string @code{??} is displayed.
13754
13755 @item pc
13756 Indicates the current program counter address.
13757
13758 @end table
13759
13760 @node TUI Keys
13761 @section TUI Key Bindings
13762 @cindex TUI key bindings
13763
13764 The TUI installs several key bindings in the readline keymaps
13765 (@pxref{Command Line Editing}).
13766 They allow to leave or enter in the TUI mode or they operate
13767 directly on the TUI layout and windows. The TUI also provides
13768 a @emph{SingleKey} keymap which binds several keys directly to
13769 @value{GDBN} commands. The following key bindings
13770 are installed for both TUI mode and the @value{GDBN} standard mode.
13771
13772 @table @kbd
13773 @kindex C-x C-a
13774 @item C-x C-a
13775 @kindex C-x a
13776 @itemx C-x a
13777 @kindex C-x A
13778 @itemx C-x A
13779 Enter or leave the TUI mode. When the TUI mode is left,
13780 the curses window management is left and @value{GDBN} operates using
13781 its standard mode writing on the terminal directly. When the TUI
13782 mode is entered, the control is given back to the curses windows.
13783 The screen is then refreshed.
13784
13785 @kindex C-x 1
13786 @item C-x 1
13787 Use a TUI layout with only one window. The layout will
13788 either be @samp{source} or @samp{assembly}. When the TUI mode
13789 is not active, it will switch to the TUI mode.
13790
13791 Think of this key binding as the Emacs @kbd{C-x 1} binding.
13792
13793 @kindex C-x 2
13794 @item C-x 2
13795 Use a TUI layout with at least two windows. When the current
13796 layout shows already two windows, a next layout with two windows is used.
13797 When a new layout is chosen, one window will always be common to the
13798 previous layout and the new one.
13799
13800 Think of it as the Emacs @kbd{C-x 2} binding.
13801
13802 @kindex C-x s
13803 @item C-x s
13804 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13805 (@pxref{TUI Single Key Mode}).
13806
13807 @end table
13808
13809 The following key bindings are handled only by the TUI mode:
13810
13811 @table @key
13812 @kindex PgUp
13813 @item PgUp
13814 Scroll the active window one page up.
13815
13816 @kindex PgDn
13817 @item PgDn
13818 Scroll the active window one page down.
13819
13820 @kindex Up
13821 @item Up
13822 Scroll the active window one line up.
13823
13824 @kindex Down
13825 @item Down
13826 Scroll the active window one line down.
13827
13828 @kindex Left
13829 @item Left
13830 Scroll the active window one column left.
13831
13832 @kindex Right
13833 @item Right
13834 Scroll the active window one column right.
13835
13836 @kindex C-L
13837 @item C-L
13838 Refresh the screen.
13839
13840 @end table
13841
13842 In the TUI mode, the arrow keys are used by the active window
13843 for scrolling. This means they are not available for readline. It is
13844 necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13845 @key{C-b} and @key{C-f}.
13846
13847 @node TUI Single Key Mode
13848 @section TUI Single Key Mode
13849 @cindex TUI single key mode
13850
13851 The TUI provides a @emph{SingleKey} mode in which it installs a particular
13852 key binding in the readline keymaps to connect single keys to
13853 some gdb commands.
13854
13855 @table @kbd
13856 @kindex c @r{(SingleKey TUI key)}
13857 @item c
13858 continue
13859
13860 @kindex d @r{(SingleKey TUI key)}
13861 @item d
13862 down
13863
13864 @kindex f @r{(SingleKey TUI key)}
13865 @item f
13866 finish
13867
13868 @kindex n @r{(SingleKey TUI key)}
13869 @item n
13870 next
13871
13872 @kindex q @r{(SingleKey TUI key)}
13873 @item q
13874 exit the @emph{SingleKey} mode.
13875
13876 @kindex r @r{(SingleKey TUI key)}
13877 @item r
13878 run
13879
13880 @kindex s @r{(SingleKey TUI key)}
13881 @item s
13882 step
13883
13884 @kindex u @r{(SingleKey TUI key)}
13885 @item u
13886 up
13887
13888 @kindex v @r{(SingleKey TUI key)}
13889 @item v
13890 info locals
13891
13892 @kindex w @r{(SingleKey TUI key)}
13893 @item w
13894 where
13895
13896 @end table
13897
13898 Other keys temporarily switch to the @value{GDBN} command prompt.
13899 The key that was pressed is inserted in the editing buffer so that
13900 it is possible to type most @value{GDBN} commands without interaction
13901 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13902 @emph{SingleKey} mode is restored. The only way to permanently leave
13903 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13904
13905
13906 @node TUI Commands
13907 @section TUI specific commands
13908 @cindex TUI commands
13909
13910 The TUI has specific commands to control the text windows.
13911 These commands are always available, that is they do not depend on
13912 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13913 is in the standard mode, using these commands will automatically switch
13914 in the TUI mode.
13915
13916 @table @code
13917 @item info win
13918 @kindex info win
13919 List and give the size of all displayed windows.
13920
13921 @item layout next
13922 @kindex layout next
13923 Display the next layout.
13924
13925 @item layout prev
13926 @kindex layout prev
13927 Display the previous layout.
13928
13929 @item layout src
13930 @kindex layout src
13931 Display the source window only.
13932
13933 @item layout asm
13934 @kindex layout asm
13935 Display the assembly window only.
13936
13937 @item layout split
13938 @kindex layout split
13939 Display the source and assembly window.
13940
13941 @item layout regs
13942 @kindex layout regs
13943 Display the register window together with the source or assembly window.
13944
13945 @item focus next | prev | src | asm | regs | split
13946 @kindex focus
13947 Set the focus to the named window.
13948 This command allows to change the active window so that scrolling keys
13949 can be affected to another window.
13950
13951 @item refresh
13952 @kindex refresh
13953 Refresh the screen. This is similar to using @key{C-L} key.
13954
13955 @item update
13956 @kindex update
13957 Update the source window and the current execution point.
13958
13959 @item winheight @var{name} +@var{count}
13960 @itemx winheight @var{name} -@var{count}
13961 @kindex winheight
13962 Change the height of the window @var{name} by @var{count}
13963 lines. Positive counts increase the height, while negative counts
13964 decrease it.
13965
13966 @end table
13967
13968 @node TUI Configuration
13969 @section TUI configuration variables
13970 @cindex TUI configuration variables
13971
13972 The TUI has several configuration variables that control the
13973 appearance of windows on the terminal.
13974
13975 @table @code
13976 @item set tui border-kind @var{kind}
13977 @kindex set tui border-kind
13978 Select the border appearance for the source, assembly and register windows.
13979 The possible values are the following:
13980 @table @code
13981 @item space
13982 Use a space character to draw the border.
13983
13984 @item ascii
13985 Use ascii characters + - and | to draw the border.
13986
13987 @item acs
13988 Use the Alternate Character Set to draw the border. The border is
13989 drawn using character line graphics if the terminal supports them.
13990
13991 @end table
13992
13993 @item set tui active-border-mode @var{mode}
13994 @kindex set tui active-border-mode
13995 Select the attributes to display the border of the active window.
13996 The possible values are @code{normal}, @code{standout}, @code{reverse},
13997 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
13998
13999 @item set tui border-mode @var{mode}
14000 @kindex set tui border-mode
14001 Select the attributes to display the border of other windows.
14002 The @var{mode} can be one of the following:
14003 @table @code
14004 @item normal
14005 Use normal attributes to display the border.
14006
14007 @item standout
14008 Use standout mode.
14009
14010 @item reverse
14011 Use reverse video mode.
14012
14013 @item half
14014 Use half bright mode.
14015
14016 @item half-standout
14017 Use half bright and standout mode.
14018
14019 @item bold
14020 Use extra bright or bold mode.
14021
14022 @item bold-standout
14023 Use extra bright or bold and standout mode.
14024
14025 @end table
14026
14027 @end table
14028
14029 @node Emacs
14030 @chapter Using @value{GDBN} under @sc{gnu} Emacs
14031
14032 @cindex Emacs
14033 @cindex @sc{gnu} Emacs
14034 A special interface allows you to use @sc{gnu} Emacs to view (and
14035 edit) the source files for the program you are debugging with
14036 @value{GDBN}.
14037
14038 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14039 executable file you want to debug as an argument. This command starts
14040 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
14041 created Emacs buffer.
14042 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
14043
14044 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14045 things:
14046
14047 @itemize @bullet
14048 @item
14049 All ``terminal'' input and output goes through the Emacs buffer.
14050 @end itemize
14051
14052 This applies both to @value{GDBN} commands and their output, and to the input
14053 and output done by the program you are debugging.
14054
14055 This is useful because it means that you can copy the text of previous
14056 commands and input them again; you can even use parts of the output
14057 in this way.
14058
14059 All the facilities of Emacs' Shell mode are available for interacting
14060 with your program. In particular, you can send signals the usual
14061 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14062 stop.
14063
14064 @itemize @bullet
14065 @item
14066 @value{GDBN} displays source code through Emacs.
14067 @end itemize
14068
14069 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14070 source file for that frame and puts an arrow (@samp{=>}) at the
14071 left margin of the current line. Emacs uses a separate buffer for
14072 source display, and splits the screen to show both your @value{GDBN} session
14073 and the source.
14074
14075 Explicit @value{GDBN} @code{list} or search commands still produce output as
14076 usual, but you probably have no reason to use them from Emacs.
14077
14078 @quotation
14079 @emph{Warning:} If the directory where your program resides is not your
14080 current directory, it can be easy to confuse Emacs about the location of
14081 the source files, in which case the auxiliary display buffer does not
14082 appear to show your source. @value{GDBN} can find programs by searching your
14083 environment's @code{PATH} variable, so the @value{GDBN} input and output
14084 session proceeds normally; but Emacs does not get enough information
14085 back from @value{GDBN} to locate the source files in this situation. To
14086 avoid this problem, either start @value{GDBN} mode from the directory where
14087 your program resides, or specify an absolute file name when prompted for the
14088 @kbd{M-x gdb} argument.
14089
14090 A similar confusion can result if you use the @value{GDBN} @code{file} command to
14091 switch to debugging a program in some other location, from an existing
14092 @value{GDBN} buffer in Emacs.
14093 @end quotation
14094
14095 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
14096 you need to call @value{GDBN} by a different name (for example, if you keep
14097 several configurations around, with different names) you can set the
14098 Emacs variable @code{gdb-command-name}; for example,
14099
14100 @smallexample
14101 (setq gdb-command-name "mygdb")
14102 @end smallexample
14103
14104 @noindent
14105 (preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
14106 in your @file{.emacs} file) makes Emacs call the program named
14107 ``@code{mygdb}'' instead.
14108
14109 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14110 addition to the standard Shell mode commands:
14111
14112 @table @kbd
14113 @item C-h m
14114 Describe the features of Emacs' @value{GDBN} Mode.
14115
14116 @item M-s
14117 Execute to another source line, like the @value{GDBN} @code{step} command; also
14118 update the display window to show the current file and location.
14119
14120 @item M-n
14121 Execute to next source line in this function, skipping all function
14122 calls, like the @value{GDBN} @code{next} command. Then update the display window
14123 to show the current file and location.
14124
14125 @item M-i
14126 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14127 display window accordingly.
14128
14129 @item M-x gdb-nexti
14130 Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
14131 display window accordingly.
14132
14133 @item C-c C-f
14134 Execute until exit from the selected stack frame, like the @value{GDBN}
14135 @code{finish} command.
14136
14137 @item M-c
14138 Continue execution of your program, like the @value{GDBN} @code{continue}
14139 command.
14140
14141 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
14142
14143 @item M-u
14144 Go up the number of frames indicated by the numeric argument
14145 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14146 like the @value{GDBN} @code{up} command.
14147
14148 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
14149
14150 @item M-d
14151 Go down the number of frames indicated by the numeric argument, like the
14152 @value{GDBN} @code{down} command.
14153
14154 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
14155
14156 @item C-x &
14157 Read the number where the cursor is positioned, and insert it at the end
14158 of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
14159 around an address that was displayed earlier, type @kbd{disassemble};
14160 then move the cursor to the address display, and pick up the
14161 argument for @code{disassemble} by typing @kbd{C-x &}.
14162
14163 You can customize this further by defining elements of the list
14164 @code{gdb-print-command}; once it is defined, you can format or
14165 otherwise process numbers picked up by @kbd{C-x &} before they are
14166 inserted. A numeric argument to @kbd{C-x &} indicates that you
14167 wish special formatting, and also acts as an index to pick an element of the
14168 list. If the list element is a string, the number to be inserted is
14169 formatted using the Emacs function @code{format}; otherwise the number
14170 is passed as an argument to the corresponding list element.
14171 @end table
14172
14173 In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
14174 tells @value{GDBN} to set a breakpoint on the source line point is on.
14175
14176 If you accidentally delete the source-display buffer, an easy way to get
14177 it back is to type the command @code{f} in the @value{GDBN} buffer, to
14178 request a frame display; when you run under Emacs, this recreates
14179 the source buffer if necessary to show you the context of the current
14180 frame.
14181
14182 The source files displayed in Emacs are in ordinary Emacs buffers
14183 which are visiting the source files in the usual way. You can edit
14184 the files with these buffers if you wish; but keep in mind that @value{GDBN}
14185 communicates with Emacs in terms of line numbers. If you add or
14186 delete lines from the text, the line numbers that @value{GDBN} knows cease
14187 to correspond properly with the code.
14188
14189 @c The following dropped because Epoch is nonstandard. Reactivate
14190 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14191 @ignore
14192 @kindex Emacs Epoch environment
14193 @kindex Epoch
14194 @kindex inspect
14195
14196 Version 18 of @sc{gnu} Emacs has a built-in window system
14197 called the @code{epoch}
14198 environment. Users of this environment can use a new command,
14199 @code{inspect} which performs identically to @code{print} except that
14200 each value is printed in its own window.
14201 @end ignore
14202
14203
14204 @node GDB/MI
14205 @chapter The @sc{gdb/mi} Interface
14206
14207 @unnumberedsec Function and Purpose
14208
14209 @cindex @sc{gdb/mi}, its purpose
14210 @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14211 specifically intended to support the development of systems which use
14212 the debugger as just one small component of a larger system.
14213
14214 This chapter is a specification of the @sc{gdb/mi} interface. It is written
14215 in the form of a reference manual.
14216
14217 Note that @sc{gdb/mi} is still under construction, so some of the
14218 features described below are incomplete and subject to change.
14219
14220 @unnumberedsec Notation and Terminology
14221
14222 @cindex notational conventions, for @sc{gdb/mi}
14223 This chapter uses the following notation:
14224
14225 @itemize @bullet
14226 @item
14227 @code{|} separates two alternatives.
14228
14229 @item
14230 @code{[ @var{something} ]} indicates that @var{something} is optional:
14231 it may or may not be given.
14232
14233 @item
14234 @code{( @var{group} )*} means that @var{group} inside the parentheses
14235 may repeat zero or more times.
14236
14237 @item
14238 @code{( @var{group} )+} means that @var{group} inside the parentheses
14239 may repeat one or more times.
14240
14241 @item
14242 @code{"@var{string}"} means a literal @var{string}.
14243 @end itemize
14244
14245 @ignore
14246 @heading Dependencies
14247 @end ignore
14248
14249 @heading Acknowledgments
14250
14251 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14252 Elena Zannoni.
14253
14254 @menu
14255 * GDB/MI Command Syntax::
14256 * GDB/MI Compatibility with CLI::
14257 * GDB/MI Output Records::
14258 * GDB/MI Command Description Format::
14259 * GDB/MI Breakpoint Table Commands::
14260 * GDB/MI Data Manipulation::
14261 * GDB/MI Program Control::
14262 * GDB/MI Miscellaneous Commands::
14263 @ignore
14264 * GDB/MI Kod Commands::
14265 * GDB/MI Memory Overlay Commands::
14266 * GDB/MI Signal Handling Commands::
14267 @end ignore
14268 * GDB/MI Stack Manipulation::
14269 * GDB/MI Symbol Query::
14270 * GDB/MI Target Manipulation::
14271 * GDB/MI Thread Commands::
14272 * GDB/MI Tracepoint Commands::
14273 * GDB/MI Variable Objects::
14274 @end menu
14275
14276 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14277 @node GDB/MI Command Syntax
14278 @section @sc{gdb/mi} Command Syntax
14279
14280 @menu
14281 * GDB/MI Input Syntax::
14282 * GDB/MI Output Syntax::
14283 * GDB/MI Simple Examples::
14284 @end menu
14285
14286 @node GDB/MI Input Syntax
14287 @subsection @sc{gdb/mi} Input Syntax
14288
14289 @cindex input syntax for @sc{gdb/mi}
14290 @cindex @sc{gdb/mi}, input syntax
14291 @table @code
14292 @item @var{command} @expansion{}
14293 @code{@var{cli-command} | @var{mi-command}}
14294
14295 @item @var{cli-command} @expansion{}
14296 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14297 @var{cli-command} is any existing @value{GDBN} CLI command.
14298
14299 @item @var{mi-command} @expansion{}
14300 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14301 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14302
14303 @item @var{token} @expansion{}
14304 "any sequence of digits"
14305
14306 @item @var{option} @expansion{}
14307 @code{"-" @var{parameter} [ " " @var{parameter} ]}
14308
14309 @item @var{parameter} @expansion{}
14310 @code{@var{non-blank-sequence} | @var{c-string}}
14311
14312 @item @var{operation} @expansion{}
14313 @emph{any of the operations described in this chapter}
14314
14315 @item @var{non-blank-sequence} @expansion{}
14316 @emph{anything, provided it doesn't contain special characters such as
14317 "-", @var{nl}, """ and of course " "}
14318
14319 @item @var{c-string} @expansion{}
14320 @code{""" @var{seven-bit-iso-c-string-content} """}
14321
14322 @item @var{nl} @expansion{}
14323 @code{CR | CR-LF}
14324 @end table
14325
14326 @noindent
14327 Notes:
14328
14329 @itemize @bullet
14330 @item
14331 The CLI commands are still handled by the @sc{mi} interpreter; their
14332 output is described below.
14333
14334 @item
14335 The @code{@var{token}}, when present, is passed back when the command
14336 finishes.
14337
14338 @item
14339 Some @sc{mi} commands accept optional arguments as part of the parameter
14340 list. Each option is identified by a leading @samp{-} (dash) and may be
14341 followed by an optional argument parameter. Options occur first in the
14342 parameter list and can be delimited from normal parameters using
14343 @samp{--} (this is useful when some parameters begin with a dash).
14344 @end itemize
14345
14346 Pragmatics:
14347
14348 @itemize @bullet
14349 @item
14350 We want easy access to the existing CLI syntax (for debugging).
14351
14352 @item
14353 We want it to be easy to spot a @sc{mi} operation.
14354 @end itemize
14355
14356 @node GDB/MI Output Syntax
14357 @subsection @sc{gdb/mi} Output Syntax
14358
14359 @cindex output syntax of @sc{gdb/mi}
14360 @cindex @sc{gdb/mi}, output syntax
14361 The output from @sc{gdb/mi} consists of zero or more out-of-band records
14362 followed, optionally, by a single result record. This result record
14363 is for the most recent command. The sequence of output records is
14364 terminated by @samp{(@value{GDBP})}.
14365
14366 If an input command was prefixed with a @code{@var{token}} then the
14367 corresponding output for that command will also be prefixed by that same
14368 @var{token}.
14369
14370 @table @code
14371 @item @var{output} @expansion{}
14372 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14373
14374 @item @var{result-record} @expansion{}
14375 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14376
14377 @item @var{out-of-band-record} @expansion{}
14378 @code{@var{async-record} | @var{stream-record}}
14379
14380 @item @var{async-record} @expansion{}
14381 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14382
14383 @item @var{exec-async-output} @expansion{}
14384 @code{[ @var{token} ] "*" @var{async-output}}
14385
14386 @item @var{status-async-output} @expansion{}
14387 @code{[ @var{token} ] "+" @var{async-output}}
14388
14389 @item @var{notify-async-output} @expansion{}
14390 @code{[ @var{token} ] "=" @var{async-output}}
14391
14392 @item @var{async-output} @expansion{}
14393 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
14394
14395 @item @var{result-class} @expansion{}
14396 @code{"done" | "running" | "connected" | "error" | "exit"}
14397
14398 @item @var{async-class} @expansion{}
14399 @code{"stopped" | @var{others}} (where @var{others} will be added
14400 depending on the needs---this is still in development).
14401
14402 @item @var{result} @expansion{}
14403 @code{ @var{variable} "=" @var{value}}
14404
14405 @item @var{variable} @expansion{}
14406 @code{ @var{string} }
14407
14408 @item @var{value} @expansion{}
14409 @code{ @var{const} | @var{tuple} | @var{list} }
14410
14411 @item @var{const} @expansion{}
14412 @code{@var{c-string}}
14413
14414 @item @var{tuple} @expansion{}
14415 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14416
14417 @item @var{list} @expansion{}
14418 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14419 @var{result} ( "," @var{result} )* "]" }
14420
14421 @item @var{stream-record} @expansion{}
14422 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14423
14424 @item @var{console-stream-output} @expansion{}
14425 @code{"~" @var{c-string}}
14426
14427 @item @var{target-stream-output} @expansion{}
14428 @code{"@@" @var{c-string}}
14429
14430 @item @var{log-stream-output} @expansion{}
14431 @code{"&" @var{c-string}}
14432
14433 @item @var{nl} @expansion{}
14434 @code{CR | CR-LF}
14435
14436 @item @var{token} @expansion{}
14437 @emph{any sequence of digits}.
14438 @end table
14439
14440 @noindent
14441 Notes:
14442
14443 @itemize @bullet
14444 @item
14445 All output sequences end in a single line containing a period.
14446
14447 @item
14448 The @code{@var{token}} is from the corresponding request. If an execution
14449 command is interrupted by the @samp{-exec-interrupt} command, the
14450 @var{token} associated with the @samp{*stopped} message is the one of the
14451 original execution command, not the one of the interrupt command.
14452
14453 @item
14454 @cindex status output in @sc{gdb/mi}
14455 @var{status-async-output} contains on-going status information about the
14456 progress of a slow operation. It can be discarded. All status output is
14457 prefixed by @samp{+}.
14458
14459 @item
14460 @cindex async output in @sc{gdb/mi}
14461 @var{exec-async-output} contains asynchronous state change on the target
14462 (stopped, started, disappeared). All async output is prefixed by
14463 @samp{*}.
14464
14465 @item
14466 @cindex notify output in @sc{gdb/mi}
14467 @var{notify-async-output} contains supplementary information that the
14468 client should handle (e.g., a new breakpoint information). All notify
14469 output is prefixed by @samp{=}.
14470
14471 @item
14472 @cindex console output in @sc{gdb/mi}
14473 @var{console-stream-output} is output that should be displayed as is in the
14474 console. It is the textual response to a CLI command. All the console
14475 output is prefixed by @samp{~}.
14476
14477 @item
14478 @cindex target output in @sc{gdb/mi}
14479 @var{target-stream-output} is the output produced by the target program.
14480 All the target output is prefixed by @samp{@@}.
14481
14482 @item
14483 @cindex log output in @sc{gdb/mi}
14484 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14485 instance messages that should be displayed as part of an error log. All
14486 the log output is prefixed by @samp{&}.
14487
14488 @item
14489 @cindex list output in @sc{gdb/mi}
14490 New @sc{gdb/mi} commands should only output @var{lists} containing
14491 @var{values}.
14492
14493
14494 @end itemize
14495
14496 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14497 details about the various output records.
14498
14499 @node GDB/MI Simple Examples
14500 @subsection Simple Examples of @sc{gdb/mi} Interaction
14501 @cindex @sc{gdb/mi}, simple examples
14502
14503 This subsection presents several simple examples of interaction using
14504 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14505 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14506 the output received from @sc{gdb/mi}.
14507
14508 @subsubheading Target Stop
14509 @c Ummm... There is no "-stop" command. This assumes async, no?
14510 Here's an example of stopping the inferior process:
14511
14512 @smallexample
14513 -> -stop
14514 <- (@value{GDBP})
14515 @end smallexample
14516
14517 @noindent
14518 and later:
14519
14520 @smallexample
14521 <- *stop,reason="stop",address="0x123",source="a.c:123"
14522 <- (@value{GDBP})
14523 @end smallexample
14524
14525 @subsubheading Simple CLI Command
14526
14527 Here's an example of a simple CLI command being passed through
14528 @sc{gdb/mi} and on to the CLI.
14529
14530 @smallexample
14531 -> print 1+2
14532 <- &"print 1+2\n"
14533 <- ~"$1 = 3\n"
14534 <- ^done
14535 <- (@value{GDBP})
14536 @end smallexample
14537
14538 @subsubheading Command With Side Effects
14539
14540 @smallexample
14541 -> -symbol-file xyz.exe
14542 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
14543 <- (@value{GDBP})
14544 @end smallexample
14545
14546 @subsubheading A Bad Command
14547
14548 Here's what happens if you pass a non-existent command:
14549
14550 @smallexample
14551 -> -rubbish
14552 <- ^error,msg="Undefined MI command: rubbish"
14553 <- (@value{GDBP})
14554 @end smallexample
14555
14556 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14557 @node GDB/MI Compatibility with CLI
14558 @section @sc{gdb/mi} Compatibility with CLI
14559
14560 @cindex compatibility, @sc{gdb/mi} and CLI
14561 @cindex @sc{gdb/mi}, compatibility with CLI
14562 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14563 accepts existing CLI commands. As specified by the syntax, such
14564 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14565 respond.
14566
14567 This mechanism is provided as an aid to developers of @sc{gdb/mi}
14568 clients and not as a reliable interface into the CLI. Since the command
14569 is being interpreteted in an environment that assumes @sc{gdb/mi}
14570 behaviour, the exact output of such commands is likely to end up being
14571 an un-supported hybrid of @sc{gdb/mi} and CLI output.
14572
14573 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14574 @node GDB/MI Output Records
14575 @section @sc{gdb/mi} Output Records
14576
14577 @menu
14578 * GDB/MI Result Records::
14579 * GDB/MI Stream Records::
14580 * GDB/MI Out-of-band Records::
14581 @end menu
14582
14583 @node GDB/MI Result Records
14584 @subsection @sc{gdb/mi} Result Records
14585
14586 @cindex result records in @sc{gdb/mi}
14587 @cindex @sc{gdb/mi}, result records
14588 In addition to a number of out-of-band notifications, the response to a
14589 @sc{gdb/mi} command includes one of the following result indications:
14590
14591 @table @code
14592 @findex ^done
14593 @item "^done" [ "," @var{results} ]
14594 The synchronous operation was successful, @code{@var{results}} are the return
14595 values.
14596
14597 @item "^running"
14598 @findex ^running
14599 @c Is this one correct? Should it be an out-of-band notification?
14600 The asynchronous operation was successfully started. The target is
14601 running.
14602
14603 @item "^error" "," @var{c-string}
14604 @findex ^error
14605 The operation failed. The @code{@var{c-string}} contains the corresponding
14606 error message.
14607 @end table
14608
14609 @node GDB/MI Stream Records
14610 @subsection @sc{gdb/mi} Stream Records
14611
14612 @cindex @sc{gdb/mi}, stream records
14613 @cindex stream records in @sc{gdb/mi}
14614 @value{GDBN} internally maintains a number of output streams: the console, the
14615 target, and the log. The output intended for each of these streams is
14616 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14617
14618 Each stream record begins with a unique @dfn{prefix character} which
14619 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14620 Syntax}). In addition to the prefix, each stream record contains a
14621 @code{@var{string-output}}. This is either raw text (with an implicit new
14622 line) or a quoted C string (which does not contain an implicit newline).
14623
14624 @table @code
14625 @item "~" @var{string-output}
14626 The console output stream contains text that should be displayed in the
14627 CLI console window. It contains the textual responses to CLI commands.
14628
14629 @item "@@" @var{string-output}
14630 The target output stream contains any textual output from the running
14631 target.
14632
14633 @item "&" @var{string-output}
14634 The log stream contains debugging messages being produced by @value{GDBN}'s
14635 internals.
14636 @end table
14637
14638 @node GDB/MI Out-of-band Records
14639 @subsection @sc{gdb/mi} Out-of-band Records
14640
14641 @cindex out-of-band records in @sc{gdb/mi}
14642 @cindex @sc{gdb/mi}, out-of-band records
14643 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14644 additional changes that have occurred. Those changes can either be a
14645 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14646 target activity (e.g., target stopped).
14647
14648 The following is a preliminary list of possible out-of-band records.
14649
14650 @table @code
14651 @item "*" "stop"
14652 @end table
14653
14654
14655 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14656 @node GDB/MI Command Description Format
14657 @section @sc{gdb/mi} Command Description Format
14658
14659 The remaining sections describe blocks of commands. Each block of
14660 commands is laid out in a fashion similar to this section.
14661
14662 Note the the line breaks shown in the examples are here only for
14663 readability. They don't appear in the real output.
14664 Also note that the commands with a non-available example (N.A.@:) are
14665 not yet implemented.
14666
14667 @subheading Motivation
14668
14669 The motivation for this collection of commands.
14670
14671 @subheading Introduction
14672
14673 A brief introduction to this collection of commands as a whole.
14674
14675 @subheading Commands
14676
14677 For each command in the block, the following is described:
14678
14679 @subsubheading Synopsis
14680
14681 @smallexample
14682 -command @var{args}@dots{}
14683 @end smallexample
14684
14685 @subsubheading @value{GDBN} Command
14686
14687 The corresponding @value{GDBN} CLI command.
14688
14689 @subsubheading Result
14690
14691 @subsubheading Out-of-band
14692
14693 @subsubheading Notes
14694
14695 @subsubheading Example
14696
14697
14698 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14699 @node GDB/MI Breakpoint Table Commands
14700 @section @sc{gdb/mi} Breakpoint table commands
14701
14702 @cindex breakpoint commands for @sc{gdb/mi}
14703 @cindex @sc{gdb/mi}, breakpoint commands
14704 This section documents @sc{gdb/mi} commands for manipulating
14705 breakpoints.
14706
14707 @subheading The @code{-break-after} Command
14708 @findex -break-after
14709
14710 @subsubheading Synopsis
14711
14712 @smallexample
14713 -break-after @var{number} @var{count}
14714 @end smallexample
14715
14716 The breakpoint number @var{number} is not in effect until it has been
14717 hit @var{count} times. To see how this is reflected in the output of
14718 the @samp{-break-list} command, see the description of the
14719 @samp{-break-list} command below.
14720
14721 @subsubheading @value{GDBN} Command
14722
14723 The corresponding @value{GDBN} command is @samp{ignore}.
14724
14725 @subsubheading Example
14726
14727 @smallexample
14728 (@value{GDBP})
14729 -break-insert main
14730 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14731 (@value{GDBP})
14732 -break-after 1 3
14733 ~
14734 ^done
14735 (@value{GDBP})
14736 -break-list
14737 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14738 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14739 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14740 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14741 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14742 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14743 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
14744 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14745 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14746 ignore="3"@}]@}
14747 (@value{GDBP})
14748 @end smallexample
14749
14750 @ignore
14751 @subheading The @code{-break-catch} Command
14752 @findex -break-catch
14753
14754 @subheading The @code{-break-commands} Command
14755 @findex -break-commands
14756 @end ignore
14757
14758
14759 @subheading The @code{-break-condition} Command
14760 @findex -break-condition
14761
14762 @subsubheading Synopsis
14763
14764 @smallexample
14765 -break-condition @var{number} @var{expr}
14766 @end smallexample
14767
14768 Breakpoint @var{number} will stop the program only if the condition in
14769 @var{expr} is true. The condition becomes part of the
14770 @samp{-break-list} output (see the description of the @samp{-break-list}
14771 command below).
14772
14773 @subsubheading @value{GDBN} Command
14774
14775 The corresponding @value{GDBN} command is @samp{condition}.
14776
14777 @subsubheading Example
14778
14779 @smallexample
14780 (@value{GDBP})
14781 -break-condition 1 1
14782 ^done
14783 (@value{GDBP})
14784 -break-list
14785 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14786 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14787 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14788 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14789 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14790 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14791 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
14792 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14793 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14794 times="0",ignore="3"@}]@}
14795 (@value{GDBP})
14796 @end smallexample
14797
14798 @subheading The @code{-break-delete} Command
14799 @findex -break-delete
14800
14801 @subsubheading Synopsis
14802
14803 @smallexample
14804 -break-delete ( @var{breakpoint} )+
14805 @end smallexample
14806
14807 Delete the breakpoint(s) whose number(s) are specified in the argument
14808 list. This is obviously reflected in the breakpoint list.
14809
14810 @subsubheading @value{GDBN} command
14811
14812 The corresponding @value{GDBN} command is @samp{delete}.
14813
14814 @subsubheading Example
14815
14816 @smallexample
14817 (@value{GDBP})
14818 -break-delete 1
14819 ^done
14820 (@value{GDBP})
14821 -break-list
14822 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14823 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14824 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14825 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14826 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14827 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14828 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
14829 body=[]@}
14830 (@value{GDBP})
14831 @end smallexample
14832
14833 @subheading The @code{-break-disable} Command
14834 @findex -break-disable
14835
14836 @subsubheading Synopsis
14837
14838 @smallexample
14839 -break-disable ( @var{breakpoint} )+
14840 @end smallexample
14841
14842 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
14843 break list is now set to @samp{n} for the named @var{breakpoint}(s).
14844
14845 @subsubheading @value{GDBN} Command
14846
14847 The corresponding @value{GDBN} command is @samp{disable}.
14848
14849 @subsubheading Example
14850
14851 @smallexample
14852 (@value{GDBP})
14853 -break-disable 2
14854 ^done
14855 (@value{GDBP})
14856 -break-list
14857 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14858 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14859 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14860 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14861 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14862 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14863 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
14864 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
14865 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14866 (@value{GDBP})
14867 @end smallexample
14868
14869 @subheading The @code{-break-enable} Command
14870 @findex -break-enable
14871
14872 @subsubheading Synopsis
14873
14874 @smallexample
14875 -break-enable ( @var{breakpoint} )+
14876 @end smallexample
14877
14878 Enable (previously disabled) @var{breakpoint}(s).
14879
14880 @subsubheading @value{GDBN} Command
14881
14882 The corresponding @value{GDBN} command is @samp{enable}.
14883
14884 @subsubheading Example
14885
14886 @smallexample
14887 (@value{GDBP})
14888 -break-enable 2
14889 ^done
14890 (@value{GDBP})
14891 -break-list
14892 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14893 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14894 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14895 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14896 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14897 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14898 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
14899 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14900 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14901 (@value{GDBP})
14902 @end smallexample
14903
14904 @subheading The @code{-break-info} Command
14905 @findex -break-info
14906
14907 @subsubheading Synopsis
14908
14909 @smallexample
14910 -break-info @var{breakpoint}
14911 @end smallexample
14912
14913 @c REDUNDANT???
14914 Get information about a single breakpoint.
14915
14916 @subsubheading @value{GDBN} command
14917
14918 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
14919
14920 @subsubheading Example
14921 N.A.
14922
14923 @subheading The @code{-break-insert} Command
14924 @findex -break-insert
14925
14926 @subsubheading Synopsis
14927
14928 @smallexample
14929 -break-insert [ -t ] [ -h ] [ -r ]
14930 [ -c @var{condition} ] [ -i @var{ignore-count} ]
14931 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
14932 @end smallexample
14933
14934 @noindent
14935 If specified, @var{line}, can be one of:
14936
14937 @itemize @bullet
14938 @item function
14939 @c @item +offset
14940 @c @item -offset
14941 @c @item linenum
14942 @item filename:linenum
14943 @item filename:function
14944 @item *address
14945 @end itemize
14946
14947 The possible optional parameters of this command are:
14948
14949 @table @samp
14950 @item -t
14951 Insert a tempoary breakpoint.
14952 @item -h
14953 Insert a hardware breakpoint.
14954 @item -c @var{condition}
14955 Make the breakpoint conditional on @var{condition}.
14956 @item -i @var{ignore-count}
14957 Initialize the @var{ignore-count}.
14958 @item -r
14959 Insert a regular breakpoint in all the functions whose names match the
14960 given regular expression. Other flags are not applicable to regular
14961 expresson.
14962 @end table
14963
14964 @subsubheading Result
14965
14966 The result is in the form:
14967
14968 @smallexample
14969 ^done,bkptno="@var{number}",func="@var{funcname}",
14970 file="@var{filename}",line="@var{lineno}"
14971 @end smallexample
14972
14973 @noindent
14974 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
14975 is the name of the function where the breakpoint was inserted,
14976 @var{filename} is the name of the source file which contains this
14977 function, and @var{lineno} is the source line number within that file.
14978
14979 Note: this format is open to change.
14980 @c An out-of-band breakpoint instead of part of the result?
14981
14982 @subsubheading @value{GDBN} Command
14983
14984 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
14985 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
14986
14987 @subsubheading Example
14988
14989 @smallexample
14990 (@value{GDBP})
14991 -break-insert main
14992 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
14993 (@value{GDBP})
14994 -break-insert -t foo
14995 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
14996 (@value{GDBP})
14997 -break-list
14998 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
14999 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15000 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15001 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15002 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15003 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15004 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15005 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15006 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15007 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15008 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15009 (@value{GDBP})
15010 -break-insert -r foo.*
15011 ~int foo(int, int);
15012 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15013 (@value{GDBP})
15014 @end smallexample
15015
15016 @subheading The @code{-break-list} Command
15017 @findex -break-list
15018
15019 @subsubheading Synopsis
15020
15021 @smallexample
15022 -break-list
15023 @end smallexample
15024
15025 Displays the list of inserted breakpoints, showing the following fields:
15026
15027 @table @samp
15028 @item Number
15029 number of the breakpoint
15030 @item Type
15031 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15032 @item Disposition
15033 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15034 or @samp{nokeep}
15035 @item Enabled
15036 is the breakpoint enabled or no: @samp{y} or @samp{n}
15037 @item Address
15038 memory location at which the breakpoint is set
15039 @item What
15040 logical location of the breakpoint, expressed by function name, file
15041 name, line number
15042 @item Times
15043 number of times the breakpoint has been hit
15044 @end table
15045
15046 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15047 @code{body} field is an empty list.
15048
15049 @subsubheading @value{GDBN} Command
15050
15051 The corresponding @value{GDBN} command is @samp{info break}.
15052
15053 @subsubheading Example
15054
15055 @smallexample
15056 (@value{GDBP})
15057 -break-list
15058 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15059 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15060 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15061 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15062 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15063 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15064 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15065 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15066 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15067 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15068 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15069 (@value{GDBP})
15070 @end smallexample
15071
15072 Here's an example of the result when there are no breakpoints:
15073
15074 @smallexample
15075 (@value{GDBP})
15076 -break-list
15077 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15078 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15079 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15080 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15081 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15082 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15083 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15084 body=[]@}
15085 (@value{GDBP})
15086 @end smallexample
15087
15088 @subheading The @code{-break-watch} Command
15089 @findex -break-watch
15090
15091 @subsubheading Synopsis
15092
15093 @smallexample
15094 -break-watch [ -a | -r ]
15095 @end smallexample
15096
15097 Create a watchpoint. With the @samp{-a} option it will create an
15098 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15099 read from or on a write to the memory location. With the @samp{-r}
15100 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15101 trigger only when the memory location is accessed for reading. Without
15102 either of the options, the watchpoint created is a regular watchpoint,
15103 i.e. it will trigger when the memory location is accessed for writing.
15104 @xref{Set Watchpoints, , Setting watchpoints}.
15105
15106 Note that @samp{-break-list} will report a single list of watchpoints and
15107 breakpoints inserted.
15108
15109 @subsubheading @value{GDBN} Command
15110
15111 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15112 @samp{rwatch}.
15113
15114 @subsubheading Example
15115
15116 Setting a watchpoint on a variable in the @code{main} function:
15117
15118 @smallexample
15119 (@value{GDBP})
15120 -break-watch x
15121 ^done,wpt=@{number="2",exp="x"@}
15122 (@value{GDBP})
15123 -exec-continue
15124 ^running
15125 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15126 value=@{old="-268439212",new="55"@},
15127 frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15128 (@value{GDBP})
15129 @end smallexample
15130
15131 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15132 the program execution twice: first for the variable changing value, then
15133 for the watchpoint going out of scope.
15134
15135 @smallexample
15136 (@value{GDBP})
15137 -break-watch C
15138 ^done,wpt=@{number="5",exp="C"@}
15139 (@value{GDBP})
15140 -exec-continue
15141 ^running
15142 ^done,reason="watchpoint-trigger",
15143 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15144 frame=@{func="callee4",args=[],
15145 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15146 (@value{GDBP})
15147 -exec-continue
15148 ^running
15149 ^done,reason="watchpoint-scope",wpnum="5",
15150 frame=@{func="callee3",args=[@{name="strarg",
15151 value="0x11940 \"A string argument.\""@}],
15152 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15153 (@value{GDBP})
15154 @end smallexample
15155
15156 Listing breakpoints and watchpoints, at different points in the program
15157 execution. Note that once the watchpoint goes out of scope, it is
15158 deleted.
15159
15160 @smallexample
15161 (@value{GDBP})
15162 -break-watch C
15163 ^done,wpt=@{number="2",exp="C"@}
15164 (@value{GDBP})
15165 -break-list
15166 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15167 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15168 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15169 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15170 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15171 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15172 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15173 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15174 addr="0x00010734",func="callee4",
15175 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15176 bkpt=@{number="2",type="watchpoint",disp="keep",
15177 enabled="y",addr="",what="C",times="0"@}]@}
15178 (@value{GDBP})
15179 -exec-continue
15180 ^running
15181 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15182 value=@{old="-276895068",new="3"@},
15183 frame=@{func="callee4",args=[],
15184 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15185 (@value{GDBP})
15186 -break-list
15187 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15188 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15189 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15190 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15191 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15192 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15193 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15194 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15195 addr="0x00010734",func="callee4",
15196 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15197 bkpt=@{number="2",type="watchpoint",disp="keep",
15198 enabled="y",addr="",what="C",times="-5"@}]@}
15199 (@value{GDBP})
15200 -exec-continue
15201 ^running
15202 ^done,reason="watchpoint-scope",wpnum="2",
15203 frame=@{func="callee3",args=[@{name="strarg",
15204 value="0x11940 \"A string argument.\""@}],
15205 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15206 (@value{GDBP})
15207 -break-list
15208 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15209 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15210 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15211 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15212 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15213 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15214 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15215 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15216 addr="0x00010734",func="callee4",
15217 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15218 (@value{GDBP})
15219 @end smallexample
15220
15221 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15222 @node GDB/MI Data Manipulation
15223 @section @sc{gdb/mi} Data Manipulation
15224
15225 @cindex data manipulation, in @sc{gdb/mi}
15226 @cindex @sc{gdb/mi}, data manipulation
15227 This section describes the @sc{gdb/mi} commands that manipulate data:
15228 examine memory and registers, evaluate expressions, etc.
15229
15230 @c REMOVED FROM THE INTERFACE.
15231 @c @subheading -data-assign
15232 @c Change the value of a program variable. Plenty of side effects.
15233 @c @subsubheading GDB command
15234 @c set variable
15235 @c @subsubheading Example
15236 @c N.A.
15237
15238 @subheading The @code{-data-disassemble} Command
15239 @findex -data-disassemble
15240
15241 @subsubheading Synopsis
15242
15243 @smallexample
15244 -data-disassemble
15245 [ -s @var{start-addr} -e @var{end-addr} ]
15246 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15247 -- @var{mode}
15248 @end smallexample
15249
15250 @noindent
15251 Where:
15252
15253 @table @samp
15254 @item @var{start-addr}
15255 is the beginning address (or @code{$pc})
15256 @item @var{end-addr}
15257 is the end address
15258 @item @var{filename}
15259 is the name of the file to disassemble
15260 @item @var{linenum}
15261 is the line number to disassemble around
15262 @item @var{lines}
15263 is the the number of disassembly lines to be produced. If it is -1,
15264 the whole function will be disassembled, in case no @var{end-addr} is
15265 specified. If @var{end-addr} is specified as a non-zero value, and
15266 @var{lines} is lower than the number of disassembly lines between
15267 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
15268 displayed; if @var{lines} is higher than the number of lines between
15269 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15270 are displayed.
15271 @item @var{mode}
15272 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15273 disassembly).
15274 @end table
15275
15276 @subsubheading Result
15277
15278 The output for each instruction is composed of four fields:
15279
15280 @itemize @bullet
15281 @item Address
15282 @item Func-name
15283 @item Offset
15284 @item Instruction
15285 @end itemize
15286
15287 Note that whatever included in the instruction field, is not manipulated
15288 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15289
15290 @subsubheading @value{GDBN} Command
15291
15292 There's no direct mapping from this command to the CLI.
15293
15294 @subsubheading Example
15295
15296 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15297
15298 @smallexample
15299 (@value{GDBP})
15300 -data-disassemble -s $pc -e "$pc + 20" -- 0
15301 ^done,
15302 asm_insns=[
15303 @{address="0x000107c0",func-name="main",offset="4",
15304 inst="mov 2, %o0"@},
15305 @{address="0x000107c4",func-name="main",offset="8",
15306 inst="sethi %hi(0x11800), %o2"@},
15307 @{address="0x000107c8",func-name="main",offset="12",
15308 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15309 @{address="0x000107cc",func-name="main",offset="16",
15310 inst="sethi %hi(0x11800), %o2"@},
15311 @{address="0x000107d0",func-name="main",offset="20",
15312 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15313 (@value{GDBP})
15314 @end smallexample
15315
15316 Disassemble the whole @code{main} function. Line 32 is part of
15317 @code{main}.
15318
15319 @smallexample
15320 -data-disassemble -f basics.c -l 32 -- 0
15321 ^done,asm_insns=[
15322 @{address="0x000107bc",func-name="main",offset="0",
15323 inst="save %sp, -112, %sp"@},
15324 @{address="0x000107c0",func-name="main",offset="4",
15325 inst="mov 2, %o0"@},
15326 @{address="0x000107c4",func-name="main",offset="8",
15327 inst="sethi %hi(0x11800), %o2"@},
15328 [@dots{}]
15329 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15330 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15331 (@value{GDBP})
15332 @end smallexample
15333
15334 Disassemble 3 instructions from the start of @code{main}:
15335
15336 @smallexample
15337 (@value{GDBP})
15338 -data-disassemble -f basics.c -l 32 -n 3 -- 0
15339 ^done,asm_insns=[
15340 @{address="0x000107bc",func-name="main",offset="0",
15341 inst="save %sp, -112, %sp"@},
15342 @{address="0x000107c0",func-name="main",offset="4",
15343 inst="mov 2, %o0"@},
15344 @{address="0x000107c4",func-name="main",offset="8",
15345 inst="sethi %hi(0x11800), %o2"@}]
15346 (@value{GDBP})
15347 @end smallexample
15348
15349 Disassemble 3 instructions from the start of @code{main} in mixed mode:
15350
15351 @smallexample
15352 (@value{GDBP})
15353 -data-disassemble -f basics.c -l 32 -n 3 -- 1
15354 ^done,asm_insns=[
15355 src_and_asm_line=@{line="31",
15356 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15357 testsuite/gdb.mi/basics.c",line_asm_insn=[
15358 @{address="0x000107bc",func-name="main",offset="0",
15359 inst="save %sp, -112, %sp"@}]@},
15360 src_and_asm_line=@{line="32",
15361 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15362 testsuite/gdb.mi/basics.c",line_asm_insn=[
15363 @{address="0x000107c0",func-name="main",offset="4",
15364 inst="mov 2, %o0"@},
15365 @{address="0x000107c4",func-name="main",offset="8",
15366 inst="sethi %hi(0x11800), %o2"@}]@}]
15367 (@value{GDBP})
15368 @end smallexample
15369
15370
15371 @subheading The @code{-data-evaluate-expression} Command
15372 @findex -data-evaluate-expression
15373
15374 @subsubheading Synopsis
15375
15376 @smallexample
15377 -data-evaluate-expression @var{expr}
15378 @end smallexample
15379
15380 Evaluate @var{expr} as an expression. The expression could contain an
15381 inferior function call. The function call will execute synchronously.
15382 If the expression contains spaces, it must be enclosed in double quotes.
15383
15384 @subsubheading @value{GDBN} Command
15385
15386 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15387 @samp{call}. In @code{gdbtk} only, there's a corresponding
15388 @samp{gdb_eval} command.
15389
15390 @subsubheading Example
15391
15392 In the following example, the numbers that precede the commands are the
15393 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15394 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15395 output.
15396
15397 @smallexample
15398 211-data-evaluate-expression A
15399 211^done,value="1"
15400 (@value{GDBP})
15401 311-data-evaluate-expression &A
15402 311^done,value="0xefffeb7c"
15403 (@value{GDBP})
15404 411-data-evaluate-expression A+3
15405 411^done,value="4"
15406 (@value{GDBP})
15407 511-data-evaluate-expression "A + 3"
15408 511^done,value="4"
15409 (@value{GDBP})
15410 @end smallexample
15411
15412
15413 @subheading The @code{-data-list-changed-registers} Command
15414 @findex -data-list-changed-registers
15415
15416 @subsubheading Synopsis
15417
15418 @smallexample
15419 -data-list-changed-registers
15420 @end smallexample
15421
15422 Display a list of the registers that have changed.
15423
15424 @subsubheading @value{GDBN} Command
15425
15426 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15427 has the corresponding command @samp{gdb_changed_register_list}.
15428
15429 @subsubheading Example
15430
15431 On a PPC MBX board:
15432
15433 @smallexample
15434 (@value{GDBP})
15435 -exec-continue
15436 ^running
15437
15438 (@value{GDBP})
15439 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15440 args=[],file="try.c",line="5"@}
15441 (@value{GDBP})
15442 -data-list-changed-registers
15443 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15444 "10","11","13","14","15","16","17","18","19","20","21","22","23",
15445 "24","25","26","27","28","30","31","64","65","66","67","69"]
15446 (@value{GDBP})
15447 @end smallexample
15448
15449
15450 @subheading The @code{-data-list-register-names} Command
15451 @findex -data-list-register-names
15452
15453 @subsubheading Synopsis
15454
15455 @smallexample
15456 -data-list-register-names [ ( @var{regno} )+ ]
15457 @end smallexample
15458
15459 Show a list of register names for the current target. If no arguments
15460 are given, it shows a list of the names of all the registers. If
15461 integer numbers are given as arguments, it will print a list of the
15462 names of the registers corresponding to the arguments. To ensure
15463 consistency between a register name and its number, the output list may
15464 include empty register names.
15465
15466 @subsubheading @value{GDBN} Command
15467
15468 @value{GDBN} does not have a command which corresponds to
15469 @samp{-data-list-register-names}. In @code{gdbtk} there is a
15470 corresponding command @samp{gdb_regnames}.
15471
15472 @subsubheading Example
15473
15474 For the PPC MBX board:
15475 @smallexample
15476 (@value{GDBP})
15477 -data-list-register-names
15478 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15479 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15480 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15481 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15482 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15483 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15484 "", "pc","ps","cr","lr","ctr","xer"]
15485 (@value{GDBP})
15486 -data-list-register-names 1 2 3
15487 ^done,register-names=["r1","r2","r3"]
15488 (@value{GDBP})
15489 @end smallexample
15490
15491 @subheading The @code{-data-list-register-values} Command
15492 @findex -data-list-register-values
15493
15494 @subsubheading Synopsis
15495
15496 @smallexample
15497 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15498 @end smallexample
15499
15500 Display the registers' contents. @var{fmt} is the format according to
15501 which the registers' contents are to be returned, followed by an optional
15502 list of numbers specifying the registers to display. A missing list of
15503 numbers indicates that the contents of all the registers must be returned.
15504
15505 Allowed formats for @var{fmt} are:
15506
15507 @table @code
15508 @item x
15509 Hexadecimal
15510 @item o
15511 Octal
15512 @item t
15513 Binary
15514 @item d
15515 Decimal
15516 @item r
15517 Raw
15518 @item N
15519 Natural
15520 @end table
15521
15522 @subsubheading @value{GDBN} Command
15523
15524 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15525 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15526
15527 @subsubheading Example
15528
15529 For a PPC MBX board (note: line breaks are for readability only, they
15530 don't appear in the actual output):
15531
15532 @smallexample
15533 (@value{GDBP})
15534 -data-list-register-values r 64 65
15535 ^done,register-values=[@{number="64",value="0xfe00a300"@},
15536 @{number="65",value="0x00029002"@}]
15537 (@value{GDBP})
15538 -data-list-register-values x
15539 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
15540 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15541 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
15542 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15543 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15544 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15545 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
15546 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15547 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15548 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15549 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15550 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15551 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15552 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15553 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15554 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15555 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
15556 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
15557 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
15558 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
15559 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
15560 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
15561 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
15562 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
15563 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
15564 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
15565 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
15566 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
15567 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
15568 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
15569 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
15570 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
15571 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15572 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15573 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15574 @{number="69",value="0x20002b03"@}]
15575 (@value{GDBP})
15576 @end smallexample
15577
15578
15579 @subheading The @code{-data-read-memory} Command
15580 @findex -data-read-memory
15581
15582 @subsubheading Synopsis
15583
15584 @smallexample
15585 -data-read-memory [ -o @var{byte-offset} ]
15586 @var{address} @var{word-format} @var{word-size}
15587 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15588 @end smallexample
15589
15590 @noindent
15591 where:
15592
15593 @table @samp
15594 @item @var{address}
15595 An expression specifying the address of the first memory word to be
15596 read. Complex expressions containing embedded white space should be
15597 quoted using the C convention.
15598
15599 @item @var{word-format}
15600 The format to be used to print the memory words. The notation is the
15601 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15602 ,Output formats}).
15603
15604 @item @var{word-size}
15605 The size of each memory word in bytes.
15606
15607 @item @var{nr-rows}
15608 The number of rows in the output table.
15609
15610 @item @var{nr-cols}
15611 The number of columns in the output table.
15612
15613 @item @var{aschar}
15614 If present, indicates that each row should include an @sc{ascii} dump. The
15615 value of @var{aschar} is used as a padding character when a byte is not a
15616 member of the printable @sc{ascii} character set (printable @sc{ascii}
15617 characters are those whose code is between 32 and 126, inclusively).
15618
15619 @item @var{byte-offset}
15620 An offset to add to the @var{address} before fetching memory.
15621 @end table
15622
15623 This command displays memory contents as a table of @var{nr-rows} by
15624 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
15625 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15626 (returned as @samp{total-bytes}). Should less than the requested number
15627 of bytes be returned by the target, the missing words are identified
15628 using @samp{N/A}. The number of bytes read from the target is returned
15629 in @samp{nr-bytes} and the starting address used to read memory in
15630 @samp{addr}.
15631
15632 The address of the next/previous row or page is available in
15633 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
15634 @samp{prev-page}.
15635
15636 @subsubheading @value{GDBN} Command
15637
15638 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15639 @samp{gdb_get_mem} memory read command.
15640
15641 @subsubheading Example
15642
15643 Read six bytes of memory starting at @code{bytes+6} but then offset by
15644 @code{-6} bytes. Format as three rows of two columns. One byte per
15645 word. Display each word in hex.
15646
15647 @smallexample
15648 (@value{GDBP})
15649 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
15650 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15651 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15652 prev-page="0x0000138a",memory=[
15653 @{addr="0x00001390",data=["0x00","0x01"]@},
15654 @{addr="0x00001392",data=["0x02","0x03"]@},
15655 @{addr="0x00001394",data=["0x04","0x05"]@}]
15656 (@value{GDBP})
15657 @end smallexample
15658
15659 Read two bytes of memory starting at address @code{shorts + 64} and
15660 display as a single word formatted in decimal.
15661
15662 @smallexample
15663 (@value{GDBP})
15664 5-data-read-memory shorts+64 d 2 1 1
15665 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15666 next-row="0x00001512",prev-row="0x0000150e",
15667 next-page="0x00001512",prev-page="0x0000150e",memory=[
15668 @{addr="0x00001510",data=["128"]@}]
15669 (@value{GDBP})
15670 @end smallexample
15671
15672 Read thirty two bytes of memory starting at @code{bytes+16} and format
15673 as eight rows of four columns. Include a string encoding with @samp{x}
15674 used as the non-printable character.
15675
15676 @smallexample
15677 (@value{GDBP})
15678 4-data-read-memory bytes+16 x 1 8 4 x
15679 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15680 next-row="0x000013c0",prev-row="0x0000139c",
15681 next-page="0x000013c0",prev-page="0x00001380",memory=[
15682 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15683 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15684 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15685 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15686 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15687 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15688 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15689 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15690 (@value{GDBP})
15691 @end smallexample
15692
15693 @subheading The @code{-display-delete} Command
15694 @findex -display-delete
15695
15696 @subsubheading Synopsis
15697
15698 @smallexample
15699 -display-delete @var{number}
15700 @end smallexample
15701
15702 Delete the display @var{number}.
15703
15704 @subsubheading @value{GDBN} Command
15705
15706 The corresponding @value{GDBN} command is @samp{delete display}.
15707
15708 @subsubheading Example
15709 N.A.
15710
15711
15712 @subheading The @code{-display-disable} Command
15713 @findex -display-disable
15714
15715 @subsubheading Synopsis
15716
15717 @smallexample
15718 -display-disable @var{number}
15719 @end smallexample
15720
15721 Disable display @var{number}.
15722
15723 @subsubheading @value{GDBN} Command
15724
15725 The corresponding @value{GDBN} command is @samp{disable display}.
15726
15727 @subsubheading Example
15728 N.A.
15729
15730
15731 @subheading The @code{-display-enable} Command
15732 @findex -display-enable
15733
15734 @subsubheading Synopsis
15735
15736 @smallexample
15737 -display-enable @var{number}
15738 @end smallexample
15739
15740 Enable display @var{number}.
15741
15742 @subsubheading @value{GDBN} Command
15743
15744 The corresponding @value{GDBN} command is @samp{enable display}.
15745
15746 @subsubheading Example
15747 N.A.
15748
15749
15750 @subheading The @code{-display-insert} Command
15751 @findex -display-insert
15752
15753 @subsubheading Synopsis
15754
15755 @smallexample
15756 -display-insert @var{expression}
15757 @end smallexample
15758
15759 Display @var{expression} every time the program stops.
15760
15761 @subsubheading @value{GDBN} Command
15762
15763 The corresponding @value{GDBN} command is @samp{display}.
15764
15765 @subsubheading Example
15766 N.A.
15767
15768
15769 @subheading The @code{-display-list} Command
15770 @findex -display-list
15771
15772 @subsubheading Synopsis
15773
15774 @smallexample
15775 -display-list
15776 @end smallexample
15777
15778 List the displays. Do not show the current values.
15779
15780 @subsubheading @value{GDBN} Command
15781
15782 The corresponding @value{GDBN} command is @samp{info display}.
15783
15784 @subsubheading Example
15785 N.A.
15786
15787
15788 @subheading The @code{-environment-cd} Command
15789 @findex -environment-cd
15790
15791 @subsubheading Synopsis
15792
15793 @smallexample
15794 -environment-cd @var{pathdir}
15795 @end smallexample
15796
15797 Set @value{GDBN}'s working directory.
15798
15799 @subsubheading @value{GDBN} Command
15800
15801 The corresponding @value{GDBN} command is @samp{cd}.
15802
15803 @subsubheading Example
15804
15805 @smallexample
15806 (@value{GDBP})
15807 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15808 ^done
15809 (@value{GDBP})
15810 @end smallexample
15811
15812
15813 @subheading The @code{-environment-directory} Command
15814 @findex -environment-directory
15815
15816 @subsubheading Synopsis
15817
15818 @smallexample
15819 -environment-directory [ -r ] [ @var{pathdir} ]+
15820 @end smallexample
15821
15822 Add directories @var{pathdir} to beginning of search path for source files.
15823 If the @samp{-r} option is used, the search path is reset to the default
15824 search path. If directories @var{pathdir} are supplied in addition to the
15825 @samp{-r} option, the search path is first reset and then addition
15826 occurs as normal.
15827 Multiple directories may be specified, separated by blanks. Specifying
15828 multiple directories in a single command
15829 results in the directories added to the beginning of the
15830 search path in the same order they were presented in the command.
15831 If blanks are needed as
15832 part of a directory name, double-quotes should be used around
15833 the name. In the command output, the path will show up separated
15834 by the system directory-separator character. The directory-seperator
15835 character must not be used
15836 in any directory name.
15837 If no directories are specified, the current search path is displayed.
15838
15839 @subsubheading @value{GDBN} Command
15840
15841 The corresponding @value{GDBN} command is @samp{dir}.
15842
15843 @subsubheading Example
15844
15845 @smallexample
15846 (@value{GDBP})
15847 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15848 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15849 (@value{GDBP})
15850 -environment-directory ""
15851 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15852 (@value{GDBP})
15853 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
15854 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
15855 (@value{GDBP})
15856 -environment-directory -r
15857 ^done,source-path="$cdir:$cwd"
15858 (@value{GDBP})
15859 @end smallexample
15860
15861
15862 @subheading The @code{-environment-path} Command
15863 @findex -environment-path
15864
15865 @subsubheading Synopsis
15866
15867 @smallexample
15868 -environment-path [ -r ] [ @var{pathdir} ]+
15869 @end smallexample
15870
15871 Add directories @var{pathdir} to beginning of search path for object files.
15872 If the @samp{-r} option is used, the search path is reset to the original
15873 search path that existed at gdb start-up. If directories @var{pathdir} are
15874 supplied in addition to the
15875 @samp{-r} option, the search path is first reset and then addition
15876 occurs as normal.
15877 Multiple directories may be specified, separated by blanks. Specifying
15878 multiple directories in a single command
15879 results in the directories added to the beginning of the
15880 search path in the same order they were presented in the command.
15881 If blanks are needed as
15882 part of a directory name, double-quotes should be used around
15883 the name. In the command output, the path will show up separated
15884 by the system directory-separator character. The directory-seperator
15885 character must not be used
15886 in any directory name.
15887 If no directories are specified, the current path is displayed.
15888
15889
15890 @subsubheading @value{GDBN} Command
15891
15892 The corresponding @value{GDBN} command is @samp{path}.
15893
15894 @subsubheading Example
15895
15896 @smallexample
15897 (@value{GDBP})
15898 -environment-path
15899 ^done,path="/usr/bin"
15900 (@value{GDBP})
15901 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
15902 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
15903 (@value{GDBP})
15904 -environment-path -r /usr/local/bin
15905 ^done,path="/usr/local/bin:/usr/bin"
15906 (@value{GDBP})
15907 @end smallexample
15908
15909
15910 @subheading The @code{-environment-pwd} Command
15911 @findex -environment-pwd
15912
15913 @subsubheading Synopsis
15914
15915 @smallexample
15916 -environment-pwd
15917 @end smallexample
15918
15919 Show the current working directory.
15920
15921 @subsubheading @value{GDBN} command
15922
15923 The corresponding @value{GDBN} command is @samp{pwd}.
15924
15925 @subsubheading Example
15926
15927 @smallexample
15928 (@value{GDBP})
15929 -environment-pwd
15930 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
15931 (@value{GDBP})
15932 @end smallexample
15933
15934 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15935 @node GDB/MI Program Control
15936 @section @sc{gdb/mi} Program control
15937
15938 @subsubheading Program termination
15939
15940 As a result of execution, the inferior program can run to completion, if
15941 it doesn't encounter any breakpoints. In this case the output will
15942 include an exit code, if the program has exited exceptionally.
15943
15944 @subsubheading Examples
15945
15946 @noindent
15947 Program exited normally:
15948
15949 @smallexample
15950 (@value{GDBP})
15951 -exec-run
15952 ^running
15953 (@value{GDBP})
15954 x = 55
15955 *stopped,reason="exited-normally"
15956 (@value{GDBP})
15957 @end smallexample
15958
15959 @noindent
15960 Program exited exceptionally:
15961
15962 @smallexample
15963 (@value{GDBP})
15964 -exec-run
15965 ^running
15966 (@value{GDBP})
15967 x = 55
15968 *stopped,reason="exited",exit-code="01"
15969 (@value{GDBP})
15970 @end smallexample
15971
15972 Another way the program can terminate is if it receives a signal such as
15973 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
15974
15975 @smallexample
15976 (@value{GDBP})
15977 *stopped,reason="exited-signalled",signal-name="SIGINT",
15978 signal-meaning="Interrupt"
15979 @end smallexample
15980
15981
15982 @subheading The @code{-exec-abort} Command
15983 @findex -exec-abort
15984
15985 @subsubheading Synopsis
15986
15987 @smallexample
15988 -exec-abort
15989 @end smallexample
15990
15991 Kill the inferior running program.
15992
15993 @subsubheading @value{GDBN} Command
15994
15995 The corresponding @value{GDBN} command is @samp{kill}.
15996
15997 @subsubheading Example
15998 N.A.
15999
16000
16001 @subheading The @code{-exec-arguments} Command
16002 @findex -exec-arguments
16003
16004 @subsubheading Synopsis
16005
16006 @smallexample
16007 -exec-arguments @var{args}
16008 @end smallexample
16009
16010 Set the inferior program arguments, to be used in the next
16011 @samp{-exec-run}.
16012
16013 @subsubheading @value{GDBN} Command
16014
16015 The corresponding @value{GDBN} command is @samp{set args}.
16016
16017 @subsubheading Example
16018
16019 @c FIXME!
16020 Don't have one around.
16021
16022
16023 @subheading The @code{-exec-continue} Command
16024 @findex -exec-continue
16025
16026 @subsubheading Synopsis
16027
16028 @smallexample
16029 -exec-continue
16030 @end smallexample
16031
16032 Asynchronous command. Resumes the execution of the inferior program
16033 until a breakpoint is encountered, or until the inferior exits.
16034
16035 @subsubheading @value{GDBN} Command
16036
16037 The corresponding @value{GDBN} corresponding is @samp{continue}.
16038
16039 @subsubheading Example
16040
16041 @smallexample
16042 -exec-continue
16043 ^running
16044 (@value{GDBP})
16045 @@Hello world
16046 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16047 file="hello.c",line="13"@}
16048 (@value{GDBP})
16049 @end smallexample
16050
16051
16052 @subheading The @code{-exec-finish} Command
16053 @findex -exec-finish
16054
16055 @subsubheading Synopsis
16056
16057 @smallexample
16058 -exec-finish
16059 @end smallexample
16060
16061 Asynchronous command. Resumes the execution of the inferior program
16062 until the current function is exited. Displays the results returned by
16063 the function.
16064
16065 @subsubheading @value{GDBN} Command
16066
16067 The corresponding @value{GDBN} command is @samp{finish}.
16068
16069 @subsubheading Example
16070
16071 Function returning @code{void}.
16072
16073 @smallexample
16074 -exec-finish
16075 ^running
16076 (@value{GDBP})
16077 @@hello from foo
16078 *stopped,reason="function-finished",frame=@{func="main",args=[],
16079 file="hello.c",line="7"@}
16080 (@value{GDBP})
16081 @end smallexample
16082
16083 Function returning other than @code{void}. The name of the internal
16084 @value{GDBN} variable storing the result is printed, together with the
16085 value itself.
16086
16087 @smallexample
16088 -exec-finish
16089 ^running
16090 (@value{GDBP})
16091 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16092 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16093 file="recursive2.c",line="14"@},
16094 gdb-result-var="$1",return-value="0"
16095 (@value{GDBP})
16096 @end smallexample
16097
16098
16099 @subheading The @code{-exec-interrupt} Command
16100 @findex -exec-interrupt
16101
16102 @subsubheading Synopsis
16103
16104 @smallexample
16105 -exec-interrupt
16106 @end smallexample
16107
16108 Asynchronous command. Interrupts the background execution of the target.
16109 Note how the token associated with the stop message is the one for the
16110 execution command that has been interrupted. The token for the interrupt
16111 itself only appears in the @samp{^done} output. If the user is trying to
16112 interrupt a non-running program, an error message will be printed.
16113
16114 @subsubheading @value{GDBN} Command
16115
16116 The corresponding @value{GDBN} command is @samp{interrupt}.
16117
16118 @subsubheading Example
16119
16120 @smallexample
16121 (@value{GDBP})
16122 111-exec-continue
16123 111^running
16124
16125 (@value{GDBP})
16126 222-exec-interrupt
16127 222^done
16128 (@value{GDBP})
16129 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16130 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16131 (@value{GDBP})
16132
16133 (@value{GDBP})
16134 -exec-interrupt
16135 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16136 (@value{GDBP})
16137 @end smallexample
16138
16139
16140 @subheading The @code{-exec-next} Command
16141 @findex -exec-next
16142
16143 @subsubheading Synopsis
16144
16145 @smallexample
16146 -exec-next
16147 @end smallexample
16148
16149 Asynchronous command. Resumes execution of the inferior program, stopping
16150 when the beginning of the next source line is reached.
16151
16152 @subsubheading @value{GDBN} Command
16153
16154 The corresponding @value{GDBN} command is @samp{next}.
16155
16156 @subsubheading Example
16157
16158 @smallexample
16159 -exec-next
16160 ^running
16161 (@value{GDBP})
16162 *stopped,reason="end-stepping-range",line="8",file="hello.c"
16163 (@value{GDBP})
16164 @end smallexample
16165
16166
16167 @subheading The @code{-exec-next-instruction} Command
16168 @findex -exec-next-instruction
16169
16170 @subsubheading Synopsis
16171
16172 @smallexample
16173 -exec-next-instruction
16174 @end smallexample
16175
16176 Asynchronous command. Executes one machine instruction. If the
16177 instruction is a function call continues until the function returns. If
16178 the program stops at an instruction in the middle of a source line, the
16179 address will be printed as well.
16180
16181 @subsubheading @value{GDBN} Command
16182
16183 The corresponding @value{GDBN} command is @samp{nexti}.
16184
16185 @subsubheading Example
16186
16187 @smallexample
16188 (@value{GDBP})
16189 -exec-next-instruction
16190 ^running
16191
16192 (@value{GDBP})
16193 *stopped,reason="end-stepping-range",
16194 addr="0x000100d4",line="5",file="hello.c"
16195 (@value{GDBP})
16196 @end smallexample
16197
16198
16199 @subheading The @code{-exec-return} Command
16200 @findex -exec-return
16201
16202 @subsubheading Synopsis
16203
16204 @smallexample
16205 -exec-return
16206 @end smallexample
16207
16208 Makes current function return immediately. Doesn't execute the inferior.
16209 Displays the new current frame.
16210
16211 @subsubheading @value{GDBN} Command
16212
16213 The corresponding @value{GDBN} command is @samp{return}.
16214
16215 @subsubheading Example
16216
16217 @smallexample
16218 (@value{GDBP})
16219 200-break-insert callee4
16220 200^done,bkpt=@{number="1",addr="0x00010734",
16221 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16222 (@value{GDBP})
16223 000-exec-run
16224 000^running
16225 (@value{GDBP})
16226 000*stopped,reason="breakpoint-hit",bkptno="1",
16227 frame=@{func="callee4",args=[],
16228 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16229 (@value{GDBP})
16230 205-break-delete
16231 205^done
16232 (@value{GDBP})
16233 111-exec-return
16234 111^done,frame=@{level="0",func="callee3",
16235 args=[@{name="strarg",
16236 value="0x11940 \"A string argument.\""@}],
16237 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16238 (@value{GDBP})
16239 @end smallexample
16240
16241
16242 @subheading The @code{-exec-run} Command
16243 @findex -exec-run
16244
16245 @subsubheading Synopsis
16246
16247 @smallexample
16248 -exec-run
16249 @end smallexample
16250
16251 Asynchronous command. Starts execution of the inferior from the
16252 beginning. The inferior executes until either a breakpoint is
16253 encountered or the program exits.
16254
16255 @subsubheading @value{GDBN} Command
16256
16257 The corresponding @value{GDBN} command is @samp{run}.
16258
16259 @subsubheading Example
16260
16261 @smallexample
16262 (@value{GDBP})
16263 -break-insert main
16264 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16265 (@value{GDBP})
16266 -exec-run
16267 ^running
16268 (@value{GDBP})
16269 *stopped,reason="breakpoint-hit",bkptno="1",
16270 frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16271 (@value{GDBP})
16272 @end smallexample
16273
16274
16275 @subheading The @code{-exec-show-arguments} Command
16276 @findex -exec-show-arguments
16277
16278 @subsubheading Synopsis
16279
16280 @smallexample
16281 -exec-show-arguments
16282 @end smallexample
16283
16284 Print the arguments of the program.
16285
16286 @subsubheading @value{GDBN} Command
16287
16288 The corresponding @value{GDBN} command is @samp{show args}.
16289
16290 @subsubheading Example
16291 N.A.
16292
16293 @c @subheading -exec-signal
16294
16295 @subheading The @code{-exec-step} Command
16296 @findex -exec-step
16297
16298 @subsubheading Synopsis
16299
16300 @smallexample
16301 -exec-step
16302 @end smallexample
16303
16304 Asynchronous command. Resumes execution of the inferior program, stopping
16305 when the beginning of the next source line is reached, if the next
16306 source line is not a function call. If it is, stop at the first
16307 instruction of the called function.
16308
16309 @subsubheading @value{GDBN} Command
16310
16311 The corresponding @value{GDBN} command is @samp{step}.
16312
16313 @subsubheading Example
16314
16315 Stepping into a function:
16316
16317 @smallexample
16318 -exec-step
16319 ^running
16320 (@value{GDBP})
16321 *stopped,reason="end-stepping-range",
16322 frame=@{func="foo",args=[@{name="a",value="10"@},
16323 @{name="b",value="0"@}],file="recursive2.c",line="11"@}
16324 (@value{GDBP})
16325 @end smallexample
16326
16327 Regular stepping:
16328
16329 @smallexample
16330 -exec-step
16331 ^running
16332 (@value{GDBP})
16333 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16334 (@value{GDBP})
16335 @end smallexample
16336
16337
16338 @subheading The @code{-exec-step-instruction} Command
16339 @findex -exec-step-instruction
16340
16341 @subsubheading Synopsis
16342
16343 @smallexample
16344 -exec-step-instruction
16345 @end smallexample
16346
16347 Asynchronous command. Resumes the inferior which executes one machine
16348 instruction. The output, once @value{GDBN} has stopped, will vary depending on
16349 whether we have stopped in the middle of a source line or not. In the
16350 former case, the address at which the program stopped will be printed as
16351 well.
16352
16353 @subsubheading @value{GDBN} Command
16354
16355 The corresponding @value{GDBN} command is @samp{stepi}.
16356
16357 @subsubheading Example
16358
16359 @smallexample
16360 (@value{GDBP})
16361 -exec-step-instruction
16362 ^running
16363
16364 (@value{GDBP})
16365 *stopped,reason="end-stepping-range",
16366 frame=@{func="foo",args=[],file="try.c",line="10"@}
16367 (@value{GDBP})
16368 -exec-step-instruction
16369 ^running
16370
16371 (@value{GDBP})
16372 *stopped,reason="end-stepping-range",
16373 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16374 (@value{GDBP})
16375 @end smallexample
16376
16377
16378 @subheading The @code{-exec-until} Command
16379 @findex -exec-until
16380
16381 @subsubheading Synopsis
16382
16383 @smallexample
16384 -exec-until [ @var{location} ]
16385 @end smallexample
16386
16387 Asynchronous command. Executes the inferior until the @var{location}
16388 specified in the argument is reached. If there is no argument, the inferior
16389 executes until a source line greater than the current one is reached.
16390 The reason for stopping in this case will be @samp{location-reached}.
16391
16392 @subsubheading @value{GDBN} Command
16393
16394 The corresponding @value{GDBN} command is @samp{until}.
16395
16396 @subsubheading Example
16397
16398 @smallexample
16399 (@value{GDBP})
16400 -exec-until recursive2.c:6
16401 ^running
16402 (@value{GDBP})
16403 x = 55
16404 *stopped,reason="location-reached",frame=@{func="main",args=[],
16405 file="recursive2.c",line="6"@}
16406 (@value{GDBP})
16407 @end smallexample
16408
16409 @ignore
16410 @subheading -file-clear
16411 Is this going away????
16412 @end ignore
16413
16414
16415 @subheading The @code{-file-exec-and-symbols} Command
16416 @findex -file-exec-and-symbols
16417
16418 @subsubheading Synopsis
16419
16420 @smallexample
16421 -file-exec-and-symbols @var{file}
16422 @end smallexample
16423
16424 Specify the executable file to be debugged. This file is the one from
16425 which the symbol table is also read. If no file is specified, the
16426 command clears the executable and symbol information. If breakpoints
16427 are set when using this command with no arguments, @value{GDBN} will produce
16428 error messages. Otherwise, no output is produced, except a completion
16429 notification.
16430
16431 @subsubheading @value{GDBN} Command
16432
16433 The corresponding @value{GDBN} command is @samp{file}.
16434
16435 @subsubheading Example
16436
16437 @smallexample
16438 (@value{GDBP})
16439 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16440 ^done
16441 (@value{GDBP})
16442 @end smallexample
16443
16444
16445 @subheading The @code{-file-exec-file} Command
16446 @findex -file-exec-file
16447
16448 @subsubheading Synopsis
16449
16450 @smallexample
16451 -file-exec-file @var{file}
16452 @end smallexample
16453
16454 Specify the executable file to be debugged. Unlike
16455 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16456 from this file. If used without argument, @value{GDBN} clears the information
16457 about the executable file. No output is produced, except a completion
16458 notification.
16459
16460 @subsubheading @value{GDBN} Command
16461
16462 The corresponding @value{GDBN} command is @samp{exec-file}.
16463
16464 @subsubheading Example
16465
16466 @smallexample
16467 (@value{GDBP})
16468 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16469 ^done
16470 (@value{GDBP})
16471 @end smallexample
16472
16473
16474 @subheading The @code{-file-list-exec-sections} Command
16475 @findex -file-list-exec-sections
16476
16477 @subsubheading Synopsis
16478
16479 @smallexample
16480 -file-list-exec-sections
16481 @end smallexample
16482
16483 List the sections of the current executable file.
16484
16485 @subsubheading @value{GDBN} Command
16486
16487 The @value{GDBN} command @samp{info file} shows, among the rest, the same
16488 information as this command. @code{gdbtk} has a corresponding command
16489 @samp{gdb_load_info}.
16490
16491 @subsubheading Example
16492 N.A.
16493
16494
16495 @subheading The @code{-file-list-exec-source-file} Command
16496 @findex -file-list-exec-source-file
16497
16498 @subsubheading Synopsis
16499
16500 @smallexample
16501 -file-list-exec-source-file
16502 @end smallexample
16503
16504 List the line number, the current source file, and the absolute path
16505 to the current source file for the current executable.
16506
16507 @subsubheading @value{GDBN} Command
16508
16509 There's no @value{GDBN} command which directly corresponds to this one.
16510
16511 @subsubheading Example
16512
16513 @smallexample
16514 (@value{GDBP})
16515 123-file-list-exec-source-file
16516 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16517 (@value{GDBP})
16518 @end smallexample
16519
16520
16521 @subheading The @code{-file-list-exec-source-files} Command
16522 @findex -file-list-exec-source-files
16523
16524 @subsubheading Synopsis
16525
16526 @smallexample
16527 -file-list-exec-source-files
16528 @end smallexample
16529
16530 List the source files for the current executable.
16531
16532 @subsubheading @value{GDBN} Command
16533
16534 There's no @value{GDBN} command which directly corresponds to this one.
16535 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16536
16537 @subsubheading Example
16538 N.A.
16539
16540
16541 @subheading The @code{-file-list-shared-libraries} Command
16542 @findex -file-list-shared-libraries
16543
16544 @subsubheading Synopsis
16545
16546 @smallexample
16547 -file-list-shared-libraries
16548 @end smallexample
16549
16550 List the shared libraries in the program.
16551
16552 @subsubheading @value{GDBN} Command
16553
16554 The corresponding @value{GDBN} command is @samp{info shared}.
16555
16556 @subsubheading Example
16557 N.A.
16558
16559
16560 @subheading The @code{-file-list-symbol-files} Command
16561 @findex -file-list-symbol-files
16562
16563 @subsubheading Synopsis
16564
16565 @smallexample
16566 -file-list-symbol-files
16567 @end smallexample
16568
16569 List symbol files.
16570
16571 @subsubheading @value{GDBN} Command
16572
16573 The corresponding @value{GDBN} command is @samp{info file} (part of it).
16574
16575 @subsubheading Example
16576 N.A.
16577
16578
16579 @subheading The @code{-file-symbol-file} Command
16580 @findex -file-symbol-file
16581
16582 @subsubheading Synopsis
16583
16584 @smallexample
16585 -file-symbol-file @var{file}
16586 @end smallexample
16587
16588 Read symbol table info from the specified @var{file} argument. When
16589 used without arguments, clears @value{GDBN}'s symbol table info. No output is
16590 produced, except for a completion notification.
16591
16592 @subsubheading @value{GDBN} Command
16593
16594 The corresponding @value{GDBN} command is @samp{symbol-file}.
16595
16596 @subsubheading Example
16597
16598 @smallexample
16599 (@value{GDBP})
16600 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16601 ^done
16602 (@value{GDBP})
16603 @end smallexample
16604
16605 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16606 @node GDB/MI Miscellaneous Commands
16607 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16608
16609 @c @subheading -gdb-complete
16610
16611 @subheading The @code{-gdb-exit} Command
16612 @findex -gdb-exit
16613
16614 @subsubheading Synopsis
16615
16616 @smallexample
16617 -gdb-exit
16618 @end smallexample
16619
16620 Exit @value{GDBN} immediately.
16621
16622 @subsubheading @value{GDBN} Command
16623
16624 Approximately corresponds to @samp{quit}.
16625
16626 @subsubheading Example
16627
16628 @smallexample
16629 (@value{GDBP})
16630 -gdb-exit
16631 @end smallexample
16632
16633 @subheading The @code{-gdb-set} Command
16634 @findex -gdb-set
16635
16636 @subsubheading Synopsis
16637
16638 @smallexample
16639 -gdb-set
16640 @end smallexample
16641
16642 Set an internal @value{GDBN} variable.
16643 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16644
16645 @subsubheading @value{GDBN} Command
16646
16647 The corresponding @value{GDBN} command is @samp{set}.
16648
16649 @subsubheading Example
16650
16651 @smallexample
16652 (@value{GDBP})
16653 -gdb-set $foo=3
16654 ^done
16655 (@value{GDBP})
16656 @end smallexample
16657
16658
16659 @subheading The @code{-gdb-show} Command
16660 @findex -gdb-show
16661
16662 @subsubheading Synopsis
16663
16664 @smallexample
16665 -gdb-show
16666 @end smallexample
16667
16668 Show the current value of a @value{GDBN} variable.
16669
16670 @subsubheading @value{GDBN} command
16671
16672 The corresponding @value{GDBN} command is @samp{show}.
16673
16674 @subsubheading Example
16675
16676 @smallexample
16677 (@value{GDBP})
16678 -gdb-show annotate
16679 ^done,value="0"
16680 (@value{GDBP})
16681 @end smallexample
16682
16683 @c @subheading -gdb-source
16684
16685
16686 @subheading The @code{-gdb-version} Command
16687 @findex -gdb-version
16688
16689 @subsubheading Synopsis
16690
16691 @smallexample
16692 -gdb-version
16693 @end smallexample
16694
16695 Show version information for @value{GDBN}. Used mostly in testing.
16696
16697 @subsubheading @value{GDBN} Command
16698
16699 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16700 information when you start an interactive session.
16701
16702 @subsubheading Example
16703
16704 @c This example modifies the actual output from GDB to avoid overfull
16705 @c box in TeX.
16706 @smallexample
16707 (@value{GDBP})
16708 -gdb-version
16709 ~GNU gdb 5.2.1
16710 ~Copyright 2000 Free Software Foundation, Inc.
16711 ~GDB is free software, covered by the GNU General Public License, and
16712 ~you are welcome to change it and/or distribute copies of it under
16713 ~ certain conditions.
16714 ~Type "show copying" to see the conditions.
16715 ~There is absolutely no warranty for GDB. Type "show warranty" for
16716 ~ details.
16717 ~This GDB was configured as
16718 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16719 ^done
16720 (@value{GDBP})
16721 @end smallexample
16722
16723 @subheading The @code{-interpreter-exec} Command
16724 @findex -interpreter-exec
16725
16726 @subheading Synopsis
16727
16728 @smallexample
16729 -interpreter-exec @var{interpreter} @var{command}
16730 @end smallexample
16731
16732 Execute the specified @var{command} in the given @var{interpreter}.
16733
16734 @subheading @value{GDBN} Command
16735
16736 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16737
16738 @subheading Example
16739
16740 @smallexample
16741 (@value{GDBP})
16742 -interpreter-exec console "break main"
16743 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
16744 &"During symbol reading, bad structure-type format.\n"
16745 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16746 ^done
16747 (@value{GDBP})
16748 @end smallexample
16749
16750 @ignore
16751 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16752 @node GDB/MI Kod Commands
16753 @section @sc{gdb/mi} Kod Commands
16754
16755 The Kod commands are not implemented.
16756
16757 @c @subheading -kod-info
16758
16759 @c @subheading -kod-list
16760
16761 @c @subheading -kod-list-object-types
16762
16763 @c @subheading -kod-show
16764
16765 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16766 @node GDB/MI Memory Overlay Commands
16767 @section @sc{gdb/mi} Memory Overlay Commands
16768
16769 The memory overlay commands are not implemented.
16770
16771 @c @subheading -overlay-auto
16772
16773 @c @subheading -overlay-list-mapping-state
16774
16775 @c @subheading -overlay-list-overlays
16776
16777 @c @subheading -overlay-map
16778
16779 @c @subheading -overlay-off
16780
16781 @c @subheading -overlay-on
16782
16783 @c @subheading -overlay-unmap
16784
16785 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16786 @node GDB/MI Signal Handling Commands
16787 @section @sc{gdb/mi} Signal Handling Commands
16788
16789 Signal handling commands are not implemented.
16790
16791 @c @subheading -signal-handle
16792
16793 @c @subheading -signal-list-handle-actions
16794
16795 @c @subheading -signal-list-signal-types
16796 @end ignore
16797
16798
16799 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16800 @node GDB/MI Stack Manipulation
16801 @section @sc{gdb/mi} Stack Manipulation Commands
16802
16803
16804 @subheading The @code{-stack-info-frame} Command
16805 @findex -stack-info-frame
16806
16807 @subsubheading Synopsis
16808
16809 @smallexample
16810 -stack-info-frame
16811 @end smallexample
16812
16813 Get info on the current frame.
16814
16815 @subsubheading @value{GDBN} Command
16816
16817 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16818 (without arguments).
16819
16820 @subsubheading Example
16821 N.A.
16822
16823 @subheading The @code{-stack-info-depth} Command
16824 @findex -stack-info-depth
16825
16826 @subsubheading Synopsis
16827
16828 @smallexample
16829 -stack-info-depth [ @var{max-depth} ]
16830 @end smallexample
16831
16832 Return the depth of the stack. If the integer argument @var{max-depth}
16833 is specified, do not count beyond @var{max-depth} frames.
16834
16835 @subsubheading @value{GDBN} Command
16836
16837 There's no equivalent @value{GDBN} command.
16838
16839 @subsubheading Example
16840
16841 For a stack with frame levels 0 through 11:
16842
16843 @smallexample
16844 (@value{GDBP})
16845 -stack-info-depth
16846 ^done,depth="12"
16847 (@value{GDBP})
16848 -stack-info-depth 4
16849 ^done,depth="4"
16850 (@value{GDBP})
16851 -stack-info-depth 12
16852 ^done,depth="12"
16853 (@value{GDBP})
16854 -stack-info-depth 11
16855 ^done,depth="11"
16856 (@value{GDBP})
16857 -stack-info-depth 13
16858 ^done,depth="12"
16859 (@value{GDBP})
16860 @end smallexample
16861
16862 @subheading The @code{-stack-list-arguments} Command
16863 @findex -stack-list-arguments
16864
16865 @subsubheading Synopsis
16866
16867 @smallexample
16868 -stack-list-arguments @var{show-values}
16869 [ @var{low-frame} @var{high-frame} ]
16870 @end smallexample
16871
16872 Display a list of the arguments for the frames between @var{low-frame}
16873 and @var{high-frame} (inclusive). If @var{low-frame} and
16874 @var{high-frame} are not provided, list the arguments for the whole call
16875 stack.
16876
16877 The @var{show-values} argument must have a value of 0 or 1. A value of
16878 0 means that only the names of the arguments are listed, a value of 1
16879 means that both names and values of the arguments are printed.
16880
16881 @subsubheading @value{GDBN} Command
16882
16883 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
16884 @samp{gdb_get_args} command which partially overlaps with the
16885 functionality of @samp{-stack-list-arguments}.
16886
16887 @subsubheading Example
16888
16889 @smallexample
16890 (@value{GDBP})
16891 -stack-list-frames
16892 ^done,
16893 stack=[
16894 frame=@{level="0",addr="0x00010734",func="callee4",
16895 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
16896 frame=@{level="1",addr="0x0001076c",func="callee3",
16897 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
16898 frame=@{level="2",addr="0x0001078c",func="callee2",
16899 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
16900 frame=@{level="3",addr="0x000107b4",func="callee1",
16901 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
16902 frame=@{level="4",addr="0x000107e0",func="main",
16903 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
16904 (@value{GDBP})
16905 -stack-list-arguments 0
16906 ^done,
16907 stack-args=[
16908 frame=@{level="0",args=[]@},
16909 frame=@{level="1",args=[name="strarg"]@},
16910 frame=@{level="2",args=[name="intarg",name="strarg"]@},
16911 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
16912 frame=@{level="4",args=[]@}]
16913 (@value{GDBP})
16914 -stack-list-arguments 1
16915 ^done,
16916 stack-args=[
16917 frame=@{level="0",args=[]@},
16918 frame=@{level="1",
16919 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16920 frame=@{level="2",args=[
16921 @{name="intarg",value="2"@},
16922 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16923 @{frame=@{level="3",args=[
16924 @{name="intarg",value="2"@},
16925 @{name="strarg",value="0x11940 \"A string argument.\""@},
16926 @{name="fltarg",value="3.5"@}]@},
16927 frame=@{level="4",args=[]@}]
16928 (@value{GDBP})
16929 -stack-list-arguments 0 2 2
16930 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
16931 (@value{GDBP})
16932 -stack-list-arguments 1 2 2
16933 ^done,stack-args=[frame=@{level="2",
16934 args=[@{name="intarg",value="2"@},
16935 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
16936 (@value{GDBP})
16937 @end smallexample
16938
16939 @c @subheading -stack-list-exception-handlers
16940
16941
16942 @subheading The @code{-stack-list-frames} Command
16943 @findex -stack-list-frames
16944
16945 @subsubheading Synopsis
16946
16947 @smallexample
16948 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
16949 @end smallexample
16950
16951 List the frames currently on the stack. For each frame it displays the
16952 following info:
16953
16954 @table @samp
16955 @item @var{level}
16956 The frame number, 0 being the topmost frame, i.e. the innermost function.
16957 @item @var{addr}
16958 The @code{$pc} value for that frame.
16959 @item @var{func}
16960 Function name.
16961 @item @var{file}
16962 File name of the source file where the function lives.
16963 @item @var{line}
16964 Line number corresponding to the @code{$pc}.
16965 @end table
16966
16967 If invoked without arguments, this command prints a backtrace for the
16968 whole stack. If given two integer arguments, it shows the frames whose
16969 levels are between the two arguments (inclusive). If the two arguments
16970 are equal, it shows the single frame at the corresponding level.
16971
16972 @subsubheading @value{GDBN} Command
16973
16974 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
16975
16976 @subsubheading Example
16977
16978 Full stack backtrace:
16979
16980 @smallexample
16981 (@value{GDBP})
16982 -stack-list-frames
16983 ^done,stack=
16984 [frame=@{level="0",addr="0x0001076c",func="foo",
16985 file="recursive2.c",line="11"@},
16986 frame=@{level="1",addr="0x000107a4",func="foo",
16987 file="recursive2.c",line="14"@},
16988 frame=@{level="2",addr="0x000107a4",func="foo",
16989 file="recursive2.c",line="14"@},
16990 frame=@{level="3",addr="0x000107a4",func="foo",
16991 file="recursive2.c",line="14"@},
16992 frame=@{level="4",addr="0x000107a4",func="foo",
16993 file="recursive2.c",line="14"@},
16994 frame=@{level="5",addr="0x000107a4",func="foo",
16995 file="recursive2.c",line="14"@},
16996 frame=@{level="6",addr="0x000107a4",func="foo",
16997 file="recursive2.c",line="14"@},
16998 frame=@{level="7",addr="0x000107a4",func="foo",
16999 file="recursive2.c",line="14"@},
17000 frame=@{level="8",addr="0x000107a4",func="foo",
17001 file="recursive2.c",line="14"@},
17002 frame=@{level="9",addr="0x000107a4",func="foo",
17003 file="recursive2.c",line="14"@},
17004 frame=@{level="10",addr="0x000107a4",func="foo",
17005 file="recursive2.c",line="14"@},
17006 frame=@{level="11",addr="0x00010738",func="main",
17007 file="recursive2.c",line="4"@}]
17008 (@value{GDBP})
17009 @end smallexample
17010
17011 Show frames between @var{low_frame} and @var{high_frame}:
17012
17013 @smallexample
17014 (@value{GDBP})
17015 -stack-list-frames 3 5
17016 ^done,stack=
17017 [frame=@{level="3",addr="0x000107a4",func="foo",
17018 file="recursive2.c",line="14"@},
17019 frame=@{level="4",addr="0x000107a4",func="foo",
17020 file="recursive2.c",line="14"@},
17021 frame=@{level="5",addr="0x000107a4",func="foo",
17022 file="recursive2.c",line="14"@}]
17023 (@value{GDBP})
17024 @end smallexample
17025
17026 Show a single frame:
17027
17028 @smallexample
17029 (@value{GDBP})
17030 -stack-list-frames 3 3
17031 ^done,stack=
17032 [frame=@{level="3",addr="0x000107a4",func="foo",
17033 file="recursive2.c",line="14"@}]
17034 (@value{GDBP})
17035 @end smallexample
17036
17037
17038 @subheading The @code{-stack-list-locals} Command
17039 @findex -stack-list-locals
17040
17041 @subsubheading Synopsis
17042
17043 @smallexample
17044 -stack-list-locals @var{print-values}
17045 @end smallexample
17046
17047 Display the local variable names for the current frame. With an
17048 argument of 0 prints only the names of the variables, with argument of 1
17049 prints also their values.
17050
17051 @subsubheading @value{GDBN} Command
17052
17053 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17054
17055 @subsubheading Example
17056
17057 @smallexample
17058 (@value{GDBP})
17059 -stack-list-locals 0
17060 ^done,locals=[name="A",name="B",name="C"]
17061 (@value{GDBP})
17062 -stack-list-locals 1
17063 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17064 @{name="C",value="3"@}]
17065 (@value{GDBP})
17066 @end smallexample
17067
17068
17069 @subheading The @code{-stack-select-frame} Command
17070 @findex -stack-select-frame
17071
17072 @subsubheading Synopsis
17073
17074 @smallexample
17075 -stack-select-frame @var{framenum}
17076 @end smallexample
17077
17078 Change the current frame. Select a different frame @var{framenum} on
17079 the stack.
17080
17081 @subsubheading @value{GDBN} Command
17082
17083 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17084 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17085
17086 @subsubheading Example
17087
17088 @smallexample
17089 (@value{GDBP})
17090 -stack-select-frame 2
17091 ^done
17092 (@value{GDBP})
17093 @end smallexample
17094
17095 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17096 @node GDB/MI Symbol Query
17097 @section @sc{gdb/mi} Symbol Query Commands
17098
17099
17100 @subheading The @code{-symbol-info-address} Command
17101 @findex -symbol-info-address
17102
17103 @subsubheading Synopsis
17104
17105 @smallexample
17106 -symbol-info-address @var{symbol}
17107 @end smallexample
17108
17109 Describe where @var{symbol} is stored.
17110
17111 @subsubheading @value{GDBN} Command
17112
17113 The corresponding @value{GDBN} command is @samp{info address}.
17114
17115 @subsubheading Example
17116 N.A.
17117
17118
17119 @subheading The @code{-symbol-info-file} Command
17120 @findex -symbol-info-file
17121
17122 @subsubheading Synopsis
17123
17124 @smallexample
17125 -symbol-info-file
17126 @end smallexample
17127
17128 Show the file for the symbol.
17129
17130 @subsubheading @value{GDBN} Command
17131
17132 There's no equivalent @value{GDBN} command. @code{gdbtk} has
17133 @samp{gdb_find_file}.
17134
17135 @subsubheading Example
17136 N.A.
17137
17138
17139 @subheading The @code{-symbol-info-function} Command
17140 @findex -symbol-info-function
17141
17142 @subsubheading Synopsis
17143
17144 @smallexample
17145 -symbol-info-function
17146 @end smallexample
17147
17148 Show which function the symbol lives in.
17149
17150 @subsubheading @value{GDBN} Command
17151
17152 @samp{gdb_get_function} in @code{gdbtk}.
17153
17154 @subsubheading Example
17155 N.A.
17156
17157
17158 @subheading The @code{-symbol-info-line} Command
17159 @findex -symbol-info-line
17160
17161 @subsubheading Synopsis
17162
17163 @smallexample
17164 -symbol-info-line
17165 @end smallexample
17166
17167 Show the core addresses of the code for a source line.
17168
17169 @subsubheading @value{GDBN} Command
17170
17171 The corresponding @value{GDBN} comamnd is @samp{info line}.
17172 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17173
17174 @subsubheading Example
17175 N.A.
17176
17177
17178 @subheading The @code{-symbol-info-symbol} Command
17179 @findex -symbol-info-symbol
17180
17181 @subsubheading Synopsis
17182
17183 @smallexample
17184 -symbol-info-symbol @var{addr}
17185 @end smallexample
17186
17187 Describe what symbol is at location @var{addr}.
17188
17189 @subsubheading @value{GDBN} Command
17190
17191 The corresponding @value{GDBN} command is @samp{info symbol}.
17192
17193 @subsubheading Example
17194 N.A.
17195
17196
17197 @subheading The @code{-symbol-list-functions} Command
17198 @findex -symbol-list-functions
17199
17200 @subsubheading Synopsis
17201
17202 @smallexample
17203 -symbol-list-functions
17204 @end smallexample
17205
17206 List the functions in the executable.
17207
17208 @subsubheading @value{GDBN} Command
17209
17210 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17211 @samp{gdb_search} in @code{gdbtk}.
17212
17213 @subsubheading Example
17214 N.A.
17215
17216
17217 @subheading The @code{-symbol-list-lines} Command
17218 @findex -symbol-list-lines
17219
17220 @subsubheading Synopsis
17221
17222 @smallexample
17223 -symbol-list-lines @var{filename}
17224 @end smallexample
17225
17226 Print the list of lines that contain code and their associated program
17227 addresses for the given source filename. The entries are sorted in
17228 ascending PC order.
17229
17230 @subsubheading @value{GDBN} Command
17231
17232 There is no corresponding @value{GDBN} command.
17233
17234 @subsubheading Example
17235 @smallexample
17236 (@value{GDBP})
17237 -symbol-list-lines basics.c
17238 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
17239 (@value{GDBP})
17240 @end smallexample
17241
17242
17243 @subheading The @code{-symbol-list-types} Command
17244 @findex -symbol-list-types
17245
17246 @subsubheading Synopsis
17247
17248 @smallexample
17249 -symbol-list-types
17250 @end smallexample
17251
17252 List all the type names.
17253
17254 @subsubheading @value{GDBN} Command
17255
17256 The corresponding commands are @samp{info types} in @value{GDBN},
17257 @samp{gdb_search} in @code{gdbtk}.
17258
17259 @subsubheading Example
17260 N.A.
17261
17262
17263 @subheading The @code{-symbol-list-variables} Command
17264 @findex -symbol-list-variables
17265
17266 @subsubheading Synopsis
17267
17268 @smallexample
17269 -symbol-list-variables
17270 @end smallexample
17271
17272 List all the global and static variable names.
17273
17274 @subsubheading @value{GDBN} Command
17275
17276 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17277
17278 @subsubheading Example
17279 N.A.
17280
17281
17282 @subheading The @code{-symbol-locate} Command
17283 @findex -symbol-locate
17284
17285 @subsubheading Synopsis
17286
17287 @smallexample
17288 -symbol-locate
17289 @end smallexample
17290
17291 @subsubheading @value{GDBN} Command
17292
17293 @samp{gdb_loc} in @code{gdbtk}.
17294
17295 @subsubheading Example
17296 N.A.
17297
17298
17299 @subheading The @code{-symbol-type} Command
17300 @findex -symbol-type
17301
17302 @subsubheading Synopsis
17303
17304 @smallexample
17305 -symbol-type @var{variable}
17306 @end smallexample
17307
17308 Show type of @var{variable}.
17309
17310 @subsubheading @value{GDBN} Command
17311
17312 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17313 @samp{gdb_obj_variable}.
17314
17315 @subsubheading Example
17316 N.A.
17317
17318
17319 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17320 @node GDB/MI Target Manipulation
17321 @section @sc{gdb/mi} Target Manipulation Commands
17322
17323
17324 @subheading The @code{-target-attach} Command
17325 @findex -target-attach
17326
17327 @subsubheading Synopsis
17328
17329 @smallexample
17330 -target-attach @var{pid} | @var{file}
17331 @end smallexample
17332
17333 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17334
17335 @subsubheading @value{GDBN} command
17336
17337 The corresponding @value{GDBN} command is @samp{attach}.
17338
17339 @subsubheading Example
17340 N.A.
17341
17342
17343 @subheading The @code{-target-compare-sections} Command
17344 @findex -target-compare-sections
17345
17346 @subsubheading Synopsis
17347
17348 @smallexample
17349 -target-compare-sections [ @var{section} ]
17350 @end smallexample
17351
17352 Compare data of section @var{section} on target to the exec file.
17353 Without the argument, all sections are compared.
17354
17355 @subsubheading @value{GDBN} Command
17356
17357 The @value{GDBN} equivalent is @samp{compare-sections}.
17358
17359 @subsubheading Example
17360 N.A.
17361
17362
17363 @subheading The @code{-target-detach} Command
17364 @findex -target-detach
17365
17366 @subsubheading Synopsis
17367
17368 @smallexample
17369 -target-detach
17370 @end smallexample
17371
17372 Disconnect from the remote target. There's no output.
17373
17374 @subsubheading @value{GDBN} command
17375
17376 The corresponding @value{GDBN} command is @samp{detach}.
17377
17378 @subsubheading Example
17379
17380 @smallexample
17381 (@value{GDBP})
17382 -target-detach
17383 ^done
17384 (@value{GDBP})
17385 @end smallexample
17386
17387
17388 @subheading The @code{-target-disconnect} Command
17389 @findex -target-disconnect
17390
17391 @subsubheading Synopsis
17392
17393 @example
17394 -target-disconnect
17395 @end example
17396
17397 Disconnect from the remote target. There's no output.
17398
17399 @subsubheading @value{GDBN} command
17400
17401 The corresponding @value{GDBN} command is @samp{disconnect}.
17402
17403 @subsubheading Example
17404
17405 @smallexample
17406 (@value{GDBP})
17407 -target-disconnect
17408 ^done
17409 (@value{GDBP})
17410 @end smallexample
17411
17412
17413 @subheading The @code{-target-download} Command
17414 @findex -target-download
17415
17416 @subsubheading Synopsis
17417
17418 @smallexample
17419 -target-download
17420 @end smallexample
17421
17422 Loads the executable onto the remote target.
17423 It prints out an update message every half second, which includes the fields:
17424
17425 @table @samp
17426 @item section
17427 The name of the section.
17428 @item section-sent
17429 The size of what has been sent so far for that section.
17430 @item section-size
17431 The size of the section.
17432 @item total-sent
17433 The total size of what was sent so far (the current and the previous sections).
17434 @item total-size
17435 The size of the overall executable to download.
17436 @end table
17437
17438 @noindent
17439 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17440 @sc{gdb/mi} Output Syntax}).
17441
17442 In addition, it prints the name and size of the sections, as they are
17443 downloaded. These messages include the following fields:
17444
17445 @table @samp
17446 @item section
17447 The name of the section.
17448 @item section-size
17449 The size of the section.
17450 @item total-size
17451 The size of the overall executable to download.
17452 @end table
17453
17454 @noindent
17455 At the end, a summary is printed.
17456
17457 @subsubheading @value{GDBN} Command
17458
17459 The corresponding @value{GDBN} command is @samp{load}.
17460
17461 @subsubheading Example
17462
17463 Note: each status message appears on a single line. Here the messages
17464 have been broken down so that they can fit onto a page.
17465
17466 @smallexample
17467 (@value{GDBP})
17468 -target-download
17469 +download,@{section=".text",section-size="6668",total-size="9880"@}
17470 +download,@{section=".text",section-sent="512",section-size="6668",
17471 total-sent="512",total-size="9880"@}
17472 +download,@{section=".text",section-sent="1024",section-size="6668",
17473 total-sent="1024",total-size="9880"@}
17474 +download,@{section=".text",section-sent="1536",section-size="6668",
17475 total-sent="1536",total-size="9880"@}
17476 +download,@{section=".text",section-sent="2048",section-size="6668",
17477 total-sent="2048",total-size="9880"@}
17478 +download,@{section=".text",section-sent="2560",section-size="6668",
17479 total-sent="2560",total-size="9880"@}
17480 +download,@{section=".text",section-sent="3072",section-size="6668",
17481 total-sent="3072",total-size="9880"@}
17482 +download,@{section=".text",section-sent="3584",section-size="6668",
17483 total-sent="3584",total-size="9880"@}
17484 +download,@{section=".text",section-sent="4096",section-size="6668",
17485 total-sent="4096",total-size="9880"@}
17486 +download,@{section=".text",section-sent="4608",section-size="6668",
17487 total-sent="4608",total-size="9880"@}
17488 +download,@{section=".text",section-sent="5120",section-size="6668",
17489 total-sent="5120",total-size="9880"@}
17490 +download,@{section=".text",section-sent="5632",section-size="6668",
17491 total-sent="5632",total-size="9880"@}
17492 +download,@{section=".text",section-sent="6144",section-size="6668",
17493 total-sent="6144",total-size="9880"@}
17494 +download,@{section=".text",section-sent="6656",section-size="6668",
17495 total-sent="6656",total-size="9880"@}
17496 +download,@{section=".init",section-size="28",total-size="9880"@}
17497 +download,@{section=".fini",section-size="28",total-size="9880"@}
17498 +download,@{section=".data",section-size="3156",total-size="9880"@}
17499 +download,@{section=".data",section-sent="512",section-size="3156",
17500 total-sent="7236",total-size="9880"@}
17501 +download,@{section=".data",section-sent="1024",section-size="3156",
17502 total-sent="7748",total-size="9880"@}
17503 +download,@{section=".data",section-sent="1536",section-size="3156",
17504 total-sent="8260",total-size="9880"@}
17505 +download,@{section=".data",section-sent="2048",section-size="3156",
17506 total-sent="8772",total-size="9880"@}
17507 +download,@{section=".data",section-sent="2560",section-size="3156",
17508 total-sent="9284",total-size="9880"@}
17509 +download,@{section=".data",section-sent="3072",section-size="3156",
17510 total-sent="9796",total-size="9880"@}
17511 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
17512 write-rate="429"
17513 (@value{GDBP})
17514 @end smallexample
17515
17516
17517 @subheading The @code{-target-exec-status} Command
17518 @findex -target-exec-status
17519
17520 @subsubheading Synopsis
17521
17522 @smallexample
17523 -target-exec-status
17524 @end smallexample
17525
17526 Provide information on the state of the target (whether it is running or
17527 not, for instance).
17528
17529 @subsubheading @value{GDBN} Command
17530
17531 There's no equivalent @value{GDBN} command.
17532
17533 @subsubheading Example
17534 N.A.
17535
17536
17537 @subheading The @code{-target-list-available-targets} Command
17538 @findex -target-list-available-targets
17539
17540 @subsubheading Synopsis
17541
17542 @smallexample
17543 -target-list-available-targets
17544 @end smallexample
17545
17546 List the possible targets to connect to.
17547
17548 @subsubheading @value{GDBN} Command
17549
17550 The corresponding @value{GDBN} command is @samp{help target}.
17551
17552 @subsubheading Example
17553 N.A.
17554
17555
17556 @subheading The @code{-target-list-current-targets} Command
17557 @findex -target-list-current-targets
17558
17559 @subsubheading Synopsis
17560
17561 @smallexample
17562 -target-list-current-targets
17563 @end smallexample
17564
17565 Describe the current target.
17566
17567 @subsubheading @value{GDBN} Command
17568
17569 The corresponding information is printed by @samp{info file} (among
17570 other things).
17571
17572 @subsubheading Example
17573 N.A.
17574
17575
17576 @subheading The @code{-target-list-parameters} Command
17577 @findex -target-list-parameters
17578
17579 @subsubheading Synopsis
17580
17581 @smallexample
17582 -target-list-parameters
17583 @end smallexample
17584
17585 @c ????
17586
17587 @subsubheading @value{GDBN} Command
17588
17589 No equivalent.
17590
17591 @subsubheading Example
17592 N.A.
17593
17594
17595 @subheading The @code{-target-select} Command
17596 @findex -target-select
17597
17598 @subsubheading Synopsis
17599
17600 @smallexample
17601 -target-select @var{type} @var{parameters @dots{}}
17602 @end smallexample
17603
17604 Connect @value{GDBN} to the remote target. This command takes two args:
17605
17606 @table @samp
17607 @item @var{type}
17608 The type of target, for instance @samp{async}, @samp{remote}, etc.
17609 @item @var{parameters}
17610 Device names, host names and the like. @xref{Target Commands, ,
17611 Commands for managing targets}, for more details.
17612 @end table
17613
17614 The output is a connection notification, followed by the address at
17615 which the target program is, in the following form:
17616
17617 @smallexample
17618 ^connected,addr="@var{address}",func="@var{function name}",
17619 args=[@var{arg list}]
17620 @end smallexample
17621
17622 @subsubheading @value{GDBN} Command
17623
17624 The corresponding @value{GDBN} command is @samp{target}.
17625
17626 @subsubheading Example
17627
17628 @smallexample
17629 (@value{GDBP})
17630 -target-select async /dev/ttya
17631 ^connected,addr="0xfe00a300",func="??",args=[]
17632 (@value{GDBP})
17633 @end smallexample
17634
17635 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17636 @node GDB/MI Thread Commands
17637 @section @sc{gdb/mi} Thread Commands
17638
17639
17640 @subheading The @code{-thread-info} Command
17641 @findex -thread-info
17642
17643 @subsubheading Synopsis
17644
17645 @smallexample
17646 -thread-info
17647 @end smallexample
17648
17649 @subsubheading @value{GDBN} command
17650
17651 No equivalent.
17652
17653 @subsubheading Example
17654 N.A.
17655
17656
17657 @subheading The @code{-thread-list-all-threads} Command
17658 @findex -thread-list-all-threads
17659
17660 @subsubheading Synopsis
17661
17662 @smallexample
17663 -thread-list-all-threads
17664 @end smallexample
17665
17666 @subsubheading @value{GDBN} Command
17667
17668 The equivalent @value{GDBN} command is @samp{info threads}.
17669
17670 @subsubheading Example
17671 N.A.
17672
17673
17674 @subheading The @code{-thread-list-ids} Command
17675 @findex -thread-list-ids
17676
17677 @subsubheading Synopsis
17678
17679 @smallexample
17680 -thread-list-ids
17681 @end smallexample
17682
17683 Produces a list of the currently known @value{GDBN} thread ids. At the
17684 end of the list it also prints the total number of such threads.
17685
17686 @subsubheading @value{GDBN} Command
17687
17688 Part of @samp{info threads} supplies the same information.
17689
17690 @subsubheading Example
17691
17692 No threads present, besides the main process:
17693
17694 @smallexample
17695 (@value{GDBP})
17696 -thread-list-ids
17697 ^done,thread-ids=@{@},number-of-threads="0"
17698 (@value{GDBP})
17699 @end smallexample
17700
17701
17702 Several threads:
17703
17704 @smallexample
17705 (@value{GDBP})
17706 -thread-list-ids
17707 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17708 number-of-threads="3"
17709 (@value{GDBP})
17710 @end smallexample
17711
17712
17713 @subheading The @code{-thread-select} Command
17714 @findex -thread-select
17715
17716 @subsubheading Synopsis
17717
17718 @smallexample
17719 -thread-select @var{threadnum}
17720 @end smallexample
17721
17722 Make @var{threadnum} the current thread. It prints the number of the new
17723 current thread, and the topmost frame for that thread.
17724
17725 @subsubheading @value{GDBN} Command
17726
17727 The corresponding @value{GDBN} command is @samp{thread}.
17728
17729 @subsubheading Example
17730
17731 @smallexample
17732 (@value{GDBP})
17733 -exec-next
17734 ^running
17735 (@value{GDBP})
17736 *stopped,reason="end-stepping-range",thread-id="2",line="187",
17737 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17738 (@value{GDBP})
17739 -thread-list-ids
17740 ^done,
17741 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17742 number-of-threads="3"
17743 (@value{GDBP})
17744 -thread-select 3
17745 ^done,new-thread-id="3",
17746 frame=@{level="0",func="vprintf",
17747 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17748 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17749 (@value{GDBP})
17750 @end smallexample
17751
17752 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17753 @node GDB/MI Tracepoint Commands
17754 @section @sc{gdb/mi} Tracepoint Commands
17755
17756 The tracepoint commands are not yet implemented.
17757
17758 @c @subheading -trace-actions
17759
17760 @c @subheading -trace-delete
17761
17762 @c @subheading -trace-disable
17763
17764 @c @subheading -trace-dump
17765
17766 @c @subheading -trace-enable
17767
17768 @c @subheading -trace-exists
17769
17770 @c @subheading -trace-find
17771
17772 @c @subheading -trace-frame-number
17773
17774 @c @subheading -trace-info
17775
17776 @c @subheading -trace-insert
17777
17778 @c @subheading -trace-list
17779
17780 @c @subheading -trace-pass-count
17781
17782 @c @subheading -trace-save
17783
17784 @c @subheading -trace-start
17785
17786 @c @subheading -trace-stop
17787
17788
17789 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17790 @node GDB/MI Variable Objects
17791 @section @sc{gdb/mi} Variable Objects
17792
17793
17794 @subheading Motivation for Variable Objects in @sc{gdb/mi}
17795
17796 For the implementation of a variable debugger window (locals, watched
17797 expressions, etc.), we are proposing the adaptation of the existing code
17798 used by @code{Insight}.
17799
17800 The two main reasons for that are:
17801
17802 @enumerate 1
17803 @item
17804 It has been proven in practice (it is already on its second generation).
17805
17806 @item
17807 It will shorten development time (needless to say how important it is
17808 now).
17809 @end enumerate
17810
17811 The original interface was designed to be used by Tcl code, so it was
17812 slightly changed so it could be used through @sc{gdb/mi}. This section
17813 describes the @sc{gdb/mi} operations that will be available and gives some
17814 hints about their use.
17815
17816 @emph{Note}: In addition to the set of operations described here, we
17817 expect the @sc{gui} implementation of a variable window to require, at
17818 least, the following operations:
17819
17820 @itemize @bullet
17821 @item @code{-gdb-show} @code{output-radix}
17822 @item @code{-stack-list-arguments}
17823 @item @code{-stack-list-locals}
17824 @item @code{-stack-select-frame}
17825 @end itemize
17826
17827 @subheading Introduction to Variable Objects in @sc{gdb/mi}
17828
17829 @cindex variable objects in @sc{gdb/mi}
17830 The basic idea behind variable objects is the creation of a named object
17831 to represent a variable, an expression, a memory location or even a CPU
17832 register. For each object created, a set of operations is available for
17833 examining or changing its properties.
17834
17835 Furthermore, complex data types, such as C structures, are represented
17836 in a tree format. For instance, the @code{struct} type variable is the
17837 root and the children will represent the struct members. If a child
17838 is itself of a complex type, it will also have children of its own.
17839 Appropriate language differences are handled for C, C@t{++} and Java.
17840
17841 When returning the actual values of the objects, this facility allows
17842 for the individual selection of the display format used in the result
17843 creation. It can be chosen among: binary, decimal, hexadecimal, octal
17844 and natural. Natural refers to a default format automatically
17845 chosen based on the variable type (like decimal for an @code{int}, hex
17846 for pointers, etc.).
17847
17848 The following is the complete set of @sc{gdb/mi} operations defined to
17849 access this functionality:
17850
17851 @multitable @columnfractions .4 .6
17852 @item @strong{Operation}
17853 @tab @strong{Description}
17854
17855 @item @code{-var-create}
17856 @tab create a variable object
17857 @item @code{-var-delete}
17858 @tab delete the variable object and its children
17859 @item @code{-var-set-format}
17860 @tab set the display format of this variable
17861 @item @code{-var-show-format}
17862 @tab show the display format of this variable
17863 @item @code{-var-info-num-children}
17864 @tab tells how many children this object has
17865 @item @code{-var-list-children}
17866 @tab return a list of the object's children
17867 @item @code{-var-info-type}
17868 @tab show the type of this variable object
17869 @item @code{-var-info-expression}
17870 @tab print what this variable object represents
17871 @item @code{-var-show-attributes}
17872 @tab is this variable editable? does it exist here?
17873 @item @code{-var-evaluate-expression}
17874 @tab get the value of this variable
17875 @item @code{-var-assign}
17876 @tab set the value of this variable
17877 @item @code{-var-update}
17878 @tab update the variable and its children
17879 @end multitable
17880
17881 In the next subsection we describe each operation in detail and suggest
17882 how it can be used.
17883
17884 @subheading Description And Use of Operations on Variable Objects
17885
17886 @subheading The @code{-var-create} Command
17887 @findex -var-create
17888
17889 @subsubheading Synopsis
17890
17891 @smallexample
17892 -var-create @{@var{name} | "-"@}
17893 @{@var{frame-addr} | "*"@} @var{expression}
17894 @end smallexample
17895
17896 This operation creates a variable object, which allows the monitoring of
17897 a variable, the result of an expression, a memory cell or a CPU
17898 register.
17899
17900 The @var{name} parameter is the string by which the object can be
17901 referenced. It must be unique. If @samp{-} is specified, the varobj
17902 system will generate a string ``varNNNNNN'' automatically. It will be
17903 unique provided that one does not specify @var{name} on that format.
17904 The command fails if a duplicate name is found.
17905
17906 The frame under which the expression should be evaluated can be
17907 specified by @var{frame-addr}. A @samp{*} indicates that the current
17908 frame should be used.
17909
17910 @var{expression} is any expression valid on the current language set (must not
17911 begin with a @samp{*}), or one of the following:
17912
17913 @itemize @bullet
17914 @item
17915 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
17916
17917 @item
17918 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
17919
17920 @item
17921 @samp{$@var{regname}} --- a CPU register name
17922 @end itemize
17923
17924 @subsubheading Result
17925
17926 This operation returns the name, number of children and the type of the
17927 object created. Type is returned as a string as the ones generated by
17928 the @value{GDBN} CLI:
17929
17930 @smallexample
17931 name="@var{name}",numchild="N",type="@var{type}"
17932 @end smallexample
17933
17934
17935 @subheading The @code{-var-delete} Command
17936 @findex -var-delete
17937
17938 @subsubheading Synopsis
17939
17940 @smallexample
17941 -var-delete @var{name}
17942 @end smallexample
17943
17944 Deletes a previously created variable object and all of its children.
17945
17946 Returns an error if the object @var{name} is not found.
17947
17948
17949 @subheading The @code{-var-set-format} Command
17950 @findex -var-set-format
17951
17952 @subsubheading Synopsis
17953
17954 @smallexample
17955 -var-set-format @var{name} @var{format-spec}
17956 @end smallexample
17957
17958 Sets the output format for the value of the object @var{name} to be
17959 @var{format-spec}.
17960
17961 The syntax for the @var{format-spec} is as follows:
17962
17963 @smallexample
17964 @var{format-spec} @expansion{}
17965 @{binary | decimal | hexadecimal | octal | natural@}
17966 @end smallexample
17967
17968
17969 @subheading The @code{-var-show-format} Command
17970 @findex -var-show-format
17971
17972 @subsubheading Synopsis
17973
17974 @smallexample
17975 -var-show-format @var{name}
17976 @end smallexample
17977
17978 Returns the format used to display the value of the object @var{name}.
17979
17980 @smallexample
17981 @var{format} @expansion{}
17982 @var{format-spec}
17983 @end smallexample
17984
17985
17986 @subheading The @code{-var-info-num-children} Command
17987 @findex -var-info-num-children
17988
17989 @subsubheading Synopsis
17990
17991 @smallexample
17992 -var-info-num-children @var{name}
17993 @end smallexample
17994
17995 Returns the number of children of a variable object @var{name}:
17996
17997 @smallexample
17998 numchild=@var{n}
17999 @end smallexample
18000
18001
18002 @subheading The @code{-var-list-children} Command
18003 @findex -var-list-children
18004
18005 @subsubheading Synopsis
18006
18007 @smallexample
18008 -var-list-children @var{name}
18009 @end smallexample
18010
18011 Returns a list of the children of the specified variable object:
18012
18013 @smallexample
18014 numchild=@var{n},children=[@{name=@var{name},
18015 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18016 @end smallexample
18017
18018
18019 @subheading The @code{-var-info-type} Command
18020 @findex -var-info-type
18021
18022 @subsubheading Synopsis
18023
18024 @smallexample
18025 -var-info-type @var{name}
18026 @end smallexample
18027
18028 Returns the type of the specified variable @var{name}. The type is
18029 returned as a string in the same format as it is output by the
18030 @value{GDBN} CLI:
18031
18032 @smallexample
18033 type=@var{typename}
18034 @end smallexample
18035
18036
18037 @subheading The @code{-var-info-expression} Command
18038 @findex -var-info-expression
18039
18040 @subsubheading Synopsis
18041
18042 @smallexample
18043 -var-info-expression @var{name}
18044 @end smallexample
18045
18046 Returns what is represented by the variable object @var{name}:
18047
18048 @smallexample
18049 lang=@var{lang-spec},exp=@var{expression}
18050 @end smallexample
18051
18052 @noindent
18053 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18054
18055 @subheading The @code{-var-show-attributes} Command
18056 @findex -var-show-attributes
18057
18058 @subsubheading Synopsis
18059
18060 @smallexample
18061 -var-show-attributes @var{name}
18062 @end smallexample
18063
18064 List attributes of the specified variable object @var{name}:
18065
18066 @smallexample
18067 status=@var{attr} [ ( ,@var{attr} )* ]
18068 @end smallexample
18069
18070 @noindent
18071 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18072
18073 @subheading The @code{-var-evaluate-expression} Command
18074 @findex -var-evaluate-expression
18075
18076 @subsubheading Synopsis
18077
18078 @smallexample
18079 -var-evaluate-expression @var{name}
18080 @end smallexample
18081
18082 Evaluates the expression that is represented by the specified variable
18083 object and returns its value as a string in the current format specified
18084 for the object:
18085
18086 @smallexample
18087 value=@var{value}
18088 @end smallexample
18089
18090 Note that one must invoke @code{-var-list-children} for a variable
18091 before the value of a child variable can be evaluated.
18092
18093 @subheading The @code{-var-assign} Command
18094 @findex -var-assign
18095
18096 @subsubheading Synopsis
18097
18098 @smallexample
18099 -var-assign @var{name} @var{expression}
18100 @end smallexample
18101
18102 Assigns the value of @var{expression} to the variable object specified
18103 by @var{name}. The object must be @samp{editable}. If the variable's
18104 value is altered by the assign, the variable will show up in any
18105 subsequent @code{-var-update} list.
18106
18107 @subsubheading Example
18108
18109 @smallexample
18110 (@value{GDBP})
18111 -var-assign var1 3
18112 ^done,value="3"
18113 (@value{GDBP})
18114 -var-update *
18115 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18116 (@value{GDBP})
18117 @end smallexample
18118
18119 @subheading The @code{-var-update} Command
18120 @findex -var-update
18121
18122 @subsubheading Synopsis
18123
18124 @smallexample
18125 -var-update @{@var{name} | "*"@}
18126 @end smallexample
18127
18128 Update the value of the variable object @var{name} by evaluating its
18129 expression after fetching all the new values from memory or registers.
18130 A @samp{*} causes all existing variable objects to be updated.
18131
18132
18133 @node Annotations
18134 @chapter @value{GDBN} Annotations
18135
18136 This chapter describes annotations in @value{GDBN}. Annotations are
18137 designed to interface @value{GDBN} to graphical user interfaces or
18138 other similar programs which want to interact with @value{GDBN} at a
18139 relatively high level.
18140
18141 @ignore
18142 This is Edition @value{EDITION}, @value{DATE}.
18143 @end ignore
18144
18145 @menu
18146 * Annotations Overview:: What annotations are; the general syntax.
18147 * Server Prefix:: Issuing a command without affecting user state.
18148 * Value Annotations:: Values are marked as such.
18149 * Frame Annotations:: Stack frames are annotated.
18150 * Displays:: @value{GDBN} can be told to display something periodically.
18151 * Prompting:: Annotations marking @value{GDBN}'s need for input.
18152 * Errors:: Annotations for error messages.
18153 * Breakpoint Info:: Information on breakpoints.
18154 * Invalidation:: Some annotations describe things now invalid.
18155 * Annotations for Running::
18156 Whether the program is running, how it stopped, etc.
18157 * Source Annotations:: Annotations describing source code.
18158 * TODO:: Annotations which might be added in the future.
18159 @end menu
18160
18161 @node Annotations Overview
18162 @section What is an Annotation?
18163 @cindex annotations
18164
18165 To produce annotations, start @value{GDBN} with the @code{--annotate=2} option.
18166
18167 Annotations start with a newline character, two @samp{control-z}
18168 characters, and the name of the annotation. If there is no additional
18169 information associated with this annotation, the name of the annotation
18170 is followed immediately by a newline. If there is additional
18171 information, the name of the annotation is followed by a space, the
18172 additional information, and a newline. The additional information
18173 cannot contain newline characters.
18174
18175 Any output not beginning with a newline and two @samp{control-z}
18176 characters denotes literal output from @value{GDBN}. Currently there is
18177 no need for @value{GDBN} to output a newline followed by two
18178 @samp{control-z} characters, but if there was such a need, the
18179 annotations could be extended with an @samp{escape} annotation which
18180 means those three characters as output.
18181
18182 A simple example of starting up @value{GDBN} with annotations is:
18183
18184 @smallexample
18185 $ gdb --annotate=2
18186 GNU GDB 5.0
18187 Copyright 2000 Free Software Foundation, Inc.
18188 GDB is free software, covered by the GNU General Public License,
18189 and you are welcome to change it and/or distribute copies of it
18190 under certain conditions.
18191 Type "show copying" to see the conditions.
18192 There is absolutely no warranty for GDB. Type "show warranty"
18193 for details.
18194 This GDB was configured as "sparc-sun-sunos4.1.3"
18195
18196 ^Z^Zpre-prompt
18197 (gdb)
18198 ^Z^Zprompt
18199 quit
18200
18201 ^Z^Zpost-prompt
18202 $
18203 @end smallexample
18204
18205 Here @samp{quit} is input to @value{GDBN}; the rest is output from
18206 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18207 denotes a @samp{control-z} character) are annotations; the rest is
18208 output from @value{GDBN}.
18209
18210 @node Server Prefix
18211 @section The Server Prefix
18212 @cindex server prefix for annotations
18213
18214 To issue a command to @value{GDBN} without affecting certain aspects of
18215 the state which is seen by users, prefix it with @samp{server }. This
18216 means that this command will not affect the command history, nor will it
18217 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18218 pressed on a line by itself.
18219
18220 The server prefix does not affect the recording of values into the value
18221 history; to print a value without recording it into the value history,
18222 use the @code{output} command instead of the @code{print} command.
18223
18224 @node Value Annotations
18225 @section Values
18226
18227 @cindex annotations for values
18228 When a value is printed in various contexts, @value{GDBN} uses
18229 annotations to delimit the value from the surrounding text.
18230
18231 @findex value-history-begin
18232 @findex value-history-value
18233 @findex value-history-end
18234 If a value is printed using @code{print} and added to the value history,
18235 the annotation looks like
18236
18237 @smallexample
18238 ^Z^Zvalue-history-begin @var{history-number} @var{value-flags}
18239 @var{history-string}
18240 ^Z^Zvalue-history-value
18241 @var{the-value}
18242 ^Z^Zvalue-history-end
18243 @end smallexample
18244
18245 @noindent
18246 where @var{history-number} is the number it is getting in the value
18247 history, @var{history-string} is a string, such as @samp{$5 = }, which
18248 introduces the value to the user, @var{the-value} is the output
18249 corresponding to the value itself, and @var{value-flags} is @samp{*} for
18250 a value which can be dereferenced and @samp{-} for a value which cannot.
18251
18252 @findex value-begin
18253 @findex value-end
18254 If the value is not added to the value history (it is an invalid float
18255 or it is printed with the @code{output} command), the annotation is similar:
18256
18257 @smallexample
18258 ^Z^Zvalue-begin @var{value-flags}
18259 @var{the-value}
18260 ^Z^Zvalue-end
18261 @end smallexample
18262
18263 @findex arg-begin
18264 @findex arg-name-end
18265 @findex arg-value
18266 @findex arg-end
18267 When @value{GDBN} prints an argument to a function (for example, in the output
18268 from the @code{backtrace} command), it annotates it as follows:
18269
18270 @smallexample
18271 ^Z^Zarg-begin
18272 @var{argument-name}
18273 ^Z^Zarg-name-end
18274 @var{separator-string}
18275 ^Z^Zarg-value @var{value-flags}
18276 @var{the-value}
18277 ^Z^Zarg-end
18278 @end smallexample
18279
18280 @noindent
18281 where @var{argument-name} is the name of the argument,
18282 @var{separator-string} is text which separates the name from the value
18283 for the user's benefit (such as @samp{=}), and @var{value-flags} and
18284 @var{the-value} have the same meanings as in a
18285 @code{value-history-begin} annotation.
18286
18287 @findex field-begin
18288 @findex field-name-end
18289 @findex field-value
18290 @findex field-end
18291 When printing a structure, @value{GDBN} annotates it as follows:
18292
18293 @smallexample
18294 ^Z^Zfield-begin @var{value-flags}
18295 @var{field-name}
18296 ^Z^Zfield-name-end
18297 @var{separator-string}
18298 ^Z^Zfield-value
18299 @var{the-value}
18300 ^Z^Zfield-end
18301 @end smallexample
18302
18303 @noindent
18304 where @var{field-name} is the name of the field, @var{separator-string}
18305 is text which separates the name from the value for the user's benefit
18306 (such as @samp{=}), and @var{value-flags} and @var{the-value} have the
18307 same meanings as in a @code{value-history-begin} annotation.
18308
18309 When printing an array, @value{GDBN} annotates it as follows:
18310
18311 @smallexample
18312 ^Z^Zarray-section-begin @var{array-index} @var{value-flags}
18313 @end smallexample
18314
18315 @noindent
18316 where @var{array-index} is the index of the first element being
18317 annotated and @var{value-flags} has the same meaning as in a
18318 @code{value-history-begin} annotation. This is followed by any number
18319 of elements, where is element can be either a single element:
18320
18321 @findex elt
18322 @smallexample
18323 @samp{,} @var{whitespace} ; @r{omitted for the first element}
18324 @var{the-value}
18325 ^Z^Zelt
18326 @end smallexample
18327
18328 or a repeated element
18329
18330 @findex elt-rep
18331 @findex elt-rep-end
18332 @smallexample
18333 @samp{,} @var{whitespace} ; @r{omitted for the first element}
18334 @var{the-value}
18335 ^Z^Zelt-rep @var{number-of-repetitions}
18336 @var{repetition-string}
18337 ^Z^Zelt-rep-end
18338 @end smallexample
18339
18340 In both cases, @var{the-value} is the output for the value of the
18341 element and @var{whitespace} can contain spaces, tabs, and newlines. In
18342 the repeated case, @var{number-of-repetitions} is the number of
18343 consecutive array elements which contain that value, and
18344 @var{repetition-string} is a string which is designed to convey to the
18345 user that repetition is being depicted.
18346
18347 @findex array-section-end
18348 Once all the array elements have been output, the array annotation is
18349 ended with
18350
18351 @smallexample
18352 ^Z^Zarray-section-end
18353 @end smallexample
18354
18355 @node Frame Annotations
18356 @section Frames
18357
18358 @cindex annotations for frames
18359 Whenever @value{GDBN} prints a frame, it annotates it. For example, this applies
18360 to frames printed when @value{GDBN} stops, output from commands such as
18361 @code{backtrace} or @code{up}, etc.
18362
18363 @findex frame-begin
18364 The frame annotation begins with
18365
18366 @smallexample
18367 ^Z^Zframe-begin @var{level} @var{address}
18368 @var{level-string}
18369 @end smallexample
18370
18371 @noindent
18372 where @var{level} is the number of the frame (0 is the innermost frame,
18373 and other frames have positive numbers), @var{address} is the address of
18374 the code executing in that frame, and @var{level-string} is a string
18375 designed to convey the level to the user. @var{address} is in the form
18376 @samp{0x} followed by one or more lowercase hex digits (note that this
18377 does not depend on the language). The frame ends with
18378
18379 @findex frame-end
18380 @smallexample
18381 ^Z^Zframe-end
18382 @end smallexample
18383
18384 Between these annotations is the main body of the frame, which can
18385 consist of
18386
18387 @itemize @bullet
18388 @item
18389 @findex function-call
18390 @smallexample
18391 ^Z^Zfunction-call
18392 @var{function-call-string}
18393 @end smallexample
18394
18395 where @var{function-call-string} is text designed to convey to the user
18396 that this frame is associated with a function call made by @value{GDBN} to a
18397 function in the program being debugged.
18398
18399 @item
18400 @findex signal-handler-caller
18401 @smallexample
18402 ^Z^Zsignal-handler-caller
18403 @var{signal-handler-caller-string}
18404 @end smallexample
18405
18406 where @var{signal-handler-caller-string} is text designed to convey to
18407 the user that this frame is associated with whatever mechanism is used
18408 by this operating system to call a signal handler (it is the frame which
18409 calls the signal handler, not the frame for the signal handler itself).
18410
18411 @item
18412 A normal frame.
18413
18414 @findex frame-address
18415 @findex frame-address-end
18416 This can optionally (depending on whether this is thought of as
18417 interesting information for the user to see) begin with
18418
18419 @smallexample
18420 ^Z^Zframe-address
18421 @var{address}
18422 ^Z^Zframe-address-end
18423 @var{separator-string}
18424 @end smallexample
18425
18426 where @var{address} is the address executing in the frame (the same
18427 address as in the @code{frame-begin} annotation, but printed in a form
18428 which is intended for user consumption---in particular, the syntax varies
18429 depending on the language), and @var{separator-string} is a string
18430 intended to separate this address from what follows for the user's
18431 benefit.
18432
18433 @findex frame-function-name
18434 @findex frame-args
18435 Then comes
18436
18437 @smallexample
18438 ^Z^Zframe-function-name
18439 @var{function-name}
18440 ^Z^Zframe-args
18441 @var{arguments}
18442 @end smallexample
18443
18444 where @var{function-name} is the name of the function executing in the
18445 frame, or @samp{??} if not known, and @var{arguments} are the arguments
18446 to the frame, with parentheses around them (each argument is annotated
18447 individually as well, @pxref{Value Annotations}).
18448
18449 @findex frame-source-begin
18450 @findex frame-source-file
18451 @findex frame-source-file-end
18452 @findex frame-source-line
18453 @findex frame-source-end
18454 If source information is available, a reference to it is then printed:
18455
18456 @smallexample
18457 ^Z^Zframe-source-begin
18458 @var{source-intro-string}
18459 ^Z^Zframe-source-file
18460 @var{filename}
18461 ^Z^Zframe-source-file-end
18462 :
18463 ^Z^Zframe-source-line
18464 @var{line-number}
18465 ^Z^Zframe-source-end
18466 @end smallexample
18467
18468 where @var{source-intro-string} separates for the user's benefit the
18469 reference from the text which precedes it, @var{filename} is the name of
18470 the source file, and @var{line-number} is the line number within that
18471 file (the first line is line 1).
18472
18473 @findex frame-where
18474 If @value{GDBN} prints some information about where the frame is from (which
18475 library, which load segment, etc.; currently only done on the RS/6000),
18476 it is annotated with
18477
18478 @smallexample
18479 ^Z^Zframe-where
18480 @var{information}
18481 @end smallexample
18482
18483 Then, if source is to actually be displayed for this frame (for example,
18484 this is not true for output from the @code{backtrace} command), then a
18485 @code{source} annotation (@pxref{Source Annotations}) is displayed. Unlike
18486 most annotations, this is output instead of the normal text which would be
18487 output, not in addition.
18488 @end itemize
18489
18490 @node Displays
18491 @section Displays
18492
18493 @findex display-begin
18494 @findex display-number-end
18495 @findex display-format
18496 @findex display-expression
18497 @findex display-expression-end
18498 @findex display-value
18499 @findex display-end
18500 @cindex annotations for display
18501 When @value{GDBN} is told to display something using the @code{display} command,
18502 the results of the display are annotated:
18503
18504 @smallexample
18505 ^Z^Zdisplay-begin
18506 @var{number}
18507 ^Z^Zdisplay-number-end
18508 @var{number-separator}
18509 ^Z^Zdisplay-format
18510 @var{format}
18511 ^Z^Zdisplay-expression
18512 @var{expression}
18513 ^Z^Zdisplay-expression-end
18514 @var{expression-separator}
18515 ^Z^Zdisplay-value
18516 @var{value}
18517 ^Z^Zdisplay-end
18518 @end smallexample
18519
18520 @noindent
18521 where @var{number} is the number of the display, @var{number-separator}
18522 is intended to separate the number from what follows for the user,
18523 @var{format} includes information such as the size, format, or other
18524 information about how the value is being displayed, @var{expression} is
18525 the expression being displayed, @var{expression-separator} is intended
18526 to separate the expression from the text that follows for the user,
18527 and @var{value} is the actual value being displayed.
18528
18529 @node Prompting
18530 @section Annotation for @value{GDBN} Input
18531
18532 @cindex annotations for prompts
18533 When @value{GDBN} prompts for input, it annotates this fact so it is possible
18534 to know when to send output, when the output from a given command is
18535 over, etc.
18536
18537 Different kinds of input each have a different @dfn{input type}. Each
18538 input type has three annotations: a @code{pre-} annotation, which
18539 denotes the beginning of any prompt which is being output, a plain
18540 annotation, which denotes the end of the prompt, and then a @code{post-}
18541 annotation which denotes the end of any echo which may (or may not) be
18542 associated with the input. For example, the @code{prompt} input type
18543 features the following annotations:
18544
18545 @smallexample
18546 ^Z^Zpre-prompt
18547 ^Z^Zprompt
18548 ^Z^Zpost-prompt
18549 @end smallexample
18550
18551 The input types are
18552
18553 @table @code
18554 @findex pre-prompt
18555 @findex prompt
18556 @findex post-prompt
18557 @item prompt
18558 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18559
18560 @findex pre-commands
18561 @findex commands
18562 @findex post-commands
18563 @item commands
18564 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18565 command. The annotations are repeated for each command which is input.
18566
18567 @findex pre-overload-choice
18568 @findex overload-choice
18569 @findex post-overload-choice
18570 @item overload-choice
18571 When @value{GDBN} wants the user to select between various overloaded functions.
18572
18573 @findex pre-query
18574 @findex query
18575 @findex post-query
18576 @item query
18577 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18578
18579 @findex pre-prompt-for-continue
18580 @findex prompt-for-continue
18581 @findex post-prompt-for-continue
18582 @item prompt-for-continue
18583 When @value{GDBN} is asking the user to press return to continue. Note: Don't
18584 expect this to work well; instead use @code{set height 0} to disable
18585 prompting. This is because the counting of lines is buggy in the
18586 presence of annotations.
18587 @end table
18588
18589 @node Errors
18590 @section Errors
18591 @cindex annotations for errors, warnings and interrupts
18592
18593 @findex quit
18594 @smallexample
18595 ^Z^Zquit
18596 @end smallexample
18597
18598 This annotation occurs right before @value{GDBN} responds to an interrupt.
18599
18600 @findex error
18601 @smallexample
18602 ^Z^Zerror
18603 @end smallexample
18604
18605 This annotation occurs right before @value{GDBN} responds to an error.
18606
18607 Quit and error annotations indicate that any annotations which @value{GDBN} was
18608 in the middle of may end abruptly. For example, if a
18609 @code{value-history-begin} annotation is followed by a @code{error}, one
18610 cannot expect to receive the matching @code{value-history-end}. One
18611 cannot expect not to receive it either, however; an error annotation
18612 does not necessarily mean that @value{GDBN} is immediately returning all the way
18613 to the top level.
18614
18615 @findex error-begin
18616 A quit or error annotation may be preceded by
18617
18618 @smallexample
18619 ^Z^Zerror-begin
18620 @end smallexample
18621
18622 Any output between that and the quit or error annotation is the error
18623 message.
18624
18625 Warning messages are not yet annotated.
18626 @c If we want to change that, need to fix warning(), type_error(),
18627 @c range_error(), and possibly other places.
18628
18629 @node Breakpoint Info
18630 @section Information on Breakpoints
18631
18632 @cindex annotations for breakpoints
18633 The output from the @code{info breakpoints} command is annotated as follows:
18634
18635 @findex breakpoints-headers
18636 @findex breakpoints-table
18637 @smallexample
18638 ^Z^Zbreakpoints-headers
18639 @var{header-entry}
18640 ^Z^Zbreakpoints-table
18641 @end smallexample
18642
18643 @noindent
18644 where @var{header-entry} has the same syntax as an entry (see below) but
18645 instead of containing data, it contains strings which are intended to
18646 convey the meaning of each field to the user. This is followed by any
18647 number of entries. If a field does not apply for this entry, it is
18648 omitted. Fields may contain trailing whitespace. Each entry consists
18649 of:
18650
18651 @findex record
18652 @findex field
18653 @smallexample
18654 ^Z^Zrecord
18655 ^Z^Zfield 0
18656 @var{number}
18657 ^Z^Zfield 1
18658 @var{type}
18659 ^Z^Zfield 2
18660 @var{disposition}
18661 ^Z^Zfield 3
18662 @var{enable}
18663 ^Z^Zfield 4
18664 @var{address}
18665 ^Z^Zfield 5
18666 @var{what}
18667 ^Z^Zfield 6
18668 @var{frame}
18669 ^Z^Zfield 7
18670 @var{condition}
18671 ^Z^Zfield 8
18672 @var{ignore-count}
18673 ^Z^Zfield 9
18674 @var{commands}
18675 @end smallexample
18676
18677 Note that @var{address} is intended for user consumption---the syntax
18678 varies depending on the language.
18679
18680 The output ends with
18681
18682 @findex breakpoints-table-end
18683 @smallexample
18684 ^Z^Zbreakpoints-table-end
18685 @end smallexample
18686
18687 @node Invalidation
18688 @section Invalidation Notices
18689
18690 @cindex annotations for invalidation messages
18691 The following annotations say that certain pieces of state may have
18692 changed.
18693
18694 @table @code
18695 @findex frames-invalid
18696 @item ^Z^Zframes-invalid
18697
18698 The frames (for example, output from the @code{backtrace} command) may
18699 have changed.
18700
18701 @findex breakpoints-invalid
18702 @item ^Z^Zbreakpoints-invalid
18703
18704 The breakpoints may have changed. For example, the user just added or
18705 deleted a breakpoint.
18706 @end table
18707
18708 @node Annotations for Running
18709 @section Running the Program
18710 @cindex annotations for running programs
18711
18712 @findex starting
18713 @findex stopping
18714 When the program starts executing due to a @value{GDBN} command such as
18715 @code{step} or @code{continue},
18716
18717 @smallexample
18718 ^Z^Zstarting
18719 @end smallexample
18720
18721 is output. When the program stops,
18722
18723 @smallexample
18724 ^Z^Zstopped
18725 @end smallexample
18726
18727 is output. Before the @code{stopped} annotation, a variety of
18728 annotations describe how the program stopped.
18729
18730 @table @code
18731 @findex exited
18732 @item ^Z^Zexited @var{exit-status}
18733 The program exited, and @var{exit-status} is the exit status (zero for
18734 successful exit, otherwise nonzero).
18735
18736 @findex signalled
18737 @findex signal-name
18738 @findex signal-name-end
18739 @findex signal-string
18740 @findex signal-string-end
18741 @item ^Z^Zsignalled
18742 The program exited with a signal. After the @code{^Z^Zsignalled}, the
18743 annotation continues:
18744
18745 @smallexample
18746 @var{intro-text}
18747 ^Z^Zsignal-name
18748 @var{name}
18749 ^Z^Zsignal-name-end
18750 @var{middle-text}
18751 ^Z^Zsignal-string
18752 @var{string}
18753 ^Z^Zsignal-string-end
18754 @var{end-text}
18755 @end smallexample
18756
18757 @noindent
18758 where @var{name} is the name of the signal, such as @code{SIGILL} or
18759 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18760 as @code{Illegal Instruction} or @code{Segmentation fault}.
18761 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18762 user's benefit and have no particular format.
18763
18764 @findex signal
18765 @item ^Z^Zsignal
18766 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18767 just saying that the program received the signal, not that it was
18768 terminated with it.
18769
18770 @findex breakpoint
18771 @item ^Z^Zbreakpoint @var{number}
18772 The program hit breakpoint number @var{number}.
18773
18774 @findex watchpoint
18775 @item ^Z^Zwatchpoint @var{number}
18776 The program hit watchpoint number @var{number}.
18777 @end table
18778
18779 @node Source Annotations
18780 @section Displaying Source
18781 @cindex annotations for source display
18782
18783 @findex source
18784 The following annotation is used instead of displaying source code:
18785
18786 @smallexample
18787 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18788 @end smallexample
18789
18790 where @var{filename} is an absolute file name indicating which source
18791 file, @var{line} is the line number within that file (where 1 is the
18792 first line in the file), @var{character} is the character position
18793 within the file (where 0 is the first character in the file) (for most
18794 debug formats this will necessarily point to the beginning of a line),
18795 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
18796 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18797 @var{addr} is the address in the target program associated with the
18798 source which is being displayed. @var{addr} is in the form @samp{0x}
18799 followed by one or more lowercase hex digits (note that this does not
18800 depend on the language).
18801
18802 @node TODO
18803 @section Annotations We Might Want in the Future
18804
18805 @format
18806 - target-invalid
18807 the target might have changed (registers, heap contents, or
18808 execution status). For performance, we might eventually want
18809 to hit `registers-invalid' and `all-registers-invalid' with
18810 greater precision
18811
18812 - systematic annotation for set/show parameters (including
18813 invalidation notices).
18814
18815 - similarly, `info' returns a list of candidates for invalidation
18816 notices.
18817 @end format
18818
18819 @node GDB Bugs
18820 @chapter Reporting Bugs in @value{GDBN}
18821 @cindex bugs in @value{GDBN}
18822 @cindex reporting bugs in @value{GDBN}
18823
18824 Your bug reports play an essential role in making @value{GDBN} reliable.
18825
18826 Reporting a bug may help you by bringing a solution to your problem, or it
18827 may not. But in any case the principal function of a bug report is to help
18828 the entire community by making the next version of @value{GDBN} work better. Bug
18829 reports are your contribution to the maintenance of @value{GDBN}.
18830
18831 In order for a bug report to serve its purpose, you must include the
18832 information that enables us to fix the bug.
18833
18834 @menu
18835 * Bug Criteria:: Have you found a bug?
18836 * Bug Reporting:: How to report bugs
18837 @end menu
18838
18839 @node Bug Criteria
18840 @section Have you found a bug?
18841 @cindex bug criteria
18842
18843 If you are not sure whether you have found a bug, here are some guidelines:
18844
18845 @itemize @bullet
18846 @cindex fatal signal
18847 @cindex debugger crash
18848 @cindex crash of debugger
18849 @item
18850 If the debugger gets a fatal signal, for any input whatever, that is a
18851 @value{GDBN} bug. Reliable debuggers never crash.
18852
18853 @cindex error on valid input
18854 @item
18855 If @value{GDBN} produces an error message for valid input, that is a
18856 bug. (Note that if you're cross debugging, the problem may also be
18857 somewhere in the connection to the target.)
18858
18859 @cindex invalid input
18860 @item
18861 If @value{GDBN} does not produce an error message for invalid input,
18862 that is a bug. However, you should note that your idea of
18863 ``invalid input'' might be our idea of ``an extension'' or ``support
18864 for traditional practice''.
18865
18866 @item
18867 If you are an experienced user of debugging tools, your suggestions
18868 for improvement of @value{GDBN} are welcome in any case.
18869 @end itemize
18870
18871 @node Bug Reporting
18872 @section How to report bugs
18873 @cindex bug reports
18874 @cindex @value{GDBN} bugs, reporting
18875
18876 A number of companies and individuals offer support for @sc{gnu} products.
18877 If you obtained @value{GDBN} from a support organization, we recommend you
18878 contact that organization first.
18879
18880 You can find contact information for many support companies and
18881 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18882 distribution.
18883 @c should add a web page ref...
18884
18885 In any event, we also recommend that you submit bug reports for
18886 @value{GDBN}. The prefered method is to submit them directly using
18887 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18888 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18889 be used.
18890
18891 @strong{Do not send bug reports to @samp{info-gdb}, or to
18892 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18893 not want to receive bug reports. Those that do have arranged to receive
18894 @samp{bug-gdb}.
18895
18896 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18897 serves as a repeater. The mailing list and the newsgroup carry exactly
18898 the same messages. Often people think of posting bug reports to the
18899 newsgroup instead of mailing them. This appears to work, but it has one
18900 problem which can be crucial: a newsgroup posting often lacks a mail
18901 path back to the sender. Thus, if we need to ask for more information,
18902 we may be unable to reach you. For this reason, it is better to send
18903 bug reports to the mailing list.
18904
18905 The fundamental principle of reporting bugs usefully is this:
18906 @strong{report all the facts}. If you are not sure whether to state a
18907 fact or leave it out, state it!
18908
18909 Often people omit facts because they think they know what causes the
18910 problem and assume that some details do not matter. Thus, you might
18911 assume that the name of the variable you use in an example does not matter.
18912 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18913 stray memory reference which happens to fetch from the location where that
18914 name is stored in memory; perhaps, if the name were different, the contents
18915 of that location would fool the debugger into doing the right thing despite
18916 the bug. Play it safe and give a specific, complete example. That is the
18917 easiest thing for you to do, and the most helpful.
18918
18919 Keep in mind that the purpose of a bug report is to enable us to fix the
18920 bug. It may be that the bug has been reported previously, but neither
18921 you nor we can know that unless your bug report is complete and
18922 self-contained.
18923
18924 Sometimes people give a few sketchy facts and ask, ``Does this ring a
18925 bell?'' Those bug reports are useless, and we urge everyone to
18926 @emph{refuse to respond to them} except to chide the sender to report
18927 bugs properly.
18928
18929 To enable us to fix the bug, you should include all these things:
18930
18931 @itemize @bullet
18932 @item
18933 The version of @value{GDBN}. @value{GDBN} announces it if you start
18934 with no arguments; you can also print it at any time using @code{show
18935 version}.
18936
18937 Without this, we will not know whether there is any point in looking for
18938 the bug in the current version of @value{GDBN}.
18939
18940 @item
18941 The type of machine you are using, and the operating system name and
18942 version number.
18943
18944 @item
18945 What compiler (and its version) was used to compile @value{GDBN}---e.g.
18946 ``@value{GCC}--2.8.1''.
18947
18948 @item
18949 What compiler (and its version) was used to compile the program you are
18950 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18951 C Compiler''. For GCC, you can say @code{gcc --version} to get this
18952 information; for other compilers, see the documentation for those
18953 compilers.
18954
18955 @item
18956 The command arguments you gave the compiler to compile your example and
18957 observe the bug. For example, did you use @samp{-O}? To guarantee
18958 you will not omit something important, list them all. A copy of the
18959 Makefile (or the output from make) is sufficient.
18960
18961 If we were to try to guess the arguments, we would probably guess wrong
18962 and then we might not encounter the bug.
18963
18964 @item
18965 A complete input script, and all necessary source files, that will
18966 reproduce the bug.
18967
18968 @item
18969 A description of what behavior you observe that you believe is
18970 incorrect. For example, ``It gets a fatal signal.''
18971
18972 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18973 will certainly notice it. But if the bug is incorrect output, we might
18974 not notice unless it is glaringly wrong. You might as well not give us
18975 a chance to make a mistake.
18976
18977 Even if the problem you experience is a fatal signal, you should still
18978 say so explicitly. Suppose something strange is going on, such as, your
18979 copy of @value{GDBN} is out of synch, or you have encountered a bug in
18980 the C library on your system. (This has happened!) Your copy might
18981 crash and ours would not. If you told us to expect a crash, then when
18982 ours fails to crash, we would know that the bug was not happening for
18983 us. If you had not told us to expect a crash, then we would not be able
18984 to draw any conclusion from our observations.
18985
18986 @item
18987 If you wish to suggest changes to the @value{GDBN} source, send us context
18988 diffs. If you even discuss something in the @value{GDBN} source, refer to
18989 it by context, not by line number.
18990
18991 The line numbers in our development sources will not match those in your
18992 sources. Your line numbers would convey no useful information to us.
18993
18994 @end itemize
18995
18996 Here are some things that are not necessary:
18997
18998 @itemize @bullet
18999 @item
19000 A description of the envelope of the bug.
19001
19002 Often people who encounter a bug spend a lot of time investigating
19003 which changes to the input file will make the bug go away and which
19004 changes will not affect it.
19005
19006 This is often time consuming and not very useful, because the way we
19007 will find the bug is by running a single example under the debugger
19008 with breakpoints, not by pure deduction from a series of examples.
19009 We recommend that you save your time for something else.
19010
19011 Of course, if you can find a simpler example to report @emph{instead}
19012 of the original one, that is a convenience for us. Errors in the
19013 output will be easier to spot, running under the debugger will take
19014 less time, and so on.
19015
19016 However, simplification is not vital; if you do not want to do this,
19017 report the bug anyway and send us the entire test case you used.
19018
19019 @item
19020 A patch for the bug.
19021
19022 A patch for the bug does help us if it is a good one. But do not omit
19023 the necessary information, such as the test case, on the assumption that
19024 a patch is all we need. We might see problems with your patch and decide
19025 to fix the problem another way, or we might not understand it at all.
19026
19027 Sometimes with a program as complicated as @value{GDBN} it is very hard to
19028 construct an example that will make the program follow a certain path
19029 through the code. If you do not send us the example, we will not be able
19030 to construct one, so we will not be able to verify that the bug is fixed.
19031
19032 And if we cannot understand what bug you are trying to fix, or why your
19033 patch should be an improvement, we will not install it. A test case will
19034 help us to understand.
19035
19036 @item
19037 A guess about what the bug is or what it depends on.
19038
19039 Such guesses are usually wrong. Even we cannot guess right about such
19040 things without first using the debugger to find the facts.
19041 @end itemize
19042
19043 @c The readline documentation is distributed with the readline code
19044 @c and consists of the two following files:
19045 @c rluser.texinfo
19046 @c inc-hist.texinfo
19047 @c Use -I with makeinfo to point to the appropriate directory,
19048 @c environment var TEXINPUTS with TeX.
19049 @include rluser.texinfo
19050 @include inc-hist.texinfo
19051
19052
19053 @node Formatting Documentation
19054 @appendix Formatting Documentation
19055
19056 @cindex @value{GDBN} reference card
19057 @cindex reference card
19058 The @value{GDBN} 4 release includes an already-formatted reference card, ready
19059 for printing with PostScript or Ghostscript, in the @file{gdb}
19060 subdirectory of the main source directory@footnote{In
19061 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
19062 release.}. If you can use PostScript or Ghostscript with your printer,
19063 you can print the reference card immediately with @file{refcard.ps}.
19064
19065 The release also includes the source for the reference card. You
19066 can format it, using @TeX{}, by typing:
19067
19068 @smallexample
19069 make refcard.dvi
19070 @end smallexample
19071
19072 The @value{GDBN} reference card is designed to print in @dfn{landscape}
19073 mode on US ``letter'' size paper;
19074 that is, on a sheet 11 inches wide by 8.5 inches
19075 high. You will need to specify this form of printing as an option to
19076 your @sc{dvi} output program.
19077
19078 @cindex documentation
19079
19080 All the documentation for @value{GDBN} comes as part of the machine-readable
19081 distribution. The documentation is written in Texinfo format, which is
19082 a documentation system that uses a single source file to produce both
19083 on-line information and a printed manual. You can use one of the Info
19084 formatting commands to create the on-line version of the documentation
19085 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
19086
19087 @value{GDBN} includes an already formatted copy of the on-line Info
19088 version of this manual in the @file{gdb} subdirectory. The main Info
19089 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19090 subordinate files matching @samp{gdb.info*} in the same directory. If
19091 necessary, you can print out these files, or read them with any editor;
19092 but they are easier to read using the @code{info} subsystem in @sc{gnu}
19093 Emacs or the standalone @code{info} program, available as part of the
19094 @sc{gnu} Texinfo distribution.
19095
19096 If you want to format these Info files yourself, you need one of the
19097 Info formatting programs, such as @code{texinfo-format-buffer} or
19098 @code{makeinfo}.
19099
19100 If you have @code{makeinfo} installed, and are in the top level
19101 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19102 version @value{GDBVN}), you can make the Info file by typing:
19103
19104 @smallexample
19105 cd gdb
19106 make gdb.info
19107 @end smallexample
19108
19109 If you want to typeset and print copies of this manual, you need @TeX{},
19110 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19111 Texinfo definitions file.
19112
19113 @TeX{} is a typesetting program; it does not print files directly, but
19114 produces output files called @sc{dvi} files. To print a typeset
19115 document, you need a program to print @sc{dvi} files. If your system
19116 has @TeX{} installed, chances are it has such a program. The precise
19117 command to use depends on your system; @kbd{lpr -d} is common; another
19118 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19119 require a file name without any extension or a @samp{.dvi} extension.
19120
19121 @TeX{} also requires a macro definitions file called
19122 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19123 written in Texinfo format. On its own, @TeX{} cannot either read or
19124 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19125 and is located in the @file{gdb-@var{version-number}/texinfo}
19126 directory.
19127
19128 If you have @TeX{} and a @sc{dvi} printer program installed, you can
19129 typeset and print this manual. First switch to the the @file{gdb}
19130 subdirectory of the main source directory (for example, to
19131 @file{gdb-@value{GDBVN}/gdb}) and type:
19132
19133 @smallexample
19134 make gdb.dvi
19135 @end smallexample
19136
19137 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
19138
19139 @node Installing GDB
19140 @appendix Installing @value{GDBN}
19141 @cindex configuring @value{GDBN}
19142 @cindex installation
19143 @cindex configuring @value{GDBN}, and source tree subdirectories
19144
19145 @value{GDBN} comes with a @code{configure} script that automates the process
19146 of preparing @value{GDBN} for installation; you can then use @code{make} to
19147 build the @code{gdb} program.
19148 @iftex
19149 @c irrelevant in info file; it's as current as the code it lives with.
19150 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19151 look at the @file{README} file in the sources; we may have improved the
19152 installation procedures since publishing this manual.}
19153 @end iftex
19154
19155 The @value{GDBN} distribution includes all the source code you need for
19156 @value{GDBN} in a single directory, whose name is usually composed by
19157 appending the version number to @samp{gdb}.
19158
19159 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19160 @file{gdb-@value{GDBVN}} directory. That directory contains:
19161
19162 @table @code
19163 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19164 script for configuring @value{GDBN} and all its supporting libraries
19165
19166 @item gdb-@value{GDBVN}/gdb
19167 the source specific to @value{GDBN} itself
19168
19169 @item gdb-@value{GDBVN}/bfd
19170 source for the Binary File Descriptor library
19171
19172 @item gdb-@value{GDBVN}/include
19173 @sc{gnu} include files
19174
19175 @item gdb-@value{GDBVN}/libiberty
19176 source for the @samp{-liberty} free software library
19177
19178 @item gdb-@value{GDBVN}/opcodes
19179 source for the library of opcode tables and disassemblers
19180
19181 @item gdb-@value{GDBVN}/readline
19182 source for the @sc{gnu} command-line interface
19183
19184 @item gdb-@value{GDBVN}/glob
19185 source for the @sc{gnu} filename pattern-matching subroutine
19186
19187 @item gdb-@value{GDBVN}/mmalloc
19188 source for the @sc{gnu} memory-mapped malloc package
19189 @end table
19190
19191 The simplest way to configure and build @value{GDBN} is to run @code{configure}
19192 from the @file{gdb-@var{version-number}} source directory, which in
19193 this example is the @file{gdb-@value{GDBVN}} directory.
19194
19195 First switch to the @file{gdb-@var{version-number}} source directory
19196 if you are not already in it; then run @code{configure}. Pass the
19197 identifier for the platform on which @value{GDBN} will run as an
19198 argument.
19199
19200 For example:
19201
19202 @smallexample
19203 cd gdb-@value{GDBVN}
19204 ./configure @var{host}
19205 make
19206 @end smallexample
19207
19208 @noindent
19209 where @var{host} is an identifier such as @samp{sun4} or
19210 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
19211 (You can often leave off @var{host}; @code{configure} tries to guess the
19212 correct value by examining your system.)
19213
19214 Running @samp{configure @var{host}} and then running @code{make} builds the
19215 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19216 libraries, then @code{gdb} itself. The configured source files, and the
19217 binaries, are left in the corresponding source directories.
19218
19219 @need 750
19220 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19221 system does not recognize this automatically when you run a different
19222 shell, you may need to run @code{sh} on it explicitly:
19223
19224 @smallexample
19225 sh configure @var{host}
19226 @end smallexample
19227
19228 If you run @code{configure} from a directory that contains source
19229 directories for multiple libraries or programs, such as the
19230 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19231 creates configuration files for every directory level underneath (unless
19232 you tell it not to, with the @samp{--norecursion} option).
19233
19234 You should run the @code{configure} script from the top directory in the
19235 source tree, the @file{gdb-@var{version-number}} directory. If you run
19236 @code{configure} from one of the subdirectories, you will configure only
19237 that subdirectory. That is usually not what you want. In particular,
19238 if you run the first @code{configure} from the @file{gdb} subdirectory
19239 of the @file{gdb-@var{version-number}} directory, you will omit the
19240 configuration of @file{bfd}, @file{readline}, and other sibling
19241 directories of the @file{gdb} subdirectory. This leads to build errors
19242 about missing include files such as @file{bfd/bfd.h}.
19243
19244 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19245 However, you should make sure that the shell on your path (named by
19246 the @samp{SHELL} environment variable) is publicly readable. Remember
19247 that @value{GDBN} uses the shell to start your program---some systems refuse to
19248 let @value{GDBN} debug child processes whose programs are not readable.
19249
19250 @menu
19251 * Separate Objdir:: Compiling @value{GDBN} in another directory
19252 * Config Names:: Specifying names for hosts and targets
19253 * Configure Options:: Summary of options for configure
19254 @end menu
19255
19256 @node Separate Objdir
19257 @section Compiling @value{GDBN} in another directory
19258
19259 If you want to run @value{GDBN} versions for several host or target machines,
19260 you need a different @code{gdb} compiled for each combination of
19261 host and target. @code{configure} is designed to make this easy by
19262 allowing you to generate each configuration in a separate subdirectory,
19263 rather than in the source directory. If your @code{make} program
19264 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19265 @code{make} in each of these directories builds the @code{gdb}
19266 program specified there.
19267
19268 To build @code{gdb} in a separate directory, run @code{configure}
19269 with the @samp{--srcdir} option to specify where to find the source.
19270 (You also need to specify a path to find @code{configure}
19271 itself from your working directory. If the path to @code{configure}
19272 would be the same as the argument to @samp{--srcdir}, you can leave out
19273 the @samp{--srcdir} option; it is assumed.)
19274
19275 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19276 separate directory for a Sun 4 like this:
19277
19278 @smallexample
19279 @group
19280 cd gdb-@value{GDBVN}
19281 mkdir ../gdb-sun4
19282 cd ../gdb-sun4
19283 ../gdb-@value{GDBVN}/configure sun4
19284 make
19285 @end group
19286 @end smallexample
19287
19288 When @code{configure} builds a configuration using a remote source
19289 directory, it creates a tree for the binaries with the same structure
19290 (and using the same names) as the tree under the source directory. In
19291 the example, you'd find the Sun 4 library @file{libiberty.a} in the
19292 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19293 @file{gdb-sun4/gdb}.
19294
19295 Make sure that your path to the @file{configure} script has just one
19296 instance of @file{gdb} in it. If your path to @file{configure} looks
19297 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19298 one subdirectory of @value{GDBN}, not the whole package. This leads to
19299 build errors about missing include files such as @file{bfd/bfd.h}.
19300
19301 One popular reason to build several @value{GDBN} configurations in separate
19302 directories is to configure @value{GDBN} for cross-compiling (where
19303 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
19304 programs that run on another machine---the @dfn{target}).
19305 You specify a cross-debugging target by
19306 giving the @samp{--target=@var{target}} option to @code{configure}.
19307
19308 When you run @code{make} to build a program or library, you must run
19309 it in a configured directory---whatever directory you were in when you
19310 called @code{configure} (or one of its subdirectories).
19311
19312 The @code{Makefile} that @code{configure} generates in each source
19313 directory also runs recursively. If you type @code{make} in a source
19314 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19315 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19316 will build all the required libraries, and then build GDB.
19317
19318 When you have multiple hosts or targets configured in separate
19319 directories, you can run @code{make} on them in parallel (for example,
19320 if they are NFS-mounted on each of the hosts); they will not interfere
19321 with each other.
19322
19323 @node Config Names
19324 @section Specifying names for hosts and targets
19325
19326 The specifications used for hosts and targets in the @code{configure}
19327 script are based on a three-part naming scheme, but some short predefined
19328 aliases are also supported. The full naming scheme encodes three pieces
19329 of information in the following pattern:
19330
19331 @smallexample
19332 @var{architecture}-@var{vendor}-@var{os}
19333 @end smallexample
19334
19335 For example, you can use the alias @code{sun4} as a @var{host} argument,
19336 or as the value for @var{target} in a @code{--target=@var{target}}
19337 option. The equivalent full name is @samp{sparc-sun-sunos4}.
19338
19339 The @code{configure} script accompanying @value{GDBN} does not provide
19340 any query facility to list all supported host and target names or
19341 aliases. @code{configure} calls the Bourne shell script
19342 @code{config.sub} to map abbreviations to full names; you can read the
19343 script, if you wish, or you can use it to test your guesses on
19344 abbreviations---for example:
19345
19346 @smallexample
19347 % sh config.sub i386-linux
19348 i386-pc-linux-gnu
19349 % sh config.sub alpha-linux
19350 alpha-unknown-linux-gnu
19351 % sh config.sub hp9k700
19352 hppa1.1-hp-hpux
19353 % sh config.sub sun4
19354 sparc-sun-sunos4.1.1
19355 % sh config.sub sun3
19356 m68k-sun-sunos4.1.1
19357 % sh config.sub i986v
19358 Invalid configuration `i986v': machine `i986v' not recognized
19359 @end smallexample
19360
19361 @noindent
19362 @code{config.sub} is also distributed in the @value{GDBN} source
19363 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
19364
19365 @node Configure Options
19366 @section @code{configure} options
19367
19368 Here is a summary of the @code{configure} options and arguments that
19369 are most often useful for building @value{GDBN}. @code{configure} also has
19370 several other options not listed here. @inforef{What Configure
19371 Does,,configure.info}, for a full explanation of @code{configure}.
19372
19373 @smallexample
19374 configure @r{[}--help@r{]}
19375 @r{[}--prefix=@var{dir}@r{]}
19376 @r{[}--exec-prefix=@var{dir}@r{]}
19377 @r{[}--srcdir=@var{dirname}@r{]}
19378 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19379 @r{[}--target=@var{target}@r{]}
19380 @var{host}
19381 @end smallexample
19382
19383 @noindent
19384 You may introduce options with a single @samp{-} rather than
19385 @samp{--} if you prefer; but you may abbreviate option names if you use
19386 @samp{--}.
19387
19388 @table @code
19389 @item --help
19390 Display a quick summary of how to invoke @code{configure}.
19391
19392 @item --prefix=@var{dir}
19393 Configure the source to install programs and files under directory
19394 @file{@var{dir}}.
19395
19396 @item --exec-prefix=@var{dir}
19397 Configure the source to install programs under directory
19398 @file{@var{dir}}.
19399
19400 @c avoid splitting the warning from the explanation:
19401 @need 2000
19402 @item --srcdir=@var{dirname}
19403 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19404 @code{make} that implements the @code{VPATH} feature.}@*
19405 Use this option to make configurations in directories separate from the
19406 @value{GDBN} source directories. Among other things, you can use this to
19407 build (or maintain) several configurations simultaneously, in separate
19408 directories. @code{configure} writes configuration specific files in
19409 the current directory, but arranges for them to use the source in the
19410 directory @var{dirname}. @code{configure} creates directories under
19411 the working directory in parallel to the source directories below
19412 @var{dirname}.
19413
19414 @item --norecursion
19415 Configure only the directory level where @code{configure} is executed; do not
19416 propagate configuration to subdirectories.
19417
19418 @item --target=@var{target}
19419 Configure @value{GDBN} for cross-debugging programs running on the specified
19420 @var{target}. Without this option, @value{GDBN} is configured to debug
19421 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
19422
19423 There is no convenient way to generate a list of all available targets.
19424
19425 @item @var{host} @dots{}
19426 Configure @value{GDBN} to run on the specified @var{host}.
19427
19428 There is no convenient way to generate a list of all available hosts.
19429 @end table
19430
19431 There are many other options available as well, but they are generally
19432 needed for special purposes only.
19433
19434 @node Maintenance Commands
19435 @appendix Maintenance Commands
19436 @cindex maintenance commands
19437 @cindex internal commands
19438
19439 In addition to commands intended for @value{GDBN} users, @value{GDBN}
19440 includes a number of commands intended for @value{GDBN} developers.
19441 These commands are provided here for reference.
19442
19443 @table @code
19444 @kindex maint info breakpoints
19445 @item @anchor{maint info breakpoints}maint info breakpoints
19446 Using the same format as @samp{info breakpoints}, display both the
19447 breakpoints you've set explicitly, and those @value{GDBN} is using for
19448 internal purposes. Internal breakpoints are shown with negative
19449 breakpoint numbers. The type column identifies what kind of breakpoint
19450 is shown:
19451
19452 @table @code
19453 @item breakpoint
19454 Normal, explicitly set breakpoint.
19455
19456 @item watchpoint
19457 Normal, explicitly set watchpoint.
19458
19459 @item longjmp
19460 Internal breakpoint, used to handle correctly stepping through
19461 @code{longjmp} calls.
19462
19463 @item longjmp resume
19464 Internal breakpoint at the target of a @code{longjmp}.
19465
19466 @item until
19467 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
19468
19469 @item finish
19470 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
19471
19472 @item shlib events
19473 Shared library events.
19474
19475 @end table
19476
19477 @kindex maint internal-error
19478 @kindex maint internal-warning
19479 @item maint internal-error
19480 @itemx maint internal-warning
19481 Cause @value{GDBN} to call the internal function @code{internal_error}
19482 or @code{internal_warning} and hence behave as though an internal error
19483 or internal warning has been detected. In addition to reporting the
19484 internal problem, these functions give the user the opportunity to
19485 either quit @value{GDBN} or create a core file of the current
19486 @value{GDBN} session.
19487
19488 @smallexample
19489 (gdb) @kbd{maint internal-error testing, 1, 2}
19490 @dots{}/maint.c:121: internal-error: testing, 1, 2
19491 A problem internal to GDB has been detected. Further
19492 debugging may prove unreliable.
19493 Quit this debugging session? (y or n) @kbd{n}
19494 Create a core file? (y or n) @kbd{n}
19495 (gdb)
19496 @end smallexample
19497
19498 Takes an optional parameter that is used as the text of the error or
19499 warning message.
19500
19501 @kindex maint print dummy-frames
19502 @item maint print dummy-frames
19503
19504 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19505
19506 @smallexample
19507 (gdb) @kbd{b add}
19508 @dots{}
19509 (gdb) @kbd{print add(2,3)}
19510 Breakpoint 2, add (a=2, b=3) at @dots{}
19511 58 return (a + b);
19512 The program being debugged stopped while in a function called from GDB.
19513 @dots{}
19514 (gdb) @kbd{maint print dummy-frames}
19515 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19516 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19517 call_lo=0x01014000 call_hi=0x01014001
19518 (gdb)
19519 @end smallexample
19520
19521 Takes an optional file parameter.
19522
19523 @kindex maint print registers
19524 @kindex maint print raw-registers
19525 @kindex maint print cooked-registers
19526 @kindex maint print register-groups
19527 @item maint print registers
19528 @itemx maint print raw-registers
19529 @itemx maint print cooked-registers
19530 @itemx maint print register-groups
19531 Print @value{GDBN}'s internal register data structures.
19532
19533 The command @code{maint print raw-registers} includes the contents of
19534 the raw register cache; the command @code{maint print cooked-registers}
19535 includes the (cooked) value of all registers; and the command
19536 @code{maint print register-groups} includes the groups that each
19537 register is a member of. @xref{Registers,, Registers, gdbint,
19538 @value{GDBN} Internals}.
19539
19540 Takes an optional file parameter.
19541
19542 @kindex maint print reggroups
19543 @item maint print reggroups
19544 Print @value{GDBN}'s internal register group data structures.
19545
19546 Takes an optional file parameter.
19547
19548 @smallexample
19549 (gdb) @kbd{maint print reggroups}
19550 Group Type
19551 general user
19552 float user
19553 all user
19554 vector user
19555 system user
19556 save internal
19557 restore internal
19558 @end smallexample
19559
19560 @kindex maint set profile
19561 @kindex maint show profile
19562 @cindex profiling GDB
19563 @item maint set profile
19564 @itemx maint show profile
19565 Control profiling of @value{GDBN}.
19566
19567 Profiling will be disabled until you use the @samp{maint set profile}
19568 command to enable it. When you enable profiling, the system will begin
19569 collecting timing and execution count data; when you disable profiling or
19570 exit @value{GDBN}, the results will be written to a log file. Remember that
19571 if you use profiling, @value{GDBN} will overwrite the profiling log file
19572 (often called @file{gmon.out}). If you have a record of important profiling
19573 data in a @file{gmon.out} file, be sure to move it to a safe location.
19574
19575 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19576 compiled with the @samp{-pg} compiler option.
19577
19578 @end table
19579
19580
19581 @node Remote Protocol
19582 @appendix @value{GDBN} Remote Serial Protocol
19583
19584 @menu
19585 * Overview::
19586 * Packets::
19587 * Stop Reply Packets::
19588 * General Query Packets::
19589 * Register Packet Format::
19590 * Examples::
19591 * File-I/O remote protocol extension::
19592 @end menu
19593
19594 @node Overview
19595 @section Overview
19596
19597 There may be occasions when you need to know something about the
19598 protocol---for example, if there is only one serial port to your target
19599 machine, you might want your program to do something special if it
19600 recognizes a packet meant for @value{GDBN}.
19601
19602 In the examples below, @samp{->} and @samp{<-} are used to indicate
19603 transmitted and received data respectfully.
19604
19605 @cindex protocol, @value{GDBN} remote serial
19606 @cindex serial protocol, @value{GDBN} remote
19607 @cindex remote serial protocol
19608 All @value{GDBN} commands and responses (other than acknowledgments) are
19609 sent as a @var{packet}. A @var{packet} is introduced with the character
19610 @samp{$}, the actual @var{packet-data}, and the terminating character
19611 @samp{#} followed by a two-digit @var{checksum}:
19612
19613 @smallexample
19614 @code{$}@var{packet-data}@code{#}@var{checksum}
19615 @end smallexample
19616 @noindent
19617
19618 @cindex checksum, for @value{GDBN} remote
19619 @noindent
19620 The two-digit @var{checksum} is computed as the modulo 256 sum of all
19621 characters between the leading @samp{$} and the trailing @samp{#} (an
19622 eight bit unsigned checksum).
19623
19624 Implementors should note that prior to @value{GDBN} 5.0 the protocol
19625 specification also included an optional two-digit @var{sequence-id}:
19626
19627 @smallexample
19628 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
19629 @end smallexample
19630
19631 @cindex sequence-id, for @value{GDBN} remote
19632 @noindent
19633 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19634 has never output @var{sequence-id}s. Stubs that handle packets added
19635 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
19636
19637 @cindex acknowledgment, for @value{GDBN} remote
19638 When either the host or the target machine receives a packet, the first
19639 response expected is an acknowledgment: either @samp{+} (to indicate
19640 the package was received correctly) or @samp{-} (to request
19641 retransmission):
19642
19643 @smallexample
19644 -> @code{$}@var{packet-data}@code{#}@var{checksum}
19645 <- @code{+}
19646 @end smallexample
19647 @noindent
19648
19649 The host (@value{GDBN}) sends @var{command}s, and the target (the
19650 debugging stub incorporated in your program) sends a @var{response}. In
19651 the case of step and continue @var{command}s, the response is only sent
19652 when the operation has completed (the target has again stopped).
19653
19654 @var{packet-data} consists of a sequence of characters with the
19655 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19656 exceptions).
19657
19658 Fields within the packet should be separated using @samp{,} @samp{;} or
19659 @cindex remote protocol, field separator
19660 @samp{:}. Except where otherwise noted all numbers are represented in
19661 @sc{hex} with leading zeros suppressed.
19662
19663 Implementors should note that prior to @value{GDBN} 5.0, the character
19664 @samp{:} could not appear as the third character in a packet (as it
19665 would potentially conflict with the @var{sequence-id}).
19666
19667 Response @var{data} can be run-length encoded to save space. A @samp{*}
19668 means that the next character is an @sc{ascii} encoding giving a repeat count
19669 which stands for that many repetitions of the character preceding the
19670 @samp{*}. The encoding is @code{n+29}, yielding a printable character
19671 where @code{n >=3} (which is where rle starts to win). The printable
19672 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19673 value greater than 126 should not be used.
19674
19675 Some remote systems have used a different run-length encoding mechanism
19676 loosely refered to as the cisco encoding. Following the @samp{*}
19677 character are two hex digits that indicate the size of the packet.
19678
19679 So:
19680 @smallexample
19681 "@code{0* }"
19682 @end smallexample
19683 @noindent
19684 means the same as "0000".
19685
19686 The error response returned for some packets includes a two character
19687 error number. That number is not well defined.
19688
19689 For any @var{command} not supported by the stub, an empty response
19690 (@samp{$#00}) should be returned. That way it is possible to extend the
19691 protocol. A newer @value{GDBN} can tell if a packet is supported based
19692 on that response.
19693
19694 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19695 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19696 optional.
19697
19698 @node Packets
19699 @section Packets
19700
19701 The following table provides a complete list of all currently defined
19702 @var{command}s and their corresponding response @var{data}.
19703
19704 @table @r
19705
19706 @item @code{!} --- extended mode
19707 @cindex @code{!} packet
19708
19709 Enable extended mode. In extended mode, the remote server is made
19710 persistent. The @samp{R} packet is used to restart the program being
19711 debugged.
19712
19713 Reply:
19714 @table @samp
19715 @item OK
19716 The remote target both supports and has enabled extended mode.
19717 @end table
19718
19719 @item @code{?} --- last signal
19720 @cindex @code{?} packet
19721
19722 Indicate the reason the target halted. The reply is the same as for
19723 step and continue.
19724
19725 Reply:
19726 @xref{Stop Reply Packets}, for the reply specifications.
19727
19728 @item @code{a} --- reserved
19729
19730 Reserved for future use.
19731
19732 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19733 @cindex @code{A} packet
19734
19735 Initialized @samp{argv[]} array passed into program. @var{arglen}
19736 specifies the number of bytes in the hex encoded byte stream @var{arg}.
19737 See @code{gdbserver} for more details.
19738
19739 Reply:
19740 @table @samp
19741 @item OK
19742 @item E@var{NN}
19743 @end table
19744
19745 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19746 @cindex @code{b} packet
19747
19748 Change the serial line speed to @var{baud}.
19749
19750 JTC: @emph{When does the transport layer state change? When it's
19751 received, or after the ACK is transmitted. In either case, there are
19752 problems if the command or the acknowledgment packet is dropped.}
19753
19754 Stan: @emph{If people really wanted to add something like this, and get
19755 it working for the first time, they ought to modify ser-unix.c to send
19756 some kind of out-of-band message to a specially-setup stub and have the
19757 switch happen "in between" packets, so that from remote protocol's point
19758 of view, nothing actually happened.}
19759
19760 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19761 @cindex @code{B} packet
19762
19763 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
19764 breakpoint at @var{addr}.
19765
19766 This packet has been replaced by the @samp{Z} and @samp{z} packets
19767 (@pxref{insert breakpoint or watchpoint packet}).
19768
19769 @item @code{c}@var{addr} --- continue
19770 @cindex @code{c} packet
19771
19772 @var{addr} is address to resume. If @var{addr} is omitted, resume at
19773 current address.
19774
19775 Reply:
19776 @xref{Stop Reply Packets}, for the reply specifications.
19777
19778 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19779 @cindex @code{C} packet
19780
19781 Continue with signal @var{sig} (hex signal number). If
19782 @code{;}@var{addr} is omitted, resume at same address.
19783
19784 Reply:
19785 @xref{Stop Reply Packets}, for the reply specifications.
19786
19787 @item @code{d} --- toggle debug @strong{(deprecated)}
19788 @cindex @code{d} packet
19789
19790 Toggle debug flag.
19791
19792 @item @code{D} --- detach
19793 @cindex @code{D} packet
19794
19795 Detach @value{GDBN} from the remote system. Sent to the remote target
19796 before @value{GDBN} disconnects via the @code{detach} command.
19797
19798 Reply:
19799 @table @samp
19800 @item @emph{no response}
19801 @value{GDBN} does not check for any response after sending this packet.
19802 @end table
19803
19804 @item @code{e} --- reserved
19805
19806 Reserved for future use.
19807
19808 @item @code{E} --- reserved
19809
19810 Reserved for future use.
19811
19812 @item @code{f} --- reserved
19813
19814 Reserved for future use.
19815
19816 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19817 @cindex @code{F} packet
19818
19819 This packet is send by @value{GDBN} as reply to a @code{F} request packet
19820 sent by the target. This is part of the File-I/O protocol extension.
19821 @xref{File-I/O remote protocol extension}, for the specification.
19822
19823 @item @code{g} --- read registers
19824 @anchor{read registers packet}
19825 @cindex @code{g} packet
19826
19827 Read general registers.
19828
19829 Reply:
19830 @table @samp
19831 @item @var{XX@dots{}}
19832 Each byte of register data is described by two hex digits. The bytes
19833 with the register are transmitted in target byte order. The size of
19834 each register and their position within the @samp{g} @var{packet} are
19835 determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE}
19836 and @var{REGISTER_NAME} macros. The specification of several standard
19837 @code{g} packets is specified below.
19838 @item E@var{NN}
19839 for an error.
19840 @end table
19841
19842 @item @code{G}@var{XX@dots{}} --- write regs
19843 @cindex @code{G} packet
19844
19845 @xref{read registers packet}, for a description of the @var{XX@dots{}}
19846 data.
19847
19848 Reply:
19849 @table @samp
19850 @item OK
19851 for success
19852 @item E@var{NN}
19853 for an error
19854 @end table
19855
19856 @item @code{h} --- reserved
19857
19858 Reserved for future use.
19859
19860 @item @code{H}@var{c}@var{t@dots{}} --- set thread
19861 @cindex @code{H} packet
19862
19863 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
19864 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19865 should be @samp{c} for step and continue operations, @samp{g} for other
19866 operations. The thread designator @var{t@dots{}} may be -1, meaning all
19867 the threads, a thread number, or zero which means pick any thread.
19868
19869 Reply:
19870 @table @samp
19871 @item OK
19872 for success
19873 @item E@var{NN}
19874 for an error
19875 @end table
19876
19877 @c FIXME: JTC:
19878 @c 'H': How restrictive (or permissive) is the thread model. If a
19879 @c thread is selected and stopped, are other threads allowed
19880 @c to continue to execute? As I mentioned above, I think the
19881 @c semantics of each command when a thread is selected must be
19882 @c described. For example:
19883 @c
19884 @c 'g': If the stub supports threads and a specific thread is
19885 @c selected, returns the register block from that thread;
19886 @c otherwise returns current registers.
19887 @c
19888 @c 'G' If the stub supports threads and a specific thread is
19889 @c selected, sets the registers of the register block of
19890 @c that thread; otherwise sets current registers.
19891
19892 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19893 @anchor{cycle step packet}
19894 @cindex @code{i} packet
19895
19896 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19897 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19898 step starting at that address.
19899
19900 @item @code{I} --- signal then cycle step @strong{(reserved)}
19901 @cindex @code{I} packet
19902
19903 @xref{step with signal packet}. @xref{cycle step packet}.
19904
19905 @item @code{j} --- reserved
19906
19907 Reserved for future use.
19908
19909 @item @code{J} --- reserved
19910
19911 Reserved for future use.
19912
19913 @item @code{k} --- kill request
19914 @cindex @code{k} packet
19915
19916 FIXME: @emph{There is no description of how to operate when a specific
19917 thread context has been selected (i.e.@: does 'k' kill only that
19918 thread?)}.
19919
19920 @item @code{K} --- reserved
19921
19922 Reserved for future use.
19923
19924 @item @code{l} --- reserved
19925
19926 Reserved for future use.
19927
19928 @item @code{L} --- reserved
19929
19930 Reserved for future use.
19931
19932 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
19933 @cindex @code{m} packet
19934
19935 Read @var{length} bytes of memory starting at address @var{addr}.
19936 Neither @value{GDBN} nor the stub assume that sized memory transfers are
19937 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
19938 transfer mechanism is needed.}
19939
19940 Reply:
19941 @table @samp
19942 @item @var{XX@dots{}}
19943 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19944 to read only part of the data. Neither @value{GDBN} nor the stub assume
19945 that sized memory transfers are assumed using word aligned
19946 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19947 needed.}
19948 @item E@var{NN}
19949 @var{NN} is errno
19950 @end table
19951
19952 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19953 @cindex @code{M} packet
19954
19955 Write @var{length} bytes of memory starting at address @var{addr}.
19956 @var{XX@dots{}} is the data.
19957
19958 Reply:
19959 @table @samp
19960 @item OK
19961 for success
19962 @item E@var{NN}
19963 for an error (this includes the case where only part of the data was
19964 written).
19965 @end table
19966
19967 @item @code{n} --- reserved
19968
19969 Reserved for future use.
19970
19971 @item @code{N} --- reserved
19972
19973 Reserved for future use.
19974
19975 @item @code{o} --- reserved
19976
19977 Reserved for future use.
19978
19979 @item @code{O} --- reserved
19980
19981 Reserved for future use.
19982
19983 @item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19984 @cindex @code{p} packet
19985
19986 @xref{write register packet}.
19987
19988 Reply:
19989 @table @samp
19990 @item @var{r@dots{}.}
19991 The hex encoded value of the register in target byte order.
19992 @end table
19993
19994 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19995 @anchor{write register packet}
19996 @cindex @code{P} packet
19997
19998 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
19999 digits for each byte in the register (target byte order).
20000
20001 Reply:
20002 @table @samp
20003 @item OK
20004 for success
20005 @item E@var{NN}
20006 for an error
20007 @end table
20008
20009 @item @code{q}@var{query} --- general query
20010 @anchor{general query packet}
20011 @cindex @code{q} packet
20012
20013 Request info about @var{query}. In general @value{GDBN} queries have a
20014 leading upper case letter. Custom vendor queries should use a company
20015 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
20016 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
20017 that they match the full @var{query} name.
20018
20019 Reply:
20020 @table @samp
20021 @item @var{XX@dots{}}
20022 Hex encoded data from query. The reply can not be empty.
20023 @item E@var{NN}
20024 error reply
20025 @item
20026 Indicating an unrecognized @var{query}.
20027 @end table
20028
20029 @item @code{Q}@var{var}@code{=}@var{val} --- general set
20030 @cindex @code{Q} packet
20031
20032 Set value of @var{var} to @var{val}.
20033
20034 @xref{general query packet}, for a discussion of naming conventions.
20035
20036 @item @code{r} --- reset @strong{(deprecated)}
20037 @cindex @code{r} packet
20038
20039 Reset the entire system.
20040
20041 @item @code{R}@var{XX} --- remote restart
20042 @cindex @code{R} packet
20043
20044 Restart the program being debugged. @var{XX}, while needed, is ignored.
20045 This packet is only available in extended mode.
20046
20047 Reply:
20048 @table @samp
20049 @item @emph{no reply}
20050 The @samp{R} packet has no reply.
20051 @end table
20052
20053 @item @code{s}@var{addr} --- step
20054 @cindex @code{s} packet
20055
20056 @var{addr} is address to resume. If @var{addr} is omitted, resume at
20057 same address.
20058
20059 Reply:
20060 @xref{Stop Reply Packets}, for the reply specifications.
20061
20062 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
20063 @anchor{step with signal packet}
20064 @cindex @code{S} packet
20065
20066 Like @samp{C} but step not continue.
20067
20068 Reply:
20069 @xref{Stop Reply Packets}, for the reply specifications.
20070
20071 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
20072 @cindex @code{t} packet
20073
20074 Search backwards starting at address @var{addr} for a match with pattern
20075 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
20076 @var{addr} must be at least 3 digits.
20077
20078 @item @code{T}@var{XX} --- thread alive
20079 @cindex @code{T} packet
20080
20081 Find out if the thread XX is alive.
20082
20083 Reply:
20084 @table @samp
20085 @item OK
20086 thread is still alive
20087 @item E@var{NN}
20088 thread is dead
20089 @end table
20090
20091 @item @code{u} --- reserved
20092
20093 Reserved for future use.
20094
20095 @item @code{U} --- reserved
20096
20097 Reserved for future use.
20098
20099 @item @code{v} --- reserved
20100
20101 Reserved for future use.
20102
20103 @item @code{V} --- reserved
20104
20105 Reserved for future use.
20106
20107 @item @code{w} --- reserved
20108
20109 Reserved for future use.
20110
20111 @item @code{W} --- reserved
20112
20113 Reserved for future use.
20114
20115 @item @code{x} --- reserved
20116
20117 Reserved for future use.
20118
20119 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20120 @cindex @code{X} packet
20121
20122 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20123 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
20124 escaped using @code{0x7d}.
20125
20126 Reply:
20127 @table @samp
20128 @item OK
20129 for success
20130 @item E@var{NN}
20131 for an error
20132 @end table
20133
20134 @item @code{y} --- reserved
20135
20136 Reserved for future use.
20137
20138 @item @code{Y} reserved
20139
20140 Reserved for future use.
20141
20142 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20143 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20144 @anchor{insert breakpoint or watchpoint packet}
20145 @cindex @code{z} packet
20146 @cindex @code{Z} packets
20147
20148 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20149 watchpoint starting at address @var{address} and covering the next
20150 @var{length} bytes.
20151
20152 Each breakpoint and watchpoint packet @var{type} is documented
20153 separately.
20154
20155 @emph{Implementation notes: A remote target shall return an empty string
20156 for an unrecognized breakpoint or watchpoint packet @var{type}. A
20157 remote target shall support either both or neither of a given
20158 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20159 avoid potential problems with duplicate packets, the operations should
20160 be implemented in an idempotent way.}
20161
20162 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20163 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20164 @cindex @code{z0} packet
20165 @cindex @code{Z0} packet
20166
20167 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20168 @code{addr} of size @code{length}.
20169
20170 A memory breakpoint is implemented by replacing the instruction at
20171 @var{addr} with a software breakpoint or trap instruction. The
20172 @code{length} is used by targets that indicates the size of the
20173 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20174 @sc{mips} can insert either a 2 or 4 byte breakpoint).
20175
20176 @emph{Implementation note: It is possible for a target to copy or move
20177 code that contains memory breakpoints (e.g., when implementing
20178 overlays). The behavior of this packet, in the presence of such a
20179 target, is not defined.}
20180
20181 Reply:
20182 @table @samp
20183 @item OK
20184 success
20185 @item
20186 not supported
20187 @item E@var{NN}
20188 for an error
20189 @end table
20190
20191 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20192 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20193 @cindex @code{z1} packet
20194 @cindex @code{Z1} packet
20195
20196 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20197 address @code{addr} of size @code{length}.
20198
20199 A hardware breakpoint is implemented using a mechanism that is not
20200 dependant on being able to modify the target's memory.
20201
20202 @emph{Implementation note: A hardware breakpoint is not affected by code
20203 movement.}
20204
20205 Reply:
20206 @table @samp
20207 @item OK
20208 success
20209 @item
20210 not supported
20211 @item E@var{NN}
20212 for an error
20213 @end table
20214
20215 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20216 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20217 @cindex @code{z2} packet
20218 @cindex @code{Z2} packet
20219
20220 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20221
20222 Reply:
20223 @table @samp
20224 @item OK
20225 success
20226 @item
20227 not supported
20228 @item E@var{NN}
20229 for an error
20230 @end table
20231
20232 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20233 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20234 @cindex @code{z3} packet
20235 @cindex @code{Z3} packet
20236
20237 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
20238
20239 Reply:
20240 @table @samp
20241 @item OK
20242 success
20243 @item
20244 not supported
20245 @item E@var{NN}
20246 for an error
20247 @end table
20248
20249 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20250 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
20251 @cindex @code{z4} packet
20252 @cindex @code{Z4} packet
20253
20254 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20255
20256 Reply:
20257 @table @samp
20258 @item OK
20259 success
20260 @item
20261 not supported
20262 @item E@var{NN}
20263 for an error
20264 @end table
20265
20266 @end table
20267
20268 @node Stop Reply Packets
20269 @section Stop Reply Packets
20270 @cindex stop reply packets
20271
20272 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20273 receive any of the below as a reply. In the case of the @samp{C},
20274 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20275 when the target halts. In the below the exact meaning of @samp{signal
20276 number} is poorly defined. In general one of the UNIX signal numbering
20277 conventions is used.
20278
20279 @table @samp
20280
20281 @item S@var{AA}
20282 @var{AA} is the signal number
20283
20284 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
20285 @cindex @code{T} packet reply
20286
20287 @var{AA} = two hex digit signal number; @var{n...} = register number
20288 (hex), @var{r...} = target byte ordered register contents, size defined
20289 by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
20290 thread process ID, this is a hex integer; @var{n...} = (@samp{watch} |
20291 @samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
20292 integer; @var{n...} = other string not starting with valid hex digit.
20293 @value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
20294 to the next. This way we can extend the protocol.
20295
20296 @item W@var{AA}
20297
20298 The process exited, and @var{AA} is the exit status. This is only
20299 applicable to certain targets.
20300
20301 @item X@var{AA}
20302
20303 The process terminated with signal @var{AA}.
20304
20305 @item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
20306
20307 @var{AA} = signal number; @var{t@dots{}} = address of symbol
20308 @code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
20309 base of bss section. @emph{Note: only used by Cisco Systems targets.
20310 The difference between this reply and the @samp{qOffsets} query is that
20311 the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
20312 is a query initiated by the host debugger.}
20313
20314 @item O@var{XX@dots{}}
20315
20316 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20317 any time while the program is running and the debugger should continue
20318 to wait for @samp{W}, @samp{T}, etc.
20319
20320 @item F@var{call-id}@code{,}@var{parameter@dots{}}
20321
20322 @var{call-id} is the identifier which says which host system call should
20323 be called. This is just the name of the function. Translation into the
20324 correct system call is only applicable as it's defined in @value{GDBN}.
20325 @xref{File-I/O remote protocol extension}, for a list of implemented
20326 system calls.
20327
20328 @var{parameter@dots{}} is a list of parameters as defined for this very
20329 system call.
20330
20331 The target replies with this packet when it expects @value{GDBN} to call
20332 a host system call on behalf of the target. @value{GDBN} replies with
20333 an appropriate @code{F} packet and keeps up waiting for the next reply
20334 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20335 @samp{s} action is expected to be continued.
20336 @xref{File-I/O remote protocol extension}, for more details.
20337
20338 @end table
20339
20340 @node General Query Packets
20341 @section General Query Packets
20342
20343 The following set and query packets have already been defined.
20344
20345 @table @r
20346
20347 @item @code{q}@code{C} --- current thread
20348
20349 Return the current thread id.
20350
20351 Reply:
20352 @table @samp
20353 @item @code{QC}@var{pid}
20354 Where @var{pid} is a HEX encoded 16 bit process id.
20355 @item *
20356 Any other reply implies the old pid.
20357 @end table
20358
20359 @item @code{q}@code{fThreadInfo} -- all thread ids
20360
20361 @code{q}@code{sThreadInfo}
20362
20363 Obtain a list of active thread ids from the target (OS). Since there
20364 may be too many active threads to fit into one reply packet, this query
20365 works iteratively: it may require more than one query/reply sequence to
20366 obtain the entire list of threads. The first query of the sequence will
20367 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20368 sequence will be the @code{qs}@code{ThreadInfo} query.
20369
20370 NOTE: replaces the @code{qL} query (see below).
20371
20372 Reply:
20373 @table @samp
20374 @item @code{m}@var{id}
20375 A single thread id
20376 @item @code{m}@var{id},@var{id}@dots{}
20377 a comma-separated list of thread ids
20378 @item @code{l}
20379 (lower case 'el') denotes end of list.
20380 @end table
20381
20382 In response to each query, the target will reply with a list of one or
20383 more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20384 will respond to each reply with a request for more thread ids (using the
20385 @code{qs} form of the query), until the target responds with @code{l}
20386 (lower-case el, for @code{'last'}).
20387
20388 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20389
20390 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20391 string description of a thread's attributes from the target OS. This
20392 string may contain anything that the target OS thinks is interesting for
20393 @value{GDBN} to tell the user about the thread. The string is displayed
20394 in @value{GDBN}'s @samp{info threads} display. Some examples of
20395 possible thread extra info strings are ``Runnable'', or ``Blocked on
20396 Mutex''.
20397
20398 Reply:
20399 @table @samp
20400 @item @var{XX@dots{}}
20401 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20402 the printable string containing the extra information about the thread's
20403 attributes.
20404 @end table
20405
20406 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
20407
20408 Obtain thread information from RTOS. Where: @var{startflag} (one hex
20409 digit) is one to indicate the first query and zero to indicate a
20410 subsequent query; @var{threadcount} (two hex digits) is the maximum
20411 number of threads the response packet can contain; and @var{nextthread}
20412 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
20413 returned in the response as @var{argthread}.
20414
20415 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20416 (see above).
20417
20418 Reply:
20419 @table @samp
20420 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
20421 Where: @var{count} (two hex digits) is the number of threads being
20422 returned; @var{done} (one hex digit) is zero to indicate more threads
20423 and one indicates no further threads; @var{argthreadid} (eight hex
20424 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20425 is a sequence of thread IDs from the target. @var{threadid} (eight hex
20426 digits). See @code{remote.c:parse_threadlist_response()}.
20427 @end table
20428
20429 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20430
20431 Reply:
20432 @table @samp
20433 @item @code{E}@var{NN}
20434 An error (such as memory fault)
20435 @item @code{C}@var{CRC32}
20436 A 32 bit cyclic redundancy check of the specified memory region.
20437 @end table
20438
20439 @item @code{q}@code{Offsets} --- query sect offs
20440
20441 Get section offsets that the target used when re-locating the downloaded
20442 image. @emph{Note: while a @code{Bss} offset is included in the
20443 response, @value{GDBN} ignores this and instead applies the @code{Data}
20444 offset to the @code{Bss} section.}
20445
20446 Reply:
20447 @table @samp
20448 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20449 @end table
20450
20451 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20452
20453 Returns information on @var{threadid}. Where: @var{mode} is a hex
20454 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
20455
20456 Reply:
20457 @table @samp
20458 @item *
20459 @end table
20460
20461 See @code{remote.c:remote_unpack_thread_info_response()}.
20462
20463 @item @code{q}@code{Rcmd,}@var{command} --- remote command
20464
20465 @var{command} (hex encoded) is passed to the local interpreter for
20466 execution. Invalid commands should be reported using the output string.
20467 Before the final result packet, the target may also respond with a
20468 number of intermediate @code{O}@var{output} console output packets.
20469 @emph{Implementors should note that providing access to a stubs's
20470 interpreter may have security implications}.
20471
20472 Reply:
20473 @table @samp
20474 @item OK
20475 A command response with no output.
20476 @item @var{OUTPUT}
20477 A command response with the hex encoded output string @var{OUTPUT}.
20478 @item @code{E}@var{NN}
20479 Indicate a badly formed request.
20480 @item @samp{}
20481 When @samp{q}@samp{Rcmd} is not recognized.
20482 @end table
20483
20484 @item @code{qSymbol::} --- symbol lookup
20485
20486 Notify the target that @value{GDBN} is prepared to serve symbol lookup
20487 requests. Accept requests from the target for the values of symbols.
20488
20489 Reply:
20490 @table @samp
20491 @item @code{OK}
20492 The target does not need to look up any (more) symbols.
20493 @item @code{qSymbol:}@var{sym_name}
20494 The target requests the value of symbol @var{sym_name} (hex encoded).
20495 @value{GDBN} may provide the value by using the
20496 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20497 @end table
20498
20499 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20500
20501 Set the value of @var{sym_name} to @var{sym_value}.
20502
20503 @var{sym_name} (hex encoded) is the name of a symbol whose value the
20504 target has previously requested.
20505
20506 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20507 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
20508 will be empty.
20509
20510 Reply:
20511 @table @samp
20512 @item @code{OK}
20513 The target does not need to look up any (more) symbols.
20514 @item @code{qSymbol:}@var{sym_name}
20515 The target requests the value of a new symbol @var{sym_name} (hex
20516 encoded). @value{GDBN} will continue to supply the values of symbols
20517 (if available), until the target ceases to request them.
20518 @end table
20519
20520 @end table
20521
20522 @node Register Packet Format
20523 @section Register Packet Format
20524
20525 The following @samp{g}/@samp{G} packets have previously been defined.
20526 In the below, some thirty-two bit registers are transferred as
20527 sixty-four bits. Those registers should be zero/sign extended (which?)
20528 to fill the space allocated. Register bytes are transfered in target
20529 byte order. The two nibbles within a register byte are transfered
20530 most-significant - least-significant.
20531
20532 @table @r
20533
20534 @item MIPS32
20535
20536 All registers are transfered as thirty-two bit quantities in the order:
20537 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20538 registers; fsr; fir; fp.
20539
20540 @item MIPS64
20541
20542 All registers are transfered as sixty-four bit quantities (including
20543 thirty-two bit registers such as @code{sr}). The ordering is the same
20544 as @code{MIPS32}.
20545
20546 @end table
20547
20548 @node Examples
20549 @section Examples
20550
20551 Example sequence of a target being re-started. Notice how the restart
20552 does not get any direct output:
20553
20554 @smallexample
20555 -> @code{R00}
20556 <- @code{+}
20557 @emph{target restarts}
20558 -> @code{?}
20559 <- @code{+}
20560 <- @code{T001:1234123412341234}
20561 -> @code{+}
20562 @end smallexample
20563
20564 Example sequence of a target being stepped by a single instruction:
20565
20566 @smallexample
20567 -> @code{G1445@dots{}}
20568 <- @code{+}
20569 -> @code{s}
20570 <- @code{+}
20571 @emph{time passes}
20572 <- @code{T001:1234123412341234}
20573 -> @code{+}
20574 -> @code{g}
20575 <- @code{+}
20576 <- @code{1455@dots{}}
20577 -> @code{+}
20578 @end smallexample
20579
20580 @node File-I/O remote protocol extension
20581 @section File-I/O remote protocol extension
20582 @cindex File-I/O remote protocol extension
20583
20584 @menu
20585 * File-I/O Overview::
20586 * Protocol basics::
20587 * The `F' request packet::
20588 * The `F' reply packet::
20589 * Memory transfer::
20590 * The Ctrl-C message::
20591 * Console I/O::
20592 * The isatty call::
20593 * The system call::
20594 * List of supported calls::
20595 * Protocol specific representation of datatypes::
20596 * Constants::
20597 * File-I/O Examples::
20598 @end menu
20599
20600 @node File-I/O Overview
20601 @subsection File-I/O Overview
20602 @cindex file-i/o overview
20603
20604 The File I/O remote protocol extension (short: File-I/O) allows the
20605 target to use the hosts file system and console I/O when calling various
20606 system calls. System calls on the target system are translated into a
20607 remote protocol packet to the host system which then performs the needed
20608 actions and returns with an adequate response packet to the target system.
20609 This simulates file system operations even on targets that lack file systems.
20610
20611 The protocol is defined host- and target-system independent. It uses
20612 it's own independent representation of datatypes and values. Both,
20613 @value{GDBN} and the target's @value{GDBN} stub are responsible for
20614 translating the system dependent values into the unified protocol values
20615 when data is transmitted.
20616
20617 The communication is synchronous. A system call is possible only
20618 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20619 packets. While @value{GDBN} handles the request for a system call,
20620 the target is stopped to allow deterministic access to the target's
20621 memory. Therefore File-I/O is not interuptible by target signals. It
20622 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20623
20624 The target's request to perform a host system call does not finish
20625 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20626 after finishing the system call, the target returns to continuing the
20627 previous activity (continue, step). No additional continue or step
20628 request from @value{GDBN} is required.
20629
20630 @smallexample
20631 (gdb) continue
20632 <- target requests 'system call X'
20633 target is stopped, @value{GDBN} executes system call
20634 -> GDB returns result
20635 ... target continues, GDB returns to wait for the target
20636 <- target hits breakpoint and sends a Txx packet
20637 @end smallexample
20638
20639 The protocol is only used for files on the host file system and
20640 for I/O on the console. Character or block special devices, pipes,
20641 named pipes or sockets or any other communication method on the host
20642 system are not supported by this protocol.
20643
20644 @node Protocol basics
20645 @subsection Protocol basics
20646 @cindex protocol basics, file-i/o
20647
20648 The File-I/O protocol uses the @code{F} packet, as request as well
20649 as as reply packet. Since a File-I/O system call can only occur when
20650 @value{GDBN} is waiting for the continuing or stepping target, the
20651 File-I/O request is a reply that @value{GDBN} has to expect as a result
20652 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20653 This @code{F} packet contains all information needed to allow @value{GDBN}
20654 to call the appropriate host system call:
20655
20656 @itemize @bullet
20657 @item
20658 A unique identifier for the requested system call.
20659
20660 @item
20661 All parameters to the system call. Pointers are given as addresses
20662 in the target memory address space. Pointers to strings are given as
20663 pointer/length pair. Numerical values are given as they are.
20664 Numerical control values are given in a protocol specific representation.
20665
20666 @end itemize
20667
20668 At that point @value{GDBN} has to perform the following actions.
20669
20670 @itemize @bullet
20671 @item
20672 If parameter pointer values are given, which point to data needed as input
20673 to a system call, @value{GDBN} requests this data from the target with a
20674 standard @code{m} packet request. This additional communication has to be
20675 expected by the target implementation and is handled as any other @code{m}
20676 packet.
20677
20678 @item
20679 @value{GDBN} translates all value from protocol representation to host
20680 representation as needed. Datatypes are coerced into the host types.
20681
20682 @item
20683 @value{GDBN} calls the system call
20684
20685 @item
20686 It then coerces datatypes back to protocol representation.
20687
20688 @item
20689 If pointer parameters in the request packet point to buffer space in which
20690 a system call is expected to copy data to, the data is transmitted to the
20691 target using a @code{M} or @code{X} packet. This packet has to be expected
20692 by the target implementation and is handled as any other @code{M} or @code{X}
20693 packet.
20694
20695 @end itemize
20696
20697 Eventually @value{GDBN} replies with another @code{F} packet which contains all
20698 necessary information for the target to continue. This at least contains
20699
20700 @itemize @bullet
20701 @item
20702 Return value.
20703
20704 @item
20705 @code{errno}, if has been changed by the system call.
20706
20707 @item
20708 ``Ctrl-C'' flag.
20709
20710 @end itemize
20711
20712 After having done the needed type and value coercion, the target continues
20713 the latest continue or step action.
20714
20715 @node The `F' request packet
20716 @subsection The @code{F} request packet
20717 @cindex file-i/o request packet
20718 @cindex @code{F} request packet
20719
20720 The @code{F} request packet has the following format:
20721
20722 @table @samp
20723
20724 @smallexample
20725 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20726 @end smallexample
20727
20728 @var{call-id} is the identifier to indicate the host system call to be called.
20729 This is just the name of the function.
20730
20731 @var{parameter@dots{}} are the parameters to the system call.
20732
20733 @end table
20734
20735 Parameters are hexadecimal integer values, either the real values in case
20736 of scalar datatypes, as pointers to target buffer space in case of compound
20737 datatypes and unspecified memory areas or as pointer/length pairs in case
20738 of string parameters. These are appended to the call-id, each separated
20739 from its predecessor by a comma. All values are transmitted in ASCII
20740 string representation, pointer/length pairs separated by a slash.
20741
20742 @node The `F' reply packet
20743 @subsection The @code{F} reply packet
20744 @cindex file-i/o reply packet
20745 @cindex @code{F} reply packet
20746
20747 The @code{F} reply packet has the following format:
20748
20749 @table @samp
20750
20751 @smallexample
20752 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20753 @end smallexample
20754
20755 @var{retcode} is the return code of the system call as hexadecimal value.
20756
20757 @var{errno} is the errno set by the call, in protocol specific representation.
20758 This parameter can be omitted if the call was successful.
20759
20760 @var{Ctrl-C flag} is only send if the user requested a break. In this
20761 case, @var{errno} must be send as well, even if the call was successful.
20762 The @var{Ctrl-C flag} itself consists of the character 'C':
20763
20764 @smallexample
20765 F0,0,C
20766 @end smallexample
20767
20768 @noindent
20769 or, if the call was interupted before the host call has been performed:
20770
20771 @smallexample
20772 F-1,4,C
20773 @end smallexample
20774
20775 @noindent
20776 assuming 4 is the protocol specific representation of @code{EINTR}.
20777
20778 @end table
20779
20780 @node Memory transfer
20781 @subsection Memory transfer
20782 @cindex memory transfer, in file-i/o protocol
20783
20784 Structured data which is transferred using a memory read or write as e.g.@:
20785 a @code{struct stat} is expected to be in a protocol specific format with
20786 all scalar multibyte datatypes being big endian. This should be done by
20787 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20788 it transfers memory to the target. Transferred pointers to structured
20789 data should point to the already coerced data at any time.
20790
20791 @node The Ctrl-C message
20792 @subsection The Ctrl-C message
20793 @cindex ctrl-c message, in file-i/o protocol
20794
20795 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20796 reply packet. In this case the target should behave, as if it had
20797 gotten a break message. The meaning for the target is ``system call
20798 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20799 (as with a break message) and return to @value{GDBN} with a @code{T02}
20800 packet. In this case, it's important for the target to know, in which
20801 state the system call was interrupted. Since this action is by design
20802 not an atomic operation, we have to differ between two cases:
20803
20804 @itemize @bullet
20805 @item
20806 The system call hasn't been performed on the host yet.
20807
20808 @item
20809 The system call on the host has been finished.
20810
20811 @end itemize
20812
20813 These two states can be distinguished by the target by the value of the
20814 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20815 call hasn't been performed. This is equivalent to the @code{EINTR} handling
20816 on POSIX systems. In any other case, the target may presume that the
20817 system call has been finished --- successful or not --- and should behave
20818 as if the break message arrived right after the system call.
20819
20820 @value{GDBN} must behave reliable. If the system call has not been called
20821 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20822 @code{errno} in the packet. If the system call on the host has been finished
20823 before the user requests a break, the full action must be finshed by
20824 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20825 The @code{F} packet may only be send when either nothing has happened
20826 or the full action has been completed.
20827
20828 @node Console I/O
20829 @subsection Console I/O
20830 @cindex console i/o as part of file-i/o
20831
20832 By default and if not explicitely closed by the target system, the file
20833 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20834 on the @value{GDBN} console is handled as any other file output operation
20835 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20836 by @value{GDBN} so that after the target read request from file descriptor
20837 0 all following typing is buffered until either one of the following
20838 conditions is met:
20839
20840 @itemize @bullet
20841 @item
20842 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20843 @code{read}
20844 system call is treated as finished.
20845
20846 @item
20847 The user presses @kbd{Enter}. This is treated as end of input with a trailing
20848 line feed.
20849
20850 @item
20851 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20852 character, especially no Ctrl-D is appended to the input.
20853
20854 @end itemize
20855
20856 If the user has typed more characters as fit in the buffer given to
20857 the read call, the trailing characters are buffered in @value{GDBN} until
20858 either another @code{read(0, @dots{})} is requested by the target or debugging
20859 is stopped on users request.
20860
20861 @node The isatty call
20862 @subsection The isatty(3) call
20863 @cindex isatty call, file-i/o protocol
20864
20865 A special case in this protocol is the library call @code{isatty} which
20866 is implemented as it's own call inside of this protocol. It returns
20867 1 to the target if the file descriptor given as parameter is attached
20868 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20869 would require implementing @code{ioctl} and would be more complex than
20870 needed.
20871
20872 @node The system call
20873 @subsection The system(3) call
20874 @cindex system call, file-i/o protocol
20875
20876 The other special case in this protocol is the @code{system} call which
20877 is implemented as it's own call, too. @value{GDBN} is taking over the full
20878 task of calling the necessary host calls to perform the @code{system}
20879 call. The return value of @code{system} is simplified before it's returned
20880 to the target. Basically, the only signal transmitted back is @code{EINTR}
20881 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20882 entirely of the exit status of the called command.
20883
20884 Due to security concerns, the @code{system} call is refused to be called
20885 by @value{GDBN} by default. The user has to allow this call explicitly by
20886 entering
20887
20888 @table @samp
20889 @kindex set remote system-call-allowed 1
20890 @item @code{set remote system-call-allowed 1}
20891 @end table
20892
20893 Disabling the @code{system} call is done by
20894
20895 @table @samp
20896 @kindex set remote system-call-allowed 0
20897 @item @code{set remote system-call-allowed 0}
20898 @end table
20899
20900 The current setting is shown by typing
20901
20902 @table @samp
20903 @kindex show remote system-call-allowed
20904 @item @code{show remote system-call-allowed}
20905 @end table
20906
20907 @node List of supported calls
20908 @subsection List of supported calls
20909 @cindex list of supported file-i/o calls
20910
20911 @menu
20912 * open::
20913 * close::
20914 * read::
20915 * write::
20916 * lseek::
20917 * rename::
20918 * unlink::
20919 * stat/fstat::
20920 * gettimeofday::
20921 * isatty::
20922 * system::
20923 @end menu
20924
20925 @node open
20926 @unnumberedsubsubsec open
20927 @cindex open, file-i/o system call
20928
20929 @smallexample
20930 @exdent Synopsis:
20931 int open(const char *pathname, int flags);
20932 int open(const char *pathname, int flags, mode_t mode);
20933
20934 @exdent Request:
20935 Fopen,pathptr/len,flags,mode
20936 @end smallexample
20937
20938 @noindent
20939 @code{flags} is the bitwise or of the following values:
20940
20941 @table @code
20942 @item O_CREAT
20943 If the file does not exist it will be created. The host
20944 rules apply as far as file ownership and time stamps
20945 are concerned.
20946
20947 @item O_EXCL
20948 When used with O_CREAT, if the file already exists it is
20949 an error and open() fails.
20950
20951 @item O_TRUNC
20952 If the file already exists and the open mode allows
20953 writing (O_RDWR or O_WRONLY is given) it will be
20954 truncated to length 0.
20955
20956 @item O_APPEND
20957 The file is opened in append mode.
20958
20959 @item O_RDONLY
20960 The file is opened for reading only.
20961
20962 @item O_WRONLY
20963 The file is opened for writing only.
20964
20965 @item O_RDWR
20966 The file is opened for reading and writing.
20967
20968 @noindent
20969 Each other bit is silently ignored.
20970
20971 @end table
20972
20973 @noindent
20974 @code{mode} is the bitwise or of the following values:
20975
20976 @table @code
20977 @item S_IRUSR
20978 User has read permission.
20979
20980 @item S_IWUSR
20981 User has write permission.
20982
20983 @item S_IRGRP
20984 Group has read permission.
20985
20986 @item S_IWGRP
20987 Group has write permission.
20988
20989 @item S_IROTH
20990 Others have read permission.
20991
20992 @item S_IWOTH
20993 Others have write permission.
20994
20995 @noindent
20996 Each other bit is silently ignored.
20997
20998 @end table
20999
21000 @smallexample
21001 @exdent Return value:
21002 open returns the new file descriptor or -1 if an error
21003 occured.
21004
21005 @exdent Errors:
21006 @end smallexample
21007
21008 @table @code
21009 @item EEXIST
21010 pathname already exists and O_CREAT and O_EXCL were used.
21011
21012 @item EISDIR
21013 pathname refers to a directory.
21014
21015 @item EACCES
21016 The requested access is not allowed.
21017
21018 @item ENAMETOOLONG
21019 pathname was too long.
21020
21021 @item ENOENT
21022 A directory component in pathname does not exist.
21023
21024 @item ENODEV
21025 pathname refers to a device, pipe, named pipe or socket.
21026
21027 @item EROFS
21028 pathname refers to a file on a read-only filesystem and
21029 write access was requested.
21030
21031 @item EFAULT
21032 pathname is an invalid pointer value.
21033
21034 @item ENOSPC
21035 No space on device to create the file.
21036
21037 @item EMFILE
21038 The process already has the maximum number of files open.
21039
21040 @item ENFILE
21041 The limit on the total number of files open on the system
21042 has been reached.
21043
21044 @item EINTR
21045 The call was interrupted by the user.
21046 @end table
21047
21048 @node close
21049 @unnumberedsubsubsec close
21050 @cindex close, file-i/o system call
21051
21052 @smallexample
21053 @exdent Synopsis:
21054 int close(int fd);
21055
21056 @exdent Request:
21057 Fclose,fd
21058
21059 @exdent Return value:
21060 close returns zero on success, or -1 if an error occurred.
21061
21062 @exdent Errors:
21063 @end smallexample
21064
21065 @table @code
21066 @item EBADF
21067 fd isn't a valid open file descriptor.
21068
21069 @item EINTR
21070 The call was interrupted by the user.
21071 @end table
21072
21073 @node read
21074 @unnumberedsubsubsec read
21075 @cindex read, file-i/o system call
21076
21077 @smallexample
21078 @exdent Synopsis:
21079 int read(int fd, void *buf, unsigned int count);
21080
21081 @exdent Request:
21082 Fread,fd,bufptr,count
21083
21084 @exdent Return value:
21085 On success, the number of bytes read is returned.
21086 Zero indicates end of file. If count is zero, read
21087 returns zero as well. On error, -1 is returned.
21088
21089 @exdent Errors:
21090 @end smallexample
21091
21092 @table @code
21093 @item EBADF
21094 fd is not a valid file descriptor or is not open for
21095 reading.
21096
21097 @item EFAULT
21098 buf is an invalid pointer value.
21099
21100 @item EINTR
21101 The call was interrupted by the user.
21102 @end table
21103
21104 @node write
21105 @unnumberedsubsubsec write
21106 @cindex write, file-i/o system call
21107
21108 @smallexample
21109 @exdent Synopsis:
21110 int write(int fd, const void *buf, unsigned int count);
21111
21112 @exdent Request:
21113 Fwrite,fd,bufptr,count
21114
21115 @exdent Return value:
21116 On success, the number of bytes written are returned.
21117 Zero indicates nothing was written. On error, -1
21118 is returned.
21119
21120 @exdent Errors:
21121 @end smallexample
21122
21123 @table @code
21124 @item EBADF
21125 fd is not a valid file descriptor or is not open for
21126 writing.
21127
21128 @item EFAULT
21129 buf is an invalid pointer value.
21130
21131 @item EFBIG
21132 An attempt was made to write a file that exceeds the
21133 host specific maximum file size allowed.
21134
21135 @item ENOSPC
21136 No space on device to write the data.
21137
21138 @item EINTR
21139 The call was interrupted by the user.
21140 @end table
21141
21142 @node lseek
21143 @unnumberedsubsubsec lseek
21144 @cindex lseek, file-i/o system call
21145
21146 @smallexample
21147 @exdent Synopsis:
21148 long lseek (int fd, long offset, int flag);
21149
21150 @exdent Request:
21151 Flseek,fd,offset,flag
21152 @end smallexample
21153
21154 @code{flag} is one of:
21155
21156 @table @code
21157 @item SEEK_SET
21158 The offset is set to offset bytes.
21159
21160 @item SEEK_CUR
21161 The offset is set to its current location plus offset
21162 bytes.
21163
21164 @item SEEK_END
21165 The offset is set to the size of the file plus offset
21166 bytes.
21167 @end table
21168
21169 @smallexample
21170 @exdent Return value:
21171 On success, the resulting unsigned offset in bytes from
21172 the beginning of the file is returned. Otherwise, a
21173 value of -1 is returned.
21174
21175 @exdent Errors:
21176 @end smallexample
21177
21178 @table @code
21179 @item EBADF
21180 fd is not a valid open file descriptor.
21181
21182 @item ESPIPE
21183 fd is associated with the @value{GDBN} console.
21184
21185 @item EINVAL
21186 flag is not a proper value.
21187
21188 @item EINTR
21189 The call was interrupted by the user.
21190 @end table
21191
21192 @node rename
21193 @unnumberedsubsubsec rename
21194 @cindex rename, file-i/o system call
21195
21196 @smallexample
21197 @exdent Synopsis:
21198 int rename(const char *oldpath, const char *newpath);
21199
21200 @exdent Request:
21201 Frename,oldpathptr/len,newpathptr/len
21202
21203 @exdent Return value:
21204 On success, zero is returned. On error, -1 is returned.
21205
21206 @exdent Errors:
21207 @end smallexample
21208
21209 @table @code
21210 @item EISDIR
21211 newpath is an existing directory, but oldpath is not a
21212 directory.
21213
21214 @item EEXIST
21215 newpath is a non-empty directory.
21216
21217 @item EBUSY
21218 oldpath or newpath is a directory that is in use by some
21219 process.
21220
21221 @item EINVAL
21222 An attempt was made to make a directory a subdirectory
21223 of itself.
21224
21225 @item ENOTDIR
21226 A component used as a directory in oldpath or new
21227 path is not a directory. Or oldpath is a directory
21228 and newpath exists but is not a directory.
21229
21230 @item EFAULT
21231 oldpathptr or newpathptr are invalid pointer values.
21232
21233 @item EACCES
21234 No access to the file or the path of the file.
21235
21236 @item ENAMETOOLONG
21237
21238 oldpath or newpath was too long.
21239
21240 @item ENOENT
21241 A directory component in oldpath or newpath does not exist.
21242
21243 @item EROFS
21244 The file is on a read-only filesystem.
21245
21246 @item ENOSPC
21247 The device containing the file has no room for the new
21248 directory entry.
21249
21250 @item EINTR
21251 The call was interrupted by the user.
21252 @end table
21253
21254 @node unlink
21255 @unnumberedsubsubsec unlink
21256 @cindex unlink, file-i/o system call
21257
21258 @smallexample
21259 @exdent Synopsis:
21260 int unlink(const char *pathname);
21261
21262 @exdent Request:
21263 Funlink,pathnameptr/len
21264
21265 @exdent Return value:
21266 On success, zero is returned. On error, -1 is returned.
21267
21268 @exdent Errors:
21269 @end smallexample
21270
21271 @table @code
21272 @item EACCES
21273 No access to the file or the path of the file.
21274
21275 @item EPERM
21276 The system does not allow unlinking of directories.
21277
21278 @item EBUSY
21279 The file pathname cannot be unlinked because it's
21280 being used by another process.
21281
21282 @item EFAULT
21283 pathnameptr is an invalid pointer value.
21284
21285 @item ENAMETOOLONG
21286 pathname was too long.
21287
21288 @item ENOENT
21289 A directory component in pathname does not exist.
21290
21291 @item ENOTDIR
21292 A component of the path is not a directory.
21293
21294 @item EROFS
21295 The file is on a read-only filesystem.
21296
21297 @item EINTR
21298 The call was interrupted by the user.
21299 @end table
21300
21301 @node stat/fstat
21302 @unnumberedsubsubsec stat/fstat
21303 @cindex fstat, file-i/o system call
21304 @cindex stat, file-i/o system call
21305
21306 @smallexample
21307 @exdent Synopsis:
21308 int stat(const char *pathname, struct stat *buf);
21309 int fstat(int fd, struct stat *buf);
21310
21311 @exdent Request:
21312 Fstat,pathnameptr/len,bufptr
21313 Ffstat,fd,bufptr
21314
21315 @exdent Return value:
21316 On success, zero is returned. On error, -1 is returned.
21317
21318 @exdent Errors:
21319 @end smallexample
21320
21321 @table @code
21322 @item EBADF
21323 fd is not a valid open file.
21324
21325 @item ENOENT
21326 A directory component in pathname does not exist or the
21327 path is an empty string.
21328
21329 @item ENOTDIR
21330 A component of the path is not a directory.
21331
21332 @item EFAULT
21333 pathnameptr is an invalid pointer value.
21334
21335 @item EACCES
21336 No access to the file or the path of the file.
21337
21338 @item ENAMETOOLONG
21339 pathname was too long.
21340
21341 @item EINTR
21342 The call was interrupted by the user.
21343 @end table
21344
21345 @node gettimeofday
21346 @unnumberedsubsubsec gettimeofday
21347 @cindex gettimeofday, file-i/o system call
21348
21349 @smallexample
21350 @exdent Synopsis:
21351 int gettimeofday(struct timeval *tv, void *tz);
21352
21353 @exdent Request:
21354 Fgettimeofday,tvptr,tzptr
21355
21356 @exdent Return value:
21357 On success, 0 is returned, -1 otherwise.
21358
21359 @exdent Errors:
21360 @end smallexample
21361
21362 @table @code
21363 @item EINVAL
21364 tz is a non-NULL pointer.
21365
21366 @item EFAULT
21367 tvptr and/or tzptr is an invalid pointer value.
21368 @end table
21369
21370 @node isatty
21371 @unnumberedsubsubsec isatty
21372 @cindex isatty, file-i/o system call
21373
21374 @smallexample
21375 @exdent Synopsis:
21376 int isatty(int fd);
21377
21378 @exdent Request:
21379 Fisatty,fd
21380
21381 @exdent Return value:
21382 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21383
21384 @exdent Errors:
21385 @end smallexample
21386
21387 @table @code
21388 @item EINTR
21389 The call was interrupted by the user.
21390 @end table
21391
21392 @node system
21393 @unnumberedsubsubsec system
21394 @cindex system, file-i/o system call
21395
21396 @smallexample
21397 @exdent Synopsis:
21398 int system(const char *command);
21399
21400 @exdent Request:
21401 Fsystem,commandptr/len
21402
21403 @exdent Return value:
21404 The value returned is -1 on error and the return status
21405 of the command otherwise. Only the exit status of the
21406 command is returned, which is extracted from the hosts
21407 system return value by calling WEXITSTATUS(retval).
21408 In case /bin/sh could not be executed, 127 is returned.
21409
21410 @exdent Errors:
21411 @end smallexample
21412
21413 @table @code
21414 @item EINTR
21415 The call was interrupted by the user.
21416 @end table
21417
21418 @node Protocol specific representation of datatypes
21419 @subsection Protocol specific representation of datatypes
21420 @cindex protocol specific representation of datatypes, in file-i/o protocol
21421
21422 @menu
21423 * Integral datatypes::
21424 * Pointer values::
21425 * struct stat::
21426 * struct timeval::
21427 @end menu
21428
21429 @node Integral datatypes
21430 @unnumberedsubsubsec Integral datatypes
21431 @cindex integral datatypes, in file-i/o protocol
21432
21433 The integral datatypes used in the system calls are
21434
21435 @smallexample
21436 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21437 @end smallexample
21438
21439 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21440 implemented as 32 bit values in this protocol.
21441
21442 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
21443
21444 @xref{Limits}, for corresponding MIN and MAX values (similar to those
21445 in @file{limits.h}) to allow range checking on host and target.
21446
21447 @code{time_t} datatypes are defined as seconds since the Epoch.
21448
21449 All integral datatypes transferred as part of a memory read or write of a
21450 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21451 byte order.
21452
21453 @node Pointer values
21454 @unnumberedsubsubsec Pointer values
21455 @cindex pointer values, in file-i/o protocol
21456
21457 Pointers to target data are transmitted as they are. An exception
21458 is made for pointers to buffers for which the length isn't
21459 transmitted as part of the function call, namely strings. Strings
21460 are transmitted as a pointer/length pair, both as hex values, e.g.@:
21461
21462 @smallexample
21463 @code{1aaf/12}
21464 @end smallexample
21465
21466 @noindent
21467 which is a pointer to data of length 18 bytes at position 0x1aaf.
21468 The length is defined as the full string length in bytes, including
21469 the trailing null byte. Example:
21470
21471 @smallexample
21472 ``hello, world'' at address 0x123456
21473 @end smallexample
21474
21475 @noindent
21476 is transmitted as
21477
21478 @smallexample
21479 @code{123456/d}
21480 @end smallexample
21481
21482 @node struct stat
21483 @unnumberedsubsubsec struct stat
21484 @cindex struct stat, in file-i/o protocol
21485
21486 The buffer of type struct stat used by the target and @value{GDBN} is defined
21487 as follows:
21488
21489 @smallexample
21490 struct stat @{
21491 unsigned int st_dev; /* device */
21492 unsigned int st_ino; /* inode */
21493 mode_t st_mode; /* protection */
21494 unsigned int st_nlink; /* number of hard links */
21495 unsigned int st_uid; /* user ID of owner */
21496 unsigned int st_gid; /* group ID of owner */
21497 unsigned int st_rdev; /* device type (if inode device) */
21498 unsigned long st_size; /* total size, in bytes */
21499 unsigned long st_blksize; /* blocksize for filesystem I/O */
21500 unsigned long st_blocks; /* number of blocks allocated */
21501 time_t st_atime; /* time of last access */
21502 time_t st_mtime; /* time of last modification */
21503 time_t st_ctime; /* time of last change */
21504 @};
21505 @end smallexample
21506
21507 The integral datatypes are conforming to the definitions given in the
21508 approriate section (see @ref{Integral datatypes}, for details) so this
21509 structure is of size 64 bytes.
21510
21511 The values of several fields have a restricted meaning and/or
21512 range of values.
21513
21514 @smallexample
21515 st_dev: 0 file
21516 1 console
21517
21518 st_ino: No valid meaning for the target. Transmitted unchanged.
21519
21520 st_mode: Valid mode bits are described in Appendix C. Any other
21521 bits have currently no meaning for the target.
21522
21523 st_uid: No valid meaning for the target. Transmitted unchanged.
21524
21525 st_gid: No valid meaning for the target. Transmitted unchanged.
21526
21527 st_rdev: No valid meaning for the target. Transmitted unchanged.
21528
21529 st_atime, st_mtime, st_ctime:
21530 These values have a host and file system dependent
21531 accuracy. Especially on Windows hosts the file systems
21532 don't support exact timing values.
21533 @end smallexample
21534
21535 The target gets a struct stat of the above representation and is
21536 responsible to coerce it to the target representation before
21537 continuing.
21538
21539 Note that due to size differences between the host and target
21540 representation of stat members, these members could eventually
21541 get truncated on the target.
21542
21543 @node struct timeval
21544 @unnumberedsubsubsec struct timeval
21545 @cindex struct timeval, in file-i/o protocol
21546
21547 The buffer of type struct timeval used by the target and @value{GDBN}
21548 is defined as follows:
21549
21550 @smallexample
21551 struct timeval @{
21552 time_t tv_sec; /* second */
21553 long tv_usec; /* microsecond */
21554 @};
21555 @end smallexample
21556
21557 The integral datatypes are conforming to the definitions given in the
21558 approriate section (see @ref{Integral datatypes}, for details) so this
21559 structure is of size 8 bytes.
21560
21561 @node Constants
21562 @subsection Constants
21563 @cindex constants, in file-i/o protocol
21564
21565 The following values are used for the constants inside of the
21566 protocol. @value{GDBN} and target are resposible to translate these
21567 values before and after the call as needed.
21568
21569 @menu
21570 * Open flags::
21571 * mode_t values::
21572 * Errno values::
21573 * Lseek flags::
21574 * Limits::
21575 @end menu
21576
21577 @node Open flags
21578 @unnumberedsubsubsec Open flags
21579 @cindex open flags, in file-i/o protocol
21580
21581 All values are given in hexadecimal representation.
21582
21583 @smallexample
21584 O_RDONLY 0x0
21585 O_WRONLY 0x1
21586 O_RDWR 0x2
21587 O_APPEND 0x8
21588 O_CREAT 0x200
21589 O_TRUNC 0x400
21590 O_EXCL 0x800
21591 @end smallexample
21592
21593 @node mode_t values
21594 @unnumberedsubsubsec mode_t values
21595 @cindex mode_t values, in file-i/o protocol
21596
21597 All values are given in octal representation.
21598
21599 @smallexample
21600 S_IFREG 0100000
21601 S_IFDIR 040000
21602 S_IRUSR 0400
21603 S_IWUSR 0200
21604 S_IXUSR 0100
21605 S_IRGRP 040
21606 S_IWGRP 020
21607 S_IXGRP 010
21608 S_IROTH 04
21609 S_IWOTH 02
21610 S_IXOTH 01
21611 @end smallexample
21612
21613 @node Errno values
21614 @unnumberedsubsubsec Errno values
21615 @cindex errno values, in file-i/o protocol
21616
21617 All values are given in decimal representation.
21618
21619 @smallexample
21620 EPERM 1
21621 ENOENT 2
21622 EINTR 4
21623 EBADF 9
21624 EACCES 13
21625 EFAULT 14
21626 EBUSY 16
21627 EEXIST 17
21628 ENODEV 19
21629 ENOTDIR 20
21630 EISDIR 21
21631 EINVAL 22
21632 ENFILE 23
21633 EMFILE 24
21634 EFBIG 27
21635 ENOSPC 28
21636 ESPIPE 29
21637 EROFS 30
21638 ENAMETOOLONG 91
21639 EUNKNOWN 9999
21640 @end smallexample
21641
21642 EUNKNOWN is used as a fallback error value if a host system returns
21643 any error value not in the list of supported error numbers.
21644
21645 @node Lseek flags
21646 @unnumberedsubsubsec Lseek flags
21647 @cindex lseek flags, in file-i/o protocol
21648
21649 @smallexample
21650 SEEK_SET 0
21651 SEEK_CUR 1
21652 SEEK_END 2
21653 @end smallexample
21654
21655 @node Limits
21656 @unnumberedsubsubsec Limits
21657 @cindex limits, in file-i/o protocol
21658
21659 All values are given in decimal representation.
21660
21661 @smallexample
21662 INT_MIN -2147483648
21663 INT_MAX 2147483647
21664 UINT_MAX 4294967295
21665 LONG_MIN -9223372036854775808
21666 LONG_MAX 9223372036854775807
21667 ULONG_MAX 18446744073709551615
21668 @end smallexample
21669
21670 @node File-I/O Examples
21671 @subsection File-I/O Examples
21672 @cindex file-i/o examples
21673
21674 Example sequence of a write call, file descriptor 3, buffer is at target
21675 address 0x1234, 6 bytes should be written:
21676
21677 @smallexample
21678 <- @code{Fwrite,3,1234,6}
21679 @emph{request memory read from target}
21680 -> @code{m1234,6}
21681 <- XXXXXX
21682 @emph{return "6 bytes written"}
21683 -> @code{F6}
21684 @end smallexample
21685
21686 Example sequence of a read call, file descriptor 3, buffer is at target
21687 address 0x1234, 6 bytes should be read:
21688
21689 @smallexample
21690 <- @code{Fread,3,1234,6}
21691 @emph{request memory write to target}
21692 -> @code{X1234,6:XXXXXX}
21693 @emph{return "6 bytes read"}
21694 -> @code{F6}
21695 @end smallexample
21696
21697 Example sequence of a read call, call fails on the host due to invalid
21698 file descriptor (EBADF):
21699
21700 @smallexample
21701 <- @code{Fread,3,1234,6}
21702 -> @code{F-1,9}
21703 @end smallexample
21704
21705 Example sequence of a read call, user presses Ctrl-C before syscall on
21706 host is called:
21707
21708 @smallexample
21709 <- @code{Fread,3,1234,6}
21710 -> @code{F-1,4,C}
21711 <- @code{T02}
21712 @end smallexample
21713
21714 Example sequence of a read call, user presses Ctrl-C after syscall on
21715 host is called:
21716
21717 @smallexample
21718 <- @code{Fread,3,1234,6}
21719 -> @code{X1234,6:XXXXXX}
21720 <- @code{T02}
21721 @end smallexample
21722
21723 @include gpl.texi
21724
21725 @include fdl.texi
21726
21727 @node Index
21728 @unnumbered Index
21729
21730 @printindex cp
21731
21732 @tex
21733 % I think something like @colophon should be in texinfo. In the
21734 % meantime:
21735 \long\def\colophon{\hbox to0pt{}\vfill
21736 \centerline{The body of this manual is set in}
21737 \centerline{\fontname\tenrm,}
21738 \centerline{with headings in {\bf\fontname\tenbf}}
21739 \centerline{and examples in {\tt\fontname\tentt}.}
21740 \centerline{{\it\fontname\tenit\/},}
21741 \centerline{{\bf\fontname\tenbf}, and}
21742 \centerline{{\sl\fontname\tensl\/}}
21743 \centerline{are used for emphasis.}\vfill}
21744 \page\colophon
21745 % Blame: doc@cygnus.com, 1991.
21746 @end tex
21747
21748 @bye
This page took 0.671342 seconds and 5 git commands to generate.